/* appOmator Styles */
/* URL: www.appomator.com */
/* Author: Jon Marus */

@import url("aom_forms.css");
@import url("aom_nav.css");

/* @group Links */

a {
	color: #2170B8;
	text-decoration: none;
}

a:hover {
	color: #0062e9;
}

.no_underline {
	text-decoration: none;
}

.no_underline a {
	text-decoration: none;
}

.no_underline strong {
	font-weight: normal;
}

.appLink a {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
}

.appLink a:hover {
	color: #777;
	font-size: 1.2em;
	font-weight: bold;
}

/* @end */

/* @group Doc Settings */

html {

	padding: 0;
	margin: 0;
}

body {
	margin: 0px;
  	padding: 0px;
  	font-size: 14px;
  	line-height: 18px;
  	font-family: 'HelveticaNeue-Light', Helvetica, Arial, sans-serif;
  	color: #111111;
  	background: url("../img/thatched_bg.jpg"); 
	background-position: 0% 0%;
	background-repeat: repeat-x;
  	background-color: #fbfbfb;
}

label {
	cursor: pointer;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #333;
	font-size: 1.6em;
	font-family: arial, sans-serif;
	font-weight: normal;
}

h2 {
	color: #333;
	font-family: arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	color: #333;
	font-family: arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}

.hdr3 {
	color: #222;
	font-size: 1.8em;
	font-weight: bold;
}

.clear {
	clear: both;
}

/* @end */

/* @group Layout */

#hdr {
	position: relative; 
	color: #000000;
	margin: 0px auto;
	padding: 0 0 5px 0;
	width: 1000px;
	height: 105px;
	background-image: url('/img/hdr/bht-header-bg.jpg');
	background-repeat: no-repeat;
}

#sub_hdr {
	position: relative;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	background-color: #5F1D03;
	background-image: url('/img/nav/nav_bar_bg.gif');
	background-repeat: repeat-x;
}

#bannerArea {
	position: relative;
	clear: both;
	margin: 0px auto;
	width: 1000px;
	height: 200px;
	line-height: 0;
	background-color: #fff;
}

#bannerFtr {
	margin: 0px auto;
	margin-bottom: 10px;
	width: 1000px;
	height: 14px;
	background: url('/img/gradients/bannerGradient.png') 0 0 repeat-x;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#container {
	position: relative;
	margin: 0px auto;
	margin-top: 20px;
	padding: 1px 15px 20px 15px;
	width: 970px;
	background: #fff;
	min-height: 600px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#right_col {
	float: right;
	padding: 30px;
	width: 275px;
}

#left_col {
	padding: 30px;
	width: 560px;
}

#ftr {
	clear: both; 
	margin: 0px auto; 
	margin-bottom: 20px;
	padding: 20px; 
	width: 960px; 
	background-image: url('/img/ftr_bg.png');
	background-position: 0 100%;
	background-repeat: no-repeat;
}

/* @end */

/* @group Nav Lists */

#loginHdr {
	position: absolute;
	margin: 0px auto;
	width: 1000px;
	height: 95px;
	color: #eee;
	background-image: url('/img/gradients/loginHdr_bg.png');
	background-position: 0 100%;
	background-repeat: repeat-x;
	z-index: 99;
}

.loginForm {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.loginFormInput {
	width 8em;
	font-size: 1em;
	padding: 4px;
	border: 1px solid #444;
	background-image: url('/img/gradients/field_bg.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
}


/* User Nav List */

#tab_nav {
	list-style-type: none;
	margin: 10px 0px 10px 0;
	text-align: center;
}

#tab_nav li {
	display: inline;
	padding: 0 20px 0 20px;
	font-size: 1.3em;
}

#tab_nav li a {
	
}


/* tabs */

#boxes_list {
	clear: both;
	position: relative; 
	list-style-type: none;
	margin: 0px auto;
	padding: 0;
	width: 975px;
	background-image: url('/img/boxes/boxes_list_bg.jpg');
	background-position: 0 100%;
	background-repeat: repeat-x;
}

#boxes_list .list_box {
	float: left; 
	position: relative;
	padding: 0;
	list-style-type: none;
	width: 324px;
	height: 198px;
}

#boxes_list ul {
	margin: 0;
	padding: 15px 0 0 35px;
}

#boxes_list .list_box ul li {
	margin: 0 0 10px 0;
	font-size: 1.1em;
	line-height: 1.5em;
}

#boxes_list .list_box ul li {
	list-style-image: url('/img/icons/16/star.png');
}


/* End */

dl {
	line-height: 1.9em;
}

dt {
	float: left;
	padding: 0 15px 0 0;
	width: 120px;
	text-align: right;
}

dd {
	margin: 0 0 0 130px;
	color: #222;
}

#tut_def dt {
	color: #555;
}

/* @end */

/* @group DIVs */


#smartfind_results {
	z-index: 99;
	display: none;
	position: absolute;
	top: 22px;
	right: 0px;
	width: 430px;
	font-weight: normal;
	border: 1px solid #777;
	background-color: #fff;	
}

#err_msg, .err_msg {
	margin: 5px 0px 5px 0px;
	padding: 5px 50px 5px 10px;
	line-height: 20px;
	color: #A51A1A;
	background-color: #FFBFBF;
	border: 1px solid #FF2424;
}
	
#success_msg, .success_msg {
	margin: 5px 0px 5px 0px;
	padding: 3px 5px 3px 5px;
	line-height: 20px;
	color: #444444;
	background-color: #EDF3FE;
	border-top: 1px solid #B8CCF1;
	border-bottom: 1px solid #B8CCF1;
}

#warn_msg, .warn_msg {
	margin: 5px 0px 5px 0px;
	padding: 2px 10px 2px 10px;
	line-height: 20px;
	color: #666666;
	border-top: 1px solid #FFD324;
	border-bottom: 1px solid #FFD324;
	background-color: #FFF6BF;
}

#note_msg {
	margin: 5px 0px 5px 0px;
	padding: 2px 10px 2px 10px;
	line-height: 20px;
	color: #333;
	border-top: 1px solid #F87323;
	border-bottom: 1px solid #F87323;
	background-color: #F0BB9B;
}

#error_box {
	margin: 10px 0px 0px 0px;
	padding: 5px 15px 5px 15px; 
	border: 1px solid #FF0000;
	background-color: #FFCCCC;
}



/* @end */

/* @group Lists */

.infoList {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 1.8em;
}

.infoList li {
	list-style-image: url('/img/icons/16/grey_check.png');
}

/* @group Classes */

.hilite1 {
	padding: 2px;
	color: #111;
	background-color: #f4f4f4;
}

.buyButton, .buyButtonSml {
	list-style-type: none; 
	margin: 20px 0 0 0; 
	padding: 0; 
	width: 176px;
}

.buyButtonSml {
	margin: 5px 0 0 0;
	width: 80px;
}

.buyButton a, .buyButtonSml a {
	display: block;
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
	border-radius: 15px; 
	border: 1px solid #c1c1c1; 
	border-top: 1px solid #ddd; 
	background: url('/img/gradients/butBgLight.jpg') 0 0 repeat-x;
}

.buyButton a:hover, .buyButtonSml a:hover {
	background: url('/img/gradients/butBgDark.jpg') 0 0 repeat-x;
}

.appBadgeLrg {
	width: 176px; 
	height: 176px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	border: 1px solid #ddd; 
	background-color: #f8f8f8; 
	-moz-box-shadow: 2px 2px 2px #eee; /* Firefox */
	-webkit-box-shadow: 2px 2px 2px #eee; /* Safari, Chrome */ 
	box-shadow: 2px 2px 2px #eee; /* CSS3 */
}

.appBadge {
	width: 76px; 
	height: 76px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	border: 1px solid #ddd; 
	background-color: #f8f8f8; 
	-moz-box-shadow: 2px 2px 2px #eee; /* Firefox */
	-webkit-box-shadow: 2px 2px 2px #eee; /* Safari, Chrome */ 
	box-shadow: 2px 2px 2px #eee; /* CSS3 */
}

.appBox {
	margin: 20px; 
	padding: 0 10px 0 10px; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	border: 1px solid #ddd; 
	background-color: #f8f8f8; 
	-moz-box-shadow: 2px 2px 2px #eee; /* Firefox */
	-webkit-box-shadow: 2px 2px 2px #eee; /* Safari, Chrome */ 
	box-shadow: 2px 2px 2px #eee; /* CSS3 */
}


.searchField {
	padding: 5px 80px 5px 5px;
	width: 400px;
	height: 30px;
	font-size: 1.5em;
	border: 1px solid #ddd;
	background-image: url('/img/gradients/field_bg.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
	outline: none;
}

.avatar {
	position: relative;
}

.avatar:hover {

}

.avatar span {
	display: none;
}

.avatar:hover span {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	width: 64px;
	height: 64px;
	z-index: 99;
}

.hdr1{

	padding: 10px 0 10px 20px; 
	font-size: 1.4em; 
	color: #000000; 
	font-weight: bold;
}

.clear { clear:both; }

.left_col {
	margin: 0 385px 0px 0;
	/* min-height: 800px; */
}

.right_col {
	float: right;
	width: 375px;
}

/* @end */

/* @Classes */

.roundBox {
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px #ddd;
	-webkit-box-shadow: 2px 2px 5px #ddd;
	box-shadow: 2px 2px 5px #ddd;
}

.notice_msg{

	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	padding: 20px;
	background: #FFCE0D;
	margin: 0 20px;

}

.awesome, .awesome:visited {
	background: #222 url(/img/gradients/alert-overlay.png) repeat-x; 
	display: inline-block; 
	margin: 5px 0 5px 0;
	padding: 7px 25px 8px;
	color: #fff; 
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesome:hover								{ background-color: #111; color: #fff; }
.awesome:active								{ top: 1px; }

/* Button colour */
.grey.awesome, .grey.awesome:visited		{ background-color: #333333; }
.grey.awesome:hover							{ background-color: #555555; }
.green.awesome, .green.awesome:visited		{ background-color: #458b22; }
.green.awesome:hover						{ background-color: #6fb44e; }
.blue.awesome, .blue.awesome:visited		{ background-color: #2170bd; }
.blue.awesome:hover							{ background-color: #247ed6; }

.td_odd{
	background-color: #edf3fe;
}

.td_even{
	background-color: #ffffff;
}

.bold{

	font-weight: bold;
}

.centered{

	text-align: center;
}

.txt_white{

	color: #fff;
}

.bg_grey{

	background: #a9a9a9;
}

.bg_grey_two{

	background: #ddd;
}

.right{
	
	text-align: right;
}

.left{

	text-align: left;
}

.pad_five{

	padding: 5px;
}

.pad_ten{

	padding: 10px;
}

.bdr_bot_grey{

	border-bottom: 1px solid #ddd;
}

.bg_test{

	background: #FFF6BF;
}
