/*Navigation begin-----*/
.tableNav {
	width:100%; height:24px;
	margin:0; margin-bottom:10px; padding:0 0 1px 0; _padding:0; /*fix for IE*/ 
	border-bottom:2px solid /*#ffd600*/#D9ECFF;
	}
.tableNav div {
	float:left;
 	height:24px;
	margin:0 0 0 1px;
	}
.tableNav a {
	display:block;
	height:24px;
	overflow: hidden;
	}
.tableNav a span {visibility:hidden;}
	
/*tweaking the navigation for IE5 MAC by using Backslash hack*/
/*\*//*/
  .tableNav a{overflow:inherit;}
/**/

/*Active state (bottom layer)*/
#navGala {background:url(../img/about_us/nav/act/gala.gif) top left no-repeat;}
#navManager {background:url(../img/about_us/nav/act/manager.gif) top left no-repeat;}
#navTeam {background:url(../img/about_us/nav/act/team.gif) top left no-repeat;}
#navSecurity {background:url(../img/about_us/nav/act/confidence.gif) top left no-repeat;}
/* #topNavClubs are defined at the end of the navigation section*/

/*Passive state (top layer)*/
#navGala a {background:url(../img/about_us/nav/pas/gala.gif) top left no-repeat; width:139px;}
#navManager a {background:url(../img/about_us/nav/pas/manager.gif) top left no-repeat; width:153px;}
#navTeam a {background:url(../img/about_us/nav/pas/team.gif) top left no-repeat; width:90px;}
#navSecurity a {background:url(../img/about_us/nav/pas/confidence.gif) top left no-repeat; width:98px;}


/*rollover effect and highlighting active section*/
#navGala a:hover, #navGala a.active,
#navManager a:hover, #navManager a.active,
#navTeam a:hover, #navTeam a.active,
#navSecurity a:hover, #navSecurity a.active {background-image:none; border-bottom:1px solid #D9ECFF;}
/*Navigation end-----*/





/*HomePage: MainBody: 2column structure begin -----*/
#timeTable .twoColumn1 {float:left; width:300px;}
#timeTable .twoColumn2 {float:left; width:300px; margin-left:10px;}
/*MainBody: 2column structure end -----*/	



/*featuredGames begin -----*/
#timeTable .featuredGames {background-color:#F2FAFF;}
#timeTable .featuredGames h2 {
	margin:0.5em 0 0.1em 0;
	font-size:1.5em;
	}
#timeTable .featuredGames h2 a {color:#0000c6;}
#timeTable .featuredGames h2 a:hover {text-decoration:underline;}
#timeTable .featuredGames div.image {
	width:300px; height:60px;
	background:#eee;
	border:1px solid #ccc;
	}
#timeTable .featuredGames p.time {
	margin:0.5em 0 0 0; padding:0;
	font-size:1.2em; font-weight:bold;
	color:#0088ff;
	}
#timeTable .featuredGames p.description {
	margin:0.5em 0;
	}
/*featuredGames end -----*/
/*ourTeam*/
#ourTeam h2 {margin-top:10px;}
#ourTeam h3 {font-weight:bold; font-size:1.2em;}
#ourTeam p {font-size:1em;}
/*ourTeam*/

.callers td {text-align:center; width:33%; padding:0 10px; vertical-align:top;}
.moderators td {text-align:center; width:20%; padding:0 4px; vertical-align:top;}






/*Callers css 12-2007*/
.callerIntro {font-size:12px; color:#052391; padding:0; line-height:1.4em; font-family:Verdana, Arial, Helvetica, sans-serif; padding-bottom:30px;}
.callerC1 {border-top:1px solid #cde2ff; padding:10px 0; font-family:Verdana, Arial, Helvetica, sans-serif;}
.callerC1 h3.callerTitle {color:#052391; font-size:1.2em; font-weight:bold;}
.callerC1 p.callerDesc {font-size:12px; color:#052391; padding:0; line-height:1.4em;}


