/************************** global ***********************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}


a{
	text-decoration:underline;
	color: #0000FF;
}

a:visited { color: #0000FF;}

img{
	border:none;
}

body {
	background-color: #012B53;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("../letter_bg.jpg");
	font-size: 12px;
}

.clear { clear: both;}
/******************** footer ***************************/
#sales_footer { text-align:center; font-size:10px;}



/*************************** number **************************/
.num{ font-family: Arial;}

.chart .label { font-family: Arial; }

/*************** Error *****************/
.errors a{
	color:#3D83B5;
	text-decoration:underline;
}


/******************* Button ********************/

button{
	border:solid #737A7E 1px;
	background-color:#F6CB02;
	color:#404042;
	height:30px;
	min-width:100px;
	font-weight:bold;
	cursor:pointer;
}

.dc_content a.button_like{
	border:solid #737A7E 1px;
	background-color:#F6CB02;
	height:30px;
	min-width:100px;
	font-weight:bold;
	cursor:pointer;
	margin:6px;
	color:#404042;
	padding:6px;
	font-size:13px;
	position:relative;
	bottom:1px;
}

.dc_content a:hover.button_like{
	border:solid #737A7E 1px;
	background-color:#F6CB02;
	height:30px;
	min-width:100px;
	font-weight:bold;
	cursor:pointer;
	margin:6px;
	color:#404042;
	padding:6px;
	font-size:13px;
	position:relative;
	bottom:1px;
}


button.inline_button{
	height:20px;
	min-width:0px;
	padding: 1px 2px 1px 2px;
}



/**************** Main Container *************/

#mainContainer{
	width:73%;
	margin: 25px auto 0px;
	padding-bottom:15px;
	background-color: #DBF8C9;
	min-width:1010px;
	border-bottom: 1px solid #C2C2C2;
	position: relative;
}

#main_footer { 
	width: 73%;
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding-top: 25px; padding-bottom: 25px;
	min-width:1010px;
}
#copyright { width: 73%; margin: 0 auto; color:#666; padding-left: 15px;}


/****************** Top Menu **********************/
#topMenuContainer{
	position:relative;
	height:110px;
	background-color:#2A9338;
	
}

#topMenuContainer #signInfo{
	position:absolute;
	right:10px;
	top:20px;
	font-size:12px;
	text-align:right;
	line-height: 140%;
}

#topMenuContainer #signInfo .username {
	color: #FFFFFF;
	text-decoration: underline;
}

#topMenuContainer #signInfo a{
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
}

#topMenuContainer #menuABCLogo{
	position:absolute;
	bottom:0px;
	background:url('../main-tab.png') no-repeat bottom;
	width:347px;
	height:123px;
	z-index:50;
}

#topMenuContainer #menuABCLogo #home_link {
	position: absolute; width: 330px; height: 55px; bottom: 25px; left: 8px; cursor: pointer;
}

#topMenuContainer #linksPages{
	position:absolute;
	bottom:32px;
	margin-left:335px;
}

#linksPages .menuTab{
	position:relative;
	display:inline-block;
	bottom:-3px;
	float:left;
	margin:0px;
	padding:0px;
	color:#404042;
	font-size: 18px;
	padding: 5px 10px 5px 25px;
	height: 25px;
}

#linksPages .menuTab a {
	text-decoration: none;
	color: inherit;
	float: left;
	margin-top: 5px;
	font-weight: normal;
	font-size: 16px;
}

#linksPages .menuTab img{
	position:absolute;
	bottom:0px;
	right: -16px;
}


#linksPages .tabSelected{
	color:#404042;
}

#topMenuContainer #linksSubPages{
	position:absolute;
	bottom:0px;
	background-color: #FFFFFF;
	z-index:49;
	width:100%;
	height:28px;
	padding-top:2px;
	font-size:13px;
	
}

#topMenuContainer #linksSubPages #subPages {
	padding-top:7px;
}

#topMenuContainer #linksSubPages #subPages a{
	text-decoration:none;
	font-weight:bold;
}


#linksSubPages a{
	margin-right:15px;
	color:#404042;
}

#topMenuContainer #linksSubPages #subPages a.currentSubLink {text-decoration:underline;}


/********************* Content **************************/

#contentContainer{
	width:95%;
	min-height:500px;
	margin: 35px auto 30px auto;
	background-color:white;
	border:solid #C2C2C2 1px;
	padding:10px;
	overflow:hidden;
}

.hand{
	cursor:pointer;
}

.dist_button{
	padding:3px;
	background-color:#F5FDD8;
	border-color:#BAEB0A;
}

.dist_button img{
	border-color:none;
	margin-left:3px;
	position:relative;
	top:3px;
	background-color:#F5FDD8;
}


/* Data container **/
.dc{
	position:relative;
	display:inline-block;
	margin:10px 10px 30px 10px;
	padding:0 10px 10px 10px;
	border:solid #737A7E 1px;
	min-width:250px;
	float:left;
}

.dc_title{
	display:inline-block;
	position:absolute;
	top:-12px;
	margin:0 0 10px 10px;
	padding:0 10px 0 10px;
	background-color:white;
	font-weight:bold;
	border:solid #737A7E 1px;
}

.dc_content{	margin:30px 0 0 0 ;}

.dc_content a{ 	font-weight:bold; 	color:#000099;}

.dc_content a:hover{ font-weight:bold; color:white;	background-color:#000099; }

.dc .buttons{ margin-top:10px; text-align:right; }





/*************** Forms ***************************/
.formRow{
	margin-bottom:10px;
}

label{
	font-weight:bold;
	font-size:13px;
}

input[type="text"], input[type="password"], input[type="email"]{
	border:solid #737A7E 1px;
	width:300px;
}

textarea{
	border:solid #737A7E 1px;
}

select{
	border:solid #737A7E 1px;
}

form table{
	padding: 5px 0 5px 0;
}

form table tr{
	border-bottom: none;
}

/*************** Table ***************************/
table{
	border-collapse:collapse;
}

td.center{
	align:center;
}

td.right{
	text-align:right;
}

tr.odd{
	background-color:#F6CB02;
}

tr.spaceUnder td {
	padding-bottom: 10px;
}


/**************** Results display *****************/
.column{
	display:inline-block;
	vertical-align:top;
	margin-right:15px;
}

.column span{
	margin-left:5px;
}

.column .oneInfo{
	margin-bottom:5px;
}





/*************** Text ***************************/
.warning{
	color:red;
}

.prettyCode{
	font-family: 'Lucida Console', 'Courier New', monospace;
	font-size:16px;
}

.email{
	font-family: Arial;
}



/***************** Center **********************/
.center_wrapper{
	text-align:center;
}


/***************** Pagination **********************/
.pagination{
	margin:10px 0 10px 10px;
}

.pagination a:hover{
	font-weight:bold;
	margin: 0 2px 0 2px;
}

.pagination .currentPage{
	font-weight:bold;
	border:solid #3D83B5 2px;
}

.pagination span{
	display:inline-block;
	background-color:#01A6DC;
	color: white;
	min-width:20px;
	height:20px;
	text-align:center;
	padding:2px;
}

.noFloat{
	float:none;
}

/*********************************** forms *************************/

.account_title { margin-left: 15px;}
.account_title .title { font-weight: bold; font-size: 20px; margin-top: 5px; float: left; margin-left: 5px;}

.formRow { margin-bottom: 10px;}
.formRow .label { font-weight: bold; font-size: 14px; margin-bottom: 3px; width: 150px;}
.formRow .field input.small, .formRow .field select.small { width: 150px;}
.formRow .field input.tiny { width: 75px;}
.formRow .field .last_name_field { margin-left: 15px;}
.formRow .field input.large { width: 315px;}

.button { display: inline-block; zoom:1;}
.button .leftSide, .button .rightSide, .button .content { background: url("../btn-sprite.png"); height: 31px; float: left;}
.button .leftSide { width: 2px; background-position: top left;}
.button .rightSide { width: 6px; background-position: top right;}
.button .content { background-position: 0 -31px; overflow: hidden; cursor: pointer;}
.button .content .button-text { margin-top: 8px; color: #FFFFFF; text-align: center; font-size: 15px; font-weight: bold; text-shadow: #333 2px 2px 2px;}
.button .content .button-name{text-align: center; font-size: 15px; font-weight: bold; margin: 4px 5px 2px 5px; font-size: 20px; color: #FFFFFF; text-align: center;}
.button .content input, .button .content button, .button .content a { background-color: transparent; outline: none; border: none; padding: 0px; margin: 0px; color: #FFFFFF; text-align: center; font-size: 18px; font-weight: bold; cursor: pointer; overflow: visible; height: auto; margin-top: 0px; background-color: transparent; padding-bottom: 0px; padding-top: 1px; padding-left: 5px; padding-right: 7px;}
.button .content a { padding-top: 4px; text-decoration: none; display: inline-block; padding-left: 10px; padding-right: 10px;}
.button .content a#preview-button { width: 100px;}

.actions_row { position: absolute; bottom: 0px; min-height: 30px; background-color: #B7E29A; width: 100%;}

.greenButton { border:solid 2px #349532; background-color:#63B45E; font-weight:bold; font-size:18px; color:#FFFFFF;letter-spacing:1px;}



/**************************************** popup ****************************/

.popup { position: fixed; z-index: 550; background-color: #FFF; border: 5px solid #2A9338; display: none;}
.popup.location_popup { width: 380px;}
.popup.corporatePopup { width: 350px;}
#class_popup{ width: 300px;}
#group_popup{ width: 300px;}
.popup .popup_header { background-color: #2A9338; padding-bottom: 7px;}
.popup .popup_header .close-icon { float: right; width: 21px; height: 20px; background: url("../close-icon.png"); cursor: pointer;}
.popup .popup_header .popup_title { color: #FFF; font-weight: bold; font-size: 20px; float: left; margin-left: 5px;}
.popup .popup_container { margin: 20px;}
.popup .popup_container .corporatePopupButtons { text-align: center; margin-top: 10px;}
.popup .popup_container .corporatePopupButtons #no-btn.button { margin-left: 25px;}
.popup .popup_container .corporatePopupButtons .button .content input { width: 100px;}

.popupcover {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 150;
	width: 100%;
	height: 100%;
}

.top_actions { float: left; margin-left: 45px; margin-top: 5px;}
.top_actions .checkbox { float: left;}
.top_actions .view_label { float: left; font-weight: bold; margin-top: 5px; margin-right: 15px; margin-left: 5px;}