/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Arial;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none !important;
background: white;
border: 0px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
font: normal 13px Arial;
display: block;
width: 200px; /*width of menu (not including side paddings)*/
color: #52288d;
background-color: white;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
font: normal 13px Arial;
display: inline-block;
width: 200px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #bbce18;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
left: 130px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
padding-left: 0px;
left: 210px;
border: 0;
z-index: 600;
}



.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/*table properties */

.mytable tr td{padding:5px; background-color:#FFFFFF; border-top: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc;}
.mytable {background-color:#dcdcdc;}

/* table headings */
.tablehead td{background-color:#BBCE18 !important; border-top: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc; }
.tablehead td p, .mytable tr td p{margin:0; padding:0;}
/* table headings */
.tablehead2 td{background-color:#50268a !important; border-top: 1px solid #dcdcdc; border-left: 1px solid #dcdcdc; }
.tablehead2 td p, .mytable tr td p{margin:0; padding:0;}

/*table boxes*/
.tablebox td{background-image:url(tdbg.jpg); background-repeat:repeat-x;}
.tablebox td table tr td{
	border:0px !important;
	background-image:none !important;
	padding:0px !important;
	}
/*round corners green*/
.topleft{background-image:url(topleftgreen.jpg); background-repeat:no-repeat; background-position:left top;}
.topright{background-image:url(toprightgreen.jpg); background-repeat:no-repeat; background-position:right top;}
.topleft2{background-image:url(topleft.jpg); background-repeat:no-repeat; background-position:left top;}
.topright2{background-image:url(topright.jpg); background-repeat:no-repeat; background-position:right top;}



/*border reset*/
.notop{
	border-top:none !important;
	}
.nobottom{
	border-bottom:none !important;
	}
.noleft{
	border-left:none !important;
	}
.noright{
	border-right:none !important;
	}
.borderright{border-right:1px solid #dcdcdc;}
.borderbottom td{border-bottom:1px solid #dcdcdc;}

