/* CSS Document */
html {
	height:100%;
}

body{
	background:#213A7E url(/assets/images/tileBG.jpg) repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-top:20px;
	font-size:100%;
	height:100%;
}


a:link{color:#00A2FF;}
a:hover{color:#EEAE00;}
p{font-size:.9em; margin-top:6px;}

.msg {
	color : #228B22;
	font-weight : bold;
}

.error {
	color : #B22222;
	font-weight : bold;
}


#topExtContainer{
	background: url(/assets/images/extCont_topShadow.png) no-repeat;
	margin:auto;
	width:796px;
	height:7px;
	padding:0 17px 0 17px; 
}
#externalContainer{
	background: url(/assets/images/externalCont_bg.png) repeat-y;
	width:796px;
	margin:auto;
	padding:0 17px 0 17px; 
}
#container{
	background:#EEF0FF url(/assets/images/container_bg.gif) repeat-y;
	border:1px solid #4D609A;
	border-top-color:#213A7E;
	border-bottom-color:#BBD6FB;
	width:760px;
}
h1 {margin:0;}
h4{
	margin:0 0 9px 0;
	/*border-bottom:1px solid #D9D9D0;*/
	border-left:1px solid #ECEDE9;
	border-right:1px solid #ECEDE9;
	height:26px;
	text-transform: uppercase;
	color:#555;
	background: url(/assets/images/h4Bg.gif) repeat-x;
	padding:4px 0 0 2px;
}
h4 span{background: url(/assets/images/titleArrows.gif) no-repeat; padding-left:24px;}
h5{margin:5px 0 0 5px;}
#header{
	background:#5EA1D9 url(/assets/images/header.jpg)  no-repeat;
	color:#fff;
	height:39px;
	font-family:Century Gothic,Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:0px 10px 0px 15px;
	vertical-align: middle;
	line-height: 39px;
}
h1 span {
	display:none;
}
.about h5{
	margin:0;
	text-align:right;
	font-size:1em;
}
#additionalContent{
	width: 184px;
	display:block;
	float:left;
	background:#fff url(/assets/images/header_shadow.gif)  repeat-x;
}
#logo{
	background:url(/assets/images/logo.jpg)  no-repeat;
	width:147px;
	height:97px;
	margin: 10px 0 0 15px;
}
#login{
	background:url(/assets/images/login_bg.gif);
	margin-top:20px;
	border-bottom: 2px solid #D5DCE9;
	border-top:2px solid #D5DCE9;
	padding:10px 15px 10px 20px;
	font-size:small;
	color:#4C6F92;
}
#username, #password{
	background:url(/assets/images/input_bg.gif);
	width:132px;
	height:20px;
	line-height: 20px;
	padding:4px 0 0 5px;
	margin-bottom:10px;
	border:1px solid #F0F5FF;
}
#username:hover, #password:hover{border-color:#FFC776;}
#username:focus, #password:focus{border-color:#5DA0D9;}
#usernameLabel{
	background:url(/assets/images/username.gif) no-repeat; 
	width:62px; 
	height:11px;
	display:block;
	margin-bottom:5px;
}
#passwordLabel{
	background:url(/assets/images/password.gif) no-repeat;
	width:58px; 
	height:11px;
	display:block;
	margin-bottom:5px;
}
#usernameLabel span, #passwordLabel span{display:none;}
#rememberLabel{margin-bottom:10px; display:block; font-size:.95em}
#content
{
	width:575px;
	float:left;
	margin-left:1px;
}
#submit{
	background:url(/assets/images/login_butn.gif);
	width:80px;
	height:27px;
	padding:0;
	border:none;
	margin-left:25px;
}
hr{
	border-left-style: outset;
	padding-top:1px;
	border-top: 1px solid #B1C6E4;
	border-bottom:1px solid #D6E2F3;
}
#login a, #login p{font-size:.85em;}
#register{
	background:url(/assets/images/register_btn.gif);
	width:80px;
	height:27px;
	display:block;
	margin-left:25px;
}
#register span{display:none;}
#logoutBtn {
	background:url(/assets/images/logout_btn.gif);
	width:80px;
	height:27px;
	display:block;
	margin-left:25px;
}
#logoutBtn span{display:none;}

#entrance
{
	height:197px;
	/*background:#ccc;*/
	border:none;
	padding:0;
	margin:0;
	/*background:url(/assets/images/entrace_bg.jpg)  no-repeat;*/
}
.about #titlePage
{
	height:70px;
	background:url(/assets/images/about_title.png)  no-repeat;
}
.contact #titlePage
{
	height:70px;
	background:url(/assets/images/contact_title.png)  no-repeat;
}
.help #titlePage
{
	height:70px;
	background:url(/assets/images/help_title.png)  no-repeat;
}
.terms #titlePage
{
	height:70px;
	background:url(/assets/images/terms_title.png)  no-repeat;
}
.privacy #titlePage
{
	height:70px;
	background:url(/assets/images/privacy_title.png)  no-repeat;
}
.register #titlePage
{
	height:70px;
	background:url(/assets/images/register_title.png)  no-repeat;
}
#nav ul{
	margin:0;
	padding:0;
	list-style-type: none;
	background:#529FDE url(/assets/images/navBg.gif) repeat-x;
	height:31px;
	
	color:#fff;
	line-height: 32px;
	font-size:small;
	padding-left:10px;
	padding-top:1px;
	font-family:Century Gothic,Geneva, Arial, Helvetica, sans-serif;
}
body.home #nav ul{
	border-top: 1px solid #EEAE00;
	border-bottom:  3px solid #EEAE00;
}
body.about #nav ul{
	border-top: 1px solid #9ED800;
	border-bottom:  3px solid #9ED800;
}
body.contact #nav ul{
	border-top: 1px solid #A440DE;
	border-bottom:  3px solid #A440DE;
}
body.help #nav ul{
	border-top: 1px solid #DE487A;
	border-bottom:  3px solid #DE487A;
}

#nav li, #nav li a{
	display:block;
	float:left;
	height:31px;
	padding:0;
}
#nav li span{
	display:none;
}
#main{
	padding:15px 20px 20px 20px;
	background:#F5EEE0 url(/assets/images/nav_shadow.gif) repeat-x;
	min-height:280px;
}
#mainContent{
	border:1px dotted #888;
	padding:10px;
	font-size:0.8em;
	background:#FFFFF4;
 	line-height: 1.9em;
}
#home{
	width:73px;
	background-image:url(/assets/images/home.gif);
	background-color:#529FDE;
	background-repeat:no-repeat;
}
.selected, #nav li a:hover{
	background-position:0px -31px;
}
#about{
	background-image: url(/assets/images/about.gif);
	background-repeat: no-repeat;
	background-color:#529FDE;
	width:96px;
}
.contact #mainContent p{margin:20px 0;}
#contact{
	background-image: url(/assets/images/contact.gif);
	background-repeat: no-repeat;
	background-color:#529FDE;
	width:85px;
}
#contactAdress{
	float:left;
	border-right:1px solid #ccc;
	padding-right:15px;
	margin:0 15px 15px 15px;
	display:block;
}

#help{
	background-image: url(/assets/images/help.gif);
	background-repeat: no-repeat;
	background-color:#529FDE;
	width:72px;
}
#footer{
	margin:auto;
	width:796px;
	height:51px;
	padding:0px 17px 0px 17px;
	font-size:.8em;
	background: url(/assets/images/footer.png) no-repeat;
	margin-bottom:30px;
}
#blueinstant span{
	display:none;
}
#blueinstant a{
	display:block;
	width:224px;
	margin-left:295px;
	height:26px;
	text-align:center;
}
#footerNote{
	font-size:.89em;
	padding-top:6px;
	text-align:right;
	margin-right:35px;
}
#footerNote a:link, #footerNote a:visited{color:#9DACB8;}
#footerNote a:hover{color:#EEAE00;}
#footerNote a{margin-left:20px; text-decoration:none;}
.clear{clear:both;}