/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

div#wrapper {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	/*background-color: #aca292;*/
	background-color: #eee;
	background-image: url(/images/content800.jpg);
	background-position: 0 135px;
	background-repeat: repeat-x;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#head {
	margin:0;
	padding:0;
	border-bottom: 1px solid #f60;
}

div#header {
	background-color: transparent;
	background-image: url(/images/header85.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	border-bottom: 1px solid #f60;
}

div#header div.siteid {
	height: 85px;
	background-color: transparent;
	background-image: url(/images/header386x85.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#header img#betamark {
	position: absolute;
	z-index: 10;
	margin: 6px 0 0 335px;
}

div#header div.searchbox {
	float: right;
	/*border: 1px solid #000;*/
	margin: 6px 6px 0 0;
	padding: 4px;
}

div#header a {
	display: block;
	/*font-style:italic;*/
	font-weight:bolder;
	font-size: 30px;
	margin: 0;
	padding: 10px 0 0 50px;
	letter-spacing: 1px;
	color: #a50d12;
	background-image: url(/images/logo32.png);
	background-position: 10px 20px;
	background-repeat: no-repeat;
}

div#header a sup {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

div#header p {
	color: #808080;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
	padding-left: 60px;
	letter-spacing: 1px;
	cursor: default;
}

#userpanel {
	background-color: #aca292;
	text-align: right;
	margin: 0;
	padding: 4px 8px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}

#userpanel a {
	padding-right: 10px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

#userpanel a:hover {
	color: Yellow;
}

#userpanel div {
	font-size: 10px;
	float: left;
}

#userpanel div a {
	padding-right: 0;
	text-decoration: underline;
}

#userpanel a.usermenuorder,
#userpanel a.usermenuupgrade {
	color: #0f0;
}

#userpanel a.usermenuorder:hover,
#userpanel a.usermenuupgrade:hover {
	color: #f00;
}

div#content,
div#userform {
	padding:0;
	padding-bottom:5em; /* bottom padding for footer */
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	/*background-color: #feefd8;*/
}

div#tail {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}

div#footer {
	height: 61px;
	bottom: 0; /* stick to bottom */
	text-align: center;
	padding: 0;
	border-top: 1px solid #f60;
	background-color: transparent;
	background-image: url(/images/footer61.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

div#footer p {
	padding:4px 0 0 0;
	margin:0;
	font-size: 10px;
}


.brick { display: block; }
.hidden { display: none; }
.inliner { display: inline; }

#dhtmltooltip{
	font-size:10px;
	border: 1px solid #f60;
	background: #FCFBF6;
	color: #666;
	padding: 2px;
	position: absolute;
	display: none;
	left: -300px;
	width: 150px;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	display: none;
}

.tooltiplink {
	text-decoration: underline;
	text-underline-style: dotted;
}

.lightboxlink {
	text-decoration: underline;
	text-underline-style: dotted;
}

.formtitle {
	margin: 10px 0;
}

.buttonslabel {
	padding: 10px 0;
}

.formitemgroup {
	display: table-row-group;
	/*
	width: 100%;
	height: 20px;
	*/
	width: 400px;
	vertical-align: middle;
}

.formitem {
	display: table-row;
	/*
	width: 100%;
	height: 20px;
	*/
	width: 400px;
	vertical-align: middle;
}

.formitem .formlabel {
	display: table-cell;
	/*
	height: 20px;
	*/
	width: 150px;
	vertical-align: middle;
	font-weight: bold;
}

.formitem .formfield {
	display: table-cell;
	/*
	height: 20px;
	*/
	width: 250px;
}

.formitem .formfield input,
.formitem .formfield textarea {
	width: 100%;
}

.formitem .formfield input.radio,
.formitem .formfield input.checkbox {
	width: auto;
}


.api_error {
	font-style: italic;
	text-align: center;
	color: #a00000;
	background-color: #fff;
	margin: 0 4px 10px 4px;
	border: 1px solid #a00000;
	padding: 4px;
}

.api_error a {
	color: #a00000;
	text-decoration: underline;
}

.tablediv {
	display: table;
}

.formaddon {
	margin-top: 10px;
	border-top: 1px solid #ccc;
}

.formwarning {
	color: #F00;
	text-align: center;
	padding: 4px;
	margin: 6px 0;
	background-color: #fd9;
	font-weight: bold;
}


.disabled,
a.disabledlink {
	color: #a0a0a0;
	font-style: italic;
	cursor: default;
}

.defaultoption { font-weight: bold; }
.defaultbutton { font-weight: bold; color: #00a000; }


.lefthalf {
	float: left;
	width: 47%;
	text-align: left;
	border-left: 1px solid #fff;
	padding-left: 10px;
}

.righthalf {
	float: right;
	width: 47%;
	text-align: left;
	border-left: 1px solid #fff;
	padding-left: 10px;
}
/*
.lefthalf h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
*/
.intruction {
	color: #666;
	text-align: center;
	padding: 4px;
	margin: 6px 0;
	/*background-color: #fd9;*/
	border: 1px solid #fd9;
	font-weight: bold;
}

#bar_result { border-top: 1px solid #0C0; text-align: center; position: fixed; z-index: 999; width: 100%; height: 32px; }
#bar_result_text { background-color: #0C0; color: White; font-weight: bold; padding: 8px 8px 0 8px; }
#bar_result_text a { color: #ccc; }

#bar_error { border-top: 1px solid Red; text-align: center; position: fixed; z-index: 999; width: 100%; height: 32px; }
#bar_error_text { background-color: Red; color: White; font-weight: bold; padding: 8px 8px 0 8px; }
#bar_error_text a { color: #ccc; }

#bar_loader { border-top: 1px solid #f90; text-align: center; position: fixed; z-index: 999; width: 100%; height: 32px; }
#bar_loader_text { background-color: #f90; color: White; font-weight: bold; padding: 8px 8px 0 8px; }



a.orderlink,
a.upgradelink {
	font-weight: bold;
	color: #00b000;
}

a.orderlink:hover,
a.upgradelink:hover {
	color: #f00;
}




/* tabbed interface - tabs start */


.navlist {
	padding: 3px 0 2px 1em;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 7px;
	border-bottom: 1px solid #9DC0E0;
}

.navlist ul {
	display: inline;
	padding: 3px 1em 3px 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 7px;
	/*font: normal bold 11px Verdana, Helvetica, sans-serif;*/
}

.navlist li,
.navlist li.othertab {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	margin-right:5px;
	color: #cccccc;
	/*background: #EEEEEE;*/
	background: #FCFCFC;
	text-decoration: none;
	font-weight:normal;
}
.navlist li a,
.navlist li.othertab a {
	color: #cccccc;
	padding: 2px 4px;
	margin-left: -1px;
	margin-right: -2px;
	border: 1px solid #9DC0E0;
	/*background: #EEEEEE;*/
	background: #FCFCFC;
	text-decoration: none;
	display:inline;
	font-weight:normal;

}
.navlist li a:link,
.navlist li a:visited,
.navlist li.othertab a:link,
.navlist li.othertab a:visited {
	color: #999999;
	text-decoration: none;
	font-weight:normal;
	background: #FCFCFC;
}

.navlist li a:hover,
.navlist li.othertab a:hover {
	background: #F0F8FF;
	text-decoration: none;
	font-weight:normal;
}
.navlist li a:active,
.navlist li.othertab a:active {
	border: 1px solid #778;
	border-bottom: 2px solid #FFFFFF;
	background: #FCFCFC;
}
.navlist li.currenttab a {
	/*background:url(../../ac_global/media/tabbed_selected.gif);*/
	border-bottom: 2px solid #FFFFFF;
	padding: 5px 6px 1px 7px;
	margin-left: -4px;
	margin-right: -4px;
	color:	#000000;
	font-weight:bold;
}
.navlist li.currenttab a:hover {
	/*background:url(../../ac_global/media/tabbed_selected.gif);*/
	border-bottom: 2px solid #FFFFFF;
	cursor: default;
}

.navlist li.disabledtab a {
	display:none;
/*
	background: #DDDDDD;
	margin-left: -1px;
	margin-right: -2px;
	border: 1px solid #778;
	border-bottom: none;
	padding: 2px 4px;
	cursor: default;
	font-style: italic;
	color: #999;
*/
}
.navlist li.disabledtab a:hover {
	background: #DDDDDD;
	margin-left: -1px;
	margin-right: -2px;
	border: 1px solid #778;
	border-bottom: none;
	padding: 2px 4px;
	cursor: default;
	font-style: italic;
}
.navlist li ul.invisible {
	display: none;
}

.navlist li.notatab,
.navlist li.notatab a {
	background-color: transparent;
	border: none;
	color: #000;
}

.navitem {
	background: #FCFCFC;
	border-bottom: 1px solid #9DC0E0;
}

/* tabbed interface - tabs end */





/* home page */
.intro {
	color: #666;
	/*background-color: #fff;
	border: 1px solid #f60;
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid #f60;
	border-bottom: 1px solid #f60;*/
	padding: 8px 20px;
}

.intro h3 {
	color: #a50d12;
	text-align: center;
}

.resources,
.helpsupport {
	height: 167px;
	width: 216px;
	background-color: #fd9;
	background-image: url(/images/tab3.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: left;
}

.helpsupport {
	background-image: url(/images/tab2.jpg);
}

.intro .resources,
.intro .helpsupport {
	margin-bottom: 20px;
}

.resources h3,
.helpsupport h3 {
	color: #eee;
	font-weight: bold;
	text-align: center;
}

.resources a,
.helpsupport a {
	color: #000;
	font-weight: bold;
	padding-left: 8px;
}

.resources a:hover,
.helpsupport a:hover {
	color: #ff0;
}

.tagline {
	/*margin-top: 20px;*/
	font-style: italic;
	font-size: 1.5em;
}

.news {
	margin: 20px 0;
}
/*
.welcome,
.latestnews {
	padding-top: 30px;
}
*/
/*
.quickhelp {
	background-color: #fff;
	border: 1px solid #f60;
	border-left: none;
}
*/

.quickhelp h2.section {
	text-align: center;
}

.quickhelp ul {
	margin-left: 0;
	padding-left: 0;
}

.quickhelp ul {
	margin-left: 0;
	padding-left: 20px;
}

.banner {
	/*border-left: 1px solid #f60;*/
	padding-left: 20px;
}

.banner .learn {
	background-color: #fff;
}

h2.section a.upgradelink {
	color: #0f0;
}

h2.section a.upgradelink:hover {
	color: #fff;
}

.homeupgradebox,
.upgradebox {
	background-color: #fddfb4;
	background-image: url(/images/package248x173.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.upgradebox {
	height: 173px;
}

.upgradebox h3 {
	margin: 0;
	padding: 8px 16px;
}

.upgradebox h3 img {
	margin-right: 8px;
}

.upgradebox div {
	margin: 0;
	padding: 8px 16px;
}

.packagelistall {
	padding-top: 10px;
	text-align: center;
}

/*
	LISTS
*/
.rowtitle a {
	display: block;
	padding: 4px;
	border-top: 1px solid #fff;
}

.optlist {
	margin-bottom: 20px;
}


/*
	FORMS
*/


.packagefull {
	margin-bottom: 8px;
	border-bottom: 1px solid #808080;
	padding: 8px 4px
}

.packagefull h3 {
	margin-top: 0;
}

.packageowned,
.packageorder {
	text-align: right;
	color: #FF0000;
	font-weight: bold;
}

h2 a {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	/*text-decoration: none;*/
}
