@charset "utf-8";
/* CSS Document */
#tab_container ul{
border:0pt none;
font-family:inherit;
font-size: 12px;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
/******* GENERAL RESET *******/
/******* LOGO *******/

/******* /LOGO  *******/
/******* MENU *******/
#tab_container{
	width:777px;
	
}
#tab_container ul{
	list-style: none;
	list-style-position: outside;
}
#tab_container ul.menu li{
	float: left;
	margin-right: 2px;
}
#tab_container ul.menu li{
	font-weight:bold;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #6ba1b2;
	margin-bottom: -1px;
	margin-left: 1px;
	border-bottom: 1px solid #6ba1b2;
	/*border: 1px solid #6ba1b2;*/
	border-width: 1px 1px 1px 1px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	position: relative;
	color:#FFF;
	cursor: pointer;
	width:auto;
	text-align:center;
}
#tab_container ul.menu li.active{
	background: #4b5b63;
	top: 1px;
	border-bottom: 1px solid #4b5b63;
	color: #FFF;
}

#tab_container ul.menu li.active2{
	background: #4b5b63;
	top: 1px;
	border-bottom: 1px solid #4b5b63;
	color: #FFF;
}

#tab_container ul.menu li.active3{
	background: #4b5b63;
	top: 1px;
	border-bottom: 1px solid #4b5b63;
	color: #FFF;
}

/******* /MENU *******/
/******* CONTENT *******/
.tab{
	margin: 0pt auto;
	text-align: left;
	padding: 5px;
	/*font-size: 11px;*/
}
.tab h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.tab.news h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.tab.news{
	height:25px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:10px;
	padding-top:20px;
	
	
	background: #4b5b63;
	border: 1px solid #d0ccc9;
	
}
/******* /NEWS *******/
/******* TUTORIALS *******/
.tab.tutorials h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.tab.tutorials{
	height:25px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:10px;
	padding-top:20px;
	
	
	background: #4b5b63;
	border: 1px solid #d0ccc9;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.tab.links h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.tab.links{
	height:25px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:10px;
	padding-top:20px;
	
	
	background: #4b5b63;
	border: 1px solid #d0ccc9;
}
/******* /LINKS *******/
.tab.profile h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.tab.profile{
	height:25px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:10px;
	padding-top:20px;
	
	background: #4b5b63;
	border: 1px solid #d0ccc9;
	
}

/******* /THERA *******/
.tab.thera h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.tab.thera{
	height:25px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:10px;
	padding-top:20px;
	
	background: #4b5b63;
	border: 1px solid #d0ccc9;
	
}

/******* /FULL *******/
.tab.full h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.tab.full{
	height:25px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:10px;
	padding-top:20px;
	
	background: #4b5b63;
	border: 1px solid #d0ccc9;
	
}
