*		{ margin: 0px; padding: 0px; }
body, html	{ width: 100%; }
img, input	{ border: 0px; }
body
{
	background-image: url(../Images/background.png);
	background-repeat: repeat-x;
	background-color: #333333;
	text-align: center;
}

#border {
	background-image: url(../Images/border_background.png);
	background-repeat: repeat-x;
	
	margin: 20px auto 0px auto;
	padding: 0px 20px 30px 20px;
	
	width: 960px;
	min-height: 660px;
}

#border_top {
	margin: 0px -20px 13px -20px;
	font-size: 0px;
	height: 7px;
}

#border_top img		{ margin-top: -1px; float: left;  }
#header img		{ float: left; }

#print_header { display: none; }
#border_top .right, #inforitus_top .right, #inforitus_bottom .right, #header .right, #subheader_bottom .right
{
	float: right;
}
/**
 * The help overlay window provides help to any page listed in the Inforitus system. This is
 * a critical feature, seeing it will make things a lot clearer for the end-user of Inforitus.
 */

#help_overlay
{
	background-color: #000000;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	
	display: none;
}

#help_contents {
	position: absolute;
	top: 0; left: 25%;
	
	margin: 5% auto 0px auto;
	height: 80%;
	width: 50%;
	
	display: none;
}

#help_header .right { float: right; margin-right: 0px; }
#help_header img    { float: left;  margin-right: 5px;}

#help_header {
	line-height: 28px;
	text-align: left;
	height: 28px;
	
	font-size: 11px;
	color: #FFFFFF;
	width: 100%;
}

#help_text {
	background-color: #FFFFFF;
	border: 1px solid #739aa5;
	text-align: left;
	border-top: none;
	padding: 10px;
	
	line-height: 1.6;
	font-size: 11px;
	
	max-height: 80%;
	overflow: auto;
}

#help_edit {
	padding-right: 10px;
}

#help_edit ul li {
	background-repeat: no-repeat;
	background-position: right;
	display: inline-block;
	
	padding: 0px 15px 0px 15px;
	float: left;
}

#help_edit ul {
	list-style: none;
	color: #FFFFFF;
	
	display: inline;
	float: right;
}

#help_text textarea {
	border-left: 1px solid #C0C0C0;
	border-right: none;
	
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;

	padding-left: 5px;
	height: 360px;
	width: 99%;
}

#help_text h2 {
	font-weight: bold;
	font-family: Arial;
	color: #1d738a;
	font-size: 16px;
}

#help_text h3 {
	border-top: 1px solid #e4e4e4;
	margin-top: 15px;

	padding: 15px 0 3px 0;
	font-weight: bold;
	color: #28849d;
	font-size: 11px;
}

#sel_language {
	font-size: 11px;
	display: none;
}

/**
 * The white inner-content field;
 */

#inforitus {
	background-image: url(../Images/inner_background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 11px;
	
	padding: 0px 5px 0px 5px;
}

#inforitus_top {
	margin: 0px -5px 0px -5px;
	font-size: 0px;
	height: 6px;
}

#inforitus_top img	{ float: left;  }

#inforitus_bottom {
	margin: 0px -5px 0px -5px;
	font-size: 0px;
	height: 6px;
}

/**
 * Various definitions for the header included in the admin, which features a number of
 * special tricks, like collapsing and stuff. This needs special styles too
 */

#help_edit a:hover, #header a:hover { color: #CFCFFF; }
#help_edit a, #header a { color: #FFFFFF; text-decoration: none; }
#header   {
	background-image: url(../Images/header_top_bg.jpg);
	background-repeat: repeat-x;
	
	height: 28px;
}

#header ul li {
	background-repeat: no-repeat;
	background-position: right;
	display: inline-block;
	
	padding: 0px 15px 0px 15px;
	float: left;
}

#header ul {
	list-style: none;
	margin: 7px 15px 0px 0px;
	color: #FFFFFF;
	
	display: inline;
	float: right;
}

#header_icons img { margin-right: 5px; }
#header_icons {
	margin-left: 12px;
	margin-top: 7px;
	float: left;
}

#subheader_bottom img { margin-top: -4px; }
#subheader_bottom {
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: -2px;

	font-size: 0px;
	height: 2px;
}

#subheader_small img { display: none; }
#subheader_small {
	position: absolute;
	margin-left: 15px;
	margin-top: 2px;
}

#subheader_large img {
        margin-top: 23px;
        margin-right: 30px;
}
#subheader_large {
	background-repeat: no-repeat;
	background-color: #55c2e1;
	height: 118px;
}

/**
 * The menu and content fields have actual ID's as well, which is what the following
 * definitions will be doing and controlling and styling and stuff.
 */

#container {
	margin-bottom: 10px;
	overflow-x: hidden;
	padding-left: 3px;
}

#container_large {
	margin-bottom: 10px;
	overflow-x: hidden;
}

#menu {
	background-image: url(../Images/menu_background.jpg);
	background-repeat: repeat-y;
	margin: 7px 0 0 -230px;
	font-size: 0px;
	display: inline;
	
	width: 230px;
	float: left;
}

#menu_container {
	padding: 17px 0 13px 0;
}

#inhoud {
	margin-left: -230px;
	float: right;
	width: 100%;
	overflow-x: auto;
}

#inhoud a, #inhoud a:hover { color: #40769a; }

#inhoud_large {
	padding: 20px;
}

#inhoud_large h2 { font-family: Cambria; margin-bottom: 10px; }
#inhoud_large p {
	margin-left: 10px;
	font-style: italic;
	color: #454545;
}

.menu_item a:hover { color: #000000; }

.menu_item a  { text-decoration: none; color: #454545; }
.menu_item h3 {
	padding: 10px 0 0 25px;
	cursor: pointer;
	height: 23px;
}

.menu_item li { line-height: 1.6; }
.menu_item ul {
	border-left: 1px solid #DEDEDE;
	margin: 10px 0 10px 25px;
	
	list-style: none;
	padding-left: 8px;
}

.menu_item {
	background-image: url(../Images/menu_button.jpg);
	background-repeat: no-repeat;
	margin-bottom: -1px;
	width: 208px;
}

.menu_item_dragging {
	background-color: #FFFFFF;
	border: 1px dashed #AAAAAA;
	margin: -2px 0px 2px 0px;
	
	height: 33px;
	width: 206px;
}

/**
 * The content field has its own list of defines. While each module can define its own styles,
 * we have the global title, breadcrumps and buttons to take into account.
 */

#contentheader {
	margin: 5px 3px 10px 0;
	border-bottom: 1px solid #e7e5e6;
}

#contentheader h2 {
	font-family: "Arial";
	font-size: 18px;
	color: #53C2E0;
}

#contentheader #buttons {
	float: right;
}

#contentheader #breadcrumbs  a:hover { color: #666666; }

#contentheader #breadcrumbs  a { text-decoration: none; color: #999999; }
#contentheader #breadcrumbs li { display: inline; }
#contentheader #breadcrumbs {
	padding: 1px 0 3px 0;
	font-size: 11px;
}

#note {
	background-color: #FFFEEE;
	border-bottom: 1px solid #e7e5e6;
	margin: -10px 0 10px 0;
	padding: 10px;
}

#note ul { padding-left: 20px; }
#note li { display: block; }

/**
 * lists..
 */

#page li { font-size: 11px; line-height: 1.5; }
#page ul {
	padding: 10px 0 10px 20px;
}

.content_table{
width: 90%;
font-family: Verdana;
font-size: 11px;
border: 1px solid #d7d6d6;
border-collapse:collapse;
}

.content_table_td_head{
background: url(../Images/td_head.jpg) repeat-x top left;     
height: 27px;
padding-left: 3px;
padding-right: 3px;
border: 1px solid #dadada;
border-left: none;
border-bottom: 2px solid #dadada;
white-space: nowrap;
}

.content_table_td{
padding-left: 3px;
padding-right: 3px;
line-height: 22px;
border-left: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
white-space: nowrap;
}

/**
 * Tabs..
 */

#tabList {
	margin: -11px 0 0 0;
	background-color: #FF0000;
}

#tabList ul { padding: 0px; }

#tabList li {
	background-image: url(../Images/tab.jpg);
	display: inline-block;
	margin-right: 5px;
	padding: 5px 0 0 10px;
	width: 135px;
	height: 24px;
	color: #888888;
	cursor: pointer;
	float: left;
}

#tabList .tabOpen {
	background-image: url(../Images/tab_active.jpg);
}

.tabPage {
	font-size: 11px;
	padding-top: 10px;
	display: none;
	width: 100%;
}

.tabPageOpen {
	display: block;
}

/**
 * Entities within the form area, things like the forms, fields, headers and whatever more,
 * which basically is required in order to show things correctly.
 */

label.error { color: red; }
 
#page form {
	margin-top: 15px;
}

#page form .lbError { color: #FF0000; }
#page form label {
	display: inline-block;
	padding-bottom: 4px;
	line-height: 24px;
	font-size: 11px;
	width: 20%;
}

#help_text input, #page form input[type="submit"] {
	background-image: url(../Images/blue.button.jpg);
	padding: 5px 0 5px 0;
	font-family: Verdana;
	margin: 10px 0 0 0;
	font-size: 11px;
	color: #FFFFFF;
	width: 111px;
}

#page form input[type="text"], #page form input[type="password"] {
	background-image: url(../Images/input-bg.jpg);
	padding: 3px 10px 5px 5px;
	width: 238px;
	height: 16px;
}

#page p { 
	font-size: 11px;
	line-height: 1.5;
	color: #404040;
}

#page a:hover { color: #074f62; }
#page a {
	text-decoration: none;
	color: #1d819c;
}

#page .documentation_tree    { margin-top: 10px; }
#page .documentation_tree ul {
	padding: 5px 0 5px 20px;
}

#page h4 {
	font-size: 14px;
}

#page h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

#page .list_name {
	font-weight: bold;
	float: left;
	width: 15%;
}

#page .list_value {
	float: left;
	width: 85%;
}

#page .dev_shortlist { padding: 0px; list-style: none; }

/**
 * Tables...
 */

#page table {
	margin: 15px 0 15px 0;
	font-size: 11px;
}

#page table thead th {
	background-color: #d5f6ff;
	padding: 4px;
}

#page table tbody td {
	border-bottom: 1px solid #c6f0fb;
	padding: 2px 2px 3px 4px;
}

/**
 * The pager...
 */

#pager {
	padding-left: 5px;
}

#pager ul { margin: 0 2px 0 2px; padding: 0px; }
#pager li {
	margin: 0 2px 0 2px;
	padding: 2px 0 2px 0;
	
	background-color: #d5f6ff;
	display: inline-block;
	text-align: center;
	width: 23px;
	float: left;
}

#pager .scroll {
	background-color: #d5f6ff;
	text-align: center;
	padding: 3px 0 4px 0;
	width: 23px;
}

#pager .current_page { font-weight: bold; background-color: #FFFFFF; }

#pager div {
	display: inline-block;
	float: left;
}

/**
 *
 */

#downloadButton, #helpButton     { cursor: pointer; }
#download_container {
	margin: 16px 0px 0px -133px;
	position: absolute;
	font-size: 0px;
	width: 151px;
}

#download_overlay {
	width: 151px;
	display: none;
}

#download_overlay p {
	position: absolute;
	font-size: 11px;
	color: #FFFFFF;
	
	margin: 7px 0px 0px 11px;
}

#download_overlay a:hover { color: #126e88; }	
#download_overlay a	  { color: #3F3F3F; text-decoration: none; }

#download_overlay li {
	line-height: 33px;
	border-bottom: 1px solid #e4e4e4;
	font-size: 11px;
	height: 33px;
}

.download_end	     { margin-top: -1px; }
#download_overlay ul {
	background-image: url(../Images/download_bg.png);
	padding: 0px 15px 0px 11px;
	list-style-type: none;
	width: 125px;
}

/**
 * A certain class for the timer and debug information, which should be included at the end
 * of each webpage if the logged in user is an administrator. Full width- and height, yellowish
 * background and a nice 2px border on top of it.
 */

#exec_timer {
	background-color: #FFF8DC;
	position: absolute;
	border-top: 2px solid #000000;
	padding-top: 2px;
	
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#footer {
	padding-right: 6px;
	text-align: right;
	color: #404040;
}

.xdebug-trace {
	background-color: #FFFFFF;
}
