/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#content h2 {
	font-size: 110%;
	margin-bottom: 5px;
}

#content .formcontainer h2 {
	border-bottom: 1px solid #d6d6d6;
	color: #d6d6d6;
	margin-bottom: 10px;
	margin-top: 10px;
}



/* Lang */
#lang ul {
	list-style: none;
	padding: 0;
	margin: 0;
	left: 25px;
	top: 0px;
	position: absolute;
}

	#lang li {
		float: left;
		padding: 0px 5px;
	}

	#lang li.last {
	}
	
	#lang li span {
		/*+*/
	}
	
		#lang li a {
			display: block;
			font-size: 12px;
			font-weight: bold;
			color: #000000;
			text-decoration: none;
			text-transform: uppercase;
		}
		
		#lang li a:hover,
		#lang li.selected a {
			color: #323490;
		}



/* Menu */
#nav {
	position: absolute;
	left: 0px;
	top: 40px;
	background: transparent url(../images/bg-nav.gif) no-repeat left top;
	width: 209px;
}

#nav ul {
	list-style: none;
	padding: 10px 0px;
	margin: 0px;
	background: transparent url(../images/bg-nav-bottom.gif) no-repeat left bottom;
}

	#nav li {
		background: transparent url(../images/bulltet-nav.gif) no-repeat 190px 10px;
		padding: 0px 43px 0px 15px;
	}

	#nav li.last {
	}

	#nav li span {
	}

		#nav li a {
			display: block;
			font-size: 12px;
			font-weight: bold;
			color: #000000;
			text-decoration: none;
			line-height: 11px;
			padding: 9px 8px;
			border-bottom: 1px solid #CCC4A9;
		}

		#nav li.last a {
			border-bottom: 0px;
		}

		#nav li a:hover,
		#nav li.selected a {
			color: #323490;
		}



#sub-nav {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
}

#sub-nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	#sub-nav li {
		float: left;
		width: 33%;
	}

	#sub-nav li span {

	}

		#sub-nav li a {
			display: block;
			font-size: 12px;
			font-weight: bold;
			color: #000000;
			text-decoration: none;
			padding: 0px 0px 5px 0px;
		}

		#sub-nav li a:hover,
		#sub-nav li.selected a {
			color: #323490;
		}

h2.subtitle {
				color: #323490!important;
				padding-bottom: 5px!important;
				margin-bottom: 20px!important;
				font-size: 14px!important;
				border-bottom: 1px solid #CCC4A9!important;
}



/* --- clearfix --- */
.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}



/* --- reset --- */
body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

html, body {
	height: 100%;
}
	
	img {
		border: 0px;
	}
	
	textarea {
		overflow: auto;
	}

* {
	outline: none;
}




/* --- default --- */
body, td, th, input, textarea, select {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}



body{
	background: #F6E6AC;
}

	a {
		color: #323490;
		text-decoration: underline;
	}

	a:hover {
		text-decoration: underline;
	}


#container {
	position: relative;
	margin: 0px auto;
    width: 950px;
	padding-top: 10px;
}

	#header-wrapper {
		background: url(../images/bg-header.jpg) no-repeat left top;
		position: relative;
		height: 315px;
	}
		#header {
			background: transparent url(../images/bg-header-wrapper.gif) no-repeat left top;
			height: 315px;
		}

		h1.logo {
			position: absolute;
			top: 0px;
			left: 0px;
		}

			h1.logo a,
			h1.logo b {
				display: block;
				background: transparent url(../images/logo.gif) no-repeat;
				width: 240px;
				height: 250px;
			}

				h1.logo a span,
				h1.logo b span {
					display: none;
				}

	#content-wrapper {
		background: transparent url(../images/bg-content-wrapper.gif) repeat-y left top;
		padding-bottom: 20px;
	}

		#sidebar {
			position: relative;
			width: 209px;
			float: left;
			background: #FFFFFF;
			margin-left: 30px;
			display: inline;
		}

		#content {
			position: relative;
			width: 665px;
			float: right;
			height: 300px;
			display: inline;
			margin-right: 30px;
		}
		*>#content {
			height: auto;
			min-height: 300px;
		}

			#content h1 {
				font-size: 30px;
				font-weight: normal;
				color: #323490;
				padding-bottom: 5px;
				margin-bottom: 20px;
				border-bottom: 1px solid #CCC4A9;
			}


	#footer {
		height:60px;
		padding-top: 20px;
		background: url(../images/bg-footer.gif) no-repeat left top;
		font-size: 12px;
		color: #9E9062;
	}


		#created {
			padding: 0px 30px;
		}

			#copyright {
				float: left;
				text-align: left;
				/*padding-top: 1px;*/
			}

			#created .logo {
				float: right;
			}

				#created .logo a {
					display: block;
					background: transparent url(../images/puslapis.gif) no-repeat right top;
					width: 53px;
					height: 14px;
				}

					#created .logo a span {
						display: none;
					}

.w33 {
	width: 33%;
}


table {
	border-collapse: collapse;
}

/* forms */
.formcontainer {
	margin:0px;
	padding:0px;
}

	.formcontainer p input,
	.formcontainer p textarea,
	.formcontainer p select option {
		color: #000000;
	}

	.formcontainer p.resizeable,
	.formcontainer p.unresizeable {
		padding-bottom: 10px;
	}

	.formcontainer p.title {
		margin-bottom: 2px;
	}
		.formcontainer p.title span {
		}

		.formcontainer p.title span.error {
			color: #E40000;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		border-width: 1px;
		width: 40%;
	}

	.formcontainer p.resizeable textarea {
		border-width: 1px;
		overflow:auto;
		width: 70%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			border: 1px solid #E40000;
			background: #E40000;
			color: #ffffff;
			font-weight: bold;
			font-size: 100%;
			padding: 3px 20px;
		}


