/**** BEGIN General ****/
.page_header {
	position: relative;
	margin-bottom: 20px;
	width: 95%;
	min-height: 160px;
}

#content_border {
	border-left: 4px solid #33cc33;
}

#content_title {
	position: absolute;
	width: 100%;
	left: 0px;
	height: 20px;
	padding: 10px 0 0 20px;
	border-bottom: 1px solid #33cc33;
	color: #33cc33;
}

#admin_border {
	border-left: 4px solid #cc0000;
}

#admin_title {
	position: absolute;
	width: 100%;
	left: 0px;
	height: 20px;
	padding: 10px 0 0 20px;
	border-bottom: 1px solid #cc0000;
	color: #cc0000;
}

#structure_border {
	border-left: 4px solid #ffa500;
}

#structure_title {
	position: absolute;
	width: 100%;
	left: 0px;
	height: 20px;
	padding: 10px 0 0 20px;
	border-bottom: 1px solid #ffa500;
	color: #ffa500;
}

.page_canvas {
	position: relative;
	top: 30px;
	padding: 20px;
	padding-bottom: 50px;
	color: #45494F;
}

.cursor {
	cursor: pointer;
}

#contentMenu {
	float: right;
	position: relative ;
	margin: 0px;
}

#selectMenu {
	float: left;
	position: relative ;
	margin: 0px;
}

#selectMenu ul,  #contentMenu ul {
	vertical-align: top;
	list-style: none;
	float: left;
}

#content_border #selectMenu li, #content_border #contentMenu li {
	float: left;
	width: 55px;
	height: 47px;
	padding-bottom: 5px;
	padding-top: 2px;
	margin-right: 0px;
	margin-left: 3px;
	background-color: #eef4fc;
	border: 1px solid #6699cc;
	font-size: 9px;
}

#admin_border #selectMenu li, #admin_border #contentMenu li {
	float: left;
	width: 55px;
	height: 47px;
	padding-bottom: 5px;
	padding-top: 2px;
	margin-right: 0px;
	margin-left: 3px;
	background-color: #ffcccc;
	border: 1px solid #cc0000;
	font-size: 9px;
}

#structure_border #selectMenu li, #structure_border #contentMenu li {
	float: left;
	width: 55px;
	height: 47px;
	padding-bottom: 5px;
	padding-top: 2px;
	margin-right: 0px;
	margin-left: 3px;
	background-color: #ffde9f;
	border: 1px solid #ffa500;
	font-size: 9px;
}


#selectMenu input, #contentMenu input {
	position: relative;
	top: -4px;
	width: 32px;
	height: 32px;
	border: 0px;
	margin: 5px 0 0 0;
	padding: 0px;
}


#selectMenu, #selectMenu a, #contentMenu, #contentMenu a
{
	text-align:center;
	font-size: 9px;
	line-height: 9px;

}

#selectMenu a:hover, #contentMenu a:hover {
	text-decoration: none;
}

#selectMenu img, #contentMenu img {
	margin-top: 1px;
}

#paginationBar {
	position: absolute;
	top: 80px;
	clear: both;
	padding: 20px 0px 10px 0px;
	z-index: 150;
}

#paginationBar input {
	background-color: #eeeeee;
	border: 1px solid #859fb4;
}

.error_message {
	color: red;
}
/**** BEGIN LISTTABLES ****/
.ListviewTable {
	clear: both;
	position: relative;
	top: 50px;
	width: 100%;
	font-size: 0.8em;
}

.overview_content {
	position: relative;
	top: 50px;
}

#content_border .listHeader {
	background: #6699cc;
	color: white;
	height: 16px;
	padding: 2px 5px;
	vertical-align: middle;
	border-right:  1px solid #4377a2;
	font-weight: bold;
}

#admin_border .listHeader {
	background: #cc0000;
	color: white;
	height: 16px;
	padding: 2px 5px;
	vertical-align: middle;
	border-right:  1px solid #6f0000;
	font-weight: bold;
}

#structure_border .listHeader {
	background: #ffa500;
	color: white;
	height: 16px;
	padding: 2px 5px;
	vertical-align: middle;
	border-right:  1px solid #7F5607;
	font-weight: bold;
}

#content_border .listRow1 {
	border-bottom: 1px solid #859fb4;
	border-right:  1px solid #859fb4;
}

#content_border .listRow2 {
	border-bottom: 1px solid #859fb4;
	border-right:  1px solid #859fb4;
}

#admin_border .listRow1 {
	border-bottom: 1px solid #6f0000;
	border-right:  1px solid #6f0000;
}

#admin_border .listRow2 {
	border-bottom: 1px solid #6f0000;
	border-right:  1px solid #6f0000;
}

#structure_border .listRow1 {
	border-bottom: 1px solid #ffde9f;
	border-right:  1px solid #ffde9f;
}

#structure_border .listRow2 {
	border-bottom: 1px solid #ffde9f;
	border-right:  1px solid #ffde9f;
}

/**** END Listtables ****/

/**** END General ****/


/**** BEGIN Login ****/
#loginTable input {
	background-color: #eeeeee;
	border: 1px solid #859fb4;
}

#loginTable {
	color: #45494F;
}

#loginTable H1 {
	margin-bottom: 20px;
}
/**** END Login ****/

/**** BEGIN Home ****/
#siteContent {
	border-left: 4px solid #33cc33;
}

.home_buttonBar {
	margin-bottom: 20px;
	width: 99%;
}

#siteContent_title {
	width: 100%;
	height: 20px;
	padding: 10px 0 0 10px;
	border-bottom: 1px solid #33cc33;
}

#siteContent_title h1 {
	color: #33cc33;
}

#siteContent_bar {
	top: 40px;
	width: 95%;
	/*height: 75%;*/
}

#siteContent_bar .module {
	background-color: #ccFFcc;
	border: 1px solid #33cc33;
}

/*********/

#siteStructure {
	border-left: 4px solid orange;
}

#siteStructure_title {
	width: 100%;
	height: 20px;
	padding: 10px 0 0 10px;
	border-bottom: 1px solid orange;
	color: orange;
}

#siteStructure_title h1 {
	color: orange;
}

#siteStructure_bar {
	top: 40px;
	width: 95%;
	/*height: 75%;*/
}

#siteStructure_bar .module {
	background-color: #FFDE9F;
	border: 1px solid orange;
}

/*  ************  */

#siteAdmin {
	border-left: 4px solid #cc0000;
}

#siteAdmin_title {
	width: 100%;
	left: 0px;
	height: 20px;
	padding: 10px 0 0 10px;
	border-bottom: 1px solid #cc0000;
	color: green;
}

#siteAdmin_title h1 {
	color: #cc0000;
}

#siteAdmin_bar {
	top: 40px;
	width: 95%;
}

#siteAdmin_bar .module {
	background-color: #FFCCCC;
	border: 1px solid #cc0000;
}

.module {
	float: left;
	width: 80px;
	height: 85px;
	margin: 5px;
	padding: 5px;
	text-align: center;
}

.module_icon {
	margin: 5px;
	bottom: 0px;
}

.module_title {
	color: black;
	font-size: 0.9em;
}
/****  END Home ****/

/**** BEGIN forms ****/
fieldset {
	padding: 5px;
}

fieldset legend {
	font-weight: bold;
	color: #3B5F9F;
}

.dhtmlgoodies_aTab input, .dhtmlgoodies_aTab textarea, .dhtmlgoodies_aTab select  {
	background-color: #eeeeee;
	border: 1px solid #859fb4;
}

.dhtmlgoodies_aTab input, .dhtmlgoodies_aTab textarea {
	padding: 2px 5px;
}

.dhtmlgoodies_aTab select option {
	padding: 0px 5px;
}

.dhtmlgoodies_aTab p {
	margin: 10px 0px;
}

.dhtmlgoodies_aTab h5 {
	margin: 0 0 3px 0;
}

.squaremargin {
	margin: 20px;
}

/**** END forms ****/


/**** BEGIN Menus ****/
.menuItems_table {
	margin-top: 20px;
	width: 100%;
}

.menuItems_table td {
	background-color: #ffde9f;
	margin: 2px;
}
/**** END Menus ****/

/**** Begin Rightcontent ****/
#RightContent {
	color: #666666;
	font-size: 0.9em;
}

#RightContent h2 {
	font-size: 1.0em;
	font-weight: normal;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}

#RightContent .newsitem {
	margin: 10px 0px;

}

#RightContent .link {
	text-align: right;
}
#RightContent .link a {
	color: #666666;
}
#RightContent .link a:hover {
	text-decoration: underline;
}

#RightContent li {
	padding-bottom: 3px;
	background-image:url(../img/alg/list_divider.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align:bottom;

}

#RightContent ul {
	margin-bottom: 30px;
	list-style: none;
}

/**** End Rightcontent ****/


.optional {
	width: 350px;
	margin: 5px;
}

#filter {
	position:absolute;
	width: 100%;
	height: 80px;
	top: 90px;
	background-color: #cc0000;
	color: white;
	padding: 0px;
}

#filtererdPaginationBar {
	position: absolute;
	top: 180px;
	clear: both;
	padding: 20px 0px 10px 0px;
	z-index: 150;
}

.filteredListviewTable {
	clear: both;
	position: relative;
	top: 155px;
	width: 100%;
	font-size: 0.8em;
}

.filteredOverview_content {
	position: relative;
	top: 155px;
}
