html, body {
	height: 100%;
}

#page {
	min-height: 100%;
	position: relative;
}

#bd {
	padding-bottom: 38px;
}

/* ========== */
/* = Header = */
/* ========== */

#banner {
	position: relative;
	width: 100%;
	height: 38px;
	background: repeat-x url(../images/header_bg.gif);
	z-index: 5;
}

.home img {
	border-style: none;
}

#logo {
	position: absolute;
	top: 2px;
	left: 18px;
}

#browse {
	position: absolute;
	top: 11px;
	left: 60px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

#browse img {
	position: relative;
	left: 2px;
	bottom: 1px;
}

#browse_links {
	display: none;
	position: absolute;
	left: 60px;
	top: 28px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ccc;
	z-index: 50;
}

#browse_links li {
	margin-bottom: 3px;
}

#browse_links a {
	font-weight: normal;
}

#browse_links a:hover {
	text-decoration: underline;
}

#public_tags {
	position: absolute;
	top: 11px;
	left: 150px;
}

#public_tags li {
	float: left;
	margin-right: 12px;
}

#public_tags li a {
	font-weight: normal;
	color: #fff;
}

#actions {
	position: absolute;
	top: 9px;
	right: 12px;
	color: #fff;
}

#actions a {
	float: right;
	font-weight: bold;
	margin-left: 9px;
	color: #fff;
}

#add_site {
	position: absolute;
	top: 6px;
	left: 310px;
}

#add_site label {
	float: left;
	margin-right: 9px;
	padding-top: 3px;
	color: #fff;
	font-weight: bold;
}

#add_site input {
	float: left;
	margin-right: 6px;
}

#add_site img {
	float: left;
	margin-top: 2px;
	margin-right: 6px;
	visibility: hidden;
}

#add_site p {
	float: left;
	padding-top: 3px;
	color: #fff;
	font-weight: bold;
}

#url {
	width: 250px;
}

#home {
	padding: 6px;
}

#home a {
	font-weight: normal;
}

div.nav {
	width: 115px;
	padding: 0 10px;
	height: 25px;
	background: no-repeat url(../images/tab-header.gif);
}

div.nav a {
	margin-top: 8px;
}

#inbox_container {
	padding: 6px;
}

/* ========== */
/* = Footer = */
/* ========== */
#ft {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 12px;
	height: 14px;
}

#ft ul {
	float: right;
}

#ft li {
	float: left;
	margin-right: 9px;
}

/* ============ */
/* = Tab Menu = */
/* ============ */
#tab_menu {
	float: left;
	width: 135px;
	margin-right: 30px;
}

#tab_menu li {
	color: #0f55c3;
	display: block;
	padding: 5px;
	background-color: #d8e9f8;
	border-right: 1px solid #a4cae8;
	border-bottom: 1px solid #a4cae8;
}

#tab_menu li.selected {
	background-color: #fff;
	border-right: 0;
}

#tab_menu li.hover {
	background-color: #a5cae8;
}

#tab_menu li#add_tab {
	width: 70px;
	background-color: #ebf2fa;
	color: #0f55c3;
	cursor: pointer;
}

#tab_menu a#edit_tab {
	float: left;
	font-size: 11px;
	margin: 3px;
}

/* ================= */
/* = Photo Content = */
/* ================= */

#photo_content {
	margin-left: 165px;
	margin-right: 115px;
	min-height: 10px;
}

#photo_content.folder {
	border-top:1px solid #9ECEFC;
	padding-top: 9px;
	margin-right: 121px;
}

#photo_content li.container {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	width: 142px;
	height: 121px;
	background: 1px 15px no-repeat;
}

#photo_content li.container h3 {
	font-size: 11px;
	height: 11px;
	text-align: center;
	color: #0f55cc;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

#photo_content li.container .handle {
	height: 35px;
	width: 140px;
	z-index: 10;
	cursor: move;
	border: solid #ccc;
	border-width: 0 1px;
}

#photo_content li.container .menu_button {
	position: absolute;
	top: 17px;
	right: 3px;
	height: 8px;
	width: 8px;
	border: 1px solid #000;
	background-color: #fff;
	z-index: 15;
	cursor: pointer;
}

#photo_content li.container a {
	display: block;
	width: 140px;
	height: 70px;
	border: 1px solid #ccc;
	border-top: 0;
}

#photo_content li.container .menu {
	position: absolute;
	top: 14px;
	right: 0px;
	background-color: #fff;
	color: #999;
	z-index: 12;
}

#photo_content li.container .menu ul {
	border: 1px solid #999;
	border-bottom: 0;
}

#photo_content li.container .menu ul li {
	padding: 2px;
	border-bottom: 1px solid #999;
	width: 100px;
	cursor: pointer;
	font-size: 11px;
}

/* =============== */
/* = Menu Dialog = */
/* =============== */
#bd .dialog {
	position: absolute;
	visibility: hidden;
	z-index: 20;
	border: 1px solid #999;
	background-color: #fff;
	color: #999;
	font-size: 11px;
	padding: 6px;
}

#bd .dialog input.text, #bd .dialog textarea {
	margin-bottom: 6px;
	font-size: 11px;
}

#bd .dialog input.button {
	float: left;
	margin-right: 6px;
	font-size: 11px;
}

#bd .dialog br {
	clear: left;
}

#bd .dialog p {
	font-size: 11px;
	margin-bottom: 6px;
}

#bd .dialog p.err, p.err {
	color: red;
}

#bd .dialog p.tags {
	color: blue;
}

/* ================= */
/* = Right Dialogs = */
/* ================= */

#share_box {
	position: absolute;
	right: 6px;
	top: 55px;
	padding: 9px;
	width: 89px;
	text-align: center;
	color: #3D9EFF;
	border: 1px solid #3D9EFF;
}

#share_box.hover {
	background-color: #a5cae8;
}

#share_box.highlight {
	background-color: #ffe378;
}

#share_menu, #channel_menu_dialog, #contact_menu_dialog {
	display: none;
	position: absolute;
	width: 170px;
	right: 18px;
	top: 95px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 11px;
	z-index: 20;
}

#channel_menu_dialog, #contact_menu_dialog {
	right: 129px;
}

#share_menu .text, #channel_menu_dialog .text, #contact_menu_dialog .text {
	font-size: 11px;
}

#share_menu .button, #channel_menu_dialog .button, #contact_menu_dialog .button {
	font-size: 11px;
	float: right;
	margin-left: 6px;
}

#share_menu .err, #channel_menu_dialog .err, #contact_menu_dialog .err  {
	font-size: 11px;
}

/* ============== */
/* = Right pane = */
/* ============== */

#right_pane {
	float: right;
	width: 109px;
	margin-right: 6px;
}

#right_pane .menu_top {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
	color: #3d9eff;
	text-align: center;
}

#right_pane li {
	display: block;
	padding: 5px;
	width: 97px;
	border: 1px solid #aaccff;
	border-top: 0;
	color: #3d9eff;
	font-weight: bold;
}

#right_pane li.hover {
	background-color: #ccc;
}

#right_pane li.add {
	width: 67px;
	margin-left: 30px;
	cursor: default;
}

#right_pane li.highlight {
	background-color: #ffe378;
}

#right_pane li a {
	color: #3d9eff;
}

#right_pane a.edit {
	font-size: 11px;
	margin: 3px 3px 0 0;
	float: right;
}

#contact_menu {
	margin-bottom: 15px;
}

#invite_btn {
	display: block;
	margin-bottom: 15px;
}

/* ===================== */
/* = Public Right Pane = */
/* ===================== */
#public_right_pane {
	float: right;
	width: 300px;
	margin-right: 6px;
}

#public_right_pane #site_img {
	display: block;
	position: relative;
	bottom: 14px;
}

#public_right_pane .placeholder {
	height: 300px;
	background-color: #f0f0f0;
	width: 100%;
}

#public_right_pane #adsense {
	margin-top: 8px;
}

#public_right_pane .public_right_content {
	background-color: #f0f0f0;
	padding: 9px;
}

#public_right_pane .public_right_content h3 {
	color: #3D9EFF;
	font-size: 16px;
	margin-bottom: 6px;
}

#public_right_pane .public_right_content a {
	display: block;
	color: #3D9EFF;
	font-size: 16px;
	margin-bottom: 6px;
	text-decoration: underline;
}

#public_right_pane .public_right_content fieldset {
	background-color: transparent;
	border: 0;
	padding: 0;
	width: auto;
}

#public_right_pane .public_right_content label {
	color: #000;
}

/* =========== */
/* = General = */
/* =========== */

#general_container {
	padding-left: 165px;
	padding-right: 300px;
}

.general_content {
	padding: 12px 0;
}

.general_content h4 {
	font-weight: bold;
	margin-bottom: 6px;
}

.general_content p {
	color: #000;
}

.general_content form p {
	color: #0f55cc;
}

.general_content form p.err {
	color: red;
}

h1 {
	color: #dd7b59;
	font-size: 18px;
	margin-bottom: 9px;
}

h1.offset {
	position: absolute;
	top: 99px;
	left: 165px;
	font-size: 22px;
	color: #0f55c3;
}

h1.offset.no_login {
	top: 87px;
}

h1.tag {
	background: left url(../images/tags.jpg) no-repeat;
	height: 25px;
	padding-left: 50px;
}

h1.offset span {
	color: #ff9900;
}

h2 {
	color: #ff9900;
	font-size: 18px;
	padding-bottom: 3px;
	border-bottom: 1px solid #9ecefc;
}

fieldset {
	background-color: #ecf3fe;
	border: 1px solid #aaccff;
	width: 400px;
	padding: 6px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #0f55c3;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a.button:hover {
	text-decoration: none;
}

p {
	color: #0f55cc;
	margin-bottom: 6px;
}

p.err {
	font-size: 13px;
	color: red;
}

p.msg {
	font-size: 13px;	
}

.cloud a {
	padding-right: 2px;
	font-weight: normal;
}

.menu_top {
	width: 100%;
	height: 12px;
	background: bottom left repeat-x url(../images/menu_hd.gif);
	border-bottom: 1px solid #a4cae8;
}

.paginator {
	width: 100%;
	overflow: auto;
}

.paginator li {
	float: left;
	padding: 6px;
	border: 1px solid #9AAFE5;
	margin-right: 6px;
}

.paginator li a.selected {
	text-decoration: underline;
}

.blue_container {
	width: 290px;
	background-color: #EBF2FA;
	border: 1px solid #D8E9F8;
	padding: 6px;
}

.blue_container h4 {
	font-size: 14px;
	color: #55AAFF;
	margin-bottom: 6px;
}

.blue_container img {
	display: block;
	margin: 0 0 6px 100px;
}

/* =============================================== */
/* = Login / Register - login.php / register.php = */
/* =============================================== */
#login_container form {
	float: left;
}

#login_container div {
	float: left;
	padding: 40px 0 0 40px;
}

#login_container div p {
	color: #cc3300;
	margin-bottom: 12px;
	font-size: 20px;
}

#login_container div a {
	color: #cc3300;
	font-size: 20px;
	text-decoration: underline;
}

#login_container .captcha, #login_container .captcha div  {
	float: none;
	padding: 0;
}

/* =================== */
/* = Home - home.php = */
/* =================== */

#photo_content.home {
	border-top: 1px solid #9ecefc;
	margin-right: 124px;
	padding-top: 12px;
}

#invitations {
	margin-bottom: 9px;
}

#invitations fieldset {
	width: 600px;
}

#invitations p {
	float: left;
}

#invitations input {
	float: right;
	margin: 0 0 6px 20px;
}

#invitations br {
	clear: both;
}

ul.system_actions li {
	margin-bottom: 3px;
}

ul.system_actions .action_image {
	float: left;
	text-align: center;
	margin-right: 9px;
	width: 60px;
}

ul.system_actions .action_image a {
	text-decoration: none;
	font-weight: normal;
	color: #8b8b8b;
}

ul.system_actions .action_text {
	width: 400px;
	min-height: 75px;
}

ul.system_actions .action_text h5 {
	font-weight: bold;
}

ul.system_actions .action_text p {
	color: #000;
}

/* ================== */
/* = Tabs - tab.php = */
/* ================== */
#tab_loading {
	height: 32px;
	width: 32px;
	padding-top: 100px;
	margin: 0 auto;
	display: none; 
}

/* =================== */
/* = Tags - tags.php = */
/* =================== */
#tag_list li {
	float: left;
	margin-left: 10px;
	width: 335px;
	margin-bottom: 3px;
}

/* =========================== */
/* = Edit Tabs edit_tabs.php = */
/* =========================== */

#edit_tabs {
	width: 135px;
	border-top: 1px solid #a4cae8;
	margin-top: 6px;
	float: left;
	margin-right: 18px;
}

#edit_tabs li {
	cursor: move;
	width: 124px;
	color: #0f55c3;
	display: block;
	padding: 5px;
	background-color: #d8e9f8;
	border: 1px solid #a4cae8;
	border-top: 0;
}

#edit_tabs li span {
	cursor: pointer;
}

#edit_tabs li p {
	margin-bottom: 5px;
}

#edit_tabs li input.text {
	font-size: 11px;
	width: 100px;
}

#edit_tabs li input.bt {
	font-size: 11px;
	float: left;
}

#export_tabs {
	float: left;
	width: 124px;
	height: 150px;
	overflow: auto;
	border: 1px solid #a4cae8;
	margin-top: 6px;
	padding: 3px;
	margin-right: 18px;
}

#export_controls {
	float: left;
	margin-top: 6px;
}

#export_tabs.hover {
	background-color: #f5f5f5;
}

div#add_tab {
	width: 70px;
	background-color: #ebf2fa;
	color: #0f55c3;
	cursor: pointer;
	padding: 5px;
	border-right: 1px solid #a4cae8;
	border-bottom: 1px solid #a4cae8;
}

#tab_delete_confirm {
	position: absolute;
	width: 200px;
	display: none;
	left: 310px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 11px;
}

#tab_delete_confirm input {
	float: right;
	margin-left: 6px;
}



/* =================================== */
/* = Edit Contacts edit_contacts.php = */
/* =================================== */

#contact_sort {
	width: 109px;
	margin-top: 6px;
	border-top: 1px solid #aaccff;
}

#contact_sort li {
	cursor: move;
	display: block;
	padding: 5px;
	width: 97px;
	border: 1px solid #aaccff;
	border-top: 0;
	color: #3d9eff;
	font-weight: bold;
}

#contact_delete_confirm {
	position: absolute;
	width: 200px;
	display: none;
	left: 280px;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 11px;
}

#contact_delete_confirm input {
	float: right;
	margin-left: 6px;
}



/* ===================================== */
/* = create channel create_channel.php = */
/* ===================================== */
#create_channel {
	margin-bottom: 9px;
}

#create_channel .text {
	width: 300px;
}

#create_channel textarea.text {
	height: 100px;
}

/* ================================= */
/* = edit channel edit_channel.php = */
/* ================================= */
#edit_channel {
	margin-right: 20px;
}

#edit_channel .text {
	width: 300px;
}

#edit_channel textarea.text {
	height: 100px;
}

#no_sub {
	position: absolute;
	top: 0px;
	left: 434px;
	background-color: #ecf3fe;
	border: 1px solid #aaccff;
	padding: 9px;
}

#no_sub p {
	margin: 0;
}

#channel_logo_container {
	position: absolute;
	top: 45px;
	left: 434px;
}

#channel_logo_container p {
	
}

#channel_objects {
	margin-top: 18px;
	padding-top: 18px;
}

/* =============================== */
/* = channel directory index.php = */
/* =============================== */
#search_channel {
	margin-bottom: 12px;
}

#search_channel fieldset {
	width: 350px;
}

#search_channel label {
	float: left;
	margin-right: 6px;
	color: #0f55cc;
}

#search_channel input.text {
	float: left;
	margin-right: 6px;
}

#search_channel input.submit {
	float: left;
}

.channel {
	margin-bottom: 12px;
}

.channel div {
	margin-left: 156px;
	min-height: 105px;
}

.channel h3 {
	padding-top: 3px;
	margin-bottom: 6px;
	font-size: 13px;
}

.channel p {
	color: #000;
}

.channel span {
	color: #0f55cc;
}

#drag_image_container {
	text-align: center;
	color: #ff9900;
	width: 72px;
	height: 49px;
	position: absolute;
	left: 100px;
	top: 40px;
	background: no-repeat bottom center url(../images/drag_arrow.gif);
}

/* ===================================== */
/* = order channels order_channels.php = */
/* ===================================== */

#sort_channels {
	width: 109px;
	margin-top: 6px;
	border-top: 1px solid #aaccff;
}

#sort_channels li {
	cursor: move;
	display: block;
	padding: 5px;
	width: 97px;
	border: 1px solid #aaccff;
	border-top: 0;
	color: #3d9eff;
	font-weight: bold;
}

div#add_channel {
	margin-left:30px;
	width:67px;
	border-color: #AACCFF;
	border-style:none solid solid;
	border-width:0 1px 1px;
	font-weight:bold;
	padding:5px;
}

div#add_channel a {
	color:#3D9EFF;
}

/* =========== */
/* = Profile = */
/* =========== */
.profile p {
	color: #000;
}

.profile p.right {
	margin-right: 36px;
}

.profile p.err {
	color: red;
}

.profile #user_image_container {
	height: 156px;
}

.profile #user_image {
	margin-right: 6px;
}

.profile h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}

.profile .channel h3 {
	font-weight: normal;
	font-size: 13px;
}

.profile div.container {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	width: 142px;
}

.profile div.public_content {
	background: 1px 15px no-repeat;
	height: 121px;
}

.profile div.public_content h3 {
	font-size: 11px;
	height: 11px;
	text-align: center;
	color: #0f55cc;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 0;
}

.profile div.public_content .handle {
	height: 35px;
	width: 140px;
	z-index: 10;
	cursor: move;
	border: solid #ccc;
	border-width: 0 1px;
}

.profile div.public_content a {
	display: block;
	width: 140px;
	height: 70px;
	border: 1px solid #ccc;
	border-top: 0;
}

.profile div.container .item_tags {
	padding: 2px;
	height: 26px;
	overflow: hidden;
}

.profile div.container .item_tags a {
	font-weight: normal;
	font-size: 11px;
	color: #9f0f0f;
}


/* =============== */
/* = Public form = */
/* =============== */

.public form {
	margin-top: 6px;
}

.public form label {
	color: #0f55cc;
	padding-right: 6px;
}

/* =============== */
/* = Public list = */
/* =============== */

#photo_content.public {
	border-top: 1px solid #9ecefc;
	margin-right: 316px;
	padding-top: 12px;
}

.public div.container {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	width: 142px;
}

.public div.public_content {
	background: 1px 15px no-repeat;
	height: 121px;
}

.public div.public_content h3 {
	font-size: 11px;
	height: 11px;
	text-align: center;
	color: #0f55cc;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.public div.public_content .handle {
	position:relative;
	height: 35px;
	width: 140px;
	z-index: 10;
	cursor: move;
	border: solid #ccc;
	border-width: 0 1px;
}

.public div.public_content .menu_button {
	position: absolute;
	top: 3px;
	right: 3px;
	height: 8px;
	width: 8px;
	border: 1px solid #000;
	background-color: #fff;
	z-index: 15;
	cursor: pointer;
}

.public div.public_content .menu {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #fff;
	color: #999;
	z-index: 12;
}

.public div.public_content .menu ul {
	border: 1px solid #999;
	border-bottom: 0;
}

.public div.public_content .menu ul li {
	padding: 2px;
	border-bottom: 1px solid #999;
	width: 60px;
	cursor: pointer;
	font-size: 11px;
}

.public div.public_content a {
	display: block;
	width: 140px;
	height: 70px;
	border: 1px solid #ccc;
	border-top: 0;
}

.public div.container .item_tags {
	color: #9F0F0F;
	padding: 2px;
	height: 26px;
	overflow: hidden;
}

.public div.container .item_tags a {
	font-weight: normal;
	font-size: 11px;
	color: #9f0f0f;
}

/* ==================== */
/* = View Mode Switch = */
/* ==================== */

#view_switch {
	position: absolute;
	top: 108px;
	right: 130px;
}

#view_switch.no_login {
	top: 95px;
}

#view_switch.public {
	right: 316px;
}

#view_switch img {
	cursor: pointer;
}

#view_switch a.selected {
	text-decoration: underline;
}

#view_switch #view_expand {
	padding-right: 6px;
}

#sortables_container .expanded {
	float : none;
	height: 105px;
	width: 100%;
	margin-right: 0;
	position: relative;
}

#sortables_container .expanded h3 {
	color: #0F55CC;
	margin-bottom: 6px;
}

#sortables_container .item_comments {
	color: #000;
	display: none;
}

#sortables_container .expanded .item_comments {
	display: block;
}

#sortables_container .item_owner {
	color: #999;
	display: none;
}

#sortables_container .expanded .item_owner {
	display: block;
}

#sortables_container .expanded .item_tags {
	position: absolute;
	bottom: 0px;
	left: 162px;
	padding: 0;
	height: auto;
}

#sortables_container .expanded .public_content {
	border-top: 1px solid #ccc;
	background: top left;
	float: left;
	margin-right: 20px;
	height: 105px;
}

/* ================================= */
/* = Preferences - preferences.php = */
/* ================================= */

.pref_form {
	margin-bottom: 12px;
}

.pref_form fieldset {
	border: 0;
	background-color: #fff;
}

.pref_form fieldset label, .pref_form fieldset p {
	color: #000;
}

.pref_form fieldset p.err {
	color: red;
}