@charset "iso-8859-1";
div, ul, body, ol {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body {
	background-color: #232333;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
}
#menu {
	height: 120px;
	width: 900px;
	margin: 0px auto;
	background-color: #000033;
	background-image:url(../img/logo.png);
	background-repeat: no-repeat;
	position: relative;
}

#menu ul {
	margin: 0px 0 0 300px;
	padding: 0 0 0 0;
}

#menu ul li {
	display: block;
	text-align:center;
	list-style-type:none;
	margin: 18px 0 0 0;
	width: 100px;
	height: 25px;
	float: left;
}

#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #333343;
	line-height: 24px;
}

#menu ul li a:hover {
	background-color:#50B0e6;
	color: #FFFFFF;
}

#menu ul li.active a {
	color: #000000;
	background-color: #CCCCCC;
}

#menu ul li.active a:hover {
	color: #000000;
	background-color:#FFFFFF;
}

#menu .submenu {
	position: absolute;
	top: 43px;
	height: 77px;
	left: 300px;
	width: 600px;
	background-color:#00001C;
	visibility: hidden;
	background-image:url(../img/submenu.png);
}

#menu .submenu a {
	text-decoration: none;
	margin-left: 20px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#333343;
	border: 1px solid #CCCCCC;
	padding: 2px 10px;
	color: #EEEEEE;
	width: 115px;
}

#loader {
	width: 200px;
	text-align: center;
	height: 150px;
	position: absolute;
	z-index: 66;
	left: 350px;
	top: 200px;
	background-color:#FFFFFF;
}

#loader img {
	margin: 50px 0 10px 0;
}

#loader p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #00001C;
	font-size: 16px;
}

.pagination {
	height: 25px;
	width: 100%;
	background-color: #333343;
}

.pagination .links {
	margin: 0px auto;
	width: 900px;
}

.pagination .links a {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	font-size: 16px;
	text-decoration: none;
}

.pagination .links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.pagination .links a.prev {
	float: left;
	display: block;
	height: 25px;
	width: 100px;
	text-align: left;
	padding-left: 30px;
	background-image: url(../img/ll.png);
	background-position: top left;
	background-repeat:no-repeat;
}

.pagination .links a.next {
	float: right;
	display: block;
	height: 25px;
	width: 50px;
	text-align:right;
	padding-right: 30px;
	background-image: url(../img/rr.png);
	background-position: top right;
	background-repeat:no-repeat;
}

#content {
	background-color: #00001C;
	margin: 0px auto;
	width: 900px;
	padding-top: 10px;
	border-bottom: 20px solid #00001C;
}

#content .zebra {
	background-color: #10102C;
}

#content p {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
	width: 550px;
}

#content p.message {
	color: #00001C;
	background-color:#FFFFFF;
}

#content p.navhelper {
	float:right;
	width: 200px;
	margin: 0 30px 0 0;
	text-align: right;
}

#content p strong {
	color: #FFFFFF;
}

#content p a {
	color: #50B0e6;
}

#content p a:hover {
	color: #FFFFFF;
}

#content p.navhelper a {
	padding-right: 30px;
	display: block;
	height: 25px;
	width: 100px;
	background-image: url(../img/up.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#content .info {
	margin-top: 10px;
	float: right;
	width: 290px;
	height: 150px;
	background-image:url(../img/info.png);
}

#content .info p {
	margin: 10px 30px 0px 10px;
	width: 250px;
	color: #666699;
}

#content .info p strong {
	color: #9999CC;
}

#content .info a.reply {
	background-image: url(../img/reply.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
	padding-right: 20px;
	line-height: 26px;
}

#content .info a.edit {
	background-image: url(../img/edit.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
	padding-right: 20px;
	line-height: 26px;
}

#content .info a.delete {
	background-image: url(../img/delete.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
	line-height: 26px;
}

#content .info a.images {
	background-image: url(../img/images2.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
	line-height: 26px;
	display: block;
}

#content form {
	margin: 0;
	padding: 0;
}

#content #replyForm {
	visibility: hidden;
}

#content form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#content form fieldset h4 {
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	width: 550px;
	background-color: #50B0e6;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

#content form fieldset h4 span {
	margin-left: 10px;
}

#content form fieldset label {
	margin-top: 5px;
	display: block;
	width: 540px;
	margin-left: 40px;
	text-align: left;
	height: 20px;
}

#content form fieldset label span {
	display: block;
	float: left;
	clear: left;
	width: 250px;
	text-align: left;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	font-size: 16px;
}

#content form fieldset label input,
#content form fieldset label select {
	width: 255px;
	margin-left:30px;
	border: 0;
	background-image: url(../img/input.png);
	background-position: right top;
	background-repeat: no-repeat;
}

#content form fieldset label input.file {
	background-image: url();
}

#content form fieldset label.text {
	height: 175px;
}

#content form fieldset label textarea {
	border: 0;
	margin-left:0px;
	width: 535px;
	height: 150px;
}

#content form fieldset .button {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #50B0e6;
	background-color:#FFFFFF;
	margin-left: 40px;
	margin-top: 5px;
}

#content form fieldset .smileys {
	display: block;
	width: 100%;
	background-color:#FFFFFF;
}

#content form fieldset .smileys img {
	border-width: 0px;
	margin: 5px 0px 5px 5px;
}

#content h3 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #50B0e6;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	width: 550px;
}

#content .photopresentation {
	margin: 20px 30px 0 30px;
	width: 840px;
	padding: 20px 0 20px 0;
	background-color:#333343;
	text-align:center;
}

#content .photopresentation img {
	border: 2px solid #EEEEEE;
}

#content .comments .userimage {
	float: left;
	border: 0px;
	margin: 2px 8px 2px 2px;
}

#content .friends {
	margin: 20px 0 0px 30px;
	padding: 0 0 0 0;
	width: 870px;
	height: 150px;
	text-align:center;
}

#content .friends .friend {
	float: left;
	margin-left: 30px;
	width: 260px;
	height: 150px;
	background-color:#333343;
	position: relative;
	text-align: left;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	font-size: 16px;
}

#content .friends .friend span {
	display: block;
	margin-left: 55px;
	line-height: 26px;
}

#content .friends .friend em {
	margin-left: 10px;
	font-style:normal;
}

#content .friends .friend img {
	position: absolute;
	top: 25px;
	left: 10px;
}

#content .friends .friend a {
	color: #50B0e6;
}

#content .friends .friend a:hover {
	color: #FFFFFF;
}

#content .friends .friend a.blog {
	background-image: url(../img/blog.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
}

#content .friends .friend a.images {
	background-image: url(../img/images.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
}

#content .friends .friend a.compose {
	background-image: url(../img/compose.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
}

#content .friends .friend a.quit {
	background-image: url(../img/quit.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
}

#content .friends .friend a.offer {
	background-image: url(../img/offer.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
}

#content .friends .friend a.delete {
	background-image: url(../img/delete2.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
}

#content .friends .first {
	margin-left: 0px;
}

#content .photos {
	margin: 20px 0 0px 30px;
	padding: 0 0 0 0;
	width: 870px;
	height: 150px;
	text-align:center;
}

#content .photos .photo {
	float: left;
	margin-left: 30px;
	width: 260px;
	height: 150px;
	background-color:#333343;
	position: relative;
}

#content .photos .first {
	margin-left: 0px;
}

#content .photos .photo img {
	margin-top: 11px;
	border: 2px solid #EEEEEE;
}

#content .photos .photo span {
	position: absolute;
	right: 0px;
	bottom: 2px;
	color: #00001C;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 260px;
	text-align: center;
}

#content .photos .photo .blog {
	padding-top: 15px;
	margin-top: 15px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	text-decoration: none;
	font-size: 16px;
}

#messages {
	width: 840px;
	margin-left: 30px;
}

#messages tr.zebra {
	background-color: #10102C;
}

#messages th, #messages a {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EEEEEE;
	text-decoration:none;
}

#messages a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#messages .new a {
	color: #50B0E6;
}

#messages th {
	font-weight: bold;
	text-align: left;
}

#messages .sender, #messages .receiver {
	width: 150px;
}

#messages .date {
	width: 150px;
}

#footer {
	clear: both;
	background-color: #161626;
	margin: 0px auto;
	padding: 40px 0 40px 0;
	width: 900px;
}

#footer p, #footer p a {
	color: #333343;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
