/* Master Class*/
body,html {
	margin: 0;
	padding: 0;
	background: none 0% 0% repeat scroll rgb(63, 63, 63);
	font-family: Arial, Helvetica, sans-serif
}

ul,li,img,span,p,input,textarea,h1,h2,h3,h4,h5,h6,a,form {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	text-decoration: none;
	outline: none;
}
/* Master Class*/
#footer,.footerContWrpL,.footerContWrpL li,.dropdwnListWrp,ul.dropdown li,.dropdwnListWrp li,ul.dropdown li .dropBottom,.breadcumWrp,.subnavWrp,.subnavWrp li
	{
	float: left;
	display: block;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.txtRightAlign {
	text-align: right;
}
/*Header Start*/
#bodyWrapper {
	width: 960px;
	margin: 0 auto;
	background: transparent;
}

#header {
	width: 960px;
	float: left;
}

.mainNavWrp {
	background: url(../../images/en_US/navbg.gif) repeat-x;
	width: 960px;
	height: 73px;
}

.headerImage {
    background: url("../../images/en_US/spriteLogo-21-pnb2.png") no-repeat scroll 1px 1px transparent;
    display: block;
    height: 70px;
    width: 195px;
}

.messageDisplay {
	margin: 27px 15px 0 0;
	font-weight: bold;
	font-size: 1em;
	color: #333;
}
/*Header Ends*/
/*Body Part Style*/

.middleBodyContainer {
	background:  #F2F2F2;
    background: -webkit-linear-gradient( #F2F2F2, #989898); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F2F2F2, #989898); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F2F2F2, #989898); /* For Firefox 3.6 to 15 */
    background: -ms-linear-gradient(#F2F2F2, #989898);/*For IE10*/
    background: linear-gradient(#F2F2F2, #989898); /* Standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F2F2F2', endColorstr='#989898');
    border-bottom: 1px solid #2F4E8E;
    border-top: 1px solid #2F4E8E;
    min-height: 320px;
    padding: 18px 26px;
}

.leftpaneLogin {
	width: 70%;
}

.rightpaneLogin {
	width: 29%;
	border: black solid 2px;
	margin-left: 5px;
	margin-bottom: 14px;
}

.hintRow {
	margin: 0 0 10px 0;
	text-align: center;
}
.hintRow span {
	display: inline-block;
	line-height: 20px;
    padding-top: 5px;
    margin-left: 10px;
    padding-right: 3px;
}
.hintDesc{
	font-size: 0.8em;
	text-align:center;
}
.loginRow {
	margin: 0 0 10px 0;
}

.loginRow span {
	display: inline-block;
	vertical-align: top;
	/*line-height: 26px;*/
}

.labelTxt {
	width: 140px;
	text-align: right;
	margin-right: 12px;
	line-height: 26px;
	font-weight: bold;
	font-size: 0.8em;
}

.labelTxtReset {
	width: 140px;
	text-align: right;
	margin-right: 12px;
	line-height: 26px;
	font-weight: bold;
	font-size: 0.8em;
}

.loginTxt {
	width: 185px;
	margin-right: 12px;
}

.loginTxtBox {
	width: 180px;
	height: 26px;
	border: #999 solid 1px;
	padding-left: 6px;
	line-height: 26px;
}

.desc {
	margin-left: 12px;
	font-size: 0.7em;
}
.descLong {
	width: 400px;
	margin-left: 12px;
	font-size: 0.7em;
	white-space: pre-wrap;


}

.login {
	background: url("../../images/en_US/login-sprite.png") no-repeat 0 0;
	width: 77px;
	height: 29px;
	cursor: pointer;
	border: none;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 1px;
}

.login:hover {
	background: url("../../images/en_US/login-sprite.png") no-repeat 0 -41px;
	width: 77px;
	height: 29px;
	cursor: pointer;
	border: none;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 1px;
}

.busyDisable{
	color:#933;
	cursor:wait;
}

.fgotPassBox,.needHelpBox {
	margin-top: 15px;
	padding: 10px 0;
}

.fgotPassBox {
	width: 49%;
	margin-right: 5px;
}

.needHelpBox {
	width: 47%;
	margin-left: 5px;
}

.fgtPassword {
	font-size: 0.8em;
	color: #094270;
}

.fgtPassword:hover {
	color: #333;
	text-decoration: underline;
}

.needHelpBox p {
	font-size: 0.9em;
	color: #000;
}

.marginline {
	border-top: #192d59 solid 1px;
	margin-right: 5px;
	margin-left: 5px;
}

h3.loginHeader {
	margin-bottom: 20px;
	font-size: 1.1em;
}

/* Redirect properties*/
.messageRow {
	margin: 0 0 10px 0;
}
.messageRow span {
	vertical-align: top;
	line-height: 26px;
}
.messageTxt {
	width: 185px;
	margin: 15px;
}
.messageDtl {
	padding-left: 45px;
	margin: 0 0 10px 0;
}
.messageTxtIndent {
	width: 185px;
}
#feedback div {
	margin-bottom: 20px;
	padding: 5px;
	/*width: 400px;*/
}
.feedbackErrorBanner {
	background-color: #ff3300;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.feedbackWarningBanner {
	background-color: #ffd700;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.feedbackSuccessBanner {
	background-color: #0F2B55;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.feedbackHint {
	margin:-45px 0px 0px 430px;
	font-size: 10px;
}
/* End redirect properties */

#error {
	margin-bottom: 20px;
	padding: 5px;
	width: 450px;
}

.errorMessage {
	background-color: #FECF00;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

#success {
	margin-bottom: 20px;
	padding: 5px;
	width: 570px;
}
.successMessage {
	background-color: #0F2B55;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color:white;
}

.topSpace {
	padding: 30px 0 10px 0;
}

textarea {
	font-family: Arial, Helvetica, sans-serif
}

.password_policy_align {
    padding: 0 0 0 125px;
    font-size: 0.8em;
    line-height: 20px;
    float: left;
}

.error_msg {
	margin-bottom: 20px;
	padding: 5px;
	width: 450px;
}

.loginNewTxt {
	width: 180px;
	margin-right: 12px;
}

.descOne {
	margin-left: 5px;
	font-size: 0.8em;
}

.descTwo {
	margin-left: 22px;
	font-size: 0.8em;
}

.grey_inputBox {
	color:grey;
}

.companyImgTxt {
	position: absolute;
	z-index: 99;
	font-size: 0.8em;
	width: 200px;
	height: 50px;
	margin-left: 325px;
	border: black solid 1.5px;
	background-color: rgb(231,227,231);
	text-align:center;
}

.bottom_padding_10px {
	padding-bottom: 10px;
}
/* Footer start here*/
#footer {
	width: 960px;
	padding: 28px 0 10px 0;
	background-color: #dadce0;
	font-size: 12px;
}

.footerContWrpL {
	width: 900px;
	padding-left: 15px;
	padding-top: 35px;
}

.footerContWrpL p {
	clear: both;
	color: #3f3f3f;
	width: 900px;
}

.footerContLink {
	font-size: 12px;
	color: #094270;
}

.footerContLink:hover {
	color: #333;
	text-decoration: underline;
	cursor: pointer;
}

.footerLogo {
	padding: 0 10px 0 0;
	position:relative;
}
.footerImage{
	float: left;
	background: url('/sharedWeb/images/omnitracs/Omnitracs-Logo-RGB-footer.png') left no-repeat;
	width: 125px;
	height:34px;
	postion: absolute;
	top:50%;
	margin-top:-12px;
	cursor: pointer;
}
/* Footer End here*/

#alert-ribbon {
	display: block;
	background-color: #F9E9C4;
	border: 1px solid #EFC154;
	padding: 10px 0;
	position: relative;
	z-index: 510;
}
#alert-ribbon-inner {
	margin: 0 auto;
	max-width: 900px;
}
#alert-ribbon p {
    font-size: 10px;
    line-height: 12px;
    margin: 0;
}
#alert-ribbon span {
    font-weight: bold;
    cursor: pointer;
}
#alert-ribbon img {
    height: 7px;
    width: 5px;
}
#alert-ribbon p, #alert-ribbon a, #alert-ribbon a:hover, #alert-ribbon a:focus {
    color: #222222;
    text-decoration: none;
}
#loginlb {
	width:100%;
	height:100%;
	z-index:998;
	left:0;
	top:0;
	border:0;
	display:none;
	position:absolute;
	background:#094270;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}
#loginpopUp {
	position:fixed !important;
	padding:0 0 0 0;
	z-index:999 !important;
	right:30%;
	top:0%;
	display:none;
	width:650px;
}
#loginpopUp span.close {
    color: #333333;
    float: right;
    font-size: 14px;
    cursor: pointer;
}
.MenuBoxHeader h3 {
	border-bottom: 2px solid #333333;
	background-color: #EFEEEC;
	overflow:hidden;
	display:block !important;
	padding:20px 20px 5px 0px;
}
/* CENTER RAIL Styles*/
.boxBody {
	background-color:#efeeec;
	padding:20px;
	font-size:14px;
	line-height: 1.5;
	color:#4e4649;
	word-wrap: break-word;
}