/* ----------------------------------------------------------------------------------------------------------

    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}

a {color:#404040;}
a:hover {color:#000;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

    #nav span {color:#DDD;}
    #nav #nav-active {color:#039ceb;}

    #tray {background-color:#BFBFBF;}
    #tray li a {color:#404040;}
    #tray li#tray-active a {background-color:#808080; 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:#9f9f9f;}
    #footer a:hover {color:#404040;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#col-top, #col-bottom, #col {background-color:#EBF7E2;}

#cols3 .col h3 {background-color:#E7F7FE; color:#52a429;}
#cols3 .col h3 a {color:#52a429;}
#cols3 .col h3 a:hover {color:#000;}
#cols3 .col-more {background:#F5F5F5;}

#cols2 #col-left .title h4, #cols2 #col-right h4 {color:#039ceb;}
#cols2 #col-left .title h4, #cols2 #col-left .title span {background-color:#FFF;}
#cols2 #col-left .article {color:#52a429;}
#cols2 #col-left a:hover.article {color:#000;}

#cols2 #col-right {background-color:#e9f9ff;}
#cols2 #col-right h4 span {background-color:#e9f9ff;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.high {color:#039ceb}


img.left {
    float:left;
    margin:10px 20px 10px 0;
}
img.right {
    float:right;
    margin:0 0 20px 20px;
}
ul.arrowlinks {
    list-style-image:url(/elements/arrow.gif);
    list-style-position:outside;
    padding-left: 20px;
}
li {
    margin-bottom:10px;
}
li {
    display:list-item;
}

/* ----------------------------------------------------------------------------------------------------------
5) 2010/08/30 Written by Kentaro Suzuki
---------------------------------------------------------------------------------------------------------- */
table.chart {
	font-family: Lucida Grande, sans-serif;
	border: 1px #6e6e6e solid;
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: bold;
	width: 592px;
	line-height: 130%;
}

table.chart tr {
	height: 47px;
	vertical-align: middle;
}

table.chart th {
	padding: 5px;
	border: #6e6e6e solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	text-align: center;
	height: 47px;
	vertical-align: middle;
}

table.chart td {
	padding: 5px;
	border: 1px #6e6e6e solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	font-size: 96%;
	line-height: 130%;
	vertical-align: middle;
}

table.chart th.function {
	background:  #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#c5c5c5));
	background: -moz-linear-gradient(top, #f1f1f1, #c5c5c5);
}

table.chart td.function {
	background: #f1f1f1;
}

table.chart th.fmp {
	background: #caf0fe;
	background: -webkit-gradient(linear, left top, left bottom, from(#caf0fe), to(#9abdcb));
	background: -moz-linear-gradient(top, #caf0fe, #9abdcb);
}

table.chart td.fmp {
	background: #caf0fe;
}

table.chart th.fms {
	background: #dfedd4;
	background: -webkit-gradient(linear, left top, left bottom, from(#dfedd4), to(#b6c3af));
	background: -moz-linear-gradient(top, #dfedd4, #b6c3af);
}

table.chart td.fms {
	background: #dfedd4;
}

table.chart th.fmsa {
	background: #b1dd8b;
	background: -webkit-gradient(linear, left top, left bottom, from(#b1dd8b), to(#98bf79));
	background: -moz-linear-gradient(top, #b1dd8b, #98bf79);
}

table.chart td.fmsa {
	background: #b1dd8b;
}