/* --------- GENERAL FORMATTING ----------- */

body, html{
	padding:0px;
	margin:0px;
	background-color:#272727;
	width:100%;
}
*{
	font-family:sans-serif;
	font-size:13px;
	line-height:1.4em;
}

a{
	color:black;
	font-size:inherit;
}

p {
	font-size:13px;
	line-height:1.4em;
}
img{
	border:0px;
	
}


ul.verticalMenu{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
	line-height:190%;
}
ul.verticalMenu li{
	border-bottom:1px dotted gray;
}
ul.verticalMenu li a{
	padding:3px;
	padding-left:10px;
	text-decoration:none;
	display:block;
}
ul.verticalMenu li:hover{
	text-decoration:inherit;
	background:url(../images/li_highlight_arrow.gif) center right no-repeat;
	background-color:#EEE;
	border-bottom:1px dotted gray;
}


.delicious-posts ul, .delicious-posts li, .delicious-banner { margin: 0; padding: 0}

.sidebarMenuContainer, .delicious-posts{
	margin-top:4px;
	list-style-type:none;
}
.sidebarMenuContainer ul{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
	line-height:190%;
}
.sidebarMenuContainer h2{
	display:none;
}
.sidebarMenuContainer ul li, .delicious-post{
	border-bottom:1px dotted gray;
	background:url(../images/li_dark.gif) left top no-repeat;
}
.sidebarMenuContainer ul li a,.delicious-posts a{
	padding:4px;
	padding-bottom:3px;
	padding-left:17px;
	text-decoration:none;
	display:block;
}
.sidebarMenuContainer ul li:hover, .delicious-posts a:hover{
	text-decoration:inherit;
	background:url(../images/li.gif) left top no-repeat;
	background-color:#EEE;
}


.background{
	width:100%;
	background:url(../images/backgound_full.jpg) top center repeat-y;
	text-align:center;
}
.content{
	position:relative;
	width:900px;
	height:100%;
	border:0px;
	margin:auto;
	text-align:left;
	padding:0px;
	background-color:white;
}
.content_header{
	height:101px;
}
.content_footer{
	background:url(../images/footer_background.gif) bottom left no-repeat;
	height:174px;
	width:900px;
	line-height:150%;
	color:white;
	font-size:12px;
}
.content_footer a{
	color:white;
}
.section_title{
	margin-top:15px;
}
.section_padding{
	padding:17px;
}
.section_key{
	vertical-align:top;
	text-align:right;
	font-size:15px;
	padding:7px;
	border-bottom:1px dotted #666;
}
.section_value{
	padding:5px;
	margin:10px;
	padding-left:10px;
	padding-right:10px;
	background-color:#eee;
	border-left:1px dotted	 #666;
	border-bottom:1px solid #666;

}
.divider{
	border-bottom:1px dotted #999;
	margin-bottom:4px;
	color:#999;
	font-size:11px;
	font-weight:bold;
	font-variant:small-caps;
	padding:0px;
	padding-top:9px;
}
.divider_vertical{
	width:5px;
	border-left:1px dotted #999;
	margin-left:5px;
	padding-left:5px;
}

/* --------- TEXT ----------- */

h5{
	font-size:26px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h4{
	font-size:23px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h3{
	font-size:20px;
	padding:0px;
	margin:0px;
	padding-bottom:4px;
	font-weight:normal;
}
h2{
	font-size:16px;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	font-weight:normal;
}
h1{
	padding-bottom:3px;
	margin:0px;
	font-size:13px;
	font-weight:bold;
}
.text_description{
	font-size:13px;
	line-height:1.5em;
	color:#333333;
}
.text_detail{
	font-size:12px;
	line-height:130%;
	color:#666;
	text-decoration:none;
}


/* --------- PHOTO CONTAINER ----------- */

.photo_container{
 padding-left:10px; font-size:13px; color:#444; float:left;
}
.photo_shadow_container_2{
 background:url(../images/photo_shadow_2.png) bottom left no-repeat; padding-bottom:20px; padding-left:17px; padding-right:17px;
}
.photo_shadow_container_3{
 background:url(../images/photo_shadow_3.png) bottom left no-repeat; padding-bottom:20px; padding-left:17px; padding-right:17px;
}

/* --------- SIDEBAR SCROLLBAR ----------- */


#sidebar_scrollview{
	width:150px;
	height:600px;
	position:relative;
	overflow:hidden;
	float:right;
	border-left:1px dotted #333;
}
#sidebar_scrollarea{
	float:left;	
	width:132px;
	position:relative;
	top:0px;
}
#scrollbar{
	float:right;
	width:16px;
	height:600px;
	position:relative;
	background:url(../images/scrollbar_background.gif);
}
#scrollbar_bottom{
	width:16px;
	height:600px;
	background:url(../images/scrollbar_bottom.gif) center bottom no-repeat;
}
#scrollbar_slider{
	position:relative;
	cursor: move;
	width:16px;
	height:60px;
	top:0px;
	padding-bottom:9px;
}

#browser_scrollarea{
	width:100%;
	height:600px;
	position:relative;
	left:-750px;
}

/* --------- OVERLAYS ----------- */

.placeholder{
	position:absolute; 
	height:0px; 
	width:100%; 
	overflow:visible; 
	z-index:2;
}
.floating_window{
	position:absolute;
	margin:auto;
	filter:alpha(opacity=95);-moz-opacity:0.95;opacity:0.95;
}


/* --------- BUTTONS ------------ */
.button_fat{
display:inline-block; color:white; font-size:13px; text-decoration:none; padding:7px; background-color:#285966; border-top:3px solid #4FA2AF; border-left:3px solid #4FA2AF;border-right:3px solid #1D4149; border-bottom:3px solid #1D4149;
}
.button_fat:active{
background-color:#245056; border-bottom:3px solid #4FA2AF; border-right:3px solid #4FA2AF;border-left:3px solid #1D4149; border-top:3px solid #1D4149;
}
.button_small{
padding:3px;
text-decoration:none;
background-color:#285966; border-top:1px solid #4FA2AF; border-left:1px solid #4FA2AF;border-right:1px solid #1D4149; border-bottom:1px solid #1D4149;
color:white; font-size:11px;
}
.button_small:active{
background-color:#245056; border-bottom:1px solid #4FA2AF; border-right:1px solid #4FA2AF;border-left:1px solid #1D4149; border-top:1px solid #1D4149;

}
/* --------- TOOLTIPS + DOCK HOVER ----------- */

.dockhover_container{
	visibility:hidden;
	position:relative;
	top:15px;
	left:-100px;
	width:200px;
	text-align:center;
}
.dockhover{
	margin:auto;
	height:28px;
	display:table;
	padding:0px;
	background:url(../images/hover_bg.gif) top center repeat-x;
}
.dockhover div{
	background:url(../images/hover_left.gif) top left no-repeat;
}
.dockhover div div{
	background:url(../images/hover_right.gif) top right no-repeat;
	padding:10px;
	padding-top:3px;
	padding-right:21px;
	padding-bottom:6px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:white;
}

a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	top: 16px;
	left:-3px;
	width:100%;
	padding: 4px;
	padding-top:10px;
	z-index: 100;
	background:url(../images/tooltip_background.gif) top center no-repeat;
	text-align:center;
	font-size:12px;
	filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;
	color: #fff;
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}