html,body{
	color:#303030;
	background: #999999;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

/* Layout */

#main-container{
	background: #c4c4c4;
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-left: 2px solid #2C2C2C;
	border-right: 2px solid #2C2C2C;
	border-bottom: 2px solid #2C2C2C;
	text-align: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:50px;
}

#header-container{
	background: url(images/bg.wave.png) 50% 50% repeat;
	border-bottom:2px solid #2C2C2C;
	height:100px;
}

#menu-container{
	width:100%;
	margin-bottom:-17px;
}

#content-container{
	background:#EAEAEA;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:justify;
	padding:10px;
	border:1px solid #2C2C2C;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

#footer-container{
	background: url(images/bg.wave.png) 50% 50% repeat;
	border-top:2px solid #2C2C2C;
	margin-top:5px;
	height:50px;
	padding:10px;
}

fieldset{
	border: 1px solid #999999;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

legend{
	width:99%;
	height: 25px;
	line-height: 25px;
	background: url(images/bg.wave.png) 50% 50% repeat;
	border: 1px solid #999999;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

.upload_container{
	margin-top:10px;
	width:335px;
	border:1px solid #999999;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

.upload_progress{
	width:100%;
	max-height:200px;
	overflow:auto;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

.large { 
	padding: 15px;
	border:1px solid #999999;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	background-color: #cccccc;
	margin-bottom:5px;
}

.thumbs_a{
	padding:2px;
	border:1px solid #d3d3d3;
	margin:3px;
}

.thumbs_a:hover{
	border:1px solid #999999;
}

.thumbs_drag {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	overflow:auto;
}

.thumbs_drag li {
	padding: 3px;
	float: left;
	width: 80px;
	height: 80px;
	text-align: center;
}

.slideshow_a { 
	height: 650px;
}

.slideshow_a div { 
	height: 650px;
	width:955px;
	margin:auto;
}

.slideshow_a div img { 
	padding: 15px;
	border:1px solid #999999;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	background-color: #cccccc;
	margin: auto; 
	display: block;
}

/* Form styling */

input, textarea, select { 
	border:1px solid #999999;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

.button {
	background: url(images/bg.insert.light.png) 50% 50% repeat;
	border:1px solid #aaaaaa;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	font-weight:bold;
}

.button:hover { 
	background: url(images/bg.insert.dark.png) 50% 50% repeat;
	border:1px solid #999999;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}

.form_errors_wrap {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	padding:10px;
}

li.form_error {
	color:red;
	border:none;
	background:#FFFFFF;
} 

.form_error {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

.form_success{
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

.capatcha_image {
	border:1px solid #999999;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	width:100px;
	height:30px;
}

/* Text */

a{
	color:#505050;
	text-decoration: none;
	font-weight:bold;
}
	
a:focus, a:hover, a:active {
	color: #000000;
}

h1{
	margin-left:15px;
	margin-right:15px;
	font-size: 14pt;
	font-weight:bold;
	text-align:center;
	height: 35px;
	line-height: 35px;
	background: url(images/bg.wave.png) 50% 50% repeat;
	border:1px solid #999999;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
} 

h2{
	font-size: 12pt;
	font-weight:bold;
	text-align:left;
	height: 30px;
	line-height: 30px;
	margin-top:-10px;
	margin-left:10px;
	margin-right:10px;
	border-bottom:1px solid #999999;
}

.h2_wrap{
	background: #FFFFFF;
	padding:10px;
	border:1px solid #999999;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	margin-bottom:10px;
}

.h2_content{


}

.error{
	height:30px;
	line-height: 30px;
	text-align:center;
	border: 1px solid #B50000;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	color: red;
	background-color: #FFEBEB;
}

.success{
	height:30px;
	line-height: 30px;
	text-align:center;
	border: 1px solid #DDF0DD;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	color: green;
	background-color: #EBFFEB;
}

.albums_container{
	font-weight:bold;
	text-align:center;
	height:150px;
}

.albums {
	float:left;
	margin:2px;
	padding:10px;
	width:90px;
	border:1px solid #999999;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	background:#CCCCCC;
}

.albums:a {
}

li.albums:hover {
	background: #EBFFEB;
}

/* Menu */

.menu {
	font-weight:bold;
	font-size:12pt;
    position: relative;
    overflow: hidden;
}

.menu li {
	float: left;
	list-style: none;
}

.menu li.back {
	border-top: 1px solid #2C2C2C;
	border-left: 1px solid #2C2C2C;
	border-right: 1px solid #2C2C2C;
	width: 9px;
	height: 30px;
	position: absolute;
	color:#000000;
	overflow:visible;
	background: url(images/bg.insert.dark.png) 50% 50% repeat;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;

}

.menu li a {
	text-decoration: none;
	color:#505050;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	display: block;
	float: left;
	line-height:29px;
	height: 29px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}

.menu li a:hover, .menu li a:active {
	color:#000000;
}


/* Accordion */

h2.trigger {
	border-bottom:1px solid #999999;
}

h2.trigger a {

}

h2.trigger a:hover {  }


.h2_toggle_content {
	overflow: auto;
	clear: both;
}

.toggle_image{
	margin-top:5px;
	margin-bottom:-3px;
}

/* Tabs */

ul.tabs {
	margin-bottom:0px;
	margin-left:10px;
	padding: 0;
	list-style: none;
	height: 30px; /*--Set height of tabs--*/
	width: 100%;
	font-size: 12pt;
	font-weight:bold;
	text-align:center;
}

ul.tabs li {
	float: left;
	margin: 1px;
	padding: 0;
	height: 30px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 30px; /*--Vertically aligns the text within the tab--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
}

ul.tabs li a {
	text-decoration: underline;
	color: #000000;
	display: block;
	padding: 0 20px;
	outline: none;
	background: url(images/bg.insert.light.png) 50% 50% repeat;
	margin-bottom:1px;
}

ul.tabs li a:hover {
		background: url(images/bg.insert.dark.png) 50% 50% repeat;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: 1px solid #999999;
	clear: both;
	background: #ffffff;
	overflow: visible;
}

.tab_content {
	padding: 10px;

}
