/*

# program : gcjs_style_sheet.php
# analyst : d h brown dhbrown@sflc.com http://www.sflc.com
# written : sep 2011
# (c)2011 : gcjs

# purpose : style sheets...

*/

<style type="text/css">

/* the STAR hack for IE since the border-style: dotted does not work in IE...

#selector {
    border: 1px dotted #fff;
}

* html #selector {
    border: 2px dotted #fff;
}

*/

a.active	{ color: #FF0000; }
a.hover		{ color: #000080; }
a.plain		{ text-decoration: none; }
a.none		{ text-decoration: none; }

br.clear {
   clear:both;
   height:0;
   line-height:0;
}

.textNormal	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-color: #000080; }
.textNormalBold	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-color: #000080; font-weight: bold; }
.textNormalSmall{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-color: #000080; }
.textNormalTiny	{ font-family: Arial, Helvetica, sans-serif; font-size: 8px; font-color: #000080; }

/* section header */

.textSectionTitle{ font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-color: #000000; font-weight: bold; }
.textSectionText { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-color: #C0C0C0; }
.textSectionLink { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-color: #000000; font-weight: bold; }

/* section header */

.textSectionTitle{ font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-color: #000000; font-weight: bold; }
.textSectionText { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-color: #C0C0C0; }
.textSectionLink { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-color: #000000; font-weight: bold; }

/* content blocks */

.textBlockTitle{ font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-color: #000000; font-weight: bold; }
.textBlockText { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-color: #C0C0C0; }
.textBlockBold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-color: #C0C0C0; font-weight: bold; }
.textBlockLink { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-color: #000000; font-weight: bold; }
.textBlockDate { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-color: #C0C0C0; }

.textShortTitle{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-color: #000000; font-weight: bold; }
.textShortText { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-color: #C0C0C0; }
.textShortLink { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-color: #000000; font-weight: bold; }

.textFullTitle{ font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-color: #000000; font-weight: bold; }
.textFullText { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-color: #C0C0C0; }
.textFullLink { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-color: #000000; font-weight: bold; }

.textDetailTitle{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-color: #000000; font-weight: bold; }
.textDetailText	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-color: #C0C0C0; }
.textDetailLink	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-color: #000000; font-weight: bold; }

.textLinkTitle{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-color: #000000; font-weight: bold; }
.textLinkText	{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-color: #C0C0C0; }



<!-- 

program : gcjs_style_sheet.css
analyst : d h brown dhbrown@sflc.com
written : jan/2003
(c)2003 : gcjs

purpose : style sheet...

-->

<STYLE type="text/css">

a:link    { color: "#0000FF"; }
a:visited { color: "#0000FF"; }
a:active  { color: "#FF0000"; }
a.plain   { text-decoration: none; }
a.hover   { color: "#FF0000"; }

textNormal	{ font-family: Arial,Verdana,San Serif; font-size: 12px; font-color: #000080; }
textNormalRed	{ font-family: Arial,Verdana,San Serif; font-size: 12px; font-color: #FF0000; }
textNormalBold	{ font-family: Arial,Verdana,San Serif; font-size: 12px; font-color: #000080; font-weight: bold; }

textSectionHeader	{ font-family: Arial,Verdana,San Serif; font-size: 16px; font-color: #000080; font-weight: bold; }

textArticleTitle	{ font-family: Arial,Verdana,San Serif; font-size: 14px; font-color: #000080; font-weight: bold; }


# news, events and jazz101 etc...

#imageDiv {
    width: 200px;
    height: 200px;
    float: left;
}


contentBlock
{

	text-align:	justify;
	text-justify:	newspaper;
}

#sidebarLeft
{
	padding-top:	10;
	padding-left:	10;
	padding-right:	10;
	padding-bottom: 10;
	float:           left;
	background:      #FFFFFF;
	border: 1px solid #14592D;
	margin-right:	5px;
	margin-left:	5px;
	margin-bottom:	5px;
	margin-top:	5px;
}

#sidebarLeft p
{
	margin:          2;
	color:           #000000;
	text-align: 	center;
}

#sidebarRight
{
	padding-top:	10;
	padding-left:	10;
	padding-right:	10;
	padding-bottom: 10;
	float:           right;
	background:      #FFFFFF;
	border: 1px solid #14592D;
	margin-right:	5px;
	margin-left:	5px;
	margin-bottom:	5px;
	margin-top:	5px;
}

#sidebarRight p
{
	margin:          2;
	color:           #000000;
	text-align: 	center;
}



</STYLE>


