body {
 margin:0px;
 padding:0px;
 font-family:Verdana;
 font-size:11px;
 width:590px;
}

a:hover {background-position: 0 0;}
a {text-decoration:none;}

#container {
 width:585px;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:583px;
height:650px;
float:left;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width:100%;
height:100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


.sliderwrapperAccess{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:585px;
height:310px;
float:left;
}

.sliderwrapperAccess .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width:100%;
height:100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


.pagination{
 width:590px;
font-size:10px;
font-weight:bold;
text-decoration:none;
}

.menuTab{
font-size:9px;
font-weight:bold;
float:left; 
background-image:url(../sobTables/tabImages/tab.png);
text-align:center;
text-decoration: none; 
color: #000;
width:96px; 
height:78px;
cursor:pointer;
}

a:hover .menuTab {
 background-image:url(../sobTables/tabImages/tab_hover.png);
 color:#343434;
}

a.selected .menuTab {
 background-image:url(../sobTables/tabImages/tab_over.png);
 color:#343434;
}

#closedPlans {
 color:#0099CC;
}

#closedPlans a:hover {
 color:#0099CC;
 text-decoration:underline;
}




/***** Table classes for a table with thin lines between *ALL* of the cells, except for the horizontal line at the top (example: Sub Cert) */
.border-table {
padding: 0px;
margin-left:1px;
margin-top:2px;
border-collapse: collapse;
width: 575px;
clear: both;
}

.border-table th {  /* Static Column Header */
font:10px verdana;
color: #424242;
line-height: 14px;
text-align: left;
padding: 0px 5px 5px 2px; 
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}

.border-table th.sortable a {  /* Sortable Column Header */
font: bold 10px verdana;
color: #00a0c6;
line-height: 14px;
}

.border-table th.sortable a:hover {  /* Sortable Column Header (Hover) */
font: bold 10px verdana;
color: #003366;
line-height: 14px;
text-decoration: none;
}

.border-table th.selected a, th.selected a:hover {  /* Selected Column Header */
font: bold 10px verdana;
color: #003366;
line-height: 14px;
text-decoration: none;
}

.border-table tr.highlight-row {  /* Highlight Row Color */
background-color: #cff2ff;  
}

.border-table tr.no-highlight-row {  /* Needed for the non-highlighted row */
background-color: #ffffff;  
}

.border-table td {  /* Table data */
font: 10px verdana; 
color: #666666;
line-height: 14px;
text-align: left;
vertical-align: top;
padding: 0px 4px 4px 4px; 
border: 1px solid #cccccc;
}

.border-table td span {
font: 10px verdana; 
color: #666666;
line-height: 14px;
}

.border-table td.first-column {  /* Needs to be applied to the first <td> in the first non-<th> row in tables that need a fixed width first column (e.g. Sub Cert table) */
width: 180px;
}

.border-table td.redtext {  /* different color text within a TD */
color: #ff0000;
}

.border-table td.boldtext {  /* different weight text within a TD */
font-weight: bold;
}

.border-table td a, .border-table td.a-link a {  /* Link within a TD */  /* The first style will work automatically with an <a> tag, the second style is an old style kept around as a precaution */
font: 10px verdana;
color: #00a0c6;
line-height: 14px;
text-decoration: none;
}

.border-table td a:hover, .border-table td.a-link a:hover {  /* Link within a TD (Hover) */  /* The first style will work automatically with an <a> tag, the second style is an old style kept around as a precaution */
font: 10px verdana;
color: #00a0c6;
line-height: 14px;
text-decoration: underline;
}

.border-table td a.a-link-bold {  /* Bold Link within a TD */
font: bold 10px verdana;
color: #00a0c6;
line-height: 14px;
text-decoration: none;
}

.border-table td a.a-link-bold:hover {  /* Bold Link within a TD (Hover) */
font: bold 10px verdana;
color: #00a0c6;
line-height: 14px;
text-decoration: underline;
}

.border-table td.row-header {  /* Row Header ONLY */
font: bold 10px verdana;
color: #666666;
line-height: 14px;
}

.border-table td.totalcolumn {  /* Used for total rows */
font: bold 10px verdana; 
color: #666666;
line-height: 14px;
}

.border-table td.rightjust {
text-align: right;
}

.border-table th.rightjust {
text-align: right;
}

.border-table td.centerjust {
text-align: center;
}

.border-table th.centerjust {
text-align: center;
}
