/* ######### CSS for Shade Tabs. Remove if not using ######### */
.tabbox
{
	width:370px; 
	height:198px;
	margin:0px; 
	padding:0px; 
	border-left:1px solid #c2d4e6; 
	border-bottom:1px solid #c2d4e6; 
	border-right:1px solid #c2d4e6; 
	background-color:#dde8f1;
	background-image:url(/images/shell/bg_planning.jpg); 
	background-repeat:no-repeat; 
	
}
.shadetabs{
padding: 0px;
margin-left: 0;
margin-right: 0;
margin-top: 10px;
margin-bottom: 18px; /* this controls the space between the tabs and the content divs*/
/* see also "shadetabs li a" */
font: bold 11px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0px;
padding: 0px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
/*z-index: 1; */
padding-left:15px;
padding-right: 15px;
padding-bottom: 18px;
padding-top: 18px;
margin: 0px;
border: 1px solid #c2d4e6;
color: #000000;
background-image: url(/images/shell/tabplan_off.jpg);
background-repeat:repeat-x;


}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
color: #000000;
background-color:#dde8f1;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
left: 0px;
border-bottom:0px;
background-image: url(/images/shell/swoosh_corner.jpg);
background-repeat:no-repeat;
background-color:#dde8f1;

}

.shadetabs li a.selected{ /*selected main tab style */



}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


.shadetabs_current{
padding: 0px;
margin-left: 0;
margin-right: 0;
margin-top: 10px;
margin-bottom: 18px; /* this controls the space between the tabs and the content divs*/
/* see also "shadetabs li a" */
font: bold 11px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs_current li{
display: inline;
margin: 0px;
padding: 0px;
}

.shadetabs_current li a{
text-decoration: none;
position: relative;
/*z-index: 1; */

padding-bottom: 18px;
padding-top: 18px;
margin: 0px;
border: 1px solid #c2d4e6;
color: #000000;
background-image: url(/images/shell/tabplan_off.jpg);
background-repeat:repeat-x;
}

.shadetabs_current li a:visited{
color: #000000;
}

.shadetabs_current li a:hover{
color: #000000;
background-color:#dde8f1;
}

.shadetabs_current li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
left: 0px;
border-bottom:0px;
background-image: url(/images/shell/swoosh_corner.jpg);
background-repeat:no-repeat;
background-color:#dde8f1;

}

.shadetabs_current li a.selected
{ /*selected main tab style */
}

.shadetabs_current li a.selected:hover
{ 
/*selected main tab style */
text-decoration: none;
}


/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 375px;
height:50px;
/*background-color: #000000;*/
/*border-bottom: 1px solid #c2d4e6; */
border-right: 0px; 
/*background: transparent;*/
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 0px 0 0;
/*margin: 0 2px 0 0; */
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Tahoma;
color: black;
text-decoration: none;
margin: 0px; /*Margin between each menu item*/
padding: 20px 13px 15px 15px;
/*background-color:yellow;
background-repeat:no-repeat; */
background-image: url(/images/shell/tabplan_off.jpg);
background-repeat:repeat-x; 
border-right: 1px solid #c2d4e6;
border-bottom: 1px solid #c2d4e6;
/*border-top: 1px solid white;*/
}

.modernbricksmenu2 a:hover{
background-image: url(/images/shell/swoosh_corner.jpg);
background-repeat:no-repeat;
background-color:#dde8f1;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-image: url(/images/shell/swoosh_corner.jpg);
background-repeat:no-repeat;
background-color:#dde8f1;
border-bottom: 1px solid #dde8f1;

}

.tabcontent{
display:none;
padding:10px 20px;
margin:0px;
}

@media print {
.tabcontent {
display:block !important;
}
}


/* ######### CSS for Inverted Modern Bricks III Tabs. Remove if not using ######### */

.modernbricksmenu3{
padding: 0;
width: 375px;
height:50px;
/*background-color: #000000;*/
/*border-bottom: 1px solid #c2d4e6; */
border-right: 0px; 
/*background: transparent;*/
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu3 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu3 li{
display: inline;
margin: 0 0px 0 0;
/*margin: 0 2px 0 0; */
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu3 a{
float: left;
display: block;
font: bold 11px Tahoma;
color: black;
text-decoration: none;
margin: 0px; /*Margin between each menu item*/
padding: 20px 13px 15px 15px;
/*background-color:yellow;
background-repeat:no-repeat; */
background-image: url(/images/shell/tabplan_off.jpg);
background-repeat:repeat-x; 
border-right: 1px solid #c2d4e6;
border-bottom: 1px solid #c2d4e6;
/*border-top: 1px solid white;*/
}

.modernbricksmenu3 a:hover{
background-image: url(/images/shell/swoosh_corner.jpg);
background-repeat:no-repeat;
background-color:#dde8f1;
}

.modernbricksmenu3 a.selected{ /*currently selected tab*/
background-image: url(/images/shell/swoosh_corner.jpg);
background-repeat:no-repeat;
background-color:#dde8f1;
border-bottom: 1px solid #dde8f1;

}

.tabcontent3{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

