/********************
*   Basic styling   *
********************/


.textarea {
	border: 1px solid #000000;
	background-color: #4C7899;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR: #4C7899;
	SCROLLBAR-HIGHLIGHT-COLOR: #4C7899;
	SCROLLBAR-SHADOW-COLOR: black;
	SCROLLBAR-3DLIGHT-COLOR: black;
	SCROLLBAR-ARROW-COLOR: black;
	SCROLLBAR-TRACK-COLOR: #14A8DB1;
	SCROLLBAR-DARKSHADOW-COLOR: black;
	font-size: 11px;
	color: #000000;

	}

A  {
	color : #0059BD;
	text-decoration: underline;
}

A:Visited  {
	color : #316986;
}

A:Active  {
	color : #316986;
	text-decoration: none;
}

A:Hover  {
	color : #2222FF;
	text-decoration: none;
	}

TABLE {
	font-size: 11px;
}

/***********
*  Editor  *
***********/
.dhtmed-bg {
	background-color: menu;
	border: 2px outset;
}
.dhtmed-o {
    border-bottom: buttonshadow 1px solid;
    border-left: buttonhighlight 1px solid;
    border-right: buttonshadow 1px solid;
    border-top: buttonhighlight 1px solid;
    cursor: hand;
    margin-left: 0px;
    margin-right: 0px
}
.dhtmed-v {
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 2px;
    visibility: visible
}
.button {
	background-color: buttonface;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px outset;
}
td.editor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


/*******************
*  Writing styles  *
*******************/

.heading1    { font-size: 14pt;
                font-weight: bold; }

.heading2    { font-size: 12pt;
               font-weight: bold; }

.heading3    { font-size: 11pt;
               font-weight: normal; }

.paragraph   { text-align: justify; }


.smheading   { font-size: 8pt;
               font-weight: bold;
               color: #000000; }

.smtext      { font-size: 8pt;
               font-weight: none;
               color: #224455;
               text-align: justify; }
               
/***************************
*  Administartor's Dialogs *
***************************/
.form_border    { border: solid 1px #000000;
                  background: #FFFFFF; }

.form_button    { border: solid 1px #000000;
                  background: #FFFFFF; }



.menu_obr a, .menu_obr a:visited {
 float: left;
 text-decoration: none;
 color: white;
 width: 96px;
 height: 40px;
 font-size: 14px;
 background: url(images/btn.gif);
 text-align: right;
}


.menu_obr a:hover {
 float: left;
 text-decoration: none;
 color: white;
 width: 96px;
 height: 40px;
 font-size: 14px;
 background: url(images/btn-p.gif); 
 text-align: right;
}

.pristupy {
 width: 95px;
 background-color: #EEEEEE;
 border:1px solid black;
 font-size: 9px;
}

.pristupy .nadpis {
 text-align: center;
 font-weight: bold;
 background-color: #d0dce0;
 font-size: 11px;
}

.pristupy .malinke {
 font-size: 9px;
}


.pristupy td {
 padding-left: 5px;
 padding-right: 5px;
}


