/*

QuickSite Wireframe CSS

This is the main stylesheet

author:		Ron Hall, Busy Noggin, Inc.
e-mail:		templavoila@busynoggin.com
website:	www.busynoggin.com & templavoila.busynoggin.com

*/

/* @group Reset Styling */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

a:active {
	outline: none;
	}

a:focus {
	-moz-outline-style: none;
	}

/* @end Reset Styling */

/* @group Base Styling */

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	font-weight: normal;
	height: 100%;
	background: url(images/page_bg.png) repeat-x 0 -3px #7F8183;
}

/* NOTE: Much of the typography styling is handled in rte.css */


/* @group Table Styling */

/* NOTE: Table Styling is mostly handled in rte.css */
table {
	border-collapse:collapse;
	width: 100%;
	}

/* @end Table Styling */

/* @group Additional Tags */


pre {
	margin-bottom: 15px;
	}

code {
	margin-left: 10px;
	margin-right: 10px;
}

pre code {
	margin-left: 0px;
	margin-right: 0px;
	}

pre,
code {
	font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
	}


/* @end Additional Tags */

/* @group Forms */


form input, form textarea {
	margin-right: 5px;
	}

form input:focus, form input:hover {
	color: black;
	}

form select {
	font-size: 11px;
	}

form option {
	margin: 0px;
	margin-left: 5px;
	margin-right: 10px;
	}

optgroup {
	font-weight: bold;
	font-style: italic;
	margin: 0;
	margin-top: 5px;
	}

optgroup option {
	padding-left: 5px;
}

legend {
	font-weight: bold;
	color: black;
	}


/* @end Forms */

/* @end Base Styling */

/* @group Common Classes */

.clear {
	clear: both;
	}

.clearOnly {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
	}

.outOfSight {
	overflow: hidden;
	width: 0;
	height: 0;
	float: left;
	}

.csc-firstHeader {
	margin-top: 0px;
	}

.graphicTextWrapper {
	overflow: hidden;
	}

.graphicText {
	line-height:300px;
	display: block;
	}

/*.collapsable-container-1 {
	background-color: #DFDFDF;
}*/
.collapsable-container-1 .collapseLink {
	font-size: 9px;
	margin-left: 5px;
	height: 20px;
	cursor: pointer;
}
/* @end Common Classes */

/* @group Layout */

#pageWrap {
	width: 930px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 30px;
	}
#middleArea {
	background: #D4D4D4 url(images/menue_bg.png) repeat-x;
	border-left: 1px solid #F2F2F2;
	border-right: 1px solid #F2F2F2;
	float: left;
	width: 760px;
	position: relative;
}
#versionNumber {
	float: right;
	color: #666;
	padding-top: 5px;
}
#versionNumber #number {
	font-size: 43px;
}
/*
#feature {
	margin-bottom: 20px;
	}
*/
#generatedContent-1 {
	width: 135px;
	float: left;
}
#generatedContent-1 #indexedsearchbox form {
	margin-bottom: 2px;
}
#generatedContent-1 #indexedsearchbox input.searchbox-sword {
	border: 1px solid #ccc;
	width: 100%;
}
/*
#generatedContent-2 {
	width: 230px;
	float: right;
	}
*/
/*#f1d #contentBlock-1 {
	float: right;
	width: 730px;
	}

#f1e #contentBlock-1 {
	float: left;
	width: 730px;
	}

#f1f #contentBlock-1 {
	float: left;
	width: 480px;
	}

#f2a #contentBlock-1 {
	float: left;
	width: 730px;
	}

#f2a #contentBlock-2 {
	width: 230px;
	float: right;
	}

#f2b #contentBlock-1 {
	float: left;
	width: 730px;
	}

#f2b #contentBlock-2 {
	width: 230px;
	float: right;
	}

#f2c #contentBlock-1 {
	float: left;
	width: 730px;
	}

#f2c #contentBlock-2 {
	width: 230px;
	float: right;
	}
*/

#f2d #contentBlock-1-wrap {
	float: left;
	width: 616px;
	border-left: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
	background-color: white;
	margin-right: 5px;
	min-height: 427px;
	padding-top: 8px;
	font-family: Verdana;
	}
#f2d #contentBlock-1-wrap #contentBlock-1 {
	padding: 5px;
}
#f2d #contentBlock-2-wrap {
	width: 160px;
	float: right;
	margin-top: 8px;
	}

#f2d #contentBlock-1-wrap a,
#f2d #contentBlock-2-wrap a {
	text-decoration: underline;
}

#f2d #contentBlock-1-wrap a:hover,
#f2d #contentBlock-2-wrap a:hover {
	text-decoration: none;
}
#f2d #contentBlock-1-wrap .news-latest-container a {
	text-decoration: none;
}

/*
#f2e #contentBlock-1 {
	float: left;
	width: 480px;
	margin-right: 20px;
	}

#f2e #contentBlock-2 {
	width: 230px;
	float: left;
	}

#f3a #contentBlock-1,
#f3b #contentBlock-1 {
	float: left;
	width: 480px;
	margin-right: 20px;
	}

#f3a #contentBlock-2,
#f3b #contentBlock-2 {
	width: 230px;
	float: left;
	}

#f3a #contentBlock-3,
#f3b #contentBlock-3,
#f3c #contentBlock-3,
#f3d #contentBlock-3 {
	width: 230px;
	float: right;
	}

#f3c #contentBlock-1,
#f3d #contentBlock-1 {
	float: left;
	width: 480px;
	}

#f3c #contentBlock-2,
#f3d #contentBlock-2 {
	width: 230px;
	float: left;
	margin-right: 20px;
	}
*/
/* @end Layout */

/* @group Header */

#header {
	margin-top: 0;
	height: 79px;
	width: 762px;
	background-image: url(images/titel.png);
	position: relative;
}

#header h3#masthead {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 81px;
	top: 32px;
	font-size: 21px;
	}

#header #masthead a {
	display: block;
	padding-left: 90px;
	color: black;

	}
#header ul#language_switch {
	position: absolute;
	left: 674px;
	top: 19px;
}
#header #language_switch li {
	list-style-type: none;
	display: inline;
	margin-right: 4px;
}

#header #language_switch li.active {
	background-color: #808080;
}

#header #logoutlink {
	position: absolute;
	left:660px;
	top: 17px;
}

#header #rootline {
	position: absolute;
	left:170px;
	top: 53px;
	color: #ccc;
}
#header #rootline a {
	color: #ccc;
}
#pageWrap a#imageLink {
	display:block;
	position: absolute;
	left: 10px;
	top: 0;
	width: 146px;
	height: 68px;
}
#pageWrap .topmenu-title {
	position: absolute;
	left: 138px;
	top: 70px;
	width: 587px;
	padding-left: 30px;
	color: white;
	z-index: 1;
	font-size: 16px;
	
}
#pageWrap .topmenu-title .left {
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	position: absolute;
	left:0;
	top: 0;
}
#pageWrap .topmenu-title .right {
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	position: absolute;
	right:0;
	top: 0;
}

/** COLORS **/
#pageWrap.color-orange .topmenu-title {
	background-color: #F7931E;
}
#pageWrap.color-orange .topmenu-title .left {
	background-image: url(images/3rd_level_left_orange.png);
}
#pageWrap.color-orange .topmenu-title .right {
	background-image: url(images/3rd_level_right_orange.png);
}
#pageWrap.color-blue .topmenu-title {
	background-color: #4747A0;
}
#pageWrap.color-blue .topmenu-title .left {
	background-image: url(images/3rd_level_left_blue.png);
}
#pageWrap.color-blue .topmenu-title .right {
	background-image: url(images/3rd_level_right_blue.png);
}
#pageWrap.color-grey .topmenu-title {
	background-color: #808080;
}
#pageWrap.color-grey .topmenu-title .left {
	background-image: url(images/3rd_level_left_grey.png);
}
#pageWrap.color-grey .topmenu-title .right {
	background-image: url(images/3rd_level_right_grey.png);
}


#pageWrap.color-grey #contentBlock-1 .moduleHeader,
#pageWrap.color-grey #contentBlock-2 .moduleHeader {
	background-image: url(images/widget_corner_tp_left.gif);
}
#pageWrap.color-grey #contentBlock-1 .moduleHeader .moduleHeaderInnerWrap,
#pageWrap.color-grey #contentBlock-2 .moduleHeader .moduleHeaderInnerWrap {
	background-image: url(images/widget_corner_tp_right.gif);
}
#pageWrap.color-grey #contentBlock-1 .moduleHeader .moduleHeaderInnerWrap span,
#pageWrap.color-grey #contentBlock-2 .moduleHeader .moduleHeaderInnerWrap span {
	background-color: #808080;
}


#pageWrap.color-orange #contentBlock-1 .moduleHeader/*,
#pageWrap.color-orange #contentBlock-2 .moduleHeader*/ {
	background-image: url(images/3rd_level_left_orange.png);
	background-color: #F7931E;
}
#pageWrap.color-orange #contentBlock-1 .moduleHeader .moduleHeaderInnerWrap/*,
#pageWrap.color-orange #contentBlock-2 .moduleHeader .moduleHeaderInnerWrap*/ {
	background-image: url(images/3rd_level_right_orange.png);
}
#pageWrap.color-orange #contentBlock-1 .moduleHeader .moduleHeaderInnerWrap span/*,
#pageWrap.color-orange #contentBlock-2 .moduleHeader .moduleHeaderInnerWrap span*/ {
	background-color: #F7931E;
}


#pageWrap.color-blue #contentBlock-1 .moduleHeader/*,
#pageWrap.color-blue #contentBlock-2 .moduleHeader*/ {
	background-image: url(images/3rd_level_left_blue.png);
	background-color: #4747A0;
}
#pageWrap.color-blue #contentBlock-1 .moduleHeader .moduleHeaderInnerWrap/*,
#pageWrap.color-blue #contentBlock-2 .moduleHeader .moduleHeaderInnerWrap*/ {
	background-image: url(images/3rd_level_right_blue.png);
}
#pageWrap.color-blue #contentBlock-1 .moduleHeader .moduleHeaderInnerWrap span/*,
#pageWrap.color-blue #contentBlock-2 .moduleHeader .moduleHeaderInnerWrap span*/ {
	background-color: #4747A0;
}


/* ToDo: make sure these colors work on the right area as well */

/* END COLORS*/

#topmenu-menu {
	background-color: #F2F2F2;
	padding-left: 5px;
	border-bottom: 3px solid #E5E5E5;
	margin-bottom: 15px;
}
#topmenu-menu .topmenu-contents {
	
	width: 32%;
	float: left;
}
#topmenu-menu .topmenu-contents .active {
	font-weight: bold;
}


/* @end Header */

/* @group Footer */

#footer {
	
height: 23px;
background: url(images/bottom.png) no-repeat;
overflow: hidden;
}

#footerCopyright {
	float: left;
	color: #999999;
	margin-top: 6px;
	margin-left: 10px;
}
#footerCopyright a#footerHomeLink {
	margin-right: 455px;
}

/* @end Footer*/

/* @group Searchbox */
#indexedsearchbox {
	background-color: #e6e6e6;
	width: 100%;
}
#indexedsearchbox .searchbox-button {
	margin-left: 80px;
	border: none;
	background-color: #ccc;
	cursor: pointer;
}
/* @end Searchbox */
/* @group Local Menu */

#localMenu {
}

ul#localMenu {
	margin-top: 3px;
	margin-left: 0;
	}

ul#localMenu li {
	margin-bottom: 3px;
	list-style: none;
	}

#localMenu li a {
	display: block;
	height: 20px;
	color: black;
	background-color: #e6e6e6;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	font-weight: bold;
	padding-left: 10px;
	font-size: 12px;
	}

#localMenu li a:hover,
#localMenu li.active a {
	color: white;
	background-color: #808080;
	}
#localMenu li.active ul {
	margin-left: 14px;
}
#localMenu li.active li {
	margin-bottom: 0;
}
#localMenu li.active li a {
	border: none;
	height: auto;
	background: none;
	font-weight: normal;
	color: black;
	}

#localMenu li.active {
	}

#localMenu li.active li.active2 a {
	color: #373988;
}

#localMenu li.page-marketing {
	background-color: #FCD77E;
}
#localMenu li.page-marketing a {
	background: url(images/button_orange.png) repeat-x;
	color: #FFF;
}
#localMenu li.page-marketing a:hover {
	background: url(images/button_orange_hover.png) repeat-x;
}
#localMenu li.page-releases {
	background-color: #D1D1E7;
}
#localMenu li.page-releases a {
	background: url(images/button_blue.png) repeat-x;
	color: #FFF;
}
#localMenu li.page-releases a:hover {
	background: url(images/button_blue_hover.png) repeat-x;
}
/* @end Local Menu */

/* @group Module Styling */
.module {
	background: url(images/widget_corner_bt_right.gif) no-repeat right bottom;
}
.moduleHeader {
	margin: 0;
	height: 20px;
	overflow: hidden;
	padding: 0;
	background-color: #008aec;
	color: white;
	background: url(images/widget_corner_tp_left.gif) no-repeat left top;
}

.moduleHeader .moduleHeaderInnerWrap {
	background: url(images/widget_corner_tp_right.gif) no-repeat right top;
	display: block;
}
.moduleHeader .moduleHeaderInnerWrap span {
	display: block;
	background-color: #808080;
	margin-right: 9px;
	margin-left: 9px;
	font-size: 13px;
	height: 18px;
	padding-top: 1px;
}
.moduleFooter {
	margin: 0;
	font-size: 1px;
	height: 9px;
	background: url(images/widget_corner_bt_left.gif) no-repeat left bottom;
	}
.moduleFooter span {
	display: block;
	height: 7px;
	background-color: white;
	margin-left: 9px;
	margin-right: 9px;
	border-bottom: 1px solid #ccc;
}
.moduleBody {
	padding: 8px 8px 8px 8px;
	background-color: white;
	}
.moduleBody p {
	margin: 0;
}
.moduleBodyWrap {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	/* Please note that the thickness values on the two border values above will be overridden in the final output. Make sure these values match the constant moduleBodyBorderWidth */
	}

.unframed .moduleBody {
	padding: 0;
	border: 0;
	}


.moduleBodyBleed {
	padding: 0;
	}

.columnGroup {
	margin-bottom: 10px;
	}

.columnGroupRule {
	border-bottom: 1px solid #7f7f7f;
	}

.moduleGroup {
	margin-bottom: 10px;
	}

.moduleFeature {
	margin-bottom: 15px;
	}

/* @end Module Styling */

/* @begin News Styling */

.news-single-item h2,
.news-latest-item h3 {
	margin-top: 5px;
}

/* @end News Styling */

/* @begin comments Styling */

.tx-comments-pi1 {
	padding-left: 5px;
}

.tx-comments-comment-form h4 {
	margin-top: 5px;
}

/* @end comments Styling */

/** SITE SELECTOR **/
#siteSelector {
        padding-left: 20px;
        height: 20px;
        background-color: #444;/* #5d5d5d*/
}
#siteSelector a {
        color: #7e7e7e;
        margin-right: 15px;
}
#siteSelector a.current {
        color: white;
}
#siteSelectorShadow {
        height: 8px;
        background: url(images/shadow.png) repeat-x;
}


.filelinks .iso {
	background-image: url("images/cd.png");
}
.filelinks .sh {
	background-image: url("images/application_osx_terminal.png");
}
.filelinks .tgz, .filelinks .bz2 {
	background-image: url("images/box.png");
}