﻿/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
   vertical-align: baseline; 
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}



body { font-family:Arial;
}

/*DIV styles */
.clsLogin1,.clsCreditInfo1 {float:left;margin:15px 20px 15px 20px;}
.clsLogin2, .clsCreditInfo2 {clear:both ;margin:15px 20px 0px 20px;}
.clsLogin3 {clear:both ; margin: 50px 200px 0px 200px;  width:70%;}
.clsCreditInfo3, .clsLogin4 {clear:both ;margin:15px 20px 15px 20px;font-weight:bold ; }
.clsLoginTitle {clear:both ; margin: 0 auto;  width:70%;font-weight:bold ; font-size:x-large  ;text-align:center ;}
.clsLoginReturnToMyBMV {clear:both ; margin: 0 auto;  width:70%;text-align:center ; vertical-align:middle; padding:10 0 0 0;}
.mybmv_logo {float:left;margin:10px 10px 10px 10px;}
.bmv_seal {float:right;margin:10px 0px 10px 10px;}

/* Divider Bars
-------------------------------------------------------------- */

.dividerbar
{
    background: #ffffff url(../../Images/horz_nav2_bg.jpg) repeat-x;
    border: 1px solid #A9BACA;
    clear: both;
    height: 20px;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    text-align: right;
}

/*master page styles*/
.DLSettlementMaster1 
{ margin:0 auto; width:60% ;
    }
    
/*error message styles*/    
.DisplayErr {color:Red;}   

/*styles for page hyperlinks*/
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}

a img
{
    border: none;
}


/*signout link style*/
.signout {padding:5px 10px 0px 0px;color:Red;font-weight:bold;font-size:smaller; } 


/*MYBMV unavailable message style*/
.unavailable {font-weight:bold;font-size:large ; }

