﻿*{
    font-size: 9pt;
	color:#333;
    font-family: Verdana, sans-serif,Arial;
}

h1.aai
{
	font-size: 13px;
	padding-bottom: 12px;
}

label.aai
{
	font-weight: bold;
}

input.aai
{
	width: 180px;
}

a.aai
{
	color: #00247D;
	text-decoration: underline;
}

a.aai:visited
{
	color: #00247D;
	text-decoration: underline;
}

a.aai:focus, a.aai:hover, a.aai:active
{
	color: #F39800;
	text-decoration: underline;
}

img.aai {border: 0;}

/* AAI Classes */
.aai_box
{
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 8px #999999;
	border-radius: 13px;  
	-webkit-box-shadow: 1px 1px 8px #999999;
	-webkit-border-radius: 13px;
	-moz-box-shadow: 1px 1px 8px #999999;
	-moz-border-radius: 13px;
	overflow: hidden;
	padding: 18px;
	text-align: left;
}
.aai_box_phone
{
	
	background-color: #FFFFFF;
	box-shadow: 1px 1px 8px #999999;
	border-radius: 13px;  
	-webkit-box-shadow: 1px 1px 8px #999999;
	-webkit-border-radius: 13px;
	-moz-box-shadow: 1px 1px 8px #999999;
	-moz-border-radius: 13px;
	overflow: hidden;
	padding: 5px;
	text-align: left;
}


/* IE 6 hack */
* html .aai_box { border: 2px #969696 solid; }

/* IE 7 hack */
*+html .aai_box { border: 2px #969696 solid; }


/* IE 8 hack */
@media \0screen {
	.aai_box { border: 2px #969696 solid; }
}

.aai_header { width: 100%; }

.aai_menu
{
	line-height: 45px;
	float: left;
	margin-left: 0;
	padding-left: 2px;
	width: 100%;
	background-color: transparent;
	background-image: url("../images/dual-line.png");
	background-repeat: repeat-x;
	background-position: 0 100%;
	background-attachment: scroll;
}

.aai_menu li
{
	float: left;
	list-style: none;
	line-height: 35px;
	margin-right: 10px;
}

.aai_menu li.last
{
	padding: 0 0 0 8px;
	float: left;
	margin-right: 10px;
	list-style: none;
	background-color: transparent;
	background-image: url("../images/separator.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: scroll;
}

.aai_content
{
	width: 100%;
	float: left;
}

.aai_logo
{
	float: left;
	padding-top: 35px;
	border: 0;
}

.aai_switch_logo
{
	float: right;
	border: 0;
}


.aai_switch_logo_mini
{
	float: right;
	margin-top: -28px;
	border: 0;
}

.aai_user_input_area { padding: 35px 25px 17px 4px; }

.aai_login_field
{
	margin-left: auto;
	margin-right: auto;
	background-color: #F0F0F0;
	border-color: #969696;
	border-width: 1px;
	border-style: solid;
	padding: 6px;
}

.aai_login_button
{
	float: right;
}

.aai_password_info
{
	float: left;
	width: 100%;
}

.aai_password_info li
{
	float: left;
	line-height: 24px;
	list-style: none;
	margin-right: 10px;
}

.aai_password_info li.last
{
	padding: 0 0 0 8px;
	float: left;
	line-height: 24px;
	margin-right: 10px;
	list-style: none;
	background-color: transparent;
	background-image: url("../images/separator.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: scroll;
}
.aai_box {
  position: absolute;
  width:450px;
  height:400px;
  left:50%;
  top:50%;
  margin-left:-225px;
  margin-top:-200px;
}

#btnLogin {
    width: 115px;
    height: 35px;
    line-height: 35px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    background: url(../images/icon_2.png) no-repeat 0 -90px;
}

input[type=text],input[type=password]{
    font-weight:bold;
    border: solid 1px #b1c242;
    height:25px;
    line-height:25px;
    padding: 0 0 0 5px;
}