@CHARSET "UTF-8";
/*
Includes classes and IDs that are used in all themes/layouts
Andreas Redl 2010, ar@die-softwaremanufaktur.com
*/

/*----------------------------------------
Menu Styles
-----------------------------------------*/
#menu
{
	position:absolute;
	left: 0px;
	top:0px;
	width:210px;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.menuend	/*the black line at the end of the menu*/
{
	width: 210px;
	height: 0px;
	display: block;
	border-top: 1px solid black;
	font-size: 0px;
}

a.men, a.men:link, a.men:visited, div.men 
{
	width:201px;
	height:25px;
	display: block; 
	border-top: 1px solid black;
	border-right: 1px solid black;
	line-height:25px; 
	padding: 2px 4px 2px 4px; 
	margin:0px 0px 0px 0px;
}
/*button below menu*/
#flowerbutton {
	color:#fff; 
	width: 209px;
	height:120px;
	display: block;
	border-right: 1px solid black;
}


/*-----------------------------------------
Language Icons for Language Selection
-----------------------------------------*/
.languageselect
{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 6px 2px;
	width: 205px;
}
.activeflag 
{
	width: 23px;
	padding: 2px 2px;
	border: 1px solid transparent;
	border-radius: 2px;
}

.inactiveflag 
{
	width: 23px;
	padding: 2px 2px;
	background-color: white;
	border: 1px solid transparent;
	border-radius: 2px;
}

/*-----------------------------------------
Query popup
-----------------------------------------*/
.qm_annotation_authordate
{
	font-size:10px;
	color:#000000;
}

/*---------------------------------------
STYLES F?R EDITOR
----------------------------------------*/

.editor {
    background: #67CBE0;
    color:#000000;
}

.editor a{
    color: #000000;
}

.editor h1 {
    color:#000000;
    padding: 10px 12px;
    background-color: #ffffff;
}

.edtable {
    border: 1px solid white;
}
.edtable td {
    border: 1px solid white;
}

textarea {
    font-size: 13px;
}

#edit_wrapper {
    width:100%;
}
#editor_edit{
  background-color: #ff0000;
	width: 50%;
	float:left;
	border-right: 2px solid #999999;
	border-top: 1px solid #999999;
	padding: 5px;
}

#editor_list{

    background-color: beige;
    margin-left: 50%;
    border-top: 1px solid #999999;
    padding: 5px;
    padding-left: 17px;
}


/**
 * Make sure this is also added to / changed in "scripts/EditorNew/css/editor.css"
 */
div.pdftableexportlink {
	clear: both;
}

div.pdftableexportlink.pagebottom {
	margin: 5em 0;
}

div.pdftableexportlink.pagetop {
	margin-bottom: 1em;
}

div.pdftableexportlink a {
	text-decoration: none;
}

div.pdftableexportlink img {
	border: none;
}


/*
 * jQuery UI Datepicker 1.8.1
 * --------------------------
 * Fixes initially visible datepicker div (first init):
 * http://forum.jquery.com/topic/jquery-ui-datepicker-initial-display-none-fixup
 */
#ui-datepicker-div { display:none; }
