 /* Basic */

html, body{margin:0px ; padding:0px}

body{text-align:center; Background: #D7D7D7}

a, p, div, span, h1, h2, h3, h4, h5, h6, form, input, textarea, table, td , tr {
	margin: 0px;
	padding: 0px;
	color: #414141;
	line-height: normal;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: capitalize;
}

img { border: 0px; }


 /* Site layout */

#main { margin: 0px auto; }
#header {Background: url('images/newheader.gif') no-repeat; }
#menuvertical {Background: url('images/menu_bg.gif') no-repeat; }
#statusbar { Background: url('images/info_bar.gif') no-repeat; padding-left: 20px }

#left { Background: url('images/left_bg.gif') }

#right { Background: url('images/right_bg.gif') }

.middle { Background: #ffffff; padding: 10px }

#footer {  Background: url('images/footer-bg.gif') no-repeat;  color: #F0F0F0; padding-left: 20px; padding-top: 5px  }
#footer a { color: white; border-bottom: 1px dotted white; text-decoration: none }
#footer a:hover { color: #FECC00; border-bottom: 1px dotted #FECC00; text-decoration: none }
 
a { text-decoration: none; color: #FFFFFF; font-size: 11px }
a:hover { text-decoration: underline; color: #FFFFFF; font-size: 11px }

.bigslinks { text-decoration: none; color: #043E04; font-size: 12px; font-weight: bold }
.bigslinks:hover { text-decoration: underline; color: #043E04; font-size: 12px; font-weight: bold }


.bigtitle { font: normal 15px Trebuchet MS, sans-serif; font-weight: bold; color: #0D760D;}


 /* Forma */

.input { padding: 3px 3px 2px 3px; border: 1px solid #D5D5D5; background: #fff url(images/input_bg.gif) repeat-x 0 0; }

label { color: #2D3D4E; font-size:12px; font-weight: bold; margin }

.input_text:focus { border: 1px solid #f00 !important; }


/* LEFT NAVIGATION */
.left_nav {

        margin-left: 7px;
	width: 187px;
        
	}
.left_nav dl {
	padding: 0px 0px 0px;
	margin: 0px 2px;
	background: #0A930A url(images/eft-nav-divider.html) left bottom no-repeat;
	}
.left_nav dl dt {
	padding: 8px 8px;
	margin: 0px;
	font: bold 11px/12px Tahoma, sans-serif;
	color: #F6F6F6;
	}
.left_nav dl dd {
	padding: 0px;
	margin: 0px;
	}
.left_nav dl dd ul {
	padding: 0px;
	margin: 0px;
	}
.left_nav dl dd ul li {
	padding: 0px;
	margin: 0px;
	background: transparent url(images/left-nav.gif) left top no-repeat;
	list-style: none;
	height: 20px;
	}
.left_nav dl dd ul li a:link, .left_nav dl dd ul li a:visited, .left_nav dl dd ul li a:hover {
	padding: 0px 0px 0px 12px;
	margin: 0px;
	font: normal 11px/30px Tahoma, sans-serif;
	color: #EEEFF0;
	text-decoration: none;
	display: block;
	height: 30px;
	}
.left_nav dl dd ul li a:hover {
	background: transparent url(images/left-nav-hover.gif) left top no-repeat;
	color: #FFF;
	}
.left_nav dl dd ul li a em {
	font-size: 10px;
	font-style: normal;
	color: #FC0;
        margin-left: 3px;
	}





 /* Tutorials listing */

.thumb { margin-top: 4px; float: left; margin-right: 9px; width: 50px; height: 50px; Background: url('images/thumb_bg.gif') no-repeat top; padding: 2px  }
.tutinfo { padding-left: 4px; padding-right: 4px; padding-bottom: 7px; width: 468px; margin-top: 7px; Border-bottom: 1px solid #EAEAEA; Background: url('images/tutinfobg.gif') repeat-x bottom }


.tuttitle {
	color: #333333;
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}
.tuttitle:hover { color: #2D2903; text-decoration: underline; font-weight: bold; font: bold 13px Trebuchet MS, sans-serif; }


.tutpag {  color: #0B7A0B; text-decoration: none; font: bold 13px Trebuchet MS, sans-serif; }
.tutpag:hover { color: #025502; text-decoration: underline; font-weight: bold; font: bold 13px Trebuchet MS, sans-serif; }

.date {
	color: #FFFFFF;
	font-size: 12px;
	text-transform: capitalize;
}

/* Stranice */

.pages {
    padding-top: 10px;
    padding-bottom: 7px;
    clear: left;


}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
    text-decoration: none;

}

.pages span.current {
    border: 1px solid #767676;
    font-weight: bold;
    background: #35AC35;
    color: #fff;
    margin-top: 5px;
    margin-left: 4px;
    text-decoration: none;

}

.pages a {
    border: 1px solid #A5A5A5;
    text-decoration: none;
    margin-left: 4px;
    margin-top: 5px;
}

.pages a:hover {
    border-color: #676767;
    text-decoration: none;
    Background: #F4F6F1;
    color: black
}

.pages a.nextprev {
    font-weight: bold;
    margin-top: 5px;
    text-decoration: none;
}

.pages span.nextprev {
    color: #696969;
    margin-top: 5px;
    text-decoration: none;
}

.pages span.nextprev {
        border: 1px solid #ddd;
        color: #696969;
        text-decoration: none;
}


.manutitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
