/* ##### Common Styles ##### */

body {
	background-color: white;
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: small;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: orange;
	text-decoration: underline;
}

a:visited {
	color: red;
	text-decoration: none;
}

a:visited:hover {
	color: orange;
	text-decoration: underline;
}

#headerSearch {
	position: absolute;
	top: 5px;
	right: 0;
}

#headerSearch form {
	margin: 0; /* need for IE Mac */
	text-align: right; /* need for IE Mac */
	white-space: nowrap; /* for Opera */
}

#headerSearch input {
	border: 1px solid #d4d4d4;
	padding: 1px 5px 1px 5px;
	font-size: small;
}

.header p {
	margin-left: 30px;
}

#centerheader {
	margin: 0;
	padding-left: 1em;
}

.nav {
	color: white;
	background-color: #777777;
	margin: 0;
	padding-left: 13px;
	padding-top: 2px;
	border-bottom: 2px dotted #777777;
}

.nav a {
	color: white;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0 0.25ex 0 0;
}

.nav a:hover {
	text-decoration: none;
}

.nav a:visited {
	color: white;
}

.toc {
	border: 1px solid #d4d4d4;
	padding: 1px 5px 1px 5px;
	font-size: small;
}


/* ##### Content ##### */

.sideBarLeft p {
	clear: both;
}

.iconsLeft img {
	float: left;
}

.iconsRight img {
	float: right;
}

.featureList {
	clear: both;
}

.featureList h2 {
	margin-bottom: 1em !important;
}

#content {
	margin: 0;
	clear: left;
}

#content h3 {
	color: #777777;
	background-color: transparent;
	line-height: 1.3em;
	margin: 0;
	padding: 1ex 0 0 0;
}

#content p {
	line-height: 1.3em;
	margin: 1em 0 1.5em 0;
	padding: 0;
}

.mainContent  {
	margin-left: 1em;
}

#news {
	color: #777777;
}

#news h3 {
	color: #777777;
	background-color: transparent;
	line-height: 1.3em;
	margin: 0;
	padding: 1ex 0 0 0;
}

#news p {
	line-height: 1.3em;
	margin: 1em 0 1.5em 0;
	padding: 0;
}

.more {
	margin: 0;
	padding: 0.5em 0;
	white-space: nowrap;
}

.more a, .more li a {
	color: #f26711;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}

.more a:hover {
	color: #f26711;
	text-decoration: underline;
}

.quarter, .half, .full {
	margin: 1em 0;
	float: left;
	border-left: 1px solid rgb(204,204,204);
}

.quarter {
	width: 17%;
	padding-left: 1em;
	padding-right: 1em;
}

.half {
	text-align: justify;
	width: 50%;
	padding: 0 2em;
}

.onefull {
	text-align: justify;
	width: 780px;
	padding-left: 1em;
	passing-right: 1em;
}

.full {
	text-align: justify;
	width: 98%;
	padding-left: 1em;
	passing-right: 1em;
}


.noBorderOnLeft {
	border-left: none;
}

#footer {
	color: #777777;
	background-color: #e2e2e2;;
	text-align: center;
	overflow: hidden; height: 1%;
        width: 98%;
	padding: 1ex 1%;
	clear: both;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}

#validator {
	float: right;
}

.advisories ul {
	padding-left: 15px;
	margin-left: 0px;
}


pre.example {
	margin-left: 2em;
	padding: 1em 0em;
	border: 2px dashed #c0c0c0;
	background: #f0f0f0;
}

.install-description { 
	display: none;                    
}

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}
