body {background:#efefef url('/images/header.jpg') repeat-x;
font: .625em/1.5 Helvetica,Arial, verdana, sans-serif;
padding: 0; margin: 0;
}
h1 { font-size: 2.6em; }
h2 { font-size: 2.2em; }

p { font-size: 1.4em; }
#wrapper { background:; width:960px; margin: auto; /*color:#fff;*/ }
#header {position: relative; height: 90px;}
#header h1 { padding: 24px 0 0 0; margin: 0;line-height: 1; color:#222;}
#header ul { margin: 10px 0 0 0; padding: 0; position: absolute; bottom: 0;;}
#header ul li {list-style: none; display: inline; }
#header ul li a:link, #header ul li a:visited { 
	text-decoration: none; 
	color:#fff; display: block; 
	float: left; 
	padding: 4px 25px 3px 25px;
	margin: auto 0 auto 0; 
	border: 1px solid ;
	border-top-color: #228ed3; 
	border-right-color: #228ed3; 
	border-left-color: #04588e; 
	border-bottom-color: #04588e; 
	height: 24px;
	font-size: 1.5em;
	}
#header ul li a:hover, #header ul li a.on { color:#333; background:#efefef;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #efefef;
	}
#header ul li:last-child a:link, #header ul li:last-child a:visited {border-right-color: #04588e;}
#top-right-bar div {
	clear: left;	
	font-size:12px;
	text-align: center;
	margin:0 ;	
	color:#fff;
	height:22px;
	position: absolute;
	top:10px;
}
#logout { 
	background: url('/images/logout.png') no-repeat;
	width:50px;
	padding:1px 0 0 0;
	right: 40px;
}
#logout a:link, #logout a:visited { color:#fff; text-decoration: none; }
#welcome {
	width:130px;
	right: 90px;
} 

div#back-to-main-dash {position: absolute; top: 2px; left: 4px;}
div#back-to-main-dash a:link, div#back-to-main-dash a:visited {color: #fff; text-decoration: none; }
div#back-to-main-dash a:hover {text-decoration: underline;}

#main-wrapper {
	background: #fff url('/images/table-bg.jpg') repeat-x top;
	border: 1px solid #999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
	position: relative;
	font-size: 1.4em;
}
#main-wrapper h3 {padding: 0 0 0 20px;}

br.clear {clear:float;}


#search {background: url('/images/search.png') no-repeat; width: 229px; height: 28px; margin: 10px 0 0 10px;}
#search input { padding:0 0 0 5px; margin: 4px 0 0 25px; border: none; width: 195px; height: 20px;}

table.listing { color:#444; width: 940px; margin: 15px auto 0 auto; border-collapse: collapse;}
table.listing th { background: url('/images/th-bg.jpg') repeat-x; padding: 8px 0 8px 20px; margin: 0;  border: none;line-height: 1; text-align: left;font-weight: bold;}
table.listing tr {border-bottom: 1px solid #dadada; margin: 0; padding: 0; color: #595959; line-height: 2.2;}
table.listing td {padding: 0 0 0 20px; }

table.listing tr.sub-head th { background: #f3f3f3; }

table.listing tr td a:link, table.listing tr td a:visited { text-decoration: none; color: #444; font-weight: normal;}


#footer {width:100%; 
	padding: 0; margin: 100px 0 0 0;
	background: url('/images/footer-bg.jpg') repeat-x; height: 50px;}
	
/*dashboard global*/


.link-position { position: absolute; top: 10px; right: 20px; }
.link-position a:link, .link-position a:visited { text-decoration: underline; color: green; }

#site_list table.listing { top: 0; }
#site_list table.listing th {   margin: 0 0 0 -20px; }
#site_list li { list-style: none;}
#site_list li a:link, #site_list li a:visited { text-decoration: none; font-weight: bold; color:#444;}
/*dashboard global*/

/* Create a new Site*/
#site_form { padding: 0 20px 0 20px ;}
#site_form h3 { color: #333;}
#site_form label { width: 120px; padding: 0 15px 0 20px;}
#site_form input {  height:20px; }

/* Create a new Site*/

/* Create a new Pages*/


table.formpage {  margin: 30px auto 40px auto;  cellspacing: 10px; background: #fff;width: 90%;}

table.formpage th { 
	border: 1px solid #BED3DD; 
	background: #EEF4F5; 
	padding: 5px 20px 5px 20px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;

}
	
table.formpage td {	
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border: 1px solid #BED3DD; background: #EEF4F5; padding: 5px 20px 5px 20px;}
	
table.formpage td.round { 	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; }

table.formpage label {  }
table.formpage input { font-size: 1em;font-weight: normal; height: 20px; margin: 5px 0 5px 0; }
table.formpage input.long {width: 440px;}
table.formpage td a:link,table.formpage td a:visited {font-weight: normal; text-decoration: none; color:#555;}
table.formpage td select.div { height: 35px;}
/* Create a new Pages*/
#back-to-main-dash {font-size:1.1em;}
#navigation_management, #news_management, #happening_management, #weeklyfeature_management {margin: 0; padding: 0 0 0 20px; }






/* *************************************************************************** */
/*    Sor's  (TODO: please make them look pretty)   */
/* *************************************************************************** */

.hint-text {
	color: #AAA;
	margin-left: 10px;
}

.hint-text-small {
	color: #AAA;
	margin-left: 10px;
	font-size: 0.8em;
}

.edit-site {
	padding: 3px 10px 3px 10px;
	font-size: 0.75em;	
}

.remove-aurl {
	margin-left: 10px;
	font-size: 0.75em;
}



.flash_msg_section {
	text-align: center;
	margin-top:10px;
}

.flash_msg_box {
	margin: 0 auto;
	padding: 2px;
	width: 65%;
	background-color: #FFC579;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

.flash_msg {
	font-weight: bold;
}

.form_errors {
	width: 600px;
	margin-left: 50px;
	padding: 10px;
	border: 1px solid red;
}

.sign_in_error {
	color: red;
	font-size: 0.8em;
}


.show_path_title {
	font-size:0.8em;
	color:#676767;
}

.search_query {
	font-size:0.8em;
}

/* ************************** */
/*      PAGE TAB   	*/
/* ************************** */
ul.tab-nav {
	background:url("/images/content-tabs-bg.jpg") repeat-x scroll center bottom transparent;
	float:left;
	margin: 0;
	padding: 0 0 0 30px;
	width:97%;
}

ul.tab-nav li {
	background:url("/images/content-tab-off.jpg") no-repeat scroll 0 0 transparent;
	float:left;
	height:30px;
	list-style:none outside none;
	margin:0;
	padding:0;
	width:127px;
}

ul.tab-nav li.on {
	background:url("/images/content-tab-on.jpg") no-repeat scroll 0 0 transparent;
}

ul.tab-nav a:link, ul.tab-nav a:visited {
	color:#000000;
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:2;
	text-align:center;
	text-decoration:none;
}

.tabcontent #tab-metadata {
	clear: both;
}

/* ************************** */
/*      BLOCK INLINE INSERT   */
/* ************************** */
.inline_insert {
	height:1px;
	width:25px;
}

.inline_insert_opened {
	width: 938px;
	margin-bottom: 30px;
}

.inline_insert .add_more_box {
	height: 1px;
}

.inline_insert .add_more {
	background: #4ddaec url('/images/add-block.jpg') no-repeat right;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	opacity: 0.75;
	height: 15px;
	padding: 1px 15px 7px 5px;
	font-size: small;
	position: relative;
}

.inline_insert .cancel_inline_ins { 
	background: #4ddaec;
	padding: 3px 5px 6px 5px;
	font-size: small;
	position: relative; 
	}

.inline_insert .add_more {
	width: 60px; 		
	left: -35px;
	bottom: 10px;
}

.inline_insert .cancel_inline_ins {
	width: 40px;
	left: -44px;	
}

.inline_insert .add_more a, .inline_insert .cancel_inline_ins a {
	color: white;	
	text-decoration: none;
}

/*
.inline_insert .add_more a:hover, .inline_insert .cancel_inline_ins a:hover  {
	text-decoration: underline;
}*/


.inline_ins_box {
	padding: 1px 0 4px 0 ;
	background-color: #EEE;
	left: -11px;
	position: relative;
	width: 858px;
}

.cancel_inline_ins, .inline_ins_selection {
	display:inline;
/*	padding: 0 5px;*/	
	font-size: 0.9em;	
}

.inline_ins_box ul {
	display:inline;
	padding: 0;	
}

.inline_ins_box ul li {
	background-color: #2a7ad2;
	list-style: none inside;
	border: 1px solid #206ec4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 10px 2px 10px;
	display: inline;
	cursor: pointer;
	color: #fff;
	height: 26px;	
}

.inline_ins_selection {
	left: -20px;
	position: relative;
}

.hide_cancel_btn {
	opacity: 0 !important;
}

/* ************************** */
/*      BLOCK TOOLBAR         */
/* ************************** */
#block_toolbar {
	background: url('/images/block_toolbar-bg.jpg') repeat-x;
	float: left;
	padding: 4px 20px 7px 20px;
	margin-bottom: 5px;
	margin-left: 70px;
	height: 18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 0.9em;
}

#block_toolbar ul, #block_toolbar_bottom ul {
	display:inline;
	padding: 0 0 0 20px;	
}

#block_toolbar ul li {
	background-color: #2a7ad2;
	list-style: none inside;
	border: 1px solid #206ec4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 10px 2px 10px;
	display: inline;
	cursor: pointer;
	color: #fff;
	height: 26px;
}

#block_toolbar ul li:hover {
	background-color: #4cdbec;
	border: 1px solid #3fd2e4;
}

#block_visibility {
	background-color: #f5f5f5;
	float: right;
	margin-right: 50px;
	margin-top: 7px;
	padding: 0 5px 2px 5px;
	border: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

#block_toolbar_bottom {
	background: url('/images/block_toolbar-bg.jpg') repeat-x;
	float: left;
	padding: 4px 20px 7px 20px;
	margin: 0 0 5px 10px;
	height: 18px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	font-size: 0.9em;
}

#block_toolbar_bottom ul li {
	background-color: #2a7ad2;
	list-style: none inside;
	border: 1px solid #206ec4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px 2px 10px ;
	display: inline;
	cursor: pointer;
	color: #fff;
	height: 26px;
}

#block_submit_pane {
	padding-bottom: 30px;
	margin: 0 50px 0 50px;	
}

#block_submit_pane a {
	padding: 6px 18px 6px 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}

#block_submit_pane .preview {
	float: right;
}

#block_submit_pane .preview a:hover {
	background-color:#FFD973;
	color: #222;
}

#block_submit_pane .preview a {
	background-color:#FFCB40;
	color: #444;
	border:1px solid #FFBA00;
}

#block_submit_pane .save {
	float: left;
}

#block_submit_pane .save a:hover {
	background-color:#FF6B40;
	color: #FFF;
}

#block_submit_pane .save a {
	background-color:#BF5030;
	color: #FCFCFC;
	border:1px solid #A62500;	
}

#block_submit_pane .publish {
	float: left;
	margin-left: 20px;
}

#block_submit_pane .publish a:hover {
	background-color:#5ADD97;	
	color: #FFF;
}

#block_submit_pane .publish a {
	background-color:#29A563;
	color: #FCFCFC;
	border:1px solid #008F43;	
}

/* ************************** */
/*      BLOCK WORKSPACE      */
/* ************************** */
#block_workspace {
	padding-top: 50px;
}

#block_content_header {
	margin: 0 0 20px 50px;
	font-size:1.25em;
	font-weight: bold;
}

#block_area {
	border: 1px dashed #CCC;
	padding: 10px 10px 50px 10px;
	margin: 50px 50px 40px;
	clear: both;
}

.block_editable {
	margin-top: 5px;
	margin-bottom: 10px;
}

.block_editable_image, .block_editable_custom, .block_editable_video, .block_editable_toc {
	border:1px solid #CCC; 
	width: 450px;
	padding: 10px;	
}

.block_editable_footerlink {
	border:1px solid #CCC; 	
	width: 500px;
	padding: 10px;		
}

.block_editable_intp {
	border:1px solid #CCC; 
	width: 650px;
	padding: 10px;	
}

/*li.block_section { padding: 10px 0 0 0;}*/

/* reset element style */
.block_preview div, h2, p {
	padding: 0 5px;
	font-size: 100%;
}

#block_visibility a:link, #block_visibility a:visited {color: #444; text-decoration: none;}

.block_preview {
	overflow: visible;
	margin: 2px 0 2px 0;
	border: 1px solid transparent;
	position: relative;
}

.block_preview_collapse {
	max-height: 80px;
	overflow: hidden;	
}

.block_preview_hover {
	border-top: 1px solid #c4e3ff;
	border-bottom: 1px solid #c4e3ff;
	background-color: #e9f5ff;
}

.block_preview_loading {
	/*border: 1px dashed #555;*/
	opacity: 0.1;
	cursor: wait;
}

.block_preview_placeholder {
	height: 65px;	
}

.block_preview_others {
	/*border: 1px dashed #555;*/
	margin-top: 2px;
	margin-bottom: 2px;	
}

.block_preview_control {
	display: none;	
	position: absolute;
	left: 0;
	border: 1px solid #c4e3ff;
	border-right: none;
	background-color: #e9f5ff;
	padding: 5px 0 5px 0;
	z-index:99;
}

.tip-preview {
	background-color: #EEE;
	padding: 5px !important;
}

.custom-preview {
	padding: 15px !important;
}

.edit_preview {
/*	background-color: #151515;*/
	font-size: 0.95em;	
}
.block_preview_control .edit_preview a { color: #444;}

.remove_block { /*background: url('/images/delete.jpg') no-repeat;*/ }
.remove_block img { border:none;}
.move-cursor-preview {
	width: 15px;
	height: 15px;
	position: relative;
	cursor: move;
	top: 3px;
}

.bin-delete-block {
	width: 11px;
	height: 14px;
	position: relative;
	top: 3px;
}

.block_preview_control a {
	color: white;
	text-decoration: none;
	padding: 5px 2px 5px 2px;
}

.block_preview_control a:hover {
	text-decoration: underline;
}

.block_editable_control {
	margin-top: 10px;
}

.remove_editable {
	position: relative;
	left: 730px;
}

.remove_editable_heading {
	top: -123px;	
}

.remove_editable_content {
	top: -383px;	
}

.remove_editable_traveltip {
	top: -233px;	
}

.remove_editable_image, .remove_editable_video {
	left: 448px;
	top: -122px;
}

.remove_editable_custom {
	left: 448px;
	top: -72px;	
}

.remove_editable_footerlink {
	left: 498px;
	top: -185px;
}

.remove_editable_toc {
	left: 448px;
	top: -239px;
}

.remove_editable_intp {
	left: 648px;
	top: -230px;
}

.remove_editable a{
	color: gray;
	padding: 5px;
	text-decoration: none;
}

.remove_editable a:hover {
	color: #555;
}

.bec_status {
	color: #555;
	background-color: #F9F7ED;
	padding: 5px;
}

.ui-effects-transfer {
	border: 2px dotted gray; 
}

.block_editable_image input, .block_editable_video input {
	margin-bottom: 5px;
}

.block_editable_image input[type=text], .block_editable_video input[type=text] {
	height: 12px;
}

.block_edit #block_caption, .block_new #block_caption,
.block_edit #block_image, .block_new #block_image {
	margin-top: 10px;
}

.block_editable_footerlink span {
	font-size: 0.85em;
}

.block_editable_footerlink a, .block_editable_footerlink a:visited {
	text-decoration: none;
	margin-left: 5px;
	font-size: 0.75em;
}

.block_editable_footerlink input {
	margin-top: 5px;
}

.block_preview .crosslinks {
	list-style-type: none;
	margin: 0;
	padding: 0 5px;
}

.block_editable_toc input {
	margin-bottom: 5px;
}

.block_preview .ads {
	color: #CC0000;
}

div.id_anchor {
	margin-top:5px;
}

div.id_anchor a {
	color: #AAA;
	text-decoration: none;
}

div.id_anchor a:hover {
	text-decoration: underline;
}

.id_anchor_preview {
	position:absolute;
	bottom:0;left:10;
	color:#AAA;
	font-size:10px !important;
}	


/* ************************** */
/*      NAVIGATION        */
/* ************************** */

ul#sortable, ul#dynamic_section, ul#hidden_section {
	list-style: none;
	padding: 0;
}

#navigation_management li {
	border: 1px solid #BED3DD;
	padding: 5px;
	width: 480px;
	margin-bottom: 5px;
	background: #f6f9fb url('/images/nav-bg.gif') repeat-x bottom;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #444;
}	
#navigation_management li a:link, #navigation_management li a:visited { color:#1d6099; padding: 0 3px; font-size : 0.9em; text-decoration: none; border-left: 1px solid #6f9bc1;}
#navigation_management li a.first { border-left:none; }

ul#dynamic_section li {
	border-style: dashed;
}

ul#hidden_section li {
	border-style: dotted;
	border-color: red;
}

#navigation_management .edit {
	padding: 2px 5px;
}

#navigation_management .control-button {
	float: right;
}

#navigation_management .link-path {
	display: none;
	margin-left: 30px;
}

#navigation_management .move-cursor {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	cursor: move;
}

#navigation_management .hide {
	display: none;
}

ol#sortable.sort_start {
	list-style-type: none;
}

ol#sortable.sort_end {
	list-style-type: decimal;	
}

#news_management img, #partner_links img {
	margin-right: 5px;
	height: 13px;
}

#news_management .control-button a, #partner_links .control-button a {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}

/* ************************** */
/*      PAGE STATUS        */
/* ************************** */

.published {
	color: green;
}

.pages_section .revised, .search_section .revised {
	color: #ED7E2F;
}

.pages_section .revised a, .search_section .revised a {
	color: #ED7E2F !important; 	
}

.search_section .draft {
	color: #A9A9A9;
}

.search_section .draft a {
	color: #A9A9A9 !important;
}

/* ************************** */
/*      DASHBOARD          */
/* ************************** */

.dashboard_inbox_count_bg {
	background: url('/images/red-dot.png') no-repeat;
	padding: 3px 10px 5px 10px;	
	font-size: 10px;
	color: #FFF;
	float:left;
	margin-top:1px;
}

.dashboard_inbox_count {
	position: relative;
	top: -2px;
}

.inbox_count_two_digits {
	padding: 4px 8px 5px 7px;
	font-size: 9px;
}

.inbox_count_two_digits .dashboard_inbox_count {
	top: -1px;
}

.no_inbox_count {
	margin-left: 13px;
}

/* ************************** */
/*      LIVE PAGE BAR        */
/* ************************** */

#live_page_bar {
	position: relative;
	top: 44px;
	float: right;
	height: 20;
	background-color: #D9E7FB;
	font-size: 12px;
	padding: 0 20px;
}


div.block_preview h2.footer-link { color: #222; background: url('/t/images/footer-link.jpg') no-repeat left; padding-left: 15px; }



/* ************************** */
/* 		  Home page 		*/
/* ************************** */


/* ************************** */
/* 		  Site Config 		*/
/* ************************** */
ul#site-config-menu {
	list-style-type: square;
}

ul#site-config-menu a {
	color: #444;
	text-decoration: none;
}

/* ************************** */
/* 		  Picture Gallery	*/
/* ************************** */

ul#gallery-thumbs {
	padding: 10px 0 10px 20px;
	min-height: 180px;
}

ul#gallery-thumbs li {
	list-style: none;
	width: 200px;
	height: 180px;
	float:left;
	margin-right:10px;
}

ul#gallery-thumbs div.caption-inner {
	margin:auto;
	padding:0;
}

ul#gallery-thumbs div.caption-outer {
	width:200px;
	text-align:center;
}

ul#gallery-thumbs a {
	color: #FFF;
}

/* ************************** */
/* 		  Partner Links		*/
/* ************************** */

#partner_links {
	padding: 40px 25px 60px;
}

#pl_input, #pl_list {
	margin: 20px;
}

#pl_list {
	list-style: none;
	padding: 0;	
}

#happening_management input, #weeklyfeature_management input, #weeklyfeature_management textarea {
	margin-top:10px;
}

#weeklyfeature_management fieldset {
	margin-top: 20px;
}

#weeklyfeature_management label {
	margin-right:10px;
}

#wf_preview div {
	float:left;
}

#wf_preview div.desc {
	width:300px;margin-left:50px;
}

#wf_preview span.link {
	color:#0073C7
}

#wf_preview .edit, #wf_preview .edittxtarea {
	cursor: pointer;
}
