/* CSS Document */

body {
	background-color: #F0F6FA;
	background-image: url(images/09/bluwater_r1_c2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	color: #1A324E;
}
h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #315F80;
}
h3 {
	font-size: 16px;
	color: #233C5B;
}
.sysmess {
    font-family:Arial, Helvetica, sans-serif;
    font-size:0.9em;
    font-weight:bold;
    color:#000;
}
.sysmesstbl {
    border:1px solid #444;
}


.form_box_title {
    background-color:#253E62;
    color:#fff;
    font-family:Arial;
    font-weight:bold;
    font-size:1.2em;
}

.form_box_border {
    border:1px solid #253E62;
}

.signup_fld { 
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:0.8em;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    color:#253E62;
}

.inp {
    font-size:.8em;
    /*width:167px;*/
    background-color:#fff;
    border:1px solid #036;
    color:#222;
}

/* IE Override ~ Matches select tag blue border with input tags*/
* html .inp {
    border:1px solid #7f9db9;
}


.sel {
    font-size:.8em;
    color: #222;
    /*width:167px;*/
    background-color: #fff;
    border:1px solid #036;
}

.selmonth {
    font-size:.8em;
    width:100px;
    background-color:#fff;
    color: #222;
    border:1px solid #036;
}

.selday {
    font-size:.8em;
    width:50px;
    background-color:#fff;
    color: #222;
    border:1px solid #036;
}



/* DCM Leads Styles */

td.bld {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:0.8em;
}


.light {
    background-color:#fff;
    color:#000;
    font-size:.7em;
    font-family:Verdana, "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
}

.dark  {
    background-color:#eee;
    color:#000;
    font-size:.7em;
    font-family:Verdana, "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
}



/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#036;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}



/* STANDARD */

button:hover, .buttons a:hover {
    background-color:#059;
    border:1px solid #000;
    color:white;
}
.buttons a:active {
    background-color:#036;
    border:1px solid yellow;
    color:white;
}
