@charset "UTF-8";
/* CSS Document */


.portfolio {
	margin:15px 0px 30px 15px;
	width:496px;
	position:relative;
	float:left;
	text-align:center;
	font-size:12px;
}

.portfolio#edit {
	width:700px;
}

.portfolio#login {
	width:500px;
	margin:0px;
	text-align:left;
}

.portfolio#login p {
	margin:0px 0px 15px 0px;
}

.portfolio table {
	padding:0px;
	margin:15px;
	border:1px #663300 solid;
	border-collapse: collapse;
	font-size:12px;
}

.portfolio table tr td {
	margin:0px;
	padding: 5px 15px 5px 5px;
	border:1px #663300 solid;
	vertical-align:top;
}

.portfolio form {
	margin:15px 0px 15px 50px;
}

.deny {
	font-weight:bold;
	color:#990000;
	text-align:left;
	margin:0px 0px 10px 110px;
}

table.edit { float:left; }

table.edit tr td.link {
	width:100px;
}

table.edit input, table.edit textarea {
	width:200px;
}

table.edit, table.edit tr td {
	border:none;
}

.portfolio a:hover {
	background:none;
	color:#663300;
}

.navigation {
	margin:0px 0px 0px 30px;
}

table.edit ul {
	float:left;
	text-align:left;
}

ul#category, ul#category a, ul#category a:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: Normal; 
	line-height: 14px; 
	color: 	#663300; 
	font-weight: bold;
} 

ul#category a:hover, ul#category a:active {
	color:#009999;
}

ul#category li {
	display:inline;
}

ul#category li a {
	padding:0px 6px;
}

.invalid {
	margin:0px;
}

.invalid p {
	margin:0px 0px 15px 0px;
}

.invalid p.not {
	color:#FF0000;
}

.desc {
/*	border:1px solid #000;*/
	text-align:left;
	padding:5px 0px;
}

.visible { display:block; }
.hidden { display:none; }

.desc p {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
}

p.title {
	font-weight:bold;
}

/* preload rollover images */
.preloader img {
	display:none;
	width:1px;
	height:1px;
}

.counter {
	width:500px;
	text-align:right;
}

form {
	width:325px;
	margin:15px;
}

label {
	display:block;
	width: 100px;
	float:left;
	text-align:right;
	margin: 0px 10px 10px 0px;
}

input, select, textarea {
	width:200px;
	float:left;
	color:#000000;
	background:#ffffff;
	border: 1px solid #663300;
}

input[disabled] {
	background-color:#eaeaea;
	border:1px solid #663300;
	width:200px;

}

textarea {
	height:75px;
}

input[type="submit"], input[type="reset"] {
	margin:0px 20px 0px 0px;
	padding:2px 5px;
	color:#FFFFFF;
	width:auto;
	background-color:#6badb3;
	border:1px solid #000000;
}

.list {
	width:200px;
	position:relative;
	float:left;
	margin:15px 0px 0px 0px;
	text-align:left;
}
