/*
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#444;
}
*/

/* 
  -- BOXES --
*/

.box {
	background-image:url(/global/images/box_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	max-width:800px;
	margin-bottom:30px; /* spacing under box */
}

.dialog {
	position:relative;
	margin:0px auto;
	min-width:200px;
	z-index:1;
	margin-left:15px; /* default, width of left corner */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
	background:transparent url(/global/images/box.png) no-repeat top right;
	_background-image:url(/global/images/box.gif);
}

.dialog .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:0px 15px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:15px; /* top slice width */
	margin-left:-15px;
	height:100%;
 	_height:1600px; /* arbitrary long height, IE 6 */
 	background-position:top left;
}

.dialog .b {
 /* bottom */
 	position:relative;
	width:100%;
}

.dialog .b,
.dialog .b div {
 	height:15px; /* height of bottom cap/shade */
 	font-size:1px;
}

.dialog .b {
 	background-position:bottom right;
}

.dialog .b div {
 	position:relative;
 	width:15px; /* bottom corner width */
 	margin-left:-15px;
 	background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 	position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 	position:static;
 	max-height:800px;
 	overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1, .dialog h2,
.dialog p {
 	margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 	padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
	font-size:21px;
 	padding:15px 0 5px 0;
	font-weight:normal;
}

.dialog h2 {
	font-size:18px;
 	padding:15px 0 0 0;
	font-weight:normal;
}

.small_map {
	background-image:url(/global/images/small_map_bg.png);
	background-repeat:no-repeat;
	background-position:right;
}

.chart_bg {
	background-image:url(/global/images/chart_bg.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}



/* BUTTONS */

a.orange_button {
    background: transparent url('/global/images/orange_button_cap.png') no-repeat top right;
    color: #FFF;
    display: block;
    float: left;
    font-weight: bold;
    height: 33px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.orange_button span {
    background: transparent url('/global/images/orange_button.png') no-repeat;
    display: block;
    line-height: 12px;
    padding: 7px 0 15px 18px;
}

a.orange_button:hover {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

a.orange_button:hover span {
    background-position: bottom left;
    padding: 7px 0 14px 18px; /* push text down 1px */
}

a.large_orange_button {
    background: transparent url('../images/large_orange_button_cap.png') no-repeat scroll top right;
    color: #FFF;
    float: left;
    display: block;
    font-weight: bold;
    height: 40px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	font-size:16px;
}

a.large_orange_button span {
    background: transparent url('../images/large_orange_button.png') no-repeat;
    display: block;
    line-height: 12px;
    padding: 10px 0 15px 18px;
}

a.large_orange_button:hover {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

a.large_orange_button:hover span {
    background-position: bottom left;
    padding: 10px 0 18px 18px; /* push text down 1px */
}


/* COMPONENTS */

.scroller_item {
	font-size:14px;
	border-top:1px solid #999;
	border-bottom:1px solid #FFF;
	padding:15px 10px;
}

.scroller_item:hover {
	background-color:#FEF4E8;
}

#recent-search a {
	text-decoration:none;
	color:#444;
}

#recent-search a:hover {
	text-decoration:none;
	background-color:#FEF4E8;
}

.scroller_title {
	color:#f8981d;
}

.content_item {
	padding:5px 0;
	border-bottom:1px dotted #CCC;
}

.content_item_selected {
	padding:5px 0 5px 25px;
	border-bottom:1px dotted #CCC;
	background:#FEF4EB url('/global/images/average_bullet.png') no-repeat 5px 6px;
}

.content_item_selected a {
	text-decoration:none;
	font-weight: bold;
}

.content_item a {
	text-decoration:none;
}

/* TABLES */

.search_table {
 width: 350px;
 margin-bottom: 40px;
 line-height:24px;
}

.table .bold {
	font-weight:bold;
}

.table {
 width: 100%;
 border: 0;
}

.table .th {
 background-color: #f8981d;
 color: #fff;
 font-weight: bold;
}

.table .tr:nth-child(odd) {
 background-color: #eee;
}

.table .td {
 padding-left: 2%;
}

/* LISTS */

.bullets {
 margin:10px 0 20px 0;
 padding:0;
 border: 0;
}

.bullets ul {
 margin:0;
 padding:0;
}

.bullets li {
 margin:0 0 0 20px;
 padding:5px 0;
list-style:circle;
}

.bullets a {
 font-weight: bold;
 text-decoration: none;
}

.bullets a:hover {
 text-decoration: underline;
}