body, TD, input, select, textarea	{font-family:verdana, arial; FONT-SIZE:8pt; color:#656565}

A:link 		{ color: #00457c; }
A:visited	{ color: #00457c; }
A:hover 	{ color: #868106; } 

A.plain:link 		{ color: #00457c; text-decoration:none }
A.plain:visited	{ color: #00457c; text-decoration:none }
A.plain:hover 	{ color: #868106; text-decoration:underline } 

A.bulletinHome:link 		{ color: #00457c; text-decoration:none }
A.bulletinHome:visited	{ color: #00457c; text-decoration:none}
A.bulletinHome:hover 	{ color: #00457c; text-decoration:underline} 

A.bulletin:link 		{ color: #FFFFFF; text-decoration:none }
A.bulletin:visited	{ color: #FFFFFF; text-decoration:none}
A.bulletin:hover 	{ color: #FFFFFF; text-decoration:underline} 

BODY{
  margin:10px;
  padding:10px;
  background-color:#003157;
  height:100%;
}

div.box{
  border:1px solid gray;
  padding:8px;
  background-color:#F4F4F4
}

BLOCKQUOTE{
	margin-left:15px;
	margin-top:8px;
	margin-bottom:15px;
}

BODY.normal{
  margin:10px;
  padding:10px;
  background-color:#FFFFFF;
}

.header{
	FONT-SIZE: 14px; 
	text-transform:uppercase;
	color:#015697;
	font-weight:bold;
}

.subHeader{
	FONT-SIZE: 13px; 
	text-transform:uppercase;
	color:#015697;
	font-weight:normal;
}

.paddedBorder{	
	padding:3px;
	border:1px solid gray;
	background-color:#FFFFFF
}

DIV.lined
{
	padding:3px; 
	background-color:#EAEAEA;
	border-top:1px solid #0077c0;
	border-bottom:1px solid #0077c0
}

#divList ul, ol{margin-bottom:8px; margin-top:8px;}
#divList li{margin-bottom:8px; margin-top:8px;}

ul, ol{margin-bottom:8px; margin-top:8px;}
li{margin-bottom:8px; margin-top:8px;}

DT {font-weight:bold}
DD{margin:2px 0px 15px 10px;}

hr{
	height: 1px;
	color:Silver;
}

SPAN.highlight{
	background: #ffff00;
	font-weight: bold;
}

.tinyText{
	 FONT-SIZE: 9px; 
}

.smallText{
	 FONT-SIZE: 7pt; 
}

.bigText{
	 FONT-SIZE: 12px; 
}

.largeText{
	 FONT-SIZE: 16px; 
}

.normalText{
	 FONT-SIZE: 8pt; 
	 font-weight:normal;
	 color:#656565;
	 text-transform:none;
}

.blackBorder{
  border:1px solid black;
}

.subtle{
  color:Gray;
}

.floatLeft{
   float:left;
   margin-right:10px;
   margin-bottom:5px	
}

.floatRight{
   float:right;
   margin-left:10px;
   margin-bottom:5px	
}

.error{
  FONT-WEIGHT: bold;
  color:red;
}

INPUT.btn,
BUTTON.btn{
    color: #6086B4;
    FONT-WEIGHT: bold;
    FONT-FAMILY: tahoma;
    FONT-SIZE: 10px;
    cursor: pointer;
    TEXT-ALIGN: center;
}

TD.top			{border: solid black; border-width: 1px 0px 0px 0px;}
TD.right		{border: solid black; border-width: 0px 1px 0px 0px;}
TD.bottom		{border: solid black; border-width: 0px 0px 1px 0px;}
TD.left			{border: solid black; border-width: 0px 0px 0px 1px;}
TD.leftTop	{border: solid black; border-width: 1px 0px 0px 1px;}
TD.rightTop	{border: solid black; border-width: 1px 0px 0px 1px;}
TD.N				{border: solid black; border-width: 1px 1px 0px 1px;}
TD.U				{border: solid black; border-width: 0px 1px 1px 1px;}
TD.C				{border: solid black; border-width: 1px 0px 1px 1px;}
TD.inC			{border: solid black; border-width: 1px 1px 1px 0px;}
TD.topBot		{border: solid black; border-width: 1px 0px 1px 0px;}
TD.full			{border: solid black; border-width: 1px 1px 1px 1px;}

/* slideshow image css-------*/
#slideshow {
	position:relative;
}

#slideshow img {
	display:none;
	position:absolute;
	top:0; 
	left:0;
}
/* end fade image css-------*/

/*DROP SHADOW*/
.dropshadow_outer{
	float:left;
	clear:left;	
	background: url(../Admin/Images/AlphaShadow.png) no-repeat bottom right !important; /* nice browsers (e.g. Firefox/Opera/Safari) ONLY notice this line*/
	background: none no-repeat top left; /* we need to clear the background graphic for the alphaloader to work in IE5.5 and 6 */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='../Admin/Images/AlphaShadow.png'); 
	margin: 10px 10px 10px 10px;
}				
.dropshadow_inner{
	position:relative;
	bottom:8px;
	right: 8px;
	margin: 0px;
}

.modalBackground {
	background-color:#000;
	filter:alpha(opacity=70);
	opacity:0.7;
}

@media print{
	.hideOnPrint{
		display:none;	
	}		
}	