body
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
	height:100%;
	/*background-image: url('../images/bg_b.gif');*/

}

th
{
	background-color:#ADADAD;
	font-weight:bold;
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;	
}

textarea, input, select
{
	font-family: Tahoma;
	font-size: 12px;
	color: #393939;
	font-weight: normal;
}

a:link, a:visited
{
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #ff6f00;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}

.table
{
	border:1px #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;		
	border-color: #ADADAD;			
}

.heading
{	
	font-family: arial, verdana, tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #2900fb;
	
}

.subheading
{	
	font-family: arial, verdana, tahoma;
	font-size: 15px;	
	font-weight: bold;
	color: #ff6f00;
}

.subheading2
{	
	font-family: arial, verdana, tahoma;
	font-size: 15px;	
	font-weight: bold;
	color:#564fe9;
	text-align:center;
	margin-bottom:5px;
}

.subheading3
{	
	font-family: arial, verdana, tahoma;
	font-size: 15px;	
	font-weight: bold;
	text-decoration: none;		
}

.highlight_normal
{
	font-family: tahoma;
	font-size: 12px;
	color: #393939;
	font-weight: bold;
}

.highlight_red
{
	font-family: tahoma;
	font-size: 12px;
	font-weight:normal;
	color:red;	
}

.highlight_navyblue
{
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	color:#564fe9;
	text-align: center;	
}

a.menu:link, a.menu:visited
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
	text-decoration: none;
	width:25px;
}
a.menu:hover
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ff6f00;
	text-decoration: none;
	width:25px;
}

a.a:link, a.a:visited
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #393939;
	text-decoration: underline;
}
a.a:hover
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #ff6f00;
	text-decoration: none;
}

a.b:link, a.b:visited
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #393939;
	text-decoration: none;
}
a.b:hover
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ff6f00;
	text-decoration: underline;
}

a.c:link, a.c:visited
{
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #393939;
	text-decoration: underline;
}
a.c:hover
{
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #ff6f00;
	text-decoration: underline;
}
.inputstyle
{
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #5F726F;
	background-color: #E2EDEB;
	border: 1px solid #333333;
}

.link
{
	cursor: pointer; cursor: hand;
}

.hide
{
	display:none;	
	width:0px;
}

.copyright
{
	font-family: Tahoma;
	font-size: 10px;
	color: #393939;
	font-weight: normal;
}

.left_right_margin
{
	height: 100%;    
	/*background-image:url("../images/bg_grad1.jpg");*/
	background-color:Gray;
	background-color:#c7caeb;
	border: 0px;
}

.top_bottom_margin
{
	height: 40px;    
	background-image:url("../images/bg_grad1.jpg"); /*TOP/BOTTOM BACKGROUND GOES HERE*/	
	background-color:Gray;
	border: 0px;
}

.partner
{
	font-family:Bookman Old Style, Verdana;
	font-size: 14px;
	font-style: normal;
	color: #393939;
	font-weight: normal;	
}


/* AJAX Styles */
/*Drag Panel*/
.dragMe {
	width:100%;
	height:21px;
	background-color:#FFF;
	text-align:center;
	cursor:move;
	font-weight:bold;
}

/*Modal Popup*/
.modalBackground {
	background-color:#999999;
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
	
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:270px;
}

.divCaption
{
    background-color: #E1E1E1;
    padding-left: 5px;
}

/*CollapsiblePanel*/
.collapsePanel 
{
    height:0;	
	overflow:hidden;	
	text-align:left;
	/* width: 1000px; */
	width: 800px;
}

.collapsePanelImage {	
	float: right; 
	vertical-align: middle;
}

.collapsePanelHeader{
	width:100%;
	background-repeat:repeat-x;
	font-family: arial, verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #525252;			
	cursor: move;
}

.pnlHeader
{
    float: left;
    height: 30px;
    background: url('../Graphics/grad-med.gif');
    font-family: Verdana, Arial;
    font-size: 18px;
    font-weight: bold;
    color: #6F7285;
    width: 870px;
    text-align: center;    
}

div.pnlSubHeader
{
    float: left;
    height: 30px;
    background: url('../Graphics/grad-med.gif');	
    font-family: Verdana, Arial;
    font-size: 16px;
    font-weight: bold;
    color: #6F7285;
    /* width: 1000px; */
    width: 870px;
    text-align: center;    
}

div.pnlSubHeader2
{
    float: left;
    height: 30px;
    background: url('../Graphics/grad-med.gif');	
    font-family: Verdana, Arial;
    font-size: 14px;
    font-weight: bold;
    color: #6F7285;
    /* width: 1000px;   */
    width: 870px;
    text-align: center;    
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

