html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

html, body, table, input, textarea {
	font: normal 10pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin: 0;
	padding: 0;
}


h1 {
	font: bold 16pt Arial, Helvetica, Sans-Serif;
	margin: 20px 0;
}

h2 {
	color: #6E9147;
	margin: 32px 0 8px;
	font: bold 12pt Arial, Helvetica, Sans-Serif;
	white-space:normal;
}

h3 {
	color: #222;
	margin: 2px 0 8px;
	font: bold 11pt Arial, Helvetica, Sans-Serif;
}

h4 {
	margin: 16px 0 4px;
	font-size: 100%;
}

p {
	margin: 8px 0 16px;
}

ol, ul {
	margin-top: 0;
	margin-bottom: 20px;
}

a img {
	border: 0;
}

hr {
	border: 0;		
	color: silver;				/* for IE */
	background-color: silver;	/* For FF & Opera */
	height: 1px;
}

a:link		{color:	#0055CC;}
a:hover		{color:	#CC0000;}

fieldset {
	width: auto;
	border: 1px solid #aaa;
	padding: 4px 8px 8px;
}

	fieldset legend {
		font-weight: bold;
		color: #555;
	}


.hidden { display: none !important; }

.bold {
	font-weight: bold;
}
.red, .error {
	color: #C90000;
}
.green	{ color: green;	}
.blue	{ color: blue;	}
.gray	{ color: gray; }

.thin { font-weight: normal; }

.clear {
	clear: both;
}

.caption a,
.caption a:link,
.caption a:visited {
	color:	#0055CC;
}

h1.caption {
	white-space:nowrap
}


.comment {
	color: #777;
	font-size: 90%;
}

.square {
	width: 22px;	height: 22px;
	line-height: 11px;
	text-align: center;
	font-size: 11px;
}

.flat {
	border: 1px solid #ddd;
	background-color: transparent;
}

.flat:hover {
	border: 1px solid #777;
}

.elastic {
	width: 100%;
}

.half {
	width: 50%;
}

input.edit, input.inputtext, textarea.edit, textarea.inputtextarea, select.edit {
	padding: 0;
	line-height: 17px;
/*	border: 1px solid #aaa;
	padding: 1px 2px;
*/
}

input.small {
	width: 40px;
}

.large {
	font-size: 130%;
}

.fleft {
	float: left;
/**
	width: 120px;
/**/
}

.fright {
	float: right;
	margin-left: 8px;
}


.semilink {
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dashed #05c;
	color: #05c;
}

.semilink:hover {
	text-decoration: none;
	border-bottom: 1px dashed #c00;
	color: #c00;
}

.semilink:active {
	text-decoration: none;
	border-bottom: 1px dashed #f00;
	color: #f00;
}

.sup, .super { vertical-align: super; }
.beta { color: #aaa; font-size: 11px; }

.status {
	color: #5B8F23;
}
.quintura {
	color: #F75A61;
}

input.error,
textarea.error,
select.error {
/**
	color: red;
	background-color: #fcc;
/**/
	border: 1px solid red;
}

select.error {
	background-color: #fcc;
}

label.error {
	color: red;
}



label.disabled,
input.disabled,
select.disabled,
textarea.disabled {
	color: gray;
}

.disabled label {
	color: gray;
}



acronym {
	border-bottom: 1px dotted #555;
}


/* Radiogroup */

.radiogroup { list-style-type: none; }
.radiogroup, .radiogroup li { margin: 0; padding: 0; }
.radiogroup input { vertical-align: -1px; margin: 0 4px 0 -4px; }


/* Tips */

.tip {
	border: 1px dashed gray;
	background-color: #FFFFEE;
	padding: 8px;
}

/* Messages */

#messages {
	margin: 8px 0;
/**
	width: 200px;
/**/
	padding: 8px;
	border: 1px dashed #ccc;
	background-color: #fff;
}

	#messages ul, #messages ul li {
		margin:	0;
		padding: 0;
	}

	#messages ul { list-style-type: none; }

	#messages h2 {
		margin: 0;
	}

.msg .E_ERROR,
.msg .E_WARNING,
.msg .E_PARSE,
.msg .E_CORE_ERROR,
.msg .E_CORE_WARNING,
.msg .E_COMPILE_ERROR,
.msg .E_COMPILE_WARNING,
.msg .E_USER_ERROR,
.msg .E_USER_WARNING {
	color: red;
}

.msg .E_NOTICE,
.msg .E_USER_NOTICE,
.msg .E_STRICT {
}




.section-menu {
	margin: 2px 0 8px;
	list-style-type: square;
	line-height: 160%;
}

/* Selector */

.selector {
	list-style-type: none;
	margin: 32px 0;
}

.selector,
.selector li {
	margin: 0;
	padding: 0;
	display: inline;
}

	.selector li {
		display: inline;
		padding: 3px 6px;
	}

		.selector li a,
		.selector li a:link,
		.selector li a:visited,
		.selector li a:hover,
		.selector li a:active {
			text-decoration: none;
			border-bottom: 1px dashed #05c;
		}

		.selector li a:hover {
			border-bottom: 1px dashed #c00;
		}

		.selector li a:active {
			border-bottom: 1px dashed #f00;
		}

	.selector li.selected {
		background: #cdf;
	}

		.selector li.selected a {
			cursor: default;
			color: #000;
			border-bottom: 0;
		}


#viewMode .selector li {
	display: block;
	padding: 0;
}

	#viewMode .selector li p {
		padding-left: 1.9em;
		margin-bottom: 1em;
	}

.source {
	margin: 0 0 16px;
	width: 80%;
	border: 1px solid #eee;
	overflow: auto;
}

.source-preview-link {
	float: left;
	margin: 20px 0 0 10px;
}

.source-desc {
	width: 90%;
}

	#feedSelection .announce {
		font-weight: normal;
		text-align: left;
	}

		#feedSelection .feeds table {
			width: 100%;
		}

			#feedSelection .feeds table .ch {
				width: 32px;
			}


.spaced { margin: 2px 4px; }
.v-spaced { margin: 4px 0 }
.h-spaced { margin: 0 8px }

/* Syntax Highlighting */

.hl-main {
}

.hl-default {
    color: Black;
}
.hl-code {
    color: Gray;
}
.hl-brackets {
    color: Olive;
}
.hl-comment {
    color: #080;
}
.hl-quotes {
    color: Darkred;
}
.hl-string {
    color: Red;
}
.hl-identifier {
    color: Blue;
}
.hl-builtin {
    color: Teal;
}
.hl-reserved {
    color: Blue;
	font-weight: bold;
}
.hl-inlinedoc {
    color: Blue;
}
.hl-var {
    color: Darkblue;
}
.hl-url {
    color: Blue;
}
.hl-special {
    color: Navy;
}
.hl-number {
    color: Maroon;
}
.hl-inlinetags {
    color: Blue;
}
.hl-main {
    background-color: White;
}
.hl-gutter {
    background-color: #999999;
    color: White
}
.hl-table {
    font-family: courier;
    font-size: 12px;
    border: solid 1px Lightgrey;
}

ul.other{margin-top:12px; padding-left:15px; font-size:1.05em;}
ul.other li{margin-bottom:6px; list-style:url('/img/affiliates/ul_other_marker.gif');}
ul.other a{color:#006ab3; text-decoration:none; border-bottom:1px dashed; margin-left:3px; vertical-align:-1px;}
ul.other li.noActive{list-style:url('/img/affiliates/ul_other_marker_noactive.gif');}
ul.other li.noActive a{color:#777777;}

/* /syntax highlighting */