﻿/* CSS Document */

html {

	height: 100%;

}

body {

	background-color: #ffffff;
	background-image: url(../gfx/bg_top.gif);
	background-size: 100%;
	background-position: top;
	background-repeat: repeat-x;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	height: 100%;
	

}

a {

	color: #4169E1;
	font-weight: bold;
	text-decoration: none;

}

a:hover {

	color: #FF9933;

}

select, textarea, input {

	border: 1px solid #333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

h1 {

	font-size: 14px;

}

#header {

	width: 900px;
	height: 282px;
	background-color: #FFFFFF;
	border-bottom: 0px solid #000000;
	background-image: url(../gfx/startgroup.gif);

}

	#headerleft {
	
		/*background-image: url(../gfx/logo.jpg);*/
		width: 300px;
		height: 130px;
		float: left;
	
	}
	
	#headerright {
	
		width: 470px;
		height: 130px;
		float: left;
	
	}
	
#page {

	width: 900px;
	background-color: #FFFFFF;
	border-bottom: 0px dotted #000000;
	
	height: 100%;
	
}

	#leftside {
	
		float: left;
		width: 150px;
		height: 100%;
		
	
	}
		
		#menubar {
			
			width: 129px;
			border-left: 0px solid #000000;
			border-right: 1px solid #ffffff;
			border-top: 1px solid #ffffff;
			border-bottom: 1px solid #ffffff;
			float: right;
			background-color: #ffffff;
			color: #4169E1;
			height: 100%;
			text-align: left;
			
		}
		
			.menuitem {
				
				background-color: #ffffff;
				color: #4169E1;
				width: 128px;
				padding: 4px 2px 4px 15px;
				margin: 1px 0px 0px 0px;
				background-image: url(../gfx/arrow.gif);
				background-repeat: no-repeat;
				background-position: left;
			
			}
			
			.menuitem a {
			
				font-weight: normal;
				text-decoration: none;
				color: #4169E1;
			
			}
			
			.menuitem a:hover {
			
				color: #FFFFFF;
			
			}
			
			.menuitem-mo {
			
				background-color: #333333;
				color: #4169E1;
				width: 128px;
				padding: 4px 2px 4px 15px;
				margin: 1px 0px 0px 0px;
				background-image: url(../gfx/arrow.gif);
				background-repeat: no-repeat;
				background-position: left center;
				
			
			}

			.menuitem-mo a {
			
				font-weight: normal;
				text-decoration: none;
				color: #333333;
			
			}
			
			.menuitem-mo a:hover {
			
				color: #FFFFFF;
			
			}
			
			.menuthingy {
			
				width: 120px;
				padding: 2px 5px 2px 5px;
				border-bottom: 0px dotted #000000;
				color: #4169E1;
				font-weight: bold;
				
			
			}
			.menuthingy1 {
			
				width: 120px;
				padding: 2px 5px 2px 5px;
				border-bottom: 0px dotted #000000;
				color: #4169E1;
				font-size: 11px;
				font-weight: bold;
				background-image: url(../gfx/arrow.gif);
				background-repeat: no-repeat;
				background-position: left center;
			
			}

	
	#rightside {
	
		float: right;
		width: 730px;
		height: 100%;

	}
	
		#contentmain {
		
			width: 700px;
			background-color: #ffffff;
			float: left;
			border-left: 1px dotted #4169E1;
			border-right: 0px dotted #000000;
			padding: 5px 5px 5px 5px;
			text-align: left;
			height: 100%;
		
		}
		
#footer {

	width: 900px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	height: 100px
	
}

	#fleftside {
	
		float: left;
		width: 900px;
		height: 100px;
	
	}
		
		#fmenubar {
			
			width: 790px;
			border-left: 0px dotted #000000;
			float: right;
			background-color: #ffffff;
			color: #FFFFFF;
			height: 100px;
			text-align: left;
			
		}
	
	#frightside {
	
		float: right;
		width: 900px;
		height: 100px;
	
	}
	
		#fcontent {
		
			width: 870px;
			background-color: #ffffff;
			background-position: right;
			background-repeat: no-repeat;
			float: center;
			border-top: 1px dashed #999999;
			
			text-align: left;
			height: 100px;
		
		}
		
.atable {

	border: 0px solid #333333;
	margin: 10px 10px 10px 10px;
	width: 90%;
	font-size: 11px;

}

.atable td {

	padding: 2px 3px 2px 3px;
	text-align: left;
	border-top: 1px dashed #999999;

}

.atable th {

	padding: 4px 3px 4px 3px;
	text-align: left;
	background-color: #ffffff;
	border-bottom: 1px solid #F5F5F5;

}

.secondrow {

	background-color: #FFFCF9;

}

.warnings {

	width: 60%;
	padding: 5px 5px 5px 5px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #333333;
	background-color: #ffb366;
	color: #333333;
	font-weight: bold;
	vertical-align: middle;
	font-size: 11px;

}

.hrefbutton {

	padding: 2px 3px 2px 3px;
	margin: 10px 0px 10px 0px;
	width: 40%;
	border: 1px solid #333333;
	background-color: #999999;
	font-size: 11px;
	
}

.hrefbuttonsmall {

	padding: 2px 3px 2px 3px;
	margin: 10px 0px 10px 100px;
	width: 150px;
	border: 1px solid #333333;
	background-color: #999999;
	font-size: 11px;
	
}

.hrefbutton a {

	color: #000000;

}

.hrefbutton a:hover {

	color: #FFFFFF;

}

.imagemagnifydiv {

	height: 350px;
	width: 550px;
	background-color: #FFFFFF;
	vertical-align: middle;
	border: 1px solid #000000;
	overflow: auto;	
	font-size: 11px;
	
}

.anotred {

	color: #FFFFFF;

}

.searchresult {

	border-top: 0px solid #800000;
	border-left: 0px solid #800000;
	border-right: 0px solid #800000;
	border-bottom: 1pxs solid #cccccc;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	width: 90%;

}

.searchresult th {

	background-color: #ffffff;

}

.searchresult th a {

	color: #000000;

}

.searchresult td {

	font-size: 10px;

}

.largeannouncements {

	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #ffbe66;
	font-weight: bold;
	font-size: 12px;

}

.thinborder {

	border: 1px solid #3771C8;

}

.imagediv {
	height: 370px;
	width: 580px;
	overflow: auto;
}

.showimagestable {

	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
	font-size: 10px;

}

.bg1 {

	background-color: #999999;
	border: px solid #000000;
	padding: 0px 2px 0px 3px;

}

.imageurl {

	font-size: 11px;

}