/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-07-29, 18:30 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:

        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {
background-color:#fff; 
color:#404040;
font-family:"Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans","Trebuchet MS",Verdana,arial,sans-serif;
font-size:1em;
}

a {color:#000099;}
a:hover {color:#3333FF;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

hr {color:#DDDDDD;}
fieldset {padding: 7px 7px 7px 7px;margin: 0 0 0 0;border: 2px solid #CCCCCC;}
legend {background:#FFF; color:#000099;font-weight:bold;}
label {width: 150px;float: left;height: auto;display: block;margin: 0 10px 0 5px;text-align: right;font-weight:bold;}
input, select {margin-bottom: 5px;font-size:1.1em;}
.input-submit {background-color: #FFCC33; font-weight:bold;padding:5px; font-size:110%; }

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

    #nav span {color:#BBB;}
    #nav #nav-active {color:#a0a186;}

    #tray {background-color:#BFBFBF;}
    #tray li a {color:#404040;}
    #tray li#tray-active a {background-color:#000099; color:#FFF;}
    #tray li a:hover {background-color:#9F9F9F; color:#FFF;}

        #search #search-input {background-color:#FFF;}
        #search #search-input input {color:#404040;}

    #footer, #footer a {color:#666;}
    #footer a:hover {color:#333;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#col-top, #col-bottom, #col {background-color:#F4F4F1;}

#cols3 .col h3 {background-color:#e4f1f6; color:#3d99c2;}
#cols3 .col h3 a {color:#3d99c2;}
#cols3 .col h3 a:hover {color:#000;}
#cols3 .col-more {background:#F5F5F5;}

#cols2 #col-left .title h4, #cols2 #col-right h4 {color:#898a6b;}
#cols2 #col-left .title h4, #cols2 #col-left .title span {background-color:#FFF;}
#cols2 #col-left .article {color:#0891c1;}
#cols2 #col-left a:hover.article {color:#000;}

#cols2 #col-right {background-color:#F4F4F1;}
#cols2 #col-right h4 span {background-color:#F4F4F1;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.high {color:#959678}

table {margin-bottom: 1.0em; width: 100%;}
th {font-weight: bold;}
thead th {background: #CCCCCC;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #DDD;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #DEDEDE;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 2px solid #DDD;}
table.data-table td, table th {padding: 8px 10px;}
table.data-table td {
	background: #f6f6f6;
	border: 1px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}

pre {
   display: block;
   margin: 1.5em 0;
   white-space: pre;
   overflow: auto;
   width: 800px;
   line-height: 1.4;
   border: 1px solid #ccc;
   background: #ece9d8;
   padding: 8px;
   font-size: 1.5em;
}

