/*
    Definice zakladnich elementu stranky
    
    Edit by: $Author: mcbig $
    Edit Date: $Date: 2005/08/28 11:19:17 $
    Version: $Revision: 1.9 $
*/

body {
	background-color: white;
	background: URL('images/background.png');
        background-repeat: repeat-y;
        /*background: URL('data/zima.jpg') ;
        background-repeat: no-repeat;
        background-attachment: fixed; */
        background-position: center;
	color: #000000;
	font-family: Verdena, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	width: 800px;
	margin:auto;
}

TEXTAREA {
    border-bottom-width: 1px;
    border-color: #000000;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    font-size: 10pt;
}

INPUT {
    background-color: #FFFFFF;
    border-bottom-width: 1px;
    border-color: #000000;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    color: #000000;
    font-size: 8pt;
}

BUTTON { /* toto funguje v IE ve firefoxu ne*/
    background-color: #FFFFFF;
    border-bottom-width: 1px;
    border-color: #000000;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    color: #000000;
    font-size: 8pt;
}

SELECT {
    background-color: #FFFFFF;
    border-bottom-width: 1px;
    border-color: #000000;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    color: #000000;
    font-size: 8pt;
}

td {
    height: auto;
    vertical-align: top;
    padding: 0pt;
    /*background-color: #E4E4E4;*/
}

TABLE {
    font-size: 9pt;
}

a {
    background-color: transparent;
    color: #00006b;
    text-decoration: none;
}

a:visited {
    background-color: transparent; /*transparentni barva*/
    color: #00006b;
    text-decoration: none;
}

a:hover {
    background-color: transparent;
    color: #006b00;
}

img {
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}

small {
    font-size: 8pt;
}

p {margin-top: 2px; margin-bottom: 2px; text-indent: 30px}

/*

PHPBlase sekce


*/

.line{
    background: #3366ff;
    height:1px;
    overflow: hidden;
}

.bold {
    font-weight: bold;
}

.underline td {
    background-color: transparent;
    text-align: right;
}
.underline td.line {
    background-color: #3366ff;
}

/* Main Menu */
#MainMenuBar {
    color: black;
    position:absolute;
    font:12px arial,sans-serif;
    text-decoration:none;
}
#MainMenuBar a {
    color: #00008B;
    padding-left:2px;
    padding-right:2px;
    margin: 1px;
    border-bottom:2px solid black;	/* podtrzitka v baru */
}
/* submenu v menu baru*/
#MainMenuBar div {
	visibility:hidden;
	position:absolute;

	border:1px solid black;
	background-color:white;
	width:100px;
	left: 10px;
	top: 15px;
}
/* submenu ze submenu*/
#MainMenuBar div div {
	margin-top: -20px;
	left: 50px;
	top: auto;
}
/* polozky v submenu */
#MainMenuBar div a {
	display:block;
	border: 0px
}

/* ------------ Main Menu */
#MainMenu {
    margin: auto;
    color: black;
    font:10pt arial,sans-serif;
    text-decoration:none;
    width:120px;	
    /*border-bottom: 1px solid black;*/
}
/* polozky v submenu */
#MainMenu a {
    /*border-top: 1px solid black;*/
    
    padding-left:5px;
    padding-right:5px;
    padding-top: 2px;
    padding-bottom: 2px;
    display:block;
    border: 0px;
    margin: 1px;
    
}
/* submenu v menu baru*/  
#MainMenu div {	
	visibility:hidden;
	position:absolute;
	margin-top: -10px;
		
	border-bottom:1px solid black;
	background-color:white;
	background-image: URL('images/background.gif');
	width:120px;
	left: 50px;
}

/*----------- formulare -----------*/
.FormPanel {
    text-align: right;
    height: 20px;
}

.FormHeader {
    text-align: left;
    font-weight: bold; 
}

.FormButtons {
    text-align: right;
}

a.close {
	padding-right: 20px;
	padding-bottom: 20px;
	background-image: url("images/close.gif");
	background-repeat: no-repeat;
}

a.hide {
	padding-right: 20px;
	padding-bottom: 20px;
	background-image: url("images/hide.gif");
	background-repeat: no-repeat;
}

/* ---------- Status Bar -------------------- */
.Info {
    position:static;
    border:1px solid darkgreen;
    background-color:transparent;
}

.Inf {
    position:static;
    border:1px solid darkblue;
    background-color:lightblue;
}

.Err {
    border:1px solid darkred;
    background-color: MistyRose;
}
.War {
    position:static;
    border:1px solid orange;
    background-color:cornsilk;
}
.Dbg {
    position:static;
    border:1px solid darkgreen;
    background-color:lightgreen;
}

/* ------------ prehledy ------------- */

.View {
    /*text-align: center;*/
}

.View table {
    /*width: 100%;*/
    /*margin: 0px auto;*/
}

.View tr:hover {
   /* background-color: AliceBlue;*/
}

.tr {
    margin:auto;
    /*width:500px;*/
}

.view_page {
    margin:auto;
    border-top: 1px solid black;
    width:450px;
}

.row_left {
    width: 33%;
    padding-left: 10pt;
    text-align: left;
    background-color: transparent;
}

.row_right {
    width: 33%;
    padding-right: 10pt;
    text-align:right;
    background-color: transparent;
}

.row_pages {
    width: 33%;
    text-align:center;
    background-color: transparent;
}

.header {
    color: black;
    font-weight: bold;
    font-size: 9pt;
}

.Filter_head {
    /*background-color: white;*/
    width: 100%;
    /*width: 500px;*/
    text-align: center;
    border-top: 1px solid blue;
    border-bottom: 1px solid blue;
}
.f_row {
    width: 20px;
}


/*

    Aplikacni seknce

*/

/*----------- uzivetlske formulare -----------*/

#MainBanner {
    background-color: #deecff;
    padding-left:10px;
    padding-right:10px;
    width: 100%;
}

#LoginName {
    text-align: right;
}

#Server_links{
    text-align: left;
    padding-left: 7px;
}
.banner_468x60 {
    width: 480px;
    height: 60px;
}

.MainBoard{
    border-right:1px solid black;
    border-left:1px solid black;
    padding-left: 5px;
    padding-right: 5px;
    /*width:100%;*/
}
.MenuBoard{
    width: 150px;
}
.LeftBoard{
    width: 150px;
}
/* uzivatelské prehledy */
.sector_d {
    border-bottom:1px solid black;
}
.sector_d span {
    padding: 10px;
}
.Article_title {
    background-color: black;
    color: #9ec7ff;
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
    
    font-weight: bold;
    font-size: 10pt;
    margin-top: 8px;
    margin-bottom: 2px;
}
.Article_title a {
    color: #9ec7ff;
}
.Article_title a:hover {
    color: #98fb98;
}
.Article_title img {
    vertical-align: middle;
    padding: 0px;
    margin-top: -4px;
    width: 16px;
    height: 16px;
    border: 0px;
}

.Article_text{
    text-align: justify;
    text-indent: 30px;
    padding:5px;
}
.Article_body{
    text-align: justify;
    padding:5px;
}
.Article_image{
    /*width: 50px;*/
}

#HArticlesViewForm {
    margin:auto;
   /* width:500px;*/
}
.td_left {
    padding:10px;
    text-align: left;
    width:50%;
}
.td_right {
    padding:10px;
    text-align: right;
    width:50%;
}

.rss_message {
    font-size: 8pt;
}

/* snezeni */
.flakes{
    visibility: hidden;
    position: absolute;
}

