﻿/* romantic dinner default */
#mainContainer {
    width: 857px;
    height: 654px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 43px;
    background-image: url(/datingtv/vegasweddings/images/bodyBkg.gif);
    background-repeat: no-repeat;
}
#colRepeater {
    width: 400px;
    height: 470px;
    float: left;
    padding: 0;
    margin: 160px 0 0 0px;
    position: relative;	
    overflow: auto;
 }
 #colPlayer {
    float: left;
    width: 456px;
    height: 630px;
    }

/* romantic dinner specific */
body#romantic {
    background-image: url(/datingtv/romanticdinners/images/tileBkg.gif);
    background-position: center top;
    background-repeat: repeat;
    }
    #romantic #mainContainer {
		background-image: url(/datingtv/romanticdinners/images/bodyBkg.gif);
    }
#romantic #colRepeater {
    width: 370px;
    height: 462px;
    float: left;
    padding: 0;
    margin: 160px 0 0 0px;
    position: relative;	
    overflow: auto;
 }
 #romantic #colPlayer {
    float: left;
    width: 475px;
    height: 630px;
    }
    
    #romantic #nav {
        
        height: 15px;
        background-color: #990033;
        margin: 0;
        padding-top: 2px;
        text-align: right;
    }

/* vegas weddings */
#vegas #colRepeater {
	width: 385px;
	height: 460px;
	margin-top: 164px;	
}
#vegas .repeaterItem {
	margin-left: 10px;
}

/* onadate specific */
body#oad 
{
	background-image: url(/datingtv/onadate/images/titleBkg.gif);
    background-position: center top;
    background-repeat:repeat-x;
	background-color: #ffffff;
}
#oad #mainContainer {
	background-image: url(/datingtv/onadate/images/bodyBkg.gif);
	padding: 0 0 0 55px;
	width: 845px;
	height: 677px;
}
#oad #colRepeater {
	margin-top: 206px;
	height: 461px;
	width: 360px;
}
#oad #colPlayer {
	margin-top: 3px;
}

/* cheaters specific */
body#cheaters {
	background: url(/datingtv/cheaters/images/tileBkg.gif) no-repeat top #01395c;	
    }
    #cheaters #mainContainer {
		background-image: url(/datingtv/cheaters/images/bodyBkg.jpg);
		padding-left: 36px;
    }
#cheaters #colRepeater {
    width: 400px;
    height: 462px;
    float: left;
    padding: 0;
    margin: 70px 0 0 0px;
    overflow: auto;
 }
 #cheaters #colPlayer {
    float: left;
    width: 448px;
    height: 630px;
    margin: -35px 0 0 0px;
    }
    
    #cheaters #nav {
        height: 15px;
        background-color: #cb8b33;
        margin: 0;
        padding-top: 2px;
        text-align: right;
    }
    
    #cheaters #VideoMsg
    {
        width:350px;
        margin-top: 23px;
        margin-left:35px;
    }
    #cheaters #VideoPlayer2
    {
        margin-top:100px;
        
    }
    #cheaters #VideoMsg #lblMsg
    {
        display:block;
        margin-left:5px;
        color:white;
        margin-left:5px;
    }
    #cheaters #VideoMsg #VideoTitle h2 {
        margin: 0;
        padding: 0;
        font-size: 13pt;
        font-family: helvetica bold, helvetica, arial, verdana, sans-serif;
        color: #d7ca7c;

        }