﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #0066CC;
    background-color: #FFFFFF;
    margin: 50px auto inherit auto;
    text-align: center;
}

table
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0066CC;
}
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #0066CC;
}

h2
{
    font-size: 11px;
    font-weight: bolder;
}

hr
{
    color: #0066CC;
    width: 80%;
    background-position: left;
}
.bar
{
    background-color: #000000;
}

.inputBox
{
    background-color: #CCDBC4;
}

.footer
{
    color: #0066CC;
    text-align: center;
}

.searchText
{
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}
.bluebar
{
    background-color: #0066CC;
}
.hpheadline
{
    font-family: "Arial Black" , Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #0066CC;
}

b.agentname
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: navy;
    line-height: 30px;
}

a:link
{
    color: #000066;
    text-decoration: underline;
}

a:visited
{
    color: #0066CC !important;
    text-decoration: underline;
}

a:hover
{
    color: #000066;
    text-decoration: underline;
}

.majorLinks
{
    font-family: "Book Antiqua" , Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
   white-space: nowrap;
}

.majorLinks a:link
{
    color: #0066CC;
    text-decoration: none;
}

.majorLinks a:hover
{
    color: #FF6F0F;
    text-decoration: underline;
}

.majorLinks a:visited
{
    color: #0066CC !important;
    text-decoration: none;
}

.poweredBy
{
    font-size: 9px;
}

.poweredBy a:link
{
    color: black;
}

.disclaimer
{
    font-size: 9px;
    color: gray;
}

.tableheader
{
    font-family: Verdana,Arial,Helvetica;
    color: #666666;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
}

.warning
{
    font-family: Verdana,Arial,Helvetica;
    color: #A01212;
    font-size: 13px;
    text-decoration: none;
    font-weight: inherit;
    padding: 3px;
}


.line
{
    background-color: #A3B1D4;
    height: 1px;
}

.FirstRow
{
    color: #002157;
    background-color: white;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-bottom: solid 1px black;
    border-top: none;
}

.headline
{
    color: #002157;
    background-color: #F0F5FF;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-bottom: solid 1px ##F0F5FF;
    border-top: solid 1px ##F0F5FF;
    border-left: solid 1px ##F0F5FF;
    border-right: solid 1px ##F0F5FF;
    padding: 3px;
}

.tableborder
{
    border: 1px solid Black;
}

.tableborder2
{
    border: 1px solid silver;
}

.tabletd0
{
    background: white;
}

.tabletd
{
    background: silver;
}

.tabletd2
{
    background: whitesmoke;
}

.tabletd3
{
    background: ffdb71;
    border: 1px solid Black;
}
.tabletd4
{
    background-color: #FFFACD;
}
.tabletd5
{
    background-color: #FFEBCD;
}
.tabletd6
{
    background-color: #DCDCDC;
}
.tabletd7
{
    background-color: #F0F8FF;
}
.tabletd8
{
    background-color: #E6E6FA;
}
.tabletd9
{
    background-color: #B0C4DE;
}
.tabletd10
{
    background-color: #FFC0CB;
}
.successMessage
{
    font-size: 12px;
    font-weight: bold;
    color: #006600;
}
.errorMessage
{
    font-size: 12px;
    font-weight: bold;
    color: #FF0000;
}



/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopup p {
    padding: 5px;
}
.inputbutton
{
    border-width: 0px;
    font-size: 12px;
}


.centerControl
{
    width:500px;
    margin-right: auto;
    margin-left: auto;
}

.emailFormLabel
{
    text-align:right;
    font-weight:bolder;
}

.emailFormControls
{
       text-align:left;
}
table img
{
    border-style: none;
    border-width: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: show;
}

a:link table
{
    border-style: none;
    table-layout: fixed;
    border-spacing: 0px;
}

/* Slider Control CSS */

#_container 
{
    
    margin-top:5px;
    margin-left:1px;
    padding:0;    
    height:110px;
    width:370px;
    overflow:hidden; 
    position:relative;                     
}

.sliderGallery ul
{
    padding-top:10px;    
    margin:0;
    position:absolute; 
    list-style:none;
    white-space:nowrap;
    width:1000px;
}

.sliderGallery ul li
{
    display:inline;
}


#_imageGallery li a
{
    padding-right:0.4em;
    padding-left:0.35em;
    text-decoration:none;
    float:left;    
    margin :0 -2px;   
}

* :focus 
{ 
    outline:none 
}

.ui-slider  
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;  
    background: url(../images/slide_track.png) no-repeat;
    height:8px;    
    margin-top:85px;    
    padding:0px;
    position:absolute;
    width:368px;  
}

.ui-slider-handle
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background: url(../images/drag_button.png) no-repeat;
    cursor:pointer;
    height:9px;
    position:absolute;
    top:0;
    width:17px;
    z-index:100;
}


