/* ---- general style settings ---- */
body, table, td, input, select {
	font-weight: light; font-size:13px; 
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#777777;
}

/*
div { border:1px solid red; }
*/

a { color:#F89828; }
b { color:#F89828; }
i { color:#F89828;}

div.title {
	color:#F89828;
    font-size:30px;
}

td { vertical-align:top; }

div.main {
	width:980px;
	/* border:1px solid black; */
	margin: 0 auto;
	position:relative;
	text-align: left;
}
div.pageContents {
	background-color: #F4F4F4;
}

div.footer {
/*
	clear: both;
	text-align: right;
*/
	font-size: 0.9em;
	padding:10px;
	position:relative;
	color:#aaaaaa;
	border-top: 1px solid #aaaaaa;
	background-color: white;
}

a img {
	border:0px;
}

ul {
    list-style-image: url(images/bullet.png);
}
/* ---- wiki-specific style ---- */
div.breadcrumb { 
	font-size:0.8em;
	border-bottom: 1px solid #555555;
	padding:10px 5px 5px 5px;
	background-color: white;
}
div.breadcrumb a {color:#555555;}

div.contents { 
	/*
	position:relative;
	border-right: 1px solid #AAAAAA;
	float:left;
	font-size:13px;
	*/
	
	top:0px;
	left:80px;
	min-width:669px;
	min-height: 300px;
	background-color:white;
	line-height:1.5;
	padding:20px 5px 5px 50px;
}

div.headings {
	/*
	border-bottom: 1px solid #F89828;
	border-top: 1px solid #F89828;
	min-height:50px;
	*/
	width:980px;
	overflow-x: hidden;
	overflow-y : hidden;
	background: #eeeeee url(privateImages/orange_border_bottom.png) no-repeat scroll left bottom;
}
div.roundedOrangeBorderTop {
	width:100%;
	height:13px;
	background: #eeeeee url(privateImages/orange_border_top.png) no-repeat scroll left top;
}
div.headingsScrollingContents {
	margin:0px 5px 10px 5px;
	overflow-x: auto;
	overflow-y : hidden;
}
.heading, .selectedHeading {
	/*
	vertical-align:top;
	float:left;
	height:194px;
	width:210px;
	border: 1px solid red;
	margin: 0px 5px 0px 5px;
	*/
	display:inline-block;
	font-size: 1.1em;
	background-color: #eeeeee;
	color:black;
	text-align: center;
	vertical-align: top;
}
.selectedHeading {
	background-color: #cccccc;
}
.heading:hover, .heading:hover a {
    background-color: #10559A;
    color:white;
}
.heading img, .selectedHeading img {
	display:block;
	border:0px;
}
.heading a, .selectedHeading a {
	text-decoration:none;
	color:black;
}

div.rightSideBar {
	/*
	top:390px;
	height:300px;
	background: #f4f4f4;
	border-left: 1px solid red;
	position:absolute;
	right:0px;
	*/
	float: right;
	margin: 10px;
	color:#777777;
	width:225px;
}
div.boxTop {
	padding-top: 5px;
    text-align:center;
    color:white;
    height:20px;
	background: white url(privateImages/orange_box_top.png) no-repeat left top;
}
div.boxBody {
	padding: 0px 10px 10px 10px;
	background: white url(privateImages/orange_box_bottom.png) no-repeat left bottom;
	font-size: 0.9em; 
}

hr {
	height:1px;
	border:0;
	background-color: #F89828;
}

big {
	color:#F89828;
}
