html {

	height: 100%;
	overflow: inherit;

}

body {
	
	background-color: #f5f7fa;
	color: #656565;
	font-family: "Myriad Pro", Verdana, "Lucida Grande", "Helvetica Neu", Helvetica, Arial; /* Fonts with whitespace _needs_ to be encapsulated */
	font-size: 12px;
	font-style: normal;
	background-image: url(/images/bg-top.png);
	background-repeat: repeat-x; 
	margin: 0; 
	padding: 0; 
	position: relative; 
	height: 100%

}

.wrapper {

	width: 990px;
	margin: 0 auto;
	height: auto !important; /* I really don't know what's so important about this XD */
	height: 100%;
	min-height: 100%;
	position: relative;
	
}

* html #wrapper { /* Gay IE hack */
	
	height: 100%; /* IE6 treats height as min-height */
	
}

.content {
	
	width: 82%;
	overflow: auto;
	float: left; /* Floats this column to the right, rather than positioning it */
	margin: 0; /* Different browsers have different defaults here so we set it to 0 */
	padding-left: 5px;
	padding-right: 12px;
	border-right: 2px dotted #cd853f; /* I must do something about this... */
	clear: left;
	
}

.links {

	width: 15%;
	float: right; /* Floats this column right */
	margin: 0;
	overflow: auto;
	padding-left: 1%;
	clear: right; /* Makes sure that the column does not get position next to each other, rather below each other.. */
	
}

.footer {
	
	margin: -5.1em auto 0 auto; /* Crucial to the proper bottoming of the footer */
	width: 100%;
	text-align: center;
	background-image: url(/images/bg-bottom.png);
	background-repeat: repeat-x;
	clear: both;
	position: relative;
	bottom: 0;
	height: 2em;

}

.info {

	/*position: relative;*/
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	border-top: 2px solid #B7D2F2;
	border-bottom: 2px solid #B7D2F2;
	margin: 1em 0 1em 0;
	padding: 1em 1em 1em 5em;
	color:#000;
	font-weight: bold;
	background: #DBE7F8 url(/images/icon-text-info.png) no-repeat 1.5em;

	
}

.warning {
	
	border-top: 2px solid #FEABAB;
	border-bottom: 2px solid #FEABAB;
	margin: 1em 0 1em 0;
	padding: 1em 1em 1em 5em;
	color:#000;
	font-weight: bold;
	background: #FFDFDF url(/images/icon-text-alert.png) no-repeat 1.5em;


}

.curved-box {
	
	width: 99%;
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	border-radius: 3px;
	background-color: #333333;
	padding-left: 1%;
	padding-bottom: 0.5px;
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	
}

.centeredImage {
    
	text-align: center;
    	margin-top: 0px;
    	margin-bottom: 0px;
    	padding: 0px;
    
}

b {

	color: #000000;
	
}

a {

	color: #af6060;
	
}

a:hover { 

	color: black;
	text-decoration: none; 
	
}

/* Form stuff... I don't really know about this XD */

.webform {
        
	width: 400px;
    	color: #000000;
    	background-color: transparent;

}

.webform label {
        
	margin: 0px;
	padding: 0px;
	font-weight: bold;
		
}

.webform .inputbox {
        
	margin: 0px;
	padding: 0px;
		
}

.submit {
    
	margin: 0px;
    	height: 25px;
    	width: 120px;
    	padding: 0;
    	color: #000000;
	background-color: transparent;
	cursor: pointer;
	border: solid 1px #aaa;
	display: block;
		
}

#tbl_upload, #btn, #sbm, #frmfile {

	margin: 0px;
	padding: 0px;

}

#tbl_upload {

	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;

}

#tbl_upload th, #tbl_upload td {

	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	text-align: left;
	vertical-align: top;

}

#tbl_upload th {

	padding: 3px 10px 0px 10px;
	background-color: transparent;
	font-weight: bold;

}

#tbl_upload td {

	padding: 3px;

}

.frmfld {

	border: 1px solid #aaa;
	width: 300px;

}

#btn {

	background-color:transparent;
	border:none;
	cursor:pointer;
	height:20px;
	width:120px;
	display:block;

}

#downloadSearch {

	margin: 0px;
  	width: 300px;
  	
}