﻿body
{
background: #8D92A3; /* Old browsers */
background: -moz-linear-gradient(top, #8D92A3 0%, #8D92A3 60%, #E3E0B9 100%) fixed; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8D92A3), color-stop(60%,#8D92A3), color-stop(100%,#E3E0B9)) fixed; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8D92A3 0%,#8D92A3 60%,#E3E0B9 100%) fixed; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8D92A3 0%,#8D92A3 60%,#E3E0B9 100%) fixed; /* Opera11.10+ */
background: -ms-linear-gradient(top, #8D92A3 0%,#8D92A3 60%,#E3E0B9 100%) fixed; /* IE10+ */

-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#8D92A3, endColorstr=#E3E0B9, GradientType=0)";

background: linear-gradient(top, #8D92A3 0%,#8D92A3 60%,#E3E0B9 100%) fixed; /* W3C */
font: 62.5% Arial,"Bitstream Vera Sans",sans-serif;
margin: 0;
}

h1{
font-size: 4.5em;
font-style: italic;
left: 8px;
color: #4060AD !important;
margin-top:4px;
margin-left:10px;
}

h2
{
font-weight:bold;
font-size:110%;
padding:5px 0px 2px 0px;
}

p
{
padding:3px 0px 10px 0px !important;
}

#login_window{
margin:75px auto;
text-align:center;
background: url("/admin/images/loginbk-admin.png") no-repeat scroll 0 0 transparent;height: 625px;
margin-top: 50px;
position: relative;
width: 1000px;
}

#login_form
{
position:absolute;
width:560px;
font-size:12px;
text-align:center;
left:200px;
top:145px;
}

#logo{
display:none;
margin:auto;
}

#copyright,
#tos{
position:absolute;
color:#000000;
font-size:10px;
display:block;
line-height:20px;
top:415px;
font-style:italic;
}

#copyright{left:205px;}
#tos{left:675px;}

#tos a, a:visited{
color:#000;
text-decoration:none;
}

#tos a:hover{
text-decoration:underline;
}

.login_item .caption{
font-weight:bold;
display:block;
width:200px;
float:left;
text-align:right;
padding:3px;
margin-bottom:5px;
}

#txtUsername,
#txtPassword{
float:left;
margin-right:150px;
margin-bottom:5px;
}



.textbox-unfocus
{
	border:1px solid #999999;
	border-top:2px solid #999999;
	font-size:120%;
	font-weight:normal;
	color:#666666;
	background-color:#EEEEEE;
	width:150px;
	padding:2px;
}

.textbox-focus
{
	border:1px solid #999999;
	border-top:2px solid #999999;
	font-size:120%;
	color:#000000;
	width:150px;
	padding:2px;
}

.button
{
font-weight:bold;
width:75px;
border:1px solid #a3b8c2 !important;
border-radius:5px 5px 5px 5px;
color:#000 !important;
font-size:8pt;
width:80px;
height:20px;
line-height:8pt !important;

/*mozilla*/
background-image: -moz-linear-gradient(top, #d1dbe1, #a3b8c2) !important;
/*webkit*/
background: -webkit-gradient(linear, left top, left bottom, from(#d1dbe1), to(#a3b8c2));
/*IE*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d1dbe1, endColorstr=#a3b8c2, GradientType=0)";
margin-left:85px;
}

.button:hover{
	/*mozilla*/
	background-image: -moz-linear-gradient(top, #ffffee, #F7F299) !important;
	/*webkit*/
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffee), to(#F7F299));
	/*IE*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffee, endColorstr=#F7F299, GradientType=0)";	
}

#tos_window
{
	background-color:#FFFFFF;
	margin:75px auto;
	border:1px solid #ccc;
	width:800px;
	padding:10px;
	text-align:left;
	border-radius:5px 5px 5px 5px;
}

.error_message
{
	color:#FF0000;
}

ol
{
	list-style-type:decimal;
	padding:2em;
}