﻿/* --- RESET BROWSER STYLES ---------------------------- */
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, input, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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-size: 100%;line-height: 140%;vertical-align: baseline;background: transparent;}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}
form {height: 100%;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
html {
	height: 100%;
	width: 100%;
	/*background: #333 url('/images/bg-body.jpg') repeat; this was failing*/ 
}
body 
{
    background-repeat: repeat;
    background-color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #FFF;
    margin: 0px;
    background-image: url(images/bg-body.jpg);
    text-shadow: #111 1px 1px 1px;
}
.main_container
{
    margin: 25px auto;
	height: 650px;
	width: 350px;
	background: url('/images/bg-login.png') no-repeat;  
    
    /*width: 800px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
    height: 500px;
    text-align: right;*/
}
a:link, a:visited {
	color: #AAA;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
.formField label {
	display: block;
	height: 23px;
}
p label {
	margin: 0 0 0 5px;
}
.formField label em {
	font-size: 18px;
	font-weight: bold;
	color: #D81E15;
	vertical-align: middle;
	margin: 0 0 0 4px;
}
.formField input {
	background: url('/images/bg-textbox.png') no-repeat;
	padding: 9px 4px 9px 6px;
	height: 18px;
	width: 206px;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
}
.push_top
{
    height: 185px;
    width: 600px;
}
.register
{
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
    font-size: 14px;
    color: #989BA4;
    text-align: right;
    margin-right: 138px;
}
p {
	color: #FFF;
	padding-top: 10px;
	margin-left: 5px;
}
a.button_red 
{
    text-decoration:none;
    background-color: #CC0000;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #CC0000;
    color: #FFF;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    margin-bottom: 4px;
    margin-left: 3px;
    text-shadow: #111111 1px 1px 1px;
    padding: 5px;
    height:24px; 
}

.button_red 
{
    text-decoration:none;
    background-color: #CC0000;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #CC0000;
    color: #FFF;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    margin-bottom: 4px;
    margin-left: 3px;
    text-shadow: #111111 1px 1px 1px;
    padding: 5px;
    height:24px; 
}
.td_padded_center
{
    padding:10px;
    text-align:center;
}
.td_padded_right
{
    padding:10px;
    text-align:right;
}

a.Return:link {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	background-color:#333333;
	padding:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

}
a.Return:visited {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	background-color:#333333;
	padding:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
a.Return:hover {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	background-color:#666666;	
	padding:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
a.Return:active {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	background-color:#333333;	
	padding:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.field
{
    height: 199px;
    width: 350px;
    text-align: left;
    padding-left: 0px;
    margin-top: 175px;
    margin-right: 150px;
    font-size: 14px;
}
.forgot
{
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
    font-size: 14px;
    color: #989BA4;
    text-align: right;
    margin-right: 138px;
}
/*a:link {
	color: #FFF;
	text-decoration: none;
	display:block;
	background-color:#C00;
	padding:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:1px solid #8A0000;
}
a:visited {
	color: #FFF;
	text-decoration: none;
	display:block;
	background-color:#C00;	
	padding:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:1px solid #8A0000;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	display:block;
	background-color:#F00;	
	padding:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:1px solid #8A0000;
}
a:active {
	color: #FFF;
	text-decoration: none;
	display:block;
	background-color:#D00;	
	padding:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:1px solid #8A0000;
}
.rollover a
{
    display: block;
    width: 78px;
    color: #FFF;
    text-decoration: none;
    background-image: url(images/btn_enter.jpg);
    background-repeat: no-repeat;
    background-position: 00;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 5px;
}
.rollover a:hover
{
    background-position: 0 -35px;
    color: #FFF;
}
.rollover a:active
{
    background-position: 0 -70px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.container_roll
{
    margin-right: 138px;
    text-align: right;
    margin-left: 385px;
    margin-top: 10px;
}*/
.fieldbox1
{
    -moz-opacity: 0.5; /* filter: Alpha(Opacity=50); */
    background-color: transparent;
    background-image: url('images/back_field.jpg' );
    height: 34px;
    width: 251px;
    vertical-align: middle;
}
.field
{
    width: 120px;
    height: auto;
}
.value
{
    width: 180px;
    height: auto;
}
        
     
.back_table
{
    width: 700px;
    padding: 10px; 
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    background-color: #111;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 2px 2px 10px #111111;
    -webkit-box-shadow: 2px 2px 10px #111111;
    box-shadow: 2px 2px 10px #111111;
    margin-top: 10px;
    background: #2b2b2b; /* Old browsers */
    background: -moz-linear-gradient(top, #2b2b2b 0%, #333333 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b2b2b), color-stop(100%,#333333)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2b2b2b 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2b2b2b 0%,#333333 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #2b2b2b 0%,#333333 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #2b2b2b 0%,#333333 100%); /* W3C */
}

.top_title
{
    padding: 5px; 
    color: White; 
    text-align: left; 
    background-color: #666666;
    -webkit-border-radius: 3px;
	-moz-border-radius:3px;
	width:200px;
	font-family: "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
	border-radius:3px;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;	
}
        
.style3
{
    width: 190px;
}
.td_rightmiddle
{
    text-align: right;
    width: 110px;
    vertical-align: middle;
    padding:8px;  
}
.td_leftpadded
{
    text-align: left;
    vertical-align: middle;
    padding:8px;  
}
.inputText_ur
{
    font-size: 12px;
    width: 175px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-shadow: #111 1px 1px 1px;
    float:left;
    background-color: #222;
    border-color: #111111 #777777 #777777 #111111;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    padding: 2px; 
}

.inputText_ur2{
     font-size: 12px;
    width: 175px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-shadow: #111 1px 1px 1px;
    float:left;
    border-color: #111111 #777777 #777777 #111111;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    padding: 2px; 
    background: #555555; /* Old browsers */
    background: -moz-linear-gradient(top, #555555 0%, #333333 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#333333));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #555555 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555555 0%,#333333 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #555555 0%,#333333 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #555555 0%,#333333 100%); /* W3C */
}
.dxeTextBox .dxeEditArea {
  background-color: transparent;
  color:#FFF;
   text-shadow: #111111 1px 1px 1px;
}      
.dxeButtonEdit .dxeEditArea {
   background-color: transparent;
  color:#FFF;
   text-shadow: #111111 1px 1px 1px;
}
.btn_reg
{
	margin-top:10px;
	font-size:10px;
	width:150px;
	height:18px;
	float:right;
	font-weight:bold;
	margin-left:85px;
	text-shadow: #111111 1px 1px 1px;
	text-align:center;
}
.style4
{
    width: 110px;
}
.dxbButton
{
    color: #FFFFFF;
    font-weight: bold;
    vertical-align: middle;
    border: 1px solid #5D5D5D;
    background: #888888;
    background-repeat: repeat-x;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight:bold;
    text-shadow: #555555 1px 1px 1px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
.dxbButtonHover
{
    color: #FFFFFF;
    font-weight: bold;
    background: #CCCCCC;
    background-repeat: repeat-x;
    border: 1px solid #999999;
  
}
.dxeListBox {
    font-family:Arial;
    font-size: 11px;
    background-color:#222222;
   border: 1px solid #111111;
}
.dxeListBoxItem {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 2px 4px 3px;
    text-align: left;
    white-space: nowrap;
}
.title_pass
    {
        width:285px;
        height:50px;
        margin-top:20px;
    }