body {
	background: #121212 url(images/bg-body.png) 50% 0 repeat-y;
 	color: #000;
 	text-align:center;
 	margin-left:auto;
 	margin-right:auto;
 	font-size:12px;
    font-family:Arial,Helvetica,sans-serif;
 	margin-bottom:20px;
 	margin-top:0px;
 	position: relative;
 }
 
 ul {
    list-style: none;
 }
 
 
 #memberOptions{
background:#fff;
 }
 
 form#poll{
background:#fff; 
overflow:hidden;
padding:5px 5px 30px 10px;
margin-bottom:-20px;
 }
 
 
 #rightColumn{
 background:#000;
 }
 
 #rightColumn table{ 
 background:#fff;
 }
 
 #tabbedMenu{
 margin:0px;
 padding:10px 10px 10px 20px;
 background:#fff;
 }
 
 #tabbedMenu li{
border-bottom:1px dotted  #D0D3D5; 
 }

 
 #rightColumn div.search {
    background:#ffffff;
    color:#000;
    margin: 0 0px;
    padding:8px 10px;
    text-align:center;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;		
 }
 
 #rightColumn div.search input {
    width: 80px;
 }
 
 #rightColumn div.search input[type='text'] {
    display: block;
    margin: 0 auto 5px;
    width: 140px;
 }
 
 #rightColumn div.search input[type='submit'] {
    width: 80px;
 }
  
 #top-bar-bg {
    background: url(images/bg-top-site.png) 50% 0 no-repeat;
    height: 31px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
 }

 #container {
    left: -7px;
    margin: 0 auto;
    overflow: hidden !important;
    position: relative;
    width: 994px;
		background:#fff;
 }
 
 #header {
    height: 175px;
    margin-top: 31px;
    overflow: hidden;
    width: 994px;
 }
 
 #leftColumn {
    float: left;
    overflow: hidden;
    text-align: left;
    width: 669px;
 }
 
 #mainMenu {
    overflow: hidden;
    width: 669px;
 }
 
 #mainContent {
    background: #FFF url(images/bg-main-content.png) 0 44px no-repeat;
 }
 
 #rightColumn {
    float: left;
    overflow: hidden;
    text-align: left;
    width: 325px;
 }
 
 #top {
    text-align: left;
 }
 
 #mainContent p {
    margin: 10px 25px;
 }
 
 h2.red-head, h2.red-head-first, h2.dark-head {
    background: url(images/red-head-first.png) 0 0 no-repeat;
    color: #FFFFFF;
    font: bold normal 20px Arial, sans-serif;
    height: 25px;
    margin: 0;
    overflow: hidden;
    padding: 21px 0 6px;
    text-indent: 47px;
    text-transform: capitalize;
 }
 
 h2.red-head, h2.dark-head {
    background: url(images/red-head.png) 0 0 no-repeat;
    height: 25px;
    padding: 13px 0 6px;
 }
 
 h2.dark-head {
    background: url(images/dark-head.png) 0 0 no-repeat;
 }
 
 .gray-box {
    background: #F0F1F2;
 }
 
 .white-box, .white {
    background: #FFFFFF;
 }
 
 #friends ul {
    overflow: hidden;
 }
 
 #friends li {
    float: left;
 }
 
 #accountActivity, #bulletin, #friends {
    padding: 8px;
    margin: 5px 25px;
 }
 
 #accountActivity td {
    padding: 5px 0 5px 10px;
 }
 
 #bulletin table {
    width: 100%;
 }
 
 #bulletin td.bgone, #bulletin td.bgtwo, #bulletin td.bgthree {
    background-image: url(images/bulletin-td.png);
    background-repeat: no-repeat;
    height: 73px;
 }
 
 #bulletin td.bgone {
    background-position: 1px 1px;
 }
 
 #bulletin td.bgtwo {
    background-position: -109px 1px;
 }
 
 #bulletin td.bgthree {
    background-position: -119px 1px;
 }
 
 #bulletin tr#bulletinHead {
    background: #E2E4E7;
    color: #666666;
    height: auto;
 }
 
 #bulletin th {
    padding: 3px;
    text-align: left;
 }
 
 #profile {
    height: 205px;
    margin: 5px 25px;
    overflow-y: hidden;
 }
 
 #mainProfileImage {
    background: #E2E4E7;
    float: left;
    height: 185px;
    padding: 12px 25px 8px;
    text-align: center;
 }
 
 #mainProfileImage a {
    display: block;
 }
 
 #memberOptions {
    border-top: #D8D8D8;
    margin: 0;
    padding: 0 0 15px;
 }
 
 #memberOptions li {
    border-bottom: 1px solid #D8D8D8;
    color: #E50C14;
    font: bold normal 14px Arial, sans-serif;
 }
 
 #memberOptions a {
    color: #E50C14;
    display: block;
    padding: 5px 20px;
    text-decoration: none;
 }
 
 #memberOptions li:hover {
    background: #F1F2F3;
 }
 
 #featuredCompetitions {
    background: #F0F1F2 url(images/red-splat-drip.png) 0 0 no-repeat;
    height: 200px;
    overflow: hidden;
    padding: 6px 0px;
    width: 618px;
    height: 200px;
 }
 
 #next, #prev {
    display: block;
    float: left;
    height: 200px;
    line-height: 200px;
    width: 21px;
 }
 
 #next:focus, #prev:focus {
    outline-style: none;
 }
 
 #next {
    background: url(images/featured-next.png) 0 50% no-repeat;
 }
 
 #prev {
    background: url(images/featured-prev.png) 0 50% no-repeat;
 }
 
 #slideHolder {
    float: left;
    height: 200px;
    overflow: hidden;
    width:576px;
 }
 
 
 #featuredCompetitions ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 99999px;
 }
 
 #featuredCompetitions li {
    float: left;
    height: 170px;
    list-style: none;
    padding: 15px 30px;
    width: 516px;
 }
 
 #featuredCompetitions .bigImg {
    height: 160px;
    float: right;
    overflow: hidden;
    width: 330px;
 }
 
 #featuredCompetitions span {
    display: block;
 }
 
 .bigImg img {
    width: 100%;
 }
 
 #newestEntries {
    margin: 0 0 0 25px;
    overflow: hidden;
    position: relative;
 }
 
 .gray-drip {
    left: 9px;
    position: absolute;
    top: -4px;
 }
 
 #newestEntries div {
    background: #F0F1F2;
    float: left;
    height: 125px;
    margin: 0 5px 5px 0;
    padding: 5px 3px 3px;
    width: 302px;    
 }
 
 #newestEntries div div {
    background: #F0F1F2 url(images/bg-newest-entries.png) 0 0 repeat-x;
    height: 105px;
    margin: 0;
    padding: 10px;
    width: 282px;
 }
 
 #newestEntries div div div {
    background: transparent;
    height: 100px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100px;
 }
 
 #newestEntries div div div img {
    width: 100%;
 }
 
 #featuredCompetitions h3 a, #newestEntries h3 a {
    color: #E50b14;
    font: normal normal 14px Arial, sans-serif;
    display: block;
    overflow: hidden;
 }
 
 #newestEntries h3 a {
    margin: 10px 0 0 110px;
 }
 
 #featuredCompetitions h3 a span, #newestEntries h3 a span {
    background-image: url(images/bg-entries-sprite.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 26px;
    width: 26px;
 }
 
 a.OMG span {
    background-position: 0 0;
 }
 
 a.Vanity span {
    background-position: -27px 0;
 }
 
 #newestEntries h4 {
    margin: 10px 10px 10px 110px;
 }
 
 #featuredCompetitions h4 a, #newestEntries h4 a {
    color: #0F5294;
    font: bold normal 12px Arial, sans-serif;
 }
 
 .red-drip {
    background: url(images/red-splat-drip2.png) no-repeat 20px -2px;
    padding: 1px 0px;
 }
 
 .dark-drip {
    background: url(images/gray-splat-drip.png) no-repeat 34px -3px;
    padding: 1px 0px;
 }
 
 .mainContentBox {
    margin-left: 25px;
 }
 
 #recentImages, #newForumTopics {
    margin: 0 25px;
    overflow: hidden;
    padding: 10px 0;
 }
 
 #recentImages li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 33%;
 }
 
 #forumFix {
    position: relative;
 }
 
 #forumJump {
    left: 486px;
    position: absolute;
    top: -31px;
 }
 
 #newForumTopics li {
    list-style: none;
    overflow: hidden;
    padding: 10px;
 }
 
 .gray {
    background: #F1F2F3
 }
 
 .arcade {
    overflow: hidden;
 }
 
 .arcade div {
    float: left;
    margin: 5px 15px 5px 35px;
    width: 40%;
 }
 
 .arcade table {
    width: 100%;
 }
 
 .arcade td {
    padding: 3px;
 }
 
 #newForumTopics li a {
    font-style: italic;l
 }
 
 .profileImage {
    float: left;
    padding-right: 10px;
 }
 
 .forumTitle {
    color: #E50C14;
    display: block;
    font: bold normal 11px Arial,sans-serif;
 }
 
 #loginArea {
    background: #000 url(images/login-area.png) 0 0 no-repeat;
    padding: 19px 24px 0;
 }
 
 #loginArea label {
    color: #B2B2B2;
    display: block;
    font-weight: normal;
    margin-top: 10px;
    text-transform: lowercase;
 }
 
 #loginArea .input, #loginArea .input2 {
    background: url(images/login-area.png) -31px -46px;
    border: 0;
    color: #000000;
    display: block;
    font-size: 10pt;
    margin: 2px 5px;
    padding: 1px 0;
    width: 167px;
 }
 
 #loginArea .link_action, #loginArea span {
    color: #B2B2B2;
    float: left;
    text-decoration: none;
    text-transform: lowercase;
 }
 
 #loginArea span {
    float: none;
 }
 
 #loginSubmit {
    margin: 15px -4px 0;
    text-align: right;
    overflow: hidden;
 }
 
 #loginSubmit input {
    background: transparent;
    border: 0;
    float:right;
    height:21px;
    text-indent:-9999px;
    width:51px;
 }
 
 #signUpButton {
    display: block;
    height: 88px;
    overflow: hidden;
 }
 
 #homePageAccountInfo {
    background: url(images/bg-top-b.png) no-repeat 0 0;
    padding: 1px 0 0;
 }
 
 #logout {
    display: block;
 }
 
 #homePageAccountInfo h3 {
    color: #FF0000;
    font: bold normal 11px Arial, sans-serif;
    margin-top: 15px;
 }
 
 #homePageAccountInfo .messengerHide {
    display: none;
 }
 
 #homePageAccountInfo ul {
    margin: 0;
 }
 
 ul#userInfo {
    margin: 0 0 5px 45px;
 }
 
 #homePageAccountInfo li.mail {
    clear: left;
    list-style-image: url(images/mail.png);
    padding-bottom: 3px;
 }
 
 #homePageAccountInfo li.mail a {
    color: #FFF;
 }
 
 #homePageAccountInfo li {
    color: #FFFFFF;
    list-style: none;
 }
 
 #userInfo li {
    color: #7F7F7F;
 }
 
 #profileImage {
    float: left;
    padding: 15px 15px 5px;
 }
 
 #profileImage img {
    border: 1px solid #5F5F5F;
    height: auto;
    width: 50px;
 }
 
 #poll a, #poll div {
    display: block;
    margin: 0 auto;
    text-align: center;
 }
 
 #poll input {
    border: 0;
 }
 
 #poll ul {
    margin: 5px 0;
    padding: 0 15px 5px 0;
 }
 
 #poll li {
    margin-bottom: 5px;
    list-style: none;
 }
 
 h2.round-b-to-g {
    background: url(images/round-b-to-g.png) 0 0 no-repeat;
    font: normal normal 20px/36px Arial, sans-serif;
    color: #E50B14;
    text-indent: 20px;
    text-transform: capitalize;
 }
 
 ul.right-col-gray {
    margin: 0;
    padding: 0;
 }
 
 ul.right-col-gray li {
    background: #EDEDED url(images/right-column-item.png) 0 0 no-repeat;
    border-bottom: 1px solid #FFF;
    list-style: none;
    overflow: hidden;
    padding: 10px;
 }
 
 ul.right-col-gray li.round-g-to-b {
    background: #EDEDED url(images/round-g-to-b.png) 0 0 no-repeat;
    border-bottom: 0;
    height: 22px;
    list-style: none;
    overflow: hidden;
    padding: 8px 10px 9px;
    text-align: right;
 }
 
 ul.right-col-gray li img {
    float: left;
    padding-right: 10px;
 }
 
 ul.right-col-gray li a {
    color: #005499;
    display: block;
    font: bold normal 11px Arial, sans-serif;
    margin: 5px 0 10px;
 }
 
 ul.right-col-gray li.round-g-to-b a {
    display: inline;
    float: right;
    margin: 0;
 }
 
 ul.right-col-gray li span {
    color: #575757;
    font: normal normal 11px Arial, sans-serif;
 }
 
 div.round-b {
    background: #000 url(images/round-b.png) 0 0 no-repeat;
		padding-bottom:20px;		
 }
 
 div.round-b-b {
    background: #000000 url(images/round-b-b.png) no-repeat left bottom;
    height: 15px;
    overflow: hidden;
    width: 325px;
 }
 
 div.round-b h2 {
    font: normal normal 20px/36px Arial, sans-serif;
    color: #FFFFFF;
    text-indent: 20px;
    text-transform: capitalize;
 }
 
 div.round-b ul {
    color: #FFFFFF;
    list-style: none;
    margin: 0;
    padding: 0 15px 5px 15px;
 }
 
 div.round-b ul li a {
    color: #FFFFFF;
 }
 
 div.plusTen {
    padding-top: 10px;
 }
 
 .round-g-to-b {
    background: url(images/round-g-to-b.png) no-repeat left bottom;
    padding: 0 0 30px;
 }
 
 .round-w-to-b {
    background: url(images/round-w-to-b.png) no-repeat left bottom;
    padding: 0 0 15px;
 }
 
 ul#tagCloud {
    margin: 0;
    padding: 0 10px 10px;
 }
 
 ul#tagCloud li {
    display: inline;
    list-style: none;
 }
 
 ul#tagCloud li a {
    color: #FFFFFF;
 }
 
 div#footer-links {
    clear: left;
    height: 107px;
    overflow: hidden;
    width: 994px;
		margin:0px auto;
 }
 
 #footer-links img, #footer-links div {
    float: left;
    height: 107px;
 }
 
 div.br-big-dog-black {
    background: #000 url(images/br-big-dog-black.png) left bottom no-repeat;
    width: 325px;
 }
 
 div.br-big-dog-white {
    background: #000 url(images/br-big-dog-white.png) left bottom no-repeat;
    width: 325px;
 }
 
 .gray-item {
    background: #EDEDED url(images/right-column-item.png) 0 0 repeat-x;
 }

 #shoutbox_div {
    background: #FFFFFF url(images/bg-shoutbox.png) no-repeat left bottom;
    padding: 0 0 1px;
 }
 
 #shoutbox_data {
    height: 280px;
    overflow-y: auto;
 }
  
 #shoutbox_div input {
    background: transparent;
    border: 0;
    display: block;
    margin: 15px 25px;
 }
 
 #feed_menu_table td {
    width: 70px;
 }
 
 #maleRankings, #femaleRankings, #top25 {
    padding: 6px;
    margin: 5px 25px;
 }
 
 #maleRankings h3, #femaleRankings h3 {
    background: #2F2F2F;
    color: #FFFFFF;
    padding: 3px;
    text-transform: capitalize;
 }
 
 #messageInbox li {
    padding: 5px;
    height: 50px;
    line-height: 50px;
    margin: 1px 0;
    overflow: hidden;
    width: 570px;
 }
 
 #messageInbox li input, #messageInbox li a {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px 5px 5px;
 }
 
 #messageDelete {
    text-align: center;
 }
 
 ul.items li {
    margin-bottom: 10px;
 }
 
 #genreList, #friendsList, #topRequestedList, .tdLists {
    overflow: hidden;
 }
 
 #genreList li, #friendsList li, .tdLists li {
    float: left;
    margin: 0 10px 0 0;
 }
 
 #latestUploadList li {
    float: none;
    overflow: hidden;
 }
 
 #latestUploadsList li a {
    display: block;
    float: left;
    margin: 5px;
 }
 
 #featuredCompetitionBox {
    background: url(images/bg-featuredCompetition.png) no-repeat 0 0;
    clear: left;
    height: 317px;
    margin: 5px 0 0;
    padding: 20px 55px 0 90px;
    width: 501px;
 }
  
 #featuredCompetitionBox a {
    color: white;
 }
 
 #featuredCompetitionBox h3, #featuredCompetitionBox h4 {
    color: white;
    float: left;
    text-transform: capitalize;
 }
 
 #featuredCompetitionBox h3 {
    font-weight: normal;
 }
 
 #featuredCompetitionBox h3 a span {
    background-image: url(images/bg-entries-sprite.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 26px;
    width: 26px;
 }
 
 #featuredCompetitionBox h4 {
    line-height: 18px;
 }
 
 .featuredCompetition {
    clear: left;
    float: left;
    margin: 10px 35px 0 0;
    width: 135px;
 }
 
 #featuredCompetitionBox .featuredCompetition h4 {
    float: none;
 }
 
 .featuredCompetition ul, .featuredCompetition li {
    color: white;
    margin: 0;
    padding: 0;
 }
 
 .entryImage {
    float: left;
    height: 230px;
    overflow: hidden;
    text-align: center;
    width: 320px;
 }
 
 .entryImage img {
    max-height: 230px;
    height: auto !important;
    height: 230px;
    max-width: 250px;
    width: auto !important;
    width: 250px;
    margin: 0 auto;
 }
 
 .viewAll {
    display: block;
    margin: 15px 0 0;
 }
 
 #contests li {
    border: 1px solid #777;
    height: 135px;
    padding: 3%;
    width: 40%;
 }
 
 #contests li a {
    display: block;
 }
 
 .bold, .emphasized {
    font-weight: bold;
 }
 
 .emphasized {
    color: #E50C14;
 }
 
 #profileInfo h3 {
    color: #E50b14;
    font: normal normal 20px Arial, sans-serif;
    text-transform: capitalize;
 }
 
 #profileInfo a.link_action {
    display: block;
    float: right;
 }
 
 #profileInfo ul {
    margin: 12px 5px 0 150px;
 }
 
 #profileInfo li {
    padding: 5px;
 }
 
 #profilePadFix {
    margin-left: 195px;
 }
 
 #profilePadFix h3 {
    margin-top: 5px;
 }
 
 #profilePadFix p {
    margin: 0 10px 0 0;
 }
 

 .onethirdcontainer {
 	overflow: hidden;
 }
 
 .onethird {
 	background: #DFDFEF;
 	border: 1px solid #CCC;
 	float: left;
	margin: 1%;
	min-height: 120px;
	height: auto !important;
	height: 120px;
	padding: 1%;
	width: 29%;
 }
 
 #loginSpacer {
    height: 5px;
    width: 90%;
 }
 
 #arcadeList li {
    margin: 0 10px 10px 0;
    padding: 3px 6px;
 }
 
 #arcadeList li a {
    color: white;
 }
 
 #forumButtons {
    overflow: hidden; border-top: 1px solid #C8C8C8; background-color: transparent; background-repeat: no-repeat; background-position: right -1px; margin: 5px 25px;
 }
 
 #feed {
    overflow: hidden;
 }
 
 #feed ul {
    float: left;
 }
 
 #feed a {
    color: white;
 }
 
 #messagesA {
    padding: 10px;
 }
 
 #messagesA li a {
    color: white;
 }
 
 .ranking {
    background: #CD060A url(images/bg-ranking.png) repeat-x 0 0;
    border: 1px solid #CCC;
    float: left;
    height: 20px;
    margin-right: 5px;
 }
 
 .points {
    color: black;
    display: block;
    float: left;
    margin-right: 5px;
    text-align: right;
    width: 30px;
 }
 
 .rankingHolder {
    line-height: 20px;
    margin: 5px;
    overflow: hidden;
 }
 
 .rankingHolder span {
    color: black;
 }
 
 #maleRankings h3, #femaleRankings h3 {
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    text-indent: 5px;
 }
 
 .standing {
    border-bottom: 1px solid #DDD;
    padding-bottom: 5px;
    margin: 5px 10px;
    text-align: center;
 }
 
 ul#topDogs {
    margin: 0;
    padding: 0;
		background:#fff;
 }
 
 ul#topDogs li {
    overflow: hidden;
 }
 
 ul#topDogs li h3 {
    background: url(images/bg-topdog.png) no-repeat 0 0;
    margin-top: 5px;
    padding: 8px 0 15px 50px;
 }
 
 ul#topDogs li.first h3 {
    background: url(images/bg-topdog1.png) no-repeat 0 0;
 }
 
 ul#topDogs li.second h3 {
    background: url(images/bg-topdog2.png) no-repeat 0 0; 
 }
 
 ul#topDogs li.third h3 {
    background: url(images/bg-topdog3.png) no-repeat 0 0; 
 }
 
 ul#topDogs li img {
    float: left;
    padding-left: 10px;
    _padding-left: 5px;
 }
 
 ul.placement {
    margin-left: 32px;
 }
 
 img {
 	border:0px;
 }

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

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


 input {
 	background:#F6F6F6;
 	border:1px #000 solid;
 	font-size:10pt;
 	color:#000;
 }

 .inputmain {
 	background:#fff;
 	border:1px #000 solid;
 	font-size:10pt;
 	color:#000;
 }

 textarea {
	background-color:#F6F6F6;
 	border:1px #000 solid;
 	font-size:10pt;
 	color:#000;
 }

 .textarea {
 	background-color:#fff;
 	border:1px #000 solid;
 	font-size:10pt;
 	color:#000;
 }


 /*########################
 	MAIN SURR.
 ########################*/

 #outer {
 	margin-left:auto;
 	margin-right:auto;
 	text-align:left;
 }


 /*########################
 	INPUT BUTTONS / FORMS
 ########################*/

 .button {
background: url(navbg.gif) 0 0 repeat-x;
 	color:#fff;
 	border:1px #B22222 solid;
 	font-size:10pt;
 	cursor:pointer;
 }

 .button2 {
	background: url(topbanbkgnd.gif) 0 0px repeat-x;
 	color:#fff;
	border:1px #B22222 solid;
 	font-size:10pt;
 	cursor:pointer;
 }


 .input {
 	background:#E7F2FC;
 	border-right:2px #344D71 solid;
 	border-bottom:2px #344D71 solid;
 	border-top:2px #6689AA solid;
 	border-left:2px #6689AA solid;
 	font-size:10pt;
 	color:#000;
 }


 .input2 {
 	background:#dddddd;
 	border:2px #FF0052 solid;
 	font-size:10pt;
 }

 .input3 {
 	background:#000;
 	border:1px #fff solid;
 	font-size:10pt;
 	color:#fff;
 }

 .input4 {
 	background:#000;
 	border:1px #459DCF solid;
 	font-size:10pt;
 	color:#fff;
 }





 /*########################
 	IMAGES
 ########################*/


 .pic1 { border:3px #000 solid; }

 .pic2 { border:3px #fff solid; }

 .pic3 { border:2px #fff solid; }

 .pic4 { /*filter:alpha(opacity=50);-moz-opacity:0.5;opacity: 0.5;*/ border:1px #fff solid; }

 .pic5 { border:1px #ccc solid; }

 .pics1 {

 }

 .pics4 {

 }

 .pics2 {

 }

 .pics3 {

 }

.wrap1 {

}

.wrap2 {

}

.wrap3 {

}

.wrap4 {

}

.wrap5 {

}

.wrap5 img {

}

 /*########################
 	TOP AREA
 ########################*/


 #top .top_text a { color:#fff; }
 #top .top_text a:hover { color:#333; }
 #top .top_text { color:#fff; }

 #top {
 	color:#fff;
 }

 #top td {
 	color:#fff;
 }

 #top input,select {
 	font-size:10pt;
 	background:#fff;
 	color:#000;
 }

 #top a {
 	font-size:11px;
 	color:#fff;
	font-weight: bold;
 }

 #top a:hover {
 	text-decoration:underline;
 }

 .top2 {
 	/*background:#000;*/
 	border-top:0px #000 solid;
 }


 /*########################
 	MENU LINKS
 ########################*/

 #outer2 {
	background:transparent url(topbanbkgnd.gif) repeat-x scroll center top;
	color:#FFFFFF;
	display:block;
	height:45px;
	text-align:center;
	text-transform:uppercase;
	overflow: hidden;
 }

.menu, .menu2 {
	display:block;
	float:left;	
}

.menu a, .menu2 a {
	display: block;
	color: white;
	line-height: 30px;
	text-decoration: none;
	font-weight:bold;
	padding: 0em .85em;
	background: url(vr.gif) top right no-repeat;
}

.menu2 a {
	background: url(navbg.gif) top center no-repeat;
	color: #000;
}



 /*########################
 	MENU LINKS 4
 ########################*/
td.menu {
	background: transparent url(topbanbkgnd.gif) repeat-x scroll center top;
}

td.menu a {background: transparent;}

 .menu4 {
 	padding:2px;
 	/* border-top:1px #014E82 solid;
 	border-left:1px #000 solid; */
 	border-bottom:1px #014E82 solid;
 	/*cursor:pointer;*/
 	font-size:7pt;
 	font-weight:bold;
 }

 .menu4-1 {
 	padding:2px;
 	border-bottom:1px #660019 solid;
 	/*cursor:pointer;*/
 	font-size:7pt;
 	font-weight:bold;
 }

 .menu4-2 {
 	font-size:7pt;
 	font-weight:bold;
 	padding-left:15px;
 }

 .menu4-4 a {
 	color:#fff;
 }

 .menu4-4 a:hover {
 	color:#fff;
 }


 /*########################
 	LOGIN BOX
 ########################*/

 .LoGin1 {background:#fff;border-left:1px #D9D9D9 solid;border-right:1px #D9D9D9 solid;}
 .LoGin2 {background:#660019;border-left:1px #D9D9D9 solid;border-right:1px #D9D9D9 solid;color:#fff;font-size:10pt;}




 /*########################
 	MENU LINKS 5

 	MAIN LINKS FOR THE MEMBERS AREA border-bottom:1px #332F2F solid;

 ########################*/

 .menu5border {

 }

 .menu5 {

 	font-size:7pt;
 	color:#fff;
 	padding-left:5px;
 	cursor:pointer;
 	background:#000;
 }

 .menu5c {
 	font-size:7pt;
 	color:#fff;
 	padding-left:5px;
 	cursor:pointer;
 	background:#000;
 }

 .menu5a {
 	background:#000 right;
 	background-repeat:no-repeat;
 	text-align:right;
 	width:24px;
 	height:41px;
 }

 .menu5b {
 	background:#000  url(line5.gif) right;
 	background-repeat:no-repeat;
 	text-align:right;
 	width:24px;
 	height:41px;
 }

 .menu5d {
 	font-size:7pt;
 	color:#000;
 	text-align:center;
 	background:#fff;
 }

 .menu5e {
 	font-size:10pt;
 	color:#fff;
 	text-align:right;
 	padding-right:10px;
 	padding-top:8px;
 	background:#000;
 	font-weight:bold;
 }

 .menu5f {
 	background:#000;
 	width:24px;
 	height:35px;
 }

 .menu5g {
 	border:1px #000 solid;
 	padding:5px;
 	background:#000;
 	font-size:7pt;
 }

 .menu5g2 {
 	border:1px #000 solid;
 	padding:5px;
 	background:#1F1F1F;
 	font-size:7pt;
 }


 .menu5 a {
 	color:#fff;
 }

 .menu5c a {
 	color:#fff;
 }

 .menu5d a {
 	color:#064D9F;
 }

 .menu5d a:hover {
 	color:#000;
 }

 .menu5g a {
 	color:#fff;
 }

 .menu5g2 a {
 	color:#000;
 }




 /*########################
 	MAIN PAGES
 ########################*/


 #main {
 	background:#fff;
 	color:#000;
 }

 .main2 {
 	background:#fff;
 	border-right:1px #D9D9D9 solid;
 	font-size:7pt;
 	color:#fff;
 }

 .main3 {
 	background:#fff;
 	border-left:1px #D9D9D9 solid;
 	font-size:7pt;
 	color:#fff;
 }

 .main3-b {
 	background:#000;
 	vertical-align:bottom;
 }



 .main3-a {
 	background:#fff;
 	text-align:right;
 	vertical-align:bottom;
 }



 .main3-c {
 	background:#fff;
 	border-left:1px #D9D9D9 solid;
 	font-size:7pt;
 	color:#fff;
 }



 .main4 {
 	background:#fff;
 	border-right:1px #D9D9D9 solid;
 	font-size:10pt;
 	color:#000;
 }

 .main3 a {
 	color:#fff;
 }

 .main3 a:hover {
 	color:#fff;
 	text-decoration:underline;
 }


 #topright {
 	background:#fff;
 	border-right:1px #D9D9D9 solid;
 	font-size:10pt;
 	color:#000;

 }


 /*##############################
 	#topleft - TOP LEFT AREA BLACK SWOSH
 	A:LINKS - USERNAME
 ###############################*/
 #topleft {
 	background:#fff;
 	background-repeat:no-repeat;
 	width:480px;
 	height:45px;
 	color:#fff;
 	border-left:1px #D9D9D9 solid;
 }

 #topleft a { color:#fff; text-decoration:underline; }
 #topleft a:hover { color:#fff; text-decoration:none; }


 .page {
 	color:#fff;
 }


 .pbar1 {
 	background:transparent;
 }

 .pbar2 {
 	background:#941D31;
 }

 .pbar3 {
 	font-size:10pt;
 	padding:1px;
 	border:solid #014E82 1px;
 }


 /*########################
 	MENUS
 ########################*/


 .mainmenu {
 	background:#1F1F1F url(line11.gif);
 	font-size:7pt;
 	color:#000;
 }

 .mainmenu2 {
 	background:#1F1F1F url(line10.gif);
 	font-size:7pt;
 	color:#fff;
 }

 .mainmenu2 a { color:#fff; }
 .mainmenu2 a:hover { color:#333; }


 .mainmenu3 {
 	background:#000;
 	font-size:7pt;
 	color:#fff;
 }

 .mainmenu4 {
 	background:#000;
 	font-size:7pt;
 	color:#fff;
 }

 .mainmenu5 {
 	/* background:#000; */
 	font-size:7pt;
 	color:#B22222;
 }

.mainmenu6 {
	border:1px #000 solid;
	padding:3px;
	font-size:10pt;
	cursor:pointer;
	color:#fff;
	background:#333;
}

.mainmenu6 a { color:#fff; text-decoration:none; }
.mainmenu6 a:hover { color:#fff; text-decoration:none; }

.mainmenu7 {
	border:1px #660019 solid;
	padding:3px;
	background:#000;
	font-size:10pt;
	cursor:pointer;
	color:#fff;
}

.mainmenu7 a { color:#FFF; text-decoration:none; }
.mainmenu7 a:hover { color:#FFF; text-decoration:none; }




 /*########################
 	SITE MENUS
 ########################*/


 .item, .item2 {
    background: #787878 url(images/item.png) repeat-x;
 	padding:5px;
 	cursor:pointer;
 	font: bold normal 11px Arial, sans-serif;
 	color:#FFF;
 }
 
 .item2 {
 background: #E50B14 url(images/item2.png) repeat-x;
 }

 

 .item3 { color:#333; }
 .item a { color:#FFF; text-decoration:none; }
 .item2 a { color:#FFF; text-decoration:none; }
 .item2 a:hover { color:#660019; text-decoration:none; }

td.comment { color: black; }
 /*########################
 	BORDERS
 ########################*/


 .border {
 	border:1px #332F2F solid;
 	background:#000;
 }

/*  .border2 { border:1px #660019 solid; color:#000; background:#f9f9f9;  }  */
 .border2 { border:1px #660019 solid; color:#000; background-image:url(bk3.gif); background-repeat:repeat-x;  }
 .border2a { border:1px #660019 solid; color:#000;   }
 
 .border3 { border:1px #660019 solid; background:#570404; color:#fff; }
 .border4 { border:1px #BDBDBD solid; background:#333; }
 .border4 .color { color:#fff; }
 .border4 .sqr { background:#fff; vertical-align:middle; }
 .border5 { border-bottom:1px #000 dashed; }
 .border6 { border:1px #660019 solid; background:#2589C5; color:#fff; }
 .border7 { border-bottom:1px #98C920 dashed; }
 .border8 { background:#F5F5F5; border:1px #000 solid; }
 .border9 { background:#fff; color:#000; }

 /* USED IN MAIL ALERT */
 .border10 { background:#000 url(line10.gif); color:#fff; }
 .border11 { border:1px #BDBDBD solid; background:#fff; color:#000; }

 /* B-BOARD */
 .border12 { background:#fff; color:#000; }
 .border13 { background:#F1F1F1; color:#000; }
 .border14 { background:#F9F9F9; color:#fff; }

 /*########################
 	TEXT COLORS
 ########################*/

 .color { color:#000; }
 .color2 { color:#fff; }
 .color3 { color:#ff0000; }
 .color4 { color:#000; }

 /*########################
 	BACKGROUNDS & EXTRAS
 ########################*/

 .cur { cursor:pointer; }


 .pollinput {
 	background:transparent;
 	font-size:7pt;
 	border:0px;
 }


 .frame1 { background:#fff; margin:0px; }
 .main_frame1 { background:#FFFFFF; margin:0px; }

 .link1 a { color:#660019; }
 .link1 a:hover { color:#660019; text-decoration:underline; }

 .link2 		{ color:#000000; text-decoration:underline; }
 .link2:hover 	{ color:#000000; text-decoration:underline; }

 .link3 		{ color:#ffff00; text-decoration:none; }
 .link2:hover 	{ color:#ffff00; text-decoration:none; }
 
 /* USED IN MAIN MENU SQURE */
 .sqr { background:#333; vertical-align:middle; }

 .sqr1
 {
     background:#333;
     vertical-align:middle;
     margin-left: 4px;
     margin-right: 3px;
 }

 /* COMMENT BOX */
 .comment {
 	border:1px #BDBDBD solid;
    background:#fff;
    color:#000;
 }

 .comment-text {
 	color:#000;
 	font-size:10pt;
 }

 .comment-headline {
 	background:#fff;
 	color:#000;
 	padding:5px;
 	font-size:7pt;
 }

 .comment-head {
 	background:#660019;
 	font-size:7pt;
 	color:#fff;
 	padding:5px;
 }

 .comment-head a { color:#fff; }
 .comment-head a:hover { color:#333; }



 /*########################
 	BOTTOM MENUS
 ########################*/

 #bottom3 {
	background-image:url(topbanbkgnd.gif); background-repeat:repeat-x;
 	width:1000px;
 	font-size:7pt;
 	font-weight:bold;
 	text-align:center;
 	color:#fff;
 	margin: 0 auto 45px;
 }
 

 #bottom3 a {
 	color:#fff;
 }

 #bottom3 a:hover {
 	color:#fff;
 	text-decoration:underline;
 }

 #bottom4 {
 	background:#660019;
 	width:100%;
 	color:#fff;
 }

 /*########################
 	FORUM
 ########################*/

 .forum-1 {
 	background:#333;
 	color:#fff;
 	font-size:10pt;
 }

 .forum-2 {
 	background:#F6F6F6;
 	color:#000;
 	font-size:10pt;
 }

 .forum-2 a { color:#333; }
 .forum-2 a:hover { color:#333; text-decoration:underline; }

 .forum-3 {
 	border:1px #000 solid;
 }

 .forum-4 {
 	border:1px #000 solid;
 	background:#fff;
 	color:#000;
 	font-size:10pt;
 }

 .forum-q {
 	background:#F5F5F5;
 	color:#000;
 	font-size:10pt;
 	border:1px #333 solid;

 }

 /*########################
 	DROP DOWN MENU
 ########################*/

 #dropmenudiv{
 	padding:5px;
 	border:1px #c0c0c0 solid;
 	background:#1c4c80;
 	position:absolute;
 	z-index:100;
 	font-size:7pt;
 	text-align:left;
 }

 #dropmenudiv a {
 	color:#fff;
 }

 #dropmenudiv a:hover {
 	color:#fff;
 	text-decoration:underline;
 }

 /*########################
 	MESSAGES AND ERRORS
 ########################*/
 span.message_message {
    background-image: url("http://whosthebigdog.com/design/pic/message.gif");
    background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 6px;
 }

 span.error {
	background-image: url("http://whosthebigdog.com/design/pic/warning.gif");
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #FF0000;
	padding-bottom: 6px;
 }

 span.message_error {
	background-image: url("http://whosthebigdog.com/design/pic/warning.gif");
    font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #FF0000;
	padding-bottom: 6px;
 }

.ajax_message {
	background:#FFF8CC;
	padding:5px;
	border:1px #FFE222 solid;
}

.jquery_background {
	background:#fff;
}

.socialOver {
	background:#FFF8CC;
	border:1px #FFE222 solid;
	color:#000;
}

.socialDefault {
	background:#fff;
	border:1px #fff solid;
	color:#000;
}

.socialBox {
	border:1px #BDBDBD solid; 
	color:#000; 
	background:#f9f9f9;
}

.topFriendsNum
{
	float: left; 
	margin-left:8px; 
	vertical-align:top; 
	height:80px;
	width:80px; 
	text-align:center; 
	padding-top:5px; 
	font-size:16pt;
	border:1px #ccc solid;
}

.cnav {
overflow: hidden;
}

.cbox, #rankingBox, .homebox {
background:#B5BAC9 url(competitionsbg.gif) repeat-x scroll center top;
border:1px solid #B5BAC9;
padding:8px;
}

.roundBox, .border2, .border13 {
background:#C9C9C9 url(boxbg.gif) repeat-x scroll center top;
border:1px solid #B4B4B4;
padding:8px;
text-align:center;
vertical-align:top;
}

.roundBox h3, #welcome h1, .border2 .block_header {
	color:#B22222;
	font-size:16px;
	border-bottom:1px solid #B22222;
	text-align: left;
}

img.sqr1 {display: none;}

h1, h2, h3, h4 {
color:#B22222;
font-family:Georgia,"Times New Roman",Times,serif;
margin:0;
padding-bottom:3px;
text-align:left;
text-transform:uppercase;
}

a.tab:link, a.tab:visited {
background: #686868 url(images/dark-tab.png) repeat-x 0 0;
color: #FFF;
display:block;
float:left;
font-weight:bold;
line-height:24px;
padding:0 15px;
text-decoration:none;
}

a.activeTab:link, a.activeTab:visited {
background: #CB050B url(images/red-tab.png) repeat-x 0 0;
}

#welcome h1 {font-size: 18px;}
#welcome p {text-align: center;}

#tableMarginer table {margin-bottom: 10px;}
#msalert {display: none;}

#top_friends div div div {top: 0; left: 0;}

#ptsList {padding: 0; margin: 0; list-style: none; width: 250px; margin: 0 auto;}
#ptsList li {overflow: hidden;}
.liText, .liPts {float: left; display: block; text-align: left;}
.liText {clear: left; width: 150px;}

#social_bookmarks {right: 0; top: 20px;}

#main_body {width: 100%;}
#mboxContainer {position: relative; height: 20px;}
#musicBox {height: 20px; width: 30px; position: absolute; top: 4px; right: 1px; background: #212121; border: 2px ridge #797979;}
#musicBox:hover {background: #000; border: 2px groove #797979;}

span.border2 {background: none !important;}

#sprytooltip1 { position: absolute; top: 0; left: -9999px; }