/*
	Copyright (c) 2008, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.6.0
*/
html {
	color: #000;
	background: #FFF;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, select, textarea, blockquote {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

th {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

legend {
	color: #000;
}

del, ins {
	text-decoration: none;
}

/* 	OWN STYLES FROM HERE ONWARDS

	---------- DEFAULT ELEMENT STYLES ---------- */
body {
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

table {
	/* margin: 3px 3px 3px 3px; */
}

td {
	font-family: inherit;
	font-size: 12px;
	font-weight: inherit;
}

th, td {
	padding: 3px 3px 3px 3px;
}

h1 {
	/* font-size: 20pt; */
	font-weight: bold;
}

h4 {
	font-weight: bold;
	/* font-size: 10pt; */
	font-style: italic;
	color: #666666;
}

h5 {
	font-size: 12px;
	color: #000000;
}

select, input[type=button], input[type=submit], button {
	cursor: pointer;
}

label {
	cursor: inherit;
}

input, select, textarea {
	font-family: inherit;
	border-color: #888888;
	border-style: solid;
	border-width: 1px;
	font-size: 1em;
}

input[type=text], input[type=password], textarea {
	padding: 1px 0px;
}

input[type=checkbox], input[type=radio] {
	vertical-align: text-bottom;
	margin: 0px 3px;
}

input[type=file] {
	border: 0px;
}

pre {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

hr {
	/* A bit thinner */
	height: 1px;
	border: 0;
	color: #b8b8b8;
	background-color: #d3d3d3;

	/* A bit thiker
	border-style: solid;
	border-width: 0px; 
	border-color: #b8b8b8;
	*/
}

/* Remove unwanted padding in Firefox */
input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*	---------- HEADER ----------
	Defines the main header shown on the page. Contains only few elements 
	mainly the span, which contains the name specified for the current user.
*/
.main_header {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	background-color: #EE7B3C;
	font-family: verdana;
	font-size: 25px;
	color: white;
}

.main_header span {
	padding: 0px 0px 0px 10px;
}

/* 	---------- TOP MENU ----------
	Defines the module menu rigth after header div.
*/
ul.top_menu {
	list-style-type: none;
	padding: 3px 3px 3px 10px;
	margin: 0px 0px 10px 0px;
	/*TEST*/
	background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
}

li.top_menu {
	display: inline;
	padding: 0px 3px 0px 3px;
}

/* 	CONTENT 
	Defines the main content area which comes after the horizontal module menu-list.
	Everything that is loaded for the module content should be put in here. And this
	should have the 100% width of the page.
*/
.contentArea2 {
	/* top, right, bottom, left */
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
}

/* 	Content area is filled with 'contentContainer' which can then have the content itself
	inside of them, but they may also contains more 'contentContainer'
*/
.contentContainer {
	float: left;
	margin: 0px 10px 10px 0px; /* top, right, bottom, left */
}

/*	The 'container_main' div is the main box div which has some content wraped around with
	a border to show that content inside is somehow connected with each other.
*/
.container_main {
	/* margin & padding: top, right, bottom, left */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #b8b8b8;
	border-radius: 4px;
	/* To make the boarder stretch all the way including all float elements inside */
	overflow: hidden;
	height: 100%;
	/* clear: both; */
}

.container_main_floating {
	/* margin & padding: top, right, bottom, left */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #b8b8b8;
	float: left;
	/* To make the boarder stretch all the way including all float elements inside */
	overflow: hidden;
	height: 100%;
	/* clear: both; */
}

/*	The 'container_header' defines a header for the 'container_main' and comes with 
	a min-heigth. At minimun a grey header bar in the 'container_main' 
*/
.container_header {
	/*TEST
	padding: 0px 3px 0px 3px;
	*/
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 3px 0px;
	background-color: #EE7B3C;
	overflow: auto;
	width: inherit;
	clear: both;
	font-weight: bold;
	color: #fff;
}

.container_header > a {
	color: white;
}

.container_header > a:link {
	color: white;
}


.container_header_login {
	/* Header aka the place where the heading is */
	/* margin & padding: top, right, bottom, left */
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 3px 0px;
	background-color: #EE7B3C;
	clear: both;
	/* Text styles*/
	font-family: Verdana;
	font-weight: bold;
	color: #fff;
}

.header_content {
	color: white;
}

/*	The 'container_footer' defines a generic footer to create space at the bottom. */
.container_footer {
	/* Footer aka the place where the (add, modify, delete) buttons are */
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	overflow: auto;
	width: inherit;
	/* width: 100%; */
	clear: both;
}

/* Fix if button isn't inside a 'container_cell' */
.container_footer > .clsButtonStyle {
	margin: 0px 0px 0px 3px;
}

/*	The 'container_row' defines a generic row, which will not use space horizontally if empty */
.container_row {
	/* Aka row container */
	margin: 0px;
	padding: 0px;
	overflow: auto;
	width: inherit;
	/* width: 100%; */
	clear: both;
	line-height: 18px;
}

.container_row > table {
	margin: 3px 3px 3px 3px;
}

.container_row > .clsButtonStyle {
	margin: 3px 3px 3px 3px;
}

/*	The 'container_cell', 'container_input' and 'container_label' are default classes for
	the custom tags and will be assigned to them if not overridden.	The container_cell contains
	container_input and migth contain the 'container_label' depending on the tag if it comes 
	with a label on default or not.
*/
.container_cell {
	background-color: inherit;
	float: left;
	padding: 0px 3px 0px 3px;
	margin: 3px 0px 3px 0px;
	overflow: hidden;
}

.container_cell_plain {
	background-color: inherit;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

.container_input {
	max-width: 100%;
	float: right;
}

.container_label {
	padding: 0px 5px 0px 0px;
	width: 110px;
	float: left;
	overflow: hidden;
	text-overflow: '..';
}

/* ---------- LEFT MENU, RIGHT MENU (& (GENERAL) MENU CONTAINERS) ---------- */
.leftMenuContainer {
	float: left;
	margin: 0px 10px 10px 0px;
	color: black;
}

.leftMenuContainer .container_main {
	
}

.leftMenuContainer .container_row {
	padding: 0px 10px 0px 10px;
}

.rigthMenuContainer {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.menuContainer {
	float: left;
	margin: 0px 10px 10px 10px;
}

.leftMenuTargetGroupCriteria {
	background-color: white;
	width: 150px;
	position: fixed;
	top: 220px;
	left: 10px;
}

/* ---------- ELEMENT SPECIFIC CLASS STYLES ---------- */
.clsButtonStyle {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 3px;
	padding: 1px 3px 1px 3px;
	cursor: pointer;
	border: solid 1px;
	border-radius: 4px;
	/*TEST*/
	background-color: #e1e1e1;
}

/* ---------- LINKS AND ANCHOURS ---------- */
a {
	color: black;
	cursor: pointer;
	text-decoration: underline;
	font-family: inherit;
}

a:link {
	color: black;
	cursor: pointer;
	text-decoration: underline;
}

a:visited {
	
}

a:hover {
	text-decoration: underline;
}

a:active {
	
}

a.sorting {
	color: #000;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}

a.sorting:link {
	font-weight: bold;
	text-decoration: none;
}

a.sorting:visited {
	
}

a.sorting:hover {
	
}

a.sorting:active {
	
}

a.menu_link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.menu_link_2nd_level {
	color: #000;
	text-decoration: none;
}

a.top_menu {
	color: #000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

/*	---------- MISC / ALL-AROUND STYLES ----------
	Define here some common styles for the layout.
*/
.odd_row {
	/*TEST background-color: #F0F0F0; */
	background-color: #F3F3F3;
}

.even_row {
	background-color: #FFFFFF;
}

.odd_row:hover, .even_row:hover {
	background: #d8d9cc;
}

.row_separator {
	border-style: solid none none none;
	border-width: thin;
	border-color: #F0F0F0;
}

.default_list {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.default_list_element {
	margin: 5px 0px 5px 0px;
}

.user_messages {
	border-style: solid;
	border-width: 1px;
	background-color: #FF0000;
	font-weight: bold;
	color: white;
}

.centered_v {
	max-height: 99%;
	margin-top: auto;
	margin-bottom: auto;
}

.centered_h {
	max-width: 99%;
	margin-left: auto;
	margin-right: auto;
}

.account_info_tab {
	font-weight: bold;
}

.hidden {
	display: none;
}

.field_highligth {
	background-color: #FF0033;
}

.cooltree_node {
	text-decoration: none;
}

.cooltree_node input {
	margin: 0px 5px 0px 0px;
}