all.clsMenuItemNS, .clsMenuItemIE{text-decoration: none; font: bold 12px Arial; color: white; cursor: crosshair; z-index:100}
body,td,th {
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
#MainTable A:hover {color: #ffcccc;}
.style12 {color: #000000}
.style47 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style58 {
	color: #CC6633;
	font-weight: bold;
}
.style59 {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style74 {font-family: Arial, Geneva, Helvetica, sans-serif; color: #4F6989; font-size: 10px;}
.style75 {font-family: Arial, Geneva, Helvetica, sans-serif; color: #4F6989; font-size: 12px;}
.style76 {font-family: Arial, Geneva, Helvetica, sans-serif; color: #000633; font-size: 12px;}
.style78 {font-family:  Arial, Geneva, Helvetica, sans-serif; color: #CC6633; font-size: 12px;}

.style79 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style80 {font-family: Geneva, Arial, Helvetica, sans-serif}
.style87 {font-family: Arial, Helvetica, sans-serif}
.style88 {	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.style89 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.style90 {color: #000033}


ddaccordion.init {
	headerclass: "expandable", //Shared CSS class name of headers group that are expandable
	contentclass:  "categoryitems", //Shared CSS class name of contents group
	collapseprev: true, //Collapse previous content (so only one open at any time)? true/false 
	defaultexpanded: [0], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
	animatedefault: false, //Should contents open by default be animated into view?
	persiststate: true, //persist state of opened contents within browser session?
	toggleclass: ["", "openheader"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
	togglehtml: ["prefix", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
	animatespeed: "normal" //speed of animation: "fast", "normal", or "slow"
}



.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu 
.menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: black;
background: #CCCDCB url(../ecscripts/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: auto;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../ecscripts/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../ecscripts/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

#container {
	margin: auto;
	width: 450px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	background-color: #FFFFFF;
}
#container #header #header_left {
	float: left;
	background-image: url(../ecscripts/images/header_left.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 50px;
}
#container #header #header_right {
	background-image: url(../ecscripts/images/header_right.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 6px;
	float: right;
}
body {
	padding-top: 30px;
	background-color: #CCCCCC;
}
#container #content {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
#container #footer {
    clear:both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#container #footer a {
	color: #999999;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container #header #header_main {
	float: left;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#container #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../ecscripts/images/header_bg.gif);
	background-repeat: repeat-x;
	height: 30px;
}

th {
    padding:5px;
	background-image: url(../ecscripts/images/hbg.gif);
	background-repeat: repeat-x;
    color:#fff;
}

td {
    padding:5px;
}

.countTable {
    width:400px;
    border:1px solid #ccc;
    margin:auto;
    margin-top:10px;
    margin-bottom:10px;
    border-collapse:collapse;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
