@import 'blueprint/lib/reset.css' ;
@import 'blueprint/lib/typography.css' ;
@import 'blueprint/lib/grid.css' ;
@import 'blueprint/lib/forms.css' ;
@import 'blueprint/plugins/buttons/buttons.css' ;

body
{
	background-color: #eeeeee ;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif ;
	padding-top: 1.5em ;
	padding-bottom: 0.5em ;
}

body .container
{
	border: 1px solid #cccccc ;
	background-color: white ;
}

div.header
{
	border-bottom: 0 ;
	width: 970px ;
}

div.header #title_text
{
	padding-left: 10px !important;
	padding-bottom: 0 !important;
}

div.header #title_text .aurora_title
{
	padding-top: 0.5em ;
	height: 4.0em ;
	float: left ;
	width: 70% ;
}

div.header #title_text .aurora_title a
{
	text-decoration: none ;
}

div.header .title_background
{
	height: 4.0em ;
	padding: 5px ;
}

div.body
{
	padding-left: 10px ;
	padding-right: 10px ;
	padding-bottom: 5px ;
	
	border-top: 0 ;
}

.section
{
	font-size: 1.5em ;
	line-height: 2em ;
	position: relative ;
	top: -0.6em ;
	font-weight: bold ;
}

div.top_menu_box
{
	position: absolute ;
	top: 10px ;
	width: 100% ;
}

div.top_menu_box_inlay_1
{
	width: 970px ;
}

div.top_menu_box_inlay_1_l
{
	width: 650px ;
	text-align: left ;
	float: left ;
}

div.top_menu_box_inlay_1_l a
{
	color: black ;
	float: left ;
	padding-left: 10px ;
}

div.top_menu_box_inlay_1_r
{
	width: 300px ;
	text-align: right ;
	padding-right: 10px ;
	float: right ;
}

div.top_menu_box_inlay_2
{
	float: right ;
}

div.top_menu_box_divider
{
	float: left ;
	color: silver ;
	margin-left: 10px ;
}

a.color_box
{
	text-decoration: none ;
}

.color_box_label
{
	float: left ;
	color: silver ;
	display: none ;
}

.color_box
{
	border: 1px solid transparent ;
	float: left ;
	width: 20px ;
	margin-left: 10px ;
	text-decoration: none ;
}

.language_box_label
{
	float: left ;
	color: silver ;
	display: none ;
}

.language_box
{
	float: left ;
	color: black ;
	margin-left: 10px ;
}

.aurora_description
{
	text-align: justify ;
}

hr.light, hr.gray
{
	color: silver ;
	background-color: silver ;
}

hr.light
{
	margin-bottom: 0.3em ;
}


.foot_note
{
	margin-top: 5px ;
}

.foot_note, .foot_note a
{
	color: gray ;
}

.section, dl.indented dt
{
	color: #2a005a ;
}

dl.indented dd
{
	margin-left: 0em ;
	margin-top: 0px ;
}

dl.indented dd ul
{
	margin-left: 0em ;
	margin-bottom: 0px ;
	list-style-type: disc ;
}

ul li
{
	list-style-type: disc ;
}

pre
{
	margin-bottom: 1.3em ;
	background: #eee ;
	border: 0.1em solid #ddd ;
	padding: 1.5em ;
	margin-top: 0 ;
	font-family: 'monaco', 'andale mono', 'monotype.com', 'lucida console', monospace ;
}

#menu_bar
{
	border-left: 2px dotted #ddd ;
	padding-left: 3.1em ;
}

#menu_bar .selected
{
	font-weight: bold ;
}

.version_info
{
	font-size: .8em ;
}

.done
{
	opacity: 0.5 ;
}
