@charset "utf-8";
/* CSS Document */
body{
margin:0px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#262626;
}

h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
color:#262626;
text-transform:uppercase;
}

a{
color:#262626;
text-decoration:none;
font-weight:bold;
}

a:hover{
color:#262626;
text-decoration:underline;
font-weight:bold;
}

.hold{
color:#FF0000;
font-size:9px;
font-weight:bold;
background-color:#FFFF00;
margin:3px;
}

input{
font-size:10px;
font-weight:bold;
color:#000000;
}

.breadcrum{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#2e2e2e;
padding:5px;
}

.breadcrum a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
font-weight:normal;
color:#2e2e2e;
text-decoration:none;
}

.breadcrum a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:9px;
color:#006699;
text-decoration:underline;
}

.right_box_heading{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#FFFFFF;
padding-left:10px;
}

.right_box_text a{
font-weight:normal;
color:#006699;
padding-left:15px;
text-decoration:none;
}

.right_box_text a:hover{
font-weight:normal;
color:#006699;
padding-left:15px;
text-decoration:underline;
}

.text_ul{
font-weight:bold;
list-style-image:url(../images/arrow_bullet.gif);
line-height:20px;
padding:0px 0px 0px 15px;
}

.text_ul_second{
font-weight:bold;
list-style-type:square;
line-height:20px;
}


.small_links_top_td{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#767676;
padding-right:20px;
vertical-align:middle;
}

.small_links{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#FF6103;
text-decoration:none;
text-transform:uppercase;
}

.small_links:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#FF6103;
text-decoration:underline;
text-transform:uppercase;
}

.text_box{
padding:10px 15px 0px 15px;
position:inherit;
}

.text_box_heading{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
color:#FFFFFF;
}

.marquee_heading{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#1e1e1e;
padding-top:5px;
}

.text_box_text{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
}

.lower_box_text_heading{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}

.bottom_heading{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-transform:uppercase;
text-decoration:none;
}

.bottom_links_list{
list-style-image:url(../images/bottom_links_dots.gif);
background-image:url(../images/list_background.gif);
background-repeat:repeat-y;
line-height:20px;
padding-left:20px;
}

.bottom_links{
font-size:11px;
color:#10c2fe;
text-decoration:none;
font-weight:bold;
padding-bottom:10px;
text-transform:uppercase;
}

.bottom_links:hover{
font-size:11px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}

.footer{
background-image:url(../images/footer_bg.gif);
background-repeat:repeat-x;
color:#505a42;
padding:10px;
}

.footer a{
font-size:11px;
color:#505a42;
text-decoration:none;
}

.footer a:hover{
font-size:11px;
color:#cccccc;
text-decoration:none;
}
.table-text{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#2e2e2e;
line-height:16px;
text-align:left;
}
.table-link{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#2E2E2E;
line-height:16px;
text-decoration:underline;
}
.table-link:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#cf4704;
line-height:16px;
text-decoration:underline;
background-color:#e4e4e4;
}
.table-headings{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#cf4704;
line-height:16px;
}

.new-heading{
font-size:13px;
font-weight:bold;
color:#09a4ff;
}

/* Code for Scroller Script Starts Here */
/*Example CSS for the two demo scrollers*/
#pscroller2{
width:978px;
height:15px;
border-bottom:0px solid #C4C2C2;
padding:0px 0px 0px 0px;
position:relative;
}
#pscroller2 a{
display:block;
text-decoration:none;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:9px;
color:#b20101;
text-transform:uppercase;
}
#pscroller2 a:hover{
color:#2e2e2e;
display:block;
text-decoration:underline;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:9px;
text-transform:uppercase;
}
/* Code for Scroller Script ENds Here */

/* Code for Modal window starts here */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:1100px;
  height:733px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width:1100px; 
  height:733px;
}

#dialog1 .d-header {
  
  width:1100px; 
  height:733px;
}

#dialog1 .d-header input {
  position:relative;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(../images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
  background:url(../images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}

/* Code for Modal window starts here */

#mask {
position:absolute;
left:0;
top:0;
z-index:9000;
background-image:url(../images/overlay.png);
  display:none;
  opacity:0.1;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0.1);
	filter: alpha(opacity=0.1);
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:auto;
  display:none;
  z-index:9999;
  padding:20px;
  color:#0066FF;
}
#boxes #dialog {
  width:400px;
  height:auto;
  padding:10px;
  background-color:#ffffff;
}
#closeButton{ top: 5px; right: 5px; }

