/* Basic styles */
html,body,p,div,table {
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333;
	background: #fff;
	margin: 0px;
}

input, select, textarea {
	border: 1px solid #aaa;
}

a { color: #00B; }
a:visited { color: #00B; }
a:hover {
	color: #00F;
	text-decoration: underline;
}

div.content {
	
}

div.entry {
	border-bottom: 1px solid #dde;
	margin-bottom: 10px;
}

div.entry div.title {
	font-weight: bold;
}

div.entry div.description {
	font-size: smaller;
}

table {
	background: transparent;
}

th, td {
	vertical-align: top;
	text-align: left;
	color: #444;
}

textarea {
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

div {
/*	border: 1px solid #aaa;*/
}

form {
	background-color: transparent;
}

form .error {
	color: #a00;
}

/*
form td.errorCell {
	width: 200px;
}
*/

.horz li:hover {}

ul.horz {
  margin-top: 2px;
  padding-top: 0px;
}

.horz li {
  display: inline;
  list-style-type: none;
  padding-right: 3px;
}

.horz li:before { content: "| "; }
.horz li:first-child:before { content: ""; }

.plain li:before { content: ""; }

.small {
	font-size: smaller;
}

fieldset legend {
	font-weight: bold;
}

span.hint {
	font-size: 5pt;
}

.rounded {}
.roundTab {}

/* Colors */
.mainColors {
}

.tabColors {

}

.userColors {
	background: #aab;
}

.infoColors {
	background: transparent;
}

.logoColors {
	background: transparent;
}

.primaryColors {
	background-color: #fff;
}

.secondaryColors {
	background-color: #dde;
}

.rightPanelColors {
	background-color: #eed;
}

.headerColors {
	background-color: #dde;
	border-bottom: 1px solid #aaa;
}

.errorMessageColors {
	color: #a00;
	border: 1px solid #faa;
}

.lightBorder {
	border: 1px solid #ddd;
}

.footerColors {
}

.formColors {
}

.detailFormColors {
	background-color: #eaffdd;
}

.itemListColors {
	background-color: #ffeadd;
}


.subtle {
	color: #777;
	font-size: smaller;
}

div.header {
	margin-top: 0px;
	padding: 0px;
	top: 0px;
	height: 100px;
	width: 100%;
	border-bottom: 1px solid #ccd;
/* 	border: 1px solid red; */
}

div.mainBar {
	text-align: right;
	padding-right: 9px;
}

div#leftContent {
	position: absolute;
	top: 112px;
	left: 0px;
	width: 100px;

	padding: 5px;
/* 	border: 1px solid blue; */
}

div#centerContent {
	position: absolute;
	top: 112px;
	left: 105px;
	right: 100px;

	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 0px;
	margin-right: 151px;

	padding: 5px;
}

div#rightContent {
	position: absolute;
	right: 120px;
	width: 120px;
	top: 112px;

	padding: 5px;
}

table#mainPagePanels {
	border: 1px solid #aaa;
	width: 100%;
	padding: 0px;
}

table#mainPagePanels td div.content {
	padding: 5px;
}

table#mainPagePanels div.accountMenu {
	background-color: #eef;
	text-align: right;
	padding: 4px;
	padding-right: 30px;
	font-size: 8pt;
}

table#mainPagePanels td {
	vertical-align: top;
	margin: 10px;
	width: 50%;
}

table#mainPagePanels td.left {
	border-right: 1px dashed #ddd;
}



/*div#centerContent {
	position: absolute;
	top: 100px;
	left: 0px;
	right: 0px;

	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 0px;
	margin-right: 151px;

	padding: 5px;
}*/

div#footer {
	position: absolute;
/* 	bottom: 10px; */
/* 	left: 0px; */
	width: 100%;
}

div#tabContainer {
}

div#tabs {
}

div#userArea {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 200px;
	height: 80px;
/*	margin-top: 10px;*/
	margin-right: 40px;

}

div#logoArea {
/* 	display: inline; */
/* 	position: absolute; */
	left: 0px;
	height: 80px;
	margin-top: 10px;
	margin-left: 10px;
	width: 240px;
	border: 1px solid red;
}

div#infoArea {
/* 	margin-left: 300px; */
	margin-top: 10px;
	margin-right: 400px;
	height: 80px;
	border: 1px solid blue;
/*	width: 200px;*/
}

#loginForm {
	background-color: transparent;
}

#loginForm div {
	background: transparent;
	float: left;
	width: 100px;
	margin-top: 5px;
	margin-left: 5px;
}

#loginForm input {
	margin-top: 5px;
}

#loginForm input.button {
	position: absolute;
	top: 55px;
	right: 14px;
}

.page {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

div.pageTitle {
	background-color: #eef;
	margin: 4px;
	padding: 10px;
}

div.pageTitle div {
	background-color: transparent;
}

.pageTitle h1 {
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

.pageTitle span.description {
	margin-left: 20px;
	font-size: 8pt;
	color: #888;
}

.pageTitle ul li:hover {}

.pageTitle ul li:visited {}

.pageTitle ul {
	margin-left: 0px;
	margin-top: 3px;
	padding-top: 0px;
	margin-bottom: 0px;
}

.pageTitle ul li {
	display: inline;
	list-style-type: none;
	padding-right: 3px;
}

.pageTitle ul li:before { content: "| "; }
.pageTitle ul li:first-child:before { content: ""; }

/* Contains a listbox. */
div.listArea {
	background-color: transparent;
	margin: 4px;
	padding: 7px;
}

div.listArea span.title {
	margin-left: 10px;
	font-style: italic;
}

div.listPad {
	margin-left: 12px; 
	margin-top: 7px;
	margin-bottom: 30px;
}

/* a div that looks like a listbox */
div.listbox {
	height: 150px;
	width: 96%;
	overflow: auto;

	padding					 : 4px;
	background-color : #ffffee;
	border           : 1px solid #8b8b8b;
}

/* An item in the listbox. */
div.listbox div {
	background-color: transparent;
	border:1px solid #ffffee;
	display:block;
	margin: 0px;
	cursor: pointer;
}

div.listbox div:hover {
	border: 1px solid #ddd;
	background-color: #eee;
}

div.listbox div:active {
	color: #eee;
	background-color: #005;
	display:block;
	margin: 0px;
}

div.listbox div.selected {
	color: #eee;
	background-color: #005;
	display:block;
	margin: 0px;
}

/* Contains a form */
div.formArea {
	background-color: transparent;
	margin: 4px;
}

div.errorsArea {
	background: transparent;
	margin: 10px;
}

div.errorList {
	height: 100px;
	overflow: auto;
	padding-left: 5px;
	padding-right: 5px;
}

.fade {
	background-image: url(../images/panel-bg-body.png);
}

.errorMessage {
	background: transparent;
	width: 100%;
}

.errorMessage a {
	text-decoration: none;
	color: #d00;
}

.fieldErrorColors {
	background-color: #ffffaa;
	color: red;
}

div.colorButton {
	width: 16px;
	height: 16px;
	border: 1px solid #aaa;
	border-bottom: 2px solid #aaa;
	border-right: 2px solid #aaa;
}

layer.colorPicker {
	position: absolute;
	overflow: auto;
	border: 1px solid black;
	z-index: 1000;

/* 	visibility: hidden;  */
	top: 100px;
	left: 100px;
	width:300px;
	height: 80px;
}

form.setup {
}

div.pageSection {
	width: 100%;
	border: 1px solid #aaa;
	background-color: #eef;
	padding: 5px;
	margin-bottom: 3px;
	margin-top: 5px;
	color: #555;
}

div.pageSection h1 {
	display: inline;
	margin: 0px;
	font-size: 12px;
}

form.setup div.formSection {
	width: 100%;
	background-color: #fafaff;
	padding: 2px;
	margin-bottom: 3px;
	margin-top: 5px;
	color: #000;
	border-bottom: 1px solid #eee;
}

div.formSection h1 {
	display: inline;
	margin: 0px;
	font-size: 12px;
	color: #555;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}

form.setup table th {
	width: 130px;
}

th.prompt {
	width: 130px;
}

div.sampleAdContainer {
	padding: 0px; 
	padding-left: 30px;
}

div.sampleAd {
	border: 1px solid #aaa;
	border-bottom: 2px solid #aaa;
	border-right: 2px solid #aaa;

	height: 100px;
	width: 220px;
	padding: 2px;
}

div.sampleAd table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div.sampleAd table td {
	padding: 0px;
}

div.sampleAd .adLabel {
	margin-top: 0px;
	font-size: 6pt;
	text-align: center;
	width: 100%;
	color: #555;
	background-color: #dde;
	border: 1px solid #aaf;
}

div.sampleAd h1 {
	margin: 0px;
	margin-bottom: 2px;

	width: 100%;
	background-color: #ddf;
	font-size: 10pt;
	font-weight: bold;
}

div.sampleAd .adText {
	font-size: 8pt;
}

div.sampleAd .adSiteText {
	color: green;
	font-size: 7pt;
}

div#sitesAndAds .sampleAdContainer {
	padding: 10px;
}

div#adManager {
	padding: 10px;
}

div.toggleSection {
	margin: 5px;
	border: 1px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 0px;
}

div.toggleSection h1 {
	margin: 0px;
	width: 100%;
	margin-bottom: 0px;
}

div.toggleSection div.title {
	font-size: 12pt;
	background-color: #dde;
	font-size: 12pt;
	color: #333;
}

div.toggleSection div.title h1 {
	margin-left: 4px;
	font-size: 11pt;
	display: inline;
}

div.toggleSection div.description {
	background-color: #dde;
	color: #555;
	font-style: italic;
}

div.toggleSection div.control {
	text-align: right;
	float: right;
	background: transparent;
	margin-right: 4px;
}

div.toggleSection div.body {
	border: 1px solid #eee;
	margin: 2px;
}

div.verticalSpacer {
	height: 10px;
}

ul.toggleSectionMenu li {
	list-style-type: none;
}

div.adDesign {
	background-color: #eef;
	border: 1px solid #aab;
}

form.siteDesign {
	background-color: #eef;
	border: 1px solid #eee;
}

fieldset.adDesign legend {
	font-weight: bold;
}

div.adDesign div.title {
	font-size: 10pt;
	font-weight: bold;
	color: #666;
	width: 100%;
	background-color: #dde;
}

a.bold {
	font-weight: bold;
}

div.pageForm {
	border: 1px solid #eee;
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #ddd;
	padding: 0px;
}

div.pageForm .pageTitle {
	margin: 3px;
}

div.pageForm .section {
	margin: 5px;
	margin-left: 10px;
	margin-right: 10px;
	
	border: 1px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 0px;
}

div.pageForm .section h1 {
	margin: 0px;
	width: 100%;
	margin-bottom: 0px;
}

div.pageForm .section div.title {
	font-size: 12pt;
	background-color: #dde;
	font-size: 12pt;
	color: #333;
}

div.pageForm .section div.title h1 {
	margin-left: 4px;
	font-size: 11pt;
	display: inline;
}

div.pageForm .section div.description {
	background-color: #dde;
	color: #555;
	font-style: italic;
}

div.pageForm .section div.control {
	text-align: right;
	float: right;
	background: transparent;
	margin-right: 4px;
}

div.pageForm .section div.body {
	border: 1px solid #eee;
	margin: 2px;
}

div.pageForm .section div.buttons {
	text-align: right;
}

div.faq {
	padding: 20px;
}

div.faq .entry {
	width: 100%;
	margin-top: 10px;
	border-top: 1px dashed #ddd;
}

div.faq div .fq {
	font-weight: bold;
}

div.faq div .fa {
	font-style: italic;
}

/*
div { border: 1px solid green; }
table td { border: 1px solid blue; }
table th { border: 1px solid black; }
*/
