﻿/* Items that affect layout */

#body_mask
{
	position:relative;
	width:980px;
	margin:0 auto;
}
#header
{
	position:absolute;
	left:0;
	top:0;
	width:980px;
	height:163px;
	z-index:5;
}
#header_logo
{
	position:absolute;
	left:0;
	top:0;
	width:440px;
	height:120px;
	background-image:url(/images/hdr_logo.png);
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
}
#content_background
{
	position:absolute;
	left:0;
	top:163px;
	width:980px;
	z-index:4;
	border-top-width:2px;
	border-top-style:solid;
}
#content_area
{
	position:absolute;
	left:10px;
	width:960px;
}
#main_menu
{
	position:absolute;
	right:15px;
	top:12px;
	width:500px;
	height:20px;
}
#main_menu a
{
	margin:0 8px;
}
#sub_menu
{
	position:absolute;
	z-index:9;
	left:125px;
	top:185px;
	width:650px;
	height:35px;
	font-size:14px;
	font-weight:normal;
}
#sub_menu div
{
	height:20px;
}
#sub_menu a
{
	line-height:18px;
	font-size:14px;
	font-weight:normal;
	margin:0 5px;
	text-decoration:none;
}
#sub_menu a:hover
{
	text-decoration:underline;
}
#logout
{
	position:absolute;
	right:5px;
	top:140px;
	width:200px;
	height:25px;
	font-size:12px;
	text-align:right;
}
#logout a
{
	font-size:12px;
	margin:0 5px;
	text-decoration:none;
}
#logout a:hover
{
	text-decoration:underline;
}
#page_icon
{
	position:absolute;
	z-index:4;
	left:9px;
	top:122px;
	width:100px;
	height:100px;
	background-position:center center;
	background-repeat:no-repeat;
	border-width:2px;
	border-style:solid;
	padding:1px;
	background-color:#fff;
}
#page_icon div
{
	background-position:center center;
	background-repeat:no-repeat;
}
#page_title_background
{
	position:absolute;
	left:0;
	top:135px;
	width:645px;
	height:28px;
}
#page_title_background_tail
{
	position:absolute;
	left:645px;
	top:135px;
	width:150px;
	height:28px;
}
#page_title
{
	position:absolute;
	left:125px;
	top:4px;
	height:28px;
	font-weight:bold;
	font-size:18px;
	line-height:20px;
}
#plan_a_dive
{
	position:absolute;
	right:8px;
	top:45px;
	width:200px;
	height:45px;
	cursor:pointer;
}

#body_table
{
	width:960px;
}
#main_content
{
	width:770px;
	padding:75px 10px 25px 0;
}
#right_sidebar
{
	width:168px;
	padding:8px 0 10px 10px;
	font-size:11px;
	line-height:13px;
	border-left-width:2px;
	border-left-style:solid;
}
#right_sidebar a
{
	font-size:11px;
	line-height:13px;
}
#footer
{
	border-top-width:2px;
	border-top-style:solid;
	padding:6px 0;
	font-size:11px;
	line-height:13px;
}
#footer_menu a
{
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	margin-left:5px;
	text-decoration:none;
}
#footer_menu a:hover
{
	text-decoration:underline;
}

body, button, input, select, textarea
{
	font-family:Verdana,Helvetica,Arial,Geneva,sans-serif;
	/*font-family:"lucida grande",tahoma,verdana,arial,sans-serif;*/
	font-size:11px;
	line-height:14px;
}
body
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.small_text
{
	font-size:10px;
	line-height:12px;
}
.large_text
{
	font-size:14px;
	line-height:16px;
}
.huge_text
{
	font-size:18px;
	line-height:22px;
}

div.attention
{
	margin:15px 0;
	padding:10px;
	font-weight:bold;
	text-align:center;
}

/* User/group stamp images */

div.stamp_small_outer, div.stamp_medium_outer, div.stamp_large_outer, div.stamp_full_outer
{
	border:1px solid #ddd;
}
div.stamp_small_outer
{
	padding:2px;
	width:38px;
}
div.stamp_medium_outer
{
	padding:3px;
	width:60px;
}
div.stamp_large_outer
{
	padding:6px;
	width:100px;
}
div.stamp_full_outer
{
	padding:6px;
	width:200px;
}
div.stamp_small, div.stamp_medium, div.stamp_large, div.stamp_full
{
	background-position:center center;
	background-repeat:no-repeat;
}
div.stamp_small
{
	height:38px;
	width:38px;
}
div.stamp_medium
{
	height:60px;
	width:60px;
}
div.stamp_large
{
	height:100px;
	width:100px;
}
div.stamp_full
{
	height:200px;
	width:200px;
}


div.userContent
{
	margin-left:10px;
}
div.timestamp
{
	font-size:9px;
}

div.actions, div.actions a
{
	font-size:10px;
}
div.action_menu
{
	margin-bottom:15px;
	font-size:10px;
	line-height:12px;
}
div.action_menu a
{
	font-size:10px;
	line-height:12px;
	margin:0 5px;
}
.label
{
	margin-top:10px;
	margin-bottom:2px;
	font-size:10px;
	line-height:12px;
}
.page_menu_wrapper
{
	margin-bottom:20px;
}

.ad_block
{
	cursor:pointer;
}
img.ad_image
{
}
div.ad_text
{
	margin-top:6px;
}

div.simple_box
{
}
div.simple_box_header
{
	font-size:12px;
	font-weight:bold;
	padding:3px 5px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	margin-bottom:10px;
}
div.simple_box_content
{
}

div.item_first, div.item_middle, div.item_last
{
	clear:both;
}
div.item_first_inner, div.item_middle_inner
{
	padding-bottom:10px;
}
div.item_middle_inner
{
	padding:10px 0;
}
div.item_last_inner
{
	padding-top:10px;
}
div.item_middle, div.item_last
{
	border-top-width:1px;
	border-top-style:dashed;
}

div.siteselectiondropdown
{
    padding:5px;
    position:absolute;
    z-index:9;
	border-width:1px;
	border-style:solid;
}

/* thread styles */

div.threadOriginal
{
	margin-bottom:10px;
}

div.threadItem
{
	margin-top:2px;
	margin-left:48px;
	padding:5px;
	border-top-width:1px;
	border-top-style:solid;
}

td.userContent
{
	padding-left:10px;
	word-wrap:break-word;
}

div.albumCover, div.photoCover
{
	width:100px;
	height:100px;
	padding:3px;
	border:1px solid #ccc;
	margin-bottom:3px;
}

div.albumCover div, div.photoCover div
{
	width:100px;
	height:100px;
	background-position:center center;
	background-repeat:no-repeat;
}

div.albumWrapper, div.photoWrapper
{
	width:108px;
	float:left;
	margin-left:15px;
	cursor:pointer;
}

div.albumRow, div.photoRow
{
	margin-bottom:25px;
}

.uc_table td
{
	padding:0;
	margin:0;
	vertical-align:top;
}
.uc_table .uc_stamp
{
	padding-right:3px;
}
        
#tabs
{
	padding:4px 0 6px 10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	background-color:#eee;
}
#tabs span
{
	font-weight:bold;
	font-size:10px;
	position:relative;
	top:1px;
	padding:6px 8px;
	cursor:pointer;
	border-width:0 1px;
	border-color:#eee;
	border-style:solid;
}

/* events */

.event_list .event_title
{
	margin-bottom:4px;
}
.event_list .event_title a
{
	font-weight:bold;
}
.event_list div.actions
{
	margin-top:5px;
}
.event_list div.actions a:hover
{
	text-decoration:underline;
}
.event_list img.busy
{
	margin-left:15px;
}

@media screen
{
}

@media print
{
    .noprint
    {
        display:none
    }
    button
    {
    	display:none
    }
}
