body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.70em;
	font-weight:normal;
	color:#000;
	width:inherit;
	background-color:rgb(215, 223, 247);
	margin:0px;
	padding:0px;
}

h2 {
	font-size: 12px;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding: 5px;
}

.pcierror{
	font-weight: bold;
	font-size: 12px;
	color: #D24410;
	padding: 15px 15px;
}

.error {
	color: #D24410;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#text1{
	font-weight: bold;
	text-align: left;
	width: 100%;
	margin: 0px;
	padding-top: 15px;
	padding-left: 15px;
	clear: both;
	height: 22px;
	background-color: #C8CEE3;
	font-size: 12px;
}
#Content {
	text-align: left;
	width: 100%;
	margin: 0px;
	padding-bottom: 15px;
	padding-right: 15px;
	clear: both;
}
.loginbox {
	background-color: #C8CEE3;;
    border-radius:25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
}


/* Butons */


.btn{
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
	
.preview{
	color: #000;
	border: solid 1px #b7b7b7;
	font-size: 12px;
	padding: .4em 1.5em .42em;
	background: #e9e9e9;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
}

.preview:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
}
.preview:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
}


.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0078a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
}

.green:enabled{
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	float:right;

}

.green:hover:enabled {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
}
.green:active:enabled {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
}

.green:disabled{
	float:right;
	color: #999;
	border: solid 1px #b7b7b7;
	background: #e9e9e9;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
}

.red{
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	font-size: 12px;
	padding: .4em 1.5em .42em;
}

.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
}

.loginbox th {
	text-align: left;
	height: 22px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #D3D3D3;
	background-color: #9DAEE9;
	vertical-align: middle;
	background-position: left top;
	padding-left: 5px; padding-top : 5px; padding-bottom : 5px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.loginbox td {
	padding-left: 25px; 
	padding-top : 15px;
	padding-bottom : 10px;
	width: 5%;
	
}

.form-label {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 4px;
}


#banner {
    background-color		: #FFF;
    height					: 85px;
    margin					: 0px;
    padding					: 0px;
}

#logo{
	
	height: 55px;
	width:100%;
}

#logoLeft{
	background-color:#4C6880;
	height:55px;
	width:100%;
	text-align:left;
	background-repeat:no-repeat;
	float:left;
	font-size: 1.45em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:15px;
}

#logoRight{
	/*AMBA rebranding change BMAINT -45465 */
	/*background-image:url(../images/Mercer-cmyk-blue.jpg); */
	background-image:url(../images/AMBA_newlogo.jpg);
    height: 60px;
    width: 200px;
    text-align: right;
    background-repeat: no-repeat;
    float: right;
    vertical-align: top;
    padding-right: 120px;
}


.submitLink {
background-color: transparent;
text-decoration: underline;
border: none;
color: blue;
cursor: pointer;
}

#dialog-1{
	text-align: center;
	font-size:12px;
}
#dialog-2{
	font-size:12px;
}
#dialog-3{
	font-size:12px;
}
.ui-dialog .ui-dialog-titlebar {
	border: none;
	background-color:transparent;
}
.ui-dialog .ui-dialog-title {
   	background-color:transparent;
}
.ui-dialog .ui-icon-closethick{
   	background-image:url(../images/ui-icons_222222_256x240.png)
 }

.ui-dialog .ui-state-default .ui-icon{background-image:url("../images/ui-icons_222222_256x240.png")}
.ui-dialog .ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("../images/ui-icons_222222_256x240.png")}
.ui-dialog .ui-state-active .ui-icon{background-image:url("../images/ui-icons_222222_256x240.png")}
.ui-dialog .ui-state-focus .ui-icon{background-image:url("../images/ui-icons_222222_256x240.png")}

#documentList td{
	padding-top:5px;
	padding-left:0px;
}
