html { height: 100%; background: none }

body {
	line-height: 150%;
}

input[type="text"],
input[type="password"],
input[type="file"],
select,
textarea {
	border: 1px solid #dcdcdc;
	background-color: #f8f8f8;
	font-weight: bold;
	padding: 5px;
	width: 545px;
}

select{
	width: auto;
}

label {
	color: #444;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

a {
	color: #000;
}

p {
	margin: 5px 0;
}

h1 {
	font-weight: bold;
	font-size: 120%;
}

h2 {
	font-weight: bold;
	font-size: 110%;
}

#left ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 10px 30px;
}

#left li ul li {
	list-style-type: square;
	list-style-position: inside;
	margin: 5px;
	padding-left: 20px;
}

ul.userlist { }

li.user {
	float: left;
	list-style-type: none;
	text-align: center;
	margin: 5px;
	padding: 10px;
}

li.user:hover {
	background-color: #ececec;
}

#friends-container li {
	float: left;
	text-align: center;
	padding: 10px;
	margin: 5px;
}

#friends-container li:hover,
.li-hover {
	background-color: #ececec;
}

.input {
	margin-bottom: 10px;
}

.submit {
	text-align: center;
	margin: 10px 0;
}

input.counter {
	float: right;
	width: 30px;
}

input.search {
	width: 250px;
}

input.form-error {
	border: 2px solid #a20b24;
}

.error-message {
	padding: 3px;
	color: #fff;
	background-color: #a20b24;
	margin-top: 5px;
}

.highlight {
	background-color: #ffff00;
}

.maroon {
	color: #ab102e;
}

.intro {
	margin-bottom: 10px;
}

.cropPreview {
	float: right;
	position: relative;
	right: 100px;
}

div.auto_complete    {
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
li.selected { background-color: #ffb; }

.tabs {
	position: relative;
	top: 5px;
	text-align: center;
}

.tabs img {
	margin-right: 5px;
}

.box {
	width: 600px;
}

.box-top {
	background: transparent url(../img/box-top.gif) no-repeat;
	height: 17px;
}

.box .title {
	color: #faa622;
	font-weight: bold;
}

.box-content {
	background: transparent url(../img/box-bg.gif) repeat-y;
	padding: 1px 25px 1px 20px;
}

.box-bottom {
	background: transparent url(../img/box-bottom.gif) no-repeat;
	height: 20px;
}

.more {
	text-align: right;
}

.more a {
	color: #000;
	font-style: italic;
	text-decoration: underline;
}

.search-info {
	margin-top: 10px;
	font-size: 90%;
	font-style: italic;
}

#success,
#error {
	width: 580px;
	position: relative;
	left: 10px;
	color: #fff;
	margin-bottom: 10px;
}

#success .box-top,
#success .box-bottom,
#error .box-top,
#error .box-bottom {
	height: 8px;
	margin: 0;
}

#success .title,
#error .title {
	margin-bottom: 5px;
	font-weight: bold;
	color: #fff;
}

#success .box-content,
#error .box-content {
	padding: 0 10px 0 50px;
	min-height: 32px;
}

#success .box-top {
	background: transparent url(../img/box-top-green.gif) no-repeat bottom;
}

#success .box-content {
	background: url(../img/success.gif) no-repeat 10px center #599418;
}

#success .box-bottom {
	background: transparent url(../img/box-bottom-green.gif) no-repeat top;
}

#error .box-top {
	background: url(../img/box-top-red.gif) no-repeat bottom;
}

#error .box-content {
	background: url(../img/error.gif) no-repeat 10px center #a20b24;
}

#error .box-bottom {
	background: url(../img/box-bottom-red.gif) no-repeat top;
}

#pagination {
	text-align: center;
}

.box-inner {
	margin-bottom: 10px;
}

.box-inner .box-top,
.box-inner .box-bottom,
.info-top,
.info-bottom {
	height: 8px;
	margin: 0;
}

.box-inner .box-content,
.info-content {
	padding: 5px 10px;
}

.box-inner .box-top,
.orange .info-top {
	background: url(../img/box-top-orange.gif) no-repeat bottom;
}

.box-inner .box-content,
.orange .info-content {
	background-color: #fba81a;
}

.box-inner .box-content {
	background-image: none;
}

.box-inner .box-bottom,
.orange .info-bottom {
	background: url(../img/box-bottom-orange.gif) no-repeat top;
}

.fix-width {
	width: 940px;
	margin: 0 auto;
	padding-top: 10px;
}

.container {
	margin: 15px;
}

.clearfix {
	clear: both;
}

.page-title {
	margin: 0 0 10px 7px;
}

#equalizer-box {
	position: relative;
	left: -6px;
}

#MessageMessage {
	background: url(../img/bg-message-text.gif) no-repeat 5px 2px;
	text-indent: 125px;
}

#modalbox {
	text-align: center;
}

#header {
	height: 70px;
	position: relative;
}



#menu {
	float: right;
	position: relative;
	top: 30px;
}

#menu li {
	float: left;
	margin: 0 3px;
}

#menu li.message {
	position: relative;
	top: -22px;
}


#home-header {
	margin-bottom: 10px;
}

#left {
	float: left;
	width: 600px;
}

#right {
	float: right;
	width: 300px;
}

#right .button {
	text-align: center;
	margin-bottom: 5px;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#footer .menu {
	text-align: center;
}

#footer .menu a {
	color: #000;
	text-decoration: none;
}

#footer .email {
	float: left;
}

#footer .youthrep {
	float: right;
}



#message-ticker table {
	height: 75px;
}

#message-ticker table td {
	vertical-align: middle;
}

#message-ticker .avatar {
	border: 2px solid #0f90a6;
	margin: 0 20px;
}

#message-ticker .message {
	padding-right: 5px;
}

#message-ticker .message,
#message-ticker .message a {
	color: #fff;
	text-decoration: none;
}

#tags,
#profile-box,
#friend-request,
#friends {
	width: 288px;
	margin-bottom: 10px;
}

#tags .top,
#profile-box .top,


#tags .content,
#profile-box .content,

#tags .header {
	color: #ab102e;
	font-size: 140%;
	font-weight: bold;
	border-bottom: 1px dashed #ab102e;
	padding-bottom: 5px;
	text-indent: 15px;
}

#profile-box .header,


#profile-box .name {
	float: left;
}

#profile-box .add-friend {
	float: right;
}

#tags a {
	color: #757575;
	text-decoration: none;
}

#tags .bottom,
#profile-box .bottom,


#profile-box .picture {
	text-align: center;
	margin-bottom: 10px;
}

#profile-box .picture img {
	border: 1px solid #000;
}


#profile-box .button {
	margin: 2px;
}



#top5 table {
	width: 100%;
	vertical-align: middle;
	border-top: 1px dashed #000;
}


#messages .body {
	margin: 10px;
}

#messages .message-container {
	margin: 20px 0;
	border-bottom: 2px dotted #000;
}

#messages .date {
	float: left;
	font-weight: bold;
}

#messages .tags {
	float: right;
	width: 350px;
	color: #ab102e;
	font-weight: bold;
	text-align: right;
}

#messages .tags a {
	color: #ab102e;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}

#messages .message {
	margin: 10px 0;
}

#sort {
	float: right;
}

#search-form {
	display: inline;
}

#picture-preview .picture-default {
	text-align: center;
}

#contract {
	font-size: 90%;
}

#info {
	font-size: 95%;
	height: 535px;
}

#tag-cloud .box-content a {
	color: #000;
	text-decoration: none;
	line-height: 120%;
}

#tags-container li {
	float: left;
	margin: 5px;
	padding: 5px;
	background-color: #AB102E;
	color: #fff;
}

#tags-container a {
	color: #fff;
	text-decoration: none;
}

#tags-container a:hover {
	color: #fed61e;
}

#MessageTags {
	width: 530px;
	padding-right: 18px;
}

