html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;
	min-width: 1000px;
	color: black;
	background-color: white;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

table {
	border: none;
	border-collapse: collapse;
}

a {
	color: black;
	/*text-decoration: none;*/
}

a:hover {
	color: black;
	text-decoration: underline;
}

/* IE fixes */
/* Solve the IE 3px gap bug */
html, p {
	height: 1%;
}

/* Add the min and max width in IE */
#header {
 	width: expression(document . body . clientWidth < 860 ? "850px" : "auto");
}
/* PNG transparency fix */
img {
	behavior: url(../../../../css/png-fix.htc);
}





/* General markup styles */

.normalFont {
	font-size: 80%;
}

.normalFontGrey {
        font-size: 80%;
	color: #666666;
	}

.normalFontBold {
        font-size: 80%;
	font-weight: bold;
}

.mediumFont {
	font-size: 70%;
}

.mediumFontBold {
	font-size: 70%;
	font-weight: bold;
}

.miniFont {
	font-size: 60%;
	color: #3A4959;
}

.smallFont {
	font-size: 60%;
}

.vAlignTop {
	vertical-align: top;
}


/* Input fields */

input.grey {
	border: 1px solid #BFBFBF;
	font-size: 100%;
	padding-left: 0.2em;
	padding-right: 0.2em;
	width: 99%;
}

select.grey {
	border: 1px solid #BFBFBF;
	font-size: 100%;
}

input.blue {
        border: 1px solid #AAB9C9;
        font-size: 80%;
        padding-left: 0.2em;
        padding-right: 0.2em;
	width: 200;
}


select.blue {
        border: 1px solid #AAB9C9;
        font-size: 80%;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}


textarea.blue {
	border: 1px solid #AAB9C9;
	font-size: 14;
	padding-left: 0.2em;
	padding-right: 0.2em;
	width: 200;
}

/* Buttons */

input.btnlogin {
	background-color: #ffffff;
	border: 1px solid #999999;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 70%;
	color: black;
	padding: 0 3px;
	margin: 1px 0px;
	width: 50px;
/*	height: 20px;*/
}

input.btnsearch {
        background-color: #ffffff;
	border: 1px solid #00284E;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 80%;
	color: #113A62;
	padding: 0 3px;
	margin: 1px 0px;
	width: 100px;
}

/* Top menu */

#top_menu {
	font-size: 12px;
	height: 46px;
	line-height: 1.4em;
	background: #608EBE url("../images/top_menu.png") repeat-x; /* green #52842D */
}

#top_menu_container {
	padding-top: 4px;
}

#top_menu div.txt_label {
	float: left;
	display: inline;
	margin: 9px 0 0 30px;
	color: #EEEEEE;
}

#top_menu div.top_value {
	float: left;
	display: inline;
	margin: 9px 0 0 5px;
	color: white;
}

#top_menu div.top_label {
	float: right;
	display: inline;
	position: relative;
	margin: 0 15px 0 0;
	top: 9px;
	color: #EEEEEE;
}

#top_menu div.top_items {
	float: right;
	display: inline;
	margin: 0 30px 0 0;
	height: 37px;
	border-right: 1px solid #5a92cb; /* green #80AA66 */
}

#top_menu a {
	position: relative;
	top: 9px;
	border-left: 1px solid #5a92cb; /* green #80AA66 */
	padding: 10px 10px 13px 10px;
	color: white;
	text-decoration: none;
}

#top_menu a:hover {
	background: url("../images/top_menu_hover.png") repeat-x top;
	text-decoration: underline;
}


/* Header logo & banners */

#header {
	height: 60px;
	background: url("../images/header.png") repeat-x;
}

#logo_container {
	float: left;
	display: inline;
	margin: 20px 30px 0 30px;
}
#banner_container {
	float: right;
	display: inline;
	margin: 15px 30px 0px 10px;
}

#banner_container .banner {
	margin-left: 50px;
}

/* Content */

#content {
	margin: 30px 30px 30px 30px;
	min-height: 330px;
	}

#content_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -41px; /*footer height */
}


/* Footer */

#footer_push {
	margin: 0;
	padding: 0;
	height: 50px; /* footer height */
}

#footer {
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 41px; /* footer height */
	background: #606060 url("../images/footer.png") repeat-x; /* green #52842D */
}

#footer div.copyright {
	float: left;
	display: inline;
	margin: 0 0 0 30px;
	padding-top: 14px;
	color: white;
}

#footer div.counter {
	float: right;
	display: inline;
	margin: 0 30px 0 0;
	padding-top: 14px;
}

