﻿body
{
	background-color: rgb(26,26,26) /*#5c87b2*/;
	font-size: .75em;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: rgb(232,243,246) /*#696969*/;
}

a:link
{
	color: rgb(138,198,242) /*#034af3*/;
	text-decoration: underline;
}
a:visited
{
	color: rgb(51,153,255) /*#505abc*/;
}
a:hover
{
	color: #cf6 /*#1d60ff*/;
	text-decoration: none;
}
a:active
{
	color: #cf6 /*#12eb87*/;
}

p, ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2
{
	padding: 0 0 10px 0;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	/*position: relative;*/
	margin-bottom: 0px;
	padding: 0;
}

#header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	border: none;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
}

#main
{
	padding: 30px 30px 15px 30px;
	background-color: #222;
	margin-bottom: 30px;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	/*border-bottom: 1px #5C87B2 solid;*/
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
	margin-right: 10px;
	overflow:hidden;
	top:1px;
}

ul#menu li
{
	display: inline;
	list-style: none;
}

ul#menu li#greeting
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #333 /*#e8eef4*/;
	border: solid 1px #333; /*color: #034af3;*/
}

ul#menu li a:hover
{
	background-color: rgb(24,24,24) /*#fff*/;
	border-color: #e8eef4;
	text-decoration: none;
}

ul#menu li a:active
{
	/*background-color: #a6e2a6;*/
	text-decoration: none;
}

ul#menu li.selected a
{
	background-color: #fff;
	color: #000;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

#menucontainer
{
	margin-top: -50px;
}

#title
{
	display: block;
	text-align: left;
	margin-top: 15px;
}

#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px 10px -18px 10px;
	color: White;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

.field-validation-error
{
	color: #ff0000;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}
/* Login control
----------------------------------------------------------*/
#login
{
	position: absolute; /*Panel will overlap  content */ /*position: relative;*/ /*Panel will "push" the content down */
	top: 0;
	width: 100%;
	z-index: 999;
	left: 0;
	right: 0; /*margin-left: auto; 	margin-right: auto;*/
}
#login ul.controls
{
	background: url(/Images/Login/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
	top: 0;
	z-index: 999;
}
#login ul.controls
{
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 42px;
	width: auto;
	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
	color: white;
	font-size: 80%;
	text-align: center;
	margin-top: -7px;
}
#login ul.controls li.left
{
	background: url(/Images/Login/tab_l.png) no-repeat left 0;
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#login ul.controls li.right
{
	background: url(/Images/Login/tab_r.png) no-repeat left 0;
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#login ul.controls li
{
	text-align: left;
	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
	background: url(/Images/Login/tab_m.png) repeat-x 0 0;
}
#login ul.controls li a
{
	color: #15ADFF;
}
#login ul.controls li a:hover
{
	color: white;
}
#login .controls .sep
{
	color: #414141;
}
#login .controls a.open, #login .controls a.close
{
	height: 20px;
	line-height: 20px;
	padding-left: 25px;
	cursor: pointer;
	display: block;
	position: relative;
	top: 11px;
}
#login .controls a.open
{
	background: url(/Images/Login/bt_open.png) no-repeat left 0;
}
#login .controls a.close
{
	background: url(/Images/Login/bt_close.png) no-repeat left 0;
}
#login .controls a:hover.open
{
	background: url(/Images/Login/bt_open.png) no-repeat left -19px;
}
#login .controls a:hover.close
{
	background: url(/Images/Login/bt_close.png) no-repeat left -19px;
}

#login .panel
{
	width: 100%;
	background-color: #272727;
	color: #999999;
	border-bottom: 1px solid white;
	padding-bottom: 6px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0px;
}

#login .info
{
	margin: 0px auto;
	width: 960px;
}

#login .info h1
{
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}
#login .info h2
{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}
#login .info p
{
	margin: 5px 0;
	padding: 0;
}
#login .info a
{
	text-decoration: none;
	color: #15ADFF;
}
#login .info a:hover
{
	color: white;
}
#login .info a-lost-pwd
{
	display: block;
	float: left;
}
#login .info .content
{
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}
#login .info .left
{
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}
#login .info .right
{
	border-right: 1px solid #333;
}
#login .info form
{
	margin: 0 0 10px 0;
}
#login .info label
{
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
#login .info input.field
{
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}
#login .info input:focus.field
{
	background: #545454;
}
#login .info input.bt_login, #login .info .content input.bt_register
{
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}
#login .info input.bt_login
{
	width: 74px;
	background: transparent url(/Images/Login/bt_login.png) no-repeat 0 0;
}
#login .info input.bt_register
{
	width: 94px;
	height: 24px;
	color: white;
	border: none;
	background: transparent url(/Images/Login/bt_register.png) no-repeat 0 0;
}
#login .info .lost-pwd
{
	display: block;
	float: left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

