.cms_widget {
	_padding:0;
	margin:0;
	margin-bottom: 15px;
	overflow: hidden;
	background-color:#f1f1f1;
	border:1px solid #c4c4c4;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:-2px 2px 2px #C8C8C8;
}
.block {
	_margin-bottom:4px;
	padding:6px;
	background:transparent url(images/misc/blog/top-highlight.png) repeat-x top left;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
/*
.underblock {
	height:9px;
	background:transparent url(images/misc/blog/bottom-shadow.png) repeat-x bottom left;
}
*/
.cms_widget_header {
	padding-top:0;
}
.cms_widget_header h3 {
	color: #424242;
	background:transparent none;
	height:17px;
	padding: 0 6px 5px;
	border:none;
	outline:none;
	font-weight:bold;
}

.cms_widget_header h3 img {
position: relative;
top: 2px;
}
.cms_widget_content {
	color: #424242;
	border:1px solid #DADADA;
	border-top:1px solid #FFFFFF;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	background:#FFFFFF url(images/misc/blog/gradient-black-down.png) repeat-x scroll 0 0;
	padding:10px 6px 10px 6px;
}
.cms_widget_content a {
	color: #CAE784;
	text-decoration: none;
}
.cms_widget_rss_content {
	font-size:10px; 
	margin: 0 6px 6px 6px;
	padding-left:5px; 
	padding-right:5px;
	border: 1px dotted #c9c9c9;
	background: #fff;
	overflow:auto;
}
.cms_widget_rss_content a {
	color: #CAE784;
	text-decoration: none;
}
.cms_widget_post_bit {
	border-top: 1px dotted #c9c9c9;
	clear:both;
	padding-bottom: 2px;
}
.cms_widget_post_bit:first-child {
	border-top: 0;
}
.cms_widget_post_header {
	font-size:12px; 
	padding: 4px 0;
	margin: 0;
	font-weight: 900;
}
.cms_widget_post_date {
	font-size:10px;
	padding: 1px 0;
}
.cms_widget_post_content {
	padding: 1px 0;
	margin: 0;
	font-size: 12px;
	color: #424242;
}
.cms_widget_post_userinfo {
	padding: 1px 0;
	margin: 0;
	position: relative;
	font-size: 11px;
	color: #656565;
}
.cms_widget_post_useravatar {
	position: absolute;
	top: 5px;
}
.cms_widget_post_useravatar img {
	width: 30px;
	height: auto;
}
.cms_widget_post_comment {
	margin-left: 40px;
	font-size: 11px;
	color: #656565;
}
.cms_widget_post_comment .cms_widget_post_content {
	max-height: 29.52px; /* number indicates the number of lines */
	overflow: hidden;
}

.cms_widget_views {
	padding: 1px 0;
	margin: 0;
	text-align: right;
}

h2.section_nav { 
	text-transform:lowercase; 
	color: #C00000; 
	border-top:4px solid #C00000; 
	border-bottom:1px dotted #C00000; 
        background-color:#EFEFEF;
        font-family: Georgia;
	font-size:20px; 
	font-weight:500; 
	text-decoration:none; 
	font-size-adjust:none; 
	font-stretch:normal; 
	font-style:normal; 
	font-variant:normal; 
	line-height:normal; 
	margin:0; 
	margin-bottom:5px; 
	padding:5px; 
	clear:both;
}
h1.header, h2.header { 
	text-transform:uppercase; 
	color: #425769; 
	border-top:4px solid #425769; 
	border-bottom:1px dotted #425769; 
        font-family: Georgia,serif;
	font-size:20px; 
	font-weight:900; 
	text-decoration:none; 
	font-size-adjust:none; 
	font-stretch:normal; 
	font-style:normal; 
	font-variant:normal; 
	line-height:normal; 
	margin:0; 
	margin-bottom:12px; 
	padding:5px 0; 
	clear:both;
}
.main_menuitem
{
	display:block;
        border-bottom:1px solid #FFFFFF;
        background:#f7f7f7;
	color:#545454;
        font-size:12px;
	font-variant:small-caps;
	padding: 3px 6px;
        margin: 0px;

}
.main_menuitem:hover
{
	display:block;
        border-bottom:1px solid #FFFFFF;
        background:#c4c4c4;
	color:#545454;
        font-size:12px;
	font-variant:small-caps;
	padding: 3px 6px;
        margin: 0px;

}
.main_menuitem a
{
	display:block;
        text-decoration:none;
	color:#CAE784;

}
.main_menuitem:hover a
{
	display:block;
        text-decoration:none;
	color:#fff;

}
.main_menuitem a:hover
{
	display:block;
	color:#fff;
	text-decoration:none;

}
.sub_menuitem
{
	display:block;
	padding: 3px 10px;
	color:#545454;
        font-size:12px;
        margin:1px;
        background:#f7f7f7;
}

.sub_menuitem a
{
	display:block;
	text-decoration:none;
	color:#C00000;
        margin-left:10px;

}
.sub_menuitem a:hover
{	
	display:block;
        color:#FFFFFF;
}

.active_menuitem
{
	display:block;
        border-bottom:1px solid #FFFFFF;
        background:#f7f7f7;
	color:#545454;
        font-size:12px;
	font-variant:small-caps;
	padding: 3px 0;
        margin: 0px;
	font-weight: bold;

}
.active_menuitem:hover
{
	display:block;
        border-bottom:1px solid #FFFFFF;
        background:#c4c4c4;
	color:#545454;
        font-size:12px;
	font-variant:small-caps;
	padding: 3px 0;
        margin: 0px;
	font-weight: bold;

}
.active_menuitem a
{
	display:block;
	text-decoration:none;
	color:#C00000;

}

.active_menuitem a:hover
{
	display:block;
	color:#FFFFFF;
}


.sibling_menuitem
{
	display:block;
	padding:3px 3px 3px 15px;
	color:#000044;
        background:#f7f7f7;
        font-size:11px;
}
.sibling_menuitem a
{
	text-decoration:none;
	color:#000044;
}
.sibling_menuitem A:hover
{
	display:block;
	color:#220000;
}
#node_comments_block {
	margin-top: 25px;
}
.comments_comment_count {
	font-size: 15px;
	font-weight:bold;
padding-bottom: 10px;
}
.cms_comments_mainbox {
	margin-left:px;
}
.cms_comments_page {
	width:100%;
	text-align:left;
        margin-top:10px;
	clear:both;
}
.cms_node_edits_title {
	text-align:left;
	font-size:15px;
	font-weight:bold;
	clear:both;
}
.cms_node_edits_title img {
position: relative;
top: -4px;
}
.cms_editor_area {
	margin-bottom: 10px;
}
.cms_comment_editor_button {
	padding: 5px;
	text-align: right;
	margin: 5px;
}
.comments_page_nav_css {
	clear:both;
padding: 10px 0;
position:relative;
}
.comments_page_nav_css .pagination {
float: right;
}
.comments_page_nav_css .popupbody {
position:absolute;
right: 0;
left: auto;
}
#page_nav {
	float: right;
	width: 10%;
}
#page_nav select {
	float: right;
}
#node_comments .postbit-lite .avatarlink {
	top: 0;
}

/* Editbar Classes */
.cms_edit_editbar {
	border:1px solid ;
	border-top: 0;
	clear:both;
	min-height:65px;
	display:block;
	float: left;
	width: 100%;

}
.cms_edit_editbar_section {
	text-align:center;
	width:60px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	display:inline-block;
	height: 50px;
}
.cms_edit_editbar_buttons {
	border-style:none;
	display:inline-block;
	float:right;
	position:relative;
	width:360px; 
	text-align:center;
	height: 50px;
}
.cms_edit_editbar_buttons_bit {
	width:60px;
	height:50px;
	margin-top:5px;
	position:relative;
	float:right; 
	text-align:center;
	display:inline-block;
	clear:left;
}
.cms_edit_editbar_buttons_bit img, .cms_edit_editbar_buttons_bit input {
	border-style:none;
}
.cms_edit_editbar_buttons_bit_txt {
	font-size: 11px;
	margin: 1px 0 0 0;
	padding: 1px;
	color: #444444;
	font-weight: normal;
	display:block;
}

label.cms_edit_editbar_buttons_bit_txt {
	margin-top: 3px;
}

.cms_edit_editbar_buttons_bit:hover .cms_edit_editbar_buttons_bit_txt {
	text-decoration: underline;
}

#overlay1 {
	height:250px;
	width:400px;
}
#overlay1 div.cms_overlay_config {
	width:300px;
	text-align:left;
	margin:auto;
}
.cms_widget_searchwidget_config {
	position:relative;
	width:600px;
	background-color:white;
	top:0px;
	left:0px;
	height:350px;
	font-size:80%;
	padding:5px;
	margin:5px;
	overflow:auto;
}
.cms_widget_searchwidget_config_bit { 
	width:100%;
	height:90px;
	text-align:left;
	margin:5px;
}
.cms_widget_searchwidget_categories {
	float:left;
	margin:5px;
}
.cms_widget_searchwidget_categories select {
	clear:both;
}
.cms_widget_searchwidget_user_search {
	left:100px;
	background-color:#BBBBBB;
}
.cms_widget_searchwidget_tag_search {
	left:200px;
	background-color:#BBBBBB;
}
.cms_widget_sectionnav_page {
	text-align:left; 
	padding-top:0; 
	background: #f7f7f7;
}
.sub_menuitem a {
	margin-left:10px;
}
.active_menuitem a {
	margin-left:6px;
}
.sibling_menuitem {
	margin-left:px;
}
.cms_widget_myfriends_config {
	background-color:white;
	font-size:80%;
	height:250px;
}
.cms_widget_myfriends_config_types {
	width:100%;
	left:0;
	height:60px;
	margin:5px;
}
.cms_widget_myfriends_config_type_list {
	width:80%;
	left:10px;
	height:100px;
	overflow:auto;
	border-width:1px;
	border-style:solid;
}
.cms_nav_siblingdetail {
	font-size:90%;
}
.cms_nav_parentdetail {
	font-weight:bold
}
.cms_nav_childdetail {
	font-size:70%;
}
/* Article Classes */

div.article_preview {
	padding:4px 4px 0 0;
	float: left;
	width: 100%;
}

h3.article_preview {
	margin:5px 0 0; 
	font-size:16px;
	font-weight:bold; 
	text-decoration:none;
}
h3.article_preview a {
	display:inline;
}
h3.article_preview span {
	font-size:16px; 
	font-weight:bold; 
	text-decoration:none;
}
.editimage {
	display:inline; 
	border-style:none;
}
.article {
	font-size:13px; 
	font-family:tahoma;
color: #CAE784;
}
.article_username {
	font-size:11px; 
	font-family:tahoma;
color: {vb:stylevar #3e3e3e};
}
.article_author_date_comment_container {
	width: 100%;
	clear:both;
	float: left;
	border-bottom:1px dotted #425769;
	margin-bottom: 20px;
}
.cms_article_username {
	font-size:11px;
	padding-bottom: 2px;
	color: #4e4e4e; 
	width: 100%;
	display: block;
	position: relative;
	top: 0;
}
.cms_article_published {
	color:red; 
	text-align:right;
}
.cms_article_comment_container {
position: relative;
}
.cms_article_comment_number {
	color: #404040; 
	text-align:left; 
	font-weight:bold; 
	display: block;
	width: 50%;
	float: left;
	font-size: 12px;
	top: 0;
}
.article_author_date_comment_container .cms_article_comment_number {
float: right;
text-align: right;
}
.cms_article_comment_number img {
position: relative;
top: 2px;
}
.cms_article_readmore {
float: right;
clear: left;
font-weight: bold;
width: 50%;
text-align: right;
font-size: 12px;
}
.cms_article_readmore img {
position: relative;
top: 2px;
}
.cms_article_preview_image {
	border:3px solid #FFFFFF;
	outline: thin solid #C9C9C9;
	float:left;
	margin:2px 10px 5px 0px;
	max-height:150px;
	max-width:150px !important;
	_width:150px; /*IE6*/
}
.article_preview_contents {
	padding-top: 10px;
color: #CAE784;
}
.article_preview_contents object {
	border:3px solid #FFFFFF;
	outline: thin solid #C9C9C9;
	float:left;
	margin:2px 10px 5px 0px;
	width:240px;
	height:180px;
}
.fullwidth {
	width:100%;
	margin-bottom: 5px;
	clear:both;
	float: left;
	position: relative;
	display:block;
}
.cms_separator {
	border-top: 1px dotted #c9c9c9;
}
.leftcol
{
	width:48%;
	float:left;
}
.rightcol
{
	width:48%;
	float:right;
}
.leftcol1
{
	width:30%;
	float:left;
}
.centercol1
{
	width:30%;
	margin-left: auto ;
	margin-right: auto ;
	top: 0;
}
.rightcol1
{
	width:30%;
	left:66%;
	top: 0px;
	float:right;
}
.cms_article_txt_content {
	font:   13px Tahoma, Calibri, Verdana, Geneva, sans-serif; 
	color: #CAE784;
	margin-bottom: 5px;
}
.cms_article_section_location {
	color:#656565;
	clear:both;
        font-size:11px;
	text-align: left;
	margin:1px 0;
}
.cms_pageviews {
	float:right;
}
.cms_content_section_page {
	padding: 0px 10px;
	background:#FFFFFF;
}
.header span {
	display:inline;
}
.cms_content_each {
	text-align:center;
	background:#ddddff;
}
#overlay1 {
	width:600px;
}
#overlay1 div {
	width:500px;
	text-align:left;
	margin:auto;
	padding: 5px;
}

.cms_content_section_table_con th {
	font-size: 10px;
	font-weight:bold;
}

.aligncenter {
	text-align:center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

/* Cms content inline */
.cms_content_section_inline {
	height:1.5em;
	text-align:left;
	padding: 5px 0;
}
.cms_content_section_table_con {
	height:600px;
	overflow:auto; 
	font-size:90%;
}

/* Static Html Class */
.vbcms_content_statichtml {
	height:800px;
}
.floatl {
	float:left;
}
.floatr {
	float:right;
}
.vbcms_content_statichtml_col1 {
	float:left;
	width:250px;
	text-align:left;
	padding: 3px;
	margin-bottom:14px;
}
.vbcms_content_statichtml_col2 {
	float:right;
	width:300px;
	text-align:right;
	padding: 3px;
	margin-bottom:14px;
}
.vbcms_content_statichtml_textarea {
	width: 100%;
	height: 80%;
}
.inline {
	display:inline;
}
.vbcms_content_statichtml_preview_h2 {
	margin:0;
	padding: 2px 0;
}
.vbcms_content_statichtml_preview_sub {
	font-size: 12px;
	margin-bottom: 6px;
}
.vbcms_content_statichtml_preview_sub span {
	color: red;
}
.cms_widget_staticbb_config {
	width:200px;
	text-align:left; 
	padding-top:150px;
}
/* Toolbar Original */
.cms_toolbar
{
	float:right;
	margin: 0.45em 0;
	display:block;
	clear:both;
	width:auto;
	background: #417394 url(images/buttons/newbtn_middle.png) repeat-x left top;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 3px 8px #e1e1e1;
	-webkit-box-shadow: 0 3px 8px #e1e1e1;
	font:   normal 14px Arial, sans-serif;
	color: rgb(255, 255, 255);
	padding: 4px 15px 4px 15px;
}

.cms_toolbar:hover
{
	background: #5b8dae url(images/buttons/newbtn_middle.png) repeat-x left top;
}

.cms_toolbar a, .cms_toolbar a:hover {
	text-decoration: none;
}

.cms_toolbar form#cms_add_form {
	display:inline;
}
	
.cms_toolbar form#cms_add_form span, .cms_toolbar form#cms_add_form a {
	display:inline;
	background-color:transparent;
	background-image:none;
	padding:0;
	margin:0;
	border:0;
color: rgb(255, 255, 255);
}

.cms_content_selector_label {
	font-size: 15px;
	font-weight:bold;
}

.cms_content_selector {
	color: #CAE784;
	padding: 4px 7.5px;
	border-left: 1px solid #CFE5F5;
	margin-left: -3px;
}

.cms_toolbar .button {
	padding: 0 4px;
}

.cms_toolbar_original
{
	text-align:center;
	border-width:1px;
	border:1px solid #DDDDDD; 
	height:80px;
}
.cms_toolbar_original_publish {
	float:left;
	margin-left:4px;
	text-align:left;
}
.cms_toolbar_original_buttons {
	width:240px;
	height:50px;
	float:right;
	position:relative;
	padding:10px;
	top:-30px;
}
.cms_toolbar_original_buttons_edit {
	left:0px;
	top:0px;
	position:absolute;
	width:80px;
	top:0px;
}
.cms_toolbar_original_buttons_delete {
	left:80px;
	top:0px;
	position:absolute;
	width:80px;
	top:0px;
}
.cms_toolbar_original_buttons_dhelp {
	left:160px;
	top:0px;
	position:absolute;
	width:80px;
	top:0px;
}

/* Edit page */
.headerbar /*blockhead*/
{
	width:100%;
	background: url(templates/rt_replicant/images/headers/dark-green/header-bg.png) repeat-x  ;
	color:#CAE784;
	min-height:10px;
	vertical-align:bottom;
	font-weight:bold;
	margin: 0px;
        margin-top:5px;
	padding: 5px 0px;
        text-indent:10px;
	text-align:left;
	clear:both;
	border: 1px solid ;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

.subheaderbar /*blocksubhead*/
{
	font:  bold 0 ;
	color:#CAE784;
	background: none repeat-x  ;
	padding:5px 10px 5px 10px;
	outline:1px solid #c4c4c4;
	border-top:1px solid #FFFFFF;
}

.boxed {
	float: left;
	border: 1px solid ;
	border-top: 0;
	width: 100%;
	display:inline-block;
	margin-bottom: 5px;
}

.edit_rightside
{
	width:38%;
	float:left;
	clear: right;
	margin-left:2%;
	_top:0;
	position:relative;
	display:inline-block;
}
.mainedit
{
	position:relative;
	width:60%;
	float:left;
	clear: right;
	top:0;
	display:inline-block;
}
.thirdleft
{
	width:33%;
	text-align:left;
	text-indent:5px;
	position:relative;
	font-weight:bold;
	padding: 2px 0;
	float: left;
	display: inline-block;
}
.twothirdsright
{
	width:64%;
	top:0px;
	text-align:left;
	float:right;
	position:relative;
	padding: 2px 0;
	display: inline-block;
}

.twothirdsright input[type="text"], .twothirdsright textarea 
{
	width: 99%;
	padding: 0;
}

.twothirdsright input.numtxt {
	width: auto;
}

.quarter {
	width: 25%;
	float: left;
	clear: right;
	display: inline-block;
}

.threequarters {
	width: 75%;
	float: left;
	clear: right;
	display: inline-block;
}

.threequarters input[type="text"] {
	width: 98%;
}

.half {
	width: 50%;
	float: left;
	clear: right;
	display: inline-block;
}

label, .label {
	font-weight:bold;
	margin-left: 5px;
	padding-top:2px;
	display:inline-block;
}

.taglabel {
	padding-top: 3px; /*depends on size of the tag image and font size */
}

.tagcontainer {
	margin-bottom: 10px;
	display: inline-block;
}

graytext
{
	color:#AAAAAA;
}
.hiddendata
{
	position:absolute;
	top:5%;
	left:5%;
	height:300px;
	width:90%;
	overflow:auto;
	background-color:#EEEEEE;
	display:none;
	z-index: 100000;
}
.cms_read_access {
	overflow:auto; 
	height:80px; 
	border:1px solid #CCCCCC; 
}
.cms_edit_categories {
	overflow:auto;
	height:100px;
	border:#CCCCCC solid 1px;
}
.cms_edit_categories_bit {
	padding: 2px 0 1px 5px;
	margin: 1px;
	font-size: 11px;
}
.cms_edit_sections {
	border:3px  outset black;
}


/* Categories */
.cms_widget_categorynav {
	margin-bottom: 10px;
	clear:both;
}
h2.category_nav { 
	color: #fff; 
	background:#425769;
        font-family: Tahoma;
	font-size:14px; 
	font-weight:bold; 
	text-decoration:none; 
	font-size-adjust:none; 
	font-stretch:normal; 
	font-style:normal; 
	font-variant:normal; 
	line-height:normal; 
	margin:0; 
	padding:4px 5px 4px 10px; 
	clear:both;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
h2.category_nav img {
position: relative;
top: 1px;
}
.cat_headerbar
{
	width:100%;
	color:#CAE784;
	vertical-align:bottom;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
        text-indent:10px;
	text-align:left;
	clear:both;
}
.category_nav_elements {
	padding: 1px 0;
	margin: 0 0 15px;
}
.cat_main_menuitem
{
	margin: 0;
	display:block;
	background:#f5f5f5;
	color:#CAE784;
        font-size:13px;
	font-weight:normal;
	border-bottom: 1px solid #fff;
}
.cat_main_menuitem:hover
{
	display:block;
        background:#e0e0e0;
	color:#CAE784;	
        text-decoration:none;
	margin: 0;
	border-bottom: 1px solid #f7f7f7;
}
.cat_main_menuitem a
{
	padding:3px 4px;
	padding-left: 22px;
	margin:0;
	display:block;
	text-decoration:none;
	color:#546a7d;
 	display:block;
	background:#f5f5f5;
	border-bottom: 1px solid #dadada;
	word-wrap: break-word;
}
.cat_main_menuitem a:hover
{
	padding:3px 4px;
	padding-left: 22px;
	margin:0;
	display:block;
	text-decoration:none;
	color:#2b3e4f;
 	display:block;
	background:#e0e0e0 url('images/cms/hover_arrow.png') right no-repeat;
	border-bottom: 1px solid #d0d0d0;
}

.cat_main_header {
	font-size:16px; 
	font-weight:bold; 
	margin-top:10px;
}
.cat_main_body {
	width:200px;
	text-align:left;
}
img.cms_category_folder {
	border:none; 
	margin-left: 0px;
	margin-right:4px;
}

/* Moved inline style attirubutes */

table.cms_table_grid {
	border-collapse: collapse;
}

td.cms_table_grid_td {
	border: 1px solid gray;
}

table.cms_table_outer_border {
	border-collapse: collapse;
	border: 1px solid gray;
}

span.error {
	color: rgb(255,0,0);
}

div.title {
	position:relative;
}

div.title a.edit {
	visibility:hidden;
	/*position:absolute;top:0px;right:0px;*/
}

div.title:hover a.edit {
	visibility:visible;
}

div.title:hover a.edit:hover {
	border-bottom-style: dotted; 
	border-color: #233D78; 
	border-width:1px;
}

span.error
{
    color: rgb(255,0,0);
}

.editcaption
{
    position:absolute;
    left:0px;
    width:20%;
    padding:5px 0;
	text-indent: 5px;
    text-align:left;
}
.editcontent
{
    position:absolute;
    left:20%;
    top:0px
    width:80%;
    padding:5px 0;
    text-align:left;
	display:block;
}
.columnarA
{
    position:absolute;
    left:0px;
    width:20%;
    padding:5px;
    text-align:left;
    float:left;
}
.columnarB
{
    position:absolute;
    left:20%;
    width:80%;
    padding:5px;
    text-align:left;
    float:right;
}

.row0 {
    background-color: #F4F4F4;
    font-size=80%;
}

tr.row0:hover {
    background-color: #ffff00;
}

.row1 {
    background-color: #EEEEEE;
}

tr.row1:hover {
    background-color: #ffff00;
}

tr.bold {
    font-weight:bold;
}

td.small {
     font-size:10px;
}
th.small {
     font-size:10px;
     font-weight:bold;
}

#section_menu_sections {
	height:120px;
	overflow:auto;
	width: 100%;
	float: left;
	display:block;
}

#section_menu_options {
	position:relative;
}

.section_menu_options {
	float:left;
	clear:left;
	width:100%;
}

.section_menu_select_options {
	height:120px;
	overflow:auto;
	width: 100%;
	float: left;
	display:block;
	padding: 10px 0 0;
}

.section_menu_select_options li {
	margin-left: 10px;
}

.section_menu_select_options li span {
	display: inline-block;
}

#section_menu_inherit {
	margin-bottom:10px;
}
.editor_page {
	background: transparent; 
	margin: 0; 
	padding: 0;
}
.editor {
	border-top-width: 0px;
}
.cms_edit_block {
	float:right;
	padding-left:4px;
}

/* moved gridl3 rules to vbcms-layout.css */

/*

*/
/* Added to get around the yui text-align:center */
body {
text-align:left;
}

.commentrow { display:block; clear:both; margin-bottom: 10px; padding-left: 80px; }

.commenthead { width: 100%; background: #f1f3f8; padding: 5px 0; border-bottom: 1px dotted #d8d8d8; }
.smallusername { padding-left: 10px; }
.commentcontents { width: 100%; }
.commenttext { padding: 5px 0; margin-left: 10px; font-size: 11px; }

/* Table tag */
table.wysiwyg_dashes
{
	border-collapse: collapse;
}

td.wysiwyg_dashes_td
{
	border: 1px dotted gray;
	padding: 3px;
}
	
table.wysiwyg_cms_table_grid
{
	border-collapse: collapse;
}

td.wysiwyg_cms_table_grid_td
{
	border: 1px solid gray;
}

table.wysiwyg_cms_table_outer_border
{
	border-collapse: collapse;
	border: 1px solid gray;
}

.post_avatar_container {
	float:right;
}
.post_avatar {
	max-height:48px;
	max-width:48px;
	border:none;
}
.cms_clear {
	clear:both;
}
h1.cms_article_title, h2.cms_article_title {
	margin-bottom:0px;
}
.article_username_container {
	float: left;
	clear: right;
	margin-top: 6px;
}
.article_tags span, .article_tags ul {
	display: inline-block;
}
.cmslinks {
/*	background:  none   ;
	border-top: 1px solid ; */
	padding: 0 0 10px;
	text-align: left;
	color: #CAE784;
	font-size: 11px;
/*        margin-top: 20px; */
/*        margin-bottom: 20px; */
        clear:both;
}
/* fix yui */
#doc3 {
margin: auto 0;
}
/*edit box*/
.mainedit .editor_textbox iframe {
height: 400px;
}
.cms_sections_body a, .cms_sections_body a:hover {
color: #425769;
}
h2.section_header {
padding-left: 0;
}
h2.section_header img {
position: relative;
top: 2px;
}

.vbcms_content {
   margin-top:1em;
}
#cms_content_list .cms_separator:first-child {
border-top: 0;
}
a.view_all {
font-weight:bold;
text-decoration: underline;
} 