/* ----------------------------------------------------------------------------------------------------------

    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

---------------------------------------------------------------------------------------------------------- */
/* CSS Document */
/* CSS Document */
a {
	color:#003399;
}
a:visited {
	color:#003399;
}
a:hover {
	color: #009900;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.main-table {
	border-collapse:collapse;
	padding:3px;
}
.main-table td {
	font-size:11px;
	padding:3px;
	border:1px solid silver;
	background-color:#F7F7F7;
}
.main-table td input {
	font-size:11px;
}
.main-table td select {
	font-size:10px;
}
.error-div {
	border:1px solid #FF0000;
	background-color:#FFDEDE;
	padding:10px;
	margin-bottom:5px;
	color:#CC0000;
}

.success-div {
	border:1px solid #09BD00;
	background-color:#EEFFED;
	padding:10px;
	margin-bottom:5px;
	color:#006600;
}
.selected-date {
	font-size:13px;
	font-weight:bold;
}

.bmr-span {
	font-size:14px;
	font-weight:bold;
}
.red {
	color:#CC0000;
}
.green {
	color: #009900;
}

.date-col-div {
	height:300px;
	overflow:scroll;
	width:175px;
	border:1px solid silver;
	background-color:#FFFFFF;
}
.wide {
	width:100%;
}
.super-table {
	border-collapse:collapse;
}
.super-table td {
	padding-left:10px;
	padding-right:10px;
	border:1px solid silver;
}
.td-1 {
	background-color:#FAF4E8;
}
.td-2 {
	background-color:#E8EEFA;
}
.td-3 {
	background-color:#F1E8FA;
}
hr {
	height:1px;
	border:0px;
	border-top:1px solid silver;
}
.half-width {
	width:50%;
}

.nav-div {
	background-color:#009933;
	border-top:1px solid #036906;
	border-bottom:1px solid #036906;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	padding:5px;
	text-align:center;
}
.nav-div a {
	color:#FFFFFF;
}
.nav-div a:hover {
	color:#FFFFFF;
}
.nav-div a:visited {
	color:#FFFFFF;
}
.td-heading-1 {
	background-color:#CC9900;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	padding:3px;
}
.td-heading-2 {
	background-color: #006699;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	padding:3px;
}
.td-heading-3 {
	background-color: #990099;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	padding:3px;
}
.bmr-div {
	background-color:#EAEAEA;
	border-top:1px solid silver;
	border-bottom:1px solid silver;
}

.noborder td {
	border:0px;
	padding:1px;
}

h1 {
	font-size:20px;
	border-bottom:1px solid silver;
	font-family: Arial;
}

h2 {
	font-size:15px;
}

img {
	border:0px;
}
.align-center {
	text-align:center;
}
.wide {
	width:100%;
}
.third-width {
	width:33%;
}
.calc-table {
	background-color:#FFFFCC;
	border:1px solid black;
	padding:10px;
	border-collapse:collapse;
	font-weight:bold;
}
.calc-table td {
	padding:3px;
	border-bottom:1px solid black;
	border-top:1px solid black;
	background-image:url(table-bg-1.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#DFF8FC;
	font-size:12px;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.outer-calc {
	padding:2px;
	border:1px solid silver;
}
img {
	border:0px;
}
.banner {
	border:1px solid silver;
	border-bottom:0px;
	padding:5px;
}
h1 {
	font-size:22px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	background-position:center 100px;
}
td {
	font-size:13px;
}
.results-table {
	background-color: #666666;
	border:1px solid black;
	padding:10px;
	border-collapse:collapse;
	font-weight:bold;
	white-space:nowrap;
}
.results-table th {
	color:#FFFFFF;
}
.results-table-td {
	padding:6px;
	border-bottom:1px solid black;
	border-top:1px solid black;
	background-image:url(results-bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#EEEEEE;
	font-size:12px;
}
.results-table-td-on {
	padding:6px;
	border-bottom:1px solid black;
	border-top:1px solid black;
	background-image:url(results-bg-on.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFF3DD;
	font-size:12px;
}
.align-vertical {
	vertical-align:top;
}
.outer-result-div {
	padding:4px;
	border:1px solid black;
	margin:5px;
	margin-right:20px;
	background-color:#CCCCCC;
}
hr {
	border:0px;
	border-top:1px solid black;
}
.error-div {
	border:1px solid #FF0000;
	background-color:#FFDEDE;
	padding:10px;
	margin-bottom:5px;
	color:#CC0000;
}
.acknowledgement {
	text-align:center;
	font-size:11px;
}
/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {background:url("../design/bg.gif") 0 0 repeat-x; font:0.8em/1.5 "arial", sans-serif;}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

ul.ul-01 {margin:15px 0; list-style:none;}
ul.ul-01 li {padding:2px 0 2px 25px; background:url("../design/ul-01.gif") 0 50% no-repeat; font-size:85%;}

ul.ul-list {margin:15px 0; list-style:none; text-decoration: none;}
ul.ul-list li {padding:1px 0; text-decoration:none;}
ul.ul-list span.date {padding-right:10px;}

 a.more{
	background:url(design/more_bg.gif) no-repeat 66px 0 #FFFFFF; color:#0B0B0B; float:right;
	font:bold 10px/13px Arial, Helvetica, sans-serif; text-decoration:none; text-transform:uppercase;
	padding:0 20px 0 0; margin:5px 10px 0 0;}

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:960px; margin:0 auto; overflow:hidden;}

    #header {position:relative; height:120px; padding:30px 20px 20px 0px;}

        #logo {margin:0;}
    
        #nav {position:absolute; top:140px; right:20px; margin:20px;}
        #nav span {margin:0 8px;}
        #nav #nav-active {font-weight:bold; text-decoration:none;}
    
    #tray {position:relative; width:960px; height:45px; background:url("../design/tray.gif") 0 0 no-repeat; overflow:hidden; font:bold 90%/1 "tahoma",sans-serif;}
    #tray ul {margin:0 20px; list-style:none;}
    #tray li {display:inline;}
    #tray li a {display:block; float:left; padding:17px 20px 17px 18px; background:url("../design/tray-separator.gif") 100% 0 no-repeat; text-decoration:none;}
    #tray li a:hover {background:url("../design/tray-hover.gif");}
    #tray li#tray-active a {background:url("../design/tray-active.gif");}

        #search {position:absolute; top:8px; right:20px;}
        #search div {position:relative; width:185px;}
        
        #search #search-input {position:absolute; top:0; left:0; width:150px; height:30px; background:url("../design/search-input.gif") 0 0 no-repeat; overflow:hidden;}
        #search #search-input input {width:136px; margin:8px; border:0; font:100%/1 "arial",sans-serif;}
        #search #search-submit {position:absolute; top:0; right:0; width:30px;}

    #footer {clear:both; padding:20px 20px 40px 20px; font-size:85%;}
    #footer p {margin:0;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#col-top {width:960px; height:5px; margin-top:15px; background:url("../design/col-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../design/col-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col {position:relative; padding:15px 30px 15px 20px; background:url("../design/col.gif") 0 0 repeat-y;}

   
    #col-browser {position:relative; float:left; width:00px; height:300px; background:url("") 0 0 no-repeat;}
    #col-browser img {position:absolute; top:75px; left:0px;}

    #col-text {float:right; width:600px; padding-top:15px; line-height:1.7;}

        #slogan {position:relative; width:400px; height:43px; overflow:hidden; margin:0; padding:0; font-size:180%;}
        #slogan span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../tmp/slogan15.png") 0 0 no-repeat;}
        #btns {margin-top:25px; margin-bottom:0;}

#cols2-top {width:960px; height:5px; margin-top:15px; background:url("../design/cols2-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../design/cols2-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2 {background:url("../design/cols2.gif") 0 0 repeat-y;}

    #cols2 #col-left {float:left; width:595px; padding:20px; text-decoration: none;}
    #cols2 #col-right {float:right; width:268px; margin-right:1px; padding:20px;}
    
        #cols2 #col-left h4, #cols2 #col-right h4 {margin:0; font-size:100%;}
        #cols2 #col-left .title {background:url("../design/dot.gif") 0 50% repeat-x;}
        #cols2 #col-left .title h4 {display:inline; padding-right:10px;}
        #cols2 #col-left .title span {padding-left:10px;}

        #cols2 .box {margin-top:15px;}
        #cols2 #col-right h4 {background:url("../design/dot-02.gif") 0 50% repeat-x;}
        #cols2 #col-right h4 span {padding-right:10px;}
        #cols2 .col-right-img {float:left; width:65px;}
        #cols2 .col-right-text {float:left; width:266px;}
        #cols2 .col-right-text p {margin:0;}

#cols3-top {width:960px; height:5px; margin-top:15px; background:url("../design/cols3-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols3-bottom {width:960px; height:5px; margin-bottom:15px; background:url("../design/cols3-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols3 {background:url("../design/cols3.gif") 0 0 repeat-y;}

    .col {float:left; width:308px; padding:0 1px; margin-right:15px;}
    .col.last {margin-right:0;}
    .col h3 {margin:0; padding:7px 15px 12px 50px; background:url("../design/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}

        .col-text {padding:20px; border-top:1px solid #DFDFDF;}
        .col-text p {margin:0;}
        .col-text ul {margin-bottom:0;}
        .col-more {padding:10px 10px 1px 0; text-align:right;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.ico-comment {padding-left:18px; background:url("../design/ico-comment.gif") 0 50% no-repeat;}
.ico-rss {padding-left:18px; background:url("../design/ico-rss.gif") 0 50% no-repeat;}

.smaller {font-size:85%;}

