body{ 
	background: #fff;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	
}

h3.section_header
{
	font-size: large;
	padding-left: 2px;
	margin-bottom: 0px;
	margin-top: 20px;
}

h2.section_header
{
	margin-top:20px;
}


#title
{
	font-size: x-large;
}

#logo h2
{
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0.25em;
}

#logo #login
{
	margin-left: 0.5em;
}

#topbanner
{
	background: #fff;
	border: 1px solid #ccf;
}
#topbanner .alpha
{
	padding-right: 1px;
	margin-right: 9px;
}

#topbanner .omega
{
	padding-left: 1px;
	margin-left: 9px;
}

#adspace
{
	text-align: right;
}

.highlight
{
	color: #f93;
	font-weight: bold;
}

#content .highlight
{
	background: #fff;
}

#details .highlight
{
	color: #39f;
}


#raw .highlight
{
	color: #d6f;
}

#stacking .highlight
{
	color: #6f6;
}

#history .highlight
{
	color: #c66;
}

#search .highlight
{
	color: #b22;
	background: transparent;
}

#content
{
	
	min-height: 500px;
}

#details
{
	background: #bcd;
	border: 1px solid #89a;
	margin-left: -1px;
	margin-right: -1px;
	min-height: 500px;
}

#index
{
	background: #ffb;
	border: 1px solid #fd7;
	margin-left: -1px;
	margin-right: -1px;
	min-height: 500px;
}

#stacking
{
	background: #bcd;
	border: 1px solid #89a;
	margin-left: -1px;
	margin-right: -1px;
	min-height: 500px;
}

#history
{
	background: #c66;
	border: 1px solid #89a;
	margin-left: -1px;
	margin-right: -1px;
	min-height: 500px;
}

#raw
{
	margin-left: -1px;
	margin-right: -1px;
	background: #b9b;
	border: 1px solid #ebe;
	min-height: 500px;
}


table
{
	padding-left: 8px;
	padding-right: 7px;
	min-height: 500px;
}

#details .row1
{
	background: #ddf;
}

#details .row2
{
	background: #ddf;
}

#raw .row1
{
	background: #ece;
}

#raw .row2
{
	background: #ece;
}


#history .row1
{
	background: #fdc;
}

#history .row2
{
	background: #fcb;
}

#search .row1
{
	background: #fee;
}

#search .row2
{
	background: #fdd	;
}


.label
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	vertical-align: middle;
	white-space: nowrap;
}

#details .txt
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	width: 100%;
}

#raw .txt
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}


.fact_group
{
	padding-left: 8px;
	padding-right: 7px;
}
.box
{
	width: 100%;
}

#index .box
{
	background: #fffff0;
}

#details .box
{
}

#raw .box
{
}

#stacking.box
{
}

#history .box
{
}

#search .box
{
}


#search_sidebar
{
	padding-top: 0.5em;
	padding-left: 8px;
	padding-right: 7px;
	
}
#spell_search_text
{
	width: 60%;	
}

#search .label
{
	min-width: 30%;
}
#search .txt
{
	width: 37%;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	vertical-align: middle;
}


#search .classes
{
	width: 26%
}

#search .info
{
	width: 45%;
}

#stacking
{
	text-align: center;
}

#history .from_to
{
	float: left;
	padding-right: 0.5em;
	padding-left: 3em;
	text-indent: -3em;
}
#history .ftlabel
{
	float: left;
	width: 3em;
}

#history .patch_breaker
{
	border-top: 0.5em solid #c66;
}

#history .change_date
{
	background: #fff;
	font-weight: bold;
	width: 15ex;
	white-space: nowrap;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
	text-align: center;
}
#history .change_type
{
	background: #fff;
	width: 10ex;
	padding-left: 1ex;
	padding-right: 2px;
	vertical-align: middle;
	text-align: right;
}

#history .change_initial
{
	min-width: 15%;
	padding-left: 1ex;
	padding-right: 2px;
	vertical-align: middle;
	text-align: center;
}

#history .change_field
{
	padding-left: 2px;
	vertical-align: top;
	text-align: left;
	vertical-align: middle;
}

#history .change_value
{
	width: 65%;
	padding-right: 2px;
}

#sidebar a
{
	font-weight: bold;
	text-decoration: none;
	color: #444;
}

#sidebar ul
{
	margin-left:0px;
	margin-bottom:0px;
	padding-left:0px;
	list-style-type:none;
}

#sidebar li
{
	margin-left:0px;
	float:left;
	padding-right:2px;
	min-width:3em;
}

#content a
{
	font-weight: bold;
	text-decoration: none;
}

#content a:visited
{
	padding-right: 12px; 
	background: url(../images/visitedLink.gif) no-repeat 100% 50%;
}

#details a
{
	color: #39f;
}

#search a
{
	color: #b22;
}

#pagination
{
	margin-bottom: 0.5em;
	text-align: center;
}

#pagination a:visited
{
	padding-right: 0px;
	background: none;
}



#sidebar
{
	
	background: #fff;
	border: 1px solid #ccf;
	margin-left: 9px;
	margin-right: 9px;
	min-height: 250px;
}

#menubanner
{
	clear: both;
	width: 100%;
	height: 41px;
	background: url(../images/bannerbg.png) repeat-x;
}
#navigation ul
{
	list-style: none;
	margin: 0px;
}

#navigation li
{
	float: left;
	margin: 0px;
	height: 41px;
}

#navigation li a
{
	background-image: url(../images/wtf-sprite.png);
	display: block;
	height: 41px;
	overflow: hidden;
}

#navigation li.first
{
	
}

#navigaiton li.last
{
	
}

#navigation .overview
{
	background-position: 0px 0px;
	width: 181px;
}

#navigation .raw
{
	background-position: -181px 0px;
	width: 91px;
}

#navigation .stacking
{
	background-position: -272px 0px;
	width: 181px;
}

#navigation .history
{
	background-position: -453px 0px;
	width: 148px;
}

#navigation a .hover
{
	background: url(../images/wtf-sprite.png);
	display: block;
	opacity: 0;
	height: 100%;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#navigation a.overview .hover
{
	background-position: 0px -41px;
}
#navigation a.raw .hover
{
	background-position: -181px -41px;
}
#navigation a.stacking .hover
{
	background-position: -272px -41px;
}
#navigation a.history .hover
{
	background-position: -453px -41px;
}

#navigation a .active
{
	background: url(../images/wtf-sprite.png);
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#navigation a.overview .active
{
	background-position: 0px -82px;
}
#navigation a.raw .active
{
	background-position: -181px -82px;
}
#navigation a.stacking .active
{
	background-position: -272px -82px;
}
#navigation a.history .active
{
	background-position: -453px -82px;
}


#content p
{
	margin-left: 10px;
}

.timer_link
{
	white-space: nowrap;
}


