﻿/**************************************************************************************************************
 * Reset
 **************************************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Trebuchet MS, Arial;
	vertical-align: baseline;
}

/**************************************************************************************************************
 * Globals
 **************************************************************************************************************/
body { font-family: Trebuchet MS, Arial, SansSerif; font-size: 10pt; background-color: #0C0C0C; color:#000; padding-top:5px; }
h1, h2, h3, p, table, ul { margin: 10px; }
h1 { font-size: 14pt; font-weight: bold; }
h2 { font-size: 12pt; font-weight: bold; }
h3 { font-size: 10pt; font-weight: bold; }
li { margin: 10px 10px 10px 40px; }
th { white-space: nowrap; font-weight: bold; }
td { vertical-align: top; }
a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }
input.text, textarea { border: solid #51565C 1px; font-size: 11px; background: #ccc; padding: 2px; color:#595959; }
strong { font-weight: bold; }
em { font-style: italic; }
blockquote { margin: 10px 50px; }

.clear { clear: both; font-size:0px; line-height:0px; height:0 }
.right { text-align: right; }

/* dont show transparent pngs in IE until the js fixes them #1e1e1e */
.ie5 .iefix, .ie6 .iefix { display:none; } 

/**************************************************************************************************************
 * Layout
 **************************************************************************************************************/
#page { margin: 0 auto; width: 820px; background-color: #0C0C0C; }
#page a { font-size: 10pt; }

#header { background:#fff; /*url("Images/dc_logo.jpg") no-repeat 100px top;*/ color: #000; height: auto; margin: 0; overflow: hidden; text-align: right; border-top:#96979B 5px solid; border-left:#96979B 5px solid; border-right:#96979B 5px solid; }
#header ul { list-style: none; margin-top:0px; padding-top:10px;}
#header ul li { display: inline; margin: 0 2px;  font-size: 8pt; }
#header ul li a { color: #000; text-decoration: none; font-size: 8pt; }
#header ul li a:hover { text-decoration: underline; }
#header ul li.username { font-weight: normal; }
#header h1 { font-size: 24pt; margin: 0 10px; float: left; }
#header .badge { margin: 0; margin-top: 25px; }

#nav { background: url("Images/tabs_bg.png") repeat-x left top; height: 23px; padding: 0; overflow: hidden; border-left:#96979B 5px solid; border-right: #96979B 5px solid; }
#nav ul { list-style: none; margin: 0; padding: 0; }
#nav ul li { display: inline; margin: 0; padding: 0; height: 25px; line-height: 25px; }
#nav ul li a { text-decoration: none; cursor: hand; float: left; background: url("Images/tab_right.png") no-repeat right top; height: 25px; float: left; display: block; padding: 0 15px 0 0; font-weight: bold; font-size: 10pt; }
#nav ul li a span { color: #000; background: url("Images/tab_left.png") no-repeat left top; height: 25px; text-align: center; float: left; display: block; padding: 0 0 0 15px; }
#nav ul li a:hover { background-position: 100% -34px; }
#nav ul li a:hover span { background-position: 0 -34px; }
#nav ul li a.selected { background-position: 100% -60px; }
#nav ul li a.selected span { background-position: 0 -60px; }

/*#nav { background: url("Images/tabs_bg.png") repeat-x left top; height: 30px; padding: 0; overflow: hidden; border-left:#96979B 5px solid; border-right: #96979B 5px solid; }
#nav ul { list-style: none; margin: 0; padding: 0; }
#nav ul li { display: inline; margin: 0; padding: 0; height: 34px; line-height: 34px; }
#nav ul li a { text-decoration: none; cursor: hand; float: left; background: url("Images/tab_right.png") no-repeat right top; height: 34px; float: left; display: block; padding: 0 15px 0 0; font-weight: bold; font-size: 10pt; }
#nav ul li a span { color: #000; background: url("Images/tab_left.png") no-repeat left top; height: 34px; text-align: center; float: left; display: block; padding: 0 0 0 15px; }
#nav ul li a:hover { background-position: 100% -34px; }
#nav ul li a:hover span { background-position: 0 -34px; }
#nav ul li a.selected { background-position: 100% -60px; }
#nav ul li a.selected span { background-position: 0 -60px; }*/

#content { border-bottom: #96979B 5px solid; border-left:#96979B 5px solid; border-right: #96979B 5px solid; color:#000; background:#fff; margin:0px; 
padding:20px; }

#columns { background: url(Images/columns_bg.png) top left repeat-y; }
#column1 { width: 500px; overflow: hidden; float: left; }
#column2 { width: 250px; overflow: hidden; float: right; }

#footer { background-color: #0C0C0C; /*border-top: solid #96979B 1px;*/ height: 100px; font-size: 8pt; }
#footer p  { font-size: 8pt; }
#footer ul { list-style: none; float: right; font-size: 8pt; }
#footer li { display: inline; margin: 0; font-size: 8pt; }
#footer a  { color: #fff; font-size: 8pt; }

/**************************************************************************************************************
 * Page Styles
 **************************************************************************************************************/
/* ~/Admin/Default.aspx */
#dashboard { width: 750px; margin: 0; padding: 0; }
#dashboard .column1 { width: 500px; }
#dashboard .column1 table { margin-right: 0; }
#dashboard .column2 { width: 250px; }
#dashboard .column1 table a{ color:#000 }

/* ~/Admin/Users.aspx */
#searchterms { margin: 10px; background-color: #ddd; border: solid #000 1px; }
#searchterms li, a { font-size: 8pt; }
#searchterms li { margin-top: 2px; margin-bottom: 2px; }
#searchterms p { margin: 2px 4px; }

#userlist { }
#userlist .gv { margin: 0 10px;   }
#userlist .count { margin: 0 10px; text-align: right; font-size: 8pt; font-weight: bold; }
#userlist .gvedrs td { width: 730px; padding: 5px;  }
#userlist a{color:#000 }
/* ~/Admin/Roles.aspx */
#roles { }
#roles .list { margin: 0 10px; padding: 10px; border: solid #000 1px; background-color: #ddd; }
#roles .list table { margin: 0; padding: 0; }
#roles .list td { padding: 4px; }
#roles .list label { margin-left: 5px; }
#roles .note { margin: 0 10px; }

/* ~/Login.aspx */
#login { margin: 50px; }
#login .container { width: 200px; margin-left: auto; margin-right: auto; }
#login h1 { margin: 0 0 10px 0; padding: 0; }
#login p { margin: 10px 0 0 0; padding: 0; }
#login label { display: block;  }
#login input.text { width: 195px; }

/* ~/Signup.aspx */
#signup { /*margin: 50px 195px;*/ margin:0 auto; width: 340px; text-align:left }
#signup h1 { margin: 0 0 10px 0; padding: 0; }
#signup table { margin: 0 0 10px 0; border: none; width: 340px; }
#signup td { padding: 5px; }

#signup .dv { background-color: #F6F3F3; border: solid #E3DFDF 1px; border-collapse: collapse; }
#signup .dv td { padding: 4px; }
#signup .dvh { text-align: right; white-space: nowrap; color: #000; background-color: #fff; border:0 solid;/*font-weight: bold;*/ }

div.spaceleft{padding-left:130px; margin-bottom:15px;}


/* ~/ForgotPassword.aspx */
#passwordrecovery { margin: 50px; }
#passwordrecovery .container { width: 300px; margin-left: auto; margin-right: auto; }
#passwordrecovery h1 { margin: 0 0 10px 0; padding: 0; }
#passwordrecovery p { margin: 10px 0 0 0; padding: 0; }
#passwordrecovery label { display: block; font-weight: bold; }
#passwordrecovery input.text { width: 295px; }

/* ~/Member/Account.aspx */
#accountinfo { }
#accountinfo a{color:#000 }

/* ~/Enroll-Form.aspx */
.enroll { /*margin: 50px 195px;*/ margin:0 auto; width: 600px; text-align:left }



/******************************************************************************
 * ASP.NET Controls
 ******************************************************************************/
/* <asp:GridView /> */
.gv { background-color: #ccc; border: solid #31373D 1px; border-collapse: collapse; }
.gv th, .gv td { text-align: left; padding: 2px; font-size: 8pt; border-right: solid #31373D 1px; }
.gv th { color: #fff; background-color: #DFDBDB; }
.gv th a { color: #fff; text-decoration: none; }
.gvar { background-color: #fff; }
.gvpr td { color: #fff; font-weight: bold; background-color: #DFDBDB; font-size: 10pt; }
.gvpr a { color: #000; font-weight: bold; }
.gvpr td table { margin: 0; }

/* <asp:DetailsView /> */
.dv { background-color: #88898A; border: solid #4C5259 1px; border-collapse: collapse; }
.dv td { padding: 4px; }
.dvh { text-align: right; white-space: nowrap; color: #fff; background-color: #717273; border-left:#88898A 1px solid; border-top:#88898A 1px solid; border-bottom:#88898A 1px solid;/*font-weight: bold;*/ }

.dv1 { border:#EBE7E7 1px solid; background-color:#F6F3F3; border-collapse: collapse; }
.dv1 td { padding: 4px; }
.dvh1 { text-align: right; white-space: nowrap; color: #000; /*background-color: #EBE7E7; border-left:#292828 1px solid; border-top:#292828 1px solid; border-bottom:#292828 1px solid;font-weight: bold;*/ }


/* <asp:ValidationSummary /> */
.vs { color: #540202; border:#EBE7E7 1px solid; background-color:#F6F3F3; /*background-color: #c00;*/ margin: 0; padding: 6px; }
.vs ul { margin: 0; padding: 0; list-style: none; }
.vs li { margin: 0; padding: 0; font-size: 9pt; font-weight: normal;  }

/* <hc:Dialog /> */
.dialog { color: #000; background-color: #fff; border: solid #31373D 2px; }
.dialog_title { color: #fff; background-color: #31373D; font-size: 10pt; font-weight: bold; padding: 4px; text-align: left; }
.dialog_content { text-align: left; }
.dialog_content .gv, .dialog_content .dv, .dialog_content table, .dialog_content p { margin: 10px 10px 0 10px; }
.dialog_buttons { padding: 10px; text-align: right; }
.dialog_background { background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; }

/* <hc:Button /> */
button.btn { background-color: transparent; border: none; margin: 0; padding: 0; }
button.btn div { border: 0; cursor: pointer; padding: 0 6px 0 0; text-align: center; height: 22px; }
button.btn div span { display: block; white-space: nowrap; padding: 0 0 0 6px; color: #000; font-size: 10pt; height: 22px; line-height: 22px; }
/* button graphics */
button.btn div { background: url(Images/button_right.png) top right no-repeat; }
button.btn div span { background: url(Images/button_left.png) top left no-repeat; }
button.btn:hover div { background-position: 100% -22px; }
button.btn:hover div span { background-position: 0% -22px; }
/* button browser specific tweaks */
.ie button.btn { width: auto; overflow: visible; padding: 0 0 0 4px; }

/************************************************************************************
 * AjaxControlToolkit Popup Calendar
 ************************************************************************************/
.ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:240px;font-size:11px;text-align:center;font-family:Trebuchet MS,verdana,helvetica;}
.ajax__calendar_body {height:139px;width:240px;position:relative;overflow:hidden;margin:auto;}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}
.ajax__calendar_container TD {font-size:8pt;padding:0;}
.ajax__calendar_header {height:20px;width:100%;}
.ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url(Images/arrow-left.gif);}
.ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url(Images/arrow-right.gif);}
.ajax__calendar_title {cursor:pointer;font-weight:bold;}
.ajax__calendar_footer {height:15px;}
.ajax__calendar_today {cursor:pointer;padding-top:3px;}
.ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}
.ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}
.ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.ajax__calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}


/************************************************************************************
 * Home
 ************************************************************************************/
#wraper{width:820px; text-align:left; margin:0 auto; }
#flash_area{clear:both; text-align:center; color:#000} 
#detectcoy{margin-top:0px;}
.detectcopy {font-size: 10px; margin: 0px 0px 0px 90px;}
.detectcopy STRONG {font-weight: bold; color:#000}

.topnavigation {width:814px; }
.topnavigation_left {width:539px; float:left;}
.topnavigation_right {width:275px; float:right; height:89px; background:url(Images/top_login_area.jpg) repeat-x}

.flash_area_new {background:url(Images/flash_bg_new.jpg) no-repeat right 20px; padding-top:0px; padding-bottom:0px;  padding-left:4px; padding-right:2px; margin-bottom:-20px}
.menu_area {background-color:#232020; color:#fff; font-weight:bolder; padding:4px 0 4px 0; text-align:center }            
.menu_area_inner {background-color:#232020; color:#fff; margin-top:0px; font-weight:bolder; padding:4px 0 4px 0; text-align:center }       
.menu_area a, .menu_area_inner a {color:#fff; text-decoration:none; padding:0 5px 0 5px}
.menu_area a:hover, .menu_area_inner a:hover {color:#ccc; text-decoration:none}


.border4home { border:#96979B 5px solid; background:#fff; text-align:center; width:810px; }

#bg1{background:url(Images/bg_1.jpg) no-repeat left top; width:168px; height:80px; float:left;padding-left: 94px; margin-right:1px; color:#fff; padding-top:30px; padding-right:10px; text-align:justify}

#bg2{background:url(Images/bg_2.jpg) no-repeat left top; width:165px; height:80px; float:left; padding-left: 98px; margin-left:3px; color:#fff; padding-top:30px; padding-right:10px; text-align:justify}
#bg3{background:url(Images/bg_3.jpg) no-repeat left top; width:164px; height:80px; float:right; padding-left: 94px; margin-left:2px; color:#fff; padding-top:30px; padding-right:10px; text-align:justify}
#title_1{background:#F6F6F6; border:#B2B0B0 2px solid; clear:both; margin-bottom:4px; margin-top:1px; width:816px; 
padding-top:4px; padding-bottom:4px;
}
#bg1 a, #bg2 a, #bg3 a { color:#fff; }



#cntnt_cntnr{background:#000;  padding:10px; border-bottom:#B5C0C2 6px solid; border-left:#B5C0C2 6px solid; border-right:#B5C0C2 6px solid; clear:both; margin-bottom:4px; width:782px;}

#futer{border-bottom:#333 1px solid; /*border-top:#333 1px solid;*/ color:#999; padding:4px; text-align:center; margin-top:14px; width:808px;}

#futer a{color:#999; text-decoration:none; padding:4px; }
#futer a:hover{color:#fff; text-decoration:underline}

#futer1{text-align:center; color:#C9AE2D; margin-top:4px; }

#futer1 a{color:#C9AE2D; text-decoration:none; padding:4px; }
#futer1 a:hover{color:#C9AE2D; text-decoration:underline}

#login_area{width:518px; background:url(Images/loginff_area1.jpg) no-repeat; border-bottom:#B5C0C2 6px solid; border-left:#B5C0C2 6px solid;
border-right:#B5C0C2 5px solid; padding-left:280px; text-align:right; padding-right:5px; padding-top:0px; padding-bottom:0px;margin-bottom:15px;
color:#999999; z-index:1000; margin-top:-50px}


#clear{clear:both;}
img, img a{border:none}
img.logo{margin-top:-1px;}

strong{color:#1D1D1D}
strong.grey{color:#525456}
strong.orange{color:#E1600A;}
strong.blue{color:#0A6EA0}

span.blue{color:#4B8BB7; font-weight:bold}
span.blue_light{color:#89D5F5; font-weight:bold}
span.pink{color:#A60EA6}
span.orange{color:#FF9900; }
span.green{color:#8BAD3E; }
span.grey1{color:#999; }
span.red{color:#CB0909; font-weight:bold}
span.merun{color:#660000; display:block;  text-align:right }
span.blue_inner{color:#4886EB}

h3.grey{color:#999; }
h3.merun{color:#75180E}
h1.grey {margin: 0px 0px 5px; padding: 0px 0px 3px;	font: bold ; border-bottom: 0px; color:#999; font-size:16px;}

h1{margin:0px 0px 5px 0px; font-family:Trebuchet MS, Arial; color: #1D1D1D; font-size:18px;  }
h2{margin:0px 0px 5px 0px; font-family:Trebuchet MS, Arial; color:#1D1D1D; font-size:14px;  }

h2.grey{margin:0px 0px 2px 6px; font-family:Trebuchet MS, Arial; color:#333; font-size:12px;  }
h3{margin:0px 0px 5px 0px; font-family:Trebuchet MS, Arial; font-size:12px; color:#007DCA  }
h3.search{margin:0px 0px 5px 0px; font-family:Trebuchet MS, Arial; font-size:12px; color:#999  }
h3 a{text-decoration:none; color:#F0F5C6; padding-left:4px; padding-right:4px;}
h3 a:hover{text-decoration:underline; color:#F0F5C6;}

a.more{color:#000; text-decoration:none;}
a.more:hover{color:#000; text-decoration:underline}
a.pageBack{color:#CCC; text-decoration:none; cursor:pointer; text-align:right; display:block; padding-right:20px;}
a.pageBack:hover{color:#999999; text-decoration:underline}
a.signin{color:#191813; font-weight:bold; text-decoration:underline}
a.signin:hover{color:#191813; text-decoration:none}

p.right{text-align:right; margin:0px; padding:10px 10px 10px 0 }
p.brdr_txt{ background:url(border_2.jpg) repeat-x bottom; margin:0px 0px 10px 0px; padding:10px 0px 10px 0px;}
p.about_us{margin:0px; padding:10px 10px 30px 30px;}


.space{margin:0px; padding:40px; width:304px; clear:both}



#body_top_curve{width:932px; padding:0px; margin:0px}
#body_bottom_curve{clear:both; margin-top:-10px;}

a.blu{color:#4886EB; text-decoration:underline}
a.blu:hover{color:#4886EB; text-decoration:none}



/* forms */
form{margin:0px; padding:0px; display:inline}
input{font-family:Trebuchet MS, Arial; font-size:11px; color:#595959;}
textarea{font-family:Trebuchet MS, Arial; font-size:11px; color:#595959}
div .textbox{width:114px; float:left; padding-left:24px; background:url(Images/search_bg.jpg) no-repeat left top; height:23px; }
input.texBox{border:none; background:none; color:#0C1A2D;  padding-top:4px; font-family:Trebuchet MS, Arial; font-size:10px; padding-right:10px; height: 23px;}
.btn_go{width: 65px; float:right}
td.pading_left{padding-left:120px; }
select{font-family:Trebuchet MS, Arial; font-size:11px; color:#595959; background: #F7F7F7; border: 1px solid #000; padding-left: 1px;}
.digit3{width:20px; font-size: 11px; background: #ccc; padding: 2px; color:#595959; border: solid #51565C 1px; }
.digit4{width:30px; font-size: 11px; background: #ccc; padding: 2px; color:#595959; border: solid #51565C 1px;}
.textfield1 {font-size: 11px; color: #000; background: #96979B; border: 1px solid #96979B; padding-left: 1px;}

.loginBtn{background: url(Images/login_btn.jpg);background-repeat: no-repeat;height:35px;width:75px;border:none;}
.textfield {font-size: 11px; color: #333333; background: #96979B; border: 1px solid #96979B; padding-left: 1px;}
.input_mask{font-size: 11px; color: #333333; background: #F7F7F7; border: 1px solid #000; padding-left: 1px;}
th {font-weight: bold;text-align: left;}
.style1 {color: #9A1608; font-weight: bold;}
.style {color: #9A1608;}

legend{color:#000; background: #F6F3F3; border:#96979B 1px solid; padding:4px; font-weight:bold; font-family:Trebuchet MS, Arial;}
fieldset{border:#96979B 1px solid; margin:10px auto; width:714px; font-family:Trebuchet MS, Arial; }


.verdana11gray {font-weight:normal;	font-size: 11px; color: #666666; line-height: 150%;}
.verdana11dgray {font-size: 11px; color: #4F4F4F; line-height: 150%;}

ul.liststyle{margin:0; padding:0px; font-weight:bold}
ul.liststyle li{margin:0px 0px 0px 0px; padding:0; color:#4B4B4B; list-style:none}
ul.liststyle li a{color:#C9AE2D; text-decoration:none}
ul.liststyle li a:hover{color:#C9AE2D; text-decoration:underline}

ul.liststyle-1{margin:0px 0px 10px 20px; padding:0px;  }
ul.liststyle-1 li{margin:0px 0px 10px 20px; padding:0; color:#595959; 	height: 16px;
}
ul.liststyle-1 li.select_one{margin:0px 0px 10px 20px; font-weight:bold; padding:0; color:#C9AE2D; list-style:round; }

h2.step-1 span, h2.step-2 span, h2.step-3 span, {color:#C9AE2D;}

.signup__align {margin:10px;}
.signup__align td{ padding-right:10px}

.flash_area {background:url(Images/flash_area3.jpg) no-repeat; height:330px; width:814px;/* height:123px; width:186px;*/ 
/*padding-left:605px; padding-top:207px; padding-right:23px;*/ text-align:left; float:left
}

.submit__btn{background:url(Images/submit.jpg); width:56px; height:21px; border:none; cursor:pointer}
.enrollment_btn { margin-top:20px; text-align:right; cursor:pointer; }
.enrollment_submit{width:192px; height:35px; background:url(Images/enrol.jpg); cursor:pointer}
.browse_btn{background:url(Images/browse.jpg); width:56px; height:21px; border:none; cursor:pointer}
.upload_btn{background:url(Images/uplaod.jpg); width:56px; height:21px; border:none; cursor:pointer}
.approve_btn{background:url(Images/aproved.jpg); width:74px; height:21px; border:none; cursor:pointer}
.step1_btn{background:url(Images/step_2.jpg); width:107px; height:23px; border:none; cursor:pointer}
.step2_btn{background:url(Images/step_3.jpg); width:107px; height:23px; border:none; cursor:pointer}
.approve_btn_1{background:url(Images/approve_btn.jpg) no-repeat; width:82px; height:24px; border:none; cursor:pointer}

.btn_re_enter{background:url(Images/re-enter.jpg) no-repeat; width:71px; height:24px; border:none; cursor:pointer}
.btn_cancel{background:url(Images/cancel.jpg) no-repeat; width:71px; height:24px; border:none; cursor:pointer}
.btn_concfirm{background:url(Images/confirm.jpg) no-repeat; width:71px; height:24px; border:none; cursor:pointer}
.btn_ok{background:url(Images/btn_ok.jpg) no-repeat; width:41px; height:24px; border:none; cursor:pointer}
.btn_applychanges{background:url(Images/apply_changes.jpg) no-repeat; width:116px; height:24px; border:none; cursor:pointer}
.btn_upload{background:url(Images/upload.jpg) no-repeat; width:143px; height:24px; border:none; cursor:pointer}




div.step_1{background:url(Images/step_I.jpg) no-repeat top center; width:74px; height:74px; margin:0 auto; }
div.step_2{background:url(Images/step_II.jpg) no-repeat center bottom; text-align:center; width:auto; height:100px; margin:0 auto; color:#D8C46E  }      
div.step_3{background:url(Images/step_III.jpg) no-repeat center bottom; text-align:center; width:auto; height:100px; margin:0 auto; color:#D8C46E   }      

div.movie{padding:10px; margin:5px }
table.movie{margin:0; padding:0; color:#000}
table.movie td.mv_0{background:#515050; padding:4px 4px 4px 14px}
table.movie td.mv_1{background:#3F3F3F; padding:4px 4px 4px 14px}
table.movie td.mv_2{background:#262626;padding:4px 4px 4px 14px}
table.movie strong{color:#000}
table.movie td.mv_1, table.movie td.mv_2, a { color: #000; text-decoration: underline; }
table.movie td.mv_1, table.movie td.mv_2, a:hover { color: #000; text-decoration: none; }

.divNotify {z-index:1000;  position:absolute; margin: 0 0 0 -300px; padding: 0 0 0 300px;}
.divNotify2 {z-index:1000;  position:inherit; width:176px; }
.LbNotify {	width:250px;  display:block; margin:0; /*url(Images/helper_arrow3.gif) no-repeat left 4px*/ color:#000; font-family:Trebuchet MS, Arial; font-size:20px 
           	text-transform:capitalize; padding:2px;}

.signup_step1 {	margin-bottom:10px;  margin-top:15px}
.signup_discription {background:#F6F3F3; padding:10px; border:#EBE7E7 6px solid}
.signup_discription h1{color:#000; }

.signup_discription h1 strong {color:#C9AE2D}
.fontSize{ padding:10px; font:10pt Trebuchet MS, Arial, SansSerif; text-align:justify; color:#000; font-weight:normal; width:624px; background:#F6F3F3; border:#EBE7E7 2px solid;}

/* New Inner Pages */
.under_Construction { padding:100px 0 100px 0; text-align:center; clear:both}

/* About Us */

.AboutUs {background:url(Images/abtus-2.jpg) no-repeat left top; padding-top: 66px; padding-left:74px; clear:both; text-align:justify }

.news_room {background:url(Images/newsroom_1.jpg) no-repeat left top; padding-top: 74px; padding-left:74px; clear:both; text-align:justify }
.contact_inner {background:url(Images/contactus-2.jpg) no-repeat left top; height:auto; padding-top:60px; padding-left:200px; padding-bottom:60px; /*z-index:1000; position:relative; margin-left:-20px; margin-top:-20px;*/  text-align:justify }
.quickdemo_inner {background:url(Images/quickdemo-2.jpg) no-repeat left top; padding-top: 100px; padding-left:204px; padding-bottom: 100px; clear:both; text-align:justify }
.quickdemo_inner1 {background:url(Images/quickdemo-2.jpg) no-repeat left top; padding-top: 0px; padding-left:114px; padding-right:90px; padding-bottom: 0px; clear:both; text-align:center }

.quickdemo_inner1 strong{ color:#000; font-size:14px; font-weight:bold; }
.faq_inner {background:url(Images/faq-2.jpg) no-repeat left top; padding-top: 100px; padding-left:74px; padding-bottom: 30px; clear:both; text-align:justify}


/* PopUp */
.privacy_pop { background:#fff url(Images/popup.gif) no-repeat top; border:#B5C0C2 6px solid; width:750px; text-align:justify; height:390px; padding:100px 20px 10px 20px; margin:0 auto; }






