@charset "UTF-8";
/* CSS Document */

#tabs {
	clear:both;
	margin-top:0px;
	margin-left:0px;
	width:1000px;
	max-height:620px;/*leave 10px fort gap to footer*/
	overflow:hidden;
}
	.TabContent {
		width:780px;
		max-height:600px;/*set by total of padding top and bottom, actual display height = 570px*/
		overflow:hidden;
		color:#333;
		padding-top:10px;
		padding-bottom:10px;
		z-index:1;
	}
.TabContent a { text-decoration:underline; font-weight:bold;}		
.TabContent ul { margin-top:0px;}
.TabContent li {list-style-image:url(/Graphics/Li-Element1.png); margin-right:10px;}
.TabContent ul li { margin-top:5px; font-size:12px; font-weight:normal; color:#333;}

#Support-Links {float:left; margin-left:13px; margin-top:-320px; z-index:100px; background:#fff; border:1px solid #307E2D; -moz-border-radius:5px; -webkit-border-radius:5px; padding:0px 5px 5px 5px;}
#Support-Links h1 { color:#307E2D; font-size:14px; font-weight:bold; text-align:left; margin:5px;}
.S-Link {display:block; border:1px solid #307E2D; background:url(/Graphics/BGs/White90Block.png); -moz-border-radius:5px; -webkit-border-radius:5px; line-height:25px; width:166px; color:#333; margin-top:5px; font-size:11px; font-weight:bold; text-indent:5px;}
.S-Link:hover {background:url(/Graphics/BGs/Menus&Buttons/25pxMenu-Bar.png); color:#fff; cursor:pointer;}
.S-Link-Selected {background:url(/Graphics/BGs/Menus&Buttons/25pxMenu-Bar.png); color:#ff3; font-size:11px; border:1px solid #307E2D; -moz-border-radius:5px; -webkit-border-radius:5px; line-height:25px; width:166px; margin-top:5px; font-weight:bold; text-indent:5px;}
