/* ---- general style settings ---- */
body, table {
	font-weight: light; font-size:13px; 
	font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
	color:#777777;
}

div.main {
	width:800px;
    min-height:550px;
	/* 
	height:100%;
	 */
	border:1px solid #cccccc;
	margin: 0 auto;
	background: white;
}

div.footer {
    position:relative;
	font-size: 0.9em;
	background-color: #ececec;
    padding:10px 20px 10px 20px;
    border-top: 1px solid #cccccc;
    height:65px;
}

a img {
	border:0px;
}

div.contents a { color:#6d89b6; }
div.contents b { color:#555555; }
div.contents i { color:#555555;}

/* ---- wiki-specific style ---- */
div.breadcrumb { 
	/*
	background-color: white;
	border-bottom: 1px solid #555555;
    */
    color: #777777;
    padding: 0px 30px 0px 30px;
	font-size:0.85em;
}
div.breadcrumb a {
    color: #aaaaaa;
	text-decoration:none;
}

div.contents { 
	/*
	float:left;
	left:80px;
	padding:5px 5px 5px 50px;
	color:#777777;
	background-color:white;
	width:500px;
    overflow-x: scroll;
    overflow-y: visible;
	*/
	position:relative;
    /*background: white url(privateImages/stairs.png) no-repeat scroll left top;*/
    background: white url(privateImages/dudes_ladder.png) no-repeat left bottom;
    padding-left:270px;
    padding-right:10px;
	top:0px;
	min-height: 440px;
	line-height:1.5;
    z-index:1;
}

div.headings {
	/*
	width:100%;
	border-bottom: 1px solid #F89828;
	border-top: 1px solid #F89828;
	min-height:50px;
	background: #eeeeee url(privateImages/orange_border_bottom.png) no-repeat scroll left bottom;
	*/
    padding: 0px 20px 10px 20px;
	overflow-x: hidden;
	overflow-y : hidden;
	border-bottom: 1px solid #dddddd;
}
div.headingsScrollingContents {
	margin:0px 5px 10px 5px;
	overflow-x: auto;
	overflow-y : hidden;
}
.heading {
	/*
    height:50px;
	text-align: center;
	width:150px;
    */
	font-size: 1.1em;
    font-weight: bold;
	color: #3B3B3B;
	padding: 0px 30px 0px 0px;
	vertical-align:top;
}
.heading:hover, .heading:hover a {
    /*color: #3B3B3B;*/
}
.heading img {
	display:block;
	border:0px;
}
.heading a {
	text-decoration:none;
    color:#00ADEF; 
}

div.leftSideBar {
	background: url(privateImages/sidebarbubble.png) no-repeat scroll left top;
	/*
	border:1px solid red;
	*/
    position:absolute;
    top:0px;
    left:0px;
    width:190px;
	height: 145px;
    margin:10px 0px 0px 21px;
	padding:10px;
	color:white;
	font-weight: bold;
    font-size:1.1em;
    line-height:1.2;
}
div.leftSideBar a, div.leftSideBar div {
	color:white;
    display:block;
    padding:5px 0px 5px 20px;
	text-decoration:none;
}
div.leftSideBar div.item {
}
div.leftSideBar a:hover {
}

div.rightSideBar {
	/*
	position:absolute;
	top:390px;
	right:190px;
	height:300px;
	background: #f4f4f4;
	color:#777777;
	border: 1px solid #AAAAAA;
	*/
    
	float: right;
	width:100px;
    min-height:330px;
	padding:5px 5px 5px 5px;
    margin-left: 10px
    
}

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

big {
	font-size: 1.3em;
}
