/*
 * http://colorschemedesigner.com/#1b21T1BsOw0w0
 * http://colorschemedesigner.com/#1b21ThWs0g0g0
 * 
 * http://colorschemedesigner.com/#0041T--llw0w0
 * 
 */

html {
	background-color: #101010 /*#252030*/;
}

body {
	font-size: 14px;
	color: #303030;
	background-color: #FFCC99;
	font-family: Arial,Helvetica,Verdana,sans-serif;

}

#header, 
h1, h2, h3, h4, h5, h6, 
.comment .name,
.gallery .name {   
    font-family: Georgia,Palatino,Palatino Linotype,serif;
}

#viewportlock {
	z-index: 998;
	display: none;
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: #100019;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#header {
	background-color: #000000;
	/*height: 100px;*/
	background: url('img/headerbg02.jpg') center;
	height: 70px;
	/*border-top: 1px solid #958247;*/
	
	border-bottom: 2px solid #804B20;
	margin-bottom: 30px;

}



#header h1.sitename {
	position: absolute;
	top: 10px;
	width: 100%;
	font-size: 38px;
	font-weight: bold;
	margin: auto;
	color: #ffffff;
	text-shadow: 0px 0px 5px #D59560;
	line-height: 53px;
	text-align: center;


	/*filter: Glow(color=#E7CE83, strength=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#E7CE83, strength=1)";*/
}

#header div.sitelogo {
	position: absolute;
	left: 200px;
	top: 14px;
	width: 64px;
	height: 64px;
	display: none;
}

#header img.bannerleft {
	position: absolute;
	left: 60px;
	top: 5px;
}

#header img.bannerright {
	position: absolute;
	right: 60px;
	top: 5px;
}

#sitesubtitle {
	position: absolute;
	left: 0px;
	top: 75px;
	width: 100%;
	margin: 0;
	text-align: center;
	
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	word-spacing: 3px;
    text-shadow: 0px 1px 1px #dadada;
    
}


#main {
	border-bottom: 1px solid #808080;
	padding-bottom: 20px;


	width: 100%;
	overflow: hidden;	
}

#mainwelcome {
	text-align: center;
	padding: 5px; 
}

#mainwelcome img {
	border: 5px solid #D59560;
	border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
}




div.content-item {
	/*border-bottom: 1px solid #808080;*/
	padding: 5px 10px 5px 10px;

}

div.content-item p {
	font-size: 14px;
	padding: 5px 0px 5px 0px;

}

div.content-item h2 {
	margin-bottom: 5px;
	font-weight: bold;
	font-style: normal /* italic */;
	font-size: 18px;
	color: #0A4080;
    /*text-shadow: 1px 1px 2px #b0b0b0;*/
    text-shadow: 0px 1px 1px #dadada;
}
div.content-item h3 {
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
	font-style: normal /* italic */;
	font-size: 16px;
	color: #0A4080;
	text-shadow: 0px 1px 1px #dadada;
}
div.content-item h4 {
	margin-bottom: 3px;
	margin-top: 3px;
	font-weight: bold;
	font-style: normal /* italic */;
	font-size: 15px;
	color: #0A4080;
}

#content a {
	color: #773E05;
	text-decoration: none;
}
#content a:hover {

	text-decoration: underline;
}

#content {
	width: auto;
	margin-left: 250px;
	margin-right: 250px;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	z-index: 10;
}

#sidebarleft {
	width: 250px;
	float: left;
	/*position: absolute;*/
	padding-top: 5px;
	font-size: 14px;
	/*left: -100px;*/
}

#sidebarleft:hover {
}

#sidebar {
	width: 250px;
	float: right;
	padding-top: 5px;
	font-size:14px;
}



div.nav ul {
	margin: 0px;
	font-size: 13px;
}

div.nav ul li {
	/*display: inline;*/
	margin-top: 5px;
}

div.nav ul li img {
	vertical-align: middle;
}


div.nav ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #303030;
    display: block;
    text-align: center;
    padding: 3px 10px;
    
    background: #94C7FF url('img/buttonbg01.jpg') repeat-x center center;
    
    border: 1px solid #808080;
    border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
	
	font-size: 13px;
}


div.nav ul li a.current {
    background: #26ABFF url('img/buttonbg03.jpg') repeat-x center center;
    border: 1px solid #000000;
    color: #000000;
}
div.nav ul li a.current:hover {
    background: #26ABFF url('img/buttonbg03.jpg') repeat-x center center;
    border: 1px solid #000000;
    color: #000000;
}

div.nav ul li a:hover {
    text-decoration: none;
    color: #000000;

    background: #26ABFF url('img/buttonbg02.jpg') repeat-x center center;

    border: 1px solid #000000;
}

div.nav ul.galleries, div.nav ul.posts {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

div.nav ul.galleries li a {
    text-decoration: none;
    font-weight: bold;
    color: #303030;
    display: block;
    text-align: left;
    padding: 2px 10px;
	padding-left: 20px;
	padding-right: 0px;
	
	background: url('img/galleryicon.gif') no-repeat left 1px;
	border: 0 none;

	font-size: 12px;

}


div.nav ul.galleries li a.current {
    color: #000000;
    background: url('img/galleryicon.gif') no-repeat left 1px;
    border: 0 none;
}

div.nav ul.galleries li a:hover {
    text-decoration: underline;
    color: #000000;
	
    background: url('img/galleryicon.gif') no-repeat left 1px;
    border: 0 none;
}



div.nav ul.posts li a {
    text-decoration: none;
    font-weight: bold;
    color: #303030;
    display: block;
    text-align: left;
    padding: 2px 10px;
    padding-left: 20px;
    padding-right: 0px;
    
    background: url('img/posticon.gif') no-repeat left 1px;
    border: 0 none;
	
	font-size: 12px;
}


div.nav ul.posts li a.current {
    color: #000000;
    background: url('img/posticon.gif') no-repeat left 1px;
    border: 0 none;
}

div.nav ul.posts li a:hover {
    text-decoration: underline;
    color: #000000;
    
    background: url('img/posticon.gif') no-repeat left 1px;
    border: 0 none;
}



div.nav ul ul {
	padding-left: 3px;
	margin-left: 3px;
	padding-right: 3px;
	margin-right: 3px;
	font-size: 95%;
	padding-bottom: 2px;
	padding-top: 2px;
}


div.sidebar-item {
	padding: 5px 5px;
	margin-bottom: 10px;
	margin-right: 4px;
	margin-left: 4px;
	
	background-color: #F0C090;


	border: 2px solid #D59560;
	border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
}

div.sidebar-item h2 {
	margin-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-style: normal /* italic */;
	font-size: 16px;
	color: #0A4080;
	/*background-color: #;*/
    text-shadow: 0px 1px 1px #dadada;
}

div.sidebar-item a {
	color: #004242;
	text-decoration: none;
}
div.sidebar-item a:hover {

	text-decoration: underline;
}







#footer {
	color: #c0c0c0;
	font-size: 12px;
	text-align: center;
	background-color: #101010;
	border-top: 1px solid #000000;
	font-family: sans-serif;
	padding: 10px 0;
	width: 100%;
	overflow: auto;
}

#footer h1.sitename {
	font-size: 26px;
	font-weight: bold;
	margin: 0px;
	color: #e0e0e0;
	text-shadow: 0px 0px 5px orange;
	line-height: 53px;

	font-style: normal /* italic */;
	font-family: serif;
	
	/*filter: Glow(color=#E7CE83, strength=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#E7CE83, strength=1)";*/
}

#footer a {
	color: #E7CE83;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer ul {
}
#footer ul li {
	margin-left: 5px;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
}

#footer .footer-item {
	/*border-bottom: 1px solid #808080;*/
	padding: 5px;
	float: left;
	text-align: left;	
	margin-right: 40px;
	font-size: 12px;
	color: #c0c0c0;
}

#footer .footer-item h2 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #e0e0e0;
}

#login {
	font-size: 14px;
	opacity: 0.3;
	margin-top: 200px;
}
#login:hover {
	opacity: 1.0;
}

#login table {
	
}

#login table td {
	padding: 2px;
}

#login table td input.text {
	width: 70px;
}

#login table td input.button {
	font-size: 14px;
	padding: 0px 5px;
}

#login .error {
	font-size: 12px;
	color: red;
}
#login .success {
	font-size: 12px;
	color: green;
}

table.form {
	
}

table.form td {
	padding: 2px;
}


h1 {
	font-size: 20px;
	font-weight: bold;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

form {

}

input.button, button {
	font-size: 14px;
	padding: 0px 5px;
	font-family: sans-serif;
	
}

button img {
	vertical-align: middle;
}

input.default, button.default {
    font-weight: bold;  
    color: #006000;
}

input.delete, button.delete {
    font-weight: bold;  
    color: #a00000;
}

input.text, select, textarea {
	font-size: 14px;
	padding: 3px 5px;
}



.long {

    width: 90%;
}


.date {
	color: #6F3200;
	font-family: sans-serif;
	font-size: 12px;
}


hr {
	height: 1px;
	background-color: #D59560;
	border: 0 none;
	width: 95%;
	
}

div.newsposts {

	
}
div.newsposts hr.separator {
	height: 1px;
	background-color: #958247;
	
}

div.newsposts div.newspost {
	padding: 15px;
	margin-bottom: 10px;
    background: #ffffff url('img/postbg02.png') left bottom repeat-x;
    border: 1px solid #D59560;
    border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
	
}

div.newsposts div.newspost h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0;
	color: #505089;
    text-shadow: 1px 1px 2px #c0c0c0;

}
div.newsposts div.newspost div.date {
	color: #606060;
	font-size: 14px;
	text-align: left;
	margin-bottom: 2px;
}

div.newsposts div.newspost div.text {
	font-size: 14px;
	color: black;
	text-align: left;
	overflow-x: hidden;
}
div.newsposts div.newspost div.text a {
	color: #333381;
}

div.newsposts div.newspost div.text p {
	margin-bottom: 10px;
}
	
div.newsposts div.newspost .titleeditor {
	border:1px solid #D3D3D3;
	padding: 5px;
	-moz-border-radius-bottomleft: 5px 5px;
	-moz-border-radius-bottomright: 5px 5px;
	-moz-border-radius-topleft: 5px 5px;
	-moz-border-radius-topright: 5px 5px;
}
div.newsposts div.newspost .titleeditor input {
	font-size: 16px;
	font-weight: bold;
	color: #505089;
	text-shadow: 1px 1px 2px #b0b0b0;
	border: 0 none;
	width: 100%;
}

.editing {
	border: 2px solid #252030;
	background-color: #E6E3DA; 
	z-index: 999;
	position: relative;
	
}
/*	
div.newspost div.text h1 {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: inherit;
}

div.newspost div.text h2 {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: inherit;
}

div.newspost div.text h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: inherit;
}
div.newspost div.text h4 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: inherit;
}
div.newspost div.text h5 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: inherit;
}
div.newspost div.text h6 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: inherit;
}
*/



#commentEditor {
    padding: 10px;
    border: 1px solid #D59560;
    border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    background:url("img/bg02.png") repeat-x scroll left bottom #FFFFFF;
}

#commentEditor #commentTextEditor {
    width: 400px;
}
#commentEditor input {
    width: 200px;
}



div.comments {

    
}
div.comments hr.separator {
    height: 1px;
    background-color: #958247;
    
}

div.comments div.comment {
    padding: 10px;
    margin-top: 10px;
    background: #CDEAFF url(img/bg02.png) repeat-x scroll left top;
    border: 1px solid #D59560;
    border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
    /*width: 95%;*/
    overflow: auto;
    
}

div.comments div.parent {
    border: 2px solid #D59560;
    
}

div.comments div.comment div.comment {
	clear: left;
}

div.comments div.comment h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0;
    color: #505089;
    text-shadow: 1px 1px 2px #b0b0b0;

}

div.comments div.comment div.info {
	float: left;
	width: 150px;
}
div.comments div.comment div.name {
    color: #303030;
    font-size: 14px;
    text-align: left;
	font-weight: bold;
}
div.comments div.comment div.number {
    color: #c0c0c0;
    font-size: 16px;
    text-align: right;
	font-weight: bold;
	float: left;
	margin-right: 5px;
}
div.comments div.comment div.date {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #606060;
    font-size: 12px;
    text-align: left;
}
div.comments div.comment div.userdata {
    color: #606060;
    font-size: 12px;
    text-align: left;
	margin-top: 5px;
}



div.comments div.comment div.text {
    font-size: 14px;
    color: black;
    text-align: left;
	margin-left: 160px;
}
div.comments div.comment div.text a {
    color: #333381;
}

div.comments div.comment div.text p {
    margin-bottom: 10px;
}

div.comments div.comment .approvalstatus {
    margin-bottom: 10px;
	color: #606060;
}

div.comments div.comment div.controls {
    float: right;
}

div.comments div.comment div.controls form {
    display: inline-block;
}


ul.linklist {
		
}

ul.linklist li {
	padding: 2px;
	margin-bottom: 4px;
	
}


div.thumbnails {
	padding: 0px;
	/*background-color: #000000;*/
	/*border:1px solid #958247;*/
	
	overflow: auto;
	width: 100%;
}

div.thumbnails div.thumbnail {
	/*width: 160px;*/
	/*height: 150px;*/
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
	/*border: 1px solid #958247;*/
	/*background-color: #252030; /*#E6E3DA;*/
	background-color: #ffffff;
    background: #ffffff url('img/bg02.png') bottom repeat-x;
	

	border: 1px solid #D59560;
	

	border-radius: 20px 4px 20px 4px;

}

div.thumbnails div.thumbnail:hover {
    /*background: #ffffff url('img/thumbnailbg02.png') bottom repeat-x;*/
	
}


div.thumbnails div.thumbnail div.title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	z-index: 1000;
	position: relative;
	overflow: visible;
	font-style: normal /* italic */;
	color: #e0e0e0;
	display: none;
}
div.thumbnails div.thumbnail div.date {
	font-size: 13px;
	text-align: center;
    color: #404040;
    text-shadow: 0px 1px 0px #ffffff;
	font-family: sans-serif;
}
div.thumbnails div.thumbnail div.galleryname {
	font-size: 14px;
	text-align: center;
	color: #000000;
	margin-bottom: 2px;

}
div.thumbnails div.thumbnail div.galleryname a {
	color: #000000;
	text-decoration: none;
}
div.thumbnails div.thumbnail div.galleryname a:hover {
	color: #000000;
	text-decoration: underline;
}

div.thumbnails div.thumbnail div.image{
	text-align: center;
	/*height: 122px;	*/
}

div.thumbnails div.thumbnail div.image a {
}
div.thumbnails div.thumbnail div.image a img {
	vertical-align: middle;
	margin: 2px;
	margin-bottom: 0px;
	border-radius: 18px 4px 4px 4px;
}

div.controlpanel {
	margin: 0px 0px;
	padding: 0px;
	
	overflow: auto;
	width: 100%;
}

div.controlpanel div.controlpanel-item {
	float: left;
	padding: 0px;
	margin: 2px 5px;
	color: #404040;
	/*border:1px solid #958247;*/
}

div.controlpanel div.controlpanel-item button {
	padding: 0px 5px;
}

div.controlpanel div.controlpanel-item span.caption {
	font-size: 14px;
}

#ajaxloader {
	vertical-align: middle;
	margin: 0px 5px;	
}


div.galleries {
	padding: 0px;
	/*background-color: #000000;*/
	/*border:1px solid #958247;*/
	
	overflow: auto;
	width: 100%;
}

div.galleries div.gallery.unchecked {
    opacity: 0.7;
    filter: alpha(opacity=70);
}


div.galleries div.gallery.checked {
    border-color: green;
}


div.galleries div.gallery {
	margin: 0px;
	padding: 10px;
	margin-bottom: 5px;
	/*border: 1px solid #958247;*/
	/*background-color: #252030; /*#E6E3DA;*/
	

    background: #ffffff url('img/thumbnailbg02.png') bottom left repeat-x;
	
	border: 1px solid #D59560;
	border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
	
	/*width: 100%;*/
	overflow: auto;

}

div.galleries div.gallery:hover {
    /*background: #ffffff url('img/thumbnailbg02.png') bottom repeat-x;*/
    
}


div.galleries div.gallery div.description {
	/*margin-left: 120px;*/
	padding: 0px;
    margin-bottom: 5px;

	font-size: 14px;

}
div.galleries div.gallery div.date {
	/*margin-left: 120px;*/
	/*padding-left: 5px;
	padding-right: 5px;*/
	font-size: 14px;
	text-align: right;
	font-family: sans-serif;
	color: #606060;
    text-shadow: 0px 1px 0px #ffffff;
	
}
div.galleries div.gallery div.name{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #505089;
    text-shadow: 0px 1px 1px #ffffff;
}
div.galleries div.gallery div.name .imagecount{
    color: #707080;
    text-shadow: 0px 1px 0px #ffffff;
	float: right;
    padding-left: 30px;
    padding-bottom: 30px;
}
div.galleries div.gallery div.name input {

    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #505089;
    text-shadow: 1px 1px 2px #c0c0c0;
}
div.galleries div.gallery div.name a {
	color: #000000;
	text-decoration: none;
}
div.galleries div.gallery div.name a:hover {
	color: #000000;
	text-decoration: underline;
}

div.galleries div.gallery div.image {
	float: left;
	text-align: center;
	/*height: 122px;	*/
	/*display: none;*/
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 1px;
	padding-right: 5px;
	border-right: 1px solid #d0d0d0;
}

div.galleries div.gallery div.image a {
}
div.galleries div.gallery div.image a img {
	vertical-align: middle;
}

div.sort {
	margin: 0px;
	padding: 10px;
	margin-bottom: 5px;
}

div.sort button {
	display: none;
}

#resize {
	border: 1px solid silver;
	font-size: 14px;
	padding: 2px;
	float: left;
	color: silver;
	visibility: hidden;
	position: absolute;
	left:-1000px;
	top:-1000px;
}

#galleryDescriptionEditor textarea {
	font-size: 14px;
	padding: 2px;
	overflow: hidden;
}

#fileQueueBrowser {
	padding: 2px;
	font-size: 14px;
	
	background-color: #ffffff;
	
	border: 1px solid #D59560;
	border-bottom: 0px solid #D59560;
	
	width: auto;
	overflow: auto;
	
	-moz-border-radius-topleft: 4px 4px;
	-moz-border-radius-topright: 4px 4px;
	-webkit-border-top-left-radius: 4px 4px;
	-webkit-border-top-right-radius: 4px 4px;
}

#fileQueueBrowser div.fileBrowser {
	width: 500px;	
	margin-left: 10px;
}

#fileQueueBrowser div.fileBrowser object {
	vertical-align: middle;
	float: left;
}

#fileQueueBrowser div.fileBrowser div.symbol {
	float: left;
	width: 30px;
	text-align: center;
	line-height: 64px;
	font-size: 32px;
	font-family: monospace;
	font-weight: normal;
	color: #c0c0c0;

}
#fileQueueBrowser div.fileBrowser div.description {
	margin-left: 100px;
	width: auto;
	text-align: left;
	padding-top: 16px;
	color: #808080;

}

#fileQueue {
	height: 300px;
	width: auto;
	overflow: auto;
	padding: 2px;
	
	background-color: #ffffff;
	
	border: 1px solid #D59560;
	border-top: 0px solid #D59560;
	
	-moz-border-radius-bottomleft: 4px 4px;
	-moz-border-radius-bottomright: 4px 4px;
	-webkit-border-bottom-left-radius: 4px 4px;
	-webkit-border-bottom-right-radius: 4px 4px;
	
}


.uploadifyQueueItem {
	font: 12px sans-serif;
	margin-top: 0px;
	padding: 5px;
	width: auto;

	border-bottom: 1px solid #d0d0d0;
	
	/*border: 2px solid #E5E5E5;
	background-color: #F5F5F5;*/
	
	/*background-color: #ffffff;
	background: url('img/thumbnailbg01.png') top repeat-x;
	
	border: 0px solid #eaeaea;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;*/
}
.percentage {
	float: right;
	padding-right: 20px;
	font-weight: bold;
}

.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 3px;
	margin-right: 25px;
	width: auto;
	/*width: 100%;*/
	border: 0px solid #eaeaea;

	
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 0px;
	height: 3px;
}

#fileQueueStatus {
	

}

#fileQueueStatus table {
	width: 100%;
}

#fileQueueStatus table td {
	padding: 2px;
	font-family: sans-serif;
	font-size: 14px;
}


#fileQueueControl {
	margin-top: 10px;
	
}

div.progressbar {
	padding: 0;
	margin: 0;
	
	border: 1px solid #d0d0d0;
	
}
div.progressbar div {
	padding: 0;
	margin: 0;
	background-color: #0099FF;
	height: 10px;
	width: 0px;
}



div.imagefiles {
	padding: 0px;
	/*background-color: #000000;*/
	/*border:1px solid #958247;*/
	/*background-color: #ffffff;
	
	border: 1px solid #D59560;*/

	
	border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
	
	width: auto%;
}

.description {
	width: auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	/*color: #404040;*/	
}

div.imagefiles div.imagefile.unchecked {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

div.imagefiles div.imagefile.checked2 {
    border: 2px solid red;
}

div.imagefiles div.imagefile.checked {
    border: 1px solid green;
}


	
div.imagefiles div.imagefile {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	/*border: 1px solid #958247;*/
	/*background-color: #252030; /*#E6E3DA;*/
	
	/*background: url('img/thumbnailbg01.png') top repeat-x;*/
    background: #ffffff url('img/bg02.png') bottom repeat-x;
	
	border: 1px solid #D59560;
	/*border-right: 1px solid #d0d0d0;*/
	/*border-bottom: 1px solid #D59560;*/
	
	border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
	
	/*width: 100%;*/
	overflow: auto;

}

div.imagefiles div.imagefile:hover {
    /*background: #ffffff url('img/thumbnailbg02.png') bottom repeat-x;*/
    
}



div.imagefiles div.imagefile div.description{
	margin-left: 210px;
	padding: 5px;
	font-size: 14px;
}
div.imagefiles div.imagefile div.description div {
	padding-right: 5px;
	
}
div.imagefiles div.imagefile div.description div textarea {
	width: 95%;
	height: 80px;
	padding: 3px;
	margin: 0;

}
div.imagefiles div.imagefile div.info {
	margin-left: 210px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	text-align: left;
	color: #303030;
	font-family: sans-serif;
}
div.imagefiles div.imagefile div.info input.dateeditor {
    width: 90px;    
}
div.imagefiles div.imagefile div.info input.modeleditor {
    width: 160px;    
}

div.imagefiles div.imagefile div.name {
	margin-left: 210px;
	margin-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	font-family: sans-serif;
}
div.imagefiles div.imagefile div.name a {
	color: #000000;
	text-decoration: none;
}
div.imagefiles div.imagefile div.name a:hover {
	color: #000000;
	text-decoration: underline;
}

div.imagefiles div.imagefile div.image{
	float: left;
	text-align: center;
	/*height: 122px;	*/
}

div.imagefiles div.imagefile div.image a {
}
div.imagefiles div.imagefile div.image a img {
	vertical-align: middle;
	margin: 5px;
	margin-right: 0px;
	border: 0 none;
}


div.imagefiles div.imagefile div.status {
    float: right;
    margin: 0;
    padding: 0;
	font-size: 12px;
}


div.error {
	color: red;
}

div.error .name {
	font-weight: bold;
	font-size: 16px;
}
div.error .description {
	font-weight: normal;
	font-size: 16px;
}

div.checkmark {
	float: right;
	margin: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	background: url('img/checked148.gif');
}

div.checkmark input {
	width: 48px;
	height: 48px;
	border: 0;
	margin: 0;
	paddding: 0;
	
	opacity: 0.0;
	filter: alpha(opacity=0);
}
	
.unchecked div.checkmark {
	background: url('img/checked148.gif');
}
.checked div.checkmark {
	background: url('img/checked248.gif');
}


div.checkmark2 {
    float: right;
    margin: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    background: url('img/deleted148.gif');
}

div.checkmark2 input {
    width: 48px;
    height: 48px;
    border: 0;
    margin: 0;
    paddding: 0;
    
    opacity: 0.0;
    filter: alpha(opacity=0);
}
    
.unchecked2 div.checkmark2 {
    background: url('img/deleted148.gif');
}
.checked2 div.checkmark2 {
    background: url('img/deleted248.gif');
}

.imageinfo {
	font-size: 12px; 
	text-align: right;
	color: #606060;
	padding-top: 5px;
}

.imageinfo a {
	text-decoration: none;
    color: #773E05;    
}
.imageinfo a:hover {
    text-decoration: underline;
}

p.imagedescription {
	font-weight: bold;
	color: #303030;
	font-size: 13px;
	padding: 5px;
}

#imageDescriptionEditor {
    display: none;
}
#imageDescriptionEditor textarea {
    width: 95%;
    height: 100px;

}
#cboxTitle div.controls {
    padding-top: 5px;
}

#galleryDescriptionEditor {
    display: none;
}
#galleryDescriptionEditor textarea {
    width: 95%;
    height: 200px;
}
#galleryNameEditor {
    display: none;
}
#galleryNameEditor input {
    width: 95%;
}

#saveGalleryDescription, #hideGalleryDescriptionEditor {
    display: none;
	
}

.gallery div.controls {
    padding-top: 5px;
}




div.counter {
	margin-top: 10px;
	font-size: 11px;
	text-align: center;
	line-height: 16px;
}

div.counter img {
	
	vertical-align: text-bottom;
}

p.scrolltop {
    text-align: center;
}

p.scrolltop a {

} 

.pagination {
	margin-top: 20px; 
	margin-bottom: 10px;
	/*font-size: 16px;*/
	font-weight: normal;
	text-align: center;
}

.pagination span {
	padding: 5px;
}

.pagination span.current {
	text-decoration: underline;
	font-weight: bold;

}

div.zoomimage {
	/*margin-left: 50px;*/
	width: 200px;
}

div.zoomimage img.smallimage {
}

div.zoomimage img.bigimage{
	display: none;
}
div.zoomimage:hover {
}
div.zoomimage:hover img.smallimage {
	/*display: none;*/
}

div.zoomimage:hover img.bigimage{
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
}

div.zoomimage:hover img.icon{
	display: none;
}

div.zoomimage img.icon {
	position: relative; 
	top: -40px; 
	right: 0;
}

