body	{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	margin: 0;
	padding: 0;
	scrollbar-3dlight-color: #858E91;
	scrollbar-arrow-color: #858E91;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #858E91;
	scrollbar-track-color: #CCCCCC;
}


/*  preloader stuff  */

img, div { behavior: url(/styles/iepngfix.htc) }

div#preLoad {
	background-image: url(../images/overlay.png);
	background-repeat: repeat;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 80000;
}
.loadBoxContainer {
	left: 50%;
	margin: -50px auto auto -100px;
	position: absolute;
	text-align: center;
	top: 50%;
}
.loadBoxOuter {
	border: 3px solid #A9A9A9;
	height: 72px;
	width: 242px;
}
.loadBoxInner {
	background-color: #F2F2F2;
	border: 1px solid #808080;
	height: 70px;
	width: 240px;
}
.loadBoxHeader {
	background-image: url(../images/bgHeader.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #CCC;
	height: 24px;
	text-align: left;
	width: 240px;
}
.loadBoxCaption {
	font: 11px arial;
	font-weight: bold;
	position: relative;
	left: 10px;
	top: 5px;
}
.loadBoxIMG {
	height: 39px;
	padding-top: 18px;
	text-align: center;
	width: 240px;
}

/*   */


/* Weather_Widget loopScroller */

.loopContainer {
	background-color: #FFF;
	display: block;
	height: 51px;
	padding: 0px;
	width: 140px;
}

#loopLoader {
	display: none;
	height: 51px;
	left: 0;
	min-height: 51px;
	padding-top: 16px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 120px;
	z-index: 10000;
}

/*#loopLoader img {
	height: 16px;
	left: 50%;
	margin: -8px 0 0 -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}*/

#fadeDivContainer {
	height: 51px;
	/* margin:0 auto; */ /* uncomment to center */
	min-height: 51px;
	position: relative;
	width: 142px;
}

#fadeDivCover {
	background-color: #FFF;
	display: none;
	height: 100%; /* Leave as 100% for full coverage */
	left: 0;
	position: absolute;	
	top: 0;
	width: 140px;
	z-index: 10000;	
}

/*  */


h1	{
	font-size: 14px;
	font-weight: bold;
}

h1,h2,h3,h4	{
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
}

h2	{
	font-size: 12px;
	font-weight: bold;
}

h3	{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

h4	{
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	margin-bottom: 0;
}

input.text {
	border: 1px solid #808080;
	font-size: 12px;
	height: 20px;
	vertical-align: center;
}

p	{
	margin: 0;
	margin-bottom: 1ex;
}

table	{
	border-collapse: collapse;
}

table.indent {
	border-collapse: collapse;
	margin: 0px 0px 0px 25px;
	padding: 0;
	width: 100%;
}

table.master	{
	height: 100%;
	width: 820px;
}

table.reverse {
	border: 1px solid #CCCCCC;
	margin: 0;
	padding: 3px;
	width: 66%;
}

td	{
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
}

td.alist {
	background-color: transparent;
	margin: 0;
	padding: 16px 0px 8px 0px;
	vertical-align: middle;
}

td.bg_lt {
	background-color: #535353;
	background-image: url(../images/bg_lt.gif);
	width: 30px;
}

td.bg_rt {
	background-color: #535353;
	background-image: url(../images/bg_rt.gif);
	width: 30px;
}

td.main	{
	background-color: #FFFFFF;
	background-image: url(../images/bg_search.png);
	background-repeat: repeat-x;
	height: 100%;
	vertical-align: top;
	width: 770px;
}

td.nav_top	{
	background-image: url(../images/menu_bg.gif);
	height: 44px;
}

td.nav_top_r	{
	background-image: url(../images/menu_bg.gif);
	height: 44px;
	padding: 2px 6px 0px 0px;
	text-align: right;
	vertical-align: top;
	width: 391px;
}

td.reverseeven {
	background-color: #F1F1F1;
	padding: 3px 3px 3px 3px;
}

td.reverseodd {
	background-color: transparent;
	padding: 3px 3px 3px 3px;
}

tr {
	vertical-align: top;
}

ul	{
	margin-bottom: 10px;
	margin-top: 3px;
}

.absmiddle {
	border: none;
	vertical-align: middle;
}

.button	{
	border: 0px solid #FFFFFF;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	padding: 2px;
	text-transform: uppercase;
	vertical-align: center;
}

.categorylist	{
	color: #000000;
	line-height: 1.1em;
}

.categorylist a{
	text-decoration: none;
}

.categorylist a:hover	{
	text-decoration: underline;
}

.categorylist a:active	{
	text-decoration: underline;
}

.content	{
	padding: 16px;
	padding-top: 8px;
}

.footer	{
	font-size: 11px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.footer .links a	{
	margin-right: 6px;
}

.footer a	{
	text-decoration: underline;
}

.leftmenu	{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.leftmenu a	{
	text-decoration: none;
}

.leftmenu a:hover, .leftmenu a:active	{
	text-decoration: underline;
}

.promo {
	color: #FFFFFF;
	font-size: 9px;
}

.rightbar	{
	padding-bottom: 6px;
	padding-left: 13px;
	padding-right: 4px;
	padding-top: 6px;
}

.th_status_button *{
	background-color: #F7941D;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	height: 20px;
	padding: 2px 10px;
	text-decoration: none;
}

.th_status_descr {
	color: #3D3D3D;
	font-size: 11px;
}

.th_status_field {
	border: 1px solid #8B9A9F;
	color: #686868;
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
}

.th_status_field_descr {
	color: #3D3D3D;
	font-size: 11px;
}

.th_status_heading {
	color: #FFFFFF;
	font-size: 2px;
	text-align: center;
}

#dhtmltooltip {
	background-color: transparent; /*background-image: url(/images/bg_titanium.gif);*/
	border: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#5A5A5A,direction=135,strength=4);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	left: -300px;
	padding: 0px;
	position: absolute;
	visibility: hidden;
	width: 325px;
	z-index: 100;
}

#th_status_form {
	background-color: #FFFFFF;
	font-family: Tahoma,Verdana,Arial;
	height: 90px;
	width: 370px;
	width: 330px;
}

/*#dhtmlpointer {
	left: -300px;
	position: absolute;
	visibility: hidden;
	z-index: 101;
}
*/