
body {
	
	font-family:arial;
	font-size: 12px;

}

a {
	color: #a90e0e;
}

a img {
	border:0;
}



/*///////////////////////////////
////////// Boxes 
///////////////////////////////*/


div.errorbox,div.infobox,div.okbox {

	font-size: 12px;
	margin-bottom: 15px;
	padding: 10px;

	padding-top: 15px;
	padding-left: 60px;	
	background-position: 10px 10px;	
	background-repeat: no-repeat;	

	vertical-align: bottom;

	min-height: 45px;
	height: auto;
	background-color: #FFFFFF;
}



div.errorbox {
	background-image: url(../images/icos/error.gif);
}

div.infobox {
	background-image: url(../images/icos/info.gif);

}

div.okbox {
	background-image: url(../images/icos/ok.gif);
}




/*\*/
* html div.errorbox {
	height: 46px;
}
/**/

/*\*/
* html div.infobox {
	height: 46px;
}
/**/

/*\*/
* html div.okbox {
	height: 46px;
}
/**/


/*///////////////////////////////
////////// Buttons
///////////////////////////////*/


.icoLinkRight a {
	float:right;
	padding: 5px;
	display:block;	
	text-decoration:none;
}

.icoLinkRight a:hover {
	text-decoration:none;
	background-color: #EEEEEE;
	
}

.icoLinkRight .clr {
	clear:both;
	padding-bottom: 5px;
}

/*///////////////////////////////
////////// Table
///////////////////////////////*/

table.table {
		
}

table.box table.table {
	border: 0;
}


table.box table.table tr.legend td {
	border-top-color: #eeeeee;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}


table.table tr td {
	padding: 7px;

	font-size: 12px;
	border-bottom-color: #eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: left;
}

table.table tr td.bold {
	font-weight:bold;
	color:#666666;

}


table.table tr.legend td {

	font-weight: bold;
	color: #444444;
	background-color: #dfdfdf;
	border: 1px solid #CCC;
	
}


table.table tr.row1 {
	background-color: #F4F4F4;
}
table.table tr.row0 {
	background-color: #FFFFFF;


}
table.table tr.rowlast td {
	border-bottom-width: 0px;
}


table.table .item_clickable {
	cursor: pointer;
}

table.table .row_clickable_over td {
	background-color: #eeeeee;

}

table.table .legend .sortable {
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(../images/sorter_bg.gif);
}

table.table .legend .sortableSelected {
	border: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	background-color: #F1EEEE;
}

table.table .legend .sortableDir0 {
	background-image: url(../images/sorter_asc.gif);
}

table.table .legend .sortableDir1 {
	background-image: url(../images/sorter_desc.gif);
}


/*///////////////////////////////
////////// Form 
///////////////////////////////*/


form {
	display:inline;
}

form.frm table input,form.frm table select,form.frm table textarea {
	width: 200px;
	padding: 3px;
	font-size: 11px;
}

form.frm div.alert {
	color: red;

}



form.frm div.alert select, form.frm div.alert input,form.frm div.alert textarea {
	border-color:red;
}

form.frm div.title {
	font-weight: bold;
	background-color: #EFEFEF;
	padding: 5px;
}



form.frm div.tooltip {
	display:inline;
}

form.frm div.tooltip div {
	background-image: url(../images/icos/help.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 5px;	
	padding-left: 60px;
	width: 160px;
	height: 90px;

	text-align:justify;
	border-width: 1px;
	border-color:  #C0C0C0;
	border-style:solid;	
	background-color: #FFFFFF;


	Z-index: 500;
	display:none;
	position: absolute;
	top: 0px;
	left: 0px;

}	


/* Richt text editor */

.rteImage {

	border: 1px solid #D3D3D3;
	cursor: pointer;
	cursor: hand;
}

.rteImageRaised, .rteImage:hover {

	border: 1px outset;
	cursor: pointer;
	cursor: hand;
}

.rteImageLowered, .rteImage:active {

	border: 1px inset;
	cursor: pointer;
	cursor: hand;
}


/*///////////////////////////////
////////// Page numbers
///////////////////////////////*/

div.pagenumbers {
	margin-top: 10px;
	text-align:center;
	font-size: 13px;
}

div.pagenumbers div.sel {
	color: #000000;
	padding: 3px 6px; 
	display:inline;
	margin-right: 3px; 
	font-weight: bold;
}

div.pagenumbers a,div.pages a:visited,div.pages a:active {
	margin-right: 1px; 
	padding: 3px 6px; 
	text-decoration: none;

}

div.pagenumbers a:hover {
	background-color:  #333333;
	border-style:solid;
	border-width: 1px;
	padding: 1px 5px; 
	border-color: #333333;
	text-decoration: none;
	color: #FFFFFF; 
	font-weight: bold;
	
}



/*///////////////////////////////
////////// Imagepopup
///////////////////////////////*/

.ImagePopupBackground {
	background-color: #000000;
	opacity: 0.1;
	position: absolute;
	top:0;
	left:0;
	z-index: 220;
}

.ImagePopupImg {
	position: absolute;
	z-index: 225;
	
	
}

.ImagePopupImg {
	padding: 5px;
	border: 1px solid #444444;
	background-color: #FFFFFF;
}

.ImagePopupTitle {

	z-index: 226;	
}

.mediaPopup {
	cursor: pointer;

}


/*///////////////////////////////
////////// Extended
///////////////////////////////*/


.emailLink {
  display:inline;
}
