/*-------------------------------------------------------
	// Ecosy SummerCamp 08 CSS	
	// Date: Januar 2008
-------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}
a > img {
	border: 0 none;
}
img {
	border: 0 none;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	text-align: left;
	font-size: 11px;
	background:url(img/bg.png) repeat-x left top;
}
#container {
	width: 90%;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	line-height: 130%;
}
.logo {
	position:relative;
	clear:both;
}
.welcome {
	margin-left:35px;
	 }
/* Top Menu */

#nav {
	position:relative;
	margin-left:206px;
}
ul#menu {
	list-style-type:none;
	height:27px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-top:-25px;
	padding:0;
}
ul#menu li {
	display:block;
	float:left;
	margin:0 0 0 4px;
	height:27px;
}
ul#menu li.left {
	margin:0;
}
ul#menu li a {
	display:block;
	float:left;
	color:#fff;
	background:#cc3333;
	line-height:27px;
	text-decoration:none;
	padding:0 17px 0 18px;
	height:27px;
}
ul#menu li a.right {
	padding-right:19px;
}
ul#menu li a:hover {
	background-color: #990000;
}
ul#menu li a.current {
	color:#2E4560;
	background:#fff;
}
ul#menu li a.current:hover {
	color:#2E4560;
	background:#fff;
}
#top {
	padding:5px 0 0 5px;
	margin-bottom:5px;
	border-bottom: 3px solid #cc3333;
}
.lang {
	position:absolute;
	margin:5px 0 0 10px;}
#top h1 {
	padding: 0;
	margin: 0;
}
#leftnav {
	clear:both;
	float: left;
	width: 180px;
	margin: 0;
	padding:0;
}
#leftnav h1 {
	font-size:12px;
	padding-bottom:5px;
}
/*
	//	Logos
*/
#logos {
	padding:15px;
	text-align:center;
}
#logos_top {
	margin-left: 210px;
	padding: 0;
	width:650px;
}
#content {
	margin-left: 210px;
	padding: 0;
	width:650px;
}
#content h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0;
}
#content p {
	margin-left: 0px;
	line-height: 18px;
	}

#content ul, #content ol { 
	margin-left: 1em;
	padding-left: 1em;
	text-indent: 0em; 
}

a:link, a:visited {
	color:#cc3333;
	text-decoration:underline;	
	padding-bottom:1px;
	}
a:hover {
	color: #D96868;
	text-decoration:underline;
	}
	
#footer {
	clear: both;
	margin-left: 9px;
	padding: .5em;
	color: #333;
	border-bottom: 1px solid #eaeaea;
}
.foot {
	margin-left:195px;
	border:none;
	}
#copy {
	text-align:center;
	padding:5px;
}
#leftnav p {
	margin: 0 0 1em 0;
}
#content h2 {
	margin: 0;
}
/*
	//	Tabela za registracijo mainTable
*/

#mainTable table {
	width: 90%;
	color: #333;
	margin: 0 0 1em 0;
	font: 12px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#mainTable table, tr, th, td {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
/* HEADER */

#mainTable thead {
	background: #cc3333;
	border: 1px solid #cc3333;
}
#mainTable thead tr th {
	padding: 1em 0;
	text-align: center;
	color: #FAF7D4;
}
/* FOOTER */

#mainTable tfoot {
	color: #fff;
	background: #cc3333;
}
#mainTable tfoot tr th, tfoot tr td {
	padding: .2em .6em;
}
#mainTable tfoot tr td {
	text-align: right;
}
/* BODY */
#mainTable tbody tr td {
	background-color: #FBFAE1;
	background-repeat: no-repeat;
	background-position: left top;
	height:27px;
	padding-left:10px;
	border-bottom: 1px solid #eaeaea;
}
#mainTable tbody td.name {
	width: 200px;
}
#mainTable tbody tr.odd td {
	background-color: #fff;
}
#mainTable table a {
	display:block;
	text-decoration: none;
}
/* LINKS */

#mainTable table a {
	color: #cc3333;
	text-decoration: none;
}
#mainTable table a:visited {
	text-decoration: none;
}
#mainTable table a:hover {
	text-decoration: underline;
}
.radoBoxPadding {
	padding-bottom: 5px;
	padding-top: 8px;
}

/*
	// Oblikovanje forme
*/
#mainTable {
	width:650px;
}
#mainTable tbody tr.end td {
	background-color: #fff;
	border-bottom:none;
	padding-top: 10px;
	padding-bottom: 25px;
}
#mainTable input.txt {
	padding:1px;
	width: 200px;
	border:1px solid #ccc;
	margin:0;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#mainTable select.txt {
	padding:1px;
	width: 250px;
	border:1px solid #ccc;
	margin:0;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#mainTable textarea.txt {
	padding: 1px;
	width: 200px;
	border: 1px solid #ccc;
	margin: 2px 0 2px 0;
	font: 12px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#mainTable input#radioBox {
	margin: 0 10px 0 5px;
}
#mainTable .padMe {
	padding-right:15px;
}
#mainTable .country {
	padding:1px;
	border:1px solid #ccc;
	width:150px;
}
#mainTable .comment {
	padding:1px;
	border:1px solid #ccc;
	width:230px;
}
input.submit-btn {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
	font-weight: bold;
}
input.submit-btn:hover {
	border: 3px double #ccc;
}

/*
	//	Tabela za statistiko statisticTable
*/

#statisticTable {
	width: 650px;
	color: #333;
	margin: 0 0 1em 0;
	font: 12px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#statisticTable tr, th, td {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
/* HEADER */

#statisticTable thead {
	background: #cc3333;
	border: 1px solid #cc3333;
	border-bottom:none;	
}
#statisticTable thead tr th {
	padding: 5px;
	text-align: left;
	color: #FAF7D4;	
}
/* FOOTER */

#statisticTable tfoot {
	color: #fff;
	background: #cc3333;	
	border: 1px solid #cc3333;
	border-top:none;	
}
#statisticTable tfoot tr th, tfoot tr td {
	padding: .4em .6em;
}
#statisticTable tfoot tr td {
	text-align: right;
}
/* BODY */
#statisticTable tbody tr td {
	background-color: #FBFAE1;	
	background-repeat: no-repeat;
	background-position: left top;
	border-left:1px solid #eaeaea;
	
}
#statisticTable tbody tr:hover td, tr.odd:hover td {
	background-color: #F7F7F7;
	border-bottom:1px solid #E2E2E2;
}
#statisticTable tbody tr.odd td {
	background-color: #fff;
}
#statisticTable tbody tr td {
	padding: 3px;
	border-bottom: 1px solid #eaeaea;	
}
/* LINKS */

#statisticTable table a {
	display:block;
	color: #cc3333;
	text-decoration: none;
}
#statisticTable table a:visited {
	text-decoration: none;
}
#statisticTable table a:hover {
	text-decoration: underline;
}


/*
	Levi meni
*/

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer li {
	margin-bottom: 3px;
}
#navcontainer a {
	font-size:12px;
	display: block;
	color: #FFF;
	background-color: #cc3333;
	width: 100%;
	padding: 5px;
	text-decoration: none;
}
#navcontainer ul li #guest {
	background-color: #fff;
	color:#cc33333;
}
#navcontainer a:hover {
	background-color: #990000;
	color: #FFF;
}
/*
	// Login
*/
ul.login {
	margin:0;
	list-style-type:none;
	padding:5px;
}
ul.login input#txt, textarea {
	color:#333;
	border:1px solid #616161;
	width:150px;
	margin:5px 0 10px;
	padding:3px;
}
input.send-btn {
	margin-left:101px;
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
	font-weight: bold;
}
input.send-btn:hover {
	border: 3px double #ccc;
}

textarea.insert_fild {
	padding: 1px;
	width: 600px;
	border: 1px solid #ccc;
	margin: 2px 0 2px 0;
	font: 12px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#redbg a {
	font-size:12px;
	font-style: bold;
	color: #FFF;
	text-decoration: none;
}
#redbg a:visited {
	font-style: bold;
	color: #FFF;
	text-decoration: none;
}
#redbg a:hover {
	font-style: bold;
	color: #FFF;
	text-decoration: underline;
}
