/****************************************
	This cascading style sheet (CSS2) 
	is W3C valid: http://www.w3.org/
	font-family : Verdana, Arial, Helvetica, sans-serif;
*****************************************/

body {
	margin:0px; 
	padding:0px; 
	background-color : #EBE7D7;
	font-family : Arial;
	color:#333333;
	font-size:11px;
	background-image: url(../images/bg.gif);
} 
img {
	border : 0px; 
} 
td.left {
width:20px;
}
td.topleft {
width:30px;
height:20px;
background-image:url(../images/bg_top_fullleft.jpg);
background-repeat:repeat-y;
background-position:right;
}
td.topmiddle {
background-color:#FFFFFF;
}
td.topright {
width:30px;
background-image:url(../images/bg_top_fullright.jpg);
background-repeat:repeat-y;
background-position:right;
}
td.banner {
height:100px;
text-align:left;
background-color:#ffffff;
background-image:url(../images/bg_banner.jpg);
background-repeat:repeat-y;
background-position:bottom left;
}
td.bannerleft {
width:12px;
height:100px;
background-image:url(../images/bg_banner_left.jpg);
background-repeat:no-repeat;
background-position:bottom right;
}
td.bannercenter {
width:190px;
height:100px;
vertical-align:middle;
text-align:center;
}
td.bannerright {
width:468px;
height:100px;
vertical-align:middle;
text-align:center;
}
td.bannerbottomfullleft {
width:30px;
height:39px;
background-image:url(../images/bg_banner_bottom_fullleft.jpg);
background-repeat:no-repeat;
background-position:right;
}
td.bannerbottomleft {
width:110px;
height:39px;
background-image:url(../images/bg_banner_bottom_left.jpg);
background-repeat:repeat-x;
background-position:top left;
}
td.bannerbottommiddle {
width:30px;
height:39px;
background-image:url(../images/bg_banner_bottom_middle.jpg);
background-repeat:no-repeat;
background-position:right;
}
td.pageiconsmain {
height:39px;
vertical-align:middle;
background-color:#FFFFFF;
}
td.pageicons {
height:25px;
vertical-align:middle;
}
td.pagetitle {
height:39px;
text-align:right;
background-color:#FFFFFF;
}
td.pagetitleleft {
width:68px;
height:39px;
background-image:url(../images/bg_pagetitle_left.jpg);
background-repeat:no-repeat;
background-position:right;
}
td.pagetitlecenter {
width:200px;
height:39px;
text-align:left;
background-image:url(../images/bg_pagetitle_center.jpg);
background-repeat:repeat-x;
}
td.pagetitleright {
width:7px;
height:39px;
background-image:url(../images/bg_pagetitle_right.jpg);
background-repeat:no-repeat;
background-position:left;
}
td.contentfullleft {
vertical-align:top;
text-align:right;
background-image:url(../images/bg_content_fullleft.jpg);
background-repeat:repeat-y;
background-position:top right;
}
td.contentmain {
height:300px;
text-align:left;
vertical-align:top;
background-color:#FFFFFF;
padding-top:10px;
}
td.contentbottomfullleft {
height:23px;
background-image:url(../images/bg_content_bottom_fullleft.jpg);
background-repeat:no-repeat;
background-position:top right;
}
td.contentbottom {
height:23px;
background-image:url(../images/bg_content_bottom.jpg);
background-repeat:repeat-x;
background-position:top left;
}
td.contentbottomfullright {
width:30px;
background-image:url(../images/bg_content_bottom_fullright.jpg);
background-repeat:no-repeat;
background-position:top left;
}


.whitebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 13px;
}
.whitebold a:link, .whitebold a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 13px;
}
.whitebold a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #26A8D4;
	text-decoration: none;
	line-height: 13px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: NORMAL;
	color: #26A8D4;
	text-decoration: none;
	line-height: 13px;
}
.FooterInfo {
	color:#FFFFFF; 
	padding-left:10px; 
	padding-right:10px; 
	text-transform:uppercase; 
	font-weight:bold; 
	font-size:11px;
	vertical-align:middle;
}
	.FooterInfo a:link, .FooterInfo a:visited {
		color:#FFFFFF; 
		text-decoration:none;
	}
		.FooterInfo a:hover {
			color: #94BBCD; 
			text-decoration:none;
		}

/****************************************
	NAVIGATION MENU STYLE ELEMENTS
	Used by "includes/navigation.asp"
*****************************************/
#navigation {
	width: 183px;
	text-align:left;
}
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size:11px; 
	}
		#navigation li a#normal, #navigation li a#normal:link, #navigation li a#normal:visited {
			font-weight: bold; 
			color: #FFFFFF; 
			text-decoration: none; 
		}
			#navigation li a#normal:hover {
				color: #26A8D4; 
				text-decoration: none; 
			}
		#navigation li a#normalsub, #navigation li a#normalsub:link, #navigation li a#normalsub:visited {
			font-weight: normal; 
			color: #FFFFFF; 
			text-decoration: none; 
		}
			#navigation li a#normalsub:hover {
				color: #26A8D4; 
				text-decoration: none; 
			}
		#navigation li a#hidden, #navigation li a#hidden:link, #navigation li a#hidden:visited {
			font-weight: bold; 
			color: #67A6BD; 
			text-decoration: none; 
		}
			#navigation li a#hidden:hover {
				color: #26A8D4; 
				text-decoration: none; 
			}
		#navigation li a#hiddensub, #navigation li a#hiddensub:link, #navigation li a#hiddensub:visited {
			font-weight: normal; 
			color: #67A6BD; 
			text-decoration: none; 
		}
			#navigation li a#hiddensub:hover {
				color: #26A8D4; 
				text-decoration: none; 
			}

/****************************************
	COMMON MENU STYLE ELEMENTS
	Used by all your SiteDynamic website
*****************************************/
.ContentTable {
	padding-left : 10px; 
	padding-right : 10px; 
} 
.msg {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #009900; 
	font-weight : bold; 
	text-transform : uppercase; 
	text-decoration : none; 
	vertical-align : bottom; 
} 
.error {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #AF5403; 
	font-weight : bold; 
	text-transform : uppercase; 
	text-decoration : none; 
	vertical-align : bottom; 
} 
.Content {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#000000; 
	text-decoration:none; 
	border:none;
} 
	.Content a:link , .Content a:visited {
		font-family : Verdana, Arial, Helvetica, sans-serif; 
		font-size : 11px; 
		color : #FF9900; 
		text-decoration : underline; 
	} 
		.Content a:hover {
			font-family : Verdana, Arial, Helvetica, sans-serif; 
			font-size : 11px; 
			color : #597f94; 
			text-decoration : underline; 
		} 
.square {
	background-color : #FF9700; 
} 
.itemHR {
	border : 1px dashed #b0C2CC; 
	height : 1px; 
}
.ShowLink {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #333333; 
	background-color : #FFFFFF; 
	text-decoration : none; 
} 
.ShowLink a:link , .ShowLink a:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #333333; 
	text-decoration : underline; 
} 
.ShowLink a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #5E5E5E; 
	text-decoration : underline; 
} 
.blnAdminMenu {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	color : #597F94; 
	font-weight : bold; 
} 
.blnAdminMenu a , .blnAdminMenu a:link , .blnAdminMenu a:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	color : #597F94; 
	font-weight : bold; 
	text-decoration : underline; 
} 
.blnAdminMenu a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	color : #FF9700; 
	font-weight : bold; 
	text-decoration : underline; 
} 
.txtsmall {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 9px; 
	color : #333333; 
	text-decoration : none; 
} 
.txtsmall a:link , .txtsmall a:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 9px; 
	color : #597F94; 
	text-decoration : underline; 
} 
.txtsmall a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 9px; 
	color : #333333; 
	text-decoration : underline; 
} 
.titlesmall {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold; 
	color : #598094; 
	text-decoration : none; 
} 
.titlesmall a:link , .titlesmall a:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold; 
	color : #598094; 
	text-decoration : none; 
} 
.titlesmall a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	font-weight : bold; 
	color : #FF9700; 
	text-decoration : none; 
} 
.Installed {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #00A100; 
	text-decoration : none; 
} 
.NotInstalled {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #C0C0C0; 
	text-decoration : none; 
} 
.AdminMenuBox {
	border : 1px dotted #B1B1B1; 
} 
.AdminHR {
	color : #598094; 
	height : 1px; 
} 
 
/****************************************
	FORM STYLE ELEMENTS
	Used by all website forms
*****************************************/
input , textarea , select {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #666666; 
	background-color : #F4F6F8; 
	border-color : #bec9d1; 
	border-style : solid; 
	border-width : 1px; 
} 
input.submit {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #FFFFFF; 
	font-weight : bold; 
	background-color : #597f94; 
	border-color : #F4F6F8; 
	border-style : solid; 
	border-width : 1px; 
} 
input.apply {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #000000; 
	font-weight : bold; 
	background-color : #FFFFFF; 
	border-color : #000000; 
	border-style : solid; 
	border-width : 1px; 
} 
input.delete {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	color : #FFFFFF; 
	font-weight : bold; 
	background-color : #FC0000; 
	border-color : #000000; 
	border-style : solid; 
	border-width : 1px; 
} 

/* BEGIN NEW IN V1.2 */ 
.authenabled {
border: 1px solid #BEC9D1;
color: #000000;
}
.authdisabled {
border: 1px solid #EEEEEE;
color: #EEEEEE;
}
/* END NEW IN V1.2 */ 

/****************************************
	/SITEDYNAMIC V1.1
	/ROUNDSQUARE SKIN STYLESHHEET
*****************************************/