/*Lettertype, grootte en kleur*/
body, table, td, tr, .input_file, .textinput, .input_button, .content_image, .input_checkbox, .input_textarea, .input_text, select, option, editor.body, b, li, hr, h1, h2, h3, h4, h5, h6 {
	font-family : Arial, sans-serif ;
	font-size : 12px;
	color: #010101;
}

/*Kleur van formulier velden. (Donkere kleur)*/
.input_file, .textinput, .content_image, select, option,
.input_button, .input_textarea, .input_text,  .input_select {
	border : 1px solid #19226E;
}

/*Kleur van de links*/
a {
	color: #010101;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #010101;
}

/*De scrollbalk en achtergrondkleur van de site*/
body {
	scrollbar-3dlight-color : #FFA00A;
	scrollbar-arrow-color : #FFA00A;
	scrollbar-base-color : #F2F2F2;
	scrollbar-darkshadow-color : #FFA00A;
	scrollbar-face-color : #FFECCE;
	scrollbar-highlight-color : #FFECCE;
	scrollbar-shadow-color : #FFECCE;
	scrollbar-track-color : #FFFFFF;
	padding-top: 1px;
	background-color: transparent;
}

b {
	font-weight: bolder;
}

hr {
	height : 1px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

.adminbar {
	height: 56px;
}

.adminbar_logo {
	background-image: url(../../images/po/logo/logo.jpg);
	background-repeat: no-repeat;
	width: 185px;
	height: 56px;
}

.adminbar_content {
	background-color: #FFFFFF;
	padding : 4px 0px 0px 20px;
	width: 640px;
}

.adminbar_content span input{
	margin-top: 6px;
}

.td_content {
	background-color: #FFFAF3;
	padding : 4px 0px 0px 0px;
}

.img_content { 
	margin: 0px 2px 0px 2px;
}

.input_file, .img_content, select, option, .input_button, 
.input_textarea, .input_text, .input_select {
	border : 1px solid #010101;
}

select, option, .input_select {
	background : #FFFFFF;
}

.input_text {
	background : #FFFFFF;
}

.input_textarea {
	background : #FFFFFF;
}

.input_checkbox {
	background : transparent;
}

.input_button {
	font-size: 10px;
	background-image: url(/po/images/oh/button_blank.gif);
	margin-top: 2px;
}

.input_file {
}

fieldset {
	border: 1px solid #FFA00A;
	background-color: #FFFAF3;
	padding: 3px 3px 3px 3px;
}

iframe {
	border: 1px solid #FFA00A;
}

body.downloadmanager {
	background-color: #FFFAF3;
	background-image: none;
}

a img {
	border: none;
}

.dirView a {
	font-weight: normal;
	text-decoration: none;
}

.dirView a:Hover {
	text-decoration: underline;
}

/* Directory tree */

.dirView_item {
	padding: 1px 1px 1px 3px;
	width: 100%;
	vertical-align: middle;
	color: Black;
	cursor: default;
	border-top: 1px none Black;
	border-bottom: 1px none Black;
}

.dirView_activeItem {
	padding: 1px 1px 1px 3px;
	width: 100%;
	cursor: default;
}

.dirView .show {
	padding-left: 15px;
	visibility: visible;
	display: block;
}

.dirView .hidden {
	padding-left: 15px;
	visibility: hidden;
	display: none;
}

#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid #FFA00A;
	padding: 4px;
	background-color: #FFFAF3;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}