﻿/* DEFAULTS
----------------------------------------------------------*/
html,
body {
	height:100%;
}

body   
{
	background-color: #F8F8F8;
	color: #666;
	font-size: 11px;
	font-family: Arial; /*"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
}

a:link, a:visited
{
	color: #009ab3;
	text-decoration: none;
}

a:hover
{
	color: #90B8C3;
	text-decoration: none;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, legend
{
	color: #666666;
	font-weight: bold;
	margin-bottom: 4px;
	padding-top: 3px;
}

h1
{
	font-size: 14px;
	font-style: italic;
	color: #009ab3;
}

h2
{
	font-size: 12px;
	color: #009ab3;
	padding-top: 16px;
}

h3
{
	font-size: 11px;
	padding-top: 18px;
}

h4
{
	font-size: 11px;
	font-weight: normal;
	color: #009ab3;
	padding-top: 16px;
}

p
{
	margin-top: 12px;
	margin-bottom: 10px;
}

.font-banner
{
	font-size: 18px;
}

.font-larger
{
	font-size: 14px;
}

.font-large
{
	font-size: 12px;
}

.font-normal
{
	font-size: 11px;
}

.font-small
{
	font-size: 10px;
}

.font-smaller
{
	font-size: 8px;
}

.font-light
{
	color: #ccc;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#ax_container 
{
	width: 950px;
	min-height:100%;
	position:relative;
	padding: 0 8px 0 8px;
}

#ax_container_public 
{
	width: 950px;
	min-height:100%;
	position:relative;
	padding: 0 8px 0 8px;
	margin-left: auto;
	margin-right: auto;
}

#ax_body {
	margin: 0px auto 0px auto;
	padding: 0px 0px 50px 0px;
}
				
#ax_footer 
{
	position:absolute;
	left: 8px;
	right: 8px;
	bottom:0;
	height:25px;
	text-align: center;
	padding: 3px 0 3px 0;
	margin: 0px auto;
	border-top: #666666 1px solid;
}

#ax_top
{
	margin-top: 4px;
	height: 42px;
	background: url('//d1gp1m7tj19z2p.cloudfront.net/default/pre-logo.png') no-repeat left center;
	padding: 0 0 0 86px;
	margin-bottom: 20px;
}

#ax_menu
{
	height: 27px;
	padding-top: 4px;
	font-size: 11px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}

#ax_subheader_blue
{
	height: 10px;
	display: inline-block;
	background-color: #009ab3;
	border-top: 1px solid #90B8C3;
	width: 80%;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}

#ax_subheader_notch
{
	padding: 0 8px 0 4px;
	height: 10px;
	width: 18%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	font-size: 11px;
	white-space: nowrap;
	color: #ccc;
}

#ax_tabstrip {
	border: 0;
}

#ax_window_body {
	min-height: 100%;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 0 0 1px 0px;
	padding: 0 0 20px 0;
	border: 1px solid #ccc;
}

legend 
{
	font-size: 1.2em;
	padding: 2px 4px 8px 4px;
}

/* MISC  
----------------------------------------------------------*/

.input-label 
{
	color: #d8d8d8 !important;
}

.bold
{
	font-weight: bold;
}

.clear
{
	clear: both;
}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}

.inner-shadow {
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

div .content,
div .contentborder,
div .whitecontentborder
{
	margin: 1px;
}

div .contentborder,
div .whitecontentborder
{
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

div .whitecontentborder
{
	background-color: #fff;
}

div .container
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f0f0f0;
}

div .header
{
	height: 25px;
	margin: 4px 4px 0 4px;
	padding: 4px 4px 0 8px;
	-moz-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom: 1px solid #009AB3;
}

div .header h2
{
	margin-top: 2px;
	margin-bottom: 0px;
	padding-top: 0px;
}

div .full
{
	width: 100%;
}

div .threequarter
{
	width: 74%;
}

/* browser-specific
div .twothirds
{
	width: 65%;
}

div .onethird
{
	width: 33%;
}
*/

div .twothirds-small
{
	width: 60%;
}

div .onehalf
{
	width: 50%;
}

div .onehalf-small
{
	width: 48%;
}

div .ie9 .onethird
{
	width: 10%;
}

div .onethird-small
{
	width: 32%;
}

div .onequarter
{
	width: 24%;
}

div .left
{
	text-align: left;
}

div .center
{
	text-align: center;
}

div .right
{
	text-align: right;
}

div .middle
{
	vertical-align: middle;
}

div .padded
{
	padding: 8px;
}

div .padded-top
{
	padding-top: 8px;
}

div .padded-bottom
{
	padding-bottom: 8px;
}

div .padded-left
{
	padding-left: 8px;
}

div .padded-right
{
	padding-right: 8px;
}

div .padded-small
{
	padding: 4px;
}

div .padded-top-small
{
	padding-top: 4px;
}

div .padded-bottom-small
{
	padding-bottom: 4px;
}

div .padded-left-small
{
	padding-left: 4px;
}

div .padded-right-small
{
	padding-right: 4px;
}

div .inline
{
	display: inline-table;
}

div .top
{
	vertical-align: top;
}

div .bottom
{
	vertical-align: bottom;
}

div .margin
{
	margin: 10px;
}

div .margin-top
{
	margin-top: 10px;
}

div .margin-bottom
{
	margin-bottom: 10px;
}

div .margin-left
{
	margin-left: 10px;
}

div .margin-right
{
	margin-right: 10px;
}

div .margin-small
{
	margin: 4px;
}

div .margin-small-top
{
	margin-top: 4px;
}

div .margin-small-left
{
	margin-left: 4px;
}

div .margin-small-bottom
{
	margin-bottom: 4px;
}

div .margin-small-right
{
	margin-right: 4px;
}

div .watermark-top-right
{
	background-image: url('//d1gp1m7tj19z2p.cloudfront.net/default/Content/Watermark_Corner_TopRight.png');
	background-repeat: no-repeat;
	background-position: right top;
}

div .window 
{
	background-color: #F8F8F8;
}

div .border-top
{
	border-top: 1px solid #009AB3;
}

div .border-bottom
{
	border-bottom: 1px solid #009AB3;
}

div .nowrap {
	white-space: nowrap;
}

span .padded
{
	padding: 8px;
}

span .padded-top
{
	padding-top: 8px;
}

span .padded-bottom
{
	padding-bottom: 8px;
}

span .padded-left
{
	padding-left: 8px;
}

span .padded-right
{
	padding-right: 8px;
}

span .margin
{
	margin: 10px;
}

span .margin-top
{
	margin-top: 10px;
}

span .margin-bottom
{
	margin-bottom: 10px;
}

span .margin-left
{
	margin-left: 10px;
}

span .margin-right
{
	margin-right: 10px;
}

span .margin-small
{
	margin: 4px;
}

span .margin-small-top
{
	margin-top: 4px;
}

span .margin-small-left
{
	margin-left: 4px;
}

span .margin-small-bottom
{
	margin-bottom: 4px;
}

span .margin-small-right
{
	margin-right: 4px;
}

.ax-bluebutton
{
	background-color: #009ab3;
	color: #fff;
}

.ax-bluebutton:hover
{
	background-color: #90B8C3;
	color: #fff;
}

/* mobile */
.ax-mobilebutton {
    display: block;
    text-align: center;
    margin: .6em .8em 0;
    font-size: 1.2em;
}

.km-ios .km-insetcontent {
    background-image: none;
	background-color: #F8F8F8;
	color: #666;
	font-family: Arial; /*"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
}
    
.km-ios div .km-navbar {
    background-color: darkred;
}