﻿
 /* Luminous CSS Document */
@import url('global.css');
body{
font-family:Arial;
font-size:12px;
line-height:20px;
color:#4b4a4a;
}
.top_header{
height:4px;
background:#a90003;
}
.header{
height:81px;
background:#f5f5f5;
}
.wrapper{
width:99%;
margin:0 auto;
}
.menu_m{
height:29px;
background:url(../images/img/menu_bg.jpg) repeat-x;
}
#clock{
color:#fff;
}
.footer{
height:53px;
background:url(../images/img/footer_bg.jpg) repeat-x;
color:#fff;
}
.lum{
text-decoration:none;
color:#ffd200;
}
.lum:hover{
color:#CCCCCC;
}

.txt_bx{
width:200px;
background:none;
border:none;
}
.login_btn{
width:81px;
height:30px;
background:url(../images/img/login_btn.jpg) no-repeat;
border:none;
color:#fff;
cursor:pointer;
font-weight:bold;
}
.login_btn:hover{
width:81px;
height:30px;
background:url(../images/img/login_btn_h.jpg) no-repeat;
}
.login_btn:focus{
width:81px;
height:30px;
background:url(../images/img/login_btn_h.jpg) no-repeat;
}
.reset_btn{
width:81px;
height:30px;
background:url(../images/img/reset_btn.jpg) no-repeat;
border:none;
color:#fff;
cursor:pointer;
font-weight:bold;
}

.reset_btn:hover{
width:81px;
height:30px;
background:url(../images/img/reset_btn_h.jpg) no-repeat;
}
.apply_online{
color:#242424;
font-size:14px;
}

.wh_c{
color:#fff;
}
#navbar {
margin: 0;
padding: 0;
height: 1em;
}
#navbar li {
list-style: none;
float: left;
}
#navbar li a {
display: block;
padding: 4px 18px;
color: #fff;
text-decoration: none;
background:url(../images/img/menu_line.jpg) no-repeat right;
}
#navbar li a:hover{
background:url(../images/img/menu_hover.jpg) repeat-x;
}
#navbar li ul {
display: none; 
width: auto;
}
#navbar li:hover ul, #navbar li.hover ul {
display: block;
position: absolute;
margin: 0;
padding: 0;
}
#navbar li:hover li, #navbar li.hover li {
float: none;
}
#navbar li:hover li a, #navbar li.hover li a {
background-color: #b31422;
border-bottom: 1px solid #d92d39;
color: #fff;
background-image:none;
}
#navbar li li a:hover {
background-image:none;
background-color:#750911;
border-bottom: 1px solid #f4939a;
}
.red_c
{
	color:#A81120;
}
.inner_FileUpload
{
	width:120px;
	height:20px;
	border:solid 1px #CECECE;
	box-shadow:1px 1px 2px #CECECE;
}
.inner_txt_bx
{
	width:160px;
	height:17px;
	border:solid 1px #CECECE;
	font-size:11px;
	font-weight:normal;
	background:#fbfbfb;
}
.inner_drop_bx
{
	width:162px;
	height:25px;
	border:solid 1px #CECECE;
	font-size:11px;
	font-weight:normal;
	background:#fbfbfb;
}
.inner_btn
{
	border:none;
	background:#333;
	color:#fff;
	padding:3px 5px;
	cursor:pointer;
	font-weight:bold;
}
.inner_btn:hover
{
	background:#910B0B;
}
.inner_btn:focus
{
	background:#910B0B;
}

.login_bx{
width:328px;
background:url(../images/img/login_box.jpg) no-repeat;
}
.information_div{
width:21%;
background:#f4f4f4;
}
.new_appli_w{
width:22%;
}

.inner_drop_bx
{
	width:162px;
	height:20px;
	border:solid 1px #CECECE;
	background:#fbfbfb;
}

.accordion
{
	background:#fafafa;
}
.accordion h3
{
	font-size:13px;
	background:#f3f3f3 url(../images/img/accodian_ar.jpg) no-repeat 5px 10px;
	border-bottom:solid 1px #d7979d;
}
.accordion h3 a
{
	text-decoration:none;
	color:#2d2d2d;
}
.accordion h3 div
{
	padding:5px 18px;
}
.accordion h3:hover
{
	border-bottom:solid 1px #f2c0c4;
}
.accordion .panel li a div
{
	padding:4px 18px;
	background:url(../images/img/gray_ar.jpg) no-repeat 5px 10px;
	border-bottom:solid 1px #e8e8e8;
}
.accordion .panel li a
{
	text-decoration:none;
	color:#131314;
}
.accordion .panel li a:hover
{
	color:#980f19;
}
.inner_dottxt_bx
{
	width:150px;
	background:none;
	border:none;
	border-bottom:dashed 1px #ccc;
}
.last_date_m
{
	margin-top:130px;
	font-size:15px;
}
.lblWaterMark{
	font-family:Verdana;
	font-size:10px;
	text-align:left;
	font-weight:lighter;
	color:#000000;
	width:158px;
	height:17px;
	background:#fbfbfb;
	border:solid 1px #CECECE;
}
.browse{
	width:120px;
	color:#006699;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.lbl{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}
.chkbox
{
	font-family:Verdana, Helvetica, sans-serif;
	color:#006699;
	font-size:11px;	
}
.inner_txt_Area
{
	width:160px;
	height:30px;
	border:solid 1px #CECECE;
	background:#fbfbfb;
	font-size:11px;
	font-weight:normal;
}
.basic_d legend
{
	background:#B7404B;
	color:#fff;
	padding:4px 0;
	font-size:11px;
	font-weight:bold;
	box-shadow:2px 2px 2px #aaa;
	margin-left:15px;
	-moz-border-radius: 9px 3px 9px 3px;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	width:200px;
	text-align:center;
}
.basic_d
{
	border:solid 1px #E39098;
	padding:10px;
	border-radius:5px;
	width:90%;
	margin:10px auto;
	background:#fff;
}
.modalBackground
{
background-color: Gray;
filter: alpha(opacity=80);
opacity: 0.8;
z-index: 10000;
}
 .Overlay
        {
            position: fixed;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            overflow: hidden;
            padding: 0;
            margin: 0;
            background-color: #000;
            filter: alpha(opacity=50);
            opacity: 0.5;
            z-index: 1000;
        }
        
        .PopUpPanel
        {
            position: absolute;
            background-color: white;
            top: 250px;
            left: 10%;
            z-index: 2001;
            padding: 5px;
            min-width: 700px;
            max-width: 1200px;
            -moz-box-shadow: 3.5px 4px 5px #000000;
            -webkit-box-shadow: 3.5px 4px 5px #000000;
            box-shadow: 3.5px 4px 5px #000000;
            border-radius: 5px;
            -moz-border-radiux: 5px;
            -webkit-border-radiux: 5px;
            border: 5px solid #000;
           
        }
.log_fields
{
	background:#fff;
	margin:21px 0 0 0;
	border:solid 1px #E8E8E8;
}
.log_fields legend
{
	background:#9B0F1D;
	color:#fff;
	padding:4px 6px;
	font-size:13px 15px;
	font-weight:bold;
}
.for_pas
{
	color:#333;
}
.for_pas:hover
{
	color:#940C1A;
}
.capt_txtbx
{
	width:100px;
	border:solid 1px #ddd;
}


.pnlCSS
{
font-weight: bold;
cursor: pointer;
border: solid 1px #c0c0c0;
width:99%;
background:#ffffff;
}

.logo_txt {
    color: #a7a7a7;
    font-weight: bold;
    padding-top: 25px;
}