/* CSS Document */
body {
text-align:center;
font-family:Arial, Helvetica, sans-serif;
background-color:#cccccc;
padding:0px;
margin:0px;
}

#main {
margin-left:auto;
margin-right:auto;
text-align:left;
width:760px;
background-color:#FFFFFF;
border-left:1px solid #999999;
border-right:1px solid #999999;
}

.promo {
	text-align:center;
	background-color:#CCC;
	border: 1px solid #666;
	padding:10px;
	font-size:14px;
}

.expandable-content {
	/*display:none;*/
}


#expandable-tabs {
	margin-left:-20px;
	height:25px;
	width:760px;
	padding:0px;
}

#expandable-tabs li {
	float:left;
	width:189px;
	list-style-type:none;
	font-size:12px;
	text-align:center;
}

#expandable-tabs li.active {
	background-color:#770000;

	font-weight:bold;
}

#expandable-tabs li {
	background-color:#666666;
	color:#FFFFFF;
	height:100%;
	background-image:url(game/images/space_overlay.png);
	padding-top:7px;
	border-right:1px solid #cccccc;
}

#expandable-tabs a {
	color:#FFFFFF;
}

#expandable-tabs li.active a {
	font-weight:bold;
	background-position: right 3px;
}

#header {
position:relative;
background-image: url(images/header-bg.png);
padding-left:20px;
padding-top:40px;
height:110px;
border-bottom: 1px dotted #cccccc;
color:#ffffff;
font-weight:bold;
font-size:50px;
}

#burst {
/* this image will be overriden in browsers that aren't stuck in the stone age */
background-image:url(images/burst.gif);
position:absolute;
top:0px;
right:0px; /* really -40 */
height:130px;
width:125px; /* really 165 */
}

#header>#burst {
background-image:url(images/burst.png);
}


#content {
color:#666666;
font-size:12px;
padding-left:20px;
padding-right:20px;
}

#content small {
font-size:10px;
font-style:italic;
color:#aaaaaa;
}

#content strong {
color:#990000;
}

#content H1 {
color:#990000;
font-size:16px;
border-bottom: 2px dotted #cccccc;
}

H1 span {
/* heading subtitle */
margin-left:5px;
color:#aaaaaa;
font-size:10px;
font-weight:normal;
}

#content H3 {
color:#666666;
font-size:14px;
border-bottom:1px dotted #cccccc;
}

#content h5 {
color: #990000;
font-size:12px;
border-bottom:1px dotted #cccccc;
}

h5 span {
color:#666666;
font-weight:normal;
}

li span {
color:#990000;
font-weight:bold;
margin-right:5px;
}

#content p, #content H3 {
margin-left:20px; /* indent */
}


#footer {
border-top: 1px dotted #cccccc;
color:#666666;
font-size:12px;

padding:10px;
text-align:center;
}

.copyright {
color:#aaaaaa;
}

a {
text-decoration:none;
color:#990000;
}

a:hover {
text-decoration:underline;
}

#sudokuContainer {
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
}

#content table.content {
	padding:0px;
	border:0px;
	margin:0px;
}

#content table.content tr.even {
	background-color: #cccccc;
}

#content table.content td {
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}

#content table.content th {
	background-color:#666666;
	color:#FFFFFF;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
}

#content table.content td:first-child {
	text-align:center;
	font-weight: bold;
}

#calendar-screenshot {
	background-image:url(images/calendar-screenshot.gif);
	height:400px;
	width:390px;
	background-position:left top;
	
	border-right:1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}

#quick-info {
	float:right;
	width:300px;
	padding:0px;
}

div.callout {
	text-align:center;
	background-color:#cccccc;
	border:2px solid #666666;
	padding:20px;
}

.callout .featured-link {
	font-size:18px;
	font-weight:bold;
}

.feature-list{
	font-size:14px;
	border-bottom:1px dotted #cccccc;
	padding-bottom:10px;
	margin-bottom:20px;
}

.callout small a {
	color:#666666;
}
