/* CSS Document */

body{
	background: url(../images/top_bg.jpg);
	background-repeat:repeat-x;
	background-color:#DDDDB9;
	font-family:tahoma,arial,helvetica;
	font-size:12px;
}

a{
	color:#000000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	font-size:16px;
	font-weight:bold;
	display:inline;
}

h2{
	font-size:14px;
	font-weight:bold;
	display:inline;
}

hr{
	color:#44416C;
	width:100%;
	height:1px;
	
}

img{
	border:0;
}

input{
	font-size:12px;
	font-family:tahoma,arial,helvetica;;
}

select{
	font-size:12px;
}

textarea{
	font-size:12px;
	font-family:tahoma,arial,helvetica;
}

.adminTab{
	background-color:#44416C;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
	border-style:solid;
	border-width:2px;
	border-bottom-color:#FFFFFF;
}

.adminTab a{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.adminTableHeader{
	background-color:#B6B3DE;
	font-weight:bold;
}

.adminTabRow{
	background-color:#44416C;
	height:22px;
}

.adminTabSelected{
	background-color:#66638E;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:8px;
}

.adminTabSelected a{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	
}

.black{
	color:#000000;
}

.button{
	font-size:12px;
}

.confirmationText{
	color:#339900;
	font-weight:bold;
}

.errorText{
	color:#FF0000;
	font-weight:bold;
}

.footer{
	font-family:tahoma,arial,helvetica;
	font-size:12px;
	color:#FFFFFF;
	margin-right:15px;
}

.main{
	font-family:tahoma,arial,helvetica;
	font-size:12px;
}
.mainBottom{
	background-image:url(../../images/bttm.jpg);
	background-repeat:repeat-x;
}
.mainLeft{
	background-image:url(../images/left_mid.jpg);
	background-repeat:repeat-y;
}
.mainRight{
	background-image:url(../images/right_mid.jpg);
	background-repeat:repeat-y;
}

.mainTableLower{
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
	font-family:tahoma,arial,helvetica;
	font-size:12px;	
}

.modContent{
	border-style:solid;
	border-width:thin;
	border-color:#B6B3DE;
}

.modContentSel{
	border-style:solid;
	border-width:thin;
	border-color:#DD6666;
}

.navhome{
	color:#333333;
	font-size:11px;
	line-height:18px;
	text-decoration:none;
	font-weight:bold;
}

.navhome:hover{
		text-decoration:underline;
}

.navsection{
	color:#333333;
	font-size:11px;
	line-height:18px;
	text-decoration:none;
}
.navsection:hover{
		text-decoration:underline;
}
.navsectionsel{
	color:#333333;
	font-size:11px;
	line-height:18px;
	text-decoration:underline;
}
.navsectionsel a{
	text-decoration:underline;
}

.navcategory{
	color:#333333;
	font-size:11px;
	line-height:15px;
	text-decoration:none;
	padding-left:10px;
}

.navcategory:hover{
		text-decoration:underline;
}

.navcategorysel{
	padding-left:10px;
	color:#333333;
	font-size:11px;
	line-height:15px;	
}

.navcategorysel a{
	text-decoration:underline;
	line-height:15px;
}

.navsubcategory{
	color:#333333;
	font-size:11px;
	line-height:18px;
	text-decoration:none;
	padding-left:22px;
}

.navsubcategory:hover{
	text-decoration:underline;
}

.navsubcategorysel{
	color:#333333;
	font-size:11px;
	line-height:18px;
	padding-left:22px;
	text-decoration:underline;
}

.navsubcategorysel a{
	text-decoration:underline;
}

.note{
	font-size:9px;
	color:#333333;
	font-style:italic;
}

.ssubheader{
	font-family:tahoma,arial,helvetica;
	font-size:12px;
	font-style:italic;
	color:#FFFFFF;
	margin-left:15px;
}

.subheaderLink{
	font-family:tahoma,arial,helvetica;
	font-size:12px;
	color:#FFBE00;
	margin-right:15px;
}

.tabText{
	text-decoration:none;
	color:#333333;
}