@import url("layout.css");
@import url("menu.css");
@import url("links.css");
@import url("headers.css");
@import url("iehacks.css");

* {
	border:0;
	margin:0;
	padding:0;
}

	body {
		font: 95% arial, verdana, helvetica, sans-serif;
		background: url(/images/bg.gif) repeat-x top left;
		background-color:#A3A86B;
		color:#fff;
	}
	
	#home {
		background: url(/images/bg-home.gif) repeat-x top left;
		background-color:#A3A86B;
	}

		.logo {
			margin-top: 5px;
		}
		
		p {
			margin:0 0 10px 0;
		}
		
			#footer p {
				margin:0;
				font-size:0.9em;
			}
			
		.fSearchText {
			width:95%;
			height:19px;
			padding:2px 0 0 2px;
			border:1px solid #40431D;
			font:  0.9em/1.4em arial, verdana, helvetica, sans-serif;
		}
		
		.fLogText {
			width:150px;
			height:19px;
			padding:2px 0 0 2px;
			border:1px solid #40431D;
			font:  0.9em/1.4em arial, verdana, helvetica, sans-serif;
		}
		
		.fLogPassword {
			width:100px;
			height:19px;
			padding:2px 0 0 2px;
			border:1px solid #40431D;
			font:  0.9em/1.4em arial, verdana, helvetica, sans-serif;
		}		
		
		.fSubmit {
			font:  1em/1.4em arial, verdana, helvetica, sans-serif;
			font-weight:bold;
			border:1px outset #40431D;
			background-color:#DDE0BE;	
			padding:1px 3px;
		}		
		
		.fText {
			width:100%;
			background-color:#E7E8D8;
		}
		
		dl.details {
			width:49%;
			border:1px solid #fff;
			margin:0 0 10px 0;
		}
			
			dl.details dt {
				padding:4px 6px;
			}
			
			dl.details dd {
				color:#000;
				background-color:#fff;
				padding:4px 6px;
			}
			
		dl.details2 {
			float:left;
			width:100%;
			margin:0 0 10px 0;
			border:1px solid #fff;
		}

			
			dl.details2 dt {
				width:35%;
				padding:4px 6px;
				float:left;
			}
			
			dl.details2 dd {
				width:60%;
				color:#000;
				background-color:#fff;
				padding:4px 6px;
				float:right;
			}			
		
		dt {
			font-weight:bold;		
		}
		
		.floatright {
			float:right;
		}
		
		.floatleft {
			float:left;
		}
		
		.clearing {
			clear:both;
			width:100%;
			height:1px;
			border-top:1px solid #fff;
			margin:0 0 10px 0;
		}
		
		.clearboth {
			clear:both;
			width:100%;
			height:1px;
			margin:0 0 10px 0;
		}		

	#Tfulllist {
		width:100%;
		border:1px solid #fff;
		border-collapse:collapse;
		margin:0 0 10px 0;
	}
	
	
	
		th {
			text-align:left;
			padding:4px 6px;
			background-color:#757943;
		}
		
		td {
			padding:4px 6px;
			vertical-align:top;
			font-size:0.9em;
		}
		
	.update {
		background: url(../images/icon-update.gif) no-repeat center left;
		padding:0 0 0 18px;
	}		
	
	#pagination {
		text-align:right;
	}
	
		.previous {
			background: url(../images/icon-previous.gif) no-repeat center left;
			padding:0 0 0 15px;
		}
	
		.next {
			background: url(../images/icon-next.gif) no-repeat center right;
			padding:0 15px 0 0;
		}
		
	.selectDD {
		width:3.5em;
	}	
	
	.selectMonth {
		width:8em;
	}	
	
	.selectYYYY {
		width:5em;
	}			
	
	ul {
		margin:0 0 0 20px;
	}
	
	ol {
    margin-left: 30px;
	list-style:decimal;
	}		
	
	label span {
		float:left;
		width:8em;
	}
