.admin {
	color           : #000000;
	font-family     : verdana,arial,helvetica;
	font-size       : 10pt;
	line-height     : 13pt;
}
a.admin {
	text-decoration : none;
	white-space     : nowrap;
}
img.admin {
	border          : 0;
}
form.admin {
	margin          : 0px;
}
fieldset.admin {
        margin          : 0;
}
input.admin[type="text"], input.admin[type="password"], input.admin[type="submit"], textarea.admin, select.admin, button.admin {
	border          : 1px solid #666666;
	margin          : 1px 0px 1px 0px;
}
input.admin[type="text"], input.admin[type="password"] {
	padding         : 1px 0px 1px 0px;
}
input.admin[type="submit"], button.admin {
	background      : #bbbbbb;
	cursor          : pointer;
}
select.admin, option.admin {
	overflow        : hidden;
}
select.admin option.grey {
	color           : #999999;
}
a.admin0, a.admin1, a.admin2 {
	display         : block;
	padding         : 1px 2px 1px 2px;
	text-decoration : none;
	color           : #333333;
}
a.admin0 {
	background      : #dddddd;
}
a.admin1 {
	background      : #ffffff;
}
a.admin2 {
	background      : #666666;
	color           : #ffffff;
}
a.admin0:focus, a.admin0:hover, a.admin0:active, a.admin1:focus, a.admin1:hover, a.admin1:active {
	background      : #bbbbbb;
}

div#cms1 div.login {
        position        : relative;
        float           : left;
        width           : 24.5%;
}
div#cms1 div.state {
        position        : relative;
        float           : left;
        width           : 49%;
	padding-left    : 1%;
}
div#cms1 div.document {
        position        : relative;
        float           : right;
        width           : 24.5%;
}
div#cms2 div.admin {
        position        : relative;
        float           : left;
        width           : 49.5%;
}
div#cms2 div.history {
        position        : relative;
        float           : right;
        width           : 49.5%;
}
div#cms3 div.meta {
        position        : relative;
        float           : left;
        width           : 100%;
}

span.fix, span.change, span.control {
        color           : #ffffff;
        font-weight     : bold;
        border-width    : 1px;
        border-style    : outset;
        padding-top     : 1px;
        padding-bottom  : 1px;
        padding-left    : 10px;
        padding-right   : 10px;
}
span.fix {
        background      : #00cc00;
        border-color    : #00cc00;
}
span.change {
        background      : #cc0000;
        border-color    : #cc0000;
}
span.control {
        background      : #ffcc00;
        border-color    : #ffcc00;
}
a.state {
        text-decoration : none;
        font-weight     : bold;
        color           : #ffffff;
}
div.alt {
        position        : absolute;
}
div.clear {
        clear           : both;
}


html, body {
	font-family         : verdana, arial, helvetica;
	color               : #000000;
	font-size           : 8.5pt;
	line-height         : 1.5;
}
body {
	margin              : 0px;
	background-color    : rgb(244,236,220);
	background-image    : url('images/background.jpg');
}

.bold          {font-weight : bold !important;}
.normal        {font-weight : normal !important;}
.plain     {text-decoration : none !important;}
.underline {text-decoration : underline !important;}

.left                {float : left;}
.right               {float : right;}
.top                 {vertical-align : top;}
.middle              {vertical-align : middle;}
.bottom              {vertical-align : bottom;}
.clear               {clear : both;}

.white               {color : #ffffff !important;}
.black               {color : #000000 !important;}
.red                 {color : #d21e1e !important;}
.highlight           {color : #d21e1e !important;}

.visible {
	visibility          : visible;
	position            : relative;
}
.hidden {
	visibility          : hidden;
	position            : absolute;
}

input, textarea, select {
	font-family         : verdana, arial, helvetica;
	color               : #000000;
	font-size           : 1.0em;
	line-height         : 1.4;
}
input[type=text], input[type=file], textarea, select {
	width               : 100%;
}

p {
	margin              : 1.5ex 0 0 0;
}
p.start {
	margin              : 0;
}
p.formular {
	margin              : 1.0ex 0 0 0;
}

a:link, a:hover, a:active, a:visited, a:focus {
	color               : #ee6800;
	text-decoration     : none;
}
a:hover, a:focus {
	color               : #ee6800;
	text-decoration     : underline;
}

img {
	border              : 0px;
}
img.hidden {
	width               : 0px;
	width               : 0px;
	visibility          : hidden;
}

ul, ol, li ul, li ol {
	margin-top          : 0px;
	margin-bottom       : 0px;
}
ul, ol, dl {
	padding             : 0px;
	padding-left        : 2.0em;
	list-style-position : outside;
}
ul, ul li {
	list-style-type     : square;
}
ul {
	padding-left        : 1.5em;
}

div.print {
	border-bottom       : 1px dotted #999999;
	margin-bottom       : 20px;
}

@media print {

.noprint {
	visibility          : hidden;
}

}

