* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	background-color: #ddd;
	text-align: center;
}

html, body, div, p, h1, h2, h3, h4, ul, ol, span, a, table, td, form, img, li, ft {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

#doc, #doc2, #doc3 {
	background-color: #fff;
	margin: auto;
}

#yui-main {
	background: #fff url(../admin/img/admin/nav-bg-reverse.gif) repeat-x scroll 0 -10px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	margin: .3em 0;
}

img {
	border: 0px;
}

li {
	list-style: disc;
}

ul {
	margin-left: 3em;
}

h1 {
	font-size: 1.7em;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em;
	color: #006;
	padding-bottom: 10px;
	background-image: url(../img/red_bullet.png);
	background-repeat: no-repeat;
	background-position: 0 1.3em;
	margin: .5em 0;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	color: #006;
	padding-bottom: 10px;
	background-image: url(../img/red_bullet.png);
	background-repeat: no-repeat;
	background-position: 0 1.2em;
	margin: 1em 0;
	margin-top: 40px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #006;
	padding-bottom: 10px;
	background-image: url(../img/red_bullet.png);
	background-repeat: no-repeat;
	background-position: 0 1.2em;
	margin: .8em 0;
}

h4 {
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	color: #006;
	padding-top: 10px;
}

a:link {
	color: #006;
}

a:active {
}

a:visited {
	color: #555;
	text-decoration: underline;
}

#header {
	height: 106px;
	width: auto;
	min-width: 750px;
	color: #036;
}

#header_logo_left {
	float: left;
	width: 180px;
	height: 106px;
}

#header_logo_left_bottom {
	float: left;
	width: 180px;
	height: 28px;
}

#header_logo_center {
	float: left;
	width: 284px;
	height: 106px;
}

#header_logo_right {
	float: right;
	width: 250px;
	height: 106px;
	margin: auto;
	padding-right: 80px; /* Move away from opensourcesupportcard */
}

#header_line {
	width: auto;
	height: 3px;
	background-color: #e71c19;
}

#centerBox {
	position: relative;
	left: 0;
	width: auto;
	z-index: 3;
}

div#breadcrumbs {
	width: auto;
	padding: 0.2em 0.5em;
	font-size: 0.9em;
}

#subpage_table, #content {
	color: #000;
	background-color: #fff;
	width: auto;
	text-align: justify;
	height: 100%;
}

#subpage_table, #actual_content ul {
	clear: left;
}

#content {
	margin: 0.5em;
	width: 60em;
}

	#actual_content ul * ul {
		margin-left: 1.2em;
	}

	#actual_content li {
		list-style-type: none;
		padding-top: .2em;
		background-image: url(../img/red_bullet_single.png);
		background-repeat: no-repeat;
		background-position: 0 0.6em;
		padding-left: 14px;
	}

	/* #actual_content li * li {
		padding-top: .2em;
	} */

	#actual_content a {
		text-decoration: none;
		color: #006;
	}

	#actual_content a:hover {
		text-decoration: underline;
	}

* html #content {
	margin-top:20px;
}

#sidebar {
	background-image: url(../img/sidebar_bg.jpg);
	background-repeat: repeat-x;
}

#leftContent {
	padding: 10px 10px 0px 10px;
	color: #000;
	font-size: .9em;
}

	#leftContent h1 {
		font-size: 1.4em;
		font-weight: bold;
		text-align: left;
		line-height: 2.4em;
		color: #006;
		padding: 0px 0px 10px 0;
		background-image: url(../img/red_bullet.png);
		background-repeat: no-repeat;
		background-position: 0 1.8em;
		margin: 0;
	}

	#leftContent h2 {
		font-size: 1.2em;
		font-weight: bold;
		text-decoration: none;
		text-align: left;
		color: #006;
		padding: 0px 0px 0px 0px;
		background-image: none;
		margin: 0;
	}

	#leftContent a {
		text-decoration: none;
		color: #006;
	}

	.read_more {
		font-weight: bold;
		font-size: 1em;
		font-style: normal;
		padding: 0px 0px 0px 13px;
	}

	.news_excerpt {
		font-size: 0.9em;
		font-style: italic;
	}

#contact_details {
}

.sidebar_left_contact {
	font-size: 1em;
}

#sidebar_members img {
	margin-bottom: 20px;
}

#ossc_image img {
	margin-bottom:20px;
	margin-top: 20px;
}

/* MENU LANGUAGE */

ul#Menu_Language a {
	color: #c61915;
	display: block;
	text-align: right;
	width: 8.4em;
	border: 1px solid transparent;
	padding: .2em 1em;
}

ul#Menu_Language {
	font-size: 11px;
	float: right;
	position: absolute;
	border-bottom: 0;
	top: 10px;
	right: 120px; /* Was 10px */
	text-align: right;
	color: #c61915;
	margin: 0 40px 0 10px;
}

ul#Menu_Language li {
	list-style: none;
	float: left;
	position: relative;
}

* html ul#Menu_Language li {
	margin-bottom: -.4em;
}

ul#Menu_Language li ul {
	position: absolute;
	top: 1.3em;
	left: -.4em;
	display: none;
	margin: 0;
	padding: 0;
}

* html ul#Menu_Language li ul {
	left: -.4em;
}

ul#Menu_Language li ul li {
	float:none;
	display:block;
}

div#Block_Language {
	clear: left!important;
	background-color: #efefef;
}

* html ul#Menu_Language a {
	width: auto;
}

ul#Language_Item a.odd {
	display: block;
	text-align: left;
	width: 8.4em;
	text-decoration: none;
	border: 1px solid #000;
	border-left-color: #fff;
	border-top-color: #fff;
	color: #000;
	background-color: #efefef;
	padding: .2em 1em;
}

ul#Language_Item a.even {
	display: block;
	text-align: left;
	width: 8.4em;
	text-decoration: none;
	border:1px solid #000;
	border-left-color: #fff;
	border-top-color: #fff;
	color: #000;
	background-color: #cfcfe2;
	padding: .2em 1em;
}

* html ul#Language_Item a {
	width: 6.4em;
}

/* MENU */

div#Menu_Top {
	font-size: 11px;
	height: 28px;
	width: auto;
	min-width: 850px;
	background-color: #c61915;
	background-image: url(../img/menu_1_bg.jpg);
	background-repeat: repeat-x;
}

div#Menu_Bottom {
	font-size: 11px;
	height: 26px;
	width: auto;
	min-width: 800px;
	background-color: #baac8f;
	background-image: url(../img/menu_2_bg.jpg);
	background-repeat: repeat-x;
}

ul#menu_1 {
	margin-left: 185px;
	width: auto;
	padding: 7px 7px 7px 0px;
}

ul#menu_1 a {
	display: inline;
	width: 8em;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #FFF;
	border-right: solid 0 transparent;
	color: #fff;
	padding:.2em 1.2em;
}

* html ul#menu_1 a,* html ul#menu_1 span {
	font-size: 1em;
	width: auto;
	padding: .2em 1.2em;
}

ul#menu_1 a:hover, ul#menu_1 a:active, ul#menu_1 a.selected {
	border-left: 1px solid #fff;
	border-right: solid 0 transparent;
	color: #fff;
	background-color: #555;
}

li#menu-level1-act a {
	border-left-color: #fff;
	color: #fff;
	background-color: #555;
}

ul#menu_2 {
	margin-left: 185px;
	width: auto;
	padding: 7px 7px 7px 0px;
}

ul#menu_2 a {
	display: inline;
	width: 8em;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #fff;
	border-right: solid 3px #baac8f;
	color: #fff;
	padding: .2em 1.2em;
}

ul#menu_1 li, ul#menu_2 li {
	float: left;
	list-style: none;
	position: relative;
}

* html ul#menu_2 a {
	font-size: 1em;
	width: auto;
}

ul#menu_2 a:hover {
	border-left: 1px solid #fff;
	border-right: solid 3px #e71c19;
	color: #fff;
	background-color: #555;
}

ul#menu_2 a:active, ul#menu_2 a.selected {
	border-left: 1px solid #fff;
	border-right: solid 3px #e71c19;
	color: #fff;
	background-color: #e71c19;
}

li#menu-level2-act a {
	color: #fff;
	background-color: #e71c19;
}


/* SHOW TELEPHONENUMBER IN MENU */

#Menu_Telephone {
	position: absolute;
	right: 135px; /* Was 55px before */
	top: 109px;
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 1.2em;
}

#Menu_Telephone, #Menu_Telephone a {
	margin: 0;
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
}

/* FOOTER */

#footer, #footer a {
	width: 100%;
	color: #fff;
	/* background-color: #d31a17; */
	background-image: url(../img/menu_1_bg.jpg);
	background-repeat: repeat-x;
	background-position: 1px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	/* letter-spacing: 3px; */
	padding: .5em 0;
	margin-top: 25px;
}

/* TABLES */

table.boxes {
	border-collapse: separate;
	border-spacing: 6px;
}

td.boxes {
	vertical-align: top;
	padding: 10px;
}

td.boxes a.boxmore {
	display: block;
	text-align: right;
}

td.boxes p {
	line-height: 1em;
}

h3.boxtitle {
	background-image: url(../img/red_bullet_single.png);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 13px;
	font-size: 14px;
}

.boxtitle a {
}

#content a:link, #sidebar_dynamic a:link {
	color: #006;
}

#content p + p {
	margin-top: 1.3em;
}

ul#Menu_Language li:hover ul {
	display: block;
}

ul#Language_Item a.odd:hover,i ul#Language_Item a.even:hover {
	background-color: gray;
	color: #fff;
	border-color: #000 #fff #fff #000;
}

* html div#Menu_Top,* html div#Menu_Bottom {
	width: 100%;
}

div#content table th[colspan] {
	padding: 10px 0px 5px 0px;
	font-size: 1.2em;
}

.contenttable {
	border: 2px;
	border-collapse: collapse;
	border-style: ridge;
	clear: both;
}

.contenttable .tr-0 td {
	background : #555 !important;
	color: #fff;
	font-weight: bold;
}

.contenttable .tr-even td {
	background: #cfcfe2;
}

.contenttable .tr-odd td {
	background: #efefef;
}

.contenttable td {
	border: 0px;
	padding: 2px;
}

.edit {
	float: right;
	margin-right: 5em;
	font-size: 1.3em;
}

.category_list {
	margin-left: 1em;
}

.category_list h2, .category_list h3, .side_box h3 {
	background-image: none;
	margin-top: 1em;
	margin-bottom: 0.4em;
	padding-bottom: 0;
}

.category_list h2 {
	font-size: 16px;
}

.category_list h3 {
	font-size: 14px;
}

.category_list a {
	text-decoration: none;
}

.category_list p {
	margin-left: 4em;
}

.training_project {
	margin-left: 2em;
}

#leftContent * input#id_q {
	width: 100%;
	border: solid 1px #888;
}

input#search_submit {
	float: right;
	border: none;
}

.sidebar_left_header a {
	text-decoration: none;
}


/* CONTACT FORM */

div#contactform * td, div#contactform * th {
	vertical-align: top;
}

div#contactform table th[colspan] {
	padding-top: 0;
}

tr.radio_row th, tr.radio_row td {
	padding-top: 10px;
}

tr.radio_row * ul, tr.radio_row * li {
	list-style: none;
}

#contactform, #training_feedback_form {
	margin-top: 10px;
	display: inline-table;
	padding: 0px 10px 10px 10px;
	/* background-color: #e3e3e3; */
	background-image: url("../img/sidebar_bg.jpg");
	background-repeat: repeat-x;
	border: thin solid #ccc;
}

#contactform h2 {
	margin: 0.5em 0 0 0;
	font-size: 1.2em;
}

#contactform ul.errorlist {
	background: none;
	padding: 0;
	margin: 0;
}

#contactform ul.errorlist li {
	background: none;
	padding: 5px;
	margin: 0px;
	font-weight: bold;
	color: red;
}

.form-success, .form-error, .form-incomplete {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	display: inline-block;
}

.form-success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../img/form-success.png');
}

.form-error, .form-incomplete {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/form-error.png');
}

.form-incomplete {
	background-image: url('../img/form-incomplete.png');
}


/* TRAINING FEEDBACK FORM */

div#training_feedback_form * th {
    width: 50%;
}

div#training_feedback_form * ul {
    margin-left: 0;
    padding-top: 25px;
}

div#training_feedback_form * textarea {
    margin-top: 25px;
}

div#training_feedback_form * textarea#id_address {
    margin-top: 0px;
    height: 6;
}

div#training_feedback_form * li {
    background-image: none;
    padding-left: 0;
}


#content h2 {
	clear: left;
}

.side_box {
	background-color: #e3e3e3;
	border: thin solid #ccc;
	float: right;
	margin: 4em 0 7px 7px;
	padding: 0px 5px 5px 0px;
	width: 200px;
}

.side_box h3 {
	margin-top: 3px;
	margin-bottom: 10px;
}

.reference_box p {
	margin-left: 4px;
}

.customer_tag_line {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* RSS-FEEDS */

.planet_content {
	font-style: italic;
}

.planet_content h2 {
	font-size: 1.1em;
}

.planet_content img {
	float: right;
}

span.searchword {
	color: #ffffff;
	background-color: #38d878;
}

