
/*====================================================*/
/* FILE /plugins/content-table/css/css_front.css*/
/*====================================================*/
.tableofcontent p {
	margin : 3px ; 
	text-indent : -5px ; 
	padding-top : 2px ; 
}

.tableofcontent-end {
	clear: both;
}

/*====================================================*/
/* FILE /plugins/pages-order/css/css_front.css*/
/*====================================================*/
.page_hiera ul li div:hover { 
	border: 1px dotted #ccc; 
}
.page_hiera ul li div { 
	cursor: move; 
	margin-left: 5px; 
	max-width: 680px;
	border: 1px solid transparent; 
	position: relative; 
}

.page_hiera .page_status {
	position: relative;
	display: block;
	float: left;
	height: 12px;
	line-height: 12px !important;
	margin: 3px 6px 0 1px;
	text-transform: uppercase;
	font-variant: small-caps;
	font-weight: bold;
	padding: 2px 3px;
	font-size: 8px;
	line-height: 8px;
	text-align: center;
	background: #E4E4E4;
	color: #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.page_hiera .page_draft { 
	background: #c0311e; 
	color: #fff; 
}
.page_hiera .page_pending { 
	background: #FFE6B2; 
	color: #9A7A3F; 
}
.page_hiera .page_published { 
 	background: #33BD00 !important; 
 	color: #fff !important; 
 }
.page_hiera .page_future { 
	background: #688CAC; 
	color: #fff; 
}

.page_hiera ul li div .page_actions {
	margin-left: 0;
	line-height: 20px;
	visibility: hidden;
	position: absolute;
	right: 5px;
	font-size: 11px;
	z-index: 1;
}

.page_hiera ul li div:hover > .page_actions { visibility: visible; }


.page_action_delete { 
	color: #BC0B0B !important; 
}
.page_action_delete:hover { 
	color: #f00 !important; 
}

ul.tree, ul.tree ul { 
	background: url("../core/img/tree_vline.png") repeat-y; 
	margin: 0; padding: 0; 
} 

ul.tree ul { 
	margin-left: 10px; 
} 

ul.tree li { 
	margin: 0; 
	padding: 0 12px; 
	line-height: 20px; 
	background: url("../core/img/tree_node.png") no-repeat; 
} 

.page_hiera ul li { 
	list-style-type: none; 
} 
.page_hiera ul ul li { 
	list-style-type: none; 
} 


ul.tree li:last-child { 
	background: #fff url("../core/img/tree_lastnode.png") no-repeat; 
}

ul.tree li.minus_folder { 
	background: url("../core/img/tree_node_minus.png") no-repeat; 
}

ul.tree li.plus_folder { 
	background: url("../core/img/tree_node_plus.png") no-repeat; 
}

ul.tree li.minus_folder:last-child { 
	background: #fff url("../core/img/tree_lastnode_minus.png") no-repeat; 
}

ul.tree li.plus_folder:last-child { 
	background: #fff url("../core/img/tree_lastnode_plus.png") no-repeat; 
}

ul.tree div.loading { 
	padding-left:18px ; 
	background: url("../core/img/ajax-loader.gif") no-repeat left 3px; 
}

.highlight_placeholder {
	border: 1px solid #A1A1A1 ; 
	height:15px;
	width:200px;
}



/*====================================================*/
/* FILE /plugins/social-linkz/css/css_front.css*/
/*====================================================*/

img.lnk_social_linkz {
	margin : 1px ; 
	text-decoration: none;		
	border-bottom-width: 0px;
	border-bottom-style: none;
	width: 24px;
    height: 24px;
}

/**** Bubble Icons *****/

.social_bubble {
	position: relative;
	left: -8px;
	text-decoration: none;
}

.social_bubble em{
	font-style: normal;
	font-size:12px ; 
	height:18px ; 
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	color: #000000;
	top:-8px ; 
	padding: 3px 5px 3px 5px;
	margin: 0 0 0 0px ; 
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	position: relative;
}

.social_bubble .arrow{
	top: -8px;
	left: 5px;
	margin: 0 0 0 0px ; 
	position: relative;
	z-index:10000;
}

.social_mask{
	position:fixed;
	z-index:90000;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	display:none;
}

.social_window {
	position:fixed;
	width:440px;
	height:400px;
	display:none;
	z-index:99999;
	padding:20px;
	background-color:#FFF;
}

.social_window h2 {
	font-size:130%;
	font-weight:bold;
}

.social_window textarea {
	width:90%;
}

.textEmailSocialLinkz {
	text-align:left ;
}

.closeEmailSocialLinkz {
	text-align:right ;
	font-size:80%;
}

.sendEmailSocialLinkz {
	font-size:115%;
	font-weight:bold;
	text-align:left ;
}


/*====================================================*/
/* FILE /sedlex/inline_styles/0bac044b65a924fd76aebd94ebaf05b0.css*/
/*====================================================*/
.tableofcontent {
	border: 1px solid #AAAAAA;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 0.95em;
	min-width:200px;
	float:left ; 
}
.tableofcontent h2 {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	margin : 3px ; 
	padding-top : 5px ;
	padding-bottom : 5px ;
}
.contentTable_h2 {
   font-size:14px;
   line-height:14px;
   padding-left:0px;

}

.contentTable_h2 a:link, .contentTable_h2 a:visited, .contentTable_h2 a:hover {
   color:#000000;
}

.contentTable_h3 {
   font-size:13px;
   line-height:13px;
   padding-left:20px;

}

.contentTable_h3 a:link, .contentTable_h3 a:visited, .contentTable_h3 a:hover {
   color:#151515;
}

.contentTable_h4 {
   font-size:12px;
   line-height:12px;
   padding-left:40px;

}

.contentTable_h4 a:link, .contentTable_h4 a:visited, .contentTable_h4 a:hover {
   color:#2a2a2a;
}

.contentTable_h5 {
   font-size:11px;
   line-height:11px;
   padding-left:60px;

}

.contentTable_h5 a:link, .contentTable_h5 a:visited, .contentTable_h5 a:hover {
   color:#3f3f3f;
}

.contentTable_h6 {
   font-size:10px;
   line-height:10px;
   padding-left:80px;

}

.contentTable_h6 a:link, .contentTable_h6 a:visited, .contentTable_h6 a:hover {
   color:#555555;
}


/*====================================================*/
/* FILE /sedlex/inline_styles/910bae03c3d5dda4b2afa4e31912e3ef.css*/
/*====================================================*/
.social_linkz { 
	padding: 5px 0 10px 0 ; 
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.social_linkz a { 
	text-decoration: none;		
	border-bottom-width: 0px;
	border-bottom-style: none;
}

/*====================================================*/
/* FILE /sedlex/inline_styles/5ae4d39010e103c10bfa5f03dd4f4425.css*/
/*====================================================*/
.update_message {
	background: #fff url(../../update-message/img/bkg-yellow.gif) repeat-x top;
	border: 1px solid #e6db55;
	padding: 15px 15px 5px 15px;
	margin: 10px 0 10px 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.update_message p {
	font: normal 11px/14px Arial;
	margin: 0;
	padding: 0 0 10px 0;
	color: #555;
}

.update_message small {
	font: bold 11px/14px Arial;
	color: #555;
	text-transform: uppercase;
}
