BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}							 

/*****************************	Table formatting *****************************/
.ASCX_MAIN_TABLE
{
	width: 100%;
	background-color: #edecd1;
}

.ASCX_MAIN_TABLE_TR
{
	width: 100%;
	vertical-align: top; 
}

.ASCX_MAIN_TABLE_TD 
{
	width: 100%;
	padding-RIGHT: 15px; 
	padding-LEFT: 15px; 
	padding-BOTTOM: 15px; 
	padding-TOP: 15px;
}

.ASCX_MAIN_TABLE_TD_NO_BOTTOM
{
	width: 100%;
	padding-RIGHT: 15px; 
	padding-LEFT: 15px; 
	padding-BOTTOM: 0px; 
	padding-TOP: 15px;
}

.ASCX_FRAME_TABLE
{
	background-color: #edecd1;
	border: 0px #edecd1 outset;
}

.ASCX_DATA_TABLE
{
	width: 100%;
	background-color: White;
	border:solid 1px #000000;
    border-style: solid;
	border-width: 0px;
	border-radius: 5px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 4px 5px 11px #000000;
	-webkit-box-shadow: 4px 5px 11px #000000;
	box-shadow: 4px 5px 11px #000000;
}

.ASCX_INNER_TABLE
{
	width: 95%;
}

.eProfileMenu {
	z-index: 1000; 
	margin-top: 0px;
	background-color: #edecd1; 
}
/*****************************	Labels *****************************/
.LABEL_SMALL
{
	font-family: Verdana;
	font-size: 10px;
	color: #696969;
}

.LABEL_SMALL_BOLD
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	color: #696969;
}

.LABEL_MEDIUM
{
	font-family: Verdana;
	font-size: 12px;
	color: #696969;
}

.LABEL_BIG
{
	font-family: Verdana;
	font-size: 25px;
	color: #696969;
    font-weight: bold;
}

.LABEL_MEDIUM_BOLD
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	color: #696969;
}

.LABEL_MEDIUM_HEADERWEBPROFILE
{
	font-family: Verdana;
	font-size: 25px;
	color:  #696969;
	/*text-shadow:black 0.1em 0.1em 0.1em;*/
}

/*****************************	Feedback Messages *****************************/

.FEEDBACK_MESSAGE
{
	font-weight: bold;
	font-size: 12px;
	color: green;
	font-family: Verdana;
}



/*****************************Hyperlinks*****************************/

 .LINK_LABEL_SMALL
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	color: maroon;
	text-decoration: underline;
	cursor:auto;
}

.LINK_LABEL_SMALL A:ACTIVE
{
	color: blue;
	text-decoration: underline;
}

.LINK_LABEL_SMALL A:LINK
{
	color: #000066;
	text-decoration: underline;
}

.LINK_LABEL_SMALL A:VISITED
{
	color: #3399ff;
	text-decoration: underline;
}

.LINK_LABEL_SMALL A:HOVER
{
	color: #cc0000;
	text-decoration: none;
}

.LINK_LABEL
{
	font-weight: bold;
	font-size: 11px;
	color: #000066;
	font-family: Verdana;
	text-decoration: underline;
}

.LINK_LABEL A:ACTIVE
{
	color: blue;
	text-decoration: underline;
}

.LINK_LABEL A:LINK
{
	color: #000066;
	text-decoration: underline;
}

.LINK_LABEL A:VISITED
{
	color: #3399ff;
	text-decoration: underline;
}

.LINK_LABEL A:HOVER
{
	color: #cc0000;
	text-decoration: none;
}

.LINK_LABEL_MEDIUM_BOLD
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #696969;
}

.LINK_LABEL_MEDIUM_BOLD a:active
{
	color: #696969;
}

.LINK_LABEL_MEDIUM_BOLD a:link
{
	color: #696969;
}

.LINK_LABEL_MEDIUM_BOLD a:visited
{
	color: #696969;
}

.LINK_LABEL_MEDIUM_BOLD a:hover
{
	color: #8b0000;
}

.LINK_LABEL_WHITE
{
	font-weight: bold;
	font-size: 12px;
	color:  White;
	font-family: Verdana;
}

.LINK_LABEL_WHITE A:ACTIVE
{
	color: #696969;
}

.LINK_LABEL_WHITE A:LINK
{
	color: #696969;
}

.LINK_LABEL_WHITE A:VISITED
{
	color: white;
}

.LINK_LABEL_WHITE A:HOVER
{
	color: #8b0000;
}

/*****************************Web buttons*****************************/
.WEB_BUTTON
{
	font-size: 14px;
	width: 175px;
	font-family: Verdana;
}

.WEB_BUTTON_HELP
{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana;
}

.WEB_BUTTON_INSPECTION
{
	font-size: 14px;
	font-family: Verdana;
}

.WEB_BUTTON 
{
	font-size: 14px;
	font-family: Verdana;
	width: 175px;
	color: dimgray;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 2px 2px;
	box-shadow: 2px 3px 2px #eee;
	-moz-box-shadow: 2px 3px 2px #eee;
	-webkit-box-shadow: 2px 3px 2px #eee;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f4f4f4');
}

.WEB_BUTTON_BOLD 
{
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	width: 175px;
	color: black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 2px 2px;
	box-shadow: 2px 3px 2px #eee;
	-moz-box-shadow: 2px 3px 2px #eee;
	-webkit-box-shadow: 2px 3px 2px #eee;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f4f4f4');
}

/*****************************Link buttons*****************************/
.LINK_BUTTON
{
	font-weight: bold;
	font-size: 14px;
	color: maroon;
	font-family: Verdana;
}

.LINK_BUTTON_MEDIUM
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Verdana;
}

/*****************************Page sub panels*****************************/
.SUB_PANEL
{
	font-family: Verdana;
	background-color: #3c3dd2;
}

.SUB_PANEL_LABEL
{
	font-weight: bold;
	font-size: 12px;
	color: white;
}

/*****************************Drop Down List*****************************/
.DROPDOWNLIST_MEDIUM
{
	font-family: Verdana;
	font-size: 12px;
	color: #696969;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 2px 2px;
    box-shadow: 2px 3px 2px #eee;
    -moz-box-shadow: 2px 3px 2px #eee;
    -webkit-box-shadow: 2px 3px 2px #eee;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f4f4f4');
}

/*****************************Text Box*****************************/

.TEXTBOX_SMALL
{
	font-family: Verdana;
	font-size: 10px;
	color: #696969;
}

.TEXTBOX_MEDIUM
{
	font-family: Verdana;
	font-size: 12px;
	color: #696969;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 2px 2px;
    box-shadow: 2px 3px 2px #eee;
    -moz-box-shadow: 2px 3px 2px #eee;
    -webkit-box-shadow: 2px 3px 2px #eee;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f4f4f4');
}

/*****************************Validators****************************/
.VALIDATOR_MEDIUM
{
	font-family: Verdana;
	font-size: 12px;
	color: Red;
}

.VALIDATOR_MEDIUM_BOLD
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: Red;
}

/***************************Virtual controls***************************/

.VIRTUAL_CHECKBOX
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
}

.VIRTUAL_DROPDOWNLIST
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
}

.VIRTUAL_LABEL
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
}

.VIRTUAL_TEXTBOX
{
	font-family: Verdana;
	font-size: 12px;
	color: #696969;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 2px 2px;
    box-shadow: 2px 3px 2px #eee;
    -moz-box-shadow: 2px 3px 2px #eee;
    -webkit-box-shadow: 2px 3px 2px #eee;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f4f4f4');
}

.VIRTUAL_TEXTBOX_DISABLE
{
	font-family: Verdana;
	font-size: 12px;
	color: #A9A9A9;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 2px 2px;
    box-shadow: 2px 3px 2px #eee;
    -moz-box-shadow: 2px 3px 2px #eee;
    -webkit-box-shadow: 2px 3px 2px #eee;
    background: -webkit-gradient(linear, left top, left 15, from(#A9A9A9), color-stop(4%, #A9A9A9), to(#A9A9A9));
    background: -moz-linear-gradient(top, #A9A9A9, #A9A9A9 1px, #A9A9A9 15px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A9A9A9', endColorstr='#A9A9A9');
}

.VIRTUAL_DROPDOWNLIST
{
	font-family: Verdana;
	font-size: 12px;
	color: #696969;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 2px 2px;
    box-shadow: 2px 3px 2px #eee;
    -moz-box-shadow: 2px 3px 2px #eee;
    -webkit-box-shadow: 2px 3px 2px #eee;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f4f4f4');
}

.VIRTUAL_CALENDAR 
{
	font-family: Verdana;
	font-size: 12px;
	color: #696969;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 2px 2px;
    box-shadow: 2px 3px 2px #eee;
    -moz-box-shadow: 2px 3px 2px #eee;
    -webkit-box-shadow: 2px 3px 2px #eee;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#f4f4f4');
}

/************************Z-Axis Box*************************/

.pile 
{ 
	width:7in;
	vertical-align:middle;  	
	POSITION: absolute; 
	HEIGHT: 3in 
}



/************************
 GridViewStyle1 (Regular Grid)
*************************/

.GRID-FRAME
{
	border-width:1px;
	border-color: Black;
	padding: 5px;
    margin-bottom:5px;
	-moz-border-radius: 5px;
	border:solid 1px #000000;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 4px 5px 11px #000000;
	-webkit-box-shadow: 4px 5px 11px #000000;
	box-shadow: 4px 5px 11px #000000;
}

.EMPTY-GRID
{
	background-color: #f7f7de;
	table-layout:fixed;
}

.EMPTY-GRID SPAN
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #696969;
}

.GRID-ITEM
{
	background-color: #f7f7de;
	table-layout:fixed;
    padding-top:10px; 
    vertical-align:middle;  
}

.GRID-ITEM TEXTAREA
{
	color: #696969;
	font-family: Verdana;
	font-size: 12px;
	background-color: #f7f7de;
	overflow: hidden;
}

.GRID-ITEM INPUT
{
	font-family: Verdana;
	font-size: 12px;
	color: #696969;	
    vertical-align:middle; 
}

.GRID-ITEM SPAN
{
	font-family: Verdana;
	font-size: 12px;
	color: #696969;
    padding-top:10px; 
    vertical-align:middle; 
}

.GRID-ITEM TD
{
	font-family: Verdana;
	font-size: 12px;
	color: #696969;
    vertical-align:middle;
}

.GRID-ITEM A:LINK
{
	font-weight: bold;
	font-size: 12px;
	color: maroon;
    vertical-align:middle;
	font-family: Verdana;
}

.GRID-ITEM A:VISITED
{
	font-weight: bold;
	font-size: 12px;
	color: maroon;
	font-family: Verdana;
    vertical-align:middle;
}

.GRID-ITEM A:ACTIVE
{
	font-weight: bold;
	font-size: 12px;
	color: maroon;
	font-family: Verdana;
    vertical-align:middle;
}

.GRID-ITEM A:HOVER
{
	font-weight: bold;
	font-size: 12px;
	color: #696969;
	font-family: Verdana;
    vertical-align:middle;
}

.GRID-ALTERNATE-ITEM
{
	background-color: White;
	table-layout:fixed;
    vertical-align:middle;  
}

.GRID-ALTERNATE-ITEM TEXTAREA
{
	color: #696969;
	font-family: Verdana;
	font-size: 12px;
	overflow: hidden;
    vertical-align:middle;
}

.GRID-ALTERNATE-ITEM INPUT
{
	font-family: Verdana;
	font-size: 12px;
	color: #696969;	
    vertical-align:middle;
}

.GRID-ALTERNATE-ITEM SPAN
{
	font-family: Verdana;
	font-size: 12px;
	color: #696969;
    vertical-align:middle;
    	
}

.GRID-ALTERNATE-ITEM TD
{
	font-family: Verdana;
	font-size: 12px;
	color: #696969;
    vertical-align:middle;
}

.GRID-ALTERNATE-ITEM A:LINK
{
	font-weight: bold;
	font-size: 12px;
	color: maroon;
	font-family: Verdana;
    vertical-align:middle;
}

.GRID-ALTERNATE-ITEM A:VISITED
{
	font-weight: bold;
	font-size: 12px;
	color: maroon;
	font-family: Verdana;
    vertical-align:middle;
}

.GRID-ALTERNATE-ITEM A:ACTIVE
{
	font-weight: bold;
	font-size: 12px;
	color: maroon;
    vertical-align:middle;
	font-family: Verdana;
}

.GRID-ALTERNATE-ITEM A:HOVER
{
	font-weight: bold;
	font-size: 12px;
	color: #696969;
    vertical-align:middle;
	font-family: Verdana;
}

.GRID-TEXTBOX-ITEM
{
	font-family: Verdana;
	font-size: 11px;
	background-color: #f7f7de;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom : 1px;
	margin : 1px;
    vertical-align:middle;
	overflow: hidden;
}

.GRID-FIRST-ITEM
{
	border-top: #696969 1px solid;
	border-right: #696969 1px solid;
	border-bottom: #696969 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
	font-weight: bold;
	font-size: 11px;
	color: #696969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.GRID-HEADER
{
	background-color: #6b696b;
	text-align: left;
	font-weight:bold;
}

.GRID-HEADER SPAN
{
	font-family: Verdana;
	font-size: 12px;
	color: White;
}

.GRID-HEADER TH
{
	font-family: Verdana;
	font-size: 12px;
	color: White;
}

.GRID-HEADER TD
{
	font-family: Verdana;
	font-size: 12px;
	color: White;
	font-weight:bold;
}

.GRID-HEADER A:ACTIVE
{
	color: white;
	text-decoration: none;
}

.GRID-HEADER A:LINK
{
	color: White;
	text-decoration: underline;
}

.GRID-HEADER A:VISITED
{
	color: White;
	text-decoration: underline;
}

.GRID-HEADER A:HOVER
{
	color: #8b0000;
	text-decoration: none;
}

.GRID-INVISIBLE-ITEM
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 1px;
	font-weight: bold;
	font-size: 11px;
	color: #696969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.GRID-ALTERNATE-TEXTBOX-ITEM
{
	font-family: Verdana;
	font-size: 11px;
	background-color: White;
	padding-left: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom : 1px;
	margin : 1px;
	overflow: hidden;
}

.GRID-LAST-ITEM
{
	border-top: #696969 1px solid;
	border-bottom: #696969 1px solid;
	border-left: #696969 1px solid;
}

.GRID-FOOTER
{
	background-color:#f7f7de;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
}

.GRID-PAGER
{
	background-color: #f7f7de;
	table-layout:fixed;
}

.GRID-PAGER SPAN
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #696969;
}

.GRID-PAGER A:LINK
{
	font-size:11px;
	font-weight: bold;
	font-family: Verdana;
	color: maroon;
	text-decoration: underline;
}
.GRID-PAGER A:VISITED
{
	font-size:11px;
	font-weight: bold;
	font-family: Verdana;
	color: maroon;
	text-decoration: underline;
}

.GRID-PAGER A:ACTIVE
{
	font-family: Verdana;
	font-size:11px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}

.GRID-PAGER A:HOVER
{
	color: #696969;
	text-decoration: none;
}

/************************
 GridViewStyle2 (Ex. Ar Payment)
**********************/
.GridViewStyle2_TableUnderline
{
	border-bottom: #696969 1px solid;
	width:100%;
}
.GridViewStyle2_AlternateRowStyle
{
	background-color: #f7f7de;
}	



.CHECKBOX_MEDIUM
{
	font-family: Verdana;
    	margin-right:5px; 
	font-size: 15px;
	color: #696969;
}

/************************
Textbox Watermark
*************************/

.unwatermarked {
	height:18px;
	font-weight:bold;
}

.watermarked {
	height:18px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

.FreezePaneOff
{
  visibility: hidden;
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
}

.FreezePaneOn
{
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: visible;
  display: block;
  width: 100%;
  height: 230%;
  background-color: #666;
  z-index: 999;
  filter:alpha(opacity=85);
  -moz-opacity:0.85;
  padding-top: 20%;
}

.InnerFreezePane
{
  text-align: center;
  width: 66%;
  background-color: #09357b;
  color: White;
  font-size: large;
  border: solid 2px #111;
  padding: 9px;
}

/*****************************	Wizard *****************************/

#wizHeader li .prevStep
{
    background-color: #669966;
    box-shadow: 4px 5px 5px #000000;
    -moz-box-shadow: 4px 5px 5px #000000;
    -webkit-box-shadow: 4px 5px 5px #000000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow :  4px 5px 5px #000000;
}
#wizHeader li .prevStep:after
{
    border-left-color:#669966 !important;
}
#wizHeader li .currentStep
{
    background-color: #C36615;
    box-shadow: 4px 5px 5px #000000;
    -moz-box-shadow: 4px 5px 5px #000000;
    -webkit-box-shadow: 4px 5px 5px #000000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow :  4px 5px 5px #000000;
}
#wizHeader li .currentStep:after
{
    border-left-color: #C36615 !important;
}
#wizHeader li .nextStep
{
    background-color:#C2C2C2;
    backface-visibility:hidden ;
    box-shadow: 4px 5px 5px #000000;
    -moz-box-shadow: 4px 5px 5px #000000;
    -webkit-box-shadow: 4px 5px 5px #000000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow :  4px 5px 5px #000000;
}

#wizHeader
{
    list-style: none;
    overflow: hidden;
    font: 12px Helvetica, Arial, Sans-Serif;
    margin: 5px 5px;
    padding: 5px 5px ;
}
#wizHeader li
{
    float: left;
}
#wizHeader li a
{
    color: white;
    text-decoration: none;
    padding: 5px  5px 5px  5px;
    background: brown; /* fallback color */
    position:static ;
    display: block;
    float: left;
    border:1px solid;
}
#wizHeader li a:after
{
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    border-bottom: 50px solid transparent;
    /*background-image:url(data:image/gif;base64,R0lGODlhFAAeAOMQAMNmFcVuIcVuIsl3MMl4MdSUXNWVXeCxiMLCwsjIyNDQ0O/Xw+Dg4PPn3Ovr6/f39yH+EUNyZWF0ZWQgd2l0aCBHSU1QACwAAAAAFAAeAAAEZhDIaRy6ON/Jl9IgNxEPqInTwZgYKglNwiKuVM215LE5QPI9lakHgMlOxBuSuMsQJT/nEyBsTY3WqZI2BRQsm2kgliVWw8RBScr8sHPfUG98fLvOdpEaWGvKXXF8InQ4dyuFemszEQA7);*/
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
#wizHeader li a:before
{
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}        
#wizHeader li:first-child a
{
    padding-left: 5px;
}
#wizHeader li:last-child 
{
    
}
#wizHeader li a:hover
{
    background: #FE9400;
}
#wizHeader li a:hover:after
{
    border-left-color: #FE9400 !important;
}        
.content
{
  width: 50px; /* you might have to tweak this a bit*/
    height:150px;           
    overflow: hidden;
    padding-top:75px;
    text-align:left;
    background-color:#F9F9F9;
    font-size:35px;
}

.windows8 {
	position: relative;
	width: 150px;
	height:150px;
	margin:auto;
}

.windows8 .wBall {
	position: absolute;
	width: 143px;
	height: 143px;
	opacity: 0;
	transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
	animation: orbit 4.5325s infinite;
		-o-animation: orbit 4.5325s infinite;
		-ms-animation: orbit 4.5325s infinite;
		-webkit-animation: orbit 4.5325s infinite;
		-moz-animation: orbit 4.5325s infinite;
}

.windows8 .wBall .wInnerBall{
	position: absolute;
	width: 19px;
	height: 19px;
	background: rgb(0,0,0);
	left:0px;
	top:0px;
	border-radius: 19px;
		-o-border-radius: 19px;
		-ms-border-radius: 19px;
		-webkit-border-radius: 19px;
		-moz-border-radius: 19px;
}

.windows8 #wBall_1 {
	animation-delay: 0.986s;
		-o-animation-delay: 0.986s;
		-ms-animation-delay: 0.986s;
		-webkit-animation-delay: 0.986s;
		-moz-animation-delay: 0.986s;
}

.windows8 #wBall_2 {
	animation-delay: 0.193s;
		-o-animation-delay: 0.193s;
		-ms-animation-delay: 0.193s;
		-webkit-animation-delay: 0.193s;
		-moz-animation-delay: 0.193s;
}

.windows8 #wBall_3 {
	animation-delay: 0.3965s;
		-o-animation-delay: 0.3965s;
		-ms-animation-delay: 0.3965s;
		-webkit-animation-delay: 0.3965s;
		-moz-animation-delay: 0.3965s;
}

.windows8 #wBall_4 {
	animation-delay: 0.5895s;
		-o-animation-delay: 0.5895s;
		-ms-animation-delay: 0.5895s;
		-webkit-animation-delay: 0.5895s;
		-moz-animation-delay: 0.5895s;
}

.windows8 #wBall_5 {
	animation-delay: 0.793s;
		-o-animation-delay: 0.793s;
		-ms-animation-delay: 0.793s;
		-webkit-animation-delay: 0.793s;
		-moz-animation-delay: 0.793s;
}



@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
	opacity: 0;
		transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
	opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
	opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
	opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}

	30% {
		opacity: 1;
		-moz-transform:rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}

	76% {
	opacity: 0;
		-moz-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-moz-transform: rotate(900deg);
	}
}
/*****************************	processing *****************************/
.modal {
    position: fixed;
    top: 250px;
    left: 0;
    z-index: 999;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    background-image: url("Images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-size: 64px 64px;
    background-position: top;
    width: 100%;
}
.hidden { display: none; }
.loading
{
	font-family: Arial;
	font-size: 10pt;
	border: 0px ;
	width: auto;
	height: auto;
	display: none;
	position: fixed;
	background-color:transparent ;
	z-index: 999;
}