/* CSS Document
   Autor: Kosta Ganev
*/

body {
	background-color:#FFFFFF;/* #B5CEF5; */
	font-family: Arial, Tahoma, Helvetica, Sans Serif;
}

table.basis {
	/*border-width:1px;
	border-color:#996600;
	border-style:solid;*/
	border-spacing:0px;
	padding:0px;
	width:772px;
        margin-left:auto;
        margin-right:auto;
}

table {
	border-width:0px;
	border-style:solid;
	border-spacing:0px;
	padding:0px;
	width:100%;
}

td.menu {
  border-width:0px;
  border-style:solid;
  border-spacing:0px;
  border-color:#000;
  vertical-align:top;
  padding:0.5em;
  background-color:#F3F2F7;/*#c5dEF5;*/
}


a.mail:link, a.mail:active, a.mail:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF9933;
	text-decoration: none;
}
a.mail:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF9933;
	text-decoration: underline;
}

a.quick:link, a.quick:active, a.quick:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003399;
	text-decoration: none;
}
a.quick:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;
	background-color:#EEFFEE;
	text-decoration: underline;
}

a.doc:link, a.doc:active, a.doc:visited {
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #303070;
	text-decoration: none;
}

a.doc:hover {
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0080FF;
	text-decoration: underline;
}

a.extern:link, a.extern:active, a.extern:visited {
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #F03070;
	text-decoration: none;
}

a.extern:hover {
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0080FF;
	text-decoration: underline;
}

/* 
**
**   // SPECIAL
**
*/

.footer {
	font-family:Tahoma;
	font-size:8pt;
	font-weight:normal;
	color:#996936;
}

.text {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
}

.datepick {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003399;
	text-decoration: none;
}
.datepick:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;
	background-color:#EEFFEE;
	text-decoration: underline;
}

.errortext {
	font-family: Tahoma;
	font-size: 12px;
	color: #D41F00;
	font-weight: normal;
	font-variant: normal;
}

.titleh1 {
	font-family: Arial;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #1F733C;
	line-height: 0.6em;
}

.headline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #996600;
}

.clogtext_new {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #4FAC24;
}

.clogtext_changed {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #F28E00;
}

.clogtext_removed {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #E60003;
}

.infotext {
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.red {
	color:#C60205;
}

.green {
	color:#027327;
}

.bigtitle {
	font-family: Arial;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	line-height: 1.2em;
	padding-top: 1em;
}

.bigtitlebg {
	background-color:#006699;
}

.title {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	height:25px;
}

.titlebg {
	background-color:#E6E1BD; /* #F7F4DF */
}