/*  Dodgeball World Championship - Bacic    */
/*  Date: 11/04/2005					    */
/*  Author: James Stuart Johnson            */
/*  Email: jjohnson@NationalDodgeball.com   */

/* Default Styles */
/* Image Related Styles */

/* Site color Codes:
Deep Gold = "#FDB813"
LT. Gold = "#FFED14"
LT. Red = "#EFCCC6"
DK. Red = "#BF311A"
Extra LT. Gray ="#E0E0E0"
LT. Gray = "#C8C7C7"
Dk. Gray = "#231f20"
Backgroung Gray = "#666666"
*/

.ClearBoth {clear: both;}

body {
	color: black;
	background: #666666 none;
	font-size: 80%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 130%;
    background-image: url(images/Ball_Pattern1.jpg);
    text-align: center;
}

img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
table {
}

div {margin: 0; padding: 0;}

p{
	margin: 2px 0px 5px 0px;
	}

a {
	color: #C00;
	background: transparent none;
	text-decoration: underline;
	}
	
a:link { color: #C00;}
a:visited { color: #BF311A; }
a:active { color: #231f20;}
a:hover { color: #232323;}	
	
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; line-height: 110%;}

h1 { font-size: 280%;}
h2 { font-size: 250%;}
h3 { font-size: 150%;}
h4 { font-size: 120%;}
h5 { font-size: 90%;}
h6 { font-size: 80%;}

/*To turn off centering effect simply comment out #page */
/*This my also help the disply in some WYSIWYG editors linke Adobe GoLive. */

/* THE OLD WAY OF CENTERING THE PAGE.

#Page {
	float: left;
	position: Absolute;
	left: 50%;
	width:725px;
	height: 1600px;
	margin-left: -363px;
	margin-top: 10px;
	background: transparent;
	}

*/

#Page {
	width:725px;
	margin:10px auto;
	text-align:left;
	background-color: transparent;
	}

#Cover  {
	width: 723px;
	background: white;
    border: 1px solid black;
    }

#Header {margin: 0 0 10px 0;}

/* Top menu Item link Styles */

#TopMenu {
    text-align: center;
	font-size: 95%;
	width: 725px;
	font-weight: bold;
	color: white;
    background-color: black;
    padding:  8px 0px 7px 0px;
	}

#TopMenu a {
    color: white;
    background-color:  #cc0000;
    margin-right: 5px;
    text-decoration: none;
    padding: 1px 20px 1px 20px;
    border: 2px solid #ddd;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    }


#TopMenu a.NDLHomeLink {
    color: #FDB813;
    }

#TopMenu a:hover {
    color: #ddd;
    border: 2px solid #aaa;
    border-left: 2px solid #666;
    border-top: 2px solid #666;
    }

#TopMenu a.NDLHomeLink:hover  {
    color: #FDB813;
    border: 2px solid #ddd;
    border-left: 2px solid #666;
    border-top: 2px solid #666;
     }

/* Bottom Menu Item link Styles */

#BottomMenuBlock {
	clear: both;
	width: 725px;
	text-align: center;
	margin: 10px 0 10px 0;
	font-size: 80%;
	}

#BottomMenu {width: 725px; padding: 3px 0 2px 0;}

#BottomMenu .MenuSpacer {
	margin: 2px;
	}	

#BottomMenu a {text-decoration: none;}
#BottomMenu a:link { color: #666666; }
#BottomMenu a:visited { color: #888888;}
#BottomMenu a:active { color: #666666;}
#BottomMenu a:hover { color: #666666; text-decoration: underline;}

#SubHeader {clear: both;}

#SubContent {
	padding: 10px 10px 20px 10px;
	width: 703px;
    border-bottom: none;
    float: left;
	}

#SubContent2 {
	width: 655px;
    padding: 10px 35px 10px 35px;
	margin: 0;
	}

#SubContent2Table {
	width: 655px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	}

#ContactBlock {
	display: inline;
	float: left;
	font-size: 105%;
	color: black;
	background: white;
	margin: 10px 20px 10px 20px;
	}

#ContactCopy{
	float: left;
	text-align: left;
	width: 580px;
	}

.StarsLeft {
	margin: 10px 10px 0 0;
	float: left;
	}
.StarsRight {
	margin: 10px 0 0 5px;
	}

#Copyright  {
	text-align: center;
	font-size: 90%;
	clear: both;
	color: white;
	background: transparent none;
	width: 725px; }

#Copyright a {text-decoration: underline;}
#Copyright a:link {color: #FDB813;}
#Copyright a:visited {color: #FDB813;}
#Copyright a:active {color: #FDB813;}
#Copyright a:hover {color: #C8C7C7;}

.Caption { margin: 0; Padding: 0;}
.HighlightColor {color: #BF311A }

dl, dt, dd {margin: 0; Padding: 0;}

#RightTeamColumn {
	float: left;
	clear: both;
	width: 348px;
	}
	
#RightTeamColumn dd, dt {
	width: 230px;
	margin-left: 85px;
	}
	
#RightTeamColumn .TeamThumb { 
	float: left;
	display: inline;
	width: 80px;
	margin: 5px 10px 5px 10px;
	} 

#RightTeamColumn .TeamName {
	font-Size: 110%;
	margin-top: 5px;
	font-weight: bold;
	} 
	
#RightTeamColumn .TeamHype {
	} 
	
#RightTeamColumn .TeamLink {
	}
	
#RightTeamColumn .TeamBarType1 {
	border: 1px solid green;
	float: left;
	background: #ccc;
	width: 342px;
	padding: 3px;
	} 
	
#RightTeamColumn .TeamBarType2 {
	border: 1px solid green;
	float: left;
	background: #999;
	width: 342px;
	padding: 0px;
	} 

.newsItemWC { 
	color: #ffffff;
	background-color: red;
	font-size: 11px;
	line-height: 14px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 2px 0px 5px 0px;
	padding-left: 5px;}

