

/* CSS Document */

body{
margin:0px;
background:#000000 url(../images/home_bg.jpg) top left repeat-x;
}

.clr{
clear:both;
}

/*------------GLOBAL CSS TAGS------------*/
h1, h2, h3, h4, h5, h6{
margin:0;
padding:0;
letter-spacing:0.01em;
font-weight:normal;
color:#3366CC;
/*	text-shadow:0.01em 2px 1px #c1c1c1;*/
}

blockquote,form,div,li,ol,p,td,th,ul {
font-family:"Helvetica Neue", Helvetica, Geneva, Arial, Verdana, sans-serif, Tahoma;
color: #C0C1C5;
font-size: 12px;
font-weight: normal;
line-height:18px;
}

strong{
color: #707070;
}

p{
text-align:left;
margin:0px;
padding:0px;
}


ul{
margin-top:0px;
margin-left:0px;
margin-right:2px;
margin-bottom:0px;
padding-left:10px;
}

ol{
margin-top:0px;
margin-left:0px;
margin-right:2px;
margin-bottom:0px;
padding-left:10px;
}

li{
list-style-image: none/* url(../images/bullet.gif)*/;
list-style:none;
/*background: url(../images/bullet.gif) top left no-repeat;*/
line-height:18px;
color:#282828;
padding-left:0px;

}




/*------------FORM CSS TAGS------------*/
form{
margin: 0 0 0 0;
}
.form-text{
text-align: right;
}
form{
margin: 0 0 0 0;
}
.form-text{
text-align: right;
}
input {
font-family:Arial, Helvetica, sans-serif, Tahoma;
font-size: 11px;
/*color: #C0C1C5;
background: none;*/
border: 0px solid #6F6F70;
padding:2px 2px;

}
textarea {
font-family:Arial, Helvetica, sans-serif, Tahoma;
font-size: 12px;
/*color: #C0C1C5;
background: #353535;*/
border: 1px solid #6F6F70;

}
select {
font-family:Arial, Helvetica, sans-serif, Tahoma;
font-size: 11px;
color: #C0C1C5;
background: none !important;
background:#e5e5e5;
border: 1px solid #a2a2a2 !important;
border: none;
padding:0px;
}
radio {
background: red;
border: 0px solid #a2a2a2;
}
/*.input {
font-family:Arial, Helvetica, sans-serif, Tahoma;
font-size: 12px;
color: #C0C1C5;
background: #353535;
border: 1px solid #6F6F70;
padding:2px;
width:200px;
}*/
.input-button {
font-family:Arial, Helvetica, sans-serif, Tahoma;
font-size: 12px;
font-weight: bold;
padding:2px 10px;
color: #ffffff;
background: #C1D810 url(../images/buttonBg.jpg) top left repeat-x;
border: 1px solid #99AE3B;
}
/*------------BEAUTYFICATION CSS TAGS----------------*/
.top_left{
background:url(../images/top_left_bg.jpg) top left no-repeat;
height:210px;
width:499px;
}

.top_right{
background:url(../images/top_right_bg.jpg) top left no-repeat;
height:210px;
width:501px;
}

.middle_content_section{
background:url(../images/content_bg.jpg) top left no-repeat;
height:474px;
}



.forgot a:link, .forgot a:visited, .forgot a:active{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#C0C1C5;
padding:0 0 0 4px;
text-decoration:none;
}

.forgot a:hover{
color:#B1C800;
text-decoration:underline; 
}

#main_content{
text-align:justify;

}


#main_content h2{
font-size:24px;
font-weight:normal;
color:#ffffff;
height:30px;
/*margin-bottom:15px;*/
}

#main_content h2 strong{
font-size:24px;
font-weight:normal;
color:#B1C800;
}

#main_content a{
float:right;
color:#B0C836;
font-weight:bold;
text-decoration:none;
}

#main_content a:hover{
text-decoration:underline;
}





/*------------FOOTER----------------*/
#footer{
background:url(../images/footer_bg.jpg) top left repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#6D6D6D;
height:41px;
line-height:14px;
text-align:center;
}

#footer a:link, #footer a:visited, #footer a:active{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#6D6D6D;
padding:0px;
text-decoration:none;
}

#footer a:hover{
color:#6D6D6D;
text-decoration:underline; 
}

/*------------STATIC LINK CSS TAGS----------------*/
.more-link, .more-link:active, .more-link:visited {
background:url(../images/more_link_bg.jpg) top right no-repeat;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight: bold;
color: #636466;
padding:0 25px 0 0;
text-decoration: none;
}


.more-link:hover {
font-size:13px;
font-weight: bold;
color: #0071bc;
text-decoration: none;
}


/*--------------Tab Menu----------------------*/
#tabs{
float:left;
/*width:980px;*/
width:499px;
height:51px;
line-height:51px;

text-align:left;
margin-top: 0px;
margin-right:0px;


}

#tabs ul{
float:left;
list-style-type: none;
/*margin:0;*/
margin-right: 0px; 
padding:0;
margin:0px;

}

#tabs li{
display:inline;
margin:0;
padding:0;
}

#tabs a{
float:left;
background:url(../images/glowtab_left.gif) no-repeat left top;
margin:0;
margin-right: 4px;
padding:0 0 0 12px;
text-decoration:none;
}

#tabs a span{
float:left;
display:block;
background:url(../images/glowtab.gif) no-repeat right top;
padding: 17px 15px 10px 3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:bold;
color:#ffffff;
}


#tabs a span {float:none;}


#tabs a:hover span {
color: #fff;
}

#tabs #current a{
background-position:0 -51px; 
}

#tabs #current a span{
background-position:100% -51px; 
color: #fff;
}

#tabs a:hover{ 
background-position:0% -51px; 
}

#tabs a:hover span{
background-position:100% -51px; 
}
.login {
font-family:Arial, Helvetica, sans-serif, Tahoma;
font-size: 12px;
color: #C0C1C5;
background: #353535;
border: 1px solid #6F6F70;
padding:2px;
width:200px;
}
/*--------------Tab Menu----------------------*/



.scroll-pane table td ul{
margin-top:0px;
margin-left:0px;
margin-right:2px;
margin-bottom:0px;
padding-left:20px;
}



.scroll-pane table td li{
list-style-image: none/* url(../images/bullet.gif)*/;
list-style:none;
background: url(../images/bullet.gif) top left no-repeat;
line-height:18px;
color:#f2f2f2;
padding-left:15px;

}

.scroll-pane table td strong{
color: #b1c700;
}
#main_content h3{
font-size:16px;
font-weight:bold;
color:#e1e2e6;
height:24px;
line-height:24px;
margin-bottom:10px;
border-bottom:1px dotted #656571;
}
#main_content h3 strong{
font-size:16px;
font-weight:bold;
color:#B1C800;
}
.input-button1 {
font-family:Arial, Helvetica, sans-serif, Tahoma;
font-size: 12px;
font-weight: bold;
padding:2px 10px;
color: #ffffff;
background: #C1D810 url(../images/buttonBg.jpg) top left repeat-x;
border: 1px solid #fff;
}

.input1 {
font-family:Arial, Helvetica, sans-serif, Tahoma;
font-size: 12px;
color: #000;
background: #6c780b;
border: 1px solid #b1c700;
padding:2px;
width:200px;
}
.input {
font-family:Arial, Helvetica, sans-serif, Tahoma;
font-size: 12px;
color: #C0C1C5;
background: #000;
border: 1px solid #6F6F70;
padding:2px;
width:200px;
}

/*.input1 {
background:none ;
border:1px solid #1e2101;
color:#000000;
font-family:Arial,Helvetica,sans-serif,Tahoma;
font-size:12px;
padding:2px;
width:200px;
}*/

.changable_text {
	font-family:Arial,Helvetica,sans-serif,Tahoma;
	font-size:14px;
}