* {
	margin: 0;
	padding: 0;
}

body {
	font-family: tahoma, arial, verdana, sans-serif;
	text-align: center;
	color: #e5e5e5;
	font-size: 11px;
	text-align: center;
}

body,a,p,td,th,div,label,input,textarea,select {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	color: #e5e5e5;
}

ul {
	list-style: none;
}

#content ul {
	list-style: disc;;
	margin-right: 5px;;
	margin-left: 5px;;
	margin-bottom: 4px;;
	margin-top: 4px;
	list-style-position: inside
}

.text {
	text-align: justify
}

.title {
	color: #e5e5e5;
}

.thumbs ul {
	list-style: none;
}

.thumbs ul li {
	line-height: 12px;;
	text-align: center;;
	overflow: hidden;;
	width: 26px;;
	height: 14px;;
	border: 1px solid #999999;;
	display: inline;;
	float: left;;
	margin-right: 3px;;
	margin-bottom: 3px
}

.thumbs ul>li {
	width: 24px;;
	height: 12px;
}

.thumbs ul li img {
	width: 24px;;
	height: 12px;;
	border: 0;
}

.thumbs ul li.active {
	border: 1px solid #FF9900;
}

img {
	border: 0;
}

li.active a,a.active {
	color: #ff9900
}

a {
	text-decoration: none;
	color: #A8A675;
}

a:hover {
	text-decoration: none;
	color: #C4C04F;
}

label {
	display: block;
	width: 100px;;
	float: left;;
	text-align: left;
}

#flashMessage {
	margin-top: 10px;;
	border: 1px dashed #990000;;
	padding: 10px;;
	color: #900;;
	font-weight: bold
}

.error_message {
	color: #c4c04f;;
	text-align: left;;
	font-weight: normal
}

.actions {
	text-align: right;
}

.actions li {
	display: inline;;
	margin-left: 10px;
}

.actions a {
	color: #C00;
}

.required {
	font-weight: bold;
}

.hint {
	font-style: italic;;
	text-decoration: underline;;
	cursor: help;
}

#main-pic {
	border: 0px solid #CCC;
}

input,textarea,select {
	width: 450px;
	margin: 2px 0;
	padding-left: 2px;
	color: #000;
}

input.submit {
	border: 0px
}

.slim input,.slim textarea,.slim select {
	width: 234px;
}

.slim input.submit {
	width: auto;
}

.placeholder {
	border: 1px solid #000;
}

.siblings {
	color: #999;
}

.siblings a {
	color: #010101;
}

.siblings .active a,.siblings a.active {
	color: #FF9900;
}
