@charset "utf-8";
/* CSS Document */

/* =reset.css (by Andy Clarke) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin : 0; padding : 0; border : 0; outline : 0; font-weight : inherit; font-style : inherit; font-size : 100%; font-family : inherit; vertical-align: baseline; background:transparent; }

/* =clear */
.clear { clear: both; font-size: 1px; line-height: 0; }
/* =clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block;}
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */

strong { font-weight:bold; }
a { font-family:'roboto',Arial, Helvetica, sans-serif; }

* { margin: 0; }
html, body { height: 100%; }

.last {margin: 0 !important;}

@font-face {
	font-family: 'Dakota';
	src: url('../images/font/dakotaregular.eot');
	src: url('../images/font/dakotaregular.eot?#iefix') format('embedded-opentype'),
			 url('../images/font/dakotaregular.woff') format('woff'),
			 url('../images/font/dakotaregular.ttf') format('truetype'),
			 url('../images/font/dakotaregular.svg#dakotaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'roboto_light';
    src: url('../images/font/Roboto-Light-webfont.eot');
    src: url('../images/font/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../images/font/Roboto-Light-webfont.woff') format('woff'),
         url('../images/font/Roboto-Light-webfont.ttf') format('truetype'),
         url('../images/font/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../images/font/Roboto-Regular-webfont.eot');
    src: url('../images/font/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../images/font/Roboto-Regular-webfont.woff') format('woff'),
         url('../images/font/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../images/font/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

/* ======================================================================================== */

body{
    margin: 0;
    padding: 0;
    font-family: 'roboto', verdana, sans-serif;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f9f9f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f9f9f7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f7',GradientType=0 ); /* IE6-8 */
    color: #555555;
    display: block;
}

.content_login {
    width: 950px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -315px;
	display: block;
	background: url(../images/login_bg.png) center top no-repeat;
}

.login {
	display: block;
	float: left;
	width: 950px;
        /*height: 400px;*/
}

.login .login_left {
	display: block;
	width: 430px;
	/*height: 400px;*/
	margin: 0 auto;
}

.login .login_left .form {
	float: left;
	display: block;
	margin: 334px 0 0 40px;
}

.login .login_left .form .username {
	display: block;
	margin: 0 0 20px 0;
}

.login .login_left .form .password {
	display: block;
}

.login .login_left .form label {
	display: block;
	font-size: 13px;
	color: #777777;
	margin: 0 0 5px 0px;
}

.login .login_left .form input {
	width: 340px;
	height: 46px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	border: solid 1px #ddd;
        padding-left: 20px;
        display: block;
	font-size: 17px;
        line-height:46px;
        font-weight: 300;
         font-family: 'roboto_light';
}

.login .login_left .form input:focus {
        outline: 0;
        -webkit-box-shadow: 0 0 3px rgba(206,206,158,.4);
	-moz-box-shadow: 0 0 3px rgba(206,206,158,.4);
	box-shadow: 0 0 3px #ddd;
	border: solid 1px #bdbdbd;
}

.login .login_left a.login_form_submit {
        width: 338px;
	height: 46px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f2e333e;
        -webkit-box-shadow: inset 0 1px rgba(71,76,85,.75);
        -moz-box-shadow: inset 0 1px rgba(71,76,85,.75);
        box-shadow: inset 0 1px rgba(71,76,85,.75);
        border: solid 1px #2e343f;
        background-image: -webkit-linear-gradient(top, #363d4a, #2e333e);
        background-image: -moz-linear-gradient(top, #363d4a, #2e333e);
        background-image: -o-linear-gradient(top, #363d4a, #2e333e);
        background-image: linear-gradient(to bottom, #363d4a, #2e333e);
        display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 21px;
	margin-top:20px;
        line-height: 46px;
        text-align: center;
}

.login .login_left a.login_form_submit:hover {
	background-color: #f2e333e;
        -webkit-box-shadow: inset 0 1px rgba(71,76,85,.75);
        -moz-box-shadow: inset 0 1px rgba(71,76,85,.75);
        box-shadow: inset 0 1px rgba(71,76,85,.75);
        border: solid 1px #2e343f;
        background-image: -webkit-linear-gradient(top, #303744, #242933);
        background-image: -moz-linear-gradient(top, #303744, #242933);
        background-image: -o-linear-gradient(top, #303744, #242933);
        background-image: linear-gradient(to bottom, #303744, #242933);
}


.login .login_left a.login_form_submit:active {
	background-color: #f2e333e;
        -webkit-box-shadow: inset 0 2px 10px #000;
        -moz-box-shadow: inset 0 2px 10px #000;
        box-shadow: inset 0 2px 10px #000;
        border: solid 1px #2e343f;
        /*background-image: -webkit-linear-gradient(top, #303744, #242933);
        background-image: -moz-linear-gradient(top, #303744, #242933);
        background-image: -o-linear-gradient(top, #303744, #242933);
        background-image: linear-gradient(to bottom, #303744, #242933);
        
        -webkit-box-shadow: inset 0 2px 4px rgba(189,17,20,.5);
	-moz-box-shadow: inset 0 2px 4px rgba(189,17,20,.5);
	box-shadow: inset 0 2px 4px rgba(189,17,20,.5);
	border: solid 1px #ba1f21;*/
}

.login .login_left a.login_forgot_password {
	font-size: 13px;
	float: left;
	margin: 15px 0 0 0;
	color: #777777;
	text-decoration: none;
        width: 340px;
        text-align: center;
}

.login .login_left a.login_forgot_password:hover {
	color: #000000;
}

.login .login_right {
	float: right;
	display: block;
	width: 320px;
	height: 400px;
	position: relative;
}

.login .login_right h1{
	font-family: Dakota;
	font-size: 54px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0px 2px 1px #555555;
	text-align: center;
	margin: 10px 0 0 0;
}

.login .login_right .info {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}

.login .login_right .errorbox {
	position: absolute;
	bottom: 15px;
	background: #ffffff;
	border: 1px solid #C44509;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	color: #C44509;
}

.footer {
	display: block;
	float: left;
        width: 950px;
	text-align: center;
	margin: 15px 0 20px 0;
        background: no-repeat top center url('../images/line.png')
}

.footer p {
        font-size: 13px;
        color: #777777;
	display: block;
	margin: 20px 0 10px 0;
}

.footer .login_footer_text{
	display: block;
	width: 140px;
	margin: 0 auto;
}
.footer .login_footer_text h3 {
	font-family: 'roboto';
	font-size: 13px;
	color: #777777;
	font-weight: 300;
	display: block;
	float: left;
}

.footer .login_footer_text a {
	float: left;
	display: block;
	margin: 0 0 0 5px;
}

.footer .login_footer_text a img{
	width: 35px;
}

.warrning {
        font-size: 13px;
        color: #d22a29;
        padding-top: 5px;
}

.small_loading_gif{
	background-image: url('../images/loading20.gif') !important;
	background-repeat: no-repeat;
	background-position: center;
}

.login .info{
    position: absolute;
    text-align: center;
    padding: 5px;
    height: 100%;
    width: 100%;
}