/* CSS Document */

BODY, TD, P {
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 11px; 
color: #666;
left-margin: 0px;
top-margin: 0px;
right-margin: 0px;
bottom-margin: 0px;
background-color: #fff;
}

.background {
background-image: url(images/green-dashes-vert.gif); 
background-repeat: repeat-y; 
background-position: center; 
padding: 10px;
}

.button {
nowrap: true;
padding: 3px;
border: 1px;
border-style: solid;
border-color: #ccc;
background-color: #f6f6f6;
}

.button_dropdown {
nowrap: true;
padding: 3px;
}

.button_sub {
nowrap: true;
padding: 3px;
border: 1px #E9E5E5 solid;
background-color: #FFFFFF;
}

.bold {
font-weight: bold;
font-size: 12px;
}

.light {
font-weight: normal;
font-decoration: none;
font-size: 10px;
color: #999;
}

.divider {
background-image: url(../images/green-dashes.gif);
background-repeat: repeat-x;
background-position: left center;
}

.divider-vert {
background-image: url(../images/green-dashes-vert.gif);
background-repeat: repeat-y;
background-position: top;
}


a:link, a:visited, a:active { 
text-decoration: none;
color: #5c7ca4;
} 

a:hover { 
text-decoration: underline; 
color: #5c7ca4;
}

.green {
color: #693;
}

.bold_11px_green {
font-weight: bold;
font-size: 11px;
color: #693;
}

.bold_12px_green {
font-weight: bold;
font-size: 12px;
color: #693;
}

.new {
background-image: url(../images/new.jpg);
background-repeat: no-repeat;
background-position: left bottom;
}

.small {
font-size: 9px;
}

.valign_top {
vertical-align: top;
}
