
* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
TEXTAREA
{
	font-family:Courier New;
}

body
{
	color:#818181;
	font-family: Tahoma;
	font-size: 12px;
	background-color: rgb(204,204,204); 
}

/* Busy box attributes */
.BusyBoxFrame
{
	filter: alpha(opacity=50); 
	-moz-opacity:0.50;
	opacity:0.50;
	position:absolute;
}
/* End of Busy box attributes */

/* hover box attributes*/
.HoverBox
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	position: absolute;
	background-color: White;
	display: none;
	z-index:1;
}

.HoverBoxContentsMinimize
{
	border-style: dashed;
	border-width: 1px;
	border-color: black;
	position: absolute;
}

.HoverBoxInnerDiv
{
	display: none;
}

.HoverBoxBody
{
	margin:0;
	padding:5px;
}

.HoverBoxHeader
{
	min-height:15px;
	_height:15px;
	background-color: black;
	font-weight: bold;
	text-align: center;
	font-size: 9pt;
	color: white;
	cursor:move;
}

.HoverBoxHeaderText
{
	float:left;
	width:89%;
}

.HoverBoxHeaderClose
{
	float:right;
	width:10%;
}

.HoverBoxCloseImage
{
	background-image: url(../images/imgX.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 20px;
	height: 15px;
}

.HoverLink
{
	cursor: pointer;
	text-decoration: underline;
}

/*end of hover box attributes */

.topTabsShadow
{
	width: 750px;
	position: relative;
	top: 140px;
}

.topTabs
{
	width: 517px;
	_width: 515px;
	background-image: url(../images/gradient.gif);	
	height: 17px;
	margin: 0px;
	padding: 0px;
	margin-left: -1px;
	_margin-left: 0px;
	position: relative;
	top: 0px;
}

.topTabs UL
{
	list-style:none;
	margin: 0px;
	padding: 0px;
}

.topTabs LI
{
	float: left;
	margin: 0px;
	padding: 0px;
	
	padding-top: 0px;
	margin-left: -1px;
	border-right: 1px solid #6E1C06;
	
	color:#FFFFFF;
    
    cursor: pointer;
    text-align:center;
    margin-top:1px;
    width: 73px;
    height: 15px;
    font-family: Tahoma;

}

.topTabs .right
{
	border-right: 0px;	
    width: 73px;
}

.topTabs .hover
{
	background-image: none;	
	background-color: #7F3420;
	border-left: 1px solid #6E1C06;
	height: 15px;
	margin-right: -1px;
	_margin-right: -1px;
	font-weight:bold;
}

.topTabs .selected
{
	font-weight:bold;
	background-image: none;	
	
	border-left: 1px solid #6E1C06;
	margin-right: -1px;
	_margin-right: -1px;
}

.footer
{
	background-image: url(../images/footer.gif);
	width: 764px;
	height: 28px;
	color: White;
	padding-top: 15px;
	background-repeat: no-repeat;
}
.footer A
{
	color: White;
}

.header
{
	background-image: url(../images/header.gif);
	width: 764px;
	height: 147px;
}

.bling
{
	position: relative;
	top: 60px;
	left: 286px;
	background-image: url(../images/bling.gif);
	width: 29px;
	height: 28px;
}


.hanging
{
	background-image: url(../images/hanging.gif);
	width: 236px;
	height: 51px;
	top: -140px;
	left: -255px;
	_left: 2px;
	position: relative;
}

.filler
{
	background-color: White;
	height: 51px;
	margin-left: 235px;
}


IMG
{
	border:0px;
}

.topTabs A
{
	text-decoration:none;
	color:white;
    font-family: Tahoma;
}

.PageContent {
	BACKGROUND-IMAGE: url(../images/shadow.gif); 
	_WIDTH: 734px;
	width: 760px;
	min-height:300px;
	_height:300px;
	
}

.content {
	WIDTH: 734px;
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	min-height:300px;
	_height:300px;
	margin-top: -40px;
	position: relative;
	z-index: 100;
}

.content .LeftPanel
{
	width:200px;
	float:left;
	padding-right:5px;
	text-align:left;
	border-collapse:collapse;
	vertical-align:top;
	padding-top: 25px;
}


.content .HeaderText
{
	color:#660000;
	font-size:16pt;
	margin-bottom:4px;
	width:100%;
	border-bottom:1px solid #DFE2D1;
	padding-top: 20px;
}

.content .RightPanel
{
	float:left;
	width:500px;	
	padding:5px;
	padding-right:0px;
	vertical-align: top;
	border-left: 1px dashed #DBDBDB;
}
.content .RightPanel2
{
	float:left;
	width:380px;	
	padding:5px;
	padding-right:10px;
	vertical-align:top;
	border-right: 1px dashed #DBDBDB;
}

.content .RightPanelNoBorder
{
	float:left;
	width:500px;	
	padding:5px;
	padding-right:0px;
	vertical-align: top;
}
.content H2
{
	color:#660000;
	font-size:14pt;
	margin-bottom:4px;
}

.content H3
{
	color:#660000;
	font-size:12pt;
	margin-bottom:4px;
	width:100%;
	border-bottom:1px;
}
.content H3 A
{
	color:#660000;
	font-size:12pt;
	margin-bottom:4px;
	width:100%;
	font-weight:bold;
	text-decoration:none;
}

LEGEND
{
	color: #F4A02E;
	font-weight:bold;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:3px;
}

.GreenBox-Left
{
	width:130px;
	border:2px solid #9AC482;
	background-color: #7FB15D;
	font-size:11pt;
	font-weight:bold;
	color:White;
	padding:5px;
}

.GreenBox-Right
{
	border:2px solid #C1D7A6;
	border-left:0px;
	background-color: #CFE3C1;
	color:#677D6B;
	padding:5px;
	font-size:8pt;
}

.content .LeftPanel HR
{
	BORDER-RIGHT: 0px;
    BORDER-TOP: 1px dashed #DBDBDB;
    BORDER-LEFT: 0px;
    COLOR: white;
    BORDER-BOTTOM: 0px;
}

.content .LeftPanel .News
{
	border:0px solid black;
	margin-top: -10px;
}
.content .LeftPanel .News UL
{
	margin:0px;
	margin-left:-15px;
	_margin-left: 18px;
	padding-left: 40px;
	_padding-left: 5px;
}

.content .LeftPanel .News UL LI
{
	list-style-image: url(../images/listitem.gif);
	margin-bottom:10px;
}

.content .LeftPanel .News UL LI H2
{
	font-size:8pt;
	margin-bottom:0px;
}

.content .LeftPanel .News UL LI A, .content A
{
	font-size:8pt;
	color:#0072BC;
	font-weight:normal;
}

.content .RightPanelNoBorder .Network UL
{
	margin:0px;
	margin-left:-15px;
	_margin-left: 18px;
	padding-left: 40px;
	_padding-left: 5px;
}
.content .RightPanelNoBorder .Network UL LI
{
	font-size: 10px;
}




/* SEARCH */
.Search-Header { 
	PADDING-RIGHT: 2px; 
	BORDER-TOP: #7FB15D 1px solid; 
	padding: 3px; 
	FONT-SIZE: 13pt; 
	BACKGROUND-COLOR: #CFE3C1; 
	width: 100%; 
	margin-top: 10px;
}
.Search-Tip {
	padding: 2px;
	font-size: 10pt;
	padding: 4px;
}

A.Search-Link {
	FONT-SIZE: 11pt
}
.Search-Sample {
}
.Search-Path {
	COLOR: green;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.Search-Paging {
	text-align: center;
}
.Search-Target {
	font-weight: bold;  
	text-align: left;
}
.Search-Summary {
	font-size: 10pt;
	text-align: right;
}




UL.List
{
	list-style-image: url(../images/listitem.gif);
	margin-bottom:10px;
}


.LeftPanel .selectedRow
{
	background-color:#DEDBDE;
	cursor:pointer;
}


.SideBox
{
	background-repeat:no-repeat;
}
.SideBox .UpperLeft
{
	background-image: url(../images/SideBox/top_left.jpg);
	width:8px;
	height:23px;
}
.SideBox .UpperCenter
{
	background-image: url(../images/SideBox/top_fill.jpg);
	height:23px;
	background-repeat:repeat-x;
	color:White;
	font-weight:bold;
}
.SideBox .UpperRight
{
	background-image: url(../images/SideBox/top_right.jpg);
	width:8px;
	height:23px;
}

.SideBox .UpperLeft-Red
{
	background-image: url(../images/SideBox/top_left_red.jpg);
	width:8px;
	height:23px;
}
.SideBox .UpperCenter-Red
{
	background-image: url(../images/SideBox/top_fill_red.jpg);
	height:23px;
	background-repeat:repeat-x;
	color:White;
	font-weight:bold;
}
.SideBox .UpperRight-Red
{
	background-image: url(../images/SideBox/top_right_red.jpg);
	width:8px;
	height:23px;
}

.SideBox .UpperLeft-Gray
{
	background-image: url(../images/SideBox/top_left_Gray.jpg);
	width:8px;
	height:23px;
}
.SideBox .UpperCenter-Gray
{
	background-image: url(../images/SideBox/top_fill_Gray.jpg);
	height:23px;
	background-repeat:repeat-x;
	color:White;
	font-weight:bold;
}
.SideBox .UpperRight-Gray
{
	background-image: url(../images/SideBox/top_right_Gray.jpg);
	width:8px;
	height:23px;
}


.SideBox .Middle
{
	border-left:1px solid #7FB15D;
	border-right:1px solid #7FB15D;
	padding:5px;
}
.SideBox .LowerLeft
{
	background-image: url(../images/SideBox/bottom_left.jpg);
	width:8px;
	height:8px;
}
.SideBox .LowerCenter
{
	background-image:none;
	height:8px;
	border-bottom:1px solid #7FB15D;
	font-size: 1px;
}
.SideBox .LowerRight
{
	background-image: url(../images/SideBox/bottom_right.jpg);
	width:8px;
	height:8px;
}

.SideBox .Middle .BottomBorder
{
	border-bottom:1px solid #CCCCCC;
	height:25px;
}
.SideBox .Middle .Label
{
	font-weight:bold;
}

.content .SubHeaderText
{
	font-size:12pt;
	margin-bottom:4px;
	width:100%;
}

/* Grid styles */
.GridStyle
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}	
.Grid-Title
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 2px;
	color: white;
	padding-top: 2px;
	background-color: #8F9741;
}
.List-AlternatingItem
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: LightCyan;
}
.List-Item
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 2px;
	padding-top: 2px;
}




#divCalendar
{
	height: 126px;
}

.Calendar
{
	font-family:Tahoma;
	font-size:8pt;
	padding:1px;
	border:1px solid #DBDBDB;
	margin:1px;
}

.Calendar .Title
{
	background-color:White;
	font-family:Tahoma;
	font-size:8pt;
	padding:1px;
}

.Calendar .NonMonth
{
	color:#CCCCCC;
}

BLOCKQUOTE
{
	border:1px solid #DBDBDB;
	padding:6px;
	margin:0px;
}

.ClientList UL
{
	list-style:none;
	margin: 0px;
	padding: 0px;
}

.ClientList LI
{
	float: left;
	margin: 0px;
	padding: 0px;
}

.BlogTitleLink
{
	border:1px solid #EAEAEA;
	background-color:#FDFDFD;
	font-size:12pt;
	font-weight:bold;
	padding:3px;
}
.BlogTitleLink A
{
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
}

		.csharpcode
		{
			font-size: 8pt;
			color: black;
			font-family: Courier New , Courier, Monospace;
			background-color: #ffffff;
			white-space: pre;
		}
		.csharpcode pre { margin: 0em; font-family: Courier New , Courier, Monospace;   font-size: 8pt;}
		.csharpcode .rem { color: #008000;font-family: Courier New , Courier, Monospace;   font-size: 8pt; }
		.csharpcode .kwrd { color: #0000ff;font-family: Courier New , Courier, Monospace;  font-size: 8pt;}
		.csharpcode .str { color: #006080; font-family: Courier New , Courier, Monospace;   font-size: 8pt;}
		.csharpcode .op { color: #0000c0;font-family: Courier New , Courier, Monospace;   font-size: 8pt; }
		.csharpcode .preproc { color: #cc6633;font-family: Courier New , Courier, Monospace;   font-size: 8pt; }
		.csharpcode .asp { background-color: #ffff00;font-family: Courier New , Courier, Monospace;   font-size: 8pt; }
		.csharpcode .html { color: #800000;font-family: Courier New , Courier, Monospace;   font-size: 8pt;}
		.csharpcode .attr { color: #ff0000; font-family: Courier New , Courier, Monospace;  font-size: 8pt; }
		.csharpcode .alt
		{
			background-color: #f4f4f4;
			width: 100%;
			margin: 0em;
			font-family: Courier New , Courier, Monospace; 
			  font-size: 8pt;
		}
		.csharpcode .lnum 
		{ 
			color: #606060; font-family: Courier New , Courier, Monospace; 
			  font-size: 8pt;
		}
		
		
		
		
.BannerRotater
{
	background-image: url(../images/bannerBackground.jpg);
	background-repeat: no-repeat;
	text-align:center;
	vertical-align:middle;
	width:480px;
	height:180px;
	padding-left:8px;
	padding-right:12px;
	padding-bottom:12px;
}

.BannerRotater .TagLine
{
	color:#677D6B;
	font-size:16pt;
}

.BannerRotater .TagText
{
	color:#818181;
	font-size:16pt;
}
.BannerRotater .TagText p
{
	color:#818181;
	font-size:10pt;
}






