/* CSS Document */

body {

	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;

}

p {

	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;

}

select, textarea, input {

	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #CCCCCC;

}

form {

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

a {

	color: #FF6633;
	text-decoration: none;

}

a:hover {

	color: #30559C;
	text-decoration: underline;

}

h1 {

	color: #FF6633;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}

.button {

	background-color: #E9ECEF;
	color: #333333;
	border: 1px solid #CCCCCC;
	padding: 3px 3px 3px 3px;

}

.error {

	color: #FF0000;
	font-weight: bold;

}

.atable {

	border: 1px solid #CCCCCC;
	width: 100%;
	border-top: 3px  solid #3399FF;

}

.atable th {

	background-color: #30559C;
	color: #FFFFFF;
	text-align: left;
	padding: 5px 5px 5px 5px;

}

.atable th a:hover {

	color: #FFFFFF;

}

.atable td {

	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #CCCCCC;

}

.table2 {

	border: 1px solid #CCCCCC;
	width: 100%;
	border-top: 3px  solid #3399FF;

}

.table2 th {

	background-color: #30559C;
	color: #FFFFFF;
	text-align: left;
	padding: 2px 2px 2px 2px;

}

.table2 th a:hover {

	color: #FFFFFF;

}

.table2 td {

	padding: 2px 2px 2px 2px;

}

#header {

	height: 20px;
	padding: 10px 1px 8px 10px;
	width: 100%;
	background-image: url(gfx/header_blue.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #560000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #333333;

}

#feedback{

	font-weight: bold;
  text-align: left;

}

#loginbox {

	height: 200px;
	width: 500px;
	background-color: #F1F3F5;
	border: 1px solid #CCCCCC;

}

#loginboxall {

	width: 500px;
	background-color: #F1F3F5;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	text-align: left;

}

	#loginboxleft {
	
		float: left;
		width: 130px;
		text-align: left;
		padding: 10px 10px 10px 10px;
	
	}
	
	#loginboxright {
	
		float: right;
		width: 330px;
		text-align: left;
		padding: 10px 10px 10px 10px;
	
	}
		
	#mainloginbox {
	
		background-color: #E9ECEF;
		border: 1px solid #CCCCCC;
		padding: 10px 10px 10px 10px;
		font-weight: bold;
	
	}

#loginbox2 {

	height: 645px;
	width: 500px;
	background-color: #F1F3F5;
	border: 1px solid #CCCCCC;

}

	#loginboxleft2 {
	
		float: left;
		width: 130px;
		text-align: left;
		padding: 10px 10px 10px 10px;
	
	}
	
	#loginboxright2 {
	
		float: right;
		width: 330px;
		text-align: left;
		padding: 10px 10px 10px 10px;
	
	}
	
		#loginboxright3 {
	
		float: right;
		width: 490px;
		text-align: center;
		padding: 70px 10px 10px 10px;
	
	}
	
			#loginboxright4 {
	
		float: right;
		width: 490px;
		text-align: left;
		padding: 70px 10px 10px 10px;
	
	}
		
		#loginbox3 {

	height: 530px;
	width: 500px;
	background-color: #F1F3F5;
	border: 1px solid #CCCCCC;

}
		
	#mainloginbox2 {
	
		background-color: #E9ECEF;
		border: 1px solid #CCCCCC;
		padding: 10px 10px 10px 10px;
		font-weight: bold;
	
	}
		
#loggedin {

	height: 7px;
	padding: 4px 5px 4px 5px;
	text-align: right;
	background-image: url(../gfx/libg.jpg);
	border-bottom: 1px solid #CCCCCC;

}

	#loggedin a {
	
		color: #000000;
		font-weight: bold;
	
	}

#page {

	/*border: 1px solid #CCCCCC;*/
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;

}

#filter {

	height: 20px;
	width: 100%;
	margin: 0px 0px 10px 0px;
	
}

#filterleft {

	float: left;	

}

#filterright {

	float: right;

}

#editpageleft {
	
	width: 50%;
	float: left;

}

#editpageright {
	
	width: 47%;
	float: right;

}

#containerdiv {

	width: 100%;

}

/* CONTACT SHEET */

.contactheader {

	height: 10px;
	padding: 2px 2px 2px 2px;
	background-color: #30559C;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 3px  solid #3399FF;

}

	.contactheaderleft {
	
		float: left;
	
	}
	
	.contactheaderright {
	
		float: right;
	
	}

.contactcontainer {

	display: none;
	border: 1px solid #CCCCCC;

}

.contactmain {

	padding: 2px 2px 2px 2px;

}

.contactoptions {

	height: 10px;
	padding: 2px 2px 2px 2px;
	background-color: #FFFFFF;
	color: #AAAAAA;
	text-align: right;
	margin: 0px 0px 5px 0px;
	border-top: 1px dashed #AAAAAA;

}
