﻿/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentmenu{
font-family: "Trebuchet MS", "Comic Sans MS",Arial,Helvetica,sans-serif;
font-size: 84%;letter-spacing: 0;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background: #fff;
}

.indentmenu ul li{
list-style:none; 
}

.indentmenu ul li a{
float: left;
color: #069; /*text color*/
padding: 3px;
text-decoration: none; font-weight: 100; 
border-top: 1px solid #fff; /*red around border*/
border-right: 1px solid #fff;border-bottom: 1px solid #fff;
border-left: 1px solid #416D8E; 
}

.indentmenu ul li a:hover {
padding-bottom: 3px; 
background: #FFC !important; color: #c30 !important;
}

.indentmenu ul li a:visited{
color: #069;
}

.indentmenu ul li a.selected{
color: #c30 !important;
padding: 3px;
border-top: 1px solid #416D8E; /*red around border*/
border-right: 1px solid #416D8E;border-bottom: 1px solid #416D8E;
border-left: 1px solid #E1ECF6; 
background: #E1ECF6
}

#tabcontentstyle{ /*style of tab content container*/
float: left; width: 82%; height: 333px; 
padding: 5px; background: #E1ECF6;
border-top: 1px solid #416D8E; /*red around border*/
border-left: 1px solid #416D8E;border-bottom: 1px solid #416D8E;
}

#newsitems {	 float: left; width: 15%; }
#news1 p, #news2 p, #news3 p, #news4 p, #news5 p {
	padding: 5px;  
}
.tabdescr {
	top: 254px; margin: 0 5px}

.tabcontent{
display:none; 
}
#tabinfo { /*style of tab content container*/
border: 1px solid #c30; background: #FFF
}

.shadetabs{
padding: 3px 0;
padding-bottom: 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: Arial,Helvetica,sans-serif;
font-size: 96%; list-style-type: none; line-height: 18px; 
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
padding: 3px 5px;
border: 1px solid #ccc;
color: #069; font-weight: 600;
background: url("../images10/shade_grey.gif") top center repeat-x;
}

.shadetabs li a:visited{
color: #069;
}

.shadetabs li a:hover{
text-decoration: underline;
background: #FFC !important; color: #c30 !important;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #416D8E; color: #FFF;
border-bottom-color: #416D8E;
}

.shadetabcontent { /*style of tab content container*/
background: #FFF; width: 270px; height: 170px;border: 1px solid #ccc; margin-top: 1px
}

.titlefield { /*Title */
font-family:"Trebuchet MS","Comic Sans MS",Arial,sans-serif; color:#c30; font-size:100%; font-weight:bold; padding: 1px; padding-left: 1px}

.labelfield { /*RSS Source for label field in general*/
color: #c30; 
font-family: verdana,Arial,sans-serif; 
font-size: 82%;
padding-left: 25px
 }

.datefield { /*CSS for date field in general*/
font-family: verdana,Arial,sans-serif; 
background: url('../images10/arrows_tiny_rgt.gif') no-repeat ;
color: #777;
font-size: 82%;
padding-left: 20px
}

#example1 p { /*CSS specific to demo 1*/
font-family: verdana,Arial,sans-serif; 
background: url("../images10/page2.gif") no-repeat 1px 5px; padding: 1px; padding-left: 15px;
margin-bottom: 1px;
font-size: 84%;
padding-bottom: 1px;
border-bottom: 1px solid #eee;
}


@media print {
#content { margin: 0px 10px 0 1px; } 
#tabcontentstyle {  width: 98% }
.tabcontent {display:block !important;  }
.indentmenu {	display: none }
}


