/* CSS Document */
/* logged in member, gdi main page, gdi highlights display box */
#home_logged_in_container {

	width:784px;
	height:860px;
	background-image:url(../images/gdi-main-logged-in.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin: 0 auto;
	text-align:left; /* counter the body centre */
}

/* block to contain gdi in the news, week's player profile, headlines */
#home_news_container {
	position:absolute;
	width:418px;
	height:476px;
	margin:10px;
	background-color:black;
	left:330px;
	top:260px;
	margin:0;
	padding:0;
}


#home_statkeeper_container {
	position:absolute;
	left:550px;
	top:90px;
	width:197px;
	height:152px;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#FFCC00;
	text-align:center;
	background-color:#960008;
}

/* begin statkeeper mini display */
#home_statkeeper_summary {
	background-color:white;
	margin:5px;
	height:80%;
	color:black;
	font-weight:400;
	font-size:8px;
}

#home_statkeeper_summary td {
	font-size:10px;
	margin:0;
	padding:0;
}
.sk_cell {
	border-bottom:1px solid #000000;
	border-right:1px solid #999999;
	color:black;
}
.sk_heading {
	background-color:#666666;
	color:white;
	text-align:center;
}
.sk_title {
	color:white;
	text-align:center;
	background-color:red;
	font-weight:700;
}
.sk_info {
	color:black;
}
/* end statkeeper mini display */


/* start gdi highlights mini display */
#home_highlights_container {
	position:absolute;
	left:330px;
	top:90px;
	width:197px;
	height:152px;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	color:#FFCC00;
	text-align:center;
	background-color:#004577;
}

#home_highlights_container {
	padding:1px;
	margin:0;
	text-align:center;
}
#home_highlights_container a {
	color:black;
}
#home_highlights_container a:hover {
	color:blue;
}

#home_gh_summary {
	background-color:white;
	margin:5px;
	height:80%;
	
}

#home_gh_summary td {
	padding:0;
	margin:0;
	color:black;
	font-weight:400;
	font-size:8px;
	text-align:left;
	padding:0;
}
/* end gdi highlights mini display */
#gdi_in_news {
	background-image:url('/images/backgrounds/gdi-in-the-news.jpg');
	background-repeat:none;
	position:absolute;
	left:18px;
	top:18px;
	width:382px;
	height:150px;	
	background-color:#666666;
	margin:0;
}

#gdi_in_news_content {
	margin:10px;
}

/* current featured player's profile */
#weeks_player_profile {
	position:absolute;
	left:18px;
	top:186px;
	width:382px;
	height:106px;
	color:gold;
	padding:0;
	margin:0;
}
#weeks_player_profile h1 {
	text-transform:uppercase;
	font-size:11px;
	padding:0;
	margin:0;
}

#weeks_player_profile{
	font-size:9px;
	color:white;
}
.weeks_player_profile_image {
	padding:0;
	margin:5px;
	width:25%;
	float:left;
	text-align:center;
}
.weeks_player_profile_data {
	padding:0;
	margin:0;
}

/* end current featured player's profile */

#headlines {
	position:absolute;
	left:18px;
	top:310px;
	width:382px;
	height:150px;
	color:white;
	padding:0;
	margin:0;
	background-image:url('/images/backgrounds/headlines.jpg');
	background-repeat:none;;
}

#headlines_content h1 {
        margin:0;
        padding:0;
}


