﻿@import url("/Styles/fonts.css");
@import url("/Styles/msgbox.css");

html
{
    background-color: #555;
}

*
{
    color: #555;
    font: normal 12px Arial;
	margin: 0px;
    padding: 0px;
}

*:focus
{
	outline-style: none;
}

.bold,
strong
{
	font-weight: bold;
}

.clear
{
	clear: both;
}

.wrapper
{
	margin: 200px auto 0px;
	width: 290px;
}

body
{
    background-color: #555;
}

h1
{
    background: transparent url("/images/logo.png") no-repeat 20px center;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
}

#pnlPopup,
#pnlMsgBox,
#pnlBlock
{
	background: #111;
	display: none;
	filter: alpha(opacity=70);
	height: 100%;
	left: 0px;
	opacity: .70;
	position: fixed;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 900;
}

#pnlMsgBox
{
	z-index: 1000;
}

#pnlBlock
{
	cursor: wait;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1100;
}

.login
{
	background-color: #f2f2f2;
	-moz-box-shadow: 5px 5px 10px #333;
	-webkit-box-shadow: 5px 5px 10px #333;
	border: 1px solid #333;
}

.form
{
	background-color: #f2f2f2;
	padding-top: 30px;
}

.form br
{
	clear: both;
}

.form label
{
	color: #555;
	display: block;
	float: left;
	font: normal 13px Futura, Arial;
	line-height: 23px;
	margin: 0px 0px 10px 20px;
	width: 58px;
}

.form .buttons-wrapper
{
    background: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#555));
    background: -moz-linear-gradient(top,  #777,  #555);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#555555');
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding: 0px;
    text-align: right;
}

.form input[type="text"],
.form input[type="password"]
{
	border: none;
	border-top: 1px solid #bdccd4;
	border-left: 1px solid #bdccd4;
	color: #666;
	height: 20px;
	line-height: 20px;
	margin: 0px 0px 10px;
	width: 184px;
}

input[type="button"],
input[type="submit"]
{
	background: #666;
	border-color: #666;
	border-style: solid;
	border-width: 1px;
	color: #000;
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	padding: 0px 15px;
}

.form input[type="submit"],
.form input[type="button"]
{
	background: transparent;
	border: none;
	color: #fff;
	font: normal 12px Futura, "Trebuchet MS";
	height: auto;
    padding: 8px 20px;
}

input[type="submit"]:hover,
input[type="button"]:hover
{
	background: #9baab2;
    background: -webkit-gradient(linear, left top, left bottom, from(#bdccd4), to(#8a99a1));
    background: -moz-linear-gradient(top,  #bdccd4,  #8a99a1);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdccd4', endColorstr='#8a99a1');
    color: #f9f9f9;
}

input[type="submit"].waiting,
input[type="button"].waiting
{
    color: #999;
}

input[type="text"],
input[type="password"]
{
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 1px 2px;
}

input::-moz-focus-inner
{ 
    border: 0px;
    padding: 0px;
}

.footer
{
	color: #a9a9a9;
	font-size: 11px;
	margin: 10px auto 0px;
	text-align: center;
	width: 230px;
}

.footer span
{
	color: #e6e6e6;
	font-size: 11px;
	font-weight: bold;
}

.waiting
{
    color: #999 !important;
}

.form .right
{
	text-align: right;
	margin-right: 20px;	
}

.form .right #lblRememberMe
{
	display: inline;
	float: none;
	margin-right: 10px;	
}

.form .right #cbxRememberMe
{
	margin-top: -1px;
	vertical-align: middle;
}