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

    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:#090;}

    #tray {background-color:#BFBFBF;}
    #tray li a {color:#404040;}
    #tray li#tray-active a {background-color:#090; 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:#ffffff;}

#cols3 .col h3 {background-color:#EEF8E4; color:#090;}
#cols3 .col h3 a {color:#090;}
#cols3 .col h3 a:hover {color:#000;}
#cols3 .col-more {background:#ffffff;}

#cols2 #col-left .title h4, #cols2 #col-right h4 {color:#090;}
#cols2 #col-left .title h4, #cols2 #col-left .title span {background-color:#FFF;}
#cols2 #col-left .article {color:#090;}
#cols2 #col-left a:hover.article {color:#000;}

#cols2 #col-right {background-color:#EEF8E4;}
#cols2 #col-right h4 span {background-color:#EEF8E4;}

#colr2 #col-left .title h4, #colr2 #col-right h4 {color:#090;}
#colr2 #col-left .title h4, #colr2 #col-left .title span {background-color:#EEF8E4;}
#colr2 #col-left .article {color:#090;}
#colr2 #col-left a:hover.article {color:#000;}

#colr2 #col-right {background-color:none;}
#colr2 #col-right h4 span {background-color:#fff;}


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

.high {color:#090}

/* sliding tool style */

#heading {
			display: block;
			text-align: left;
			margin: 5px 5px 5px 5px;
		}
#heading * {
	display: block;
	padding: 4px;
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
	color:#333333;
		}

#heading li.active {
			background-color: #60a1b7;
			color:#FFFFFF;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-opera-border-radius: 3px;
			-moz-border-radius: 3px;
		}

#heading li.hover {
	background-color: #8be82f;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
		}
		
#wrapper { margin: 1em; padding: 1em; }
		
#panes {
			text-align: left;
			border-style: none;
			/*width: 245px;*/
			margin: 0 1em 0 0;
		}
		
#panes p {
		  
		  margin: 0 auto 5px 10px;
		  line-height: 1.2em;
		}
#panes td {
		  width: 190px;
		  margin: 0 2px 5px 5px;
		  line-height: 1.2em;
		  vertical-align: top;
		}
		
#panes div div { overflow: hidden; }
		
#previous { float: none; cursor: pointer; }
#next { float: none; cursor: pointer; }



/* accordion style 2 */

#accordion2 {width:559px; margin:10px auto 10px auto; height:850px;}
.accordion2 {width:559px; font:12px Verdana,Arial; color:#333}
.accordion2 dt {
	width:547px;
	padding:4px 6px;
	font-weight:bold;
	cursor:pointer;
	background-color:#E8F7FE;
	background-image:url(images/arrow_down.gif);
	background-position:right center;
	background-repeat:no-repeat;
	color:#0079a8;
	border-top:1px solid #333
}
.accordion2 dt:hover {
	background-color:#C2E9FC
}
.accordion2 .open {background-color:#C2E9FC; background-image:url(images/arrow_up.gif)}
.accordion2 dd {overflow:hidden; background:#fff; text-align:left; margin-left:10px;}
.accordion2 span {display:block; width:520px; border-top:none; padding:15px 5px 15px 5px; font-family:Arial, Helvetica, sans-serif;}
.accordion2 p {display:block; width:520px; border-top:none; padding:15px 5px 15px 5px; font-family:Arial, Helvetica, sans-serif;}


/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

/*  source at http://www.phatfusion.net/multibox/  */

/**************************Nice forms styles*************************/

