﻿/*************************************
                Reset
*************************************/

html {
	margin:0;
	padding:0;	
	outline:0;
	vertical-align:baseline;	
	overflow-y: scroll;
}

body {
    /*overflow-x:hidden;*/
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
* { 
    padding:0; 
    margin:0; 
}

/*************************************
        GENERAL DECLARATIONS
*************************************/

body {
	font-size:100.01%;
	font-family:Tahoma,times,serif;
	background: #000000;
}
a
{
	text-decoration:none;
	color: #08a3d8;
}
a:hover
{
	text-decoration:none;
	color: #ffffff;
	background: #08a3d8;
}
a:active { 
    outline:none; 
}
a:focus {
    -moz-outline-style:none;
}

.logo:hover
{
    background: transparent;
}

img {
    border:0px;
}

img:hover {
    border:0px;
}

.imgLeft {
    float: left;
    margin: 0 15px 15px 0;
    position: relative;
}

.imgLeftVote {
    float: left;
    margin: 0 15px 55px 0;
    position: relative;
}

.imgLeftVoteCar {
    float: left;
    margin: 0 15px 65px 0;
    position: relative;
}

.red {
    color: #ff0000;
}

.input {
    padding: 4px;
    font-size: 1.2em;
    border-top: solid 1px #b8b7b7;
    border-right: solid 1px #d6d5d5;
    border-bottom: solid 1px #d6d5d5;
    border-left: solid 1px #b8b7b7;
    background: #f8f6de;
    color: #666666;
}

.inputFile {
    padding: 2px;
    font-size: 1.1em;
    border-top: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    color: #666666;
}

.inputFile:hover {
    cursor: pointer;
}

.button {
    padding: 3px 15px;
    font-size: 1.1em;
    border-top: solid 1px #b8b7b7;
    border-right: solid 1px #d6d5d5;
    border-bottom: solid 1px #d6d5d5;
    border-left: solid 1px #b8b7b7;
    background: #f7f7f6;
    color: #666666;
}

.sendMoney:hover
{
    background: transparent;
}

.ad300x250 {
    float: left;
    width: 300px;
    margin: 0 0 13px 0;
    padding: 0;
}

.wrapperBG {
    float: left;
    width: 100%;
    background: #ffffff url(../images/bg_top.jpg) repeat-x top center;
}

.wrapper {
    width: 980px;
    margin: 0 auto 20px auto;
}

.header {
    float: left;
    width: 980px;
    height: 177px;
    position: relative;
}

.header .logo {
    width:238px;
    height:112px;
    position:absolute;
    top: 0px;
    left: 0px;
}

.header .logo:hover, .header .banner a:hover {
    background: transparent;
}

.header .banner {
    position: absolute;
    top: 28px;
    right: 0px;
    width: 728px;
    height: 90px;
}

.header .extra {
    position: absolute;
    top: 6px;
    right: 0px;
    width: 728px;
    height: 10px;
    text-align: right;
    font-size: 0.85em;
    color: #cccccc;
    font-weight: bold;
}

.header .extra a, .header .extra a:hover 
{
    color: #cccccc;
    background: transparent;
}

.footerBG {
    float: left;
    width: 100%;
    height: 300px;
    background: #000000;
}

.footerBG .footer {
    margin: 0 auto;
    width: 980px;
    color: #999999;
}

.footerBG .footer .content{
    float: left;
    width: 980px;
    margin: 0;
    padding: 0;
    position: relative;
}

.footerBG .footer .content .schedule {
    width: 980px;
    height: 61px;
    top: -30px;
    left: 0px;
    position: absolute;
    background: transparent url(../images/bg_schedule.gif) no-repeat 0 0;
}

.footerBG .footer .content .scheduleView {
    float: left;
    width: 950px;
    padding: 45px 15px 25px 15px;
    background: #ffffff;
    display: none;
    color: #333333;
    text-align: center;
}

.footerBG .footer .content .scheduleView .row {
    float: left;
    width: 950px;
    height: 30px;
    background: transparent url(../images/bg_row.jpg) repeat-x 0 0;
    text-align: left;
}

.footerBG .footer .content .scheduleView .row .date {
    float: left;
    width: 170px;
    padding: 7px 15px 8px 15px;
    font-size: 1.5em;
}

.footerBG .footer .content .scheduleView .row .name {
    float: left;
    width: 470px;
    padding: 8px 15px 7px 15px;
    font-size: 1.5em;
}

.footerBG .footer .content .scheduleView .row .galleryLink {
    float: right;
    width: 150px;
    padding: 8px 15px 7px 15px;
    font-size: 1.5em;
    text-align: right;
}

.footerBG .footer .content .scheduleView .row .name a {
    color: #333333;
}

.footerBG .footer .content .scheduleView .row .name a:hover {
    color: #ffffff;
}

.footerBG .footer .content .btnscheduleView {
    width: 245px;
    height: 61px;
    top: 0px;
    left: 0px;
    position: absolute;
    background: transparent url(../images/bg_schedule.gif) no-repeat 0 0;
}

.footerBG .footer .content .btnscheduleView:hover {
    cursor: pointer;
}

.footerBG .footer .content .nextEvent {
    top: 21px;
    left: 250px;
    position: absolute;
    color: #ffffff;
    font-size: 1.2em;
    line-height: 1.2em;
}

.footerBG .footer .content .nextEvent a {
    color: #ffffff;
}

.footerBG .footer .content .banner {
    float: left;
    width: 980px;
    height: 105px;
    margin: 45px 0 0 0;
    text-align: center;
}

.footerBG .footer .content .nav {
    float: left;
    width: 965px;
    height: 15px;
    margin: 0;
    padding: 0 0 0 15px;
}

.footerBG .footer .content .nav a, .footerBG .footer .content .copyright a {
    color: #999999;
}

.footerBG .footer .content .nav a:hover, .footerBG .footer .content .copyright a:hover {
    color: #ffffff;
}

.footerBG .footer .content .copyright {
    float: left;
    width: 740px;
    height: 100px;
    margin: 0;
    padding: 0 0 0 240px;
    font-size: 0.8em;
}

.footerBG .footer .content .banner a:hover{
    background: transparent;
}

.footerNav {
    list-style-type: none;
    font-size: 0.8em;
}

.footerNav li{
    float: left;
    padding: 0 12px 0 0;
}

.footerNav li.last {
    float: left;
    padding: 0px;
}

.content {
    float: left;
    width: 950px;
    padding: 15px;
}

.content .banner {
    float: left;
    width: 950px;
    height: 300px;
    margin: 0 0 15px 0;
    position: relative;
}

.content .banner .infoBG {
    z-index: 99;
    width: 950px;
    height: 56px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #000000;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */

}

.content .banner .info {
    z-index: 100;
    width: 920px;
    padding: 10px 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #ffffff;
    line-height: 0.8em;
}

.content .banner .info a {
    color: #ffffff;
}

.content .main {
    float: left;
    width: 635px;
    margin: 0 0 0px 0;
    padding: 0 0 35px 0;
}

.content .main .header {
    float: left;
    width: 575px;
    height: 37px;
    margin: 0 0 5px 0;
    padding: 12px 30px 0px 30px;
    background: transparent url(../images/bg_headerLrg.jpg) no-repeat 0 0;
    color: #08a3d8;
    font-size: 1.7em;
    font-weight: bold;
    position: relative;
}

.content .main .header .r {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 0.7em;
    color: #cccccc;
}

.buttonFan {
    position: absolute;
    right: 0;
    top: 50px;
    font-size: 0.7em;
    z-index: 1000;
}

.buttonFan .button:hover 
{
    cursor: pointer;
}

.content .main .header .r a, .content .main .header .r a:hover{
    color: #cccccc;
    background: transparent;
}

.content .main .container {
    float: left;
    width: 635px;
    margin: 0 0 30px 0;
    position: relative;
}

.content .main .container .bannerEdit {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 635px;
    height: 39px;
    background: #000000;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
}

.content .main .container .bannerEdit .link, .content .main .container .bannerEdit .link:hover{
    position: absolute;
    right: 15px;
    bottom: 11px;
    color: #cccccc;
    background: transparent;
    font-size: 1.2em;
    font-weight: bold;
}

.content .main .container .thumbEdit {
    position: absolute;
    top: 111px;
    left: 0px;
    width: 150px;
    height: 39px;
    background: #000000;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
	z-index: 1;
}

.content .main .container .thumbEdit .link, .content .main .container .thumbEdit .link:hover{
    position: absolute;
    right: 15px;
    bottom: 11px;
    color: #cccccc;
    background: transparent;
    font-size: 1.2em;
    font-weight: bold;
    z-index: 2;
}

.content .main .container .thumbCarEdit {
    position: absolute;
    top: 101px;
    left: 0px;
    width: 210px;
    height: 39px;
    background: #000000;
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
	z-index: 1;
}

.content .main .container .thumbCarEdit .link, .content .main .container .thumbCarEdit .link:hover{
    position: absolute;
    right: 15px;
    bottom: 11px;
    color: #cccccc;
    background: transparent;
    font-size: 1.2em;
    font-weight: bold;
    z-index: 2;
}

.content .main .containerBg {
    float: left;
    width: 605px;
    margin: 0 0 15px 0;
    background: #e9e7e7;
    padding: 15px;
}

.content .main .containerBgComment {
    float: left;
    width: 605px;
    margin: 0 0 15px 0;
    background: #ffffff url(../images/bg_comments.jpg) repeat-x 0 0;
    padding: 15px;
}

.content .main .containerBgComment .r {
    float: right;
    padding: 5px 0 0 10px;
    text-align: right;
}

.content .main .containerBgComment .imgLeft {
    float: left;
    width: 90px;
}

.content .main .containerBg .photothumb {
    float: left;
    width: 100px;
    height: 75px;
    text-align: center;
}

.content .main .containerBg .photothumb img{
    height: 60px;
}

.content .main .containerBg .thumb {
    float: left;
    width: 210px;
}

.content .main .containerBg .thumb img{
    width: 210px;
}

.content .main .containerBg .text {
    float: right;
    width: 380px;
    height: 100%;
    font-size: 0.9em;
    line-height: 1.0em;
}

.content .main .containerThumbs {
    float: left;
    width: 628px;
    margin: 0 0 15px 0;
    padding: 5px 0 10px 6px;
    background: #e9e7e7;
}

.content .main .containerThumbs .thumb{
    float: left;
    width: 89px;
    height: 60px;
    padding: 7px;
    text-align: center;
}

.content .main .containerThumbs .thumb:hover
{
    cursor: pointer;
}

.content .main .containerThumbs .thumb img{
    height: 60px;
}

.content .main .container .prev
{
    position: absolute;
    top: 170px;
    left: -15px;
    width: 29px;
    height: 69px;
    background: transparent url(/images/tab_galleryLeft.png) no-repeat 0 0;
    z-index: 1000;
    display: none;
}

.content .main .container .next
{
    position: absolute;
    top: 170px;
    right: -14px;
    width: 29px;
    height: 69px;
    background: transparent url(/images/tab_galleryRight.png) no-repeat 0 0;    
    z-index: 1000;
}

.content .main .container .prev:hover, .content .main .container .next:hover
{
    cursor: pointer;
}

.content .main .container .l{
    float: left;
    width: 120px;
    height: 25px;
    text-align: right;
    font-weight: bold;
}

.content .main .container .r{
    float: right;
    width: 500px;
    height: 25px;
}

.content .main .container .thumb {
    float: left;
    width: 210px;
    height: 137px;
    border-left: solid 5px #ffffff;
    border-top: solid 5px #ffffff;
    background: #08a3d8;
    position: relative;
}

.content .main .container .thumb img{
    position: absolute;
    top: -5px;
    left: -5px;
}

.content .main .container .textL {
    float: left;
    width: 210px;
    text-align: center;
}

.content .main .container .text {
    float: right;
    width: 410px;
    height: 100%;
}

.content .main .container .profileContainer {
    float: left;
    width: 110px;
    height: 140px;
    padding: 5px 8px;
    overflow:hidden;
}

.content .main .container .profileContainer .thumbProfile {
    float: left;
    width: 110px;
    height: 110px;
    border-left: solid 3px #ffffff;
    border-top: solid 3px #ffffff;
    background: #08a3d8;
    position: relative;
}

.content .main .container .profileContainer .thumbProfile img{
    width: 110px;
    position: absolute;
    top: -3px;
    left: -3px;
}

.content .main .container .profileContainer .text {
    float: left;
    width: 110px;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.0em;
    padding: 3px 0 0 0;
}

.content .main .container .carContainer {
    float: left;
    width: 110px;
    padding: 5px 8px;
}

.content .main .container .carContainer .thumbProfile {
    float: left;
    width: 110px;
    height: 73px;
    border-left: solid 3px #ffffff;
    border-top: solid 3px #ffffff;
    background: #08a3d8;
    position: relative;
}

.content .main .container .carContainer .thumbProfile img{
    width: 110px;
    position: absolute;
    top: -3px;
    left: -3px;
}

.content .main .container .carContainer .text {
    float: left;
    width: 110px;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.0em;
    padding: 3px 0 0 0;
}

.content .side {
    float: right;
    width: 300px;
    margin: 0 0 20px 0;
}

.content .side .header{
    float: left;
    width: 240px;
    height: 37px;
    margin: 0 0 5px 0;
    padding: 12px 30px 0px 30px;
    background: transparent url(../images/bg_headerSml.jpg) no-repeat 0 0;
    color: #08a3d8;
    font-size: 1.6em;
    font-weight: bold;
    position: relative;
}

.content .side .header .r {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 0.7em;
}

.content .side .header .r a, .content .side .header .r a:hover{
    color: #cccccc;
    background: transparent;
}

.content .side .container {
    float: left;
    width: 300px;
    margin: 0 0 15px 0;
}

.content .side .container .thumb {
    float: left;
    width: 90px;
    height: 60px;
    border-left: solid 3px #ffffff;
    border-top: solid 3px #ffffff;
    background: #08a3d8;
    position: relative;
}

.content .side .container .thumb img{
    width: 90px;
    position: absolute;
    top: -3px;
    left: -3px;
}

.content .side .container .thumbProfile {
    float: left;
    width: 70px;
    height: 70px;
    border-left: solid 3px #ffffff;
    border-top: solid 3px #ffffff;
    background: #08a3d8;
    position: relative;
}

.content .side .container .thumbProfile img{
    width: 70px;
    position: absolute;
    top: -3px;
    left: -3px;
}

.content .side .container .profileContainer {
    float: left;
    width: 133px;
    padding: 5px 8px;
}

.content .side .container .profileContainer .thumbProfile {
    float: left;
    width: 130px;
    height: 130px;
    border-left: solid 3px #ffffff;
    border-top: solid 3px #ffffff;
    background: #08a3d8;
    position: relative;
}

.content .side .container .profileContainer .thumbProfile img{
    width: 130px;
    position: absolute;
    top: -3px;
    left: -3px;
}

.content .side .container .profileContainer .text {
    float: left;
    width: 130px;
    height: 15px;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.0em;
    padding: 3px 0 0 0;
    overflow: hidden;
}

.content .side .container .profileFanContainer {
    float: left;
    width: 84px;
    height: 109px;
    padding: 5px 8px;
}

.content .side .container .profileFanContainer .thumbProfile {
    float: left;
    width: 84px;
    height: 84px;
    border-left: solid 3px #ffffff;
    border-top: solid 3px #ffffff;
    background: #08a3d8;
    position: relative;
}

.content .side .container .profileFanContainer .thumbProfile img{
    width: 83px;
    position: absolute;
    top: -3px;
    left: -3px;
}

.content .side .container .profileFanContainer .text {
    float: left;
    width: 84px;
    height: 19px;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.0em;
    padding: 3px 0 0 0;
    overflow: hidden;
}

.content .side .container .text {
    float: right;
    width: 196px;
    height: 100%;
    font-size: 0.9em;
    line-height: 1.0em;
}

.content .side .container .textProfile {
    float: right;
    width: 216px;
    height: 100%;
    font-size: 0.9em;
    line-height: 1.0em;
}

.content .side .containerBg {
    float: left;
    width: 270px;
    margin: 0 0 15px 0;
    background: #e9e7e7;
    padding: 15px;
}

.content .side .containerBg .thumb {
    float: left;
    width: 90px;
}

.content .side .containerBg .thumb img{
    width: 90px;
}

.content .side .containerBg .text {
    float: right;
    width: 166px;
    height: 100%;
    font-size: 0.9em;
    line-height: 1.0em;
}

.content .main .container .text a.vehReg {
    color: #08a3d8;
    font-weight: bold;
}

.content .main .container .text a:hover, .content .side .container .text a:hover, .content .main .container .text a.vehReg:hover {
    color: #ffffff;
    background: #08a3d8;
}

/*************************************
             TYPOGRAPHY
*************************************/

body {
    font:.80em/1.6em Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    color:#333333;
}   /* IE */
h1,h2,h3,h4,h5,h6 {
    font-family:Tahoma;
    clear:both;
}
h1 { font-size: 2.0em; }
h2 { font-size:1.4em; line-height:1.0em; font-weight: bolder; font-family:Sans-serif; letter-spacing:-0.045em; margin-bottom:3px; color: #333333;}
h2 a { margin-bottom:7px; color: #333333;}
h3 { font-size:1.0em; line-height:1.0em; font-family:Sans-serif; font-weight:normal; letter-spacing:-0.045em; margin-bottom:2px; font-style: italic;}
h4 { font-size:1.0em; line-height:1.0em; font-weight: bolder; font-family:Sans-serif; letter-spacing:-0.045em; margin-bottom:3px;}
h5 { font-size:1em; font-weight:bold; }
h6 { font-size:2.1em; line-height:1.0em; font-weight:bolder; font-family:Helvetica, Arial, sans-serif; letter-spacing:-0.04em;}
p {
    margin:0px 0px 13px 0px;
}

/*************************************
             NAVIGATION
*************************************/

ul#navmenu li a span .h
{
    display: none;
}
ul#navmenu {
    width:980px;
    height:47px;
    margin:0;
    padding: 0 0 0 0;
    list-style:none;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
ul#navmenu li {
    float:left;
}
ul#navmenu li a {
    background:url(../images/nav_sprite.jpg) no-repeat scroll bottom left;
    display:block;
    height:47px;
    position:relative;
}
ul#navmenu li a.navHome {
    width:67px;
    background-position: 0px 0px;
}
ul#navmenu li a.navNews {
    width:69px;
    background-position: -67px 0px;
}
ul#navmenu li a.navSchedule {
    width:98px;
    background-position:-136px 0px;
}
ul#navmenu li a.navResults {
    width:86px;
    background-position:-234px 0px;
}
ul#navmenu li a.navRegistration {
    width:118px;
    background-position:-320px 0px;
}
ul#navmenu li a.navLifestyle {
    width:95px;
    background-position:-438px 0px;
}
ul#navmenu li a.navCommunity {
    width:106px;
    background-position:-533px 0px;
}
ul#navmenu li a.navMedia {
    width:70px;
    background-position:-639px 0px;
}
ul#navmenu li a.navStore {
    width:73px;
    background-position:-709px 0px;
}
ul#navmenu li a.navSponsors {
    width:100px;
    background-position:-782px 0px;
}
ul#navmenu li a.navAboutUs {
    width:98px;
    background-position:-882px 0px;
}
ul#navmenu li a span {
    background:url(../images/nav_sprite.jpg) no-repeat scroll bottom left;
    display:block;
    position:absolute;
    top:0;
    left:0px;
    height:47px;
    width:100%;
    z-index:200;
}
ul#navmenu li a.navHome span {
    background-position: 0px -47px;
    cursor: hand;
}
ul#navmenu li a.navNews span {
    background-position:-67px -47px;
    cursor: hand;
}
ul#navmenu li a.navSchedule span {
    background-position:-136px -47px;
    cursor: hand;
}
ul#navmenu li a.navResults span {
    background-position:-234px -47px;
    cursor: hand;
}
ul#navmenu li a.navRegistration span {
    background-position:-320px -47px;
    cursor: hand;
}
ul#navmenu li a.navLifestyle span {
    background-position:-438px -47px;
    cursor: hand;
}
ul#navmenu li a.navCommunity span {
    background-position:-533px -47px;
    cursor: hand;
}
ul#navmenu li a.navMedia span {
    background-position:-639px -47px;
    cursor: hand;
}
ul#navmenu li a.navStore span {
    background-position:-709px -47px;
    cursor: hand;
}
ul#navmenu li a.navSponsors span {
    background-position:-782px -47px;
    cursor: hand;
}
ul#navmenu li a.navAboutUs span {
    background-position:-882px -47px;
    cursor: hand;
}

/*************************************
         NAVIGATION SIDEBAR
*************************************/

.navSidebar {
    float: left;
    background: #3b3b3b;
    padding: 6px 0;
}

.navSidebar li{
    float: left;
    width: 285px;
    height: 23px;
    background: #3b3b3b;   
    color: #cccccc;
    padding: 7px 0 0 15px;     
    font-size: 0.9em;
    font-weight: bold;
}

.navSidebar li:hover{
    background: #545454;   
    color: #ffffff;    
    cursor: hand;
}

/*************************************
             MESSAGE BOXES
*************************************/

.errormsg
{
	float: left;
	width: 563px;
	margin: 0 0 15px 0;
	padding: 20px 10px 20px 60px;
	background: transparent url(../images/btn_error.png) no-repeat;
	background-position: 15px 15px;
	background-color: #eed4cb;
	border: solid 1px #fc0101;
}

.errormsg ul, .successmsg ul
{
	padding: 8px 0 0 20px;
}

.errormsg li, .successmsg li
{
	list-style-type: disc;
	font-weight: normal;
}

.successmsg
{
	float: left;
	width: 563px;
	margin: 0 0 15px 0;
	padding: 20px 10px 20px 60px;
	background: transparent url(../images/btn_success.png) no-repeat;
	background-position: 15px 15px;
	background-color: #d4efc6;
	border: solid 1px #4acf02;
}

/*************************************
          MY PROFILE EDIT
*************************************/

.content .main .breadCrumb {
    float: left;
    width: 635px;
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 1.1em;    
}

.content .main .editC1 {
    float: left;
    width: 145px;
    height: 28px;
    padding: 5px 0 0 0;
    font-weight: bold;
}

.content .main .editC2 {
    float: right;
    width: 445px;
    height: 33px;
}

.Imageresize
{
    float: left;
    width: 635px;
    margin: 0 0 15px 0;
    padding: 0;
}

.resizedContainer
{
    float: left;
    padding: 0;
}

.Imageresized
{
    float: left;
    width: 635px;
    margin: 0 0 15px 0;
    padding: 0;
}

/*************************************
          MESSAGING
*************************************/

.msgRow {
    float: left;
    width: 605px;
    padding: 7px 15px;
    background: #efeeee;
}

.msgRowAlt {
    float: left;
    width: 605px;
    padding: 7px 15px;
    background: #e1e0e0;
}

.msgRow .c1, .msgRowAlt .c1 {
    float: left;
    width: 130px;
    overflow: hidden;
}

.msgRow .c1 a, .msgRowAlt .c1 a, .msgRow .c2 a, .msgRowAlt .c2 a {
    color: #333333;
}

.msgRow .c1 a:hover, .msgRowAlt .c1 a:hover, .msgRow .c2 a:hover, .msgRowAlt .c2 a:hover {
    color: #ffffff;
}

.msgRow .c2, .msgRowAlt .c2{
    float: left;
    width: 400px;
}

.msgRow .c3, .msgRowAlt .c3 {
    float: right;
    width: 60px;
    text-align: right;
}

/*************************************
        MODAL POPUP
*************************************/

.modalPopup
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background-color: #000000; 
    filter:alpha(opacity=60);
    opacity:0.6; 
    z-index:9000;
}

.modalBox {
    width: 299px;
    height: 175px;
    position: absolute;
    top: 10px;
    left: -9999px;
    margin: 0 auto;
    padding: 0px;
    background: #ffffff;
    z-index:9001;
    color: #333333;
}

.modalBox .hdr {
    float: left;
    width: 299px;
    height: 50px;
    background: transparent url(../images/hdr_vote.jpg) no-repeat 0 0;
    position: relative;
}

.modalBox .hdr .close{
    position: absolute;
    right: 10px;
    top: 9px;
}

.modalBox .cnt {
    float: left;
    width: 269px;
    height: 145px;
    margin: 0;
    padding: 0 15px 0 15px;
    line-height: 1.3em;
    font-size: 1.1em;
}

.PanelVote 
{
    position: absolute;
    top: 200px;
    width: 200px;
    background:red;
}

/*************************************
        MEDIA
*************************************/

.contMedia
{
    float: left;
    width: 287px;
    margin: 0;
    padding: 15px;
}

.contMedia .img
{
    float: left;
    width: 285px;
    height: 178px;
    margin: 0 0 3px 0;
}

.contMedia .img a, .contMedia .img a:hover
{
    background: transparent;
}

.contMedia .download
{
    float: left;
    width: 285px;
    margin: 0 0 3px 0;
    text-align: center;
}

.contMedia .txt
{
    float: left;
    width: 285px;
    height: 30px;
    text-align: center;
    font-size: 1.1.em;
    font-weight: bold;
    overflow: hidden;
}

/*************************************
        BLOG
*************************************/

.postImgs
{
    margin: 15px 0 0 0;
}

.postImgs img
{
    float: left;
    margin: 0 0 15px 0;
}

.postRow {
    float: left;
    width: 605px;
    padding: 7px 15px;
    background: #efeeee;
}

.postRowAlt {
    float: left;
    width: 605px;
    padding: 7px 15px;
    background: #e1e0e0;
}

.postRow .c1, .postRowAlt .c1 {
    float: left;
    width: 80px;
    overflow: hidden;
}

.postRow .c1 a, .postRowAlt .c1 a, .postRow .c2 a, .postRowAlt .c2 a {
    color: #333333;
}

.postRow .c1 a:hover, .postRowAlt .c1 a:hover, .postRow .c2 a:hover, .postRowAlt .c2 a:hover {
    color: #ffffff;
}

.postRow .c2, .postRowAlt .c2{
    float: left;
    width: 510px;
}

.postEditRow
{
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.postEditThumb
{
    float: left;
    width: 90px;
    position: relative;
}

.postEditThumb .del
{
    position: absolute;
    bottom: 0px;
    left: 5px;
    width: 65px;
    height: 15px;
    background: #000000;
    filter:alpha(opacity=85); 
    opacity:0.85;
    text-align: center;
}

.postEditThumb .dellink
{
    position: absolute;
    bottom: 0px;
    left: 23px;
    font-size: 0.85em;
    color: #fff;
}

.postEditThumb img
{
    height: 50px;
}

.postEditUpl
{
    float: right;
    width: 355px;
}

/*************************************
        BLOG DEFAULT
*************************************/

.defPostCont
{
    float: left;
    width: 310px;
    text-align: center;
}

.defPostContAlt
{
    float: right;
    width: 310px;
    text-align: center;
}

.defPostCont .img img, .defPostContAlt .img img
{
    height: 207px;
    margin: 0 0 10px 0;
}

.defPostCont .img a, .defPostContAlt a, .defPostCont .img a:hover, .defPostContAlt a:hover
{
    background: transparent;
}

.defPostCont .txt, .defPostContAlt .txt
{
    float: left;
    width: 310px;   
    text-align: left;
}

/*************************************
        MEDIA VIDEO
*************************************/

.medVidCont
{
    float: left;
    width: 310px;
    text-align: center;
}

.medVidContAlt
{
    float: right;
    width: 310px;
    text-align: center;
}

.medVidCont .img img, .medVidContAlt .img img
{
    width: 310px;
    margin: 0 0 10px 0;
}

.medVidCont .img a, .medVidContAlt a, .medVidCont .img a:hover, .medVidContAlt a:hover
{
    background: transparent;
}

.medVidCont .txt, .medVidContAlt .txt
{
    float: left;
    width: 310px;   
    text-align: left;
    margin: 0 0 10px 0;
}

.profVidCont
{
    float: left;
    width: 300px;
    text-align: left;
}

.profVidCont .img img
{
    width: 300px;
    margin: 0 0 10px 0;
}

.profVidCont .img a, .profVidCont a
{
    background: transparent;
}

.profVidCont .txt
{
    float: left;
    width: 300px;   
    text-align: left;
    margin: 0 0 10px 0;
}
