body {
padding: 0;
margin: 0;
background-color: #FFF;
background: #FFF url(../Images/new/body_bg_011.gif) top left repeat-x;
text-align: center;
font-family: Helvetica, Arial, sans-serif;
margin-bottom: 2em;
}

label {
	float: left;
	width: 100px;
	text-align:right;
	margin-right:4px;
}

#formLogin{
	width:500px;
}
.no-close .ui-dialog-titlebar {
	display: none
}
.requiredMsg 
{
color:red;
margin-left:4px;
}
.title {
	margin-bottom: 10px;
	margin-left: 50px;
}

.loginlabel {
	min-width: 200px !important;
	width:200px;
	display:inline;
}

.row{
	width:100%;
	margin-bottom:4px;
}

input[type=text] {
	width: 200px;
}
input[type=password] {
	width: 200px;
}
div, ul, li, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

a {
color: #fff;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h1 {
font-weight: normal;
text-align: center;
}

div.clear {
clear: both;
height: 1px;
line-height: 1px;
font-size: 1px;
}




/* ***************************
       Layout
**************************** */

div#wrapper {
text-align: left;
margin: 0 auto;
width: 960px;
}


/* ***************************
       Header
**************************** */

div#header {
position: relative;
height: 1%;
margin-bottom: 20px;
padding: 30px 30px 0 30px;
}

div#header h1 {
text-align: left;
}
div#header h1 a, div#header h1 span {
background: url(../Images/xxx.png) bottom left no-repeat;
display: block;
width: 270px;
padding-top: 10px;
text-indent: -9999px;
overflow: hidden;
outline: none;
}

div#header ul {
position: absolute;
right: 30px;
bottom: -5px;
}
div#header ul li {
float: left;
list-style: none;
font-weight: bold;
}
div#header ul li a {
color: #666;
display: block;
padding: 7px 7px 7px 7px;
margin: 0 0.5em;
font-size: 14px;
outline: none;
font-family: Arial, sans-serif; /* fixes ff mac 1px helvetica line height problem > http://archivist.incutio.com/viewlist/css-discuss/96327 */
}
div#header ul li a:hover {
text-decoration: none;
background: #ececde;
}
div#header ul li a:hover span {
border-bottom: 1px dotted #aaa;
}

div#header ul li.login {
margin-left: 0.85em;
}
div#header ul li.login a {
display: block;
color: #fff;
font-size: 14px;
background: url(../Images/new/login_01.gif) bottom left no-repeat;
margin: 0;
text-align: center;
cursor: pointer;
width: 66px;
padding: 6px 0 6px 0; 
}
div#header ul li.login a:hover {
background: url(../Images/new/login_01.gif) bottom left no-repeat;
}
div#header ul li.login a:hover span {
border: none;
}

div#header ul li.selected a span {
border-bottom: 1px dotted #aaa;
}

div#header ul li span {
padding: 1px 0;
}




/* ***************************
       Content
**************************** */

div#content {
padding: 20px 30px 20px 30px;

font-size: 85%;
line-height: 1.6em;
height: 1%;
border:solid;
border-color:#ccc;
border-width:1px;
color:#485557;
}

/* ***************************
       Footer
**************************** */


div#footer {
color: #808372;
text-align: center;
font-size: 12px;
margin: 25px 0 30px 0;
}
div#footer p {
margin-bottom: 1.5em;
}
div#footer a {
color: #808372;
border-bottom: 1px solid #cca;
padding: 0;
}
div#footer a:hover {
text-decoration: none;
}
div#footer span {
padding: 0 3px;
color: #aa8;
}

/* ***************************
       Login
**************************** */

body.login div#wrapper { width: 420px; }
body.login div#topcorners { width: 420px; }
body.login div#bottomcorners { width: 420px; }
body.login div#header h1 a { width: 360px; /* 420 - 30 - 30 */ }




body.small div#header {
margin-bottom: 20px;
padding: 30px 0 0 0;
}
body.small div#header h1 {
margin: 0 30px;
}
body.small div#header h1 a11 {
background: url(/Images/replixfax.png) bottom center no-repeat;
padding-top: 30px;
}

.edit
{
	width:200px;
    font-family:Arial;
}

.forgot {
color: #808372;
font-size: 12px;
font-family:Arial;
}

.checkbox {
     position:relative;
     left:-4px;
font-size: 14px;
font-family:Arial;
}

.instructions {
    font-size: 14px;
font-family:Arial;
padding-bottom:10px;
}






.submit-disabled, .submit-disabled:hover, .submit-disabled:active, .submit-disabled:visited, .submit-disabled:disabled
{
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
/*	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');*/
	background-color:#ffce79;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#fce2c1;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:86px;
	text-decoration:none;
	text-align:center;
	margin-bottom:20px;
	margin-top:8px;

}
.submit-disabled:active {
	position:relative;
	top:1px;
}  

.submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
/*	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');*/
	background-color:#ffce79;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#000;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:86px;
	text-decoration:none;
	text-align:center;
	margin-bottom:0px;
	margin-top:8px;
}

.submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');*/
	background-color:#eeaf41;
}

.submit:active {
	position:relative;
	top:1px;
}  

.login-error{
	font-size: 14px;
	color: red;
/*	background-image: url('/Images/warning.png');*/
	background-position: left center;
	background-repeat: no-repeat;
	padding: 4px 0 4px 20px;

	margin-bottom: 0px;
}

table {
margin-left:10px;
}
td .label {
text-align:right;
}

