#tab_content {
  border:1px solid #d6d6d6;
  width:587px;
  margin-bottom: 5px;
  margin-top: 12px;
  padding: 12px;
  background: url('../images/pnl1_bg.gif') bottom left repeat-x;  
}

.shadetabs{
position:relative;
padding: 0 0 0 0;
margin-left: 0;
margin-top: -28px;
margin-bottom: 0;
font: 12px arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 5px 3px 5px;
margin-right: 3px;
border: 1px dotted #d6d6d6;
color: #ffffff;
}

.shadetabs li a:visited{
outline:none;
}

.shadetabs li a:hover{
text-decoration: none;
height: 500px;
border-bottom-color: none;
border: 1px solid #d6d6d6;
color: #2d2b2b;
background: url(../images/tabs/tab_hover.png) bottom left repeat-x;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 3px;
padding: 6px 12px 10px 12px;
background: white url(../images/tabs/tab_active.gif) top left repeat-x;
border: 1px solid #d6d6d6;
border-bottom-color: white;
font-size: 14px;
color: #2d2b2b;
outline: none;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
cursor: default;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
/*##########START APPLE Tabs############*/
.shadetabs_apple{
position:relative;
padding: 0 0 0 0;
margin-left: 0;
margin-top: -28px;
margin-bottom: 0;
font: 12px arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs_apple li{
display: inline;
margin: 0;
}

.shadetabs_apple li a{
text-decoration: none;
padding: 3px 5px 3px 5px;
margin-right: 3px;
border: 1px dotted #d6d6d6;
color: #000000;
}

.shadetabs_apple li a:visited{
outline:none;
}

.shadetabs_apple li a:hover{
text-decoration: none;
height: 500px;
border-bottom-color: none;
border: 1px solid #d6d6d6;
color: #000000;
background: url(../images/tabs/tab_hover.png) bottom left repeat-x;
}

.shadetabs_apple li a.selected{ /*selected main tab style */
position: relative;
top: 3px;
padding: 6px 12px 10px 12px;
background: white url(../images/tabs/tab_active.gif) top left repeat-x;
border: 1px solid #d6d6d6;
border-bottom-color: white;
font-size: 14px;
color: #000000;
outline: none;
}

.shadetabs_apple li a.selected:hover{ /*selected main tab style */
text-decoration: none;
cursor: default;
}

/*##########START Content Style############*/

h1.relocate_caption{
margin:5px 0 20px 14px; 
color:#0d7934; 
font-size:18px;
font-weight:normal;
background:#ffffff;
}
h1.assess_caption{
margin:5px 0 20px 14px; 
color:#5a907d; 
font-size:18px;
font-weight:normal;
background:#ffffff;
}
h1.unify_caption{
margin:5px 0 20px 14px; 
color:#90271c; 
font-size:18px;
font-weight:normal;
background:#ffffff;
}
h1.manage_caption{
margin:5px 0 20px 14px; 
color:#1e80b3; 
font-size:18px;
font-weight:normal;
background:#ffffff;
}



