@charset "utf-8";
/* CSS Document */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-weight: bold;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	margin-top: 0;
	margin-bottom: 20px;
	width: 98%;
}

.tab_content {
	padding: 20px;
}

.aglc_container {
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
	margin-top: 0;
}
.aglc_content {
	padding: 20px;
	font-size: 1.2em;
}


	
label {font-weight: bold;}
.tab_container form #sms_number, .tab_container form #email_address {width: 250px; margin-bottom: 25px;}
.tab_container form #sms_provider {width: 175px; margin: 0 50px 25px 0;}
#email_submit, #sms_submit  {margin-left: 135px;}

#myForm div{width: 100%;}
#send_wrapper {clear: both;}
#results {margin-bottom: 20px;}


.aglc_disclaimer {font-size: 10px; color: #666;}
















#results {
	width: 585px;
}
.downloading {
	background: #fff url(images/ajax-loader.gif) no-repeat center 27px;
	height: 139px;
}
#acctDetails {
	width: 395px;
	height:auto;
	padding: 0;
	border: 1px solid #888;
	background-image: none;
	background-color: #eee;
}
#acctDetails div {
}
#acctDetails h2 {
	font-size: 12px;
	margin: 0;
	padding: 6px 0 6px 16px;
	color: #fff;
	background: #006ea6;
}
#acctDetails td {
	font-size: 11px;
	padding: 2px 2px 2px 4px;
	text-align: left;
	color: #333
}
#acctDetails table {
	border: 0;
	width: 366px;
	background: #eee;
	margin: 0 10px;
}
#acctDetails tr.odd {
	background: #e3e3e3;
}
#acctDetails a.close {
	float: right;
	font-size: 9px;
	display: block;
	color: white;
	padding: 4px;
	text-decoration: none;
}
#userdata table th, table td {
	border-bottom:1px solid #CCC;
	padding:2px 5px;
	text-align:left;
}
.odd, .r1 {
	background:#fff none repeat scroll 0 0;
}
.even, .r1 {
	background:#F7F7F7 none repeat scroll 0 0;
}
#userdata thead th {
	background: #666 none repeat scroll 0 0;
	color:#FFF;
}
.example {
	color: #666;
	font-style: italic;
}

#message p {color: #ca0000;}