* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: left;
	color: #333;
	line-height: 1.2;
	font-size: 12px;
	/*background-color: #000a0c;*/
	background-color: #fafafa;
}

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

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.c {
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
	clear: both;
}

.f-left { float: left !important; }
.f-right { float: right !important; }

.v-hidden { visibility: hidden !important; }
.v-visible { visibility: visible !important; }

.o-visible { overflow: visible !important; }
.o-hidden { overflow: hidden !important; }

.d-none { display: none !important; }
.d-block { display: block !important; }

.alpha { behavior: url("/js/iepngfix.php") }

h2 a {
	color: #232323;
}

#container {
	width: 1100px;
	margin: 5px auto 25px auto;
	/*background: url('../img/both-gradients.gif') repeat-y;*/
}

#top {
	/*width: 1100px;*/
	width: 980px;
	margin: auto;
	margin-bottom: 5px;
	/*height: 92px;*/
	/*background: url('../img/top-gradient.gif') no-repeat;*/
}

#top a {
	color: #2E3192;
}

#top a.dr {
	color: #f28e00;
}

#bottom {
	width: 1100px;
	height: 92px;
	/*background: url('../img/bottom-gradient.gif') no-repeat;*/
}

#menu {
	margin-top: 10px;
	width: 980px;
	height: 47px;
	background: url('../img/menu-item.gif') repeat-x;
	list-style: none;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	padding: 17px 20px 5px 20px;
	color: #fefefe;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
#menu li a:hover, #container #menu .selected {
	background: url('../img/menu-item-selected.gif') repeat-x;
}

#menu li a.dnight {
	background: url('../img/menu-item-selected.gif') repeat-x;
	padding: 14px 20px 5px 20px !important;
}

#submenu {
	height: 22px;
	background: url('../img/submenu-bgr.jpg') repeat-x;
	list-style: none;
	padding-left: 40px;
}
#submenu li {
	float: left;
}
#submenu li a {
	display: block;
	padding: 5px 12px 0 0;
	color: #fefefe;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}

#container #menu .login .input-field .left {
	float: left;
	background: url('../img/input-bgr-left.gif') no-repeat;
	width: 11px;
	height: 28px;
}

#container #menu .login .input-field .middle {
	float: left;
	display: block;
	border: none;
	margin-top: 1px;
	background: url('../img/input-bgr.gif') repeat-x;
	height: 20px;
	padding-top: 8px;
	color: #A4A4A4;
	font-size: 11px;
}

#container #menu .login .input-field .right {
	float: left;
	background: url('../img/input-bgr-right.gif') no-repeat;
	width: 11px;
	height: 28px;
}

#container #menu .login .submit-button .left {
	float: left;
	background: url('../img/submit-left.gif') no-repeat;
	width: 11px;
	height: 28px;
}

#container #menu .login .submit-button .middle {
	float: left;
	display: block;
	border: none;
	background: url('../img/submit-bgr.gif') repeat-x;
	height: 28px;
	color: #D8D8D8;
	font-size: 11px;
}

#container #menu .login .submit-button .right {
	float: left;
	background: url('../img/submit-right.gif') no-repeat;
	width: 11px;
	height: 28px;
}

#container #content-c {
	width: 980px;
	margin: auto;
}

#container #top-banner {
	border: 1px solid #ccc;
	padding: 0;
	width: 980px;
	margin: auto;
	/*margin-top: -30px;*/
	height: 90px;
}

#left-content {
	float: left;
	width: 464px;
	margin-top: 10px;
}

#middle-content {
	float: left;
	width: 330px;
	margin-left: 18px;
}

#right-content{
	float: left;
	width: 168px;
	margin-top: 10px;
}

#right-content .banner {
	text-align: right;
	margin-bottom: 5px;
}

.actual-news {
	width: 400px;
	float: left;
	position: relative;
}

.actual-news .img-container {
}

.actual-news .bgr-overlay {
	background-color: #fff;
	height: 60px;
	margin-top: -60px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	position: relative;
}
.actual-news .bgr-overlay-top {
	background-color: #fff;
	height: 30px;
	margin-bottom: -30px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	position: absolute;
	float: left;
	width: 100%;
}
.actual-news .txt-overlay {
	color: #232323;
	margin-top: -60px;
	position: absolute;
	padding: 10px;
	width: 380px;
	overflow: hidden;
}
.actual-news .txt-overlay-top {
	color: #232323;
	margin-bottom: -30px;
	position: absolute;
	padding: 8px 19px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	width: 382px;
	overflow: hidden;
	left: 1px;
}

.actual-news .txt-overlay-top a {
	color: #232323;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}

.actual-news .overlay-top-dnight {
	padding: 8px 0 8px 0;
	background-color: #000;
	color: #fff;
	position: absolute;
	float: left;
	width: 100%;
}

.actual-news .overlay-top-dnight img {
	margin: 4px 12px 0 12px;
	float: left;
}

.actual-news .overlay-top-dnight a {
	color: #fff;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	float: left;
	width: 290px;
}

.d-night-logo {
	color: #232323;
	margin-top: -250px;
	position: absolute;
	padding: 10px;
	width: 370px;
	height: 144px;
	overflow: hidden;
	background: url('../img/d-night-logo.png') no-repeat right center;
}

.actual-news-thumbs {
	list-style: none;
	float: right;
	margin-left: 3px;
}

.actual-news-thumbs li {
	margin-bottom: 6px;
}

.events-c {
	margin-top: 5px;
}

.events-c .title {
	color: #fc4180;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.events-c .line {
	height: 0px;
	font-size: 1px;
	border-top: 2px solid #ed008c;
}

.events-c .featured {

}

.events-c .featured .featured-item {
	float: left;
	width: 150px;
	padding-right: 7px;
}

.events-c .featured .featured-item-last {
	padding-right: 0;
}

.events-c .featured .featured-item .image {
	display: block;
	width: 150px;
	margin-bottom: 5px;
}

.events-c .featured .featured-item a {
	color: #551fff;
	font-size: 12px;
}

.events-c .events {
	margin-top: 15px;
}

.events-c .events .event {
	float: left;
	width: 227px;
	padding-right: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}

.events-c .events .event .image {
	float: left;
	width: 55px;
	padding-right: 10px;
	margin-top: 3px;
}

.events-c .events .event .image a {
	display: block;
	width: 55px;
	font-size: 0;
}

.events-c .events .event .info {
	float: right;
	width: 162px;
}

.events-c .events .event .info a {
	color: #9e0039;
	font-size: 10px;
	font-family: Tahoma;
}

.events-c .events .event p {
	color: #232323;
	font-size: 11px;
	padding-top: 2px;
	font-family: Tahoma;
}

.events-c .featured-img {
	margin-bottom: 8px;
}

.events-c .featured-img .info {
	font-size: 10px;
	font-family: Tahoma;
}

.event p.author {
	font-size: 10px;
	font-family: Tahoma;
	margin-bottom: 5px;
}
.event p.author a {
	color: #7a0026;
}

.fp-news {
	margin-top: 7px;
}

.fp-news .title {
	color: #f7941d;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.fp-news .line {
	height: 0px;
	font-size: 1px;
	border-top: 1px solid #f8941d;
}

.fp-news .news-items {
	padding-left: 1px;
}

.fp-news .news-item {
	font-size: 13px;
	padding: 6px 0;
	border-bottom: 1px solid #c2c2c2;
	font-weight: bold;
}

.fp-news .news-item a {
	color: #707070;
}

.fp-news .news-item .comment-count {
	font-size: 11px;
	color: #ec008c;
}

.short-news {
	width: 160px;
	float: left;
	margin: 10px 10px 0 0;
}
.short-news.right {
	margin-right: 0;
}
.short-news .title {
	font-size: 12px;
	color: #ed008c;
	font-family: Tahoma;
}
.short-news .line {
	border-bottom: 1px solid #ed008c;
	height: 1px;
	font-size: 0;
	line-height: 0;
	margin-top: -2px;
}
.short-news .title .left {
	float: left;
	width: 100px;
	text-transform: uppercase;
	padding-top: 2px;
}
.short-news .title .right {
	float: right;
	text-align: right;
	width: 50px;
	font-size: 10px;
	padding-top: 5px;
}
.short-news .title .right a {
	color: #ed008c;
	display: block;
}

.short-news ul {
	list-style: none;
}
.short-news ul li {
	width: 160px;
	overflow: hidden;
	margin-top: 7px;
}
.short-news ul li a {
	color: #2e3192;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.fp-gallery {
	width: 812px;
	margin-top: 7px;
}

.fp-gallery .title {
	color: #ED008C;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.fp-gallery .item {
	width: 194px;
	float: left;
	margin: 0 12px 0 0;

}
.fp-gallery .item.right {
	margin-right: 0;
}

.fp-gallery .item a {
	color: #2E3192;
}

.fp-gallery .line {
	height: 0px;
	font-size: 1px;
	border-top: 2px solid #ED008C;
}

.fp-gallery .info {
	font-size: 10px;
	font-family: Tahoma;
}

/* Comments */

.comments-c {
	margin-top: 20px;
}
.comments-c form {
	text-align: right;
}
.comments-c textarea {
	width: 578px;
	height: 50px;
	padding: 10px;
	background-color: #f7fdfe;
	border: 1px solid #daf4ff;
	overflow: auto;
	color: #A5C0C5;
}
.comments-c textarea.active {
	color: #232323;
}
.comments-c .submit {
	border: none;
	background: none;
	color: #2e3192;
	padding-top: 5px;
}

.comments-c .comments {
	margin-top: 5px;
}
.comment {
	margin-bottom: 15px;
}
.comment .img-c {
	float: left;
	width: 55px;
}
.comment .body {
	float: left;
	margin: -3px 0 0 10px;
	width: 530px;
}
.comment .author {
	color: #232323;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
}
.comment .author a {
	color: #232323;
}
.comment .reply-button {
	display: block;
	text-align: right;
}
.comment .reply-button a {
	color: #2e3192;
}
.comment .options {
	margin-top: 20px;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
}
.comment .options .btn {
	font-size: 11px;
	border: 1px solid #dedede;
	background: #efefef;
	cursor: pointer;
	color: #2e3192;
	padding: 0 2px;
	margin-left: 3px;
}

.comment .options .btn:hover {
	background: #e5e5e5;
}

.reply {
	border-left: 1px solid #2e3192;
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: 25px;
}
.reply .body {
	width: 505px;
}
.reply .body .reply-button {
	display: none;
}

#auth {
	color: #fff;
	text-align: left;
	font-size: 11px;
	margin-left: 18px;
	padding: 7px 10px 7px 10px;
	margin-bottom: 10px;
	background: url('../img/rightbar_bg.png') no-repeat;
}

#auth input {
	border: none;
	background: url('../img/auth_input_bg.png') repeat-x;
	color: #fff;
	font-size: 12px;
	width: 120px;
	padding: 3px 3px;
	margin: 1px;
}

#auth .button {
	background: #252525;
	background: url('../img/login_button.png') no-repeat;
	width: 40px;
	height: 20px;
	cursor: pointer;
	margin-top: 4px;
}

#auth a {
	color: #fff;
}

#auth .userinfo {
	margin-bottom: 10px;
}

#auth .userinfo span {
	display: block;
	margin-top: 10px;
}

#auth .userinfo .img {
	margin-bottom: 4px;
	float: left;
}

#auth .userinfo .a {
	float: left;
}

#auth ul {
	margin-left: 13px;
}

#calendar caption {
	font-size: 13px;
	padding-bottom: 5px;
}

#calendar td {
	width: 20px;
	height: 20px;
	text-align: right;
	padding-right: 6px;
}

#calendar .weekend {
	background: #FFe0eB;
}

#calendar td a {
	color: #000;
	font-weight: bold;
}

#calendar .border {
	border: 1px solid #ddd;
}

#calendar_bottom {
	text-align: center;
	font-size: 11px;
}

#calendar_bottom .padded {
	padding-right: 10px;
}

#dr-pase {
	text-align: right;
	padding-right: 4px;
	margin-bottom: 10px;
}

#container #register {
	float: left;
	width: 812px;
	margin-top: 10px;
	margin-left: 0px !important;
	overflow: hidden;
}

#container #register .content-r {
	background-color: #f7fdfe;
	border: 1px solid #daf4ff;
	padding: 10px 10px 7px 10px;
}

#register h2 {
	color: #ec008c;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	border-bottom: 2px solid #ec008c;
	padding-bottom: 2px;
}

#register fieldset {
	border: none;
	margin-top: 10px;
}

#register fieldset .field {
	margin-top: 5px;
}

#register fieldset .field label {
	float: left;
	width: 200px;
}

#register fieldset .field .fixed-field {
	float: left;
}

#register fieldset .field .fixed-field input {
	width: 200px;
	border: 1px solid #bbb;
	padding: 2px;
}

#register fieldset .field .fixed-field .wide {
	width: 300px;
}

#register .notice {
	margin-top: 10px;
	font-size: 13px;
	padding-bottom: 5px;
}

#register .form-uploaded-image {
	position: relative;
}

#register .form-uploaded-image img {
	padding: 1px;
	border: 1px solid #bbb;
}

#register .form-uploaded-image .form-image-delete-button {
	position: absolute;
	background: url('../img/cross.gif') no-repeat left center;
	border: none;
	font-size: 0px;
	width: 16px !important;
	height: 16px;
	cursor: pointer;
	margin: -6px;
	border: none !important;
	padding: 0 !important;
	text-indent: -9000px !important;
    color: transparent;
    text-transform: capitalize;
}

#register p {
	padding: 10px 0 5px 0;
}

#container #messages {
	margin-left: 0px !important;
	overflow: hidden;
	border-bottom: 1px solid #c8efff;
}

.messages h2 {
	color: #ec008c;
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	border-bottom: 2px solid #ec008c;
	padding-bottom: 2px;
}

#messages .message {
	border-top: 1px solid #c8efff;
	border-left: 1px solid #c8efff;
	border-right: 1px solid #c8efff;
}

#messages .message {
	background-color: #f7fdfe;
	color: black;
	display: block;
	cursor: pointer;
}

#messages .message:hover {
	background-color: #e1fbff;
	text-decoration: none;
}

#messages .message.open {
	background-color: #e1fbff;
}

#messages .message .head.unread {
	font-weight: bold;
}

#messages .message .first {
	padding: 5px;
	float: left;
	width: 20px;
}

#messages .message .name {
	padding: 5px;
	float: left;
	width: 150px;
}

#messages .message .subject {
	padding: 5px;
	float: left;
	width: 250px;
}

#messages .message .date {
	padding: 5px;
	float: right;
	text-align: right;
	
}

#messages .message .body {
	border-top: 1px solid #c8efff;
	background: #fff;
	display: none;

}

#messages .message .info {
	margin-bottom: 5px;
	padding: 10px 10px 0 10px;
}

#messages .message .info-left {
	float: left;
	width: 65px;
}

#messages .info-left img {
	border: 1px solid #c8efff;
}

#messages .message .info-right {
	float: right;
	width: 510px;
}

#messages .message .body .content {
	padding: 5px 10px 10px 10px;
}

#messages .message .body .actions {
	text-align: right;
}

#messages .message .body .reply {
	border-top: 1px solid #c8efff;
	border-left: none;
	padding: 10px 10px 10px 10px;
	margin: 0px;
}

#messages .message .body .reply {
	background-color: #f7fdfe;
	border-top: 1px solid #c8efff;
	border-left: none;
	padding: 10px 10px 10px 10px;
	margin: 0px;
}

#messages .message .body .reply label{
	margin-right: 10px;
}

#messages .message .body .reply .msg_subject {
	border: 1px solid #bbb;
	width: 300px;
	padding: 2px;;
}


#messages .message .body .reply .msg_text {
	margin-top: 5px;
	border: 1px solid #bbb;
	width: 500px;
	height: 100px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 2px;
	font-size: 13px;
}

#messages .message .body .reply .send_button {
	margin-top: 5px;
}

.messages .delete_button {
	background: none;
	border: none;
	margin-top: 10px;
	cursor: pointer;
	font-size: 12px;
	color: #2e3192;
}

.messages .notice {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	color: #888;
}

.user-profile {
	
}

.user-profile .profile {
	float: left;
	margin-top: 10px;
}

.user-profile .profile .name {
	font-weight: bold;
	font-size: 14px;
}

.user-profile .picture {
	float: right;
}

.user-profile .message {
	background: #fff;
	position: absolute;
	padding: 10px;
	width: 510px;
}

.user-profile .message label{
	margin-right: 10px;
}

.user-profile .message .msg_subject {
	border: 1px solid #bbb;
	width: 300px;
	padding: 2px;;
}

.user-profile .message .close {
	background: url('../img/lightbox-btn-close.gif') top right;
	width: 18px;
	height: 20px;
	position: absolute;
	right: 13px;
	cursor: pointer;
}

.user-profile .message .msg_text {
	margin-top: 5px;
	border: 1px solid #bbb;
	width: 500px;
	height: 100px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 2px;
	font-size: 13px;
}

.user-profile .message .send_button {
	margin-top: 5px;
}

#ajax-popup-overlay {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 140;
	visibility: visible;
	display: block;
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

* html #ajax-popup-overlay {
	position: absolute;
	width: 100%;
	height: 1200px;
}


.bold {
	font-weight: bold;
}

#sms-countdown {
	text-align: center;
	font-size: 30px;
	color: green;
	padding: 15px 0 5px 0;
}

#sms-numbers {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#sms-numbers span {
	display: block;
	float: left;
	width: 75px;
	height: 20px;
	text-align: center;
}

#sms-numbers .winner {
	font-size: 13px;
	color: purple;
	font-weight: bold;
}

.clear {
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
	clear: both;
}

.contest-info {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	font-size: 11px;
	font-family: Tahoma;
}

.sms-info {
	font-weight: bold;
	margin-top: 10px;
}

.contest-info h1 {
	font-size: 16px;
	font-weight: bold;
	color: #F7941D;
	margin-bottom: 5px;
}

.contest-info ol {
	margin-left: 20px;
}

.sms-countdown span {
	display: none;
}

.sponsors {
	width: 150px;
	float: right;
}

.sponsors h2 {
	color: #EC008C;
	border-bottom: 1px solid #EC008C;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 5px;
}

#banner-id-banner-right-sidebar-sponsors {
	text-align: center;
}

.item_adm {
	margin-bottom: 10px;
}

.item_adm h2 {
	color: #EC008C;
	border-bottom: 1px solid #EC008C;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 5px;
}

.pool.frontpage {
	margin-top: 10px;
	margin-left: 18px;
	background: url('../img/rightbar_bg.png') no-repeat;
	padding-bottom: 4px;
}

.pool h1 {
	font-size: 12px;
	color: #fff;
	padding: 10px 0 5px 10px;
}

.pool .answer {
	font-size: 11px;
	color: #b2b2b2;
}

.pool .answers {
	padding-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.pool .answer input {
	float: left;	
	margin: 0px;
	padding: 0px;
	width: 13px;
	height: 13px;
	margin-top: 2px;
}

.pool .answer span {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-left: 6px;
}

.pool .submit {
	float: left;
	display: block;
	margin-top: 5px;
	font-size: 11px;
	width: 51px;
	margin-right: 5px;
	text-align: center;
	padding: 1px 0;
}

.pool .active {
	color: #fff;
	background: #ff4f98;
}

.pool .disabled {
	cursor: default;
	color: #a2a2a2;
	background: #d7d7d7;
}

.pool .submit:hover {
	text-decoration: none;
}

.pool .vote_button {
	background: url('../img/vote_button.png') no-repeat;
	width: 49px;
	height: 20px;
	margin-left: 10px;
}

.pool .results_button {
	background: url('../img/results_button.png') no-repeat;
	width: 61px;
	height: 20px;
}

.pool .bar {
	margin-top: 4px;
	height: 7px; 
	background: #ff4f98; 
	float: left;
	font-size: 0px;
}

.pool table {
	width: 100%;
	background-color: #f7fdfe;
	border-top: 1px solid #daf4ff;
	border-left: 1px solid #daf4ff;
}

.pool table td {
	border-right: 1px solid #daf4ff;
	border-bottom: 1px solid #daf4ff;
	padding: 2px 7px 2px 7px;
}

.forgot-pass {
	display: block;
	margin-top: 20px;
	color: #2E3192;
}