/* General CSS */
body
{
	margin:0;
	padding:0;
	/*\*/	overflow: hidden; /* because Mac IE5 don't understand */
}

div
{
	margin:0;
	padding:0;
}

/* Website Alive Help */
#websitealive
{
	background-color: #666666;
	border-style: none;
	border-width: 0px;
	position: absolute;
	right: 18px;
	top: 1px;
	z-index: 2;
}

/* DataKey Live tag line */
#datakey_footer
{
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	position: absolute;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 8pt;
	background-color: #ccc;
	border-color: #444;
	width: 100%;
	height: 14px;
	bottom: 0px;
	z-index: 2;
}

#datakey_footer_link
{
	position: absolute;
	display: inline;
	left: 5px;
	top: 0px;
	right: 150px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	text-align: center;
}

#datakey_footer_xhtmlvalid
{
	position: absolute;
	display: inline;
	width: 150px;
	top: 0px;
	right: 5px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	text-align: right;
}
/* Combobox Control CSS */
.dhx_combo_img
{
	position:absolute;
	top:0px;
	right:0px;
	bottom: 0px;
	width:17px;
	border-width:0px;
	border-style:none;
	padding:0px;
}

.dhx_combo_option_img
{
	position:relative;
	top:1px;
	margin-left:2px;
	left:0px;
	width:18px; height:18px;
}


.dhx_combo_input
{
	color:#333333;
	font-family: 'Arial', sans-serif;
	font-size: 9pt;
	font-weight: normal;
	border-width:0px;
	padding:2px 2px 2px 2px;
	position:absolute;
	top:0px;
}
.dhx_combo_box
{
	position:relative;
	border:1px solid #7F9DB9;
	overflow:hidden;
	background-color: white;
}
.dhx_combo_list{
	position:absolute;
	z-index:255;
	overflow:hidden;
	/*overflow-x:hidden;
	overflow-y:auto;*/
	border:1px solid black;
	height:100px;
	font-family: Arial;
	font-size: 9pt;
	background-color: white;
	white-space: nowrap;
}

.dhx_combo_list div{
	cursor:default;
	padding:2px 2px 2px 2px;
	height:9pt;
}
.dhx_selected_option{
	background-color:navy;
	color:white;
}

/* Calendar Control CSS */
div.calendar
{
	margin:0px;
	background-color:#D6DFEF;
	font-family: Arial, Verdana, "Times New Roman";
	font-size: 8pt;
	color: #FFFFFF;
}

a.calendar
{
	font-size: 10pt;
	font-family: Arial, Verdana, "Times New Roman";
	color: #000080;
}

td.calendar
{
	border-style: none;
	font-size: 10pt;
	font-family: Arial, Verdana, "Times New Roman";
	color: #000000;
}

a.calendar:link
{
	font-weight: bold;
	color:#3333CC;
}

a.calendar:visited
{
	font-weight: bold;
	color:#3333CC;
}

a.calendar:active
{
	font-weight: bold;
	color:#3333CC;
}

a.calendar:hover
{
	font-weight: bold;
	color:#800000;
	text-decoration: underline;
}

/* Tab Control CSS */
.tabcontrol
{
	font-size:93%;
	line-height:normal;
}

ul.tabcontrol
{
	position:relative;
	margin:0;
	padding:0px 0px 0px 0px;
	list-style:none;
}

li.tabcontrol
{
	position:relative;
	float:left;
	margin:0;
	background:url("../images/tableft.gif") no-repeat left top;
	padding:0 0 0 4px;
	background-position:0% -42px;
}

a.tabcontrol
{
	position:relative;
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	color:#666;
	padding:5px 15px 4px 6px;
	background-position:100% -42px;
	margin:0;
	text-decoration:none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \\*/
a.tabcontrol
{
	float:none;
}
/* End IE5-Mac hack */

a.tabcontrol:hover
{
	color:#000;
}

li.tabcontrol:hover
{
	background-position:0% 0px;
}

a.tabcontrol:hover
{
	background-position:100% 0px;
}

.tabcontrolselected
{
	font-size:93%;
	line-height:normal;
}

ul.tabcontrolselected
{
	position:relative;
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}

li.tabcontrolselected
{
	position:relative;
	float:left;
	margin:0;
	background:url("../images/tableft.gif") no-repeat left top;
	padding:0 0 0 4px;
	top: -5px;
}

a.tabcontrolselected
{
	position:relative;
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	color:#666;
	padding:5px 15px 4px 6px;
	margin:0;
	text-decoration:none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \\*/
a.tabcontrolselected
{
	float:none;
}
/* End IE5-Mac hack */

a.tabcontrolselected:hover
{
	color:#000;
}

/*sidebar*/

div.sidebar
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
}

div.sidebar ul {
	list-style: none;
	font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", sans-serif;
}

div.sidebar a, div.sidebar h3.cat {
	width: 130px;
	display: block;
	padding: 3px 5px 3px 40px;
	background: url("../images/tab_small.png") center left no-repeat;
	margin: 3px 10px 3px -10px;
	text-decoration: none;
}

div.sidebar a {
	color: #baccd5;
}

div.sidebar a.big, div.sidebar h3.cat {
	background: url("../images/tab_big.png") center left no-repeat;
	padding: 4px 5px 4px 40px;
	margin: 5px 10px 5px -10px;
}

div.sidebar h3 {
	font-size: 13px;
}

div.sidebar h3.cat {
	color: #fff;
	text-shadow: 1px 2px 1px #222;
}

div.sidebar a.big {
	color: #fff;
}