﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 3px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	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;
	position: relative;
	z-index: 1;
	padding: 4px 8px;
	margin-right: 4px;
	border: 1px solid #6dcefc;
	color: #038bff;
	background: #ffffff;
}
.shadetabs li a:visited {
	color: #038bff;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #038bff;
	background:#FFF4FF;
}
.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	top: 1px;
}
.shadetabs li a.selected { /*selected main tab style */
	background: #FFF4FF;
	border-bottom-color: white;
}
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}
.linktab {
	width: 230px;
	background-image: url(../images/iconframe.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
	border-bottom: #CCCCCC 1px dotted;
	padding-top: 5px;
	padding-bottom: 5px;
}
.linktab1
{	
	background-image: url(../images/iconframe.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-left: 15px;	
	padding-top: 5px;
	padding-bottom: 5px;
	float:left;
	width:600px;
}


.linkall {
	width: 230px;
	text-align: right;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.linkall a {

	color:#038bff;
	text-align:right;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
}
.linkall a:hover {

	text-decoration:underline;
}

.linktabin {
	text-align:left;
	font-family:Arial;
	font-size:12px;
	padding-left:2px;
	text-decoration:none;
	color: #0099CC
}
.linktabin:active {
	text-align:left;
	font-family:Arial;
	font-size:12px;
	padding-left:2px;
	text-decoration:none;
	color: #0099CC
}
.linktabin:hover {
	text-align:left;
	font-family:Arial;
	font-size:12px;
	padding-left:2px;
	text-decoration:underline;
	color: #0099CC
}
.bulletin {
	color:#666666;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	width:270px;
	margin-left:1px;
	margin-right:1px;
	text-align:justify;
	padding-top:3px;
}
.linkvideo {
	width:240px;
	background-image:url('../images/iconlinkvideo.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 10px;
	margin-bottom:5px;
	margin-left:15px;
	border-bottom:#CCCCCC 1px dotted;
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px
}
.linkvideo:hover {
	
	background-color:#FFFFFF;
}
.linkvideoin {
	text-align:left;
	font-family:Arial;
	font-size:12px;
	padding-left:14px;
	text-decoration:none;
	color: #0099CC;
	display:block;
	
}
.linkvideoin:active {
	
}
.linkvideoin:hover {

	text-decoration:underline;
	
}
