ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px; /*--set height of tabs--*/
	/*border-bottom: 1px solid #999;
	border-left: 1px solid #999;*/
	width: 100;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px; /*--subtract 1px from the height of the unordered list--*/
	line-height: 25px; /*--vertically aligns the text within the tab--*/
	/*border: 1px solid #999;*/
	border-left: none;
	margin-bottom: -1px; /*--pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #ffffff;
}
ul.tabs li a {
	text-decoration: none;
	color: #91056a;
	display: block;
	font-size: 12px;
	font-family:trebuchet ms, arial, verdana;
	padding: 0 10px;
	border: 1px solid #fff; /*--gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #91056a;
	color:#ffffff;
}
html ul.tabs li.active, html ul.tabs li.active a:hover { /*--makes sure that the active tab does not listen to the hover properties--*/
	background: #91056a;
	color: #ffffff;
	border-bottom: 1px solid #ffffff; /*--makes the active tab look like it's connected with its content--*/
}

li.active{
	color:#ffffff;
	background: #91056a;
	
}

ul.tabs li a:active{
	color:#ffffff;
}

.tab_container {
	/*border: 1px solid #999;
	border-top: none;*/
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}

.tab_content {
	padding: 20px;
	font-size: 12px;
}

a.tablink:link {color:#000000; }      /* unvisited link */
a.tablink:visited {color:#000000;}  /* visited link */
a.tablink:hover {color:#ffffff;}  /* mouse over link */
/*a.tablink:active {color:#efefef; } */ /* selected link */


body, div{
    scrollbar-face-color: #808080; /*/ obviously change this to whatever you want /*/
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFBF0;
    scrollbar-3dlight-color: #808080;
    scrollbar-shadow-color: #525252;
    scrollbar-darkshadow-color: #525252;
    scrollbar-track-color: #909090;
}


label.error { float: top; color: red; padding-left: 0em; vertical-align: top; }

input.forms{
	width:200px;
	background-color:#c057a3;
	color:#ffffff;
	font-size:12px;
	border:none;
}
