#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:800px;
		z-index:2;

}
body,p,h1,h2,h3,ol,ul
{
    font-family:Arial,Helvetica,sans-serif;
}
h1,h2,h3 
{
    clear:both;
}
.accordion_headings{
	padding:5px;
	background:#99CC00;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_headings a
{
    text-decoration:none;
    color: White !important; 
}
.accordion_child{
	padding:15px;
	background:#EEE;
	text-align: justify;
}

.header_highlight{
	background:#00CCFF;
}


.header_large {color: #A5A5A5;
font-weight: bold
}

.header_small {color: #A5A5A5;
	font-style:italic;
font-weight: bold
}


table.genericTable {
border-collapse:collapse;
border:1px solid #4a6395;
margin:10px 0px 10px 0px;
}
table.genericTable td {
margin:0px;
font-size:0.8em;
vertical-align:top;
border:1px solid #cccccc;
padding:3px;
background-color:#fff;
}
table.genericTable th {
/*background-color:#4a6395;*/
background-color:#eeeeee;
border:1px solid #4a6395;
font-size:0.8em;
font-weight:bold;
text-align:left;
vertical-align:top;
padding:3px 3px 8px 4px;
margin:0px;
color:#000000;
}
table.genericTable caption {
font-weight:bold;
padding: 4px 4px 4px 4px;
margin:1px;
border: 1px solid #4a6395;
border-bottom: 0px none #4a6395;
background-color:#D8EFFD;
}

table.TableBorders {
BORDER-RIGHT: medium none; 
BORDER-TOP: medium none; 
BORDER-LEFT: medium none; 
BORDER-BOTTOM: medium none; 
BORDER-COLLAPSE: collapse;
}
table.TableBorders td {
BORDER-RIGHT: black 1pt solid; 
BORDER-TOP: black 1pt solid;  
BORDER-LEFT: black 1pt solid; 
BORDER-BOTTOM: black 1pt solid; 
BACKGROUND-COLOR: transparent
}


.reTool .InsertData
{
  background-image: url('CustomDialog.gif');
}

.radwindow.radwindow_Default.normalwindow.transparentwindow
{
 z-index:13000 !important;
}


