form {
	margin: 0;
	padding: 0;
}

.brick { display: block; }
.hidden { display: none; }
.inliner { display: inline; }

#dhtmltooltip{
	font-size:10px;
	border: 1px solid #3E5C92;
	background: #FCFBF6;
	color: #666;
	padding: 2px;
	position: absolute;
	visibility: hidden;
	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;
	visibility: hidden;
}

.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: #fff;
	font-weight: bold;
}


.disabled,
a.disabledlink {
	color: #a0a0a0;
	font-style: italic;
	cursor: default;
}

.defaultoption { font-weight: bold; }
.defaultbutton { font-weight: bold; color: #00a000; }

.leftside {
	float: left;
	width: 47%;
	text-align: left;
	/*border-left: 1px solid #fff;*/
	padding-left: 10px;
}

.rightside {
	float: right;
	width: 47%;
	text-align: left;
	/*border-left: 1px solid #fff;*/
	padding-left: 10px;
}

#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; }



/*
	LISTS
*/
.rowtitle a {
	display: block;
	padding: 4px;
	border-top: 1px solid #fff;
}

.optlist {
	margin-bottom: 20px;
}

.rowitembuttons {
	float: right;
	padding-right: 10px;
}

.boxbody {
	padding: 10px;
}

.box {
	border: 1px solid #DADCDD;
	margin-top: 20px;
}

.boxtitle {
	background: #F6F6F6 url(../images/title_bg1.gif) repeat-y scroll left center;
	padding: 10px;
	border-bottom: 1px solid #DADCDD;
}

.boxtitle h2,
.boxtitle h3 {
	margin: 0;
	padding: 0;
	border: 0;
}

.boxrow {
	border-bottom: 1px solid #DADCDD;
	padding: 5px;
}


/* 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 */


div.warning {
	color: #f00;
	text-align: center;
	padding: 4px;
	margin: 6px 0;
	background-color: #fff;
	border: 1px solid #999;
	font-weight: bold;
}

span.warning {
	color: #f00;
	font-weight: bold;
}

.warning a {
	text-decoration: underline;
}