﻿.collapsePanelHeader{
	width: 190px;
	height: 26px;
	color: Yellow;
	background-color: #3366CC;
	float: left;
	cursor: pointer;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: White;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 2;
}
.fromto
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	height: 12px;
	background-color: #99CCFF;
	text-align: center;
	z-index: 2;
}
.slidercategory
{
    font-family: Verdana;
    font-size: 12px;
    color: #000080;
    background-color: #99CCFF;
    height: 12px;
    padding: 2px;
    text-align: center;
    z-index: 4;
}
.sliders
{
	margin: 0px;
	padding: 2px;
	background-color: #FFFFFF;
	width: 96px;
	vertical-align: middle;
	height: 10px;
	z-index: 5;
	position: relative;
}
.slidertable
{
	border: 1px solid #0000FF;
	width: 100%;
	z-index: 2;
	background-color: #FFFFFF;
}
.collapsePanel{
	width: 190px;
	height: 0px;
	background-color: white;
	vertical-align: top;
	float: left;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 0;
	position: static;
}
.valueboxes
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #E6F2FF;
	text-align: center;
	width: 60px;
}

.pnlprog
{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 400px;
	left: 500px;
}
.autoc
{
	visibility : hidden;
	margin : 0px!important;
	background-color: #FFFFFF;
	color : windowtext;
	border: 1px solid #000080;
	cursor : 'default';
	overflow : auto;
	height : 200px;
	text-align : left;
	list-style-type : none;
	z-index: 100;
	position: relative;
}
.autocitems
{
	background-color: #FFFFFF;
	color : windowtext;
	padding : 1px;
	z-index : 100;
	position: relative;
}
.autohigh
{
	background-color: #6699FF;
	color: #FFFFFF;
	padding: 1px;
	z-index: 100;
	position: relative;
}
.autocbase
{
	z-index: 100;
	border: 1px solid #000080;
}
a:link
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	color: #006666;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #6699FF;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #C0C0C0;
}
.style1
        {
	width: 90%;
	background-color: #CCE6FF;
}
.tabstyle .ajax__tab_header			{
	background-image: url('tabimgs/tab-line.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

.tabstyle .ajax__tab_outer			{ background:url('tabimgs/tab-right.gif') no-repeat right; 
                			  }

.tabstyle .ajax__tab_inner			{ background:url('tabimgs/tab-left.gif') no-repeat; 
                			  }
.tabstyle .ajax__tab_tab				{ background:url('tabimgs/tab.gif') repeat-x; 
              				  }
.tabstyle .ajax__tab_hover .ajax__tab_outer	{ background:url('tabimgs/tab-hover-right.gif') no-repeat right; 
                                 	  }
.tabstyle .ajax__tab_hover .ajax__tab_inner	{ background:url('tabimgs/tab-hover-left.gif') no-repeat; 
                                 	  }
.tabstyle .ajax__tab_hover .ajax__tab_tab		{ background:url('tabimgs/tab-hover.gif') repeat-x; 
                               		  }
.tabstyle .ajax__tab_active .ajax__tab_outer	{ background:url('tabimgs/tab-active-right.gif') no-repeat right; 
                                  	  }
.tabstyle .ajax__tab_active .ajax__tab_inner	{ background:url('tabimgs/tab-active-left.gif') no-repeat left; 
                                  	  }
.tabstyle .ajax__tab_active .ajax__tab_tab	{ background:url('tabimgs/tab-active.gif') repeat-x; 
                                	  }
.tabstyle .ajax__tab_header 			{ font-family:verdana,tahoma,helvetica;font-size:11px; 
                  			  }
.tabstyle .ajax__tab_outer			{ height:29px; 
                			  }
.tabstyle .ajax__tab_inner			{ padding-left:3px; 
                			  }
.tabstyle .ajax__tab_tab				{ padding:8px 4px;margin:0; 
              				  }
.tabstyle .ajax__tab_body	{

	border: 1px solid #999999;
	border-top: 0;
	background-color: #ffffff;
	padding: 2px;
}