/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.tabset_navigation{
clear:both;
height: 30px;
border-left:1px solid #d6e5ee;
}
.shadetabs,.shadetabs_{
height: 30px;
}
.shadetabs ul,..shadetabs_ ul{
margin-left: 0;
padding-left: 0;
display: block;
}
.shadetabs li,.shadetabs_ li{
margin-left: 0;
margin-bottom: 0;
list-style: none;
display: block;
height: 30px;
line-height: 30px;
float: left;
background-color: #f7f7f7;
text-transform:uppercase;
}
.shadetabs a{
font-size: 11px;
font-weight:bold;
min-width: 110px; 
width: 110px; 
padding-left: 30px;
display: block;
height: 30px;
float: left;
color: #4587b6;
text-decoration: none;
background:#f7f7f7 url(./themes/site_themes/sudigital/images/gui.png) -314px -550px no-repeat;
border-right: solid 1px #d6e5ee;
}
.shadetabs_ a{
font-size: 14px;
padding: 0 30px 0 40px;
display: block;
height: 30px;
float: left;
color: #4587b6;
text-decoration: none;
background:#f7f7f7 url(./themes/site_themes/sudigital/images/gui.png) -314px -550px no-repeat;
border-right: solid 1px #d6e5ee;
}
.shadetabs a:hover,.shadetabs_ a:hover{
background-position: -314px -550px;
background-repeat: no-repeat;
color: #2d6ea8;
background-color: #f7f7f7;
}
.shadetabs a.selected,.shadetabs_ a.selected{ /*currently selected tab*/
background-color:#fff;
background-position: -314px -606px;
background-repeat: no-repeat;
cursor: default;
color: #da251d;
}
.tabcontent{
display:none;
}

.box1{
float:left;
width:621px;
margin-bottom:10px;
border:1px solid #d6e5ee;
padding:10px;
background:#fff;
}
.box2{
float:left;
width:405px;
margin-bottom:10px;
padding:5px;
}
.box21{
float:left;
width:631px;
margin-bottom:10px;
padding:5px;
}
.box3{
float:left;
width:278px;
margin-bottom:10px;
border:1px solid #d6e5ee;
padding:0 10px;
background:#fff;
}

@media print {
.tabcontent {
display:block !important;
}
}