/*----------------------------------------------------------
Global Styles
----------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: sans-serif, verdana;
	font-size: 12px;
	scrollbar-face-color: #ffffff; 
	scrollbar-shadow-color: #808080; 
	scrollbar-highlight-color: #808080;
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-arrow-color: #000000; 
}

table {
	font-family: sans-serif, verdana;
	font-size: 12px;
}
th {
	text-align: left;
	vertical-align: baseline;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
	border-bottom: 1px solid #d6d6d6;
	margin: 0px;
	padding: 4px;
	border-right: 1px solid #d6d6d6;
	background-color: #f1f1f1;
}
/*----------------------------------------------------------
Global Link Styles
----------------------------------------------------------*/
a {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
a:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.contentLinks {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
.contentLinks:hover {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #cacaca;
	text-decoration: underline;
}


/*----------------------------------------------------------
Text Formatting Styles
----------------------------------------------------------*/
.bold {
	font-weight: bold;
}
.code,.courier {
	font-family: monospace;
	white-space: pre;
}
.emphasis {
	font-style: italic;
}
.superscript {
	font-size: small;
	vertical-align: super;
}
.large {
	font-weight: normal;
	font-size: 24px;
	color: #ffffff;
	font-family: sans-serif, arial;
}
h1 {
	font-weight: bold;
	font-size: large;
}
h2 {
	font-weight: bold;
	font-size: 16px;
	padding: 2px;
	margin: 0px;
	color: #ffffff;
}
hr {
	color: black;
	height: 1px;
	noshade: noshade;
}
ul, li {
	font-weight: normal;
	font-size: 11px;
	list-style-position: outside;
	list-style-image: url(./images/listIco.gif);
}
.whitetext {
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	font-family: arial;
}
.inputctl {
	width: 120px;
	height: 20px;
	padding-top: 2px;
	border: 1px solid #717171;
	font: normal normal normal 12px sans-serif;
	color: #000000;
	background-image: url(../images/submitbtn.jpg);
}
input {
	font: normal normal normal 9px sans-serif;
	color: #787878;
	font-stretch: ultra-expanded;
}
dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #ffffff;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #ffffff;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #ffffff;
	text-decoration: underline;
}
.dtree a.nodeSel {
	color:#000000
	background-color: #f2f2f2;
}
.dtree .clip {
	overflow: hidden;
}
/*----------------------------------------------------------
Search Styles
----------------------------------------------------------*/
SPAN.searchword {
	color:#FFFFFF;
	background-color:#333366
}

.myStyle {
	position: relative;
	visibility: visible;
	left: 0;
	top: 0;
	width: 228px;
	height: 28px;
	text-align:center;
}
#searchStyle{
	HEIGHT:100%;
	WIDTH:100%;
	OVERFLOW:auto;
	padding-left: 4px;
	padding-top: 4px;
}
/*----------------------------------------------------------
Table Styles
----------------------------------------------------------*/
.tableBorder td{
	border-bottom:1px solid #a7a7a7;
		border-right:1px solid #a7a7a7;
}