﻿.adImage{
  color:#ffffff;
  font-size:12px;
  text-align:right;
  vertical-align:top;
  width:215px;
  height:88px;
}

a {
   outline: none;
   cursor:pointer;
}

.adText
{
  color:#ffffff;
  font-size:12px;
  background-color:#2b3a63;
  text-align:center;
  vertical-align:top;
}

#mainTable
{
	background-color:#e0e9f8;
	background-image:url(../images/homeback.jpg);
	background-repeat:repeat-x;
}
 .adMainText
{
  float:left;
  color:#ffffff;
  font-size:12px;
  background-color:#2b3a63;
  width:220px;
  
  text-align:left;
  
  vertical-align:bottom;
  visibility:hidden;
}

 .adText a
{
  color:#ffffff;
  font-weight:bold;
}

.homeMain
{
	color:#ffffff;
	width:675px;
	/*height:400px;*/
	height:245px;
	font-weight:bold;
	text-align:justify;
	overflow:hidden;
}

.advert
{
	margin-bottom:5px;
	border:2px solid #2b3a63;
}

h1{color:#ff6600;}

.homeMainWrapper
{
	color:#ffffff;
	background: url("images/homeback.jpg") repeat-x;
	height:100%;
	width:100%;
}

 .opacityit img
 {
 	border:2px solid #2b3a63;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity:1;
  text-decoration: none;
}

.opacityit:hover img
{
	border:2px solid #ff4400;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  -moz-opacity: 0.6;
  text-decoration: none;
}
.sideBanner
{
	color:#ffffff;
	background-color:#888888;
	height:415px;
	width:155px;
	margin-top:2px;
}

.advert
{
	margin-bottom:2px;
}

.mainPanel
{
text-align:left;
font-size:16px;
margin-left:7px;
}
.pageBanner
{
	width:901px;
	height:240px;	
}


/*-----------------------------------------vv Overlay vv-----------------------------------*/

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../images/transparent.png);		
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:660px;		
	height:300px;
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(../images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#overlay_trigger {
	cursor:pointer;
}

#player
{
	display:block;
	width:660px;
	height:385px;
	color:#fff;
	text-decoration:none;
}