/* CSS Document */
body 
{ 
  background-color: #28166f;
  text-align: left;
  color: #28166f;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/back.gif);
  background-position: top left;
  background-repeat: repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
}
  
a:link, a:visited, a:active 
{
    color: #0604fa;
    text-decoration: underline;
}

a:hover 
{
    color: #ff6600;
}

#header
{
    width: 920px;
    height: 212px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-image: url(../images/top.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
    position: relative;
}

#logo
{
    top: 10px;
    width: 300px;
    height: 110px;
    position: absolute;
}

#searcher
{
    left: 0px;
    top: 0px;
    position: absolute;
}

#buttonSearch
{
    left: 840px;
    top: 40px;
    width: 74px;
    height: 72px;
    position: absolute;
    border: none;
    background: url('../images/searchButton.png') no-repeat top left;
    cursor: pointer;
}

#buttonSearch:hover
{
    background: url('../images/searchButtonHover.png') no-repeat top left;
}

#boxSearch
{
    left: 687px;
    top: 65px;
    position: absolute;
    width: 145px;
    height: 20px;
    font-size: 11pt;
}

#drobecek
{
    top: 168px;
    left: 54px;
    width: 770px;
    position: absolute;
    font-weight: bold;
    font-size: 10pt;
    overflow: visible;
}

#drobecekRight
{
    top: 1px;
    left: 105px;
    position: absolute;
    overflow: visible;
}

#main
{
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border: none;
    margin-bottom: 50px;
    background-image: url(../images/backMiddle.png);
    background-position: top left;
    background-repeat:  repeat-y;
}

#leftDiv
{
    position: relative;
    width: 150px;
    float: left;
    background-color: transparent;
    padding-top: 0px;
    margin-bottom: 60px;
}

#leftTopDiv
{
    background-image: url(../images/leftTop.png);
    background-position: top left;
    width: 174px;
    height: 20px;
    top: 0px;
    left: 0px;
}

#menu a
{
display: block;
padding: 4px;
border-bottom: 3px solid #fae1ca;
border-top: 0px solid #fae1ca;
border-left: 3px solid #fae1ca;
border-right: 3px solid #fae1ca;
text-decoration: none;
color: #28166f;
background-color: #f8c890;
width: 161px;
font-weight: bold;
font-size: 14px;
}

#menu a:hover
{
background-color: #f9a448;
color: #ff6600;
}

#middleDiv
{
    width: 660px;
    background-color: transparent;
    margin-left: 175px;
    padding: 10px;
    padding-bottom: 30px;
}

#footer
{
    width: 920px;
    height: 63px;
    background-color: transparent;
    text-align: center;
    padding: 0px;
    position: relative;
    font-size: 12px;
    background-image: url(../images/bottom.png);
    background-position: top left;
    overflow: visible;
}

#leftBottomDiv
{
    background-image: url(../images/leftBottom.png);
    background-position: top left;
    width: 174px;
    height: 46px;
    position: absolute;
    bottom: 63px;
    left: 0px;
}


#footerText
{
    position: absolute;
    left: 370px;
    top: 15px;
    overflow: hidden;
}

input
{
    background-color: #ffeede;
    border: solid 1px #28166f;
    color: #28166f;
    font-weight: bold;
}

input:hover
{
    background-color: #ffe4cc;
}

input[type="submit"]
{
    cursor: pointer;
    color: #ff6600;
}

input[type="submit"]:hover
{
    background-color: #ff6600;
    color: #28166f;
}

h1
{
    text-align: center;
    font-size: 16pt;
}

/* login page */
#loginPanel
{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

/* controls */
span.button
{
    border: 1px #28166f solid;
    padding: 3px;
    background-color: #ffe4cc;
    font-weight: bold;
}

span.button:hover
{
    background-color: #ff6600;
}

span.button a
{
    text-decoration: none;
    color: #ff6600;
}

span.button a:hover
{
    text-decoration: none;
    color: #28166f;
}



/* messages */
.errorMsg
{
    font-weight: bold;
    color: white;
    text-align: center;
    background-color: red;
}

.okMsg
{
    font-weight: bold;
    color: white;
    text-align: center;
    background-color: #617633;
}

.editHeader
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #f9a448;
}

table.list
{
    width: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; 
    border: 2px solid #617633; 
}

table.list td
{
    padding: 2px; 
}

.docList
{
    width: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; 
    border-bottom: 1px dotted #617633; 	
}

.docList p
{
    margin-left: 10px;
    margin-top: 5px;
    /*border: 1px solid red;*/	
}

.fileList
{
    width: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; 
    border-bottom: 1px dotted #617633; 	
    padding-bottom: 5px;
}

.fileList p
{
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;	
}

/* tables */
#middleDiv table
{
	border: 0px dashed #617633;
	border-collapse: collapse;
}
	
#middleDiv td
{
   border: 0px solid #DEFAC7;
   padding: 5px;
}

/* messages form */
#newMessageForm
{	width:550px; 
	margin-left: auto;
	margin-right: auto;
}

#newMessageForm textarea 
{	width:380px; 
	height:150px;
}

#newMessageForm fieldset, #newMessageForm input, #newMessageForm textarea 
{	
	border: 1px solid #617633;
}

#newMessageForm input, #newMessageForm textarea 
{	background-color: #eefa87;
	font-weight: bold;
	color: #617633;
}

#newMessageForm fieldset label 
{ 
	font-weight: bold; 
	padding: 0 5px;
	display: block;
	float: left;
	width: 25%;
	text-align: right;
}

#newMessageForm fieldset legend 
{ 
	color:#617633;
}
	
#newMessageForm fieldset div.inp 
{
	margin: 8px 0 3px 0;
	padding: 0;
	text-align: left;
	clear: left;
}

div.messageError {
	background-color: #ff3333;
	color: #ffff99;
	font-weight: bold;
	text-align: center;
	width: 80%;
}

div.messageOK {
	background-color: #8FBC8F;
	color: Green;
	font-weight: bold;
	text-align: center;
	width: 80%;
}

#questTable
{
    margin-left: auto;
    margin-right: auto;
}

#questTable td
{
    border: 2px solid #fae1ca;
}
