﻿@import url('Page.css');
@import url('Login.css');

/*======= HTML STYLE ================*/
*{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

html{
	height:100%; /*Float footer at bottom*/
}

body
{
    text-align: center; /* For IE */
    height: 100%; /* Float footer at bottom*/
    background-color: #255E6B;
}

/*======= MASTER ====================*/
#master_container{
	border-width: 3px;
	border-color: #6CB9CF;
	border-style: none solid none solid;
	min-height: 100%; /* Float footer at bottom*/
	margin: 0 auto; /* Needed to set footer*/	
	text-align: left; /* Counter the body center */
	width: 772px;
	background-color: #FFFFFF;
}

#master_content {
	border-color: #000000;
	position: relative;
	border-top-style: none;
	right: auto;
	left: auto;
	margin: 5px;
}

#master_form 
{
}

#master_masthead{
	border-color: #000000;
	background-image: url('../images/LogoTopSpacer2.gif');
	background-repeat: repeat;
	height: 103px;
	color: #FFF;
	min-width:760px;
	white-space:nowrap;

}

#master_masthead_imageR {
	float: none;
	clear: right;
	border-color: #000000;
}

#master_masthead_imageR_IE6 {
	border-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	position: absolute;
	right: -144px;
}

#master_clearheader {
	height: 5px;
}

#master_navbar_imagetop{
	position: relative;
	top: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	left: 2px;
}
#master_navbar_imagebottom{
	border-style: none;
	position: absolute;
	top: 575px;
	left: 15px;
}
#master_navbar_imagebottom a:hover{
    border-color: #000000 #000000 #f5f5f5 #000000;
    color: #006600;
}

#master_navbar{
	width: 100%;
	background-color: #B0DAE5;
	border-right-style: solid;
	border-left-style: solid;
}
#master_navbar a {
    border-color: #000000 #000000 #f5f5f5 #000000;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    padding: 3px;
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
#master_navbar a:hover {
	color: #000000;
	background-color: #4FACC2;
	text-decoration: none;
}
#master_navbar li {
	border: 1px solid #4FACC2;
	padding: 1px 1px 1px 1px;
	margin: 5px 1px 1px 1px;
	float: left;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}
#master_navbar ul {
	width: 94%;
	height:35px;
}

#master_footer_clear {
	clear: both;
	height: 60px;
}
#master_footer {
	text-align: center;
	background-color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 24px;
	height: 56px;
	background-repeat: repeat-x;
	margin: -56px auto 0 auto;
	width: 772px;
}
#master_footer  a {
    color: #FFFFFF;
    text-decoration: underline;
}
#master_footer a:hover {
	color: #fff;
	text-decoration: none;
}