/* CSS Document */
body,form 
{
	font-family:Verdana,Arial;
	font-size:11px;
	margin:0px;
	background-color:#d5d5d5;
}
.titleHeading {
	font-family: Verdana,Arial;
	font-size: 16px;
	color: #322103;
	font-weight: bold;
}
.textNormal {
	font-family: Verdana,Arial;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
.textBold {
	font-family: Verdana,Arial;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.linkNormal {
	color: #d69c00;
	font-family: Verdana,Arial;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}
.linkBold {
	color: #d69c00;
	font-family: Verdana,Arial;
	font-size: 11px;
	font-weight: bold;
}
.top { border:1px solid #000000;}
.yellow {width:35px; background-color:#D4BF00; text-align:right;}

/* default layout */
.custom .ajax__tab_header {white-space:nowrap;}
.custom .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.custom .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.custom .ajax__tab_tab {margin-right:4px;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}

/* xp theme */
.custom .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(images/tabcontainer/tab_header.gif) no-repeat bottom;}
.custom .ajax__tab_outer {padding-right:4px;background:url(images/tabcontainer/tab_outer.gif) no-repeat right;height:21px;}
.custom .ajax__tab_inner {padding-left:3px;background:url(images/tabcontainer/tab_inner.gif) no-repeat;}
.custom .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(images/tabcontainer/tab_tab.gif) repeat-x;}
.custom .ajax__tab_hover .ajax__tab_outer {background:url(images/tabcontainer/tab_outer_hover.gif) no-repeat right;}
.custom .ajax__tab_hover .ajax__tab_inner {background:url(images/tabcontainer/tab_inner_hover.gif) no-repeat;}
.custom .ajax__tab_hover .ajax__tab_tab {background:url(images/tabcontainer/tab_tab_hover.gif) repeat-x;}
.custom .ajax__tab_active .ajax__tab_outer {background:url(images/tabcontainer/tab_outer_active.gif) no-repeat right;}
.custom .ajax__tab_active .ajax__tab_inner {background:url(images/tabcontainer/tab_inner_active.gif) no-repeat;}
.custom .ajax__tab_active .ajax__tab_tab {background:url(images/tabcontainer/tab_tab_active.gif) repeat-x;}
.custom .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;padding:0px;background-color:#ffffff;}

/* scrolling */
.custom .ajax__scroll_horiz {overflow-x:scroll;}
.custom .ajax__scroll_vert {overflow-y:scroll;}
.custom .ajax__scroll_both {overflow:scroll}
.custom .ajax__scroll_auto {overflow:auto}

.LeftAlign th
{
	text-align:left
}
.admin_bg1 { background: url(images/admin_bg.jpg) no-repeat;}
.admin_header1 { background: url(images/admin_hdr.jpg) no-repeat;}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding-left:8px;
    padding-right:8px;
}
.ReportPopup {
	display: none;
	position: absolute;
	background: white;
	text-align: left;
	padding: 10px;
	border: 1px solid #787878;
	line-height: 1.5;
	right: 0px;
	top: 15px;
	white-space:nowrap;
}