/*CSS*/

body {
	margin:0px;
	padding:0px;
	font-family:TAhoma;
	font-size:11px;
	color:#000000;
	background-color: #000000;
}

td {
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	font-size:11px;
}

p {
	margin:0px;
	padding:0px;
}

h1, h2, h3 {
	margin:0px;
	padding:0px;
}



/*-------		TEXT		-------*/

.menu_txt {

	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	
}


.normal_txt {
	font-family:Tahoma;
	font-size:11px;
	color:#f3f3f3;
	font-weight:normal;
	line-height:15px;
}

.dynamic_response {
	font-family:Tahoma;
	font-size:13px;
	color:#FF0000;
	font-weight:normal;
	line-height:15px;
}

.breadcum_txt {
	font-family:Tahoma;
	font-size:12px;
	color:#fd9a01;
	text-transform:uppercase;
}


/*-------		LINKS		-------*/

a:link, a:active, a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color:#000000;
	text-decoration: underline;
}

a.breadcum_link:link, a.breadcum_link:active, a.breadcum_link:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #bbc5cb;
	text-decoration: none;
}

a.breadcum_link:hover {
	color:#fd9a01;
	text-decoration:none;
}

a.rightmenusub_link:link, a.rightmenusub_link:active, a.rightmenusub_link:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #f3f3f3;
	text-decoration: none;
}

a.rightmenubigsub_link:link, a.rightmenubigsub_link:active, a.rightmenubigsub_link:visited {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #f3f3f3;
	text-decoration: none;
	font-weight: bold;
}

a.rightmenusub_link:hover {
	color:#fd9a01;
	text-decoration:none;
}


a.bottom_link:link, a.bottom_link:active, a.bottom_link:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}

a.bottom_link:hover {
	color:#233c49;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}


a.bottom_link2:link, a.bottom_link2:active, a.bottom_link2:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}

a.bottom_link2:hover {
	color:#233c49;
	text-decoration: none;
	font-weight:bold;
}


/*-------		MISC		-------*/

.topheader_bg {
	background-image: url(../images/topheader_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
}

.loginbox_bg {
	background-image: url(../images/loginbox_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
}

.hotspot {
	padding-top:40px;
}

.midbox_bg {
	background-image: url(../images/midbox_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#243d4a;
}

.right_menu {
	width:190px;
	padding:10px 5px;
}

.rightmenu_divider {
	background-color:#565e63;
}

.rightmenu_colum {
	padding-left:10px;
	height:26px;
}

.content_area {
	background-color:#5a6c7a;
	background-image:url(../images/contentarea_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	padding:14px 12px;
}

.footer_line {
	background-color:#FFFFFF;
}

.bottomleft_bg {
	background-color:#a2b2bd;
	background-image:url(../images/bottomleft_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

.bottommid_bg {
	background-color:#f0f1f3;
	background-image:url(../images/bottommid_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	padding-top:15px;
	padding-bottom:10px;
	line-height:18px;
	
}

.bottomright_bg {
	background-color:#a2b2bd;
	background-image:url(../images/bottomright_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;	
}

.rightmenu_space {
	padding:10px 5px;
}


.table_color {
    border-top:#FFFFFF 1px solid;
	border-left:#FFFFFF 1px solid;
	border-right:#FFFFFF 1px solid;
	border-bottom:#FFFFFF 1px solid;
	padding:4px;
}


input.look {
    border-top:#404040 1px solid;
	border-left:#404040 1px solid;
	border-right:#404040 1px solid;
	border-bottom:#404040 1px solid;
    font-family:Tahoma,;
    font-size: 11px;
	color:#000000;
    font-weight: normal;
    background-color: #ffffff;
	padding-left:2px;
	padding-right:2px;
}

textarea.look {
    border-top:#404040 1px solid;
	border-left:#404040 1px solid;
	border-right:#404040 1px solid;
	border-bottom:#404040 1px solid;
    font-family:Tahoma,;
    font-size: 11px;
	color:#000000;
    font-weight: normal;
    background-color: #ffffff;
	padding-left:2px;
	padding-right:2px
}

select.look {
	border-top:#404040 1px solid;
	border-left:#404040 1px solid;
	border-right:#404040 1px solid;
	border-bottom:#404040 1px solid;
    font-family:Tahoma,;
    font-size: 11px;
	color:#000000;
    font-weight: normal;
    background-color: #ffffff;
	padding-left:2px;
	padding-right:2px
}

submit.look {
	border-top:#404040 1px solid;
	border-left:#404040 1px solid;
	border-right:#404040 1px solid;
	border-bottom:#404040 1px solid;
    font-family:Tahoma,;
    font-size: 11px;
	color:#000000;
    font-weight: normal;
    background-color: #ffffff;
	padding-left:2px;
	padding-right:2px
}


