.shadetabs{
	padding: 0px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	hight:30px;
	display:block;
}

.shadetabs li{
	display: inline;
	margin: 0;
	width:144px;
	text-align:center;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 0px;
	padding-top:6px;
	padding-bottom:4px;
	margin-right: 3px;
	color: #697478;
	width:144px;
	background: white url(../img/tm_active_tab.gif) top left no-repeat;
	display:inline-block;
}

.shadetabs li a:visited, .shadetabs li a:active{
	color: #697478;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #189fd8;
}

.shadetabs li a.selected:link, .shadetabs li a.selected:visited, .shadetabs li a.selected:active{ /*selected main tab style */
	position: relative;
	top: 1px;
	background-image: url(../img/tm_inactive_tab.gif) top left no-repeat;
	border-bottom-color: white;
	color:#189fd8;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
	display:none;
}

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

/* usertabs */
.ushadetabs{
	padding: 0px 0;
	margin-left: 0;
	margin-top: 40px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	hight:30px;
	display:block;
	border-top:1px solid #e4e4e4; 
}

.ushadetabs li{
	display: inline;
	margin: 0;
	width:124px;
}

.ushadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 0px;
	padding-top:5px;
	padding-bottom:8px;
	margin-right: 3px;
	color: #afb1b3;
	width:124px;
	background: white url(../img/tm_active_utab.gif) top left no-repeat;
	display:inline-block;
	font-weight:bold;
}

.ushadetabs li a:visited, .ushadetabs li a:active{
	color: #afb1b3;
	font-weight:bold;
}

.ushadetabs li a:hover{
	text-decoration: underline;
	color: #afb1b3;
	font-weight:bold;
}

.ushadetabs li a.selected:link, .ushadetabs li a.selected:visited, .ushadetabs li a.selected:active{ /*selected main tab style */
	position: relative;
	top: -1px;
	background-image: url(../img/tm_inactive_utab.gif) top left no-repeat;
	border-bottom-color: white;
	color:#189fd8;
	font-weight:normal;
}

.ushadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	font-weight:normal;
}

.utabcontent{
	display:none;
}

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



