* 
{
    margin:0;
    padding:0;
    border:0;
}

body {
    background-color:#FFFFFF;
    color:#545454;
    font-family:Verdana;
    font-size:12px;
    background-image:url('../images/bg.png');
    background-repeat:repeat-y;
    background-position:center top;
}

a {
    color:#D80581;
    text-decoration:none;
    cursor:pointer;
}

h1 {
    font-family:Georgia;
    color:#F33AA1;
    font-size:20px;
    font-style:italic;
    font-weight:normal;
}

h2 {
    font-family:Georgia;
    color:#000000;
    font-size:18px;
    font-style:italic;
    font-weight:normal;
}


div.core_container_whole {
	width:980px;
	position:absolute;
	left:50%;
	margin-left:-489px;
}



table#core_table_whole
{
    border-collapse:collapse;
}

table#core_table_whole tr td.core_whole
{
    vertical-align:top;
}

input, textarea, select
{
    background-color:#FFFFFF;
    color:#000000;
    font-family:Verdana;
    font-size:12px;
    padding:3px;
    border:1px solid #e0d7d8;
}

input.text {
	display:block;
	background-image:url('../images/bg_input.jpg');
	background-repeat:repeat-x;
	border:1px solid #9e9e9e;
	height:16px;
	float:left;
}

.banner {
	border:1px solid #383838;
	margin-bottom:5px;
	cursor:pointer;
}

#popupbg
{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:Black;
    opacity:0.8;
    filter:alpha(opacity=80);
    z-index:49;
}

#videocontainer
{
    position:absolute;
    left:50%;
    width:879px;
    height:526px;
    margin-left:-440px;
    z-index:50;
    text-align:center;
    margin-top:100px;
}

#videoshadow
{
    background-image: url('../../Modules/images/ads_videoshadow.png');
    width: 879px;
    height: 526px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:50;
}

#videoplayer 
{
    position:absolute;
    top:26px;
    left:36px;
    width:807px;
    height:454px;
}

#videocontainer_close
{
    position:absolute;
    right:36px;
    top:2px;
    z-index:51;
    cursor:pointer;
}

div#footer
{
    background-image:url('../../Modules/images/menu_bg.jpg');
    width:970px;
    height:26px;
    text-align:right;
    padding-top:8px;
    padding-right:4px;
    padding-left:4px;
}

div#footer span
{
	float:left;
}

div#footer, div#footer a 
{
    color:White;
    font-family:Arial;
    font-size:13px;
}

h2.header 
{
    color:#9e9e9e;
    font-family:Georgia;
    font-size:18px;
    font-weight:normal;
    font-style:normal;
    padding-top:5px;
    margin-bottom:5px;
}

h2.header img 
{
    position:relative;
    top:3px;
    left:3px;
    margin-right:10px;
}

div.dottedline 
{
    height:1px;
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
    background-image:url('../images/dottedline_bg.jpg');
}

img.play 
{
    position:absolute;
    top:10px;
    right:10px;
    width:38px;
    height:38px;
}

hr 
{
    display:block;
    width:100%;
    height:1px;
    background-color:Black;
}
