/* CSS Document */

body

{

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 12px;

text-decoration: none;

color: #333333;

}

a

{

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 12px;

text-decoration: none;

color: #333333;

}

a:hover

{

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 12px;

text-decoration: none;



}

.heading

{

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 14px;

color: #ffffff;

background-image: url(../images/top_bg.jpg);

background-repeat: repeat-x;

text-shadow: 1px 1px 1px #333333;

font-weight: bold;

}

.box_center

{

background-image: url(../images/box_bg.jpg);

background-repeat: repeat-y;

}

.menu

{

background-image: url(../images/menu_bg.jpg);

background-repeat: repeat-x;

height: 30px;

color: #ffffff;

text-transform: uppercase;

font-weight: normal;

text-shadow: 1px 1px 1px #000000;

}

.menu a

{

background-image: url(../images/menu_bg.jpg);

background-repeat: repeat-x;

height: 30px;

color: #ffffff;

text-transform: uppercase;

text-decoration: none;

font-weight: bold;

text-shadow: 1px 1px 1px #666666;

}

.menu a:hover

{

background-image: url(../images/menu_bg.jpg);

background-repeat: repeat-x;

height: 30px;

color: #333333;

font-weight: bold;

text-transform: uppercase;

text-decoration: none;

text-shadow: none;



}

.icon_list

{

font-family: Helvetica, sans-serif;

font-size: 18px;

color: #026389;

text-decoration: none;

font-weight: normal;



}

.icon_list:hover

{

font-family: Helvetica, sans-serif;

font-size: 18px;

color: #026389;

text-decoration: underline;

font-weight: normal;

}



.heading1

{

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 14px;

color: #ffffff;

text-align:center;

text-shadow: 1px 1px 1px #333333;

font-weight: bold;

}

#result{
	margin-left:5px;
}

#frmMyaccount .short{
	color:#FF0000;
}

#frmMyaccount .weak{
	color:#E66C2C;
}

#frmMyaccount .good{
	color:#2D98F3;
}

#frmMyaccount .strong{
	color:#006400;
}

.redbg{background:#F33; color:#fff; width:25px; border-radius:4px; padding:2px; display:block;}
.greenbg{background:#090; color:#fff; width:25px; border-radius:4px; padding:2px; display:block;}

.float_left{float:left; text-align:left; width:25%;}
.float_right{float:right; text-align:right;  width:25%;}
.application_status_middle{float:left; color:#090; text-align:center;  width:50%;}
.clearfix{clear:both;}