﻿
* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }

/* ***************************************
	RESET BASE STYLES
*************************************** */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button { 
	margin:0; 
	padding:0; 
}

table {	
	border-collapse:collapse; 
	border-spacing:0; 
}

fieldset, img, button { 
	border:0; 
}

address,caption,cite,code,dfn,th,var { 
	font-style:normal;
	font-weight:normal; 
}

ul {
	list-style: none outside none;
}
ol {
	list-style: decimal outside none;
}

em, i {
	font-style:italic;
}

caption, th { 
	text-align:left; 
}

h1, h2, h3, h4, h5, h6 { 
	font-size:100%; 
	font-weight:normal; 
}

/* DAMON: I added these header sizing rules back in. Check to make sure they don't blow anything up :-) */
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

q:before, q:after {	
	content:''; 
}

abbr, acronym { 
	border:0; 
}

a {outline: none;} /* =remove outlines in Firefox*/

/* ***************************************
	DEFAULTS
*************************************** */


body {
	text-align:left;
	margin:0 auto;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
    line-height:1.8em;
    background:#f0f0f0;
    word-wrap: break-word;
}
a {
	color: #0069B0;  /*#2D51B0;*/ 
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
}
a:visited {
	color: #662d91; 
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0px 0px 15px 0;
    font-size:1.2em;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
        _padding-left: 30px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
}

dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: 0 0 1em 1em;
	padding: 0;
}
pre, code {
	font-family:Monaco,"Courier New",Courier,monospace;
	font-size:12px;
	background:#EBF5FF;
	overflow:auto;
	
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	
}
code {
	padding:2px 3px;
}
pre {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
}
blockquote {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
	background:#EBF5FF;
	border:none !important;
}    
blockquote p {
	margin:0 0 5px 0;
}

strong,b { font-weight: bold; }


/* ***************************************
	DEFAULTS for LANGUAGES
*************************************** */

body.ja {
    font-family: Meiryo, "MS PGothic","Osaka",Arial,sans-serif;
}

body.zh {
    font-family: "宋体","Arial Narrow";
}

body.ko {
    font-family: Gulim, "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

body.tw {
    font-family: Arial, "新細明體", "細明體", Helvetica, sans-serif;
}

/* ***************************************
    PAGE LAYOUT - MAIN STRUCTURE
*************************************** */
#layout_header {
   margin:10px auto 0;
   width:976px;
   height:30px;
   clear:both;
   height:1%;
}

#layout_header:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#page_container {
    background:#23408e;
    min-width: 976px;
}

#page_wrapper {
	margin: 0 auto;
	background: #CCCCCC;
    background:#f0f0f0;
    z-index:100000;
    padding-top:24px;
    padding-bottom:25px; 
}
#page_wrapper p.even a.strong {
	color: #000;
}	
#page_wrapper a.strong {
	font-weight: bold;
}
#wrapper_header {
	margin:0;
/*	padding:10px 20px 20px 0px; */
}
#wrapper_header h1 {
	margin:10px 0 0 0;
	letter-spacing: -0.03em;
}
#layout_canvas {
	margin:0 auto;
	width:978px;
	min-height: 500px;
}
/* ***************************************
    HEADER1 - Music
*************************************** */

#layout_clear_header {
	margin: 0 auto;
	width:976px;
	height:1%;
	display: inline;
}

#layout_clear_header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#layout_clear_header_logo_name {
	clear:both;
}

#layout_clear_header #layout_clear_header_logo h1 {
    margin-left:24px;
    margin-top:20px;
}

#layout_clear_header #layout_clear_header_name h1 {
    margin-right:24px;
    margin-top:20px;
}

#layout_clear_header_logo {
   float:left;
}

/*
	Only for IE6, only for the header logo and header name imgs.
*/
* html #layout_clear_header_logo img,
* html #layout_clear_header_name img, {
	behavior: url("/iepngfix.php");
}

#layout_clear_header_name {
   float:right;
}

#layout_clear_header h1 {
	float:left;
    margin-left:24px;
    margin-top:31px;
}

#layout_clear_header h1 a {
}

.cv #layout_clear_header h1 a {
}

.mxg #layout_clear_header h1 a {
}

/* DAMON question: What is the clearvale_logo div used for? */
.cv #clearvale_logo {
	position:absolute;
	top:31px;
	height:60px;
	display:none;
	width:976px;
	background: url(https://plusrsc.clearvale-apj.com//mod/theme_clear/graphics/cv-logo.png) no-repeat top;
}

.mxg #clearvale_logo {
	position:absolute;
	top:31px;
	height:60px;
	display:none;
	width:976px;
	background: url(https://plusrsc.clearvale-apj.com//mod/theme_clear/graphics/mxg-logo.png) no-repeat top;
}

.mxg #clearvale_logo, .cv #clearvale_logo {
}

#site_name_desc {
    margin: 0;
    font-weight: bold;
    color:#FFFFFF;
	float:right;
	margin-right:24px;
	margin-top:20px;
	width:500px;
	text-align:right;
}

#site_name {
	display:block;
}

#site_name_desc a {
    color:#fff;
}

#site_name a {
	font-size: 24px;
	line-height: 24px;
	padding: 0;
	text-align: right;
}

#site_desc {
    font-size: 14px;
	padding: 0;
	right:24px;
	margin-top: 5px;
	text-align: right;
}

/* Top menu */
#menu_inner {
}
#menu a:active { outline: none; }
#menu a:focus { -moz-outline-style: none; }
#menu a {
	float:left;
	margin:0 3px 0 0;
	padding:0 13px 2px;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
    line-height:30px;
    display:block;
    color:white;
}
#menu_inner a { cursor: pointer; }

/* NOTE: Need to create disabled styles. */
/*#menu a.disabled span { color:#ff6600; }
#menu a.disabled { color:#ff6600; }
#menu a.disabled:hover { color:#ff6600; }
#menu a.disabled:hover span { color:#ff6600; }
*/

#menu a:hover {
}

#menu a.selected {
	background:#f0f0f0;
    color:#333;
}

#menu a span {
	font-weight:bold;	
}

#menu a span.smallfont { font-size: 12px } 



/* canvas layout: 1 column, no sidebar */
#one_column {
/* 	width:928px; */
	margin:0;
	min-height: 360px;
	background: #eeeeee;
	padding:0 10px 20px 10px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

/* canvas layout: 2 column left sidebar */
#two_column_left_sidebar {
	margin:0;
	padding:0px;
    position:relative;
}

#two_column_left_sidebar_maincontent {
	background: #fff;
	padding:24px 32px;
    border:1px solid #ccc;
    height:1%;
    min-height:300px;
}

#two_column_left_sidebar_maincontent form input[type="submit"]{
	background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x scroll 0 0 transparent !important;
    color: #FFFFFF !important;
}

.shaded #two_column_left_sidebar_maincontent {
	background: transparent;
	padding:0;
    border:none;
   /* margin:-8px; */
   /* width:992px; */
	width:100%;
}


/* IE6 hack */
* html .shaded #two_column_left_sidebar_maincontent {
	margin: -8px 0 0 0;
}

#two_column_left_sidebar_maincontent:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#ad_column {
	margin:0 auto 16px;
    width:728px;
}

#ad_column iframe {
    border:1px solid #ccc;
    width:728px;
    height:90px;
    background:white;
}

#ad_column h2 {
	font-size:120%;
    color:#999;
    margin-bottom:5px;
}



#two_column_left_sidebar_maincontent_boxes {
	margin:0 0px 20px 20px;
	padding:0 0 5px 0;
	width:718px;
	background: #dedede;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	float:left;
}
#two_column_left_sidebar_boxes {
	width:210px;
	margin:0px 0 20px 0px;
	min-height:360px;
	float:left;
	padding:0;
}
#two_column_left_sidebar_boxes .sidebarBox {
	margin:0px 0 22px 0;
	background: #dedede;
	padding:4px 10px 10px 10px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#two_column_left_sidebar_boxes .sidebarBox h3 {
	padding:0 0 5px 0;
	font-size:1.25em;
	line-height:1.2em;
	color:#0054A7;
}

span.contentIntro p {
	margin:0 0 0 0;
}
.notitle {
	margin-top:10px;
}

/* canvas layout: widgets (profile and dashboard) */
#widgets_left {
	width:314px;
	margin:0px 5px 0 0;
}
#widgets_middle {
	width:314px;
	margin:0;
}
#widgets_right {
	width:314px;
}

#widget_table td {
	border:0;
	padding:0;
	margin:0;
	text-align: left;
    vertical-align:top;
}

/* IE6 fixes */
* html #profile_info_column_left {
	margin:0 10px 0 0;
	width:200px;
}
* html #dashboard_info { width:585px; }
/* IE7 */
*:first-child+html #profile_info_column_left { width:200px; }

* html #two_column_left_sidebar {
	width:220px;
	margin:0px 0px 20px 0;
}
* html #two_column_left_sidebar_maincontent {
width:700px;	margin:0px 0px 20px 20px;
}
* html a.toggle_customise_edit_panel { 

}


/* ***************************************
	SPOTLIGHT
*************************************** */

#layout_spotlight {
	margin:20px 0 20px 0;
	padding:0;
	background: white;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#wrapper_spotlight {
	margin:0;
	padding:0;
	height:auto;
}


#wrapper_spotlight #spotlight_table h2 {
	color:white;
	font-size:1.25em;
	line-height:1.2em;
}
#wrapper_spotlight #spotlight_table li {
	list-style: square;
	line-height: 1.2em;
	margin:5px 20px 5px 0;
	color:white;
}
#wrapper_spotlight .collapsable_box_content  {
	margin:0;
	padding:10px 10px 5px 10px;
	min-height:60px;
	border:none;
	border-top:1px solid #cccccc;
}
#spotlight_table {
	margin:0 0 2px 0;
}
#spotlight_table .spotlightRHS {
	float:right;
	width:270px;
	margin:0 0 0 50px;
}
/* IE7 */
*:first-child+html #wrapper_spotlight .collapsable_box_content {
	width:958px;
}
#layout_spotlight .collapsable_box_content p {
	padding:0;
	color:white;
}
#wrapper_spotlight .collapsable_box_header  {
	border: none;
	background: none;
}


/* ***************************************
  USER LIST (ADMIN)
*************************************** */
.admin_userlist_prompt p {
	margin:10px;
}
.admin_userlist {
	padding:5px;
}
.admin_userlist th {
	padding:5px;
	font-weight:bold;
}
.admin_userlist td {
	padding:5px;
}

/* ***************************************
  TAB BAR
*************************************** */
table.tab_bar {
	display:block;
	white-space:nowrap;
}
table.tab_bar td {
	padding:5px 10px;
    font-size:1.1em;
    font-weight:bold;
}
table.tab_bar td a {
	color:#333;
}
td.tab_on {
	font-weight:bold;
	padding:0.4em;
	text-decoration:none;
	vertical-align:bottom;
	margin-right:10px;
	white-space:nowrap;
	border-top:thin solid #aaa;
	border-left:thin solid #aaa;
	border-right:thin solid #aaa;
}
td.tab_off {
	padding:0.3em;
	background:#eee;
	text-decoration:none;
	vertical-align:bottom;
	margin-right:10px;
	white-space:nowrap;
	border-top:thin solid #ccc;
	border-left:thin solid #ccc;
	border-bottom:thin solid #aaa;
}
td.tab_leading {
	padding:0.3em;
	background:transparent;
	text-decoration:none;
	vertical-align:bottom;
	margin-right:10px;
	white-space:nowrap;
	border-bottom:thin solid #aaa;
}
td.tab_trailer {
	padding:0.3em;
	background:transparent;
	text-decoration:none;
	vertical-align:bottom;
	margin-right:10px;
	white-space:nowrap;
	border-bottom:thin solid #aaa;
	border-left:thin solid #ccc;
}

/* ***************************************
	FOOTER
*************************************** */
#layout_footer {
    width: 976px;
    margin:0 auto;
    padding-bottom:30px;
    clear:both;
    text-align:center;
}

#layout_footer table td {
	border:none;
}
#layout_footer a, #layout_footer p {
   color:#666;
   margin:0;
}

#layout_footer small {
}

#layout_footer a:hover {
	text-decoration:underline;
}


/* ***************************************
  HORIZONTAL ELGG TOPBAR
*************************************** */
#elgg_topbar {
    color:#CCCCCC;
    float:right;
    margin-top:5px;
    margin-right:24px;
    font-size:11px;
    font-weight:bold;
}

#elgg_topbar a {
    color:#ccc;
}

#elgg_topbar small {
	font-size:100%;
}

#elgg_topbar div {
	float:left;
    padding-top:2px;
}

#elgg_topbar #elgg_topbar_container_search {
	padding-top:0;
    background:white;
    padding-right:0;
    border:1px solid #666;
}

#elgg_topbar_container_right a, #elgg_topbar_container_feedback a, 
#elgg_topbar_container_editprofile a,
#elgg_topbar_container_onlinehelp a {
	border-left:1px solid #ccc; 
    padding-left:8px;
    margin-left:8px;
    height:10px;
}

#elgg_topbar_container_left, #elgg_topbar_container_right {
	margin-right:10px;
}

.search_input {
	width:103px;
    font-size:11px;
    line-height:16px;
    vertical-align:top;
    background-color:white;
}

#searchform input {
	/* border:none; */
}

#searchform input[type="image"] {
	padding: 0;
	border: none;
	background: transparent;
    vertical-align:middle;

}

#elgg_topbar_container_mail a.privatemessages {
	background:transparent url(https://plusrsc.clearvale-apj.com/_graphics/toolbar_messages_icon.png) no-repeat left 4px;
	height:16px;
	padding:2px 0 2px 20px;
	cursor:pointer;
    margin-left:10px;
}
#elgg_topbar_container_mail a.privatemessages:hover {
	background-position:left -15px;
}
#elgg_topbar_container_mail a.privatemessages_new {
	background:transparent url(https://plusrsc.clearvale-apj.com/_graphics/toolbar_messages_icon.png) no-repeat left -34px;
	height:16px;
	padding:2px 0 2px 20px;
	cursor:pointer;
    margin-left:10px;
}

/* ***************************************
	DROP DOWN MENU
*************************************** */

div.dropdown_menu_normal {
	display:none;
}

div.dropdown_menu_hover {
	display:inline;
	position:absolute;
}

div.dropdown_menu {
	float:left;
	height:21px;
	padding-right:10px;
	position:relative;
	/* left:160px; */
	text-align:left;
}

.dropdown_menu p {
	font-size: 11px;
	padding:0px;
}

.dropdown_menu table {
	margin:0px;
	padding:0px;
	font-weight:bold;
	background:#333333;

	position:absolute; 
	top:-10px;
	z-index:1000;
}

.dropdown_menu td {
	border-left:1px solid #cccccc;
	border-right:1px solid #000000;
	color:#333333 !important;
	padding:2px 6px 2px 6px !important;
	background: #cccccc !important;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #000000;
}

.dropdown_menu a,
.dropdown_menu a:visited  {
	text-decoration:none;
}

.dropdown_menu a:hover  {
	color:white;
}

#elgg_topbar #topbar_dropdown_sitelist a {
	color: black;
}
#elgg_topbar #topbar_dropdown_communitylist a {
	color: black;
}
#elgg_topbar #topbar_dropdown_userlist a {
	color: black;
}

/* ***************************************
	TOP BAR - VERTICAL TOOLS MENU
*************************************** */
/* elgg toolbar menu setup */
ul.topbardropdownmenu, ul.topbardropdownmenu ul {
	margin:0;
	padding:0;
	display:inline;
	float:left;
	list-style-type: none;
	z-index: 9000;
	position: relative;
}
ul.topbardropdownmenu {
	margin:0pt 20px 0pt 5px;
}
ul.topbardropdownmenu li { 
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
ul.topbardropdownmenu a {
	display:block;
}
ul.topbardropdownmenu ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
/* IE6 fix */
* html ul.topbardropdownmenu ul {
	line-height: 1.1em;
}
/* IE6/7 fix */
ul.topbardropdownmenu ul a {
	zoom: 1;
} 
ul.topbardropdownmenu ul li {
	float: none;
}   
/* elgg toolbar menu style */
ul.topbardropdownmenu ul {
	width: 150px;
	top: 24px;
	border-top:1px solid black;
}
ul.topbardropdownmenu *:hover {
	background-color: none;
}
ul.topbardropdownmenu a {
	padding:3px;
	text-decoration:none;
	color:white;
}
ul.topbardropdownmenu li.hover a {
	background-color: #4690d6;
	text-decoration: none;
}
ul.topbardropdownmenu ul li.drop a {
	font-weight: normal;
}
/* IE7 fixes */
*:first-child+html #elgg_topbar_container_left a.pagelinks {

}
*:first-child+html ul.topbardropdownmenu li.drop a.menuitemtools {
	padding-bottom:6px;
}
ul.topbardropdownmenu ul li a {
	background-color: #999999;/* menu off state color */
	font-weight: bold;
	padding-left:6px;
	padding-top:4px;
	padding-bottom:0;
	height:22px;
	border-bottom: 1px solid white;
}
ul.topbardropdownmenu ul a.hover {
	background-color: #333333;
}
ul.topbardropdownmenu ul a {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#topbardropdownmenu, #topbardropdownmenu ul {
	margin:0;
	padding:0;
	display:inline;
	float:left;
	list-style-type: none;
	z-index: 99999;
}
#topbardropdownmenu {
	margin:0pt 15px 0pt 5px;
}
#topbardropdownmenu ul {
	/* width:134px; */
}
/* Tools link in top menu */
#topbardropdownmenu a, #topbardropdownmenu a:visited {
	display:block;
	padding:3px 13px 3px 3px;
	text-decoration:none;
	color:white;
}
#topbardropdownmenu li ul a {
	width:120px;
	height:auto;
	float:left;
}
#topbardropdownmenu li ul a:hover {
	color:white;
}
/* menu list items */
#topbardropdownmenu li {float:left; position:relative; background:#333333;}
#topbardropdownmenu ul a {
	border-left:1px solid #cccccc;
	border-right:1px solid #000000;
	color:#333333 !important;
	padding:2px 6px 2px 6px !important;
	background: #cccccc !important;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #000000;
}

/* IE7 */
#topbardropdownmenu li:hover {position:relative;}
/* Make the Tools nav color persist */
#topbardropdownmenu li:hover > a {color:white;background: #333333 url(https://plusrsc.clearvale-apj.com/_graphics/toolbar_arrow.png) no-repeat right -18px;}
#topbardropdownmenu li ul {display:none;width:134px !important;}
#topbardropdownmenu li:hover > ul {
	display:block;
	position:absolute; 
	top:-11px;
	left:80px;
	padding:10px 30px 30px 30px;
	background:transparent url(https://plusrsc.clearvale-apj.com/_graphics/spacer.gif); 
	/* width:134px; */
}
/* Position the first sub level beneath the top level links */
#topbardropdownmenu > li:hover > ul {
	left:-30px;
	top:16px;
}
#topbardropdownmenu li a:active, #topbardropdownmenu li a:focus {
	background:#333333;
	color:white;
}
#topbardropdownmenu li.drop {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/toolbar_arrow.png) no-repeat right 9px;	
}
/* dropdown list links hover */
#topbardropdownmenu li.drop ul li a:hover {
	color:white !important; 
	background: #333333 !important;
	border-left:1px solid #666666;
	border-top:1px solid #666666;	
}
/* IE6 ONLY - make the sublevels appear */
* html #topbardropdownmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(https://plusrsc.clearvale-apj.com/_graphics/spacer.gif);}
#topbardropdownmenu li a:hover ul {visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;}
#topbardropdownmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:99999; font-size:1em;}
* html #topbardropdownmenu li.drop {background: url(https://plusrsc.clearvale-apj.com/_graphics/toolbar_arrow_ie.gif) no-repeat right 9px;}
* html #topbardropdownmenu li a:hover {position:relative; background:#333333 url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/toolbar_arrow_ie.gif) no-repeat right -18px;}

#guest_language_selector {
	padding-left: 7px;
/*	position: absolute; */
/*	right: 42px; */
/*	top: 15px; */
}

#guest_language_selector select {
	font-size: 11px;
	color: #666666;
}
/* ***************************************
  SYSTEM MESSSAGES
*************************************** */
.messages {
    background:#ccffcc;
    color:#000000;
    padding:3px 10px 3px 10px;
    z-index: 8000;
	margin: 0 0 0 -465px;
	position:absolute;
	left:50%;
	top:60px;
	width:900px;
	border:4px solid #00CC00;
	cursor: pointer;
}
.messages_notify {
    background:#ccffcc;
    color:#000000;
    padding:3px 10px 3px 10px;
    z-index: 9999;
	margin: 0 0 0 -465px;
	position:absolute;
	left:50%;
	top:60px;
	width:900px;
	border:4px solid #00CC00;
	cursor: pointer;
}
.messages_error {
    border:4px solid #D3322A;
    background:#F7DAD8;
    color:#000000;
    padding:3px 10px 3px 10px;
    z-index: 8000;
	margin: 0 0 0 -465px;
	position:absolute;
	left:50%;
	top:60px;
	width:900px;
	cursor: pointer;
}
.closeMessages {
	float:right;
	margin-top:17px;
}
.closeMessages a {
	color:#666666;
	cursor: pointer;
	text-decoration: none;
	font-size: 80%;
}
.closeMessages a:hover {
	color:black;
}

/*********************************
  Push popup notification
*********************************/
.notify-corner {
  position: fixed;
  margin: 5px;
  z-index: 1050;
}

.message-push {
	width: 280px;
	background-color: #ffffff;
	border-bottom: 0;
	padding-bottom: 1px;
	margin-top: 5px;
	display: none;
}

.message-push-header {
	background: #4e69a2;
	border: 1px solid #2e4588;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-left-radius: 3px; 
	border-top-right-radius: 3px;
	position: relative;
}

.message-push-header-title {
	font-family: helvetica, arial, 'lucida grande', sans-serif;
	font-size: 13px;
	color: #fff;
	margin: 3px 8px 3px;
	height: 16px;
	background: url('/_graphics/toolbar_messages_icon.gif') no-repeat;
	background-position: 0% 104%;
}

.message-push-header-title-text {
    margin-left: 25px;
    margin-right: 15px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
}

.message-push-header-close {
	border: 0;
	float: right;
	height: 16px;
	width: 16px;
	margin-top: 4px;
	margin-right: 3px;
	
	background: url('/_graphics/icon_customise_remove.png') no-repeat;
}

.message-push-header-close:hover {
	background-position: 0% 113%;
}

.message-push-body {
	margin: 8px 3px 8px 8px;
	overflow: hidden;
	word-break: break-all;
    line-height: 1.5em !important;
  	width: 269px;
  	
}


/* ***************************************
  COLLAPSABLE BOXES
*************************************** */

.collapsable_box {
	margin: 0 8px 16px 8px;
}

/* IE6 hack */
* html .collapsable_box  { 
	margin: 0 0 16px 8px;
}

/* IE6 fix */
* html .collapsable_gg  { 
	height:10px;
}
.collapsable_box_header {
        padding: 5px;
        border-bottom:1px solid #ccc;
        margin-bottom:-1px;
}

/* IE6 hack */
* html .collapsable_box_header  {
	margin-right: 8px;
	margin-bottom: 0;
}

.collapsable_box_header h1 {
    color: #669933;
    font-size:14px;
}
.collapsable_box_content {
	padding: 16px;
	margin:0;
	height:auto;
	border:1px solid #CCCCCC;
    background:white;
    font-size:1.2em;
    height:1%;
}

* html .collapsable_box_content {
	width: 100%;
	overflow: hidden;
}


.collapsable_box_content h3 {
	margin-bottom:5px;
}
.shaded .collapsable_box_content {
    border:none;
    padding:0;
    background:transparent;
    margin:-9px -8px -8px -8px;
/*    width:314px;*/
}
.collapsable_box_content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.collapsable_box_content p {
    font-size:1em;
}
.collapsable_box_content a.action_link {
	clear:both;
	color:blue;
	text-align:right;
	right:30px;
}
.collapsable_box_content a.add_action_link {
	clear:both;
	background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x 0 0;
	color:#FFF;
	text-align:right;
	right:30px;
}
.collapsable_box_content a.action_link:hover {
}
.collapsable_box_content div.action_link_wrapper {
	clear: both;
}

.action_link_wrapper span.left {
  float: left;
}

.action_link_wrapper span.right {
  float: right;
}

.collapsable_box_editpanel {
	display: none;
	background: #ccc;
	color:#333333;
	padding:5px 10px 5px 10px;
}
.collapsable_box_editpanel p {
	margin:0 0 5px 0;
}
.collapsable_box_editpanel input[type="submit"], .collapsable_box_editpanel input[type="button"] {
	background: #999;
}
.collapsable_box_header a.toggle_box_contents {
	color: #666666;
	cursor:pointer;
	font-size:18px;
	font-weight: bold;
	text-decoration:none;
	float:right;
	margin: 0 0 -1px;
    background:red;
    padding:0 4px 5px;
    line-height:10px;
    background:#b4b4b4;
}

.collapsable_box_header a.toggle_box_contents:hover {
	background:#999;
}	

.collapsable_box_header a.max {
	font-size:14px;
    padding:2px 3px 2px;
}

.collapsable_box_header a.toggle_box_edit_panel {
	color: #666666;
	cursor:pointer;
	font-size:10px;
	/* text-transform: uppercase; */
	text-decoration:none;
	font-weight: normal;
	float:right;
	margin: 1px 7px 0 0;
}
.collapsable_box_header a.toggle_box_edit_panel:hover {
	color:#000;
}
.collapsable_box_editpanel label {
	font-weight: normal;
	font-size: 100%;
	color:#333333;
}
.collapsable_header_icon {
	margin-left:-26px;
	margin-top:-6px;
	position:absolute;
}

/* used for collapsing a content box */
.display_none {
	display:none;
}
/* used on spotlight box - to cancel default box margin */
.no_space_after {
	margin: 0 0 0 0;
}



/* ***************************************
	GENERAL FORM ELEMENTS
*************************************** */
label {
	font-weight: bold;
	color:#333333;
	font-size: 120%;
}
input {
	font-size: 120%;
	padding: 3px;
	border: 1px solid #cccccc;
	color:#666666;
}
textarea {
	font-size: 120%;
	border: solid 1px #cccccc;
	padding: 3px;
}
textarea:focus, input[type="text"]:focus {
	border: solid 1px black;
	background: white;
	color:#333333;
}

input[type="submit"], input[type="button"] {
	background: #ccc;
    font-weight:bold;
    color:black;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align:middle;
}

input[type="checkbox"] {
	margin-left: 0px;
	margin-right: 5px;
}


.submit_button {
	padding: 5px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
	background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x 0 0 !important;
	color:#FFF !important;
}

.primary_button {
    background: url(https://plusrsc.clearvale-apj.com/_graphics/bg_btn_primary.jpg) repeat-x scroll 0 0 transparent;
}

.cancel_button {
	font-weight: bold;
	font-size:12px;
	color: #666666;
	background:#E9E9E9;
	width: auto;
	padding: 4px 10px 6px 10px;
	margin:10px 0 10px 10px;
	cursor: pointer;
	background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/bg_btn.jpg) repeat-x 0 0 !important;
}

.cancel_button:hover {
	background: #BFBFBF;
}


.add_button {
	background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x 0 0 !important;
	color: #FFF !important;
}

.input-text,
.input-tags,
.input-url,
.input-textarea {
	width:80%;
}
.branding-input .input-textarea {
    height: 100px;
}
.branding-input {
    padding-bottom: 6px;
}
.branding-table td{
    vertical-align: middle; 
	height: auto;
	padding: 2px;
}
.input-textarea {
	height: 120px;
    margin-bottom:15px;
    display:block;
}

.select_wide {
	width: 80%;
}

.input-radio {
	border:none;
	text-align:left;
	vertical-align:top;
	margin:2px 5px 2px 5px;
}

.input-checkboxes {
	border:none;
	text-align:left;
	vertical-align:top;
	margin:2px 5px 2px 5px;
}

.input-openid-icon {
    background: url("https://plusrsc.clearvale-apj.com/_graphics/openid-small.ico") no-repeat scroll 0 50% #FFFFFF;
    color:#000000;
    padding-left:18px;
    width:400px;
    text-transform:lowercase;
}

input[class="input-openid-icon"]:focus {
	border: solid 1px black;
	background: url("https://plusrsc.clearvale-apj.com/_graphics/openid-small.ico") no-repeat scroll 0 50% #FFFFFF;
	color:#333333;
}

/* ***************************************
	LOGIN / REGISTER
*************************************** */
#login-box {
    background:white none repeat scroll 0 0;
	float:right;
	margin: 0 0 20px;
	padding:16px;
	width: 400px;
	/* background: #dedede; */
	/* -webkit-border-radius: 8px; */ 
	/* -moz-border-radius: 8px; */
	text-align:left;
	width:368px;
}
#login-box form p,
#register-box form p {
    font-size:11px;
	padding:10px;
}
#login-box h2 {
	color:#0054A7;
	font-size:1.35em;
	line-height:1.2em;
	margin:0 0 0 8px;
	padding:5px 5px 0 5px;
}
#login-box .login-textarea {
	font-size:12px;
	padding:6px;
	width:155px;
    background:white;
}
#register-box .general-textarea {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#F8F8F8;
	font-size:12px;
	padding:6px;
	width:284px;
}
#login-box .login-textarea:focus,
#register-box .general-textarea:focus {
	color:#333333;
	border: solid 1px black;
}
#login-box label,
#register-box label {
	color:#666666;
	font-size:12px;
}
#login-box p.loginbox {
	margin:10px 0 0 0;
}
#login-box .logininput {
	margin-left:10px;
    font-size:1.2em;
    margin-bottom:8px;
}
div.invite-only {
    margin-left:10px;
    width:310px;
    font-size:1.2em;
    margin-top:8px;
}
#login-box input[type="text"],
#login-box input[type="password"] {
	margin:0 0 10px;
	width:284px;
}

* html #login-box input.login-textarea, 
#login-box input.general-textarea,
#register-box input.login-textarea,
#register-box input.general-textarea
{
	margin:0 0 10px;
	width:284px;
}

#join_link {
    background:#ccc none repeat scroll 0 0;
	color:black;
	width:10px;
	padding:5px 10px;
	font-size: 12px/100%;
	font-weight: bold;
}
#newmenber{
    padding-bottom:8px;
	padding-top:5px;
	color:#666666;
	font-size:12px;
	font-weight:bold;
}
#register-box input[type="text"],
#register-box input[type="password"] {
	margin:0 0 10px 0;
	width:284px;
}

#login-box-openid {
	margin: 10px;
    text-align:left;
    padding:10px;
    background: #ffffff;
    margin:10px 0 0 0;
}
input.openid_login {
	font-size: 120%;
	padding: 5px;
	border: 1px solid #cccccc;
	color:#666666;
	background: url("https://plusrsc.clearvale-apj.com/_graphics/openid-small.ico") no-repeat scroll 0 50% #FFFFFF;
	width:284px;
	padding-left:18px;
    text-transform:lowercase;
}
input.openid_login:focus {
	border: solid 1px black;
	background: url("https://plusrsc.clearvale-apj.com/_graphics/openid-small.ico") no-repeat scroll 0 50% #FFFFFF;
	color:#333333;
}

#login-box h2,
#login-box-openid h2,
#register-box h2 {
    border-bottom:1px solid #CCCCCC;
    color:#669933;
    font-size:1.8em;
    margin-bottom:0;
    padding-bottom:4px;	
}
#add-box h2,
#forgotten_box h2 {
	color: #333333;
	font-size:1.35em;
	line-height:1.2em;
	margin:0pt 0pt 10px;
	padding:0px 0 5px;
	border-bottom: 1px solid #cccccc;
}
#register-box {
    background:white none repeat scroll 0 0;
	float:right;
	margin:0 0 20px;
	padding:0;
	text-align:left;
	width:331px; 
    padding:20px;
    background: #ffffff;
    margin:20px;
}
#gapps-login-icon {
	margin: 20px 0 20px 15px;
}
#gapps-logout-confirm {
	text-align: center;
}
#gapps-logout-confirm h2 {
	font-weight: bold;
	font-size: 1.8em;
}
#gapps-logout-confirm a {
	padding: 0px 40px 0px 40px;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
}
#network-intro {
	background:white none repeat scroll 0 0;
	float:left;
	margin:0 20px;
	padding:0;
	text-align:left;
	width:525px;
}
#network-intro p {
	margin-top:20px;
	padding:0 16px;
}

#ecositeloginlist {
	background:white none repeat scroll 0 0; 
	float:left; 
	margin:20px 0 20px; 
	padding:20px; 
	text-align:left; 
	width:500px;
}

#branding-box {
    text-align:left;
	float: right;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
    width:525px;
    padding:10px;
    background: #EEEEEE;
    margin:10px;
}
#welcome-message {
    padding-top:20px;
}
#persistent_login {
	padding:0 10px 0 10px;
}
#persistent_login label {
	font-size:1.0em;
	font-weight: normal;
}
/* login and openID boxes when not running custom_index mod */
#two_column_left_sidebar #login-box {
	width:auto;
	background: none;
}
#two_column_left_sidebar #login-box form {
	width:auto;
	margin:10px 10px 0 10px;
	padding:5px 0 5px 10px;
}
#two_column_left_sidebar #login-box h2 {
	margin:0 0 0 5px;
	padding:5px 5px 0 5px;
}
#two_column_left_sidebar #login-box .login-textarea {
	width:158px;
}
#forgotten_box {
	width:600px;
	padding:0 10px 0 10px;
}
#forgotten_box .input-text {
	width:340px;
}


/* ***************************************
	MAIN CONTENT ELEMENTS
*************************************** */
/* title within main content area */
.page_title {
	padding:0px 10px 20px 0px;
}


.elggtoolbar .elggtoolbar_header h1 {
	color: #333333;
	font-size:1.25em;
	line-height: 1.2em;
}




/* ***************************************
	PROFILE
*************************************** */
#profile_info_wrapper {
	width: 700px;
	margin: 0 20px 0 0;
	float: left;
	}
#profile_info_width_topbar {
	width: 699px;
	float: left;
	padding: 0 0 20px 0;	
	border-bottom: 1px solid #ccc;
	}
#profile_info_width {
	width: 669px;
	float: left;
	padding: 10px 0 20px 30px;	
	border-bottom: 1px solid #ccc;
	background: #fff;
	}
#profile_info_width h1 {
	font-size: 27px;
	font-weight: bold;
	line-height: 100%;
	}
	
#profile_info_width #comm_photo_main {
	padding: 20px 15px 0 0;
	float: left;
	clear: left;
	font-size: 11px;
	}
#profile_info_width #comm_photo_main img {
	max-width: 200px;	
	border: 1px solid #999;
	}
#profile_info_width #comm_photo_main h2 {
	font-weight: bold;
	font-size: 1.2em;
	padding: 7px 0;
	}	
#profile_info_width #comm_photo_main li.right {
	float: right;
	}

#profile_info_width #activity_points {
	/*border: 1px solid #ccc;*/
	padding: 5px;
	width: 140px;
	
	}	
#profile_info_width #activity_points ul{
    margin: 0;
    padding-left: 0;
	list-style:none outside none;
}		
#profile_info_width #activity_points li{
	list-style: none;
}	

#profile_info_width #comm_info {
	float: left;
	width: 452px;
	padding: 20px 0 0 0;
	}	
#profile_info_width #comm_info p {
	background: #efefef;
	border: 1px dotted #999;
	padding: 6px 8px;	
	margin: 0 0 15px 0;
	display: block;
	font-size: 12px;
	line-height: 140%;
	}
#profile_info_width #comm_info ul {
	border: 1px dotted #ccc;
	padding: 4px;
	clear: right;
	margin: 0 0 1px 0;
	}
#profile_info_width #comm_info li {
    font-size: 12px;
    display: inline;
	}

#profile_info_width #comm_info li.title {
    font-size: 1.3em; 
	font-weight: bold;
	padding: 0 2px 0 0;
	}		
	
#profile_info_width #comm_info #whatareyouworkingon {
	position: relative;
}	
#profile_info_width #comm_info #whatareyouworkingon #title {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 100%;
	color: #000;
	padding: 0 0 0 5px;
	}	
	
#profile_info_width #comm_info ul#recognition {
	margin: 10px 0 0 0;
	padding: 4px 4px 1px 4px;
	}
#profile_info_width #comm_info ul#recognition li.title {
	float: left;
	font-size: 
	display: block;
	padding: 0 5px 0 0;
	}		

ul.link_row {
	padding: 3px 0 0 0 !important;
	display: block;
	font-size: 11px;
	clear: both;
	border-bottom: 0 !important;
	}
ul.link_row li {
	float: left;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px solid #999;
	list-style: none;
	
	}	
ul.link_row li.last {
	border-right: 0;
	}		
ul.link_row a.download {
	background: url(../images/pdf_icon_13x13.gif) no-repeat 0 0;
	padding: 0 5px 0 18px;
	display: block;
	}

#profile_info {
	margin:0 25px 16px 8px;
	padding:16px;
	background:white;
    border:1px solid #ccc;
}
.shaded #profile_info, .shaded #groups_info {
	padding:0;
    background:transparent;
    border:none;
    margin: 0 10px 10px 0;
}
#profile_info_column_left {
	padding: 0;
	margin:0 20px 0 0;
}
#profile_info_column_middle {
	float:left;
	width:368px;
	padding: 0;
}

/* IE7 hack */
*:first-child+html #profile_info_column_middle {
	margin-left: 20px;
}

#profile_info_column_right {
	width:578px;
	margin:0 0 0 0;
	background:#dedede;
	padding:4px;
}
#dashboard_info {
	margin:0px 0px 0 0px;
	padding:20px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	background:white;
}


#profile_menu_wrapper {
	margin:10px 0 10px 0;
	width:200px;
}
#profile_menu_wrapper p {
	border-bottom:1px solid #cccccc;
}
#profile_menu_wrapper p:first-child {
	border-top:1px solid #cccccc;
}
#profile_menu_wrapper a {
	display:block;
	padding:0 0 0 3px;
}
#profile_menu_wrapper a:hover {
	background:#cccccc;
	text-decoration:none;
}
p.user_menu_friends, p.user_menu_profile, 
p.user_menu_removefriend, 
p.user_menu_friends_of {
	margin:0;
}
#profile_menu_wrapper .user_menu_admin {
	border-top:none;
}

#profile_info_column_middle p {
	margin:0 0 8px 0;
	padding:2px 4px 2px 4px;
}
/* profile owner name */
#profile_info_column_middle h2 {
	padding:0 0 14px 0;
	margin:0;
}
#profile_info_column_middle h2 a {

}
#profile_info_column_middle .profile_status {
	background:#bbdaf7;
	padding:2px 4px 2px 4px;
	line-height:1.2em;
}
#profile_info_column_middle .profile_status span {
	display:block;
	font-size:90%;
	color:#666666;	
}
#profile_info_column_middle a.status_update {
	float:right;	
}
#profile_info_column_right p {
	margin:0 0 7px 0;
}
#profile_info_column_right .profile_aboutme_title {
	margin:0;
	padding:0;
	line-height:1em;
}
/* edit profile button */
.profile_info_edit_buttons {
	float:right;
    margin-bottom:0;
}
.profile_info_edit_buttons a {
	font-size: 12px/100%;
	font-weight: bold;
	color: #ffffff;
	background:#4690d6;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	padding: 2px 6px 2px 6px;
	margin:0;
	cursor: pointer;
}
.profile_info_edit_buttons a:hover {
	background: #0054a7;
	text-decoration: none;
	color:white;
}

.profile_aboutme_title {
	font-size: 1.2em;
}

.aboutme li {
	list-style-type: disc;
}

/* ***************************************
	RIVER
*************************************** */
#river,
.river_item_list {
}
.river_item p {
	margin:0;
	padding:0 0 0 21px;
	line-height:1.1em;
	min-height:17px;
}
.river_item {
	padding: 5px 0 10px;
	margin-bottom: 8px;
	background: url(https://plusrsc.clearvale-apj.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
}
.river_item_time {
	font-size:90%;
	color:#666666;
}
/* IE6 fix */
* html .river_item p { 
	padding:3px 0 3px 20px;
}
/* IE7 */
*:first-child+html .river_item p {
	min-height:17px;
}
.river_user_update {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_object_user_profileupdate {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_object_user_profileiconupdate {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_object_annotate {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/dummy_river_icon.gif) no-repeat left -1px;
}
.river_object_bookmarks_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_bookmarks.gif) no-repeat left -1px;
}
.river_object_bookmarks_comment {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_status_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_status.gif) no-repeat left -1px;
}
.river_object_file_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_files.gif) no-repeat left -1px;
}
.river_object_file_update {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_files.gif) no-repeat left -1px;
}
.river_object_file_comment {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_widget_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px;
}
.river_object_forums_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_forums_update {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_widget_update {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px;	
}
.river_object_blog_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_object_blog_update {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_object_blog_comment {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_forum_update {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_forum_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_forumtopic_update {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_forumtopic_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_user_friend {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_friends.gif) no-repeat left -1px;
}
.river_object_relationship_friend_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_friends.gif) no-repeat left -1px;
}
.river_object_relationship_member_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_thewire_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_thewire.gif) no-repeat left -1px;
}
.river_object_microblog_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_thewire.gif) no-repeat left -1px;
}
.river_group_join {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_groupforumtopic_annotate {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_forumtopic_comment {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_groupforumtopic_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_sitemessage_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;	
}
.river_user_messageboard {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;	
}
.river_object_page_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_pages.gif) no-repeat left -1px;
}
.river_object_page_update {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_pages.gif) no-repeat left -1px;
}
.river_object_page_top_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_pages.gif) no-repeat left -1px;
}
.river_object_page_top_update {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_pages.gif) no-repeat left -1px;
}
.river_object_page_top_comment {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_page_comment {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}

.river_object_photo_create, .river_object_video_create, .river_object_event_calendar_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_files.gif) no-repeat left -1px;
}
.river_object_photo_comment, .river_object_video_comment {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}

.river_object_event_calendar_update {
    background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_object_embedded_comment {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_embedded_create {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_files.gif) no-repeat left -1px;
}
.river_object_embedded_update {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_files.gif) no-repeat left -1px;
}



/* ***************************************
	SEARCH LISTINGS	
*************************************** */
.search_listing {
	display: block;
	padding: 10px 10px;
	margin-bottom: 10px;
	border:1px solid #cccccc;
}

#search_page_title {
   border-bottom:1px solid #CCCCCC;
   font-size:18px;
   font-weight:bold;
   padding:0 0 10px 20px;
}
.columns .search_listing {
    float:left;
    width:29%;
    margin-right:16px;
}

.search_listing .vote_area {
	width:auto;
}

.search_listing .vote_area {
	width:auto;
    height:auto !important;
    padding:0 !important;
}

.search_listing .vote_area p {
	display:inline;
    margin-bottom:0;
}

.search_listing .vote_area p a {
	margin:0;
    padding:0;
    float:none;
    background:transparent;
}

.collapsable_box_content .search_listing {
	display: block;
    float:none;
    width:auto;
    margin-right:0;
	padding: 5px 0 10px;
	margin-bottom: 8px;
    border:none;
	background: url(https://plusrsc.clearvale-apj.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
}

.search_listing_checkbox {
	float:left;
	margin-top: 18px;
}

.search_listing_role_box {
	vertical-align: top;
}

.search_listing_icon {
	float:left;
}
.search_listing_icon img {
	width: 40px;
}
.search_listing_icon .avatar_menu_button img {
	width: 15px;
}
	
.search_listing_info {
	margin-left: 50px;
	min-height: 40px;
}
/* IE 6 fix */
* html .search_listing_info {
	height:40px;
}
.search_listing_info .info_detail, .search_listing_info p {
	margin: 2px 0 3px;
}
.search_listing_info .info_detail {
	font-size: 1.2em;
}
.search_listing_info p a { 
	font-weight:bold;
}
.search_listing_info p a:hover { 
	
}
.search_listing_info p.owner_timestamp a {
	font-weight:normal;
}
.search_listing_info p.owner_timestamp {
	margin:0 0 5px 0;
	padding:0;
	font-size: 90%;
}

table.search_gallery {
	border-spacing: 5px;
	margin:0 0 20px 0;
}
.search_gallery td {
}

.search_gallery_item .search_listing {
	background: none;
	margin-left:auto;
	margin-right:auto;
    width: 100px;
    border:none;
}

.search_gallery_item .search_listing_header {
	text-align: center;
}

.search_gallery_item .search_listing_icon {
	position: relative;
	text-align: center;
}

.search_gallery_item .search_listing_info {
	margin: 5px;
}

.search_gallery_item .search_listing_info p {
	margin: 5px;
	margin-bottom: 10px;
}

.search_gallery_item .search_listing {
	background: none;
	text-align: center;
}

.search_gallery_item .search_listing_icon {
	position: absolute;
	margin-bottom: 20px;
	text-align: center;
}

.search_gallery_item .search_listing_info {
	margin: 5px;
	text-align: center;
}

.search_gallery_item .search_listing_info p {
	margin: 5px;
	margin-bottom: 10px;
}


/* ***************************************
	FRIENDS
*************************************** */
/* friends widget */
#widget_friends_list, .widget_friends_list {
	display:table;
	width:100%;
}
.widget_friends_singlefriend {
	float:left;
	margin:0 4px 5px 0;
}


/* ***************************************
	ADMIN AREA - PLUGIN SETTINGS
*************************************** */
.plugin_details {
	margin:0 10px 5px 10px;
	padding:0 7px 4px 10px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
.admin_plugin_reorder {
	float:right;
	width:200px;
	text-align: right;
}
.admin_plugin_reorder a {
	padding-left:10px;
	font-size:80%;
	color:#999999;
}
.plugin_details h3 {
	color:#333333;
}
.plugin_details a.pluginsettings_link {
	cursor:pointer;
	font-size:80%;
}
.active {
	border:1px solid #999999;
    background:white;
}
.not-active {
    border:1px solid #999999;
    background:#dedede;
}
.plugin_details p {
	margin:0;
	padding:0;
}
.plugin_details a.manifest_details {
	cursor:pointer;
	font-size:80%;
	color:#666666;
	text-decoration:underline;
}
.plugin_details a.manifest_details:hover {
	color:black;
}
.manifest_file {
	background:#dedede;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	padding:5px 10px 5px 10px;
	margin:4px 0 4px 0;
	display:none;
}
.admin_plugin_enable_disable {
	width:150px;
	margin:10px 0 0 0;
	float:right;
	text-align: right;
}
.contentIntro .enableallplugins,
.contentIntro .disableallplugins {
	float:right;
}
.contentIntro .enableallplugins {
	margin-left:10px;
}
.contentIntro .enableallplugins, 
.not-active .admin_plugin_enable_disable a {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	background:#E9E9E9; 
	border: none; 
	width: auto;
	height: 25px;
	margin: 10px 0 10px;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
}
.contentIntro .enableallplugins:hover, 
.not-active .admin_plugin_enable_disable a:hover {
	background: #BFBFBF; 
}
.contentIntro .disableallplugins, 
.active .admin_plugin_enable_disable a {
	font-weight: bold;
	font-size:12px;
	color: #666666;
	background:#E9E9E9;
	border: none;
	width: auto;
	height: 25px;
	margin: 10px 0 10px;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
}
.contentIntro .disableallplugins:hover, 
.active .admin_plugin_enable_disable a:hover {
	background: #BFBFBF;
}
.pluginsettings {
	margin:15px 0 5px 0;
	background:#bbdaf7;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	padding:10px;
	display:none;
}
.pluginsettings h3 {
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:1px solid #999999;
}
#updateclient_settings h3 {
	padding:0;
	margin:0;
	border:none;
}

/* ***************************************
	GENERIC COMMENTS
*************************************** */
.generic_comment_owner {
	font-size: 90%;
	color:#666666;
}

.generic_comment {
	margin: 0 0 16px 0;
	padding:0 0px 10px 0px;
	background: url(https://plusrsc.clearvale-apj.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
}

.generic_comment_icon {
	float:left;
}

.generic_comment_details {
	margin-left: 60px;
}

.generic_comment_details div{
    font-size:1.2em;
}

.generic_comment_details ul {
	list-style: disc outside none;
	font-size: 1em;
}

.generic_comment_details ol {
	list-style: decimal outside none;
	font-size: 1em;
}

.generic_comment_details div div {
	font-size: 1.2em;
}

.generic_comment_details p {
	margin: 0 0 5px 0;
}
.generic_comment_details td, .generic_comment_details th{
    padding:5px;
}
.generic_comment_owner {
	margin: 0px!important;
	padding: 0 0 5px!important;
}

.generic_comment_owner a {
	color:#0069B0;
	font-size:14px!important;
	font-weight:bold!important;
}

.generic_comment_timestamp {
	color:#666666;
}
/* IE6 */
* html #generic_comment_tbl { width:676px !important;}

	
/* ***************************************
  PAGE-OWNER BLOCK
*************************************** */
#owner_block {
	padding:16px;
    border:1px solid #cccccc;
    margin-bottom:16px;
    background:white url(https://plusrsc.clearvale-apj.com/_graphics/bck-profile_bar.gif) repeat-x left top;
    height:1%;
    width:944px;
}

.shaded #owner_block {
    border-width:1px 0;
}

#owner_block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



#owner_block_icon {
	float:left;
	margin:0 10px 0 0;
}
#owner_block_rss_feed,
#owner_block_odd_feed,
#owner_block_bookmark_this,
#owner_block_add_contact,
#owner_block_report_this, .owner_block_links {
	padding:2px 0 3px 0;
    float:right;
    margin-right:8px;
}
#owner_block_rss_feed a {
	font-size: 110%;
	color:#666666;
	padding:0 0 4px 20px;
	background: url(https://plusrsc.clearvale-apj.com/_graphics/icon_rss.gif) no-repeat left top;
}
#owner_block_odd_feed a {
	font-size: 110%;
	color:#666666;
	padding:0 0 4px 20px;
	background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_odd.gif) no-repeat left top;
}
#owner_block_bookmark_this a {
	font-size: 110%;
	color:#666666;
	padding:0 0 4px 20px;
	background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_bookmarkthis.gif) no-repeat left top;
}
#owner_block_add_contact a {
	font-size: 110%;
	color:#666666;
	padding:0 0 4px 20px;
}
#owner_block_report_this a, .owner_block_links a {
	font-size: 110%;
	color:#666666;
	padding:0 0 4px 20px;
	background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_reportthis.gif) no-repeat left top;
}
.i3 #owner_block_report_this a, .i3 .owner_block_links a {
	background:#E9E9E9;
	color:#666666;
	padding:5px 10px 5px 10px;
	font-weight:bold;
	font-size:12px;
}

.i3 #owner_block_report_this a:hover, .i3 .owner_block_links a:hover {
	background:#BFBFBF;
}
#owner_block_add_contact a:hover,
#owner_block_rss_feed a:hover,
#owner_block_odd_feed a:hover,
#owner_block_bookmark_this a:hover,
#owner_block_report_this a:hover, .owner_block_links a:hover {
	color: black;
}

#owner_block_desc {
	font-size:1.2em;
    float:left;
    padding-top:2px;
}
#owner_block_content {
	font-weight: bold;
    font-size:1.8em;
    float:left;
    margin-right:10px;
}
#owner_block_content #community_external_mark{	
	font-size: 0.7em;
	color:#1d7ecd;
	font-weight: bold;
}
#owner_block_content #community_external_tooltip{  
    font-size: 0.6em ;
    color: #0069B0;
    font-weight: normal;
    text-decoration: none;
}
#owner_block_content #guest_mark{	
	font-size: 0.7em;
	color:#FF0000;
	font-weight: bold;
}
#owner_block_content a {
	line-height: 1.5em;
}
.ownerblockline {
    display:none;
}
#owner_block_submenu {
	padding: 0 0 0 1px;
	/* width:975px;*/
	background: url(https://plusrsc.clearvale-apj.com/_graphics/submenu_divider.png) 0 0 no-repeat;
}

.shaded #owner_block_submenu {
	margin-left:10px;
}

#owner_block_submenu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#owner_block_submenu ul {
    float:left;
    padding:0;
    margin:0;
}

#owner_block_submenu li {
	float:left;
	list-style-type:none;
    font-size:12px;
}

#owner_block_submenu li a {
	color:#666;
    font-weight:bold;
    padding:0 10px;
    _padding:0 20px;
    line-height:31px;
    display:block;
	background: url(https://plusrsc.clearvale-apj.com/_graphics/submenu_divider.png) 100% 0 no-repeat;
}

#owner_block_submenu li a:hover {
	text-decoration:none;
    color:black;
    background-color:#ccc;
}

#owner_block_submenu li.selected a {
	background-color:#ccc;
    padding-bottom:1px;
    margin-bottom:-1px;
}

/* new profile UI */
#owner_block_submenu_profile {
  color: #fff;
  font-size: 11px;
  width: 100%;
	padding: 0 0 0px 15px;
	z-index: 0;    
}

#owner_block_submenu_profile ul {
    float:left;
    padding:0;
    margin:0;
}

#owner_block_submenu_profile li {
	float:left;
	list-style-type:none;
  font-size:12px;
}

#owner_block_submenu_profile li a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px; 
  display: block;
  float: left;
  padding: 7px 7px 12px 7px;
  font-size: 11px;
  margin: 8px 2px 0 0;    
  position: relative;
  line-height: 120%;
  zoom: 1;
	border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;

  border-bottom: 0px;
  margin-bottom: 0px;

  text-decoration: none;

  /* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#eeeeee));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #dddddd, #eeeeee);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ddddddFF, endColorstr=#eeeeeeFF);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ddddddFF, endColorstr=#eeeeeeFF)";	
  color: #999;
}

#owner_block_submenu_profile li a:hover {
  background: #ccc;
	color: #000;
}

#owner_block_submenu_profile li.selected a {
  font-weight: bold;
	-moz-box-shadow: 1px 2px 2px #fff;
	-webkit-box-shadow: 1px 2px 2px #fff;
	box-shadow: 1px 2px 2px #fff;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ffffff')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ffffff');

  /* CSS GRADIENT IN ACTIVE TABS /*
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #ededed, #fff);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#edededFF, endColorstr=#FFFFFFFF);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#edededFF, endColorstr=#FFFFFFFF)";	
	color: #000;
	border-left: 1px solid #aaa;	
  border-right: 1px solid #aaa;	
  border-top: 1px solid #aaa;	

  border-bottom: 0px;
  margin-bottom: 0px;

	-moz-box-shadow: 0px 0px 4px #ddd;
	-webkit-box-shadow: 0px 0px 4px #ddd;
	box-shadow: 0px 0px 4px #ddd;
}
/* end profile UI */

#owner_block_bottom {
	display:none;
}


/* ***************************************
	PAGINATION
*************************************** */
.pagination {
	margin:10px 10px 20px 0px;
    /* width:900px; */
}
.pagination .pagination_number,
.pagination .pagination_previous,
.pagination .pagination_next {
	display:block;
	float:left;
	border:1px solid #666666; 
	color:#666666; 
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	margin:5px 5px 0 0;	padding:0px 4px;
	cursor: pointer;
}

.pagination .pagination_previous:hover,
.pagination .pagination_next:hover,
.pagination .pagination_number:hover {
	background:#aaaaaa; 
	color:black;
	text-decoration: none;
}

.pagination .pagination_more {
	display:block;
	float:left;
	border:1px solid #666666; 
	color:#666666; 
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	margin:5px 5px 0 0;	padding:0px 4px;
}

.pagination .pagination_currentpage {
	display:block;
	float:left;
	background:#666666; 
	border:1px solid #666666; 
	text-align: center;
	color:white;
	font-size: 12px;
	font-weight: bold;
	margin:5px 5px 0 0;	padding:0px 4px;
	cursor: pointer;
}



/* ***************************************
	FRIENDS COLLECTIONS ACCORDIAN
*************************************** */	
ul#friends_collections_accordian {
	margin: 0 0 0 0;
	padding: 0;
}
#friends_collections_accordian li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	color: #666666;
}
#friends_collections_accordian li h2 {
	background:#dedede;
	color: #666666;
	padding:4px 2px 4px 6px;
	margin:10px 0 10px 0;
	font-size:1.2em;
	cursor:pointer;
}
#friends_collections_accordian li h2:hover {
	background:#666666;
	color:white;
}

#friends_collections_accordian .friends_picker {
	background:white;
	padding:0;
	display:none;
}
#friends_collections_accordian .friends_collections_controls {
	font-size:70%;
	float:right;
}
#friends_collections_accordian .friends_collections_controls a {
	color:#999999;
	font-weight:normal;
}

	
/* ***************************************
	FRIENDS PICKER SLIDER
*************************************** */		
.friendsPicker_container h3 { font-size:3em; text-align: left; margin:0 0 20px 0; color:#666666; }

.friendsPicker .friendsPicker_container .panel ul {
	text-align: left;
	margin: 0;
	padding:0;
}

.friendsPicker_wrapper {
	margin: 0;
	padding:0;
	position: relative;
	width: 100%;
}

.friendsPicker {
	position: relative;
	overflow: hidden; 
	margin: 0;
	padding:0;
	width: 726px;
	
	height: auto;
	background: #dedede;
}
.friendspicker_savebuttons {
	background: white;
	margin:0 10px 10px 10px;
}

.friendsPicker .friendsPicker_container { /* long container used to house end-to-end panels. Width is calculated in JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}

.friendsPicker .friendsPicker_container .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 726px;
	margin: 0;
	padding:0;
}

.friendsPicker .friendsPicker_container .panel .wrapper {
	margin: 0;
	padding:4px 10px 10px 10px;
	min-height: 230px;
}

.friendsPickerNavigation {
	margin: 0 0 10px 0;
	padding:0;
}

.friendsPickerNavigation ul {
	list-style: none;
	padding-left: 0;
}

.friendsPickerNavigation ul li {
	float: left;
	margin:0;
	background:white;
}

.friendsPickerNavigation a {
	font-weight: bold;
	text-align: center;
	background: white;
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 0;
	width:20px;
}

.tabHasContent {
	background: white; color:#333333 !important;
}

.friendsPickerNavigation li a:hover {
	background: #999999;
	color:white !important;
}

.friendsPickerNavigation li a.current {
	background: #999999;
	color:white !important;
}

.friendsPickerNavigationAll {
	margin:0px 0 0 20px;
	float:left;
}
.friendsPickerNavigationAll a {
	font-weight: bold;
	text-align: left;
	font-size:0.8em;
	background: white;
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 0 4px 0 4px;
	width:auto;
}
.friendsPickerNavigationAll a:hover {
	background: #999999;
	color:white;
}

.friendsPickerNavigationL, .friendsPickerNavigationR {
	position: absolute;
	top: 46px;
	text-indent: -9000em;
}

.friendsPickerNavigationL a, .friendsPickerNavigationR a {
	display: block;
	height: 43px;
	width: 43px;
}

.friendsPickerNavigationL {
	right: 48px;
	z-index:1;
}

.friendsPickerNavigationR {
	right: 0;
	z-index:1;
}

.friendsPickerNavigationL {
	background: url("https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/friends_picker_arrows.gif") no-repeat left top;
}
.friendsPickerNavigationR {
	background: url("https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/friends_picker_arrows.gif") no-repeat -60px top;
}
.friendsPickerNavigationL:hover {
	background: url("https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/friends_picker_arrows.gif") no-repeat left -44px;
}
.friendsPickerNavigationR:hover {
	background: url("https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/friends_picker_arrows.gif") no-repeat -60px -44px;
}	

.friends_collections_controls a.delete_collection {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:2px 3px 0 0;
	background: url("https://plusrsc.clearvale-apj.com/_graphics/icon_customise_remove.png") no-repeat 0 0;
}
.friends_collections_controls a.delete_collection:hover {
	background-position: 0 -16px;
}


/* picker tabbed navigation */
#friendsPickerNavigationTabs {
	margin:10px 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	display:table;
	width:100%;
}

#friendsPickerNavigationTabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#friendsPickerNavigationTabs li {
	float: left;
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	margin: 0;
}

#friendsPickerNavigationTabs a {
	text-decoration: none;
	display: block;
	padding: 0.22em 1em;
	color: #999999;
	text-align: center;
}

#friendsPickerNavigationTabs a:hover {
	color: #333333;
}

#friendsPickerNavigationTabs .selected {
	border-color: #cccccc;
}

#friendsPickerNavigationTabs .selected a {
	position: relative;
	top: 1px;
	background: white;
	color: #333333;
}
	
	

	
/* ***************************************
  WIDGET PICKER (PROFILE and DASHBOARD)
*************************************** */
/* 'edit page' button */
a.toggle_customise_edit_panel {
        color: #666;
        font-size:12px;
        font-weight:bold;
        margin:0px;
        padding:0px;
        height:30px;
        float:right;
        margin-right:8px;
}


#customise_editpanel {
        display:none;
        margin: 0px 0 20px 0;
        padding:10px;
        background: #EFEFEF;
        font-size:12px;
}

.toggle_customise_edit_panel_button {
}

.toggle_customise_box {
        color: #666;
        font-size:12px;
        font-weight:bold;
        height:30px;
        cursor:pointer;

	
	margin: 0 10px 0 0;
	text-align:right;
	padding: 0;
}

/* IE6 hack */
* html .toggle_customise_box {
	display: inline;
}

.toggle_customise_box table {
	float:right;
}

/* Top area - instructions */
.customise_editpanel_instructions {
	width:690px;
	padding:0 0 10px 0;
}
.customise_editpanel_instructions h2 {
	padding:0 0 10px 0;
	color: #333333;
}
.customise_editpanel_instructions p {
	margin:0 0 5px 0;
	line-height: 1.4em;
	color: #333333;
}

/* RHS (widget gallery area) */
#customise_editpanel_rhs {
	float:right;
	width:230px;
	border:1px solid #CCCCCC;
}
#customise_editpanel #customise_editpanel_rhs h2 {
	color:#333333;
	background:#dedede;
	border-bottom:1px solid #CCCCCC;
	font-size: 1.4em;
	margin:0;
	padding:6px;
}
#widget_picker_gallery {
	background:#cccccc;
	width:210px; 
	height:340px;
	padding:10px;
	overflow:scroll;
	overflow-x:hidden;
}

/* main page widget area */
#customise_page_view {
	width:656px;
	margin:0 0 10px 0;
}
#customise_page_view h2 {
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	margin:0;
	padding:5px;
	width:200px;
	color:#333333;
	background: #dedede;
	font-size:1.25em;
	line-height: 1.2em;
}

#customise_page_view .zone {
	background: #DCDCDC;
	border: 1px solid #CCC;
	margin: 5px;
	padding: 5px;
	min-height: 30px; 
}

/* IE6 hack */
* html #customise_page_view .zone {
	height: 30px;
}

/* IE7 hack */
*:first-child+html #customise_page_view .zone {
	height: 30px;
}

#customise_page_view .fixedzone {
	background: #DCDCDC;
	border: 1px solid #CCC;
	margin: 5px;
	padding: 5px;
	min-height: 30px; 
}

#customise_page_view .info {
	background: #DCDCDC;
	border: 1px solid #CCC;
	min-height: 30px; 
}

#customise_page_view .fixed_box {
	background: #CCC;
	padding: 4px;
}

#customise_page_view .fixed_box p {
	font-size: 0.9em;
}

#profile_box_widgets {
	width:422px;
	margin:0 10px 10px 0;
	padding:5px 5px 0px 5px;
	min-height: 50px;
	border:1px solid #CCC;
	background: #cccccc;
}
#customise_page_view h2.profile_box {
	width:422px;
	color: #333333;
}
#profile_box_widgets p {
	color:#666666;
}

#leftcolumn_widgets {
	width:200px;
	margin:0 10px 0 0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #CCC; 
	background: #cccccc;
}
#middlecolumn_widgets {
	width:200px;
	margin:0 10px 0 0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #CCC; 
	background: #cccccc;
}
#rightcolumn_widgets {
	width:200px;
	margin:0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #CCC; 
	background: #cccccc;
}

#rightcolumn_widgets.long {
	min-height: 288px;
}
/* IE6 fix */
* html #leftcolumn_widgets { 
	height: 190px;
}
* html #middlecolumn_widgets { 
	height: 190px;
}
* html #rightcolumn_widgets { 
	height: 190px;
}
* html #rightcolumn_widgets.long { 
	height: 338px;
}

#customise_editpanel table.draggable_widget {
	width:200px;
	background: #EFEFEF;
	margin: 5px 0;
	vertical-align:text-top;
}

#widget_picker_gallery table.draggable_widget {
	width:200px;
	background: #EFEFEF;
	margin: 10px 0 0 0;
}

/* take care of long widget names */
#customise_editpanel table.draggable_widget h3 {
	word-wrap:break-word;/* safari, webkit, ie */
	width:140px;
	line-height: 1.1em;
	overflow: hidden;/* ff */
	padding:4px;
	color:#333;
	font-weight:normal;
	font-size:12px;
}
#widget_picker_gallery table.draggable_widget h3 {
	word-wrap:break-word;
	width:145px;
	line-height: 1.1em;
	overflow: hidden;
	padding:4px;
	color:#333;
	font-weight:normal;
	font-size:12px;
}
#customise_editpanel img.more_info {
	background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_customise_info.gif) no-repeat top left;
	cursor:pointer;
}
#customise_editpanel img.drag_handle {
	background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_customise_drag.gif) no-repeat top left;
	cursor:move;
}
#customise_editpanel img {
	margin-top:4px;
}

#widget_moreinfo {
	position:absolute;
	border:1px solid #333;
	background: #EFEFEF;
	padding:5px;
	display:none;
	width: 200px;
	line-height:1.1em;
	color:#333;
	font-weight:normal;
	font-size:12px;
}
/* droppable area hover class  */
.droppable-hover {
	background:#999999 !important;
}
/* target drop area class */
.placeholder {
	border:2px dashed #333333;
	width:196px !important;
	margin: 10px 0 10px 0;
}
/* class of widget while dragging */
.ui-sortable-helper {
	background: #333333;
	color:white;
	padding: 4px;
	margin: 10px 0 0 0;
	width:200px;
	font-weight:normal;
	font-size:12px;
}
/* IE6 fix */
* html .placeholder { 
	margin: 0;
}
/* IE7 */
*:first-child+html .placeholder {
	margin: 0;
}
/* IE6 fix */
* html .ui-sortable-helper h3 { 
	padding: 4px;
}
* html .ui-sortable-helper img.drag_handle, * html .ui-sortable-helper img.remove_me, * html .ui-sortable-helper img.more_info {
	padding-top: 4px;
}
/* IE7 */
*:first-child+html .ui-sortable-helper h3 {
	padding: 4px;
}
*:first-child+html .ui-sortable-helper img.drag_handle, *:first-child+html .ui-sortable-helper img.remove_me, *:first-child+html .ui-sortable-helper img.more_info {
	padding-top: 4px;
}

/* ***************************************
	MISC.
*************************************** */
.viewtype, .pagination {
	clear:both;
}
#profile_links, .profile_menu_wrapper {
	float:left;
    clear:left;
    height:1%;
    margin-bottom:16px;
    width:100%;
}

#profile_links:after, .profile_menu_wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#profile_links p, .profile_menu_wrapper p {
	float:left;
    margin-bottom:4px;
    margin-top:4px;
    line-height:14px;
}

#profile_links a, .profile_menu_wrapper a {
	color:#333;
    font-size:11px;
    padding:0 4px;
    border-left:1px solid #333;
    float:left;
}

#profile_links p:first-child a, .profile_menu_wrapper p:first_child a {
    border-left:none;
    padding-left:0;
}

#send_message_form select {
	border:1px solid #ccc;
    vertical-align:top;
}

.newest_item_row {
	padding: 5px 0 10px;
	margin-bottom: 8px;
	background: url(https://plusrsc.clearvale-apj.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
}


[class^=newest_item_row] .filerepo_listview_desc ul {
  list-style-type: disc;
}
[class^=newest_item_row] .filerepo_listview_desc ol {
  list-style-type: decimal;
}

#two_column_left_sidebar_maincontent #content_area_user_title h2 input, #two_column_left_sidebar_maincontent #content_area_group_title h2 input {	
    font-size:.5em;
}	

#two_column_left_sidebar_maincontent #content_area_user_title h2, #two_column_left_sidebar_maincontent #content_area_group_title h2, #two_column_left_sidebar_maincontent #holder_info h2 {	
	color:#693;
    font-size:2.4em;
    border-bottom:1px solid #ccc;
    padding-bottom:4px;
    margin-bottom:16px;
}	
/* reusable generic collapsible box */
.collapsible_box {
	background:#dedede;
	padding:5px 10px 5px 10px;
	margin:4px 0 4px 0;
	display:none;
}	
a.collapsibleboxlink {
	cursor:pointer;
}

#two_column_left_sidebar_maincontent #content_area_user_title h2 a, #two_column_left_sidebar_maincontent #content_area_group_title h2 a, #two_column_left_sidebar_maincontent #holder_info h2 a {	
	color:#693;
}	

#profile_info h2 {	
    font-size:2.0em;
    margin-bottom:0;
}	

#profile_info h2 a {	
	color:#693;
}	

/* tag icon */	
.object_tag_string {
	padding:0 0 0 14px;
	margin:0;
    font-size:1.2em;
}	

/* profile picture upload n crop page */	
#profile_picture_form {
  margin-top:10px;
	height:145px;
}	
#current_user_avatar {
	float:left;
	/*border-right:1px solid #cccccc;*/
	margin:0 20px 0 0px;
}	

#sortform, .sortform {
	font-size:1.2em;
}

select[name="filter"] {
	margin-left:5px;
}

hr {
	display:none;
}

.separated_section {
	padding-top:16px;
	border-top:1px solid #333;
	margin-top:16px;
}

/* ***************************************
	SETTINGS and ADMIN
*************************************** */
.usersettings_statistics table,
.admin_statistics table,
.account_info table {
	color:#333333;
}
.admin_statistics,
.usersettings_statistics,
.admin_adduser_link,
.account_info,
#add-box,
#search-box{
vertical-align: middle;
}
#search-box .search_input{
    width: 55%;
    vertical-align: middle;
}

#search-box input[type="button"]{
	background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x 0 0 !important;
	color: #FFF !important;
}

#logbrowser_search_area {
	background:white;
	margin:0 10px 10px 10px;
	padding:10px;
}

.user_settings h3 {
	color:#333333;
	color:black;
  font-weight: bold;
	font-size:1.1em;
	line-height:1em;
	margin:10px 0 10px 0;
	padding:5px;
}

.usersettings_statistics h3,
.admin_statistics h3,
.admin_users_online h3,
.notification_methods h3 {
	background:#666666;
	color:#333333;
	border-bottom:1px solid #d0d0d0;
	color:white;
	font-size:1.1em;
	line-height:1em;
	margin:10px 0 10px 0;
	padding:5px;
}
h3.settings {
	background:#e4e4e4;
	color:#333333;
	font-size:1.1em;
	line-height:1em;
	margin:10px 0 4px 0;
	padding:5px;
}
.admin_users_online .profile_status {
	background:#bbdaf7;
	line-height:1.2em;
	padding:2px 4px;
}
.admin_users_online .profile_status span {
	font-size:90%;
	color:#666666;
}
.admin_users_online  p.owner_timestamp {
	padding-left:3px;
}


.settings_form label,
.admin_debug label,
.admin_usage label {
	color:#999999;
	font-size:100%;
	font-weight:normal;
}

.settings_form table,
.admin_statistics table,
.account_info table {
	padding:0 10px 0px 10px;
}
.admin_usage {
	border-bottom:1px solid #cccccc;
	padding:0 10px 20px 10px !important;
}
.input-access {
	margin:5px 0 0 0;
}
.usersettings_statistics .odd,
.admin_statistics .odd {
	background:#dedede;
}
.usersettings_statistics .even,
.admin_statistics .even {
	background:#eeeeee;
}
.usersettings_statistics td,
.admin_statistics td {
	padding:2px 4px 2px 4px;
	border-bottom:1px solid #cccccc;
}

.account_info td {
	padding: 2px 4px 2px 4px;
	height: 27px;
}

.usersettings_statistics td.column_one,
.admin_statistics td.column_one {
	width:250px;
}
.usersettings_statistics table,
.admin_statistics table,
.account_info table {
	width:100%;
}
.usersettings_statistics table,
.admin_statistics table {
	border-top:1px solid #cccccc;
}
.usersettings_statistics table tr:hover,
.admin_statistics table tr:hover {
	background: #E4E4E4;
}
.admin_users_online .search_listing {
	margin:0 0 5px 0;
	padding:5px;
	border:2px solid #cccccc;
}



/* force RTE editor initial width for safari */
.mceLayout {
	width:683px;
}
p.longtext_editarea {
	margin:0 !important;
}
.ckeditor_post .submit_button{
	float: right;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 25px;
	margin-right: 10px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
}

div.textarea_post{
	width: 80%;
	text-align: right;
	margin-top: -15px;
}
.toggle_editor_container {
	margin:0 0 15px 0;
	width:80%;
}
/* add/remove longtext RTE editor */
a.toggle_editor {
	display:block;
	float:right;
	text-align:right;
	color:#666666;
	font-size:1em;
	font-weight:normal;
}

div.ajax_loader {
	background: white url(https://plusrsc.clearvale-apj.com/_graphics/ajax_loader.gif) no-repeat center 30px;
	width:auto;
	height:100px;
	margin:0 10px 0 10px;
}



/* reusable elgg horizontal tabbed navigation 
   (used on friends collections, external pages, and riverdashboard mods)
*/
#elgg_horizontal_tabbed_nav {
	margin:0 0 5px 0;
	padding: 0;
	border-bottom: 2px solid #cccccc;
	display:table;
	width:100%;
}
#elgg_horizontal_tabbed_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#elgg_horizontal_tabbed_nav li {
	float: left;
	border: 2px solid #cccccc;
	border-bottom-width: 0;
	background: #eeeeee;
	margin: 0 0 0 10px;
}
#elgg_horizontal_tabbed_nav a {
	text-decoration: none;
	display: block;
	padding:3px 10px 0 10px;
	color: #999999;
	text-align: center;
	height:21px;
}
/* IE6 fix */
* html #elgg_horizontal_tabbed_nav a { display: inline; }

#elgg_horizontal_tabbed_nav a:hover {
	color: #4690d6;
	background: #dedede;
}
#elgg_horizontal_tabbed_nav .selected {
	border-color: #cccccc;
	background: white;
}
#elgg_horizontal_tabbed_nav .selected a {
	position: relative;
	top: 2px;
	background: white;
	color: #4690d6;
}
/* IE6 fix */
* html #elgg_horizontal_tabbed_nav .selected a { top: 3px; }


/* ***************************************
	ADMIN AREA - REPORTED CONTENT
*************************************** */
.reportedcontent_content {
	margin:0 0 5px 0;
	padding:0 7px 4px 10px;
}
.reportedcontent_content p.reportedcontent_detail,
.reportedcontent_content p {
	margin:0;
}
.active_report {
	border:1px solid #D3322A;
    background:#F7DAD8;
}
.archived_report {
	border:1px solid #666666;
    background:#dedede;
}
a.archive_report_button {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	background:#E9E9E9;
	border: none;
	width: auto;
	height: 25px;
	padding: 5px 10px 5px 10px;
	margin:10px 0 10px;
	cursor: pointer;
}
a.archive_report_button:hover {
	background: #BFBFBF;
}
a.delete_report_button {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	background:#E9E9E9;
	border: none;
	width: auto;
	height: 25px;
	padding: 5px 10px 5px 10px;
	margin: 10px 0 10px;
	cursor: pointer;
}
a.delete_report_button:hover {
	background: #BFBFBF;
}
.reportedcontent_content .collapsible_box {
	background: white;
}


//* ***************************************
	Group Directory
*************************************** */
#group_directory {
	display:table;
	background-color: white;
	width:100%;
}
.group_directory_item {
	float:left;
	margin: 0 30px 0 40px;
	padding: 3px 0 0 0;
	position:relative;
}

/* IE6 hack */
* html .group_directory_item {
  margin: 0 55px 0 20px;
}

.group_directory_item_icon {
	margin-left:-40px;
	margin-top:-2px;
	position:absolute;
}

/* ***************************************
  Feedback Popup Window
*************************************** */

.jqmWindow {
    display: none;
    position: fixed;
    z-index: 9000;
    top: 10%;
    left: 50%;
    margin-left: -300px;
    width: 400px;
    background-color: #EEEEEE;
    color: #333;
    border: 1px solid #cccccc;
    padding: 20px;
    -moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

.jqmClose {
	float: right;
	}

.jqmOverlay { background-color: #000; }

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmContent {
	border: 0px;
	width: 100%;
	height: 90%; 
    background-color: #EEEEEE;
	overflow: hidden;
}

div.jqmConfirm { padding: 4px; margin: 10px 30px; background: gray; color: black; font-size: 14pt; border: 1px solid #AAA; }

#appraise_window  div#appraise_content,
#appraise_window  div#appraise_content h3,
#appraise_window  div#appraise_content b,
#appraise_window  div#appraise_content a,
#appraise_window  div#appraise_content i {
color: #333333;
}
#close_appraise.jqmClose {
    color: #333333;
	float: right;
	}

div.jqmConfirm { /* contains + positions the alert window */
  display: none;
  
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
}
    
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmConfirm {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.jqmConfirmWindow {
  height:auto;
  width: auto;
  margin: auto;
  
  max-width:500px;
  
  background:#FFF;
  border:2px solid blue;
}

.jqmConfirmTitle{
  padding: 10px;
  font-size: large;
  height:20px;
  color:#FFF;
  background: blue;
}
.jqmConfirmTitle h1{
  margin:5px 2px;
  padding-left:5px;
  padding:0;
  font-size:14px;
  text-transform:capitalize;
  letter-spacing:-1px;
  font-weight:bold;
  color:#000;

  float:left;
  height:20px;
}

div.jqmConfirm .jqmClose em{display:none;}
div.jqmConfirm .jqmClose {
  width:20px;
  height:20px;
  display:block;
  float:right;
  clear:right;
  background:transparent url(confirm/close_icon_double.png) 0 0 no-repeat;
}

div.jqmConfirm a.jqmClose:hover{ background-position: 0 -20px; }

div.jqmConfirmContent{
  border-top:px;
  color:#000;
  font-size: 14pt;
  padding:5px 20px 5px;
  margin:5px;
  letter-spacing:0px;
  background:#FFF url(confirm/darkgrid.png);
}

input.bigCheckbox {
  height: 50px; 
  width: 50px; 
  color: #FFFF00; 
  background-color: #FFFFFF; 
  border: 1px solid #FF9900; 
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#signup-box {
	display:block;
	padding:10px;
}

.signup-label {
	font-size:12px;
	color:#666666;
	line-height: 20px;
	font-weight:bold;
}

.signup-info {
	font-size:12px;
	color:#666666;
	line-height: 16px;

}

.signup-input {
	font-size:12px;
	color:#666666;
	line-height: 16px;
	width:320px;
}
input.site-id{
    font-size:12px;
	color:#666666;
	line-height: 16px;
	width:180px;
}
textarea.signup-input{
    height:80px;
	overflow:auto;
}
.divider{
    border-bottom:2px solid #999999;
}

#feedback_window {
    width: 550px;
}

#feedback_window p{
    color: black;
}

#feedback_content {
    width: 540px;
}

#feedback_content p {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

#feedback_content input {
    font-size: 12px;
    font-weight: normal;
}

#feedback_content textarea {
    font-size: 12px;
    font-weight: normal;
}

/*********************************
cv_sharing pop up
*********************************/
#sharing_window {
    width: 550px;
}

#sharing_window p{
    color: black;
}

#sharing_content {
    width: 540px;
}

#sharing_content p {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

#sharing_content input {
    font-size: 12px;
    font-weight: normal;
}

#sharing_content input[type="checkbox"] {
	margin-right: 5px;
	vertical-align:middle;
}

#sharing_content textarea {
    font-size: 12px;
    font-weight: normal;
}

#cv_sharing_search_container{

   border-bottom:1px solid #CCCCCC;
   padding:5px 0 10px 0;
   width:100%;

}

#cv_sharing_search_container .cv_sharing_searchform {
   float:left;
   padding:0 10px 0 0;
}

#cv_sharing_search_container .cv_sharing_search_input {
   font-size:13px;
   display:block;
   float:left;
   padding:4px;
   width:400px;
}

#cv_sharing_searchform .cv_sharing_search_button {
   margin:0px;
   padding:3.2px;
   background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg);
   color: #FFFFFF !important;
}

.jqmWindow_submit_button{
   margin:10px 0 10px 10px;
   padding:3px 10px;
}

.cv_sharing_list{
    padding: 4px;
}

.jqmWindow_popup_left{
   float:left;
}

.jqmWindow_popup_right{
   float:right;
}

.jqmWindow_popup_right #submit_button{
	background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg);
	color: #FFFFFF !important;
}

div.cv_sharing_popup_header { 
	  background: #0069B0 repeat-x 0px -82px; 
	  color: white;
	  padding: 7px 22px 10px 5px;
	  font-weight: bold;
	  * zoom: 1;
}

div.cv_sharing_scrollbar {
   height: 330px; 
   overflow: auto; 
}

.cv_sharing_listing {
border-bottom:1px solid #CCCCCC;
min-height:10px;
padding:5px 0 5px 1px;

}

.cv_sharing_listing_input {
  //float:left;
  height:10px;
  overflow:hidden;
  position:relative;
  width:10px;
  margin:5px 0 5px 0px;
}

.cv_sharing_listing_metaData {

overflow:hidden;
padding-left:10px;
white-space:nowrap;
margin-left: 30px;
font-size:13px;
}

/* --------------------------------- */
/*        Fancybox popup style       */
.cv_sharing_content {
	width: 1024px;
}
div.cv_sharing_popup_header {
	font-size: small;
}
div.cv_sharing_popup_header h3 {
	font-weight: bold;
}

* html div.cv_sharing_popup_header {
	width: 540px
}

div.cv_sharing_popup_tabs {
	border-bottom: 1px solid #666;
	margin: 10px 0;
	height: 24px;
	font-size: 12px;
}

* html div.cv_sharing_popup_tabs {
	height: 23px;
	_height: 25px;
	_width: 540px;
}

*+html div.cv_sharing_popup_tabs {
	heigth: 23px;
}
div.cv_sharing_popup_tabs ul {
	list-style: none;
	margin: 0 10px;
	padding: 0;
	position: absolute;
}
div.cv_sharing_popup_tabs ul li {
	margin-right: 10px;
	_margin-top: 7px;
	float: left;
}

div.cv_sharing_popup_tabs ul li a {
	height: 18px !important;
	padding: 3px 10px !important;
	padding: 5px 10px 3px;
	_padding: 5px 10px;
	_font-size: 14px;
	display: block !important;
	display: inline;
	text-decoration: none;
	color: #256bae;
	font-weight: bold;
}
div.cv_sharing_popup_tabs ul li a:visited {
	color: #256bae;
}

div.cv_sharing_popup_tabs ul li a:hover {
	color: #2544AE;
	text-decoration: none;
}

div.cv_sharing_popup_tabs ul li.selected {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: none;
	background-color: #fff;
}
div.cv_sharing_popup_tabs ul li.selected a {
	color: #2544AE;
}

.cv_sharing_content .cv_sharing_search_container {
	display: none;
}

.cv_sharing_search_container form {
  margin: 5px 0;
}

.cv_sharing_search_container .cv_sharing_search_input {
	font-size: 13px;
	display: block;
	width: 900px;
	float: left;
	padding: 4px;
	padding: 6px 4px\9;/*IE8*/
	_padding: 4px;
}

.cv_sharing_search_container .cv_sharing_search_button {
	padding: 4px 10px;
	margin: 0 0 0 10px;
}

.cv_sharing_search_container .filter_checkbox {
	vertical-align: text-bottom;
	vertical-align: middle\9; /*IE8*/
	_vertical-align: middle; /*IE6*/
}

.cv_sharing_search_container label {
	font-weight: normal;
	cursor: pointer;
}

.cv_sharing_popup_bottom {
	text-align: right;
	/*background-color: #F2F2F2;
	border-top: 1px solid #DEDEDE;*/
	margin: 5px 0;
	width:1024px;
}

.cv_sharing_popup_bottom input {
	margin-top: 5px;
	margin-bottom: 5px;
}

.cv_sharing_list_container {

}
.cv_sharing_list_header {
	font-size: 12px;
	font-weight: bold;
}
.cv_sharing_list_header .header_col {
	float: left;
	background: none repeat scroll 0 0 #EEE;
	border-bottom: 1px solid #AAA;
	border-right: 1px solid #AAA;
	padding: 8px 2px;
	height: 20px;
	overflow: hidden;
}
.cv_sharing_list_body {
	clear: both;
}
.cv_sharing_list_body .body_row {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	float: left;
	padding: 8px 2px;
	height: 18px;
	overflow: hidden;
	font-size: 13px;
	line-height: 120%;
	*background-color: transparent;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cv_sharing_list_row {
	border-bottom: 1px solid #AAA;
	*height: 30px;
	_height: 18px;
}

.header_style_1 .col1 {
	width: 98%;
}
.header_style_2 .col1 {
	width: 4%;
}
.header_style_2 .col2 {
	width: 94%;
}
.header_style_3 .col1 {
	width: 4%;
}
.header_style_3 .col2 {
	width: 52%;
}
.header_style_3 .col3 {
	width: 39%;
}
.header_style_4 .col1 {
	width: 4%;
}
.header_style_4 .col2 {
	width: 62%;
}
.header_style_4 .col3 {
	width: 15%;
}
.header_style_4 .col4 {
	width: 15%;
}

.cv_sharing_list_body {
	overflow: auto;
	max-height: 330px;
	_height: 330px;
}

.row_style_1 .col1 {
	width: 98%;
}
.row_style_2 .col1 {
	width: 4%;
}
.row_style_2 .col2 {
	width: 94%;
}
.row_style_3 .col1 {
	width: 4%;
}
.row_style_3 .col2 {
	width: 74%;
}
.row_style_3 .col3 {
	
}
.row_style_4 .col1 {
	width: 4%;
}
.row_style_4 .col2 {
	width: 62%;
}
.row_style_4 .col3 {
	width: 15%;
}
.row_style_4 .col4 {
	width: 15%;
}

.col1 input {
	margin-left: 5px;
	*margin-top: 0;
	*margin-left: 0;
	float: left;   // For IE-8
}


.cv_sharing_list {
	padding: 0;
	font-size: 13px;
}

/* override the Chrome scroll bar */
::-webkit-scrollbar-track-piece{ 
		background-color:#fff; 
		-webkit-border-radius:3; 
} 
::-webkit-scrollbar{ 
		width:15px; 
		height:8px; 
} 
::-webkit-scrollbar-thumb{ 
		height:30px; 
		background-color:#999; 
		-webkit-border-radius:7px; 
		outline:2px solid #fff; 
		outline-offset:-2px; 
		border: 2px solid #fff; 
} 
::-webkit-scrollbar-thumb:hover{ 
		height:30px; 
		background-color:#9f9f9f; 
		-webkit-border-radius:8px; 
}
/* ---------------------------------------- */

/* ***************************************
         search table
*************************************** */

.searchtableresult td{
    vertical-align:middle;
	text-align:center;
}

.searchtableresult tr{
    vertical-align:middle;
	text-align:center;
}



/* ***************************************
        Quick Facts
*************************************** */
#quickfacts {
        display:table;
        width:100%;
}

.shaded {
}

#quickfacts tr {
}

#quickfacts td,
#quickfacts th {
	padding: 4px 8px 4px 0;
	vertical-align: top;
	font-weight: bold;
	color: #666666;
}
/* ***************************************
       Welcome
*************************************** */
#welcome {
        display:table;
        width:100%;
}

.shaded {
}

#welcome tr {
}

#welcome td,
#welcome th {
	padding: 4px 8px 4px 0;
	vertical-align: top;
	font-weight: bold;
	color: #666666;
}
/* ***************************************
        Edge Shading
*************************************** */

	/* Insert the custom corners and borders for browsers with sufficient JavaScript support */
	
	/* Rules for the top corners and border */
	.bt {
		background:url(/_graphics/block.png) no-repeat 100% 0;
		margin:0 0 0 16px;
		height:16px;
	}
	
	/* IE6 hack */
	* html .bt {
		background: url(https://plusrsc.clearvale-apj.com/_graphics/block.gif) no-repeat 100% 0;
		height:17px;
		margin-top: 8px;
	}
	
	.bt div {
		height:16px;
		width:16px;
		position:relative;
		left:-16px;
		background:url(/_graphics/block.png) no-repeat 0 0;
	}
	
	/* IE6 hack */
	* html .bt div {
		height:17px;
		background: url(https://plusrsc.clearvale-apj.com/_graphics/block.gif) no-repeat 0 0;
	}
	
	/* Rules for the bottom corners and border */
	.bb {
		background:url(/_graphics/block.png) no-repeat 100% 100%;
		margin:0 0 0 16px;
		height:16px;
	}
	
	/* IE6 hack */
	* html .bb {
		background: url(https://plusrsc.clearvale-apj.com/_graphics/block.gif) no-repeat 100% 100%;
		height:13px;
	}
	
	.bb div {
		height:16px;
		width:16px;
		position:relative;
		left:-16px;
		background:url(/_graphics/block.png) no-repeat 0 100%;
	}
	
	/* IE6 hack */
	* html .bb div {
		height:13px;
		background: url(https://plusrsc.clearvale-apj.com/_graphics/block.gif) no-repeat 0 100%;
	}
	
	/* Insert the left border */
	.i1 {
		padding:0 0 0 16px;
		background:url(/_graphics/block_borders.png) repeat-y 0 0;
        height:1%;
	}
		
	/* IE6 hack */
	* html .i1 {
		background: url(https://plusrsc.clearvale-apj.com/_graphics/block_borders.gif) repeat-y 0 0;
	}
		
	/* Insert the right border */
	.i2 {
		padding:0 15px 0 0;
		background:url(/_graphics/block_borders.png) repeat-y 100% 0;
        height:1%;
	}
	
	/* IE6 hack */
	* html .i2 {
		padding:0 14px 0 0;
		background: url(https://plusrsc.clearvale-apj.com/_graphics/block_borders.gif) repeat-y 100% 0;
	}
	
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
	.i3 {
		background:#fff;
		padding-bottom:10px;
		padding:8px;
        height:1%;
	}
	/* IE6 hack */
	* HTML .i3{
	    BACKGROUND: #fff;
	    PADDING-RIGHT: 0px; 
	    PADDING-LEFT: 2px; 
	    PADDING-BOTTOM: 8px; 
	    PADDING-TOP: 8px; 
	    HEIGHT: 1%
    }
	
	.i3:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
	}
	
.shaded #two_column_left_sidebar_maincontent .i3 {
	padding:16px 16px;

}
	.cb {
			margin:11px 0;
	}

#appraise_form input {
	clear:left;
}

.profile_name_in_setting {
	font-size:1.2em;
	padding: 0px 10px 10px 0px;
  text-align: right;
  width:150px;
}
.profile_value_in_setting {
	font-size:1.2em;
	padding: 0px 0px 10px 0px;
  width:400px;
  margin-bottom:5px;
}

.profile_name {
  font-size:1.1em;
  font-weight: bold;
  padding: 0px 10px 0px 0px;
  margin: 0px 10px 10px 0px;
  width: 200px;
  text-align: right;
}
.profile_value {
  font-size:1.3em;
  padding: 0px 10px 0px 2px;
  margin: 0px 10px 10px 0px;
  width: 350px;
  height: 23px;
}

.profile_description {
  padding-top: 0px;
  padding-bottom: 30px;
  margin-top: 0px;
}
.profile_name_access {
 font-size:1.1em; 
 font-weight:bold; 
 vertical-align: bottom;
}
.profile_input_access {
	margin:5px 0 0 0;
}

.profile_name_note {
	font-size:1.2em;
	font-weight: bold; 
}

.step1_on {
	font-weight: bold; 
	color:white;
	font-size: 12pt; 
	margin-left:10px;
}

.step1_off {
	font-weight: bold; 
	font-size: 12pt;
	margin-left:10px;
}

.step2_on {
	font-weight: bold; 
	color:white; 
	font-size: 12pt;
	margin-left:110px;
}

.step2_off {
	font-weight: bold; 
	font-size: 12pt;
	margin-left:110px;
}

.step3_on {
	font-weight: bold; 
	color:white; 
	font-size: 12pt;
	margin-left:40px;
}

.step3_off {
	font-weight: bold; 
	font-size: 12pt; 
	margin-left:40px;
}

/* ***************************************
   css below are for UI in sep release
*************************************** */

#col_1_2_width {
    width: 95%;
    float: left;
    padding: 10px 20px; 
    border-bottom: 1px solid #ccc;
}

#col_1_2_width .top_action_links {
    float: right;
    /* padding: 20px 0 0 0; */
}

#col_1_2_width .top_action_links li {   
    float: left;
    padding: 0 8px;
    border-right: 1px solid #aaa;
}

#col_1_2_width .top_action_links li.last {
    border-right: 0;
}

#col_1_2_width .top_action_links a, #col_1_2_width .top_action_links a.visited, #col_1_2_width .top_action_links a.active {
    color: #0069b0;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
}

#col_1_2_width .top_action_links a.zeroclipboard-is-hover, #col_1_2_width .top_action_links a:hover{
    text-decoration: underline;
}

#col_1_2_width .top_action_links a.strong {
    font-weight: bold;
}

#column_1 {
    width: 234px;
    /* border-right: 1px solid #ccc; */
    margin: 0 20px 0 0;
    padding: 10px 0 0 0;
    float: left;
}

#page_title {
    font-size: 18px;
	font-weight: bold;
    padding: 0 0 10px 20px;
}

#column_2 {
    width: 700px;
    float: left;
}
#column_2 #follow_block_empty{
   padding:31px 0 10px 20px;
   border-bottom: 1px solid #CCCCCC;
}
#column_1 a, #column_2 a{
    color: #0069B0;
}

/* === FILES, TOPIC FILTERS === */

ul.files_nav_box {
    display: block;
    border: 1px dotted #999;
    margin: 0 0 0 20px;
    padding: 10px 0;
}

ul.files_nav_box li {
    padding: 2px 10px;
}

ul.files_nav_box li a {
    color: #999 !important;
    font-size: 13px;
	font-weight: normal;
    text-decoration: underline !important;
}

ul.files_nav_box li a.selected {
    color: #333 !important;
    font-size: 13px;  
    font-weight: bold;	
    text-decoration: none !important;   
}

/* === New Profiles === */
#profile_editicon_column_1{
    width: 200px;
    border-right: 1px solid #ccc;
    margin: 5px 20px 0 0;
    padding: 10px 0 0 0;
    float: left;
}
#profile_edit_column_2 {
  width: 660px;
  float: left;
}
.profile_content_enclosing {
  padding: 20px;
}
#profileicon_upload {
 width: 92%;
}

/* === SEARCH === */
#search_nav_column{
    width: 180px;
    /* border-right: 1px solid #ccc; */
    margin: 5px 20px 0 0;
    padding: 10px 0 0 0;
    float: left;
}
#advanced_search_column_2 {
  width: 700px;
  float: left;
}
#advanced_search_container {
    width: 100%;
    /*float: left;*/
    padding: 15px 0;    
    border-bottom: 1px solid #ccc;
}
#local_search_bar_img {
  float:left; margin:0px 4px;
}
#local_search_bar_advanced_link {
  float:left; 
  font-size:small; 
  font-style:bold; 
  padding-top:2px;
}
.advanced_search_bar {
  margin-bottom:0px; padding-bottom:0px;
}
.advanced_search_input {
 font-size:11px;
 line-height:16px;
 vertical-align:top;
 background-color:white;
 width:220px;
}
.advanced_search_select {
  height: 20px;
 width:227px;
}
.advanced_search_table {
 margin:0px; 
 padding:0px;
}
.advanced_search_label_left {
 width:80px;
 padding-left:0px;
}
#advanced_search_1 td {
 padding-top:0px; 
}
.advanced_search_table td {
 padding-top:20px; 
}
.advanced_search_label_right {
 width:80px;
 padding-left:10px;
}

#search_extra_sort_label {
  float:left;
  padding-left:40px;
}
.search_extra_sort_select {
  float:left;
  padding-left:10px;
  font-size: 11px;
}

ul.search_nav_box {
    display: block;
    border: 1px dotted #999;
    margin: 0 0 0 20px;
    padding: 10px 0;
}

ul.search_nav_box li {
    padding: 2px 10px;
}

ul.search_nav_box li a {
    color: #999 !important;
    font-size: 13px;
	font-weight: normal;
    text-decoration: underline !important;
}

ul.search_nav_box li a.selected {
    color: #333 !important;
    font-size: 13px;  
    font-weight: bold;	
    text-decoration: none !important;   
}


#filter_search_container {
    width: 100%;
    /*float: left;*/
    padding: 15px 0;    
    border-bottom: 1px solid #ccc;
}
#filter_line_container {
    width: 100%;
    /*float: left;*/
    padding: 10px 0;    
    border-bottom: 1px solid #ccc;
}
#filter_search_container #searchform {
    float: left;
    padding: 0 10px 0 0;
}
#filter_search_container .search_input {
    float: left;
    display: block;
    width: 200px;
    font-size: 13px;
	font-weight: normal;
    color: #333;
    padding: 4px;
}

#filter_search_container .search_button {
    display: block;
    float: left;
}   

#filter_search_container .filter_select {
    display: block;
    padding: 5px 0 0 0;
}

#filter_search_container .filter_select select {
    min-width: 140px;
}

#filter_search_container .warning_message {
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: -5px;
	clear: both;
}

.search_top_message {
  font-size: 13px;  
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  
  clear:both;
}

/* === FILES TABLE === */

table.col_2_table {
    width: 100%;
    font-size: 12px;
}

table.col_2_table th {
    border-right: 1px solid #aaa;
    padding: 6px 8px;
    height: 20px;
    vertical-align: middle;
    font-weight: bold;
    border-bottom: 1px solid #aaa;  
    background: #eee;   
}

table.col_2_table th a {
    text-decoration: underline !important;
    font-weight: bold !important;
}

table.col_2_table td {
    border-bottom: 1px solid #aaa;
}

table.col_2_table td {
    padding: 8px 2px 8px 10px;
    font-size: 13px;    
    vertical-align: middle; 
    line-height: 120%;
}

table.col_2_table .sort_arrow {
    display: block;
    float: right;
    padding: 4px 0 0 2px;
}

table.col_2_table tr:hover {
    background: #efefef;
}

ul.files_actions {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
}

ul.files_actions li {
    float: left;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    border-right: 1px solid #bbb;
}

ul.files_actions li.last {
    border-right: 0;
}

ul.files_actions a.download {
    background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_file_download_14h.gif) no-repeat 0 0;
    padding: 0 2px 2px 17px;
    margin-left: 0px;
    display: block;
}

ul.files_actions a.update {
    background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_update_16h.gif) no-repeat 0 0;
    margin-left: 2px;
    padding: 0 0 2px 22px;
    display: block;
}

/* === PAGINATION === */

#layout_canvas ul.pagination {
    display: inline-block;
    clear: left;
    height: 30px;
    margin: 0px;
    padding: 0px;
    font-size: 12px/120%;
}

#layout_canvas ul.pagination li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

#layout_canvas ul.pagination li a {
    display: block;
    padding: 5px 8px;
    margin: 0 4px 0 0;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #000;
}

#layout_canvas ul.pagination li a.inactive {
    color: #bbb;
    cursor: default;
}

#layout_canvas ul.pagination li a:hover.inactive {
    background: none;
}

#layout_canvas ul.pagination li a:hover {
    background: #ddd;
}

#layout_canvas ul.pagination li a.current {
    font-weight: bold;
    cursor: default;
    background: #ddd;
}

#layout_canvas ul.pagination li a:hover.current {
    background: #ddd;
}

#layout_canvas #bottom_nav_options {
    padding: 20px 0 13px 0;
    /*overflow: auto;*/
}

#layout_canvas #bottom_nav_options .results_per_page {
    float: right;
}

.owner_block_links a {
    background:none repeat scroll 0 0 #E9E9E9;
    color:#666666;
    font-size:12px;
    font-weight:bold;
    padding:5px 10px;
}
/* === COMMUNITY === */
td.community_name img {
	display:block;
	float:left;
	margin:0 8px 0 0;
	width:16px;
}
td.community_name span {
	display:block;
	float:left;
	margin:2px 0 0;
	width:220px;
}
/* === WIKI === */

#wiki .breadcrumbs {
    font-size: 11px;
    padding: 5px 0;
    display: block;
}

#wiki a {
    color: #0069b0;
    font-weight: normal;
    text-decoration: none;
}

#wiki ul.wiki_post {
    border-bottom: 1px dashed #aaa;
    padding: 15px 0 15px 0;
    line-height: 130%;
    display: block;
}

#wiki ul.wiki_post p {
    padding: 5px 0;
    font-size: 12px;
}

#wiki ul.wiki_post div {
    font-size: 12px;
}

#wiki a.entry_title {
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
}

#wiki .entry_actual {
    padding: 10px 0;
    font-size: 12px;
}

#wiki .entry_actual ul {
	list-style: disc outside none;
	font-size: 12px;
}

#wiki .entry_actual ol {
	list-style: decimal outside none;
}

#wiki .wiki_utility_bar {
    border-top: 1px dashed #aaa;
    border-bottom: 1px dashed #aaa;
    display: block;
    padding: 10px 10px 10px 0;
}

#wiki .wiki_ratings {
    margin-right: -30px;
}
/* IE 6 fixes */
* html #wiki .wiki_ratings { 
	*margin-right: -10px;
}

#wiki .last_updated {
    color: #666;
    font-size: 11px;
    padding: 0px 0 10px 0;
    display: block;
}

#wiki a.edit_button {
    background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x 0 0;
    color: #fff;
    font-size: 11px;
	font-weight: normal;
    text-align: center;
    padding: 3px 6px 3px 5px;
    border: 0;
    margin: 0 0 0 5px;
    cursor: pointer;
}

#wiki a.delete_button {
    background: #ddd;
    color: #666;
    font-size: 11px;
	font-weight: normal;
    padding: 3px 6px 3px 5px;
    border: 0;
    margin: 0 0 0 5px;
    cursor: pointer;    
}

#wiki a.history_button {
    background: url(https://plusrsc.clearvale-apj.com/mod/pages/images/icon_history_16x16.gif) no-repeat 0 1px;
    color: #0069b0;
    font-size: 11px;
	font-weight: normal;
    text-align: center;
    padding: 3px 6px 3px 19px;
    border: 0;
    margin: 0 0 0 5px;
    cursor: pointer;
}

#wiki .wiki_history {
    padding: 15px 0 0 0;
}

#wiki .wiki_history ul {
    padding: 0 0 15px 0;
}

#wiki .wiki_history li {
    margin:5px 0 0;
    font-size: 12px/120%;
	margin-top: 10px;
}

#wiki .wiki_history a.back_button {
    background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x 0 0;
    color: #fff;
    font-size: 15px;
	font-weight: normal;
    text-align: center;
    padding: 4px 10px;
    border: 0;
    cursor: pointer;
}

.wiki_search_result_desc {
    display:block;
    font-size: 12px;
    padding:5px 0;
}

#blog_top_container {
}

#blogs a.post_title {
	font-weight: bold;
	font-size: 20px;
}

#blogs .breadcrumbs {
	font-size: 11px;
	padding: 5px 0;
	display: block;
}

a.add_blog_post_btn {
	background: url(../images/bg_btn_primary.jpg) repeat-x 0 0;
	color: #fff !important;
    font-size: 15px;
	font-weight: normal;
	text-align: center;
	padding: 4px 10px;
	border: 0;
	margin: 5px 0 0 15px;
	float: right;
}

#blogs ul.blog_post {
	border-bottom: 1px dashed #aaa;
	padding: 15px 0 15px 0;
	line-height: 150%;
	display: block;
}

#blogs ul.blog_post img.user {
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	float: left;
	display: block;
}

#blogs ul.blog_post .rightcol {
	width: 670px;
	display: block;
	float: left;	
	padding: 0;
	word-wrap: break-word;
}

#blogs ul.blog_post .rightcol .blog_container {
	overflow: auto;
}

/* IE 6 fix */
* html #blogs ul.blog_post .rightcol {
	padding: 0 6px 0 0;
}

#blogs ul.blog_post .rightcol p {
}

#blogs .createdby_timestamp {
	color: #666;
	font-size: 11px;
	padding: 5px 0 0 0;
	display: block;
}
#blogs .updatedby_timestamp {
	color: #666;
	font-size: 11px;
	display: block;
}

#blogs .sharedwith {
	color: #666;
	font-size: 11px;
	display: block;
}

#blogs .blog_actionbar {
	font-size: 11px;
	padding: 0 0 10px 0;
}

#blogs .blog_actionbar a {
	border-right: 1px solid #aaa;
	padding: 0 5px 0 0;
	margin-right: 5px;
}

#blogs .blog_actionbar a.last {
	border-right: 0;
}

#blogs .post_actual {
	font-size: 12px;
	padding:0 2px;
	line-height: 1.5em;
}

#blogs .post_actual ul {
	list-style: disc outside none;
	font-size: 12px;
	margin: 10px 0;
	padding-left: 40px;
}
	
#blogs .post_actual ul li ul {
	list-style: circle outside none;
}

#blogs .post_actual ol {
	list-style: decimal outside none;
	font-size: 12px;
	margin: 10px 0;
	padding-left: 40px;
}

#blogs .post_actual p {
	font-size: 12px;
	margin: 0;
}

#blogs .post_actual div {
	font-size: 12px;
}

#blogs .post_actual table td {
	padding: 1px;
}

/* ***************************************
   css above are for UI in sep release
*************************************** */

/*****************************************

	Css for widget page layouts
	
*****************************************/

#widgets_right {
  padding: 5px 5px 5px 0;
  width: 33%; 
  min-height: 1000px; 
  float: right;
  word-wrap: break-word;
  overflow: hidden;
}

#widgets_middle {
  padding: 5px;
  width: 31%; 
  float: left;
  word-wrap: break-word;
  overflow: hidden;
}

#widgets_left {
  padding: 5px;
  width: 31%; 
  float: left;
  word-wrap: break-word;
  overflow: hidden;
}

* html #widgets_right {
  width: 33%;
  overflow: hidden;
}

* html #widgets_middle {
  width: 31%;
  overflow: hidden;
}

* html #widgets_left {
  width: 31%;
  overflow: hidden;
}

#profile_info,
#groups_info {
  word-wrap: break-word;
}

* html #profile_info {
  width: 65%;
}

* html #groups_info {
  width: 65%;
}

#page_view #profile_info,
#page_view #groups_info {
  width: 100%;
}


#page_view .info {
  clear: both;
}

#page_view .widget-boundary {
	width: 100%;
	word-wrap: break-word;
	overflow: hidden;
}

#page_view .dashboard_left {
  padding: 0;
  margin-right: 10px;
  border-right: 1px solid #CCC;
  width: 19%; 
  float: left;
  overflow: hidden;
}

#page_view .dashboard_mid {
  padding: 0;
  margin: 0 5px;
  width: 48%; 
  float: left;
  overflow: hidden;
}
/****************************************
   Bug #4597 large image on my page stream will overflow
****************************************/
#page_view .zone {
  overflow: hidden;
}

#page_view .dashboard_right {
  padding: 0;
  margin-left: 10px;
  width: 29%; 
  float: left;
  overflow: hidden;
}

#page_view .dashboard_mid_right {
  padding: 5px;
  width: 75%;
  float: left;
}

#page_view .sidebar {
  float: left;
}

#page_view #groups_info .title ul {
 list-style: disc outside none;
}

#page_view #groups_info .title ol {
 list-style: decimal outside none;
}

#customise_page_view .zone,
#customise_page_view .fixedzone {
  margin: 0px 0px 0px 0px;
  border-bottom: 1px;
  border-right: 1px;
  padding: 5px 5px 5px 5px;
}

#customise_page_view .widget-boundary {
  width: 110%;
}

#customise_page_view .dashboard_left {
  width: 31%; 
  float: left;
}

#customise_page_view .dashboard_mid {
  width: 31%; 
  float: left;
}

#customise_page_view .dashboard_right {
  width: 31%; 
  float: left;
}

#customise_page_view .dashboard_mid_right {
  width: 63.5%;
  float: left;
}

.shaded #groups_info {
  margin: 0;
}

#groups_info .actions {
  text-align: left;
  margin: 10px 0;
}

#groups_info .title {
  padding: 5px;
  margin-bottom: 5px;
}
#groups_info #community_external_mark{	

	font-size: 1.4em;
	color:#1d7ecd;
	font-weight: bold;
}
#groups_info #community_external_tooltip{  
    font-size: 1.2em;
    color: #0069B0;
    font-weight: normal;
    text-decoration: none;
}
#community_external_tooltip span{
  font-size:0.9em;
  width: 23em;/*fix bug BVNqa80921*/
  padding: 15px;
}
.memberlist_external_mark{  
  float:left;
  width:95%;
  padding: 5px;
  font-size: 13px;
  color:#FF0000;
  font-weight: bold;
}
.external_member_mark {
  width:12px!important;
}
.newest_item_row .search_listing_info .external_member_mark {
  margin-left:-5px;	
}
#groups_info .title h1 {
  font-size: 2.1em;
  font-weight: bold;
}

#groups_info .title .actions {
  float: right;
  font-size: 1.2em;
  text-align: right;
}

#groups_info .title p {
  margin: 0;
}

#groups_info .title p.status {
  font-weight: bold;
  font-style: italic;
}

#groups_info p.group_status{
	margin: 0px 0px 15px 0;
    font-size:1.1em;
}

#groups_info .sidebar {
  padding: 5px 10px;
}

#groups_info .sidebar h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

#groups_info ul#group_admins {
  padding: 0;
  width: 150px;
}

#groups_info ul#group_admins li {
  font-size: 1.1em;
}

.shaded #profile_info {
  margin: 0;
}
#profile_info #guest_mark{	
	font-size: 1.4em;
	color:#FF0000;
	font-weight: bold;
}
#profile_guest_mark{
	font-size: 13px;
	color:#FF0000;
	font-weight: bold;
}
#guest_name_tooltip{
	font-size:0.6em;
	color:#0069B0;;
	font-weight: normal;
}
#profile_info .actions {
  text-align: left;
  margin: 10px 0;
}

#profile_info .title {
  padding: 5px;
  margin-bottom: 5px;
}

#profile_info .title h1 {
  font-size: 2.1em;
  font-weight: bold;
}

#profile_info .sidebar h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

#profile_info .sidebar .separator {
  height: 1px;
  background: #CCC;
  margin: 10px 0;
  clear: both;
}

#profile_info .sidebar .label {
  font-weight: bold;
}

#profile_info .sidebar .info_label {
  width: 40%;
  float: left;
}

#profile_info .sidebar .info_field {
  width: 60%;
  float: left;
}

#profile_info .sidebar .info_row {
  clear: both;
}

#profile_info .title .actions {
  float: right;
  font-size: 1.2em;
  text-align: right;
}
#profile_info .title .vote_action {
  float:left!important;
  font-size: 11px!important;
}

#profile_info .title p {
  margin: 0;
}

#profile_info .sidebar {
  padding: 5px 10px;
}
/*****************************************

	Css for forum topic UI
	
*****************************************/
#page_title_alt {
	font: bold 18px helvetica,arial;
	padding: 10px 0 0 0;
	}		

/* === FORUMS === */


#forums {
	padding: 0 20px;
	}
#forums a.forum_title {
    font-weight: bold;
	font-size: 15px;
	padding: 0 0 5px 0;
	}
#forums .breadcrumbs {
	font-size: 11px;
	padding: 5px 0 20px 0;
	display: block;
	float: left;
	}
#forums a {
	color: #0069b0;
	font-weight: normal;
	text-decoration: none;
	}
#forums .topic_title a {
	white-space: nowrap;
	}
#forums .owner_block_links a {
	background:none repeat scroll 0 0 #E9E9E9;
	padding:5px 10px;
	position:relative;
	top:5px;
	left:10px;
}
#forums a:hover {
	text-decoration: underline;
	}
#forums a.strong {
	font-weight: bold;
	}
#forums a.add_forum_btn {
	background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x 0 0;
	color: #fff !important;
	font: normal 15px helvetica;
	text-align: center;
	padding: 4px 10px;
	border: 0;
	margin: 0 0 0 15px;
	float: right;
	}	
#forums a.addfile_btn {
	background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x 0 0;
	border:0 none;
	color:#FFFFFF !important;
	float:right;
	font:15px helvetica;
	margin:0 0 0 15px;
	padding:4px 10px;
	text-align:center;
}
#forums ul.forum_item {
	border-bottom: 1px dashed #aaa;
	padding: 10px 0;
	clear: both;
	line-height: 180%;
	display: block;
	}		
#forums ul.first {
	padding-top: 0;
	}		
#forums ul.forum_item img.user {
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	float: left;
	display: block;
	clear: left;	
	}
#forums ul.forum_item .rightcol {
	width: 60%;
	display: block;
	float: left;	
	padding: 0 10px 0 0;
	}			
#forums ul.forum_item .rightcol p {
	padding: 5px 0;
	}	
#forums li.action_buttons {
	float: right;
	width: 30%;
	}		
#forums .forum_item .forum_description {
	display: block;
	padding: 5px 0;
	}
#forums .forum_item .forum_description div{
    font-size: 1.2em;
}
#forums .forum_item .forum_description ol{
  list-style: decimal outside none;
  }
#forums .forum_item .forum_description ul{
  list-style: disc outside none;
  }
#forums .topics, #forums .replies {
	color: #666;
	font-size: 11px;
	padding: 2px 0 0 0;
	display: block;
	}		
#forums .topics span, #forums .replies span {
	padding: 0 6px 0 0;
	margin: 0 4px 0 0;
	border-right: 1px solid #aaa;
	}		
#forums .createdby_timestamp {
	color: #666;
	font-size: 11px;
	padding: 5px 0 0 0;
	display: block;
	}	

#forums li.action_buttons a.edit_button {
	background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x 0 0;
	color: #fff;
	font: normal 11px helvetica;
	text-align: center;
	padding: 3px 6px 3px 5px;
	border: 0;
	cursor: pointer;
	float: right;
	margin: 5px 5px 0 0;
	}	
#forums li.action_buttons a.delete_button {
	background: #ddd;
	color: #666;
	font: normal 11px helvetica;
	padding: 3px 6px 3px 5px;
	border: 0;
	margin: 0 0 0 5px;
	cursor: pointer;	
	float: right;
	margin: 5px 5px 0 0;	
	}		
#forums li.action_buttons a.move_down_button {
	background: #4db934;
	color: #fff;
	font: normal 11px helvetica;
	padding: 3px 6px 2px 5px;
	border: 0;
	margin: 0 0 0 5px;
	cursor: pointer;	
	float: right;
	margin:5px 5px 0 0;
	}		
#forums li.action_buttons a.reply_button {
	background: #cbe1ef url(../images/reply_btn.gif) no-repeat 5px 3px;
	font: normal 11px helvetica;
	padding: 3px 6px 3px 22px;
	border: 0;
	margin: 5px 5px 0 0;
	font-weight: bold;
	cursor: pointer;	
	float: right;
	}				
	
#forums .forum_ratings {
	padding: 5px 0 0 0;
	float: left;
	display: block;
	}	
#forums a.thumbs_up, #forums a.thumbs_down {
	background: url(../images/icon_thumb_up_16x16.gif) no-repeat 4px 4px;
	padding: 5px 4px 4px 22px;
	border: 1px solid #ddd;
	margin: 0 3px 0 0;
	display: block;
	float: left;
	}	
#forums a.thumbs_down {
	background: url(../images/icon_thumb_down_16x16.gif) no-repeat 4px 4px;
	}		
#forums a:hover.thumbs_up, #forums a:hover.thumbs_down {
	background-color: #eee;
	}	

#forums .forums_table th.date, #polls .forums_table th.replies, #polls .forums_table th.forum_status_col {
	white-space: nowrap;
	}
#forums .forums_table th.replies_col {
	width: 70px;
	}		
#forums .forums_table th.forum_status_col {
	width: 100px;
	}
	
	
/* === FORUM TOPIC REPLY AREA === */

#forums ul.reply_to_topic {
	background: #e8f2fa;	
	margin: 20px 0 0 50px;
	line-height: 120%;
	}	
#forums ul.reply_to_topic li {
	border-top: 2px solid #fff;
	padding: 7px;
	}	
#forums ul.reply_to_topic li.last {
	padding: 6px 7px;
	}	
#forums ul.reply_to_topic img.user {
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	float: left;
	display: block;	
	}	
#forums ul.reply_to_topic .message {
	font-size: 11px;
	}	
#forums ul.reply_to_topic .rightcol {
	width: 625px;
	display: block;
	float: left;	
	padding: 0 10px 0 0;	
	}			
#forums ul.reply_to_topic .timestamp {
	color: #888;
	font-size: 10px;
	padding: 5px 0 0 0;
	}		
#forums ul.reply_to_topic li.write_a_reply .replyfield {
	display: block;
	padding: 5px;
	border: 1px solid #aaa;
	font-size: 13px;
	color: #aaa;
	width: 600px;
	}	
#forums ul.reply_to_topic li.comments_bar_title {
	background: #dcebf7;
	padding: 8px 10px;
	font-weight: bold;
	}	
#forums ul.reply_to_topic .action_buttons {
	float: right;
	width: 100px;
	}		
#forums ul.reply_to_topic .action_buttons a.edit_button {
	background: url(../images/bg_btn_primary.jpg) repeat-x 0 0;
	color: #fff;
	font: normal 11px helvetica;
	text-align: center;
	padding: 3px 6px 3px 5px;
	border: 0;
	cursor: pointer;
	float: right;
	margin: 5px 5px 0 0;
	}	
#forums ul.reply_to_topic .action_buttons a.delete_button {
	background: #ddd;
	color: #666;
	font: normal 11px helvetica;
	padding: 3px 6px 3px 5px;
	border: 0;
	margin: 0 0 0 5px;
	cursor: pointer;	
	float: right;
	margin: 5px 5px 0 0;	
	}		
#forums ul.reply_to_topic a.thumbs_up, #forums ul.reply_to_topic a.thumbs_down {
	background-color: #fff;
	}	
#forums .write_a_reply .post_area {
	border: 1px solid #aaa;
	width: 780px;
	margin: 5px 0 0 1px;
	padding: 5px 30px 5px 5px;
	display: block;
	min-height: 10px;
	color: #aaa;
	background: #fff;
	float: left;
	}	
#forums .write_a_reply .post_area:focus {
	min-height: 50px;
	max-height: 200px;
	color: #000;
	}		
#forums .write_a_reply a.post_button {
	background: url(../images/bg_btn_primary.jpg) repeat-x 0 0;
	color: #fff;
	font: normal 15px helvetica;
	text-align: center;
	padding: 4px 10px 5px 10px;
	margin: 5px 0 0 2px;	
	border: 0;
	cursor: pointer;
	float: left;
	}
#forums_title_bottom {
	border-bottom: 1px solid #ccc;
	width: 100%;
    padding: 10px 0;    
	}	
/* === TOPICSEARCH === */

#topicfilter_search_container {
    width: 100%;
    float: left;
    padding: 15px 0;    
    border-bottom: 1px solid #ccc;
}
#topicfilter_line_container {
    width: 100%;
    /*float: left;*/
    padding: 10px 0;    
    border-bottom: 1px solid #ccc;
}
#topicfilter_search_container #searchform {
    float: left;
    padding: 0 10px 0 0;
}
#topicfilter_search_container .search_input {
    float: left;
    display: block;
    width: 300px;
    font-size: 13px;
	font-weight: normal;
    color: #333;
    padding: 4px;
}
#topicfilter_search_container .search_button {
    display: block;
    float: left;
}   

/***********************************
Siteadmin Styles
***********************************/

.siteadmin-subarea {
	float: left;
	width: 95%;
	padding: 10px 20px;
}

.siteadmin-submenu {
	font-size: 14px;
	font-weight: bold;
	width: 95%;
	padding: 10px 0px; 
	margin: 20px 0px;
	border-bottom: 1px solid #ccc;
}

.siteadmin-submenu-content {
	margin: 10px;
}

.siteadmin-submenu .top_action_links {
    float: right;
}

.action_links {
	float: left;
}

.siteadmin-submenu .top_action_links li,
.action_links li {   
    float: left;
    padding: 0 8px;
    border-right: 1px solid #aaa;
}

.siteadmin-submenu .top_action_links li.last,
.action_links li.last {
    border-right: 0;
}

.siteadmin-submenu .top_action_links a, .siteadmin-submenu .top_action_links a.visited, .siteadmin-submenu .top_action_links a.active,
.action_links a, .action_links a.visited, .action_links a.active {
    color: #0069b0;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
}

.siteadmin-submenu .top_action_links a:hover,
.action_links a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.siteadmin-submenu .top_action_links a.strong,
.action_links a.strong {
    font-weight: bold;
}

.siteadmin-submenu-table .action_links {
	float: right;
}

.siteadmin-submenu-search-input form {
    float: left;
    padding: 0 10px 0 0;
}

.siteadmin-submenu-search-input .search_input {
    float: left;
    display: block;
    width: 300px;
    font-size: 13px;
	font-weight: normal;
    color: #333;
    padding: 4px;
}

.siteadmin-submenu-search-input .search_button {
    display: block;
    float: left;
}   

.siteadmin-submenu-search-input .filter_select {
    display: block;
    padding: 5px 0 0 0;
}

.siteadmin-submenu-search-input .filter_select select {
    min-width: 140px;
}

.siteadmin-submenu-table-container {
	float: left;
	width: 40%;
}

.siteadmin-submenu-main-search {
	margin: 20px 0px;
	float: left;
}

.siteadmin-submenu-table {
	margin: 20px 0px;
	width: 95%;
}

.siteadmin-submenu-table td:first-child {
	width: 125px;
}

.siteadmin-submenu-table td {
	padding: 10px;
	font-size: 12px;
}

.siteadmin-submenu-table .account-attribute-text {
	width: 30em;
}

.siteadmin-submenu-table .date-selector-td {
	width: 210px;
}

.siteadmin-column-textbox {
	width: 45em;
}

.text_submit {
	float: left !important;
	font-size: 12px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.service_value {
	width: 3em;
}

.siteadmin-submenu-description {
	margin: 10px;
	font-size: 12px;
}

.siteadmin-description-text {
	margin: 10px 0px;
	font-size: 12px;
	font-weight: bold;
}

.siteadmin-single-column-2 {
	padding: 10px 20px;
	width: 95% !important;
} 

.siteadmin-label-text {
	font-weight: bold;
}

.col_2_table .action_links ul {
	padding: 0px;
}

.col_2_table div.sort_arrow {
    margin: 4px 0 0 2px;
    float: right;
	width: 13px;
	height: 7px;
}

.col_2_table th.headerSortUp div.sort_arrow { 
    background-image: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_sort_arrow_up_13.gif); 
    background-repeat: no-repeat;
    cursor: pointer;
} 

.col_2_table th.headerSortDown div.sort_arrow { 
    background-image: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_sort_arrow_down_13.gif); 
    background-repeat: no-repeat;
    cursor: pointer;
}

.col_2_table th.header a {
	cursor: pointer;
}

#siteadmin_language_selector {
	float: right !important;
	margin-top: 9px !important;
	padding-left: 10px;
}

#siteadmin_language_selector select {
	font-size: 11px;
	color: #666666;
}

.siteadmin_menu span {
	color:#333;
}
 
.siteadmin_popup {
	width: 100% !important;
}

.siteadmin_beta {
	color: red; 
	position: relative; 
	top: -0.5em; 
	font-size: 85%;
}

#generic_popup_window {
    width: 450px;
    margin-left: -250px;
}

#generic_popup_window p {
  margin: 0 0 0 0;
  font-size: 12px;
  font-weight: normal;
}

#generic_popup_window img {
  padding-top: 5px;
  padding-bottom: 5px;
}

#generic_popup_content input {
  font-size: 12px;
  font-weight: normal;
}

.getting_started_done {
  padding-left: 25px;
  background: url(https://plusrsc.clearvale-apj.com/_graphics/customized_checked.png) no-repeat 0 15%;
}

.getting_started {
  padding-left:25px;
  background: url(https://plusrsc.clearvale-apj.com/_graphics/customized_unchecked.png) no-repeat 0 15%;
}

[id^=first-time_box] {
  background: none repeat scroll 0 0 #FDF2F2;
  font-size: 11px;
  padding: 10px;
}

[id^=first-time_box] strong {
  color: #D50000;
  font-size: 1.1em;
}
/* ***************************************
   css for content picker
****************************************/
#content_picker_window {
  width: 650px;
}
#content_picker_content {
  padding: 0 5px;
}
#content_picker_window div.content_picker_popup_header {
    width: 98%;
    float: left;
    padding: 0 5px 5px; 
    border-bottom: 1px solid #ccc;
    font-size:18px;
    font-weight:bold;
}
#content_picker_column_1 {
    width: 170px;
    margin: 0 5px 0 0;
    padding: 0;
    float: left;
}
ul.content_picker_nav_box {
    display: block;
    border: 1px dotted #999;
    padding: 10px 0;
}

ul.content_picker_nav_box li {
    padding: 2px 10px;
}

ul.content_picker_nav_box li a {
    color: #999 !important;
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline !important;
}

ul.content_picker_nav_box li a.selected {
    color: #333 !important;
    font-size: 13px;  
    font-weight: bold;  
    text-decoration: none !important;   
}
#content_picker_column_2 {
    width: 460px;
    float: left;
}
.content_picker_column_2_buttons {
   position: absolute; 
   bottom: 10px; 
   right: 25px;
}
.content_picker_note {
   position: absolute; 
   bottom: 2px; 
   right: 25px;
}
#cp_table ul.actions li {
  float: left;
  margin-right: 3px;
}

#cp_table .actions .btn_positive {
  background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x scroll left top transparent;
  border: 0 none;
  color: #FFFFFF !important;
  cursor: pointer;
  font-size: 14px;
  line-height: 100%;
  padding: 8px 10px;
  text-align: center;
  width: auto;
}
#cp_table .actions .btn_positive:hover {
  background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x scroll left bottom transparent;
  text-decoration: none;
}
#cp_table .actions .btn_xtrasmall {
  font-size: 10px;
  line-height: 100%;
  padding: 4px 5px;
}
#cp_table .actions .btn_remove {
  background: none repeat scroll 0 0 #D40000;
  border: 0 none;
  color: #FFFFFF;
  cursor: pointer;
  width: auto;
  font-size: 10px;
  line-height: 100%;
  padding: 4px 5px;
}
#cp_table .actions .btn_remove:hover {
  background: none repeat scroll 0 0 #AF0000;
  color: #FFFFFF;
  text-decoration: none;
}
.cp_table_vscroll{
	max-height:300px;
	height: expression(this.scrollHeight> 300 ?300 : "auto"); 
	-webkit-max-height:300px;
	overflow-y:auto;
}
#content_picker_column_2 .attachment_add {
    display:block;
    padding:0px 0px 0px 20px;
    background: url(https://plusrsc.clearvale-apj.com/_graphics/icon_customise_add.gif) no-repeat 0;
}
#content_picker_column_2 .attachment_remove {
    display:block;
    padding:0px 0px 0px 20px;
    background: url(https://plusrsc.clearvale-apj.com/_graphics/icon_customise_remove.gif) no-repeat 0;
}

#content_picker_filter_search_container {
    width: 100%;
    padding: 5px 0 10px;    
    border-bottom: 1px solid #ccc;
}
#content_picker_filter_search_container #searchform {
    float: left;
    padding: 0 10px 0 0;
}
#content_picker_filter_search_container .search_input {
    float: left;
    display: block;
    width: 190px;
    font-size: 13px;
    font-weight: normal;
    color: #333;
    padding: 4px;
}

#content_picker_filter_search_container .search_button {
    display: block;
    float: left;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding: 0;
    vertical-align: middle;
}   

#content_picker_filter_search_container .filter_select {
    display: block;
    padding: 5px 0 0 0;
	font-size:1.2em;
}

#content_picker_filter_search_container .filter_select select {
    min-width: 140px;
}
#pagination_ajax #bottom_nav_options {
    padding: 10px 0 0 0;
}

#pagination_ajax ul.pagination {
    display: inline-block;
    clear: left;
    height: 30px;
    margin: 0px;
    padding: 0px;
    font-size: 12px/120%;
}

#pagination_ajax ul.pagination li {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

#pagination_ajax ul.pagination li a {
    display: block;
    padding: 5px 8px;
    margin: 0 4px 0 0;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #000;
}

#pagination_ajax ul.pagination li a.inactive {
    color: #bbb;
    cursor: default;
}

#pagination_ajax ul.pagination li a:hover.inactive {
    background: none;
}

#pagination_ajax ul.pagination li a:hover {
    background: #ddd;
}

#pagination_ajax ul.pagination li a.current {
    font-weight: bold;
    cursor: default;
    background: #ddd;
}

#pagination_ajax ul.pagination li a:hover.current {
    background: #ddd;
}

#topic_posts_view .topic_post {
	font-size: 12px;
}

#topic_posts_view .topic_post p {
	font-size: 12px;
	margin: 0;
}

#topic_posts_view .topic_post div {
	font-size: 12px;
}

#topic_posts_view .topic_post ul {
	list-style: disc outside none;
	/* font-size: 12px; */
}

#topic_posts_view .topic_post ol {
	list-style: decimal outside none;
	/* font-size: 1.2em; */
}

#task_assignee_popup td {
    padding: 6px 2px 6px 10px;
}

.actionbar {
  font-size: 11px;
  padding: 0 0 10px 0;
}

.actionbar a {
  border-right: 1px solid #aaa;
  padding: 0 5px 0 0;
  margin-right: 5px;
}

.actionbar a.last {
  border-right: 0;
}

.ufolder_dept {
  font-style:italic;
}

.addrow_button {
	float: left;
	margin: 6px 0 0 5px;
	padding: 2px 10px;
}


/****************************************
   css for ckeditor picker
****************************************/
#ckeditor_picker_content{
	width: auto; 
	height: auto; 
	overflow: auto; 
  position: relative;
}
#ckeditor_image_window {
  background: none repeat scroll 0 0 transparent;
	top: 5%;
	height: auto;
	border: 0;
}
#ckeditor_image_upload {
	background: none repeat scroll 0 0 #FFFFFF;
	width: 700px;
	z-index: 2000;
	overflow: auto;
}
#ckeditor_image_upload .ckeditor_image_upload_header {
	background: none repeat scroll 0 0 #0D70C3;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 5px 15px;
}

#ckeditor_image_upload #ckeditor_image_upload_nav_tabs {
	clear: right;
	color: #FFFFFF;
	display: inline;
	float: left;
	font-size: 11px;
	margin: 0 10px;
	padding: 0 0 3px;
	position: relative;
	width: 90%;
	z-index: 0;
}
#ckeditor_image_upload_nav_tabs a.selected {
	-moz-box-shadow: 0 0 4px #DDDDDD;
	background: -moz-linear-gradient(center top , #EDEDED, #FFFFFF) repeat scroll 0 0 transparent;
	border: 1px solid #AAAAAA;
	color: #000000;
	font-weight: bold;
}
#ckeditor_image_upload_nav_tabs a {
	-moz-border-radius: 5px 5px 5px 5px;
	border: 1px solid #CCCCCC;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 120%;
	margin: 8px 2px 0 0;
	padding: 7px 7px 12px;
	position: relative;
	text-decoration: none;
	background: -moz-linear-gradient(center top , #DDDDDD, #EEEEEE) repeat scroll 0 0 transparent;
	color: #999999;
}
#ckeditor_image_upload_nav_tabs a.last {
	padding-right: 9px;
}
#ckeditor_image_upload_nav_tabs .bottom_cover {
	background: none repeat scroll 0 0 #FFFFFF;
	bottom: 0;
	display: block;
	height: 7px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
}

.ckeditor_image_upload_main_area {
	float: left;
	padding: 0 0 0 10px;
	width: 690px;
}
#ckeditor_image_upload .ckeditor_image_upload_choose_area {
	background: url(/mod/theme_clear/graphics/add_images_utility_bg.jpg) repeat-x scroll left bottom transparent;
	font-size: 11px;
	margin: 0 -10px;
	padding: 0px;
	width: 700px;
}
#ckeditor_image_upload .ckeditor_image_upload_choose_area .input-file {
	color: #666666;
	display: block;
	margin-left: 15px;
}
#ckeditor_image_upload .ckeditor_image_upload_choose_area .ckeditor_image_file_type {
	color: #888888;
	display: block;
	font-size: 0.8em;
	padding: 0px 0 5px 15px;
}

#ckeditor_image_upload .ckeditor_image_upload_data_area {

}

#ckeditor_image_upload .ckeditor_image_upload_data_area ul {
	height: 280px;
	max-height: 280px;
	overflow-x: hidden;
	overflow: auto;
	padding-top: 5px;
	padding-left: 5px;
	margin: 10px 0;
	position: relative;
	margin-bottom: 5px;
}
#ckeditor_image_upload .ckeditor_image_upload_data_area li {
	border: 3px solid #EEEEEE;
	margin-bottom: 5px;
	margin-right: 5px;
	height: 140px;
	float: left;
	margin-left: 0px;
	display: inline;
	position: relative;
}
#ckeditor_image_upload .ckeditor_image_upload_data_area li .selected-check {
    bottom: 3px;
    height: 25px;
    position: absolute;
    right: 3px;
    width: 25px;
}

#ckeditor_image_upload .ckeditor_image_upload_insert_button {
	border-top: 1px dotted #AAAAAA;
	clear: both;
	margin-left: 0;
	padding: 5px 5px 5px 8px;
}

#ckeditor_image_upload .ckeditor_image_upload_insert_button .cke_btn_positive {
	background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x scroll left bottom transparent;
}

#ckeditor_image_upload .ckeditor_image_upload_insert_button  input[type="button"],input[type="submit"] {
	font-weight: normal;
}
#ckeditor_image_upload_search_area {
	background: url(/mod/theme_clear/graphics/add_images_utility_bg.jpg) repeat-x scroll left bottom transparent;
	border-bottom: 0 none;
	margin-bottom: 10px;
	margin-left: -10px;
	padding: 5px 0 10px 10px;
	width: 100%;
}
#ckeditor_image_upload_search_area .search_input {
	color: #333333;
	display: block;
	float: left;
	font: 12px arial;
	padding: 4px;
	width: 300px;
}
#ckeditor_image_upload_search_area input[type="image"] {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	padding: 0;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-top: 2px;
}
#ckeditor_image_upload_search_area .search_button {
	border: 0 none;
	display: block;
	padding: 0;
}
#ckeditor_image_upload #ckeditor_image_upload_fromurl_search_area .input-type_text_imageURL {
	width: 600px;
}
#ckeditor_image_upload .ckeditor_image_upload_fromurl_area .URL_preview {
    border: 3px solid #EEEEEE;
    color: #666666;
    font-size: 11px;
    height: 170px;
    margin-right: 10px;
    padding-top: 113px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 5px;
    width: 672px;
    overflow: hidden;
}
#ckeditor_image_upload .ckeditor_image_upload_fromurl_area .URL_preview strong {
    display: block;
    font-size: 1.1em;
}
#ckeditor_image_upload_fromurl_search_area {
	background: url(/mod/theme_clear/graphics/add_images_utility_bg.jpg) repeat-x scroll left bottom transparent;
	border-bottom: 0 none;
	margin-bottom: 10px;
	margin-left: -10px;
	padding: 5px 0 10px 10px;
	width: 690px;
}
#ckeditor_image_upload .ckeditor_image_upload_fromurl_area .URL_preview img {
	float: left;
	margin-top: -113px;
	max-height: 280px;
	max-width: 670px;
}
#fancybox-container {
  width: 500px !important;
}
#fancybox-container .button-area {
  border-top: 1px dotted #AAAAAA;
  clear: both;
  display: block;
  margin: 0 0; /* 0 0 0 if padding is greater than 0 */
  padding: 20px 15px; /* 15px 15px if padding is greater than  0 */
}
#fancybox-container .fancybox-scrolling {
  display: block;
  max-height: 350px;
  overflow: auto;
  padding : 15px;
}
#fancybox-container .fancybox-title {
  background: none repeat scroll 0 0 #0D70C3;
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0px 0px;
  padding: 5px 15px;
}
#fancybox-container p {
  font-size: 12px;
}
#fancybox-container .btn {
  background: none repeat scroll 0 0 #2787D4;
  border: 0 none;
  color: #FFFFFF !important;
  cursor: pointer;
  line-height: 100%;
  padding: 8px 10px;
  text-align: center;
  width: auto;
  font-size: 11px;
}

.align_top {
	vertical-align: top;
	
}
.align_middle {
	vertical-align: middle;
	
}
.align_bottom {
	vertical-align: bottom;
	
}

.hinted {
  color: #AAA;
}

/****************************************
   css for ckeditor embed video/audio
****************************************/

#ckeditor_embed_upload {
	background: none repeat scroll 0 0 #FFFFFF;
	width: 700px;
	z-index: 2000;
	overflow: auto;
}
#ckeditor_embed_upload .ckeditor_embed_upload_header {
	background: none repeat scroll 0 0 #0D70C3;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 5px 15px;
}

#ckeditor_embed_upload #ckeditor_embed_upload_nav_tabs {
	clear: right;
	color: #FFFFFF;
	display: inline;
	float: left;
	font-size: 11px;
	margin: 0 10px;
	padding: 0 0 3px;
	position: relative;
	width: 90%;
	z-index: 0;
}
#ckeditor_embed_upload_nav_tabs a.selected {
	-moz-box-shadow: 0 0 4px #DDDDDD;
	background: -moz-linear-gradient(center top , #EDEDED, #FFFFFF) repeat scroll 0 0 transparent;
	border: 1px solid #AAAAAA;
	color: #000000;
	font-weight: bold;
}
#ckeditor_embed_upload_nav_tabs a {
	-moz-border-radius: 5px 5px 5px 5px;
	border: 1px solid #CCCCCC;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 120%;
	margin: 8px 2px 0 0;
	padding: 7px 7px 12px;
	position: relative;
	text-decoration: none;
	background: -moz-linear-gradient(center top , #DDDDDD, #EEEEEE) repeat scroll 0 0 transparent;
	color: #999999;
}
#ckeditor_embed_upload_nav_tabs a.last {
	padding-right: 9px;
}
#ckeditor_embed_upload_nav_tabs .bottom_cover {
	background: none repeat scroll 0 0 #FFFFFF;
	bottom: 0;
	display: block;
	height: 7px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
}
.ckeditor_embed_upload_main_area {
	float: left;
	padding: 0 0 0 10px;
	width: 690px;
}
#ckeditor_embed_upload .ckeditor_embed_upload_insert_button {
	border-top: 1px dotted #AAAAAA;
	clear: both;
	margin-left: 0;
	padding: 5px 5px 5px 8px;
}

#ckeditor_embed_upload .ckeditor_embed_upload_insert_button .cke_btn_positive {
	background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x scroll left bottom transparent;
}

#ckeditor_embed_upload .ckeditor_embed_upload_insert_button  input[type="button"],input[type="submit"] {
	font-weight: normal;
}

#ckeditor_embed_upload .ckeditor_embed_area .preview {
    border: 3px solid #EEEEEE;
    color: #666666;
    font-size: 11px;
    height: 170px;
    margin-right: 10px;
    padding-top: 113px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 5px;
    width: 672px;
    overflow: hidden;
}
#ckeditor_embed_upload .ckeditor_embed_area .preview strong {
    display: block;
    font-size: 1.1em;
}
#ckeditor_embed_upload .ckeditor_embed_area .preview img {
	float: left;
	margin-top: -113px;
	max-height: 280px;
	max-width: 670px;
}
#ckeditor_embed_upload .ckeditor_embed_upload_choose_area {
	background: url(/mod/theme_clear/graphics/add_images_utility_bg.jpg) repeat-x scroll left bottom transparent;
	font-size: 11px;
	margin: 0 -10px;
	padding: 0px;
	width: 700px;
	margin-bottom: 10px;
}
#ckeditor_embed_upload .ckeditor_embed_upload_choose_area .input-file {
	color: #666666;
	display: block;
	margin-left: 15px;
}
#ckeditor_embed_upload .ckeditor_embed_upload_choose_area .ckeditor_embed_file_type {
	color: #888888;
	display: block;
	font-size: 0.8em;
	padding: 0px 0 5px 15px;
}

#ckeditor_embed_upload_fromurl_search_area .input-textarea {
	height:60px;
}

#ckeditor_embed_upload_fromurl_search_area .btn_negative {
	float: right;
	margin-right: 50px;
	margin-top: -42px;
}

.ckeditor_embed_upload_main_area .embed_video_preview {
	width: 531px;
	height: 298px;
}

/****************************************
   css for horizontal bar
****************************************/
#horizontal_bar{
	font-family: Arial,Helvetica,sans-serif;
	height: 40px;
}
.horizontal_bar_body{
	position: fixed;
	top: 0;
	left: 0;
	height: 40px;
	width: 100%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	background-image: url(/mod/theme_clear/graphics/bg_horizontal_bar.jpg);
	z-index: 9999;
	_position: absolute;
	_bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop));
}
.horizontal_bar_link_text{
	font-size: 13px;
	color: white;
	float: left;
	margin-top: 13px;
	margin-left: 20px;
}
.horizontal_bar_menu_allow{
	margin: 0;
	float: left;
}

.horizontal_bar_menu_allow .allow_button{
	float: left;
}
#horizontal_bar_allow_button{
	background-image: url(/mod/theme_clear/graphics/button_grad.png);
	background-repeat:repeat;
	cursor: pointer; 
	margin-top: 8px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 4px 10px;
	font-size: 14px;
	border-radius: 5px;
	color: white;
}
#horizontal_bar_menu_more_info{
	margin: 0;
	float: right;
}
.horizontal_bar_arrow{
	float: left;
	width: 30px;
	height: 40px;
	background-image: url(/mod/theme_clear/graphics/arrow_new_up.png);
	background-repeat: no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='scale',src='/mod/theme_clear/graphics/arrow_new_up.png'); /* IE6 */
	_background-image: none; /* IE6 */
}
#horizontal_bar_menu_more_info .more_info_text{
	margin-left: -10px;
	float:left;
	padding-top: 13px;
}
#horizontal_bar_menu_more_info li a{
	margin-left: 6px;
	color: white;
	font-size: 13px;
}
#horizontal_bar_menu_more_info .close_button{
	margin: 10px 10px 0px 60px;
	float:right;
	cursor: pointer;
	height: 20px;
	width: 18px;
	background-image: url(/mod/theme_clear/graphics/close.gif);
}
#iframe_approved_sites input[type="button"]{
	background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x 0 0 !important;
	color: #FFF !important;
}

u {
	text-decoration: underline;
}

strike {
	text-decoration: line-through;
}

s {
	text-decoration: line-through;
}
#aibadge,#acbadge,#chatnut{
text-align: center;
display:none;
min-width: 18px; 
height: 18px; 
color:white;
background:#1E7FCE; 
background: url(/mod/theme_clear/graphics/bgforie.gif)\9;
-moz-border-radius: 12px; 
-webkit-border-radius: 12px; 
border-radius: 12px; 
line-height:150%;
font-family: Arial,Helvetica,Verdana,sans-serif;
	
}
#cbadge{
float: right;
z-index: 100;
margin-top: -8px;
padding-top:1px;
text-align: center;
display:none;
min-width: 18px; 
min-height: 17px; 
color:white;
background:#C24F4F; 
background: url(/mod/theme_clear/graphics/bgforie2.gif)\9;
-moz-border-radius: 12px; 
-webkit-border-radius: 12px; 
border-radius: 12px; 

font-family: Arial,Helvetica,Verdana,sans-serif;

}
#cbadge{
float: right;
z-index: 100;
margin-top: -8px;
padding-top:1px;
text-align: center;
display:none;
min-width: 18px; 
min-height: 17px; 
color:white;
background:#C24F4F; 
background: url(/mod/theme_clear/graphics/bgforie2.gif)\9;
-moz-border-radius: 12px; 
-webkit-border-radius: 12px; 
border-radius: 12px; 

font-family: Arial,Helvetica,Verdana,sans-serif;

}

#newstreams , #newchats{
display: none;
	background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x 0 0;
color: #FFF;

height: 23px;
line-height: 23px;
text-align: center;
margin-top: 5px ;
	
	
}
.onlineicon{
background: url(/mod/theme_clear/graphics/onlineicon.png);
width:10px;
height:10px;
margin-top: -10px;
background-size:cover;
  z-index: 1002;
  position: relative;
  display:none;
  float: right;
    margin-right: -5px
}
#bookmark_desc ol {list-style-type:decimal;}
#bookmark_desc ul {list-style-type:disc;}
.must-be-hidden { display:none !important;}// vim: set ts=2 syntax=php noeol binary expandtab:
/* ***************************************
	AVATAR CONTEXTUAL MENU
*************************************** */	
#profile_icon_wrapper {
	float:left;
}
#profile_icon_wrapper img {
	border-top:solid 0px #cccccc; 
	border-left:solid 0px #cccccc; 
	border-right:solid 0px #cccccc; 
	border-bottom:solid 0px #cccccc;
}
	
.usericon {
	position:relative;
}

* html #profile_send_yours_left_block{
    display: table-cell;
    vertical-align: super;
}

.avatar_menu_button {
	width:15px;
	height:15px;
	position:absolute;
	cursor:pointer;
	display:block;
	right:0px;
	bottom:0px;
}
.avatar_menu_arrow {
	background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/avatar_menu_arrows.gif) no-repeat left top;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_on {
	background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/avatar_menu_arrows.gif) no-repeat left -16px;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_hover {
	background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/avatar_menu_arrows.gif) no-repeat left -32px;
	width:15px;
	height:15px;
}

.usericon div.sub_menu, #avatar_sub_menu { 
	display:none; 
	position:absolute; 
	padding:2px; 
	margin:0; 
	border-top:solid 1px #E5E5E5; 
	border-left:solid 1px #E5E5E5; 
	border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999;  
	width:160px; 
	background:#FFFFFF; 
	text-align:left;
}
div.usericon a.icon img {
	z-index:10;	
}

.usericon div.sub_menu a {margin:0;padding:2px;color:#252525;}
.usericon div.sub_menu a:link, 
.usericon div.sub_menu a:visited, 
.usericon div.sub_menu a:hover{ display:block;}	
.usericon div.sub_menu a:hover{ background:#333333; color:white; text-decoration:none;}

.usericon div.sub_menu h3 {
	font-size:1.2em;
	padding-bottom:3px;
	border-bottom:solid 1px #333333;
	color: #333333;
	margin:0 !important;
}
.usericon div.sub_menu h3:hover {
	color: white;
}

#avatar_sub_menu a {margin:0;padding:2px;color:#252525;}
#avatar_sub_menu a:link, 
#avatar_sub_menu a:visited, 
#avatar_sub_menu a:hover{ display:block;}	
#avatar_sub_menu a:hover{ background:#333333; color:white; text-decoration:none;}

#avatar_sub_menu h3 {
	font-size:1.2em;
	padding-bottom:3px;
	border-bottom:solid 1px #333333;
	color: #333333;
	margin:0 !important;
}
#avatar_sub_menu h3:hover {
	color: white;
}

.user_menu_addfriend,
.user_menu_removefriend,
.user_menu_profile,
.user_menu_friends,
.user_menu_friends_of,
.user_menu_blog,
.user_menu_file,
.user_menu_messages,
.user_menu_admin,
.user_menu_photo,
.user_menu_pages {
	margin:0;
	padding:0;
}
.user_menu_admin {
	clear:left;
    width:100%;
    float:none;
}
#profile_links .user_menu_admin a:first-child {
	border-left:none;
    padding-left:0;
}
.user_menu_admin a {
	color:#cc0000 !important; 
}
.user_menu_admin a:hover {
	color:white !important; 
	background:#cc0000 !important; /* red */
}
#content_area_group_title h2 {
	padding:5px;
	margin:0 0 10px 0;
	font-size:1.35em;
	line-height:1.2em;
	color:#333333;
	border-bottom:1px solid #999999;
}

#two_column_left_sidebar_maincontent #owner_block_content {
	margin:0 0 10px 0 !important;
}

#groups_info h2 {	
    font-size:2.0em;
}	

#groups_info {
	margin:0 25px 16px 8px;
	padding:16px;
	background:white;
    border:1px solid #ccc;
}

.groups_info_edit_buttons {
	padding:0;
}

.groups_info_edit_buttons a {
	font-size:11px;
	font-weight:normal;
	color:#333;
    border-left:1px solid #333; 
    padding-left: 4px;
    padding-right:4px;
}

.groups_info_edit_buttons a:first-child {
	border-left:none;
    padding-left:none;
}

.groups_info_edit_buttons a.first {
	border-left:none;
    padding-left:none;
}

.user_style_edit_buttons {
	padding:0;
	margin:0 0 0;
}

.user_style_edit_buttons a {
	font-size:11px;
	font-weight:normal;
	color:#333;
    border-left:1px solid #333; 
    padding-left: 4px;
    padding-right:4px;
}

.user_style_edit_buttons a:first-child {
	border-left:none;
    padding-left:none;
}

.user_style_edit_buttons a.first {
	border-left:none;
    padding-left:none;
}

#groups_membership {
	font-size:12px;
    font-weight:normal;
}

#groups_info_column_left {
	margin-right:10px;
	width: 350px;
	overflow:hidden;
}

#groups_info_column_left .odd, #groups_info_column_left .even {
	margin:0 0 7px 0;
    font-size:1.2em;
}

#groups_info_column_left .odd p, #groups_info_column_left .even p {
    font-size:1.0em;
}

#groups_info_column_left p {
	margin:0 0 7px 0;
}

#groups_info_column_right {
	float:left;
	width:230px;
	margin:0 0 0 10px;
}
#groups_info_wide p {
	text-align: right;
	padding-right:10px;
}
#group_stats {
	width:180px;
	background: #dedede;
	padding:10px;
	margin:10px 0 20px 0;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
#group_stats p {
	margin:0;
}
#group_members {
	margin-bottom:10px;
}

.right_column {
	clear:left;
	float:right;
	width:340px;
	margin:0 10px 0 0;
}
#left_column {
	width:340px;
	float:left;
	margin:0 0 0 10px;

}
/* IE 6 fixes */
* html #left_column { 
	width:328px;
}
* html .right_column { 
	width:328px;
}

#group_members h2,
.right_column h2,
#left_column h2 {
	border-bottom:1px solid #999999;
	margin:0 0 10px 0;
	padding:5px;
	font-size:1.25em;
	line-height:1.2em;
}

#left_column #mb_input_wrapper {
	border:none;
	padding:0px;
	margin:0 !important;
}
#left_column #mb_input_wrapper #testing.input_textarea {
	width:96%;
	/* margin:6px 0 0 0; */
}
#left_column #mb_input_wrapper #postit {
	margin:10px 0 0 0;
}
#left_column #messageboard_wrapper {
	padding:0 !important;
}
#left_column #mb_input_wrapper #messageboard_widget_menu {
	text-align: right;
}
.member_icon {
	margin:0 0 6px 6px;
	float:left;
}


/* group forums overview page */
.forums_table_head {
    background: #333333;
    color:white;
    padding:4px;
}
.forums_table_topics {
    padding:4px;
    border-bottom:1px solid #999999;
}
.forums_table_topics h3 a {
	/* font-size: 1.3em; */

}
.forums_table_topics h3 a:hover {
	/* color:white; */
}
.forum_access {
	font-size: small;	
}
.forums_table_topics p {
	margin:0px 0px 5px 0;
}
.forums_table_topics a {
	/* color:#666666; */
}
.forums_table_topics a:hover {
}
.forums_table_topics p.forum_tags a {
}
#pages_breadcrumbs {
	font-size:1.2em;
}

/* topics overview page */
#topic_titles {
    background: #f0f0f0;
    color:#333;
    margin:20px 0 0 0;
}

#topic_titles td {
    padding:5px;
    font-size:1.2em;
    font-weight:bold;
}

/* topic posts pages */
.post_icon {
    float:left;
    margin:0 8px 4px 0;
}

.topic_post {
	margin: 0 0 16px 0;
	padding:0 0px 10px 0px;
	background: url(https://plusrsc.clearvale-apj.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
}

.topic_post h2 {
    margin-bottom:20px;
}

.topic_post table td {
    border:none;
}
#topic_posts_view .topic_post table tr td table, {
    border:1px solid ;
}
#topic_posts_view .topic_post table tr td table td{
    border:1px solid ;
}
.forum_topics {
    padding:0;
    margin:0;
    border-top:0;
}
.topic_title {
	font-size: 1em;
	line-height: 1.1em;
	margin:0;
	padding:0 0 4px 0;
}
.forum_topics p.topic_title a {
	font-weight: bold;
	color:#333333;
}

/* alternating bckgnd on topics */
.forum_topics .odd {
	background-color:#fff;
	padding: 8px 4px;
	border-bottom:1px solid #ccc;
}
.forum_topics .even {
	background-color:#fff;
	padding: 4px;
	border-bottom:1px solid #ccc;
}
.forum_topics .even a,
.forum_topics .odd a {
	/* color:#666666; */
}
.forum_topics .even a:hover,
.forum_topics .odd a:hover {
	
}
.forum_topics .even p.topic_title a,
.forum_topics .odd p.topic_title a {
	
}

/* group latest discussions widget */
#latest_discussion_widget {
	margin:0 0 20px 0;
}
.forum_latest {
	margin:0 0 10px 0;
	background: #cccccc;
	padding:5px;
}
.forum_latest .topic_owner_icon {
	float:left;
}
.forum_latest .topic_title {
	margin-left:35px;
}
.forum_latest .topic_title p {
	font-size: 0.8em;
	line-height: 1.0em;
    padding:0;
    margin:0;
    font-weight: bold;
}
.forum_latest p.topic_replies {
    padding:3px 0 0 0;
    margin:0;
}

a.add_topic_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	background:#ccc;
	border:none;
	width: auto;
	height: 25px;
	padding: 3px 6px 3px 6px;
	margin:10px 0 10px 0;
	cursor: pointer;
}
a.add_topic_button:hover {
	background: black;
	color:white;
	text-decoration: none;
}

/* group files widget */
#filerepo_widget_layout {
	margin:0 0 20px 0;
}
/* group pages widget */
#group_pages_widget {
	margin:0 0 20px 0;
}

/* latest discussion listing */
p.latest_discussion_info {
	float:right;
	width:220px;
}

span.timestamp {
	color:#666666;
	font-size: 90%;
}

.vote_thumb_img {
	width: 15px;
	height: 15px;
	vertical-align: middle; 
	cursor: pointer;
}

.button {
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    background:url(https://plusrsc.clearvale-apj.com/mod/cv_base/vote/graphics/bg_btn_primary.jpg); 
    font: 11px/100% Arial,Helvetica,sans-serif;
    margin: 0 2px;
    outline: medium none;
    padding: 2.4px 12px 3.3px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
    color: #f9f9f9 !important;
    border: 1px solid #B7B7B7;
}

.button_disabled {
    background: #cccccc;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    display: inline-block;
    font: 11px/100% Arial,Helvetica,sans-serif;
    margin: 0 2px;
    outline: medium none;
    padding: 2.4px 12px 3.3px;
    text-align: center;
    text-decoration: none !important;
    vertical-align: baseline;
    color: #999999 !important;
    border: 1px solid #B7B7B7;
}
/* IE 6 hack */
* html .vote_area .button_disabled { 
	vertical-align: middle;
}
* html .vote_area .button { 
	vertical-align: middle;
}

.vote_area .before_vote {
	cursor: pointer;
	color:#0069B0 !important;
	text-decoration: none !important;
}

.vote_area .owner_before_vote {
	color:#666 !important;
	text-decoration: none !important;
}

.vote_area .after_vote {
	cursor: pointer;
	color:#0069B0 !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.disable_vote{
	color: #666 !important;
	cursor: text !important;
	text-decoration: none !important;
}

.vote_area {
	color:#666
}

#column_2 .vote_area {
	font-size:1.2em;
}
.microblog_post .vote_area {
	font-size:1.2em;
}
.vote_area .vote_ask {	
	padding-right:10px;	
}
.vote_area a.vote_disabled {
	filter: alpha(opacity=40);
    opacity: 0.4;
    cursor: auto !important;
}

.vote_thumb_img_disabled {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	opacity: 0.4; 
}

.wiki_ratings .vote_area {
	float: right;
	margin: -23px 35px 0 0;
}

.album_photo .vote_area, .videorepo_video .vote_area, .album_photo_content .vote_area {
	width:auto;
}

.blog_post .vote_area p {
	margin:8px 0; 
}

.vote_area p a {
	padding:0px 5px;
    font-size:90%;
    background:#f0f0f0;
    margin-right:10px;
}

.vote_positives {
	padding-right:0px;
}

.vote_negatives {
	padding-left: 0px; 
	padding-right: 0px;
}

.voting {
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    background:url(https://plusrsc.clearvale-apj.com/mod/cv_base/vote/graphics/bg_btn_primary.jpg); 
    font: 11px/100% Arial,Helvetica,sans-serif;
    margin: 0 2px;
    outline: medium none;
    padding: 2.4px 12px 3.3px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
    color: #f9f9f9 !important;
    border: 1px solid #B7B7B7;
}

.voted {
    display: inline-block;
    font: 11px/100% Arial,Helvetica,sans-serif;
    margin: 0 2px;
    outline: medium none;
    padding: 2.4px 12px 3.3px;
    text-align: center;
    vertical-align: baseline;
    border: 1px solid #B7B7B7;
}



.dvault_header {
  display:block;
}
.dvault_header a {
  font-weight:bold;
}
.dvault_header_category {
  float:left;
  margin: 10px;
}
.dvault_header_misc {
  float:right;
  font-size:1.2em;
}
.dvault_content_list_body {
  padding:5px;
}
.dvault_content_list_body p {
  margin:10px;
}
.dvault_content_list_body table {
  margin: 10px 0;
  width:667px;
  float:right;
  /*border:thin solid black;*/
}
.dvault_content_list_body tr.row0 {
  background-color: #F8FAFA;
}
.dvault_content_list_body tr.row1 {
  background-color: #EEF1F6;
}
.dvault_content_list_body th, .dvault_content_list_body td {
	font-size:1.2em;
    vertical-align:top;
}


.dvault_content_list_body th {
  padding:6px 10px 6px 10px;
  font-weight:bold;
  vertical-align:bottom;
  /*text-decoration:underline;*/
  /*white-space:nowrap;*/
  /*border:thin solid black;*/
}
.dvault_content_list_body td {
  padding:10px;
  /*white-space:nowrap;*/
  /*border:thin solid black;*/
}
.dvault_content_list_body a {
  text-decoration:underline;
}
.dvault_acl {
  display:block;
  table-layout:fixed;
}
.dvault_acl th {
  padding:5px;
  font-weight:bold;
}
.dvault_acl tr.row0 {
  background-color: #F8FAFA;
}
.dvault_acl tr.row1 {
  background-color: #EEF1F6;
}
.dvault_acl_title {
  color: #333333;
  font-weight: bold;
  padding: 5px 0;
  /* font-size: 110%; */
}
.dvault_acl_title a {
  color: #2D51B0;
  text-decoration:underline;
}

div#dvault_member_pick {
  width:360px;
  height:480px;
  background-color:#eeeeee;
  border:3px ridge #bbbbbb;
  left:200px;
  bottom:75px;
  position:absolute;
  overflow:auto;
  display:none;
  z-index:999;
  padding:5px;
}
div#dvault_member_pick div#search-box {
  border-bottom:1px solid #bbbbbb;
  margin:3px;
  padding:3px;
}
div#dvault_member_pick div#buttons-box {
  margin:3px;
  padding:3px;
}
div#dvault_member_pick div#search-box input {
  margin:3px;
}
img#dvault_spinner {
  width:100%;
  display:block;
  margin-left:auto;
  margin-right:auto;
  left:0;
}
.dvault_acl td.dvault_divider {
  border-top:1px solid #bbbbbb;
}
.dvault_acl td {
  padding:5px;
}
.dvault_acl td p {
  margin:0px;
}
.dvault_category_add {
  float:left;
}
.dvault_categories_breadcrumb {
	float:left;
    font-size:1.2em;
}
.dvault_categories p {
  margin:0px;
}
.dvault_categories table {
  display:block;
  table-layout:fixed;
}
.dvault_categories th {
  padding:5px;
  font-weight:bold;
  text-decoration:underline;
}
.dvault_categories td {
  padding:5px;
}
.dvault_file .filerepo_file .filerepo_title_owner_wrapper {
  min-height:85px;
}
.dvault_file_attrs {
  margin:0px;
}
.dvault_file .dvault_file_attrs {
  float:right;
}
.dvault_file_attrs a {
  text-decoration:underline;
}
.dvault_file_attrs table {
  border-spacing: 4px;
}
.dvault_file_attrs th {
  padding-top:3px;
  padding-right:3px;
  font-weight:bold;
  text-align:left;
  text-decoration:underline;
  vertical-align:bottom;
}
.dvault_file_attrs td {
  padding-top:3px;
  padding-right:3px;
}
a.dvault_file_status {
  color: #80AA00;
  text-decoration:underline;
}
a.dvault_file_status_ro {
  color: #80AA00;
  text-decoration:none;
}
.dvault_file_due a {
  text-decoration:underline;
}
.dvault_file_due a.due_soon_not {
  color:green;
}
.dvault_file_due a.due_soon {
  color:#ff9933;
}
.dvault_file_due a.due_soon_very {
  color:red;
}
.dvault_file_due a.due_past {
  color:red;
  font-weight:bold;
}
.dvault_file_due_ro a {
  text-decoration:none;
}
.dvault_file_due_ro a.due_soon_not {
  color:green;
}
.dvault_file_due_ro a.due_soon {
  color:#ff9933;
}
.dvault_file_due_ro a.due_soon_very {
  color:red;
}
.dvault_file_due_ro a.due_past {
  color:red;
  font-weight:bold;
}
.dvault_file_due input[type="button"] {
  text-decoration:none;
  border:0px;
}
.dvault_rev_history {
  display:block;
}
.dvault_rev_history th {
  margin-top:5px;
  padding-top:5px;
  padding-right:5px;
  font-weight:bold;
  vertical-align:bottom;
}
.dvault_rev_history td {
  margin-top:5px;
  padding-top:5px;
  padding-right:5px;
}
.dvault_rev_history td a {
  text-decoration:underline;
}
.dvault_rev_notes_input {
  width:98%;
  height:200px;
}
.dvault_widget {
}
.dvault_widget_category {
  display:block;
  margin: 4px 0 2px 0;
}
.dvault_category_icon {
  float: left;
  margin-right: 6px;
  margin-top: -2px;
}
.dvault_category_item {
  margin-left: 22px;
}
.dvault_category_label {
  padding-left:20px;
  background: url(https://plusrsc.clearvale-apj.com/mod/dvault/graphics/icons/category.gif) no-repeat 0;	
}
.river_rev-init {
  background:url(https://plusrsc.clearvale-apj.com/mod/dvault/graphics/river-icons/dvault.gif) no-repeat left -1px;
}
.river_rev-chkin {
  background:url(https://plusrsc.clearvale-apj.com/mod/dvault/graphics/river-icons/dvault.gif) no-repeat left -1px;
}
.river_rev-chkout {
  background:url(https://plusrsc.clearvale-apj.com/mod/dvault/graphics/river-icons/dvault.gif) no-repeat left -1px;
}
div.dvcat_tree_container, #sidebar_page_tree {
    padding: 2px;
    margin: 10px 0 0 20px;
    background: #eaeaea;
    border: 1px dotted #666666;
    font: 12px/120% arial,helvetica,sans-serif;
    height: 100%;
    overflow: auto;
}
#sidebar_page_tree h3 {
	display:none;
}
div#dvcat_tree_container, #sidebar_page_tree {
  width:207px;
  float:left;
  clear:left;
  margin-top:10px;
}
.dvcat_tree_container ul, #sidebar_page_tree div {
  background-color: #eeeeee;
}
.dvcat_tree_container li, #sidebar_page_tree li {
  padding: 3px 0 2px 16px;
}

.dvcat_tree_container a, #sidebar_page_tree div a {
  text-decoration:none;
}
.dvcat_tree_container a.dvcat-selected {
  font-weight: bold;
}
.dvcat_tree_container span.not-categorized {
  display: block;
}
.dvcat_pick_container {
  width:750px;
}
.dvault_content_list_body #dvcat_tree_container {
  position:relative;
  left:0px;
  top:2px;
  width:207px;
}
#pages_content_wrapper {
	margin-left:231px;
}
.dvaultDescription ul {
  list-style-type: disc;
}
.dvaultDescription ol {
  list-style-type: decimal;
}
#blog_widget .blog_post {
	padding: 5px 0 10px;
	margin-bottom: 8px;
	background: url(https://plusrsc.clearvale-apj.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
    border:none;
}

.blog_post {
	margin-bottom: 21px;
	background: url(https://plusrsc.clearvale-apj.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
	padding:0 10px 16px 10px;
    height:1%;
}

.blog_post:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.blog_post_icon {
	float:left;
	margin:0;
	padding:0;
}

.blog_post h3 {
	margin:0 0 5px;
	font-size:14px;
}

.collapsable_box_content .blog_post h3 {
	font-size:12px;
}

.blog_post h3 a {
	text-decoration: none;
}

.blog_post p {
	margin: 0;
}

.blog_post .strapline {
	margin: 0 0 0 35px;
	padding:0;
	line-height:1em;
    font-size:90%;
}
.blog_post p.tags {
	background:transparent url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_tag.gif) no-repeat scroll left 2px;
	margin:0 0 0 35px;
	padding:0pt 0pt 0pt 16px;
	min-height:22px;
    font-size:90%;
}
.blog_post .options a {
	padding:0px 5px;
    float:left;
    font-size:90%;
    background:#f0f0f0;
    margin-right:10px;
    color:#333;
}
.blog_post_body {
	margin-top:10px;
	clear:both;
	padding-top:10px;
}
.blog_post_body p {
	margin:0 0 10px 0;
}
.blog_post_body img[align="left"] {
	margin: 10px 10px 10px 0;
	float:left;
}
.blog_post_body img[align="right"] {
	margin: 10px 0 10px 10px;
	float:right;
}

.blog_post_body img {
	margin: 10px !important;
	padding: 5px !important;
	border:1px solid #cccccc !important;
}

.blog-comments h3 {
	font-size: 150%;
	margin-bottom: 10px;
}
.blog-comment {
	margin-top: 10px;
	margin-bottom:20px;
	border-bottom: 1px solid #999999;
}
.blog-comment img {
	float:left;
	margin: 0 10px 0 0;
}
.blog-comment-menu {
	margin:0;
}
.blog-comment-byline {
	background: #dddddd;
	height:22px;
	padding-top:3px;
	margin:0;
}
.blog-comment-text {
	margin:5px 0 5px 0;
}

#two_column_left_sidebar_maincontent form p {
	/* padding:0 10px 0 10px; */
}



.blog_post_icon {
	float:left;
	margin: 3px 2px 5px 0;
	padding:0;
}

.blog_post h3 {
	font-weight: bold;
	margin:0 0 0 0;
	padding:0;
}

.blog_post {
	/*overflow: hidden;*/
	word-wrap: break-word;
}

#blogs .blog_post_icon {
	padding: 5px;
}

* html #blogs .blog_post_icon {
	display:inline;
}
* html #two_column_left_sidebar_maincontent {
	width: 900px;
	margin: 0 0 0 0;
}

.clearfloat {
	clear: both;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; font-size:0;line-height:0;}
/* End hide from IE-mac */

/* end of clearfix */

/* BVNqa60000 */
#page_view .info .action_link_wrapper {
	height: 20px;
	margin: 10px 0;
}

#page_view .info a.action_link {
	-moz-border-radius: 0.5em; /* For Firefox3.6+ */
	border-radius: 0.5em; /* For Latest Opera, Chrome, Safari */
	background:#808080 none repeat scroll 0 0;
	clear:both;
	color:#FFFFFF;
	float:none;
	font-size:10px;
	padding:2px 5px;
	right:30px;
	white-space:nowrap;
}
/* end of BVNqa60000 */

/***************************/
/*    Updates Tab          */
/***************************/
#updates-tabs {
	list-style: none;
	border-bottom: 1px solid #bbb;
	font-size: 15px;
	height: 29px !important;
}

#updates-tabs li {
	background-color: #eee;
	border: 1px solid #bbb;
	border-right: none;
	_border-bottom: none;
	display: inline;
	float: left;
	padding: 5px 10px;
	_padding-bottom: 6px;
}

#updates-tabs li.first {
	float: left;
}

#updates-tabs li.last {
	border-right: 1px solid #bbb;
}

#updates-tabs li.selected {
	background-color: #fff;
	border-bottom: 1px solid #FFFFFF;
	_padding-bottom: 6px;
	_margin-bottom: 5px;
}

#updates-tabs li span{
	font-weight: bold;
}

#updates-tabs .tab-float-right {
	float: right;
	border: 0;
	background: none;
	display: none;
}
#updates-tabs .tab-float-right a {
	background: transparent url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/cv_updates_settings.jpg) no-repeat scroll 50% 50%;
	padding: 14px;
}

/***************************/
/*    Action Items         */
/***************************/
#action_items {
	float:left;
	margin:0 20px 0 0;
	width:100%;
}

/* IE6 hack */
* html #action_items {
	margin:0 10px 0 0;
	width:95%;
}

#action_items ul.original {
	display:block;
	margin:10px 10px 10px 0;
	padding:5px 10px 10px 0;
	list-style:none outside none;
	border-bottom:1px dashed #AAAAAA;
}

#action_items ul.original .leftcol {
	display:block;
	float:left;
	margin:0 10px 0 0;
	width:40px;
}



#action_items ul.original .rightcol {
    display:block;
    float:left;
    word-wrap:break-word;
    width:85%;
}

#action_items ul.original img.user {
	display:block;
	float:left;
	height:40px;
	width:40px;
	border:medium none;
}

#action_items a.name {
	font-weight:bold;
}

#action_items .timestamp {
	color:#666666;
	display:block;
	font-size:11px;
	padding:1px 0 0;
}

#action_items .activity_button_wrap {
	clear:both;
	display:block;
	padding:10px 0 0;
}

#action_items a {
	cursor:pointer;
	font-weight:normal;
}

#action_items a.positive_button {
	background:none repeat scroll 0 0 #DDDDDD;
	border:0 none;
	color:#666666;
	cursor:pointer;
	float:left;
	font:13px/130% helvetica;
	padding:3px 6px 3px 5px;
	text-align:center;
}

#action_items a.negative_button {
	background:none repeat scroll 0 0 #DDDDDD;
	border:0 none;
	color:#666666;
	cursor:pointer;
	float:left;
	font:13px helvetica;
	margin:0 0 0 5px;
	padding:3px 6px 3px 5px;
}

/***************************/
/*    Microblog Form       */
/***************************/

.microblog-form {
	clear: left;
}

.collapsable_box .microblog-form {
	clear: left;
	padding: 0 0 15px 0;
}
.microblog-form table {
	border: 1px solid #AAA;
	width: 100%;
	_width: 99%;
}

.microblog-form td.td-button, #widget_table td.td-button {
	vertical-align: bottom;
	width: 18%;
}
.microblog-form table td.td-text {
	width: 77%;
}
.microblog-form textarea {
	border: 0;
	color: #333;
	float: left;
	font-size: 13px;
	height: 44px;
	line-height: 22px;
	width: 98%;
	overflow-y: auto;
}
.microblog-form textarea {
	display: none;
}

.microblog-form textarea.fake-microblog-textarea {
	display: block;
	color: #aaa;
	height: 44px;
	cursor: text;
	overflow: hidden; /* BVNqa59331 */
}

.microblog-form .microblog-submit-button {
	color: #fff;
	background: transparent url(https://plusrsc.clearvale-apj.com/mod/cv_updates/graphics/bg_btn_primary.jpg) repeat-x scroll 0 0;
	border: 0;/*1px solid #327E04;*/
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	width: 100%;
}

/*******************************/
/*      Message List           */
/*******************************/
ul.activity-messages {
    list-style: none;
    margin: 0;
}
.collapsable_box ul.activity-messages {
	padding-left: 0;
	margin-bottom: 10px;
}

ul.activity-messages .message-list-item {
	border-bottom: 1px dashed #AAA;
    height: auto !important;
    margin: 0;
    min-height: 40px;
    padding: 8px 0 3px;
    _padding: 0px 0 3px;
}

ul.activity-messages .message_notread {
	background-color: #F7DAD8;
}
.message-container {
	clear: both;
  /*position: relative;*/
	min-height: 40px;
	_height: 40px;/* IE6 */
	*+min-height: 50px; /* IE 7 */
}

.message-container .avatar {
	float: left;
}

.message-container .message-body {
    font-size: 1em;
	padding-left: 45px;
}

/* widget */
.collapsable_box .message-container .message-body {
	padding-right: 10px;
}
	
.message-body .message-title{
	font-size: 12px;
	/*max-width: 380px;*/
    overflow-x: auto
	padding-bottom: 5px;
	/*word-break: break-all;*/
}

#page_view a.updates-user-link {
	font-weight: bold;
	color: #0069B0;
}
ul.activity-messages .message-title a.updates-user-link {
	font-weight: bold;
	color: #0069B0;
}
#page_view a.updates-user-link:hover, ul.activity-messages .message-title a.updates-user-link:hover {
	text-decoration: underline;
}
.message-title a.updates-content-link, #page_wrapper .message-title a.updates-content-link{
	/*font-weight: bold;*/
}
 
.message-title a:visited {
	color: #2D51B0;
	margin-left: 0;
}

* html .message-title .multi_share_menu_container a {
  padding-right: 3px;
}

* html .message-title .content-multiple-share-link {
  padding-right: 3px;
}

.message-body p, .message-body>span {
	clear: both;
	font-size: 1em;
    margin-bottom: 1px;
	margin-top: 1px;
	overflow: hidden;
}

.message-container .attributes {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 7px 0 0;
	width: 80px;
}
.message-container .attributes .unread {
	font-weight: bold;
	padding: 2px;
	color: green;
}

.message-container .attributes acronym {
	color: #777;	
}

.message-container ul.actions {
	font-size: 11px;
	list-style: none;
	margin: 0;
    padding: 3px 0;	
}

.message-container ul.actions li {
	display: inline;
	/*margin: 0 4px 0 0;*/
	border-right: 1px solid #999;
	padding: 0 5px;
}
.message-container ul.actions li.first {
	padding-left: 0;
}
.message-container ul.actions li.last {
	border-right: 0;
}

.actions acronym {
	color: #666;
}

.actions .vote_area {
	display: inline;
}

.actions .vote_area .vote_negatives {
	padding-left: 0;
}

#page_view .message-container ul.actions li a, .message-container ul.actions li a {
	color: #666;
	text-decoration: underline;
}
#page_view .message-container ul.actions li a:hover, .message-container ul.actions li a:hover {
	text-decoration: underline;
}
.message-container ul.actions li.selected {
  background-color: #0069B0;
}
.message-container ul.actions li a.message-comment-link {
	/*background: transparent url(https://plusrsc.clearvale-apj.com/mod/cv_updates/graphics/bg_btn_primary.jpg) no-repeat scroll 0 0;
	margin: 0 0 0 7px;
	padding: 3px 6px 3px 5px;*/
}
#page_view a.message-comment-link {
	color: #0069B0;
}
#page_view .message-container ul.actions li.selected a,
.message-container ul.actions li.selected a {
	color: #fff;
}

.message-container ul.actions li a.message-hide-link {
	/*background-color: #ddd;*/
	margin: 0 0 0 7px;
	padding: 3px 6px 3px 5px;
}
#page_view a.message-hide-link {
	/*color: #666;*/
	color: #0069B0;
}

/* embed display */
.message-body .updates-embed-code {
	/* aspect ratio for embed video set to 10:9 */
	width: 168px;
	height: 105px;
	white-space:normal;
	word-break:break-all;
	/*overflow: auto;*//* fixed BVNqa62043 */
}
.message-body .updates-embed-code-fake {
	width: 168px;
	height: 105px;
	cursor: pointer;
}
.message-body .updates-audio-embed-code {
	width: 100%;
}
/* Invitations tab */
.op-section {
	clear: both;
	padding: 15px 0;
}

.op-section p {
	color: red;
	margin: 0 0 10px 10px;
}
.op-section p a:VISITED {
	color: #2D51B0;
}
/* comment section */
div.thread-replies-container {
    padding: 5px 0 0 45px;
    clear: both;
}
.collapsable_box div.thread-replies-container {
    padding: 0 0 0 45px;
    clear: both;
}
.thread-replies-container .show-older-replies {
	background: #DCEBF7 url(https://plusrsc.clearvale-apj.com/mod/cv_updates/graphics/icon_activity_comments.gif) no-repeat scroll 6px 6px;
	margin-bottom: 1px;
	display: block;
	padding: 3px;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
	/*text-align: center;*/
	padding: 7px 10px 5px 35px;
}

.thread-replies-container .show-older-replies-loading {
	background: #DCEBF7 url(https://plusrsc.clearvale-apj.com/mod/cv_updates/graphics/ajax_loader.gif) no-repeat scroll 6px 6px;
	margin-bottom: 1px;
	display: block;
	padding: 3px;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
	padding: 7px 10px 5px 35px;
}

ul.thread-replies {
    list-style: none;
    margin: 0;
    padding: 0 0 1px 0;
}

ul.activity-messages ul.thread-replies .message-list-item {
  background-color: #E8F2FA;
  border-bottom: medium none;
  padding: 8px 0 3px 5px;
}
ul.thread-replies .message-container .message-body {
	padding-right: 0;
}

ul.thread-replies .message-title {
	margin-right: 10px;
	overflow: hidden;
	word-wrap: break-word; 
}

.post-reply-container {
    background-color: #E8F2FA;
	margin-bottom: 1px;
    padding: 7px;
}

div.post-reply-container .reply-to-notice {
    color: #666666;
    font-size: 11px;
    margin-bottom: 3px;
    text-align: left;
}

.post-reply-container div.fake-text-box {
    background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	color: #AAAAAA;
	cursor: text;
	font-size: 11px;
	padding: 3px;
	text-align: left;
	width: 92%;
}

/* IE6 hack */
* html .post-reply-container div.fake-text-box {
	width: 95%;
}

textarea.fake_inputbox {
	margin-right:9px;
	vertical-align:middle;
	height:50px;
	width:450px;
    background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	color: #AAAAAA;
	cursor: text;
	font-size: 20px;
	padding: 3px;
	text-align: left;
	width: 450px;
}

.post-reply-container textarea.post-reply-text-box {
	border: 1px solid #555;
	font-size: 11px;
	height: 54px;
	line-height: 18px;
	margin: 0 auto;
	overflow: auto;
	padding: 3px;
	width: 92%;
	display: none;
	position: relative;
}

.post-reply-container .submit-thread-reply-container {
	text-align: right;
	display: none;
}

.post-reply-container input.submit-reply {
	background-color: #2781C3;
	border: 1px solid #1E76BC;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0 0;
	width: auto;
}

#options-btn-container #more-button {
	float: left;
}

#options-btn-container #option-button {
	float: right;
}

#hidden-list-window {
	font-size: 1.4em;
	padding: 5px;
	display: none;
}

.hide-confirm-tips-container {
	text-align: left;
	color: #FFF;
	background: #5C9CCC url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/ui-bg-header.png) repeat-x scroll 50% 50%;
	padding: 0.5em 0.3em 0.3em 1em;
}

.hide-confirm-container .confirm-body {
	padding: 25px 15px;
	text-align: left;
}

/* profile page */
.info .microblog-form {
	clear: left;
	padding: 0 0 15px 0;
	margin: 1px; /* BVNqa59629 */
}
.info ul.activity-messages {
	padding-left: 0;
	font-size: 12px; /* BVNqa63842 */
}

/* wiki activities */
.wiki-activities-container {
	display: none;
  clear: both;
  padding: 0 0 0 45px;  
}
.wiki-activities-container ul.thread-replies .message-list-item {
  margin-bottom: 1px;
}

/*----------------- 2010-12-r1 branch --------------------------*/
.original_post_recall {
	display: block;
	color: #555;
	/*background: url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/leftside.gif) repeat-y left top;*/
}
.original_post_recall .top {
	width: 100%;
	height: 18px;
	background: url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/top.gif) no-repeat left top;
}
.original_post_recall .top span {
	display: block;
	position: relative;
	height: 18px;
	background: url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/top-right.gif) no-repeat right top;
}
.original_post_recall .content-left {
	background: url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/leftside.gif) repeat-y left top;
}
.original_post_recall .center-content {
	padding: 0 5px;
	position: relative;
	background: url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/rightside.gif) repeat-y right top;
	overflow: hidden;
	_display:inline-block;
	zoom:1;
}
.original_post_recall .center-content .content {
	padding: 0 5px;
	position: relative;	
}
* html .original_post_recall .center-content .content {
	margin: 0 5px;
}
.center-content .icon-avatar {
	float: left !important;
	float: none;
}
.center-content .content .title {
	word-wrap: break-word; 
	overflow: hidden;
	_width: 98%;
}
.center-content table td.desc_td{
	_width: 350px;
}
.center-content .content .title a {
	word-wrap: break-word;
	overflow: hidden;
}
.center-content .content .description {
	word-wrap: break-word; 
	overflow: hidden;
}
#page_view .center-content .content .description a:hover {
  text-decoration: underline;
}

.center-content .content .text {
	position: relative;
}
.center-content .content .text .img_box {
	float: left;
	position:relative;
	margin: 3px;
	width: 160px;
	height: 120px;
	overflow: hidden;
}
.center-content .content .text .img_box a {
	display: table-cell;
	vertical-align: middle;
	height: 120px !important;
	*height: auto !important;
	position:static;
	*position:absolute; /*针对IE6/7的Hack*/
	top:50%; /*针对IE6/7的Hack*/
}
.center-content .content .text .img_box a img {
	position:static;
	*position:relative; /*针对IE6/7的Hack*/
	top:-50%; 针对IE6/7的Hack*/
}
.center-content .content .text .img_list a {
	margin-right: 3px;
}
.original_post_recall .center-content .actions {
	clear: left;
}
.original_post_recall .bottom {
	width: 100%;
	height: 9px;
	background: url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/bottom2.gif) no-repeat left bottom;
}
.original_post_recall .bottom span {
	display: block;
	position: relative;
	height: 9px;
	background: url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/bottom-right.gif) no-repeat right top;
}
* html .original_post_recall .bottom span {
	background: url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/bottom-right2.gif) no-repeat right bottom;
}
.original_post_recall .actions acronym {
	font-size: 11px;
	color: #999;
	padding: 0 5px;
}
/************************************/
/*          Widget Style            */
/************************************/
.activity-widget-width-text {
	text-align: right;
	width: 40px;	
}

.widget-microblogForm {
	border: 1px solid #aaa;
	min-height: 27px;
	*height: 27px; /* IE 6 */
	padding: 2px;
}
.widget-microblogForm textarea {
	overflow: hidden;
	font-size: 22px;
	border: 0 none;
	float: left;
	height: 44px;
	line-height: 22px;
	width: 81%;
	display: none;
}
.widget-microblogForm .fake-microblogform-textarea {
	color: #999999;
	float: left;
	font-weight: bold;
	height: 25px;
	padding: 2px;
	width: 80% !important;
	width: 87%; /* IE6 */
}
.widget-microblogForm input, .widget-microblogForm input[type="submit"] {
	background-color: #0069B0;
	border: 1px solid #0069B0;
	color: #FFF;
	float:right;
	margin:0;	
}
.widget-activity-messages {
	border-bottom: 1px dotted #555555;
    list-style: none;
    margin: 15px 0;
	min-height: 300px; 
	padding: 0 0 10px;  
}

ul.widget-activity-messages .message-list-item {
	border-bottom: 1px solid #EBEBEB;
	padding:8px 0 3px;
}

ul.widget-activity-messages .message-body .message-title {
	font-size: 1em;
} 

.widget-activity-messages .message-container .message-body {
	display: block;
	margin: 2px 0 8px;
	padding-right: 0;
}

.widget-activity-messages div.thread-replies-container {
	/*border:1px dotted;*/
	margin: 5px 0 0 20px;
	padding: 5px;
}

.widget-activity-messages ul.thread-replies .message-title {
	font-size: 1em;
}

.widget-activity-messages a.updates-user-link {
	font-weight: bold;
}

/********************* Webkit Hack ************************/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#updates-tabs li {
		padding-bottom: 2px;
	}
}

/* === ACTIVITY STREAMS, TABS === */	
	
.streams_tabs {
	visibility: block;	
	/*background: #fff url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/activity_streams_linebg.gif) no-repeat 0 -65px;*/
	margin: 0;
	_background-position: 0 -60px;
	clear: both;	
}

*+html .streams_tabs{background-position: 0 -60px;} /* IE8 */

.streams_tabs ul.ui-tabs-nav, .streams_tabs ul.streams_tabs_ul {
	padding: 0 0 0 0;
}
.streams_tabs ul.streams_tabs_ul {
	background: #fff url("https://plusrsc.clearvale-apj.com/mod/cv_updates/graphics/activity_streams_linebg.gif") no-repeat scroll 0 -65px;
	height: 35px !important;
	height: 40px; /* IE 6 */
	padding: 0 0 0 10px;
}
.streams_tabs ul.ui-tabs-nav li, .streams_tabs ul.streams_tabs_ul li{
	float: left;
	margin: 0 2px 10px 0;
	padding-bottom: 2px;
	display: inline;
}
#page_view .streams_tabs ul.ui-tabs-nav li a, .streams_tabs ul.ui-tabs-nav li a, .streams_tabs ul.streams_tabs_ul li a{
	cursor: pointer;
	float: left;
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #000;
	background: #fff url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/activity_streams_tab-right.gif) no-repeat top right;  
	padding: 0 10px 0 0;
	text-align: center;
	overflow: hidden;
}
#page_view .streams_tabs ul.ui-tabs-nav li a:hover, .streams_tabs ul.ui-tabs-nav li a:hover {
	color: #0069b0;
}		
#page_view .streams_tabs ul.ui-tabs-nav li a.selected, .streams_tabs ul.ui-tabs-nav li a.selected {
	background: #fff url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/activity_streams_tab-right-active.gif) no-repeat top right;
	color: #000;
	font-weight: bold;
}
#page_view .streams_tabs ul.ui-tabs-nav li.ui-state-active a, .streams_tabs ul.ui-tabs-nav li.ui-state-active a {
	background: #fff url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/activity_streams_tab-right-active.gif) no-repeat top right;
	color: #000;
	font-weight: bold;
}	
.streams_tabs ul.ui-tabs-nav li a:hover.selected {
	background: #fff url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/activity_streams_tab-right-active.gif) no-repeat top right;
	color: #000;
	text-decoration: none;
}		
.streams_tabs ul.ui-tabs-nav li a span, .streams_tabs ul.streams_tabs_ul li a span{
	display: block;
	padding: 9px 0 6px 9px;
	background: #fff url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/activity_streams_tab-left.gif) no-repeat top left;
	overflow: hidden;
	white-space:nowrap;
}	
.streams_tabs ul.ui-tabs-nav li a.selected span, .streams_tabs ul.ui-tabs-nav li.ui-state-active a span{
	background: #fff url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/activity_streams_tab-left-active.gif) no-repeat top left;
    padding: 9px 0 7px 9px;
}
#page_view .streams_tabs .ui-state-active a  span {
	background: #fff url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/activity_streams_tab-left-active.gif) no-repeat top left;
}

.streams_tabs ul.ui-tabs-nav li.tab-float-right {
	float: right;
	border: 0;
	background: none;
	display: none;
}	
#page_view .streams_tabs ul.ui-tabs-nav li.tab-float-right a {
	background: transparent url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/cv_updates_settings.jpg) no-repeat scroll 50% 50%;
}

.ui-tabs-hide {
	display: none;
}

#page_view .streams_tabs ul.streams_tabs_ul .right, .streams_tabs ul.streams_tabs_ul .right {
	float: right;
}

#page_view .streams_tabs ul.streams_tabs_ul .right a, .streams_tabs ul.streams_tabs_ul .right a {
	background-image: none;
	padding-right: 1px;
}
/*** fix the ui ***/
#page_view .streams_tabs ul li a.icon {
	background: transparent none repeat scroll 0 0;
}

.filerepo_specialcontent {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.filerepo_specialcontent .img-container {

	position: relative;
	width: 99%;
	overflow: hidden;
	/*visibility: hidden;*/
}
.filerepo_specialcontent .img-container a {
	position: relative;
}
.filerepo_specialcontent .imgoverlay {
	display: none;
	background-color:#eee;
	height:99%;
	_height: 150px;
	left:0;
	position:absolute;
	top:0;
	width:99%; 
	border: 1px solid #ddd;
}
/*******************************/
/*       popup window          */
/*******************************/
#cv_popup_window {
	background-color: #FCFCFC;
	padding: 10px;
	width: auto;
	_width: 550px;
	margin-left: 0;
}
#cv_popup_window .title_bar {
	height: 5px;
	_width: 100%;
}
#cv_popup_window .jqmClose {	
	height:30px;
	line-height:1%;
	font-size: 1px;
	color: transparent;
	position: absolute;
	width: 30px;
	top: 0;
	right: 0;
	background: transparent url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/btn_close.png) no-repeat scroll 50% 50%;
	_background: transparent url(https://plusrsc.clearvale-apj.com//mod/cv_updates/graphics/btn_close.jpg) no-repeat scroll 50% 50%;
}

*+html #cv_popup_window .jqmClose {
  z-index: 3000;
}

#cv_popup_window .jqmClose:hover{
  _color: #fff;
}
#cv_popup_content {
	text-align: center;
	font-size: 12px;
	overflow: auto;
}
*+html #cv_popup_content {
  position: relative;
}
#cv_popup_content form {
	text-align: left;
}

#cv_popup_content table label {
	font-size: 1em;
	font-weight: normal;
}
#cv_popup_content .content_footer {
	text-align: right;
	margin-right: 40px;
}
#cv_popup_content .content_footer .jqmClose {
	float: none;
}
#cv_popup_window_load {
  background-color:#000000;
  color: #FFF;
  height: 20px;
  left: 10px;
  position: fix;
  _position: absolute; /* IE6 */
  top: 10px;
  width: 50px;
}

/******************* 2011 Jan. release *******************/

/* Streams toolbar */

.streams_toolbar label {
	font-size: 100%;
}

.streams_toolbar {
	border-bottom: 1px solid #999;
	_height: 25px;
}

/* BVNqa62686: IE7 hack */
*+html .streams_toolbar{
	height: 25px;
}

.streams_toolbar .left {
	float: left;
}
.streams_toolbar .left select {
	width: 160px;
	word-wrap:normal;
}
.streams_toolbar .left span img {
	vertical-align: bottom;
}

.streams_toolbar .right {
	float: right;
}

/******************************/

ul.at-ul {
	margin: 0;
	padding-left: 45px;
	height: 26px;
}
ul.at-ul li.at-li {
	border: 1px solid #aaa;
	cursor: pointer;
	float: left;
	padding: 3px 5px;
	background-color: #ddd;	
}
ul.at-ul li.first {
	border-right: none;
}
ul.at-ul li.selected {
	background-color: #fff;
}

div.all-activities-container {
	display: none;
	border: 1px solid #aaa;
	margin-left: 45px;
}

/**************************************/
/* shared popup contains external guest or conduit */
div.warning_message {
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
    margin-left: 15px;
}
.multi_share_menu {
  position: absolute;  
  display: none;
  background-color: #FFF;
  z-index: 1000;
  margin: 0;
  padding: 0 0 0 5px;
  border: 1px solid #000;
}
.multi_share_menu li {
  display: block;
  min-width: 120px;
  _width: 120px;
  _overflow: hidden;
}

/*     BVNqa64134,BVNqa64006          */
#streams_functions {
  height: 554px;
}
object, embed, video {
  -webkit-transform-style:preserve-3d;
}


/* multiple sharing popup */
.multiple_sharing_popup_container {
	display: none;
}
.multiple_sharing_popup {
  width: 500px;
  _height: 420px;
  position: relative;
}
.multiple_sharing_popup .plugin-title {
  background-color: #0D70C3;
  color: #FFFFFF;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 5px 15px;
  text-align: left;
}
.multiple_sharing_popup .table_container {
  font-size: 11px;
  height: 80%;
  max-height: 350px;
  overflow: auto;
  _height: 350px;
  _position: relative;
  _width: 500px;
}

.multiple_sharing_popup table {
  width: 98%;
  table-layout: fixed;
  font-size: 11px;
}

.multiple_sharing_popup table th {
  background-color: #eee;
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
}

.multiple_sharing_popup table th, .multiple_sharing_popup table td {
  vertical-align: middle;
  border-bottom: 1px solid #aaa;
  padding: 8px 15px;
}

.multiple_sharing_popup table td.space_name {
  width: 70%;
  overflow: hidden;
  _width: auto;
}
.multiple_sharing_popup table td.view_link {
  width: 29%;
}
.multiple_sharing_popup .icon {
  vertical-align: middle;
  float: left;
  margin-right: 5px;
}

.multiple_sharing_popup .icon img {
  height: 22px;
  vertical-align: middle;
  width: 22px;
}

.multiple_sharing_popup .popup_close .submit_button {
  _margin: 0;
}

.jqmOverlay iframe {
  width: 100%;
  height: 100%;
}

/* BVNqa70766, default color for "read" links in streams */
/* BVNqa70787, P0: undo 70766: change default to no color for visited links in stream */
/*
a.updates-content-link:visited, #page_view a.updates-content-link:visited {
	color: #7447d1;
}
*/

/* --- For upload image in stream ---*/
div.post_image_btns{
   	display: none;
	position:absolute; 
	padding:5px; 
	margin:0; 
	border-top:solid 1px #E5E5E5; 
	border-left:solid 1px #E5E5E5; 
	border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999;  
	width:55px; 
	background:#FFFFFF; 
	text-align:left;
	cursor: pointer;
}

.post_images{
	background: none repeat scroll 0 0 #ffffff;
	margin-top: 5px;
}

.microblog_images{
	background: none repeat scroll 0 0 #ffffff;
	margin-top: 5px;
}

li.post_image{
	/*border: 1px solid #555;*/
    float: left;
    height: 75px;
    margin: 2px 20px 20px;
    /*width: 75px;*/
}

a.image_remove {
	display: none;
	width: 10px;
	height: 10px;
	margin: 2px;
	background-color: transparent;
	background-image: url('/mod/cv_updates/graphics/icons-rte.png');
	background-position: 0 -100px;
	position: relative;
	right: 6px;
    top: -85px;
}

a.images_remove {
	display: none;
	width: 10px;
	height: 10px;
	margin: 2px;
	background-color: transparent;
	background-image: url('/mod/cv_updates/graphics/icons-rte.png');
	background-position: 0 -100px;
	position: relative;
	right: -395px;
    top: -95px;
}

a.microblog_images_remove {
	display: none;
	width: 10px;
	height: 10px;
	margin: 2px;
	background-color: transparent;
	background-image: url('/mod/cv_updates/graphics/icons-rte.png');
	background-position: 0 -100px;
	position: relative;
	right: -450px;
    top: -95px;
}

div.microblog_images_btn {
	float:right; 
	position:relative; 
	top:-2px; 
	left:-45px; 
	width:4%;
}

/* End --- For upload image in stream ---*/
.captcha-input-image {
	align: center;
	margin: auto;
}

.sidebarBox #thewire_sidebarInputBox {
	width:178px;
}
.sidebarBox .last_wirepost {
	margin:20px 0 20px 0;
}
.sidebarBox .last_wirepost .thewire-singlepage {
	margin:0;
}
.sidebarBox .last_wirepost .thewire-singlepage .thewire_options {
	display:none;
}
.sidebarBox .last_wirepost .thewire-singlepage .note_date {
	line-height: 1em;
	padding:3px 0 0 0;
	width:142px;
}
.sidebarBox .last_wirepost .thewire-singlepage .note_body {
	color:#666666;
	line-height: 1.2em;
}
.sidebarBox .last_wirepost .thewire-singlepage .thewire-post {
	background-position: 130px bottom;
}
.sidebarBox .thewire_characters_remaining {
	float:right;
}
.sidebarBox input.thewire_characters_remaining_field {
	background: #dedede;
}
.sidebarBox input.thewire_characters_remaining_field:focus {
	background: #dedede;
	border:none;
}
.sidebarBox input#thewire_submit_button {
	margin:2px 0 0 0;
	padding:2px 2px 1px 2px;
	height:auto;
}
.sidebarBox .membersWrapper {
	background: white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	padding:7px;	
}
.sidebarBox .membersWrapper .recentMember {
	margin:2px;
	float:left;
}
.sidebarBox .membersWrapper .recentMember .usericon img {
	width:25px;
	height:25px;
}
/* br necessary for ie6 & 7 */
.sidebarBox .membersWrapper br {
	height:0;
	line-height:0;
}
.welcomemessage {
	background:white;
}
.riverdashboard_filtermenu {
	margin:10px 0 10px 0;
}

.river_pagination .forward,
.river_pagination .back {
	display:block;
	float:left;
	border:1px solid #cccccc;
	color:#4690d6;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0 4px 1px 4px;
	cursor: pointer;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
.river_pagination .forward:hover,
.river_pagination .back:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
	border:1px solid #4690d6;
}
.river_pagination .back {
	margin:0 20px 0 0;
}
/* IE6 */
* html .river_pagination { margin-top:17px; }
/* IE7 */
*:first-child+html .river_pagination { margin-top:17px; }

/* activity widget */
.collapsable_box_content .river_item p {
	color:#333333;
}

.collapsable_box_content .content_area_user_title h2 {
	font-size:1.25em;
	line-height:1.2em;
	margin:0;
	padding:0 0 2px 0;
	color:#4690d6;
}
.river_content img {
	margin:2px 0 2px 20px;
}




/* ***************************************
	ADMIN AREA - REPORTED CONTENT 
*************************************** */
.reportedcontent_content {
	padding:10px;
	margin:0 0 10px 0;
}
.reportedcontent_content p.reportedcontent_detail,
.reportedcontent_content p {
	margin:0;
	color:#333333;
}
.reportedcontent_content p.reportedcontent_detail .report_desc img {
  width:100%;
}
.active_report {
	border:1px solid #D3322A;
    background:#F7DAD8; 
}
.archived_report {
	border:1px solid #666666;
    background:#dedede;
}

a.archive_report_button {
	float:right;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	background:black; 
	border: none;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	width: auto;
	padding: 9px 4px 0px 4px;
	margin:15px 0 0 20px;
	cursor: pointer;
}
a.archive_report_button:hover {
	background: black;
	color:#999999;
	text-decoration: none;
}

a.delete_report_button {
	float:right;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#999999;
	border:none;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	width: auto;
	padding: 9px 4px 0px 4px;
	margin:15px 0 0 20px;
	cursor: pointer;
}
a.delete_report_button:hover {
	background: #333333;
	text-decoration:none;
}

a.manifest_details {
	cursor:pointer;
}

/*-------------------------------
NOTIFICATIONS PLUGIN
-------------------------------*/
.notificationstable td {
	font-size:12px;	
}

#notifications td {
	text-align: left;
	vertical-align:middle;
	border-bottom: 1px solid #d6dbd2;
	padding: 10px 5px;
	font-size: 12px;
}
#notifications .message_notread td {
	 background: #F7DAD8; 
	 border-bottom: 1px solid #999999;
}
#notifications .message_read td {
	 background: #ffffff; 
	 border-bottom: 1px solid #d6dbd2;
}

#notifications h2 {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left;
	border-bottom: 1px solid #999999;
	color: #333333;
	margin: 15px 0 10px;
	padding-left: 20px;
}

#notifications .delete_msg a {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0;
	background: url("https://plusrsc.clearvale-apj.com/_graphics/icon_customise_remove.png") no-repeat right 0;
	text-indent: -9000px;
	float:right;
}
#notifications .delete_msg a:hover {
	background-position: right -16px;
}
/* IE6 */
* html #notifications .delete_msg a { background-position: right 4px; }
* html #notifications .delete_msg a:hover { background-position: right 4px; } 

#notifications .usericon {
	float: left;
	margin: 0 15px 0 0;
}

#notifications .groupicon {
	float: left;
	margin: 0 15px 0 0;
}

#notifications .msgsender {
	color:#666666;
	line-height: 1em;
	margin:0;
	padding:0;
}

#notifications .msgsender small {
	color:#AAAAAA;
}


#notifications .msgsubject {
	font-size: 120%;
	line-height: 100%;
}

.notifsubject {
	font-weight:bold;
}

.notifications_single_icon  {
	float: left;
}

.notifications_single_icon .usericon {
	float: left;
	margin: 0 10px 10px 0;
}

/* view and reply to message view */
.notification_body {
	margin-left: 120px;
}
.notification_body .messagebody {
	padding:0;
	margin:10px 0 10px 0;
	font-size: 120%;
	border-bottom:1px solid #cccccc;
}


.new_messages_count {
	color:#666666;
}

#elgg_topbar_container_mail a.privatenotifications {
	background:transparent url(https://plusrsc.clearvale-apj.com/_graphics/toolbar_notifications_icon.png) no-repeat 0 -34px;
	height:16px;
	padding:2px 0 2px 19px;
	cursor:pointer;
    margin-left:10px;
}
#elgg_topbar_container_mail a.privatenotifications:hover {
	text-decoration: none;
	background-position:0 -15px;
    text-decoration:none;
}
#elgg_topbar_container_mail a.privatenotifications_new {
	background:transparent url(https://plusrsc.clearvale-apj.com/_graphics/toolbar_notifications_icon.png) no-repeat 0 -34px;
	height:16px;
	padding:2px 0 2px 19px;
	cursor:pointer;
    margin-left:10px;
}

#elgg_topbar_container_mail a.privatenotifications_new:hover {
    text-decoration:none;
}


.treeview, .treeview ul { 
    padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
#black .hitarea {
	background: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-default1.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }
#black .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-red.gif); } 

.treeview-black li { background-image: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(https://plusrsc.clearvale-apj.com/mod/pages/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(https://plusrsc.clearvale-apj.com/mod/pages/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(https://plusrsc.clearvale-apj.com/mod/pages/images/file.gif) 0 0 no-repeat; }

.pagesTreeContainer {
		margin:0;
		min-height: 200px;
	}

#pages_page {
	padding:0 10px 0 10px; 
}

#pages_page .strapline {
    text-align:right;
    border-top:1px solid #999999;
    margin:10px 0 10px 0;
}

#pages_page .tags {
    padding:0 0 0 16px;
    margin:10px 0 4px 0;
	background:transparent url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_tag.gif) no-repeat scroll left 2px;
}

#pages_page img[align="left"] {
	margin: 10px 20px 10px 0;
	float:left;
}
#pages_page img[align="right"] {
	margin: 10px 0 10px 10px;
	float:right;
}

p.pages_welcome_message,
span.pages_welcome_message p {
	padding:0 10px 0 10px;
}

/* ***************************************
	BREADCRUMBS
*************************************** */
#pages_breadcrumbs {
	font-size: 12px;
	color:#999999;
	padding:5px 0 5px 5px;
	margin:0 0 0 0;
}
#pages_breadcrumbs a {
	color:#999999;
	text-decoration: none;
}
#pages_breadcrumbs a:hover {
	color: #333333;
	text-decoration: underline;
}





.holder_info_buttons {
  float:right;
  padding-right:5px;
}

.holder_info_buttons a {
    padding:2px 5px;
    background:#eee;
    font-size:100%;
    color:#333;
    
}

#holder_info_column_right {
  margin-right:5px;
  overflow:hidden;
}


.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
#column_1 #sidebar_page_tree {
	width:180px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-red.gif); }

.treeview-black li { background-image: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-black.gif); }

.treeview-gray li { background-image: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(https://plusrsc.clearvale-apj.com/mod/pages/images/treeview-famfamfam.gif); }


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(https://plusrsc.clearvale-apj.com/mod/pages/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(https://plusrsc.clearvale-apj.com/mod/pages/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(https://plusrsc.clearvale-apj.com/mod/pages/images/file.gif) 0 0 no-repeat; }

.pagesTreeContainer {
		margin:0;
		min-height: 200px;
}

#pages_page .strapline {
    text-align:right;
    border-top:1px solid #efefef;
    margin:10px 0 10px 0;
    color:#666666;
}
#pages_page .categories {
    border:none !important;
    padding:0 !important;
}

#pages_page .tags {
    padding:0 0 0 16px;
    margin:10px 0 4px 0;
	background:transparent url(https://plusrsc.clearvale-apj.com/_graphics/icon_tag.gif) no-repeat scroll left 2px;
}

#pages_page img[align="left"] {
	margin: 10px 20px 10px 0;
	float:left;
}
#pages_page img[align="right"] {
	margin: 10px 0 10px 10px;
	float:right;
}

.pageswelcome p {
	margin:0 0 5px 0;
}

#sidebar_page_tree h3 {
	background: none;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	font-size:1.25em;
	line-height:1.2em;
	margin:0 0 5px 0;
	padding:0 0 5px 5px;
	color:#0054A7;
}

/* IE6 */
* html #pages_welcome_tbl { width:676px !important;}

.pages_widget_singleitem_more {
	margin:0 10px 0 10px;
}



.album_slideshow_buttons {
  float:right;
  padding-right: 20px;
  margin-top:10px;
}

.album_photo_content {
  text-align:center;
}

.album_photo {
  padding: 0px 0px 0px 10px;
}

.sharing_item {
	margin-bottom: 50px;
	border-bottom:1px solid #AAAAAA;
	padding:0 0px 10px 0px;
}
.sharing_item_owner {
	font-size: 90%;
	margin: 10px 0 0 0;
	color:#666666;
}

.sharing_item_owner .icon {
	float: left;
	margin-right: 5px;

}
.sharing_item_title h3 {
	font-size: 150%;
	margin-bottom: 5px;
}
.sharing_item_title h3 a {
	text-decoration: none;
}
.sharing_item_description p {
	margin:0;
	padding:0 0 5px 0;
}
p.shares_gallery_title {

}
.sharing_item_tags {
	background:transparent url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_tag.gif) no-repeat scroll left 2px;
	margin:0;
	padding:0 0 0 14px;
}

.sharing_item_address a {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	background:#E9E9E9;
	border: none;
	width: auto;
	height: 25px;
	padding: 5px 10px 5px 10px;
	margin:10px 0 10px;
	cursor: pointer;
}
.sharing_item_address a:hover {
	background: BFBFBF;
}
.sharing_item_controls p {
	margin:0;
}



/* SHARES WIDGET VIEW */
.shares_widget_wrapper {
	padding: 5px 0 10px;
	margin-bottom: 8px;
	background: url(https://plusrsc.clearvale-apj.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
}
.shares_widget_icon {
	float: left;
	margin-right: 10px;
}
.shares_timestamp {
	color:#666666;
	margin:0;
}
.share_desc {
	display:none;
	line-height: 1.2em;
}
.shares_widget_content {
	margin-left: 35px;
}
.shares_title {
	margin:0;
	line-height: 1.2em;
	/* color:white; */
}
p.shares_title a {
	/* color:white; */
	font-weight:bold;
}

/* timestamp and user info in gallery and list view */
.search_listing_info .shares_gallery_user,
.share_gallery_info .shares_gallery_user,
.share_gallery_info .shares_gallery_comments {
	color:#666666;
	margin:0;
	font-size: 90%;	
}/* Start --- For topic reply answer css ---*/

.reply_answer {
	background: #f7f8fa;
	border: 6px solid #f0f1f2;
	/*border-bottom: 0;*/
}

.reply_answer input.submit-reply {
	background-color: #2781C3;
	border: 1px solid #1E76BC;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0 0;
	width: auto;
}

.reply_answer .submit-thread-reply-container {
	text-align: right;
	/*width: 96%;*/
}

.reply_content li {
	margin-top: 6px;
	padding-top: 10px;
	border-top: 1px #d7d7d7 dotted;
}

#topic_posts_view .topic_post .topic_reply_answers ul {
	list-style: none;
	/* font-size: 12px; */
}

.second_level_reply {
	cursor:pointer;
}

.show-replies-loading {
	background: #F7F8FA url(/mod/cv_updates/graphics/ajax_loader.gif) no-repeat scroll 6px 6px;
	margin-bottom: 1px;
	padding: 3px;
	cursor: pointer;
	margin-left: 0;
	margin-right: 0;
	padding: 1px 10px 5px 35px;
}

/* End --- For topic reply answer css ---*/
.forum_slideshow_buttons {
  float:right;
  padding-right: 20px;
  margin-top:10px;
}

.forum_photo_content {
  text-align:center;
}

.forum_photo {
  padding: 0px 0px 0px 10px;
}

.topic_widget ol {
  list-style: decimal outside none;
}



p.filerepo_owner {
	margin:0;
	padding:0;
}
.filerepo_owner_details {
	/* font-size: 90%; */
	margin:0;
	padding:0;
	line-height: 1.2em;
}
.filerepo_owner_details small {
	color:#666666;
}
.filerepo_owner .usericon {
	margin-right: 5px;
	float: left;
}

.filerepo_download a {
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	background:#E9E9E9;
	border:none;
	width: auto;
	height: 25px;
	padding: 5px 10px 5px 10px;
	margin:10px 0 10px;
	cursor: pointer;
}
.filerepo_download a:hover {
	background: #BFBFBF;
}

/* FILE REPRO WIDGET VIEW */
.filerepo_widget_singleitem {
	padding: 5px 0 10px;
	margin-bottom: 8px;
	background: url(https://plusrsc.clearvale-apj.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
	min-height:40px;
	display:block;
}
.filerepo_widget_singleitem img {
	width: 40px;
}
.filerepo_widget_singleitem .dvaultDescription img {
	width: 100%
}
.filerepo_widget_singleitem:hover {
}
.filerepo_listview_icon {
	float: left;
	margin-right: 10px;
}
.filerepo_timestamp {
	color:#666666;
	margin:0;
}
.filerepo_listview_desc {
	display:none;
	padding:0 10px 10px 0;
	line-height: 1.2em;
}
.filerepo_listview_desc p {
	color:#333333;
}
.filerepo_listview_desc ul {
  list-style-type: disc;
}
.filerepo_listview_desc ol {
  list-style-type: decimal;
}
.filerepo_listview_desc img {
  width: 100%;
}
.description_listview_desc {
  display:block;
  width: 600px;
}
#description ol{
  list-style-type: decimal;
}
#description ul{
list-style-type: disc;
}
.filerepo_widget_content {
	margin-left: 50px;
}
.filerepo_title {
	margin:0;
	padding:6px 5px 0 0;
	line-height: 1.2em;
	color:#333333;
	font-weight: bold;
}

.collapsable_box #filerepo_widget_layout {
	margin:0;
}

/* widget gallery view */
.filerepo_widget_galleryview img {
	padding:2px;
    border:1px solid #999999;
    margin:4px;
}
.filerepo_widget_galleryview img:hover {
	border:1px solid #333333;
}

/* SINGLE ITEM VIEW */
.filerepo_file {
	margin-bottom: 20px;
	border-bottom:1px solid #aaaaaa;
}
.filerepo_file .filerepo_title_owner_wrapper {
	min-height:60px;
	background:#F8FAFA;
	margin-top:10px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
.filerepo_title_owner_wrapper .filerepo_title,
.filerepo_title_owner_wrapper .filerepo_owner {
	margin-left: 70px !important;
}
.filerepo_file .filerepo_maincontent {
	margin-left: 70px;
}
.filerepo_file .filerepo_icon {
	width: 70px;
	position: absolute;
}
.filerepo_file .filerepo_title {
	margin:0;
	padding:1px 4px 5px 10px;
	line-height: 1.2em;
}
.filerepo_file .filerepo_owner {
	padding:0 0 0 10px;
}
.filerepo_file .filerepo_description {
	margin:10px 0 0 0;
	padding:0 0 0 10px;
}
.filerepo_download,
.filerepo_controls {
	padding:0 0 0 10px;
	margin:0;
}
.filerepo_file .filerepo_description p {
	padding:0 0 5px 0;
	margin:0;
}
.filerepo_file .filerepo_specialcontent img {
	padding:5px;
	margin:0 0 0 10px;
	border:1px dotted silver; 
}
.filerepo_tags {
	padding:0 0 10px 10px;
	margin:0;
}

/* file repro gallery items */
.search_gallery .filerepo_controls {
	padding:0;
}
.search_gallery .filerepo_title {
	font-weight: bold;
	line-height: 1.1em;
	margin:0 0 10px 0;
}
.search_gallery_item:hover {
}
.filerepo_gallery_item {
	margin:0;
	padding:0;
	text-align:center;
}
.filerepo_gallery_item p {
	margin:0;
	padding:0;
}
.filerepo_gallery_item .filerepo_controls {
	margin-top:10px;
}
.filerepo_gallery_item .filerepo_controls a {
	padding-right:10px;
	padding-left:10px;
}
.search_gallery .filerepo_comments {
	font-size:90%;
}

.filerepo_user_gallery_link {
	float:right;
	margin:5px 5px 5px 50px;
}
.filerepo_user_gallery_link a {
	padding:2px 25px 5px 0;
	background: transparent url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_gallery.gif) no-repeat right top;
	display:block;
}
.filerepo_user_gallery_link a:hover {
	background-position: right -40px;
}






p.photorepo_owner {
	margin:0;
	padding:0;
}
.photorepo_owner_details {
	/* font-size: 90%; */
	margin:50;
	padding:0;
	line-height: 1.2em;
}
.photorepo_owner_details small {
	color:#666666;
}
.photorepo_owner .usericon {
	margin-right: 5px;
	float: left;
}

.photorepo_listview_icon,
.photorepo_galleryview_icon {
	float: left;
	width: 65px;
	height: 65px;
}

.photorepo_download a {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	background:#E9E9E9;
	width: auto;
	height: 25px;
	padding: 5px 10px;
	margin:10px 0 10px 0;
	cursor: pointer;
}

.photorepo_download a:hover {
	background: #0054a7;
	text-decoration: none;
}

/* FILE REPRO WIDGET VIEW */
.photorepo_widget_singleitem {
	min-height:60px;
	display:block;
	padding: 5px 0 10px;
	margin-bottom: 8px;
	background: url(https://plusrsc.clearvale-apj.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
}

/*Added the following CSS hack for fixing BVNqa57206*/
* html .photorepo_widget_singleitem {
  height: 60px;
}
.photorepo_listview_icon {
	float: left;
	margin-right: 10px;
}
.photorepo_timestamp {
	color:#666666;
	margin:0;
}
.photorepo_timestamp small {
    font-size:1.0em;
}
.photorepo_listview_desc {
	display:none;
	padding:0 5px 10px 0;
	line-height: 1.2em;
}
.photorepo_widget_content {
	margin-left: 70px;
}
/*Added the last two lines for a long title of image*/
.photorepo_title {
	margin:0;
	padding:6px 5px 0 0;
	line-height: 1.2em;
	word-wrap:break-word;
	overflow:hidden;
}

.photorepo_button {
    float:right;
    padding-right: 5px;
}

.collapsable_box #photorepo_widget_layout {
	margin:0;
}

/* widget gallery view */
.photorepo_widget_galleryview img {
	padding:2px;
    border:1px solid #efefef;
    margin:2px;
}

/* SINGLE ITEM VIEW */
.photorepo_photo {
	margin-bottom: 20px;
}
.photorepo_photo .photorepo_title_owner_wrapper {
	padding:10px 10px 5px;
	background-color: #eeeeee;
}
.photorepo_title_owner_wrapper .photorepo_title,
.photorepo_title_owner_wrapper .photorepo_owner {
	margin-left: 0px !important;
}
.photorepo_photo .photorepo_maincontent {
	text-align:center;
    padding-top:16px;
}
.photorepo_photo .vote_area {
	width:auto;
}
.photorepo_photo .photorepo_icon {
	width: 70px;
	position: absolute;
	background-color: #eeeeee;
}
.photorepo_photo .photorepo_title {
	margin:0;
	padding:1px 4px 5px 10px;
	line-height: 1.2em;
}
.photorepo_photo .photorepo_owner {
	padding:0 0 0 10px;
}
.photorepo_photo .photorepo_description {
	margin:0px 0 0 0;
	padding:10px 0 0 10px;
}
.photorepo_download{
	padding:0 0 0 10px;
	margin:0;
}
.photorepo_controls {
	padding:0 0 0 10px;
	margin:0;
    padding-right: 5px;
}
.photorepo_controls a {
    padding:2px 5px;
    background:#eee;
    font-size:90%;
    color:#333;
    
}

.photorepo_photo .photorepo_description p {
	padding:0 0 5px 0;
	margin:0;
}
.photorepo_photo .photorepo_specialcontent img {
	padding:5px;
	margin:0 0 0 10px;
	border:1px dotted silver; 
}
.photorepo_tags {
	padding:0 0 10px 10px;
	margin:0;
}

/* photo repro gallery items */
.search_gallery .photorepo_controls {
	padding:0;
}
.search_gallery .photorepo_title {
	font-weight: bold;
	line-height: 1.1em;
	margin:0 0 10px 0;
}

.photorepo_gallery_item {
	margin:0;
	padding:0 0 10px;
}
.photorepo_gallery_item p {
	margin:0;
	padding:0;
}
.search_gallery .photorepo_comments {
	font-size:1em;
}

.photorepo_user_gallery_link {
	float:right;
	margin:5px 5px 5px 50px;
}
.photorepo_user_gallery_link a {
	padding:2px 25px 5px 0;
	background: transparent url(https://plusrsc.clearvale-apj.com/_graphics/icon_gallery.gif) no-repeat right top;
	display:block;
}
.photorepo_user_gallery_link a:hover {
	background-position: right -40px;
}

/* slideshow widget */
.slideshow {
	display: table;
    position:relative;
    width:95%;
    height: 250px;
    padding-left: 2px;
	padding-bottom: 2px;

}

.slideshow div {
	width: 100%
    height: 250px;
    z-index:8;
    opacity:0.0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.slideshow div.active {
    z-index:10;
    opacity:1.0;
    border-style:none;
}

.slideshow div.last-active {
    z-index:9;
}

.album_slideshow_buttons {
  float:right;
  padding-right: 20px;
  margin-top:10px;
}

.album_photo_content {
  text-align:center;
}

.album_photo {
  padding: 0px 0px 0px 10px;
}


p.videorepo_owner {
	margin:0;
	padding:0;
}
.videorepo_owner_details {
	/* font-size: 90%; */
	margin:0;
	padding:0;
	line-height: 1.2em;
}
.videorepo_owner_details small {
	color:#666666;
}
.videorepo_owner .usericon {
	margin-right: 5px;
	float: left;
}

/* FILE REPRO WIDGET VIEW */
.videorepo_widget_singleitem {
	background-color: #eeeeee;
	margin:0 0 10px 0;
	min-height:60px;
	display:block;
}
.videorepo_listview_icon {
	float: left;
	margin-right: 10px;
}
.videorepo_timestamp {
	color:#666666;
	margin:0;
}
.videorepo_listview_desc {
	display:none;
	padding:0 5px 10px 0;
	line-height: 1.2em;
}
.videorepo_widget_content {
	width:100%; 
	/*height:220px;*/
	padding-bottom:10px;
	text-align:center;
}
.videorepo_widget_content_embed {
	width:100%; 
	/*height:220px;*/
	padding-top: 5px;
	padding-bottom:10px;
	text-align:center;
}
.videorepo_title {
	margin:0;
	padding:0 5px 5px 0;
	line-height: 1.2em;
}

.collapsable_box #videorepo_widget_layout {
	padding-left:0px;
	padding-right:0px;
	margin-bottom:10px;
}

/* widget gallery view */
.videorepo_widget_galleryview img {
	padding:2px;
    border:1px solid #efefef;
    margin:2px;
}

/* SINGLE ITEM VIEW */
.videorepo_video {
	margin-bottom: 20px;
}
.videorepo_video .videorepo_title_owner_wrapper {
	background-color: #eeeeee;
    padding:10px;
}
.videorepo_video .videorepo_maincontent {
    text-align:center;
}
#video_embed {
	width:560px;
    height:445px;
    margin:0 auto;
}
.videorepo_video .videorepo_icon {
	width: 70px;
	position: absolute;
	background-color: #eeeeee;
}
.videorepo_video .videorepo_title {
	margin:0;
	padding:1px 4px 5px 10px;
	line-height: 1.2em;
}
.videorepo_video .videorepo_owner {
	padding:0 0 0 10px;
}
.videorepo_video .videorepo_description {
	margin:10px 0 0 0;
	padding:0 0 0 10px;
}
.videorepo_download,
.videorepo_controls {
	padding:0 0 0 10px;
	margin:0;
}
.videorepo_controls a {
    padding:2px 5px;
    background:#eee;
    font-size:100%;
    
}

.videorepo_video .videorepo_description p {
	padding:0 0 5px 0;
	margin:0;
}
.videorepo_video .videorepo_specialcontent img {
	padding:5px;
	margin:0 0 0 10px;
	border:1px dotted silver; 
}
.videorepo_tags {
	padding:0 0 10px 10px;
	margin:0;
}

/* video repro gallery items */
.search_gallery .videorepo_controls {
	padding:0;
}
.search_gallery .videorepo_title {
	font-weight: bold;
	line-height: 1.1em;
	margin:0 0 10px 0;
}

.videorepo_gallery_item {
	margin:0;
	padding:0;
}
.videorepo_gallery_item p {
	margin:0;
	padding:0;
}
.search_gallery .videorepo_comments {
	font-size:90%;
}

.videorepo_user_gallery_link {
	float:right;
	margin:5px 5px 5px 50px;
    font-size:1.2em;
}
.videorepo_user_gallery_link a {
	padding:2px 25px 5px 0;
	background: transparent url(https://plusrsc.clearvale-apj.com/_graphics/icon_gallery.gif) no-repeat right top;
	display:block;
}
.videorepo_user_gallery_link a:hover {
	background-position: right -40px;
}


.left_nav {
  width : 25%;
  padding : 0px 10px 5px 10px;
  vertical-align : top;
}

.main {
  width : 75%;
  vertical-align : top;
}

.pagination {
   /* width : 100%; */
}

select.filetype {
  width : 225px;
  margin : 0px 0px 0px 0px; 
}

div.dvcat_tree_container, #sidebar_page_tree {
  /* width : 225px; */
  margin : 0px 0px 0px 0px;
}

.cv_file .dvcat_tree_container {
  width : 80%;
  margin : 0px 20px 0px 0px;
}

.nav_box {
  border  : 1px solid #CCCCCC;
  margin  : 0px 0px 10px 0px;
  padding : 10px;
}

.nav_box .selected {
  font-weight : bold;
}

.nav_box a {
  font-size : 1.2em;	
}

a.cat_edit {
  text-align : right;
}

a.cat_edit:hover {
  text-decoration: underline;
}

a.disabled {
	color: #666666 !important;
	text-decoration: none !important;
	cursor: default !important;
}

p.full_title {
  font-weight : bold;
  color : #662D91; // #2D51B0
}

.dvault_rev_history {
  display:block;
}
.dvault_rev_history th {
  margin-top:5px;
  padding-top:5px;
  padding-right:5px;
  font-weight:bold;
  vertical-align:bottom;
  font-size:1.2em;
  text-decoration:underline;
}
.dvault_rev_history td {
  margin-top:5px;
  padding-top:5px;
  padding-right:5px;
}
.dvault_rev_history td a {
  text-decoration:underline;
}

.cv_file .filerepo_file .filerepo_title_owner_wrapper {
  padding-bottom:15px;
}
.dvault_categories p {
  margin:0px;
}
.dvault_categories table {
  display:block;
  table-layout:fixed;
}
.dvault_categories th {
  padding:5px;
  font-weight:bold;
  text-decoration:underline;
  font-size:1.2em;
}
.dvault_categories td {
  padding:5px;
}

#single_back .cancel_button {
  margin-left: 0px;
}

.dvault_categories_breadcrumb {
  float:left;
  font-size:1.2em;
}


#edit_folders {
}

#edit_folders table {
  margin: 0px 0px 0px;
}
#edit_folders td {
}
#edit_folders tr[id^=folder]:hover {
  background: none repeat scroll 0 0 #e8f2fa;
}
#edit_folders th {
  padding-bottom: 7px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  font-weight:bold;
  font-size: 1.2em;
  //font: bold 13px helvetica; 
}

#edit_folders h1 {
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px
  font-weight:bold;
  font-size: 2em;
  color: #222;
  //FONT: bold 30px helvetica;
}
#edit_folders .input-text {
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px
  border-bottom: #aaa 1px solid;
  border-left: #aaa 1px solid; 
  border-top: #aaa 1px solid;
  border-right: #aaa 1px solid;
  width: 350px;
  display: block;
  color: #333;
  font-size: 13px; 
}

#edit_folders .input-text:focus {
  border-bottom: #333 1px solid;
  border-left: #333 1px solid; 
  border-top: #333 1px solid;
  border-right: #333 1px solid;
}

#edit_folders select.input-pulldown {
  min-width: 170px;
  margin: 3px 0px 0px;
  font-size: 12px;
  //font: 12px helvetica
}

#edit_folders td.rowAdd a.add_sub-folder {
  padding-bottom: 3px;
  padding-left: 18px;
  padding-right: 0px;
  padding-top: 4px;
  display: block;
  font-size: 11px;
  color: #1173c5;
  margin-left: 10px;
  //FONT: 11px helvetica;
  background: url(https://plusrsc.clearvale-apj.com/_graphics/icon_customise_add.gif) no-repeat 0
}

#edit_folders a.add_sub-folder {
  padding-bottom: 3px;
  padding-left: 18px;
  padding-right: 0px;
  padding-top: 4px;
  display: block;
  font-size: 11px;
  color: #1173c5;
  //FONT: 11px helvetica;
  background: url(https://plusrsc.clearvale-apj.com/_graphics/icon_customise_add.gif) no-repeat 0
}
#edit_folders a.add_sub-folder:hover {
  text-decoration: underline;
}

#edit_folders a.btn_delete_14 {
  width:  14px;
  height: 14px;
  display: block;
  background: url(https://plusrsc.clearvale-apj.com/_graphics/icon_customise_remove.gif) no-repeat 0;
  padding-top: 8px;
}

#edit_folders td[class=rowName] {
  padding-bottom: 3px;
  padding-left: 0px;
  padding-right: 5px;
  padding-top: 3px;
}

#edit_folders td[class=rowWho] {
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 3px;
}

#edit_folders td[class=rowAdd] {
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  white-space: nowrap;
}

#edit_folders td[class=rowDelete] {
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 0px;
  padding-top: 3px;
  text-align: center;
}

#edit_folders th#headerName {
  padding-left: 0px;
}

.rowAddAction {
  padding-left:22px;
  background: url(https://plusrsc.clearvale-apj.com/_graphics/icon_customise_add.gif) no-repeat 0
}

.rowRemoveAction {
  padding-left:22px;
  background: url(https://plusrsc.clearvale-apj.com/_graphics/icon_customise_remove.gif) no-repeat 0
}

.statusWarning {
  color: #d42a37;
  line-height: 130%;
  padding: 0px;
  margin: 10px 0px;
  font-size: 11px;
}

.search_listing .statusWarning {
	border: 1px solid gray;
  padding: 5px 0px 5px 33px;
  margin: 0px 20px 10px 0px;
  background: url(https://plusrsc.clearvale-apj.com/mod/cv_content/graphics/icons/warning.png) no-repeat 5px center;
	font-size: 1em;
}

.collapsable_box_content .search_listing .statusWarning {
	border: none;
  padding: 0px;
  margin: 10px 0px;
  background: none;
  font-size: 11px;
}

.downloadInProgress {
	font-size: 13px;
}

.downloadInProgressDialog {
	border: 1px solid gray;
	width: 600px;
	height: 180px;
	margin: 30px auto;
}

.downloadInProgressDialog .title {
	background: #0d70c3;
	color: white;
	vertical-align: middle;
	padding: 5px 10px;
}

.downloadInProgressDialog .body {
	vertical-align: middle;
	text-align: center;
	height: 80%;
}

.downloadInProgressDialog .buttons {
	text-align: right;
	padding-right: 10px;
}

#select_file_button {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	vertical-align: bottom;
	margin: auto 5px;
}

.album_slideshow_buttons {
  float:right;
  padding-right: 20px;
  margin-top:10px;
}

.album_photo_content {
  text-align:center;
}

.album_photo {
  padding: 0px 0px 0px 10px;
}


/*-------------------------------
MESSAGING PLUGIN
-------------------------------*/
.actiontitle {
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 10px 0;
}

#messages table {
	border-collapse:separate;
}

#messages td {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 8px 5px;
    font-size:13px;
    vertical-align:middle;
}

/* IE6 */
* html #messages .delete_msg a { background-position: right 4px; }
* html #messages .delete_msg a:hover { background-position: right 4px; } 

#messages .msgsender {
	line-height: 1em;
	margin:0;
	padding:0;
	float:left;
}
#messages .msgsender small {
	color:#999999;
}


#messages .msgsubject {
	line-height: 100%;
}

.msgsubject {
	font-weight:bold;
}

.messages_single {
	padding:0 10px 0 10px;
}

.messages_single_icon  {
	float: left;
}

.messages_single_icon .usericon {
	float: left;
	margin: 0 10px 10px 0;
}

/* view and reply to message view */
.message_body {
	margin-left: 120px;
}
.message_body .messagebody {
	padding:0;
	margin:10px 0 10px 0;
	font-size: 120%;
	border-bottom:1px solid #cccccc;
}

/* drop down message reply form */
#message_reply_form {
	display:none;
}
#message_reply_editor {
	padding:0 0 0 10px;
}

/* when displaying original msg in reply view */
.previous_message {
	background:#dedede;
    padding:10px;
    margin:0 0 20px 0;
	border:1px solid #999999;
}
.previous_message p {
    padding:0;
    margin:0 0 9px 0;
    font-size: 100%;
}

.new_messages_count {
	color:#666666;
}

/* return to previous page link */
#messages_return {
	color:#666666;
	padding:5px 0 5px 5px;
	margin:0 0 0 0;
}

/* RTE container */
#message_reply_editor #message_tbl {
	width:680px !important;
}



<style type="text/css">

	/*  all messages content are included a div whose id is clearvale_mod_messages*/
	#clearvale_mod_messages{
		clear:left;
		padding-left:0;
	}
	
	#clearvale_mod_messages a.new_message_btn{
		background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat scroll 0 0;
		color:#FFFFFF;
		padding:3px 6px 3px 5px;
		float:left;
		font-family:helvetica;
		font-size:13px;
	}

	#message_top_menu {
		float:right;
		margin:3px 0 0;
		font-size:0.9em;
	}
	
	#clearvale_mod_messages a.delete_selected_btn {
		background:#DDDDDD none repeat scroll 0 0;
		color:#666666;
		float:right;
		margin:0 0 0 15px;
		padding:3px 6px 3px 5px;
		font-size:0.9em;
	}

	#message_action_menu {
		border-bottom:1px dashed #AAAAAA;
		border-top:1px dashed #AAAAAA;
		padding:5px 0 25px;
	}
	.messge_title_fixed{
		border-bottom:1px dashed #AAAAAA;
		border-top:1px dashed #AAAAAA;
		font-size:120%;
		font-weight:bold;
		padding:3px 0;
	}
	
	#clearvale_mod_messages a.back_to_inbox_btn{
		margin:0 0 15px;
		text-decoration:underline;
		display:block;
		font-size:11px;
	}
	
	#clearvale_mod_messages div.messages_bottom{
		padding-bottom :15px;
		margin-bottom:15px;
		border-bottom:1px dashed #AAAAAA;
	}
	
	.messge_reply_title{
		padding:10px 0 5px;
	}
	
	div.messages_view_first{
		padding:15px 10px 0 0;
	}
	
	.messages_single_read {
		padding:8px 10px 5px 10px;	
		border-top:2px solid #FFFFFF;
	}
	
	a.shareRemove {
		margin-left: 4px;
	}
	.sendMessageUL{
		margin:0px ;
		padding-left:4px;
	}

	ul.sendMessageUL li{
		display:inline;
		font-size:120%;
	}
	.messages_title {
		border-bottom: 1px solid #CCCCCC;
		padding-bottom:4px;
	}
	
	
	#clearvale_mod_messages a {
		margin-left:2px;
		margin-right:2px;
	}
	
	div.message_reply_separator_line{
		border-bottom:1px solid #CCCCCC;
		margin-top:15px;
	}
	

	.messages_checkbox{
		display:inline;		float:left;
		margin:0 5px;
	}

	.viewMessageP{
		margin-top:-65px;
		margin-left:5px;
		float:right;
	    color:#0069B0;
	}
	.messageContent{
		margin-bottom:10px;
		font-weight:normal;
	}

	.newMessageSeparatorLine{
		border-top:1px dashed #AAAAAA;
		margin:10px 0 0;
		padding:5px 0;
	}

	.messages_input-text{
		width:98%;
	}
	
	.messages_textarea{
		width:98%;
		height:160px;	
	}
	
	#messages .message_notread td {
		background:#E8F2FA none repeat scroll 0 0;
	}

	#messages .message_read td {
		background:write none repeat scroll 0 0;
	}

	.no_opend{
		background:#E8F2FA none repeat scroll 0 0;
	}
	.message_toname_list{
		white-space:pre-wrap;
		word-break:break-all;
	}
	.message_wall{
		background:#EAEAEA;
	}
	
	.message_block{
		padding:8px 8px 8px 8px;
	}	
	</style>/*-------------------------------
MESSAGEBOARD PLUGIN
-------------------------------*/
/* input msg area */
#mb_input_wrapper {


}

#messageboard_widget_menu {
	margin:8px 0;
}

#mb_input_wrapper .input_textarea {
	width:96%;
	height:80px;
    margin-bottom:8px;
}
.collapsable_box_content #mb_input_wrapper .input_textarea {
	width:96%;
}
.message_item_timestamp {
	font-size:90%;
	padding:10px 0 0 0;
}
p.message_item_timestamp {
	margin-bottom: 10px;
}
/* wraps each message */
.messageboard {
	margin:10px 0 10px 0;
    background:#e9e9e9;
    height:1%;
    clear:both;
}

.messageboard:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.messageboard .message_sender {
	float:left;
	margin: 5px 10px 0 5px;
}
* html .messageboard .message_sender { margin: 5px 10px 0 2px; } /* IE6 */
*+html .messageboard .message_sender {  } /* IE7 */

.messageboard .message p {
	line-height: 1.2em;
	background:#fff;
	margin:0 6px 4px 6px;
	padding:4px;
	overflow-y:hidden;
	overflow-x:auto;
	color:#333333;
}

.message_buttons {
	padding:0 0 3px 4px;
	margin:0;
	font-size: 90%;
	color:#666666;
}

.messageboard .delete_message a {
	display:block;
	float:right;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0 3px 3px 0;
	background: url("https://plusrsc.clearvale-apj.com/_graphics/icon_customise_remove.gif") no-repeat 0 0;
	text-indent: -9000px;
}

#two_column_left_sidebar_maincontent #messageboard_wrapper {
	clear:both;
}

#two_column_left_sidebar_maincontent #mb_input_wrapper {

}

.collapsable_box_content #mb_input_wrapper #messageboard_wrapper {

}






#sinaweibo_widget {
    margin:0 0px 0 0px;
    
}

#sinaweibo_widget ul {
	margin:0;
	padding:0;
}

#sinaweibo_widget li {
	list-style-type:none;
	padding: 5px 0 10px;
	margin-bottom: 8px;
    border:none;
	background: url(https://plusrsc.clearvale-apj.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
}

#sinaweibo_widget li span {
}

#sinaweibo_widget .icon{  
    margin-right:8px;
    margin-top:5px;
    margin-left:0px;
    width:40px;
    height:40px;
}

p.refresh_sinaweibo a {
    background: url(https://plusrsc.clearvale-apj.com/mod/sinaweibo/graphics/sinaweibo.png) left no-repeat;
    padding:0 0px 0 20px;
    margin-left:10px;
}
p.refresh_sinaweibo b {
    background: url(https://plusrsc.clearvale-apj.com/mod/sinaweibo/graphics/ajax-loader.gif) left no-repeat;
    padding:0 0px 0 20px;
    margin-left:10px;
}
p.refresh_sinaweibo {
    text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:2px;
	margin:0 1px 0px 2px;
}

#sinaweibo_widget li a {
	margin:0 0 0 4px;
    
}

#sinaweibo_widget li span table a {
    display: inline !important;
}

.tooltip{
   position: absolute;
   padding: 10px 13px;
   z-index: 2;
   
   color: #303030;
   background-color: #f5f5b5;
   border: 1px solid #DECA7E;
   
   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: center;
}

.tooltip h3{
      margin: 0 0 5px;
      text-align: left;
}
#twitter_widget {
    margin:0 0px 0 0px;
    
}

#twitter_widget ul {
	margin:0;
	padding:0;
}

#twitter_widget li {
	list-style-type:none;
	padding: 5px 0 10px;
	margin-bottom: 8px;
    border:none;
	background: url(https://plusrsc.clearvale-apj.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
}

#twitter_widget li span {
}

#twitter_widget .icon{  
    margin-right:8px;
    margin-top:5px;
    margin-left:0px;
    width:40px;
    height:40px;
}

p.refresh_twitter a {
    background: url(https://plusrsc.clearvale-apj.com/mod/twitter/graphics/twitter.png) left no-repeat;
    padding:0 0px 0 16px;
    margin-left:10px;
}
p.refresh_twitter b {
    background: url(https://plusrsc.clearvale-apj.com/mod/twitter/graphics/loading.gif) left no-repeat;
    padding:0 0px 0 20px;
    margin-left:10px;
}
p.refresh_twitter {
    text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:2px;
	margin:0 1px 0px 2px;
}

#twitter_widget li a {
	margin:0 0 0 4px;
    
}

#twitter_widget li span table a {
    display: inline !important;
}
#invite_area_group_title h2 {
	color: #669900;
	margin:0 0 10px 0;
	padding:5px 10px 5px 0;
	font-size:22px;
	line-height:1.2em;
	
}


.invitemass_entry_form {
	margin: 2px;
	font-size: 90%;
}

.invitemass_email_bad {
	font-style: italic;
	font-size: 90%;
	color: red;
}

input.invitemass_reg_form {
    width: 432px;
}

#community-blurb {
	padding: 10px;
	position: absolute;
	top: 0px;
	left: 50px;
	background-color: rgb(240,248,255);
}

#blurb-table {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
}

#blurb-header {
	font-size: 1.3em;
	font-weight:bolder;
}

#blurb-content {
	font-weight: bold;
}

#position-container {
	position: relative;
	top: 40px;
	left: 400px;
}
tr.even{
    background:#ffffff;
  
    
}
tr.even td{
    padding: 4px 2px 4px 4px;
     font-size:14px;
}

tr.odd{
    background:#ffffff;
}
tr.odd td{
   padding: 4px 2px 4px 4px;
   font-size:14px;
}
#color_picker{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding:2px;
}
#color_picker td{
   width:15px;
   padding: 3px;
}
#color_picker tr{
    height: 21px;
}
#color_picker div{
    width:13px;
    height: 13px;
    border: 1px solid black;
}
#color_picker div:hover{
    border: 1px solid white;
}
#color_picker div#c11{    background: #CC3333;  }
#color_picker div#c12{    background: #DD4477;  }
#color_picker div#c13{    background: #994499;  }
#color_picker div#c14{    background: #6633CC;  }
#color_picker div#c21{    background: #336699;  }
#color_picker div#c22{    background: #3366CC;  }
#color_picker div#c23{    background: #22AA99   }
#color_picker div#c24{    background: #329262;  }
#color_picker div#c31{    background: #109618;  }
#color_picker div#c32{    background: #66AA00;  }
#color_picker div#c33{    background: #AAAA11;  }
#color_picker div#c34{    background: #D6AE00;  }
#color_picker div#c41{    background: #EE8800;  }
#color_picker div#c42{    background: #DD5511;  }
#color_picker div#c43{    background: #3366cc;  }
#color_picker div#c44{    background: #8C6D8C;  }
td.name div.c11{    background: #CC3333;   }
td.name div.c12{    background: #DD4477;   }
td.name div.c13{    background: #994499;   }
td.name div.c14{    background: #6633CC;   }
td.name div.c21{    background: #336699;   }
td.name div.c22{    background: #3366CC;   }
td.name div.c23{    background: #22AA99;   }
td.name div.c24{    background: #329262;   }
td.name div.c31{    background: #109618;   }
td.name div.c32{    background: #66AA00;   }
td.name div.c33{    background: #AAAA11;   }
td.name div.c34{    background: #D6AE00;   }
td.name div.c41{    background: #EE8800;   }
td.name div.c42{    background: #DD5511;   }
td.name div.c43{    background: #3366cc;   }
td.name div.c44{    background: #8C6D8C;   }



#events_container div.c11{    background: rgb(240,194,194) !important;   }
#events_container div.c12{    background: rgb(245,199,214) !important;   }
#events_container div.c13{    background: rgb(225,199,225) !important;   }
#events_container div.c14{    background: rgb(209,194,240) !important;   }
#events_container div.c21{    background: rgb(194,209,225) !important;   }
#events_container div.c22{    background: rgb(194,209,240) !important;   }
#events_container div.c23{    background: rgb(189,230,225) !important;   }
#events_container div.c24{    background: rgb(194,220,199) !important;   }
#events_container div.c31{    background: rgb(187,233,191) !important;   }
#events_container div.c32{    background: rgb(209,230,179) !important;   }
#events_container div.c33{    background: rgb(230,230,184) !important;   }
#events_container div.c34{    background: rgb(243,231,179) !important;   }
#events_container div.c41{    background: rgb(250,220,179) !important;   }
#events_container div.c42{    background: rgb(205,204,184) !important;   }
#events_container div.c43{    background: #ECF5FF !important;            }
#events_container div.c44{    background: rgb(2221,211,221) !important;  }

#calendar div.c00{    color: #FFFFFF; border:1px solid #777777 !important;     }
#calendar div.c11{    color: #FFFFFF; border:1px solid #CC3333 !important; background: #CC3333 !important;   }
#calendar div.c12{    color: #FFFFFF; border:1px solid #DD4477 !important; background: #DD4477 !important;   }
#calendar div.c13{    color: #FFFFFF; border:1px solid #994499 !important; background: #994499 !important;   }
#calendar div.c14{    color: #FFFFFF; border:1px solid #6633CC !important; background: #6633CC !important;   }
#calendar div.c21{    color: #FFFFFF; border:1px solid #336699 !important; background: #336699 !important;   }
#calendar div.c22{    color: #FFFFFF; border:1px solid #3366CC !important; background: #3366CC !important;   }
#calendar div.c23{    color: #FFFFFF; border:1px solid #22AA99 !important; background: #22AA99 !important;   }
#calendar div.c24{    color: #FFFFFF; border:1px solid #329262 !important; background: #329262 !important;   }
#calendar div.c31{    color: #FFFFFF; border:1px solid #109618 !important; background: #109618 !important;   }
#calendar div.c32{    color: #FFFFFF; border:1px solid #66AA00 !important; background: #66AA00 !important;   }
#calendar div.c33{    color: #FFFFFF; border:1px solid #AAAA11 !important; background: #AAAA11 !important;   }
#calendar div.c34{    color: #FFFFFF; border:1px solid #D6AE00 !important; background: #D6AE00 !important;   }
#calendar div.c41{    color: #FFFFFF; border:1px solid #EE8800 !important; background: #EE8800 !important;   }
#calendar div.c42{    color: #FFFFFF; border:1px solid #DD5511 !important; background: #DD5511 !important;   }
#calendar div.c43{    color: #FFFFFF; border:1px solid #3366CC !important; background: #3366CC !important;   }
#calendar div.c44{    color: #FFFFFF; border:1px solid #8C6D8C !important; background: #8C6D8C !important;   }

#calendar .event tr.c00{    color: #FFFFFF; border:1px solid #777777 !important;    }
#calendar .event tr.c11{    color: #FFFFFF; border:1px solid #CC3333 !important; background: #CC3333 !important;    }
#calendar .event tr.c12{    color: #FFFFFF; border:1px solid #DD4477 !important; background: #DD4477 !important;    }
#calendar .event tr.c13{    color: #FFFFFF; border:1px solid #994499 !important; background: #994499 !important;    }
#calendar .event tr.c14{    color: #FFFFFF; border:1px solid #6633CC !important; background: #6633CC !important;    }
#calendar .event tr.c21{    color: #FFFFFF; border:1px solid #336699 !important; background: #336699 !important;    }
#calendar .event tr.c22{    color: #FFFFFF; border:1px solid #3366CC !important; background: #3366CC !important;    }
#calendar .event tr.c23{    color: #FFFFFF; border:1px solid #22AA99 !important; background: #22AA99 !important;    }
#calendar .event tr.c24{    color: #FFFFFF; border:1px solid #329262 !important; background: #329262 !important;    }
#calendar .event tr.c31{    color: #FFFFFF; border:1px solid #109618 !important; background: #109618 !important;    }
#calendar .event tr.c32{    color: #FFFFFF; border:1px solid #66AA00 !important; background: #66AA00 !important;    }
#calendar .event tr.c33{    color: #FFFFFF; border:1px solid #AAAA11 !important; background: #AAAA11 !important;    }
#calendar .event tr.c34{    color: #FFFFFF; border:1px solid #D6AE00 !important; background: #D6AE00 !important;    }
#calendar .event tr.c41{    color: #FFFFFF; border:1px solid #EE8800 !important; background: #EE8800 !important;    }
#calendar .event tr.c42{    color: #FFFFFF; border:1px solid #DD5511 !important; background: #DD5511 !important;    }
#calendar .event tr.c43{    color: #FFFFFF; border:1px solid #3366CC !important; background: #3366CC !important;    }
#calendar .event tr.c44{    color: #FFFFFF; border:1px solid #8C6D8C !important; background: #8C6D8C !important;    }

#calendar div.c00 .time{    color: #FFFFFF; border:1px solid #777777 !important;     }
#calendar div.c11 .time{    color: #FFFFFF; border:1px solid #CC3333 !important; background: #CC3333 !important;   }
#calendar div.c12 .time{    color: #FFFFFF; border:1px solid #DD4477 !important; background: #DD4477 !important;   }
#calendar div.c13 .time{    color: #FFFFFF; border:1px solid #994499 !important; background: #994499 !important;   }
#calendar div.c14 .time{    color: #FFFFFF; border:1px solid #6633CC !important; background: #6633CC !important;   }
#calendar div.c21 .time{    color: #FFFFFF; border:1px solid #336699 !important; background: #336699 !important;   }
#calendar div.c22 .time{    color: #FFFFFF; border:1px solid #3366CC !important; background: #3366CC !important;   }
#calendar div.c23 .time{    color: #FFFFFF; border:1px solid #22AA99 !important; background: #22AA99 !important;   }
#calendar div.c24 .time{    color: #FFFFFF; border:1px solid #329262 !important; background: #329262 !important;   }
#calendar div.c31 .time{    color: #FFFFFF; border:1px solid #109618 !important; background: #109618 !important;   }
#calendar div.c32 .time{    color: #FFFFFF; border:1px solid #66AA00 !important; background: #66AA00 !important;   }
#calendar div.c33 .time{    color: #FFFFFF; border:1px solid #AAAA11 !important; background: #AAAA11 !important;   }
#calendar div.c34 .time{    color: #FFFFFF; border:1px solid #D6AE00 !important; background: #D6AE00 !important;   }
#calendar div.c41 .time{    color: #FFFFFF; border:1px solid #EE8800 !important; background: #EE8800 !important;   }
#calendar div.c42 .time{    color: #FFFFFF; border:1px solid #DD5511 !important; background: #DD5511 !important;   }
#calendar div.c43 .time{    color: #FFFFFF; border:1px solid #3366CC !important; background: #3366CC !important;   }
#calendar div.c44 .time{    color: #FFFFFF; border:1px solid #8C6D8C !important; background: #8C6D8C !important;   }
.eventblock ol{
list-style: decimal outside none;
}
.eventblock ul{
list-style: disc outside none;
}
.poll_post_body {
}

.poll_post_area {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	width: 547px;
	clear: both;
}

label {
    font-size: 120%;
}

.singleview {
	margin-top:10px;
}

.poll_post_icon {
	float:left;
	margin:3px 0 0 0;
	padding:0;
}

.poll_post h3 {
	font-size: 150%;
	margin:0 0 10px 0;
	padding:0;
}

.poll_post h3 a {
	text-decoration: none;
}

.poll_post p {
	margin: 0 0 5px 0;
}
.poll_post .strapline {
	margin: 0 0 0 35px;
	padding:0;
	color: #aaa;
	line-height:1em;
}
.poll_post p.tags {
	background:transparent url(https://plusrsc.clearvale-apj.com/_graphics/icon_tag.gif) no-repeat scroll left 2px;
	margin:0 0 7px 35px;
	padding:0pt 0pt 0pt 16px;
	min-height:22px;
}
.poll_edit_link {
	float:right;
	margin:5px 5px 5px 50px;
}
.poll_edit_link a {
	padding:2px 25px 5px 0;
	display:block;
}
.poll_edit_link a:hover {
	background-position: right -40px;
}

.poll_response {
	//width:5;
	padding: 0px 0px 3px 0px;
}
	
.poll_result_area {
	padding-left:20px;
	height:10px;
	padding-bottom:5px;
}

.poll_response label {
	font-size:12px;
}

.progressBarContainer {	
	width: 50%;
	//float: left;
	//border: 1px #D9541E solid;
	border: none;
	background:#E5E5E5;
}

.progressBarContainer img {
    margin-left: -1px; 	  
	filter: alpha(opacity=40);
	opacity: 0.4;
	display:block
}

.poll_response_count {
	padding-left: 10px;
	font-size: 10px;
}

.poll_result_control {
	cursor: pointer;
	font-size: 11px;
}

.poll_ajax_loader_icon {
 	height: 16px;
 	vertical-align: middle;
 	display: none;
}

.poll_widget {}

.poll_single_item {
}

.poll_edit_attr_label {
	width: 15em;
	float:left;
	vertical-align: middle;
}

.user_menu_poll {
	margin:0;
	padding:0;
}
.poll_vote_control {
	cursor: pointer;
}

/* ***************************************
	RIVER
*************************************** */

.river_object_poll_create {
	background: url(https://plusrsc.clearvale-apj.com/mod/poll/graphics/river_icon_poll.gif) no-repeat left -1px;
}
.river_object_poll_update {
	background: url(https://plusrsc.clearvale-apj.com/mod/poll/graphics/river_icon_poll.gif) no-repeat left -1px;
}
.river_object_poll_comment {
	background: url(https://plusrsc.clearvale-apj.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}

.freeform_wrapper {
    width:100%;
    overflow:auto;
    white-space:normal;
}

.freeform_wrapper strike{
 	text-decoration: line-through !important;
}
.freeform_wrapper ul {
	list-style: disc outside none;
}

.freeform_wrapper u {
	text-decoration: underline !important;
}

.freeform_wrapper ol {
	list-style: decimal outside none;
	padding-left:32px !important;
}
.freeform_wrapper u {
 	text-decoration: underline !important;
}

.freeform_wrapper table {
    empty-cells:show;
}

#freeform_widget {
    margin:0 0px 0 0px;
}

#freeform_widget div {
  left:50;
  background-color:#000000; 
  color:#FFFFFF; width:300;
  padding:1;
}

#freeform_widget ul {
	margin:0;
	padding:0;
}

#freeform_widget li {
	backgroundxx: url(https://plusrsc.clearvale-apj.com/mod/freeform/graphics/freeform.gif)
	no-repeat right bottom;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	overflow-x: hidden;
    margin-bottom: 10px;
}

#freeform_widget li span {
	color:#666666;
	background:#c9f1f3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:5px;
	display:block;
    overflow:hidden;
}

#freeform_widget .icon{  
    margin-right:8px;
    margin-top:5px;
    margin-left:0px;
    width:48px;
    height:48px;
}

p.refresh_freeform a {
    background: url(https://plusrsc.clearvale-apj.com/mod/freeform/graphics/freeform.png) left no-repeat;
    padding:0 0px 0 20px;
    margin-left:10px;
}

p.refresh_freeform b {
    background: url(https://plusrsc.clearvale-apj.com/mod/freeform/graphics/loading.gif) left no-repeat;
    padding:0 0px 0 20px;
    margin-left:10px;
}

p.refresh_freeform {
    text-align: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:2px;
	margin:0 1px 0px 2px;
}

#freeform_widget li a {
	display:block;
	margin:0 0 0 4px;
}

#freeform_widget li spa table a {
	display:inline !important;
}

#freeform_widget_edit_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#4690d6;
	border: 1px solid #4690d6;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 0;
	cursor: pointer;
}

#freeform_widget_edit_button:hover, input[type="edit"]:hover {
	background: #0054a7;
}

#freeform_widget_preview_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#4690d6;
	border: 1px solid #4690d6;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 0;
	cursor: pointer;
}

#freeform_widget_preview_button:hover, input[type="preview"]:hover {
	background: #0054a7;
}

.gfolder_content {
  margin-left:40px;
  margin-right:50px;
}

.gfolder {
  padding: 0px 0px 0px 10px;
}

/*-------------------------------
SIMPLEPIE FEED WIDGET
-------------------------------*/
.simplepie_blog_title {
  text-align: center;
  margin-bottom: 15px;
}

.simplepie_item {
  margin:10px 10px 4px 10px;
  padding:5px;
  display:list-item;
  background:white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: url(https://plusrsc.clearvale-apj.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
}

.simplepie_title {
  margin-bottom: 4px;
}

.simplepie_excerpt {
  margin-bottom: 4px;
}

.simplepie_date {
  font-weight: normal;
}

.simplepie_excerpt img {
  width: 170px;
}

#important_items_admin_intro {
  border-bottom: 1px solid #CCCCCC;
}
.important_items_admin_flag_desc {
  padding-left: 22px;
  display: block;
}
.important_item_operations {
  position: absolute;
  left: 450px;
  width: 350px;
}
#microblog_column {
    width: 934px;
    float: left;
    margin: 0 0 0 20px;
}

#microblogs .microblog_post {
	padding: 15px 0 15px 0;
	margin-bottom: 8px;
	background: url(https://plusrsc.clearvale-apj.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
    border:none;
}

.microblog_post {
	margin-bottom: 21px;
	background: url(https://plusrsc.clearvale-apj.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
	padding:0 10px 16px 10px;
    height:1%;
}

#microblogs .microblog_post:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#microblogs .microblog_post_icon {
	float:left;
	margin:0;
	padding:0;
}

.microblog_post h3 {
	margin:0 0 5px;
	font-size:14px;
}

.collapsable_box_content .microblog_post h3 {
	font-size:12px;
}

.microblog_post h3 a {
	text-decoration: none;
}

.microblog_post p {
	margin: 0 0 5px 0;
}

.microblog_post .strapline {
	margin: 0 0 0 35px;
	padding:0;
	line-height:1em;
    font-size:90%;
}
.microblog_post p.tags {
	background:transparent url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_tag.gif) no-repeat scroll left 2px;
	margin:0 0 0 35px;
	padding:0pt 0pt 0pt 16px;
	min-height:22px;
    font-size:90%;
}
.microblog_post .options a {
	padding:0px 5px;
    float:left;
    font-size:90%;
    background:#f0f0f0;
    margin-right:10px;
    color:#333;
}
.microblog_post_body {
	margin-top:10px;
	clear:both;
	padding-top:10px;
}
.microblog_post_body p {
	margin:0 0 10px 0;
}
.microblog_post_body img[align="left"] {
	margin: 10px 10px 10px 0;
	float:left;
}
.microblog_post_body img[align="right"] {
	margin: 10px 0 10px 10px;
	float:right;
}

.microblog_post_body img {
	margin: 10px !important;
	padding: 5px !important;
	border:1px solid #cccccc !important;
}

.microblog-comments h3 {
	font-size: 150%;
	margin-bottom: 10px;
}
.microblog-comment {
	margin-top: 10px;
	margin-bottom:20px;
	border-bottom: 1px solid #999999;
}
.microblog-comment img {
	float:left;
	margin: 0 10px 0 0;
}
.microblog-comment-menu {
	margin:0;
}
.microblog-comment-byline {
	background: #dddddd;
	height:22px;
	padding-top:3px;
	margin:0;
}
.microblog-comment-text {
	margin:5px 0 5px 0;
}
#microblogs .post_actual {
  padding-left:2px;
  font-size: 12px;
}

#microblogs .breadcrumbs {
  font-size: 11px;
  padding: 5px 0;
  display: block;
}

a.add_microblog_post_btn {
  background: url(../images/bg_btn_primary.jpg) repeat-x 0 0;
  color: #fff !important;
    font-size: 15px;
  font-weight: normal;
  text-align: center;
  padding: 4px 10px;
  border: 0;
  margin: 5px 0 0 15px;
  float: right;
}

#microblogs ul.microblog_post {
  border-bottom: 1px dashed #aaa;
  padding: 15px 0 15px 0;
  line-height: 200%;
  display: block;
}

#microblogs ul.microblog_post img.user {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  float: left;
  display: block;
}

#microblogs ul.microblog_post .rightcol {
  width: 865px;
  display: block;
  float: left;  
  padding: 0 10px 0 10px;
  overflow: hidden;
  word-wrap: break-word;
}

/* IE 6 fix */
* html #microblogs ul.microblog_post .rightcol {
  padding: 0 6px 0 0;
}

#microblogs ul.microblog_post .rightcol p {
  padding: 5px 0;
}

#microblogs .post_actual {
  padding-left:2px;
  font-size: 20px;
}

#microblogs .createdby_timestamp {
  color: #666;
  font-size: 11px;
  padding: 5px 0 0 0;
  display: block;
}

#microblogs .microblog_actionbar {
  font-size: 11px;
  padding: 0 0 10px 0;
}

#microblogs .microblog_actionbar a {
  border-right: 1px solid #aaa;
  padding: 0 5px 0 0;
  margin-right: 5px;
}

#microblogs .microblog_actionbar a.last {
  border-right: 0;
}


#two_column_left_sidebar_maincontent form p {
	/* padding:0 10px 0 10px; */
}

/******************************
 css special for sequential task
********************************/
/* === SEQUENTIAL TASKS CSS === */

/* ***************************************
   css below are for task view
****************************************/
#column_1 {
	float: left;
	margin: 0 20px 0 0;
	padding: 10px 0 0;
	width: 200px;
}
  
#column_2 {
	float: left;
	width: 725px;
}

.single_post .flag {
	float: left;
	margin-left: 10px;
}

.tasks .task_nav_box {
	border: 1px dotted #999999;
	display: block;
	padding: 10px 0;
}

#column_1 {
	float: left;
	margin: 10px 20px 0 0;
	width: 200px;
	padding: 0px;
}

#column_1 .attachment_box {
	background: none repeat scroll 0 0 #EAEAEA;
	border: 1px dotted #666666;
	font: 12px/120% arial,helvetica,sans-serif;
	height: 100%;
	margin-top: 5px;
	padding: 10px;
}

.attach-title {
	float: left; 
	width:140px;
	word-wrap:break-word;
}

.attachment_box .content_picker_popup {
	font-size: 11px;
	float: right;
	display: inline;
}

.attachment_box div span {
	font-size:11px;
	font-weight:bold;
	float: left;
}

.attach-title span {
	font-size:11px;
	font-weight:bold;
	float: left;
	width: 140px;
	word-wrap:break-word;
}

ul.attachmentContainer {
	margin:20px 0 0 0;
	padding:0px;
}

.attachment-left {
	width:30px; 
	font-weight:bold; 
	float: left;
}

ul.attachmentContainer div.task_assigned_by {
	width:25px;
	margin:2px 0 0 0;
	padding:0px;
}

.content_picker_note {
	_padding-left:150px;
	_POSITION: fixed;
}

.attachmentContainer li {
	margin:7px 0 0 0;
}

ul.task_nav_box li {
	padding: 2px 10px;
	overflow: hidden;
	padding-bottom: 3px;
	padding-top: 3px;
}

ul.task_nav_box li a {
    color: #999999 !important;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none !important;
}

ul.task_nav_box li a.selected {
	color: #333333 !important;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none !important;
}

.seq_tasks_instance {
  display: block;
    margin: 25px 0 0 0;
  clear: both;
  padding-bottom: 45px;
  }

.step_completed .step-number {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #DDDDDD;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
}
.step_completed {
	opacity: 0.4;
	filter:alpha(opacity=40);
}


.step-number {
    font-size: 1.4em;
    font-weight: bold;
    display: block;
    color: #000;
    background: #dcebf7;
    margin: -15px -15px 0 -15px;
    padding: 7px 15px;
    height:22px;
    }   

.step-title {
	width: 100%;
	height:100%;
	padding-bottom: 14px;
}

.step-number_active {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #1E7FCE;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	color: #FFFFFF;
}

.step-number h2 {
    float: left;
    }
.step-number input {
    background: #dcebf7;
    color: #2382d2;
    color: #000;
    width: 26px;
    text-align: center;
    }
.step-number .icon_remove_type2 {
    float: right;
  color: #fff;
  font-size: 1px;
  line-height: 1%;
  width: 14px;
  margin-right: -15px;
    }
.step-number .step {
    display: block;
	word-wrap: break-word;
    } 
.step-number input{
  padding: 0;
  border: 2px inset;
}
.step-number .up-down-arrows {
    position: relative;
    width: 14px;
    float: left;
    margin: 1px 0 0 7px;
    }
.step-number .up-down-arrows .up {      
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_up-down-arrows.gif) no-repeat 0 0;
  width: 14px;
  height: 8px;
  font-size: 1px;
  line-height: 1%;
  color: #dcebf7 !important;
  }
.step-number .up-down-arrows .up:hover {      
  background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_up-down-arrows.gif) no-repeat -14px 0;
  }
.step-number .up-down-arrows .down {      
  position: absolute;
  top: 12px;
  left: 0;
  background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_up-down-arrows.gif) no-repeat 0 -8px;
  width: 14px;
  height: 8px;
  font-size: 1px;
  line-height: 1%;
  color: #dcebf7;
  }
.step-number .up-down-arrows .down:hover {      
  background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_up-down-arrows.gif) no-repeat -14px -8px;
  }
.tasks .seq_task_title {
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px 0 5px 0;
    }
span.warning_message {
	margin-left:5px;
	color: #FF0000;
    font-size: 13px;
    font-weight: bold;
}
/* ***************************************
   css below are for task assignee popup
*************************************** */

#task_window {
    width: 550px;
}

#task_related {
    width: 1024px;
}

#task_related div.cv_task_popup_header { 
    background: #0069B0 repeat-x 0px -82px;
    color: white;
    padding: 7px 22px 10px 5px;
    font-weight: bold;
    * zoom: 1;
}

#task_related div#cv_task_search_container {
    border-bottom:1px solid #CCCCCC;
    padding:5px 0 10px 0;
    
}

#task_related div#cv_task_search_container .cv_task_search_input {
    font-size:13px;
    display:block;
    float:left;
    padding:4px;
    width:900px;
}

#task_related div#cv_task_search_container .cv_task_search_button {
    margin: 0;
    padding: 3.2px;
    background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/bg_btn_primary.jpg);
    color: #FFFFFF !important;
}

div#task_related {
	font-family: Arial,Helvetica,sans-serif; font-size: small;
	color: #333333;
}

#task_related div.cv_task_search_container form {
   
    padding:5px 0 10px 0;
   
}


#task_related div.cv_task_search_container .cv_task_search_input {
    font-size:13px;
    display:block;
    float:left;
    padding:4px;
    width:900px;
}

#task_related div.cv_task_search_container .cv_task_search_button {
    margin: 0;
    padding: 3.2px;
    background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/bg_btn_primary.jpg);
    color: #FFFFFF !important;
    width:50px;
}

.fancybox_popup_right{
   float:right;
}

.fancybox_popup_right #submit_button{
	background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/bg_btn_primary.jpg);
	color: #FFFFFF !important;
}

.fancybox_submit_button{
   margin:10px 0 10px 10px;
   padding:3px 10px;
}

/* ***************************************
   css above are for task assignee popup
*************************************** */

/* ***************************************
   css below are send reminder fancybox
*************************************** */

#fancybox-content #thickbox-window .thickbox_scrolling {
	display: block;
	height: 300px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	width: 700px;
}

#thickbox-window table.col_2_table td{
	border-bottom: none;
}

.col_2_table .name{
	font-size: 13px;
}

.col_2_table td.name div{
	padding-left: 25px; 
	margin-top: -14px;
}
.modal-buttons .btn_negative{
	margin: 10px;
	background: none repeat scroll %0 %0 rgb(238, 238, 238);
	color: #000000;
}

/*IE6 cancel button color*/
#thickbox-window .close-only .btn_negative {
	color: #000000;
}

.reminder-note{
	font-size:12px;
	margin: 5px 0 5px 10px;
}

/*All icons in CKeditor should be in one line in task or step description*/
#column_2 .task_shadowbox .cke_skin_clearvale .cke_button a, .cke_skin_clearvale .cke_button a:hover, .cke_skin_clearvale .cke_button a:focus, .cke_skin_clearvale .cke_button a:active, .cke_skin_clearvale .cke_button a.cke_off{
	padding:2px 3px;
}
/* ***************************************
   css below are for task list
****************************************/
div.task_assigned_by img {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	width: 27px;
}

td.task_assigned_by #task_user_icon img {
	display: block;
    float: left;
    margin: 0 8px 0 0;
    width: 22px;
    height: 22px;
}
td.task_assigned_by .usericon img {
    display: block;
    float: left;
    margin: 0 8px 0 0;
    width: 22px;
    height: 22px;
}
.task_assigned_by img.fisheye {
	border: 1px solid #404040;	
}
td.task_assigned_by div#task_user_name {
    display: block;
    float: left;
    margin: 2px 0 0;
    vertical-align: middle;
}
ul.files_actions {
    clear: both;
    display: block;
}
ul.files_actions li {
    border-right: 1px solid #BBBBBB;
    float:left;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
}
ul.files_actions li.last {
    border-right: 0 none;
}
ul.files_actions a.delete {
    no-repeat scroll 0 0 transparent;
    display: block;
}
.icon_complete_type2 {
  border: 0;
  cursor: pointer;    
  width: 14px;
  height: 14px;
  background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon-checkmark-14.gif) no-repeat 0 0;
  padding-left: 18px;
  width: 57px;
  margin-top: 0;
  float: left;
  display: block;
  }   
.icon_complete_type2 img {
  width: 14px;
  height: 14px;
  border: 0;
  margin: 0;
  } 
.icon_decline_type2 {
  border: 0;
  cursor: pointer;    
  width: 14px;
  height: 14px;
  background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_thumbsdown_14.gif) no-repeat 0 0;
  padding-left: 18px;
  width: 60px;
  margin-top: 0;
  float: left;
  display: block;
  }   
.icon_decline_type2 img {
  width: 14px;
  height: 14px;
  border: 0;
  margin: 0;
  }
.icon_remove_type2 {
  border: 0;
  cursor: pointer;    
  height: 14px;
  background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_delete_14.gif) no-repeat 0 0;
  padding-left: 18px;
  width: 65px;
  margin-top: 0;
  }   
.icon_remove_type2 img {
  width: 14px;
  height: 14px;
  border: 0;
  margin: 0;
  } 
  .icon_use_type2 {
  border: 0;
  cursor: pointer;    
  height: 14px;
  background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/Insert_Template.gif) no-repeat 0 0;
  padding-left: 18px;
  width: 65px;
  margin-top: 0;
  }   
.icon_use_type2 img {
  width: 14px;
  height: 14px;
  border: 0;
  margin: 0;
  } 
  .icon_edit_type2 {
  border: 0;
  cursor: pointer;    
  height: 14px;
  background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/Edit_Template.gif) no-repeat 0 0;
  padding-left: 18px;
  width: 65px;
  margin-top: 0;
  }   
.icon_edit_type2 img {
  width: 14px;
  height: 14px;
  border: 0;
  margin: 0;
  } 
.status_completed {
    color: #04cf00;
    font-weight: bold;
    }
.status_declined {
	color: #FF0000;
    font-weight: bold;
    } 
.status_assigned {
    color: #000;
    font-weight: bold;
}
.status_open {
	color: #000;
	font-weight: bold;
}
.status_approved {
	color: #0024FF;
	font-weight: bold;
}
.status_accepted {
	color: #000;
	font-weight: bold;
}
.padding_left {
	padding-left: 4px;
}
.padding_more {
	padding-left: 12px;
}
.big_option {
	font-weight: bold;
	padding-left: 4px;
}
/* ***************************************
   css above are for task list
*************************************** */

#content_topics {
    font-size: 11px;
}

.tasks {
    border-top: 1px dotted #AAAAAA;
    padding: 0 15px;
}
#content_topics .breadcrumbs {
    word-wrap:break-word;
    display: block;
    font-size: 10px;
    margin: 5px 0 10px;
}

#content_topics ul.single_post {
    border-bottom: 1px dotted #AAAAAA;
    clear: both;
    display: block;
    line-height: 130%;
    padding: 10px 0;
}
#content_topics ul.single_post .post_actual ol{
    list-style: decimal outside none;
    margin-left: 5px;
}
#content_topics ul.single_post .post_actual ul{
    list-style: disc outside none;
}
.tasks .tasks_assigned-to strong, .tasks .tasks_attachments strong {
    display: block;
}

.tasks ul.single_post {
    border-bottom: medium none !important;
}

.tasks strong.input-title {
    display: block;
    padding: 10px 0 5px;
}
.tasks input.text {
    border: 1px solid #CCCCCC;
    display: block;
    padding: 7px;
	width: 480px;
	_width: 465px;
}
.tasks input.text-due-date {
    border: 1px solid #CCCCCC;
    padding: 7px;
    width: 150px;
    margin-right: 4px;
    vertical-align: bottom;
}
.task_shadowbox .post_actual div{
    font-size:1.2em;
}
.task_shadowbox .post_actual {
	word-wrap:break-word;
}

.tasks .task_shadowbox {
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.34);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.34);
    box-shadow: 0 0 4px rgba(0,0,0,0.34);
		background-color: white;
		border: 1px solid #999;
		zoom: 1;
    padding: 15px;
    margin-top: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    }

.tasks .task_shadowbox .btn-float-right {
    clear: both;
    display: block;
    padding: 7px 0;
    position: absolute;
    top: 9px;
    right: 15px;
    }

.tasks .task-assignee {
	padding: 15px 0;
	zoom: 1;
	position: relative
}

.tasks .task_shadowbox .task-assignee .btn-float-right {
	clear: both;
	display: block;
	right: 0px;
	padding: 7px 0;
	position: absolute;
	top: 9px
}

.tasks .task_shadowbox .btn-float-right-step {
    clear: both;
    display: block;
    padding: 7px 0;
    position: absolute;
    top: 9px;
	right: 10px;
    }
.tasks h2 {
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px 0 5px;
    clear:both;
}
.tasks input.input-type_text {
    border: 1px solid #CCCCCC;
    padding: 7px;
    margin: 0 0 10px;
    width: 300px;
}
.tasks input.input-type_text_suggest {
    border: 1px solid #CCCCCC;
    padding: 7px;
    margin: 0 0 10px;
    width: 200px;
    font-family: 宋体, 'Arial Narrow';
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
.tasks .task_type_choice {
    clear: both;
    padding: 15px 15px 5px 0;
}
.tasks .task_type_choice strong {
    font-weight: bold;
}
.tasks .task_type_choice fieldset {
    padding: 6px 0 0 10px;
}
.tasks .task_type_choice fieldset input {
    margin: 0 5px 0 0;
}
.tasks .task_type_choice fieldset label{
    font-size: 1em;
    font-weight: normal;
    color: #000;
}
.tasks .task_shadowbox .attachment_note {
    color: #666666;
    display: block;
    font-size: 10px;
    margin-top: 10px;
}
.tasks .tasks_assigned-to {
    border-top: 1px dashed #AAAAAA;
    display: block;
    _display: inline-block;
    padding: 10px 0;
}
.tasks .rightcol .btn_negative{
    color: #333333;
}
.tasks .btn_negative{
    background: none repeat scroll 0 0 #CCCCCC;
    border: 0 none;
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    line-height: 100%;
    padding: 8px 10px;
    width: auto;
    vertical-align:middle;
    text-align: center;
}
.tasks .btn_negative:hover{
    background: none repeat scroll 0 0 #AAAAAA;
    color: #FFFFFF;
    text-decoration: none;
}
.tasks .btn_positive {
    background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x scroll left top transparent;
    border: 0 none;
    color: #FFFFFF !important;
    cursor: pointer;
    font-size: 14px;
    line-height: 100%;
    padding: 8px 10px;
    text-align: center;
    vertical-align:middle;
    width: auto;
}

.tasks .btn_positive:hover {
    background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x left bottom;
    text-decoration: none;
}
.tasks .btn_xtrasmall, .tasks .btn_xtrasmall:hover {
    font-size: 10px;
    line-height: 100%;
    padding: 4px 5px;
}
.tasks .btn_fieldattached {
  font-size: 11px;
  padding: 9px 10px;
  line-height: 100%;
  }

.tasks .step-assignee {
  padding: 15px 0;
  position: relative;
  }

.tasks .task-assignee {
	padding: 15px 0;
	position: relative;
}

.tasks .tasks_attachments {
    border-bottom: 1px dashed #AAAAAA;
    border-top: 1px dashed #AAAAAA;
    display: block;
    _display: inline-block;
    padding: 10px 0;
}

.tasks .box {
    border: 0 none;
    clear: both;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 130%;
    padding: 0 0 15px;
    width: 100%;
}

.tasks .box ul {
  margin:0;
    padding: 10px 15px 0;
}

.tasks .box li {
    float: left;
    padding: 1px 0 5px;
}

.tasks .box img {
    float: left;
    margin-right: 7px;
}
.tasks .post_title {
    display: block;
    font-size: 1.7em !important;
    padding-bottom: 5px;
    }
.task_title {
    font-weight: bold;
}

.single_post .post_title {
	line-height: 130%;
	width: 100%;
	word-wrap:break-word;
}

div.task_title{
	float: left;
}

.step_desc {
	float: left;
	width: 100%;
	font-weight: bold;
}

.tasks .rightcol .multi-button_wrap {
    display: block;
    padding: 7px 0 !important;
    }   
.tasks .multi-button_wrap {
    display: block;
    padding: 20px 0 !important;
    }
.tasks .btn_small{
    font-size:11px;
    padding:6px 7px;
}
#content_topics ul.single_post .rightcol {
    display: block;
    float: left;
  padding: 0 10px 0 0;
    width: 640px;
}

.tasks ul.single_post .rightcol {
    width: 500px !important;
}
.tasks .red {
    font-weight: bold;
    color: #000;
    }
.tasks .task_view .cancel_button {
    margin:10px 2px 2px 0;
}
.tasks .task_view .submit_button {
    margin:10px 2px 2px 0;
}
.tasks .contentWrapper label{
    font-size:11px;
    font-weight: bold;
    display: block;
    margin:0 0 10px 0;
    color:#000000;
}  
#content_topics a.post_title {
    font-weight: bold;
    font-size: 12px;
    }
#content_topics .multi-button_wrap {
    clear: both;
    display: block;
    padding: 7px 0 !important;
}
  
.tasks .box a {
    word-wrap: break-word;
}

#content_topics ul.single_post img.user {
    border: 1px solid #404040;
    clear: left;
    display: block;
    float: left;
    height: 22px;
    margin: 0 7px 0 0;
    width: 22px;
}
.btn_download {
  border: 0;
  cursor: pointer;    
  width: 14px;
  height: 14px;
  background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/icon_file_download_14h.gif) no-repeat 0 0;
  padding-left: 18px;
  width: 60px;
    } 
.btn_download img {
  width: 14px;
  height: 14px;
  border: 0;
  margin: 0;
  } 

/***************************/
/*    Action Items         */
/***************************/

#action_items ul.original .posttitle {
    padding-bottom: 2px;
    font-size: 12px;
    }  
#action_items ul.original .message {
    margin: 3px 0 10px 0;
    } 
    
#action_items ul.original .multi-button_wrap {
    display: block;
    padding: 3px 0;
    clear: both;
    } 
#action_items ul.original .timestamp {
    color: #666;
    display: block;
    padding: 15px 0 0;
}

/***************************/
/*    Tool Tips         */
/***************************/
.tooltips{
    position:relative;
    z-index:2;
}
.tooltips span{
    display: none;
    position:absolute;
    top:21px;
    left:9px;
    width:16em;
    border:1px solid black;
    background-color:white;
    padding: 3px;
    color:black;
}
/***************************/
/*    Mobile view          */
/***************************/

.mobile_status_completed {
	color: #04cf00;
	padding-left: 20px;
}
.mobile_status_declined {
	color: #FF0000;
	padding-left: 20px;
}

.mobile_status_open {
	color: #000;
	padding-left: 20px;
}
.mobile_status_assigned {
	color: #000;
	padding-left: 20px;
}
.mobile_status_approved {
	color: #0024FF;
	padding-left: 20px;
}
.mobile_status_accepted {
	color: #000;
	padding-left: 20px;
}

/*mobile filter*/
#sortform .filter_select select {
	width: 155px;
}

#step_list {
	padding:5px 0 5px 60px;
	border-top: 1px solid #999;
}
#step_list a{
	color: #000;
	font-weight: normal;
	word-wrap: break-word;
	font-size: 0.9em;
}
#step_list a span{
	float: left;
}
#step_list a div{
	margin: 0 15px 0 20px;
}
#step_list a:hover{
	text-decoration: none;
}
.message-steplist{
	margin-top: 10px;
	border-top: 1px dashed #AAAAAA;
}
#post_steps{
	margin-right: 10px;
	padding: 5px 0 5px 50px;
	font-weight: bold;
	line-height: 1.1em;	
	color: #000;
	_height: 15px;
}
.message-flag{
	margin-left: 3px;
	display: inline;
}

/* ***************************************
   css below are for task edit
****************************************/
#select_step{
	float: left;
}

ul.task_nav_box li a.add_step{
	color: #0069B0 !important;
	float: right;
}

ul.task_nav_box li a.down{
	background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/arrow_down.gif) no-repeat;
	background-size:100% 100%;
	width: 7px;
	height: 11px;
	font-size: 1px;
	float: left;
	margin-left: 3px;
}

ul.task_nav_box li a.up{
	background: url(https://plusrsc.clearvale-apj.com/mod/theme_clear/graphics/arrow_up.gif) no-repeat;
	background-size:100% 100%;
	width: 7px;
	height: 11px;
	font-size: 1px;
	float: left;
	margin-left: 3px;
}
ul.task_nav_box li span.up-down-arrows {
	float:right;
	width:20px;
}
div.task_due_date{
	float: left;
	margin-left: 10px;
	position: relative;
}

.clear_both{
	display: block;
	clear: both;
}

div.task_action_type{
	float: left;
}

div.task_action_type select.action_type{
	width: 120px;
}

div.task_flag{
	float: left;
	margin-left: 50px;
	position: relative;
}

.task_multi_button_wrap{
	padding-top: 0px;
	padding-right: 0pt ! important;
	padding-bottom: 0px;
	padding-left: 0pt ! important;
	border-top: 1px dotted rgb(204, 204, 204);
	margin-top: 15px; display: block;
}

/* ***************************************
   css for task widget
****************************************/
.task_widget_flag{
	padding-left: 8px;
}

img.task_widget{
	padding-left: 10px;
	margin-top: 3px;
	width: 18px;
	height: 21px;
	font-size: 1px;
}

div.search_listing_info1{
	margin-left:40px;
}

.created_time{
	
	font-weight: bold;
	display: block;
}

#view_all_steps{
	float: right;
	font-size: 11px;
	font-weight: normal; 
	padding-top: 9;
	
}
.add_task {
float: right;
margin-right: 8px;

}
.hide{
background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x 0 0 !important;	
color:#fff !important; 
}
.add_task ul {
padding:0; 
margin:0;
list-style-type: none;
}
.add_task ul li {
float:left; 
position:relative;
}
.add_task ul li a, .add_task ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:98px; 
height:25px; 

border:1px solid #999;
border-width:0 1px 1px 1px;
line-height:25px; 
font-size: 12px;
font-weight: bold;
}
.add_task ul li ul {
display: none;
}
.add_task ul li:hover .hide {
color:#fff !important; 
background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x 0 0 !important;	
}
.add_task ul li:hover ul {
display:block; 
position:absolute; 
top:26px; 
left:0; 
min-width:105px;
_width : 120px;;
padding-right: 1px;
}
.add_task ul li:hover ul.dropping-ul{
_width: 220px;
}
.add_task ul li ul li{
float:none;
position:static;
}
.add_task ul li:hover ul li a,.add_task ul li:hover ul li a:visited {
display:block; 
background:#EEE; 
color:#0069B0 ;
text-align:left; 
padding:0 5px;
font-size: 11px;
width:auto !important;
white-space:nowrap;
}
/* style the background and forground colors of the links on hover */
.add_task ul li:hover ul li a:hover {
background: url(/mod/theme_clear/graphics/bg_btn_primary.jpg) repeat-x 0 0 !important;	
color:#fff !important;
}

#bookmark_desc div, #event_desc div{
font-size: 1.2em;
}

.usericon {
position: static;
}

/*------- fix for bug BVNqa80848 Words show overlap in add task page in hybrid network----------*/
span div.member_count{
position: relative;
top: -35px;
left: 395px;
}


#task_list_users .onlineicon{
margin-right: 14px;
}

.ufolder_content {
  margin-left:40px;
  margin-right:50px;
}

.ufolder {
  padding: 0px 0px 0px 10px;
}

#ufolder_title {
  font-size: 16pt;
  font-weight: bold;
}/************* begin tag cloud ***************************/

/* 1 is the least popular tag and 4 is the most */
a.tagcloud{
    text-align: center;
    font-size: 12px;
    color: #666666;
    background: #E9E9E9;
    padding: 5px 10px 6px 10px;
    margin-top: 10px;
    margin-left: 10px;   
    cursor: pointer;
    width: fit-content;
    float: left;
}

.tagcloud-item{
    text-align: center;
    font-size: 110%;
    color: #666666;
    background: #E9E9E9;
    padding: 5px 10px 6px 10px;
    margin-top: 10px;
    margin-left: 10px;   
    cursor: pointer;
    width: fit-content;
    float: left;
}

a.tagcloud {
    text-decoration: none;
}

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

a.tagcloud1 {
    color: #10568C;
}

a.tagcloud1:hover {
    color: #0A3556;
}

a.tagcloud2 {
    color: #7AA61B;
}

a.tagcloud2:hover {
    color: #658616;
}

a.tagcloud3 {
    color: #1B8EE7;
}

a.tagcloud3:hover {
    color: #136AAD;
}

a.tagcloud4 {
    color: #93C8F1;
}

a.tagcloud4:hover {
    color: #66B2EC;
}

/************** end tag cloud ****************************/
#cv_sharing_warning {
  margin-top:0px; 
  margin-bottom:7px; 
  font-size:120%;
}

#cv_sharing_warning img {
  float:left;
}

#cv_sharing_group_warning {
  list-style-type:none;
}

.cv_sharing_icon {
	position:relative;
	display: inline;
}

.cv_sharing_icon div.sub_menu { 
	display:none; 
	position:absolute; 
	padding:2px; 
	margin:0; 
	border-top:solid 1px #E5E5E5; 
	border-left:solid 1px #E5E5E5; 
	border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999;  
	width:160px; 
	background:#FFFFFF; 
	text-align:left;
}
div.cv_sharing_icon a.icon img {
	z-index:10;
}

.cv_sharing_icon div.sub_menu a {margin:0;padding:2px;}
.cv_sharing_icon div.sub_menu a:link, 
.cv_sharing_icon div.sub_menu a:visited, 
.cv_sharing_icon div.sub_menu a:hover{ display:block;}	
.cv_sharing_icon div.sub_menu a:hover{ background:#cccccc; text-decoration:none;}

.cv_sharing_icon div.sub_menu h3 {
	font-size:1.2em;
	padding-bottom:3px;
	border-bottom:solid 1px #dddddd;
	color: #4690d6;
	margin:0 !important;
}
.cv_sharing_icon div.sub_menu h3:hover {

}
#sharing_window {
    top: 5%;
}

.sharing_submit_button {
	margin-right: 1px;
}
#elgg_topbar a.logo_ref {
  background: url(/_graphics/logo_onblue.png) no-repeat 0 0;
  width: 130px;
  height: 34px;
  display: block;
  font-size: 1px;
  color: #055496;
  line-height: 1%;
  float: left;
}

/* IE6 hack */
* html #elgg_topbar a.logo_ref {
  background: url(/_graphics/logo_onblue.gif) no-repeat 0 0;
}

#elgg_topbar #guest_language_selector {
  padding-left: 10px;
}

#clearvale_footer ul {
  margin: 0 auto;
  padding: 0;
}

#clearvale_footer ul li {
  float: left;
  padding: 0 5px 0 1px;
}

#clearvale_footer ul li.first {
  list-style: none;
}

#clearvale_footer ul li span {
  color: #666;
}

#footer_privacy a {
  text-decoration: underline;
}

#footer_terms a {
  text-decoration: underline;
}


* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
strong,b { font-weight: bold; }
em,i { font-style: italic; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { /*color: inherit;*/ }
hr { display: none; } 
font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */
body { font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; background: #ebebeb;}

#site_name {
	color: #fff;
	}   	
#site_name a {
	color: #fff;
	}   	
#page_container #navigation_tabs a.topbutton_rc {
    background-color: #333;  
    color: #aaa;
	}
#page_container #navigation_tabs a.selected {	
	background: #fff;
	color: #000;
	}
#page_container #navigation_tabs a:hover.topbutton_rc {
	background: #000;
	color: #fff;
	}
#page_container #navigation_tabs a:hover.selected {
	background: #fff;
	color: #000;
	}	
		
#right_navigation_links	 a {
	color: #fff;
	}	

/* === NETWORK LOGO === */

#network_logo {
	width: 200px;
	height: 15px;
	position: absolute;
	top: 4px;
	left: 15px;
	border: 0;
	z-index: 0;
	}
a.logo_ref {
	background: url(/dl/template_res/images/logo_onblue_h15.png) no-repeat transparent;
	width: 75px;
	height: 15px;
	display: block;
	font-size: 1px;
	color: #055496;
	line-height: 1%;
	float: left;
}
a.logo_ref:hover {
	text-decoration: none;
}
/* IE6 hack */
* html a.logo_ref {
	background: url(/dl/template_res/images/logo_onblue_h15.gif) no-repeat transparent;
}
.express-network a.logo_ref {
	background: url(/dl/template_res/images/clearvale-express_logo_on-blue_h15.png) no-repeat transparent;
	width: 126px;
	}
/* IE6 hack */
* html .express-network a.logo_ref {
	background: url(/dl/template_res/images/clearvale-express_logo_on-blue_h15.gif) no-repeat transparent;
	width: 126px;
	}
#site_name {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	}
.express #site_name {
	}
#site_name a:hover {
	text-decoration: none;
}

#site_desc {
	font-size: 12px;
	color: #FFF;
    margin-top:0;
	}

#page_container {
  background: url("/dl/template_res/images/bv_bluestars_bg.jpg") repeat scroll left bottom transparent;
  width: 980px;
  margin: 0 auto;
}

#page_container_topbar {
  position: absolute;
  top: 0;
  left: 0;
  margin:0 auto;
  height: 25px;
  width: 980px;
  background: url("/dl/template_res/images/topbar_bg.jpg") repeat-x top left transparent;
}

#page_container_float {
	width: 980px;
   	margin: 0 auto;
   	height: 134px;
   	position: relative;
   	}

.express #page_container_float {
   	height: 130px;
   	}

#layout_clear_header {
	height: 50px;
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
	width: 980px;
   	}

/* IE6 hack */
* html #page_container {
  top: 34px;
}

/* IE7 hack */
*:first-child+html #page_container {
}



#page_container #navigation_tabs a.topbutton_rc {
	-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0; 
	display: block;
    float: left;
    padding: 7px 7px 7px;
/*    text-transform: uppercase; */
    font-size: 11px;
    text-decoration: none;
    margin: 0 2px 0 0;    
    position: relative;
    line-height: 120%;
    zoom: 1;
	}	
		
#page_container #navigation_tabs a.selected {	
	font-weight: bold;
	}
#page_container #navigation_tabs a:hover.selected {
	font-weight: bold;
	cursor: default;
	}	
#page_container #navigation_tabs a.edit {
/*    float: right;*/
	}	
#page_container #navigation_tabs a.edit span {
	vertical-align: middle;
	font-size: 11px;
	}	
#page_container #navigation_tabs a.edit img {
	margin-right: 5px;
	vertical-align: middle;
	}	
	
	
		
 	
 	
#right_navigation_links {
	position: absolute;
	top: 0;
	right: 15px;
	margin: 0;
	padding: 0;
}
#right_navigation_links	 a {
	font-size: 11px;
	padding: 2px 6px;	
	border-right: 1px dotted #5989b0;	
	}
#right_navigation_links li.last a {
	padding: 2px 0 2px 6px;
	border-right: 0;
	}
#right_navigation_links li {
	float: right;		
	}	
#right_navigation_links a:hover {
	text-decoration: underline;
	}
#right_navigation_links .user_name {
	font-weight: bold;
	}		
	
	
#navigation_tabs {
    color: #fff;
    font-size: 11px;
    width: auto;
    height: 27px;
    position: absolute;
    bottom: 0;
    left: 0;
	z-index: 0;
	}
#navigation_tabs a {
    color: #fff;
    text-decoration: underline;
	}
#navigation_tabs a:hover {
	text-decoration: none;
	}	






#page_wrapper {
  margin: 0 auto;
  background: #FFF;
  z-index: 0;
  padding-top: 15px;
  padding-bottom: 25px;
  width: 980px;
}

/* IE6 hack */
* html #page_wrapper {
}

/* IE7 hack */
*:first-child+html #page_wrapper {
}

#page_view a, #page_view a.visited, #page_view a.active {
  color: #0069b0;
  font-weight: normal;
  text-decoration: none;
}

/* ***************************************
  HORIZONTAL ELGG TOPBAR
*************************************** */

#elgg_topbar {
  height: 3px;
  background: none repeat scroll 0 0 #323232;
  float: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  display: none;
}

/* IE6 hack */
* html #elgg_topbar {
  z-index: 1000;
}

/* IE7 hack */
*:first-child+html #elgg_topbar {
  z-index: 1000;
}

#elgg_topbar #topbar_center {
  background: none;
  width: 980px;
  height: 0;
  margin: 0 auto;
  color: #FFF;
}	

#topbar_center a {
  color: #FFF;
}

#elgg_topbar a {
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
}

#elgg_topbar a:hover {
  text-decoration: none;
}	

#elgg_topbar small {
  font-size:100%;
}

#elgg_topbar div {
  color: #FFF;
  float: none;
  padding-top: 0;
}

#elgg_topbar_container_search_wrapper {
  float: right;
  padding-top: 30px;
  padding-right: 30px;
}

#elgg_topbar #elgg_topbar_container_search {
  padding-top: 0;
  background: white;
  padding-right: 0;
  border: 1px solid #666;
}

#elgg_topbar div#elgg_topbar_container_right {
  float: right;
}

#elgg_topbar div#elgg_topbar_container_right .topdiv {
  display: inline-block;
  height: 34px;
  padding-top: 9px;
}

#elgg_topbar_container_right a {
}

#elgg_topbar_container_left, #elgg_topbar_container_right {
}

#elgg_topbar_container_mail a {
}

#elgg_topbar_container_left {
  float: left;
}	

#elgg_topbar a.logo_ref {
  color: #323232;
  background: none;
  height: 1px;
  width: auto;
}

#elgg_topbar #elgg_topbar_container_editprofile {
  border-left: 1px solid #5989b0;
  float: left;
  height: 23px;
  padding: 9px 10px 0 10px;
}	

#elgg_topbar #elgg_topbar_container_mail {
  float: left;
  height: 34px;
}		

#elgg_topbar #elgg_topbar_container_mail a.privatemessages_new	{
  display: block;
  background: url(/dl/template_res/images/topbar_newmessages_icon.png) no-repeat 10px 10px;
  padding: 9px 10px 0 30px;
  border-right: 1px solid #5989b0;	
  height: 23px;
  float: left;
}

/* IE6 hack */
* html #elgg_topbar #elgg_topbar_container_mail a.privatemessages_new {
  background: url(/dl/template_res/images/topbar_newmessages_icon.gif) no-repeat 10px 10px;
}

#elgg_topbar #elgg_topbar_container_mail a.privatemessages	{
  display: block;
  background: url(/dl/template_res/images/topbar_messages_icon.png) no-repeat 10px 10px;
  padding: 9px 10px 0 30px;
  border-right: 1px solid #5989b0;	
  height: 23px;
  float: left;
}

/* IE6 hack */
* html #elgg_topbar #elgg_topbar_container_mail a.privatemessages {
  background: url(/dl/template_res/images/topbar_messages_icon.gif) no-repeat 10px 10px;
}

#elgg_topbar #elgg_topbar_container_mail a.privatenotifications_new	{
  display: block;
  background: url(/dl/template_res/images/topbar_notifications_icon.png) no-repeat 10px 10px;
  padding: 9px 10px 0 30px;
  border-left: 1px solid #5989b0;	
  border-right: 1px solid #5989b0;	
  height: 23px;
  float: left;
}	

/* IE6 hack */
* html #elgg_topbar #elgg_topbar_container_mail a.privatenotifications_new {
  background: url(/dl/template_res/images/topbar_notifications_icon.gif) no-repeat 10px 10px;
}

#elgg_topbar #my_networks_container {
  border-right: 1px solid #5989b0;
  float: left;
  height: 25px;
  padding: 9px 0 0 10px;
}

#elgg_topbar #my_networks_container p {
  color: #fff;	
  text-decoration: underline;
  cursor: pointer;
  font-size: 1em;
}

#elgg_topbar_container_right {
  float: right;
}

#elgg_topbar_container_right a {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

#elgg_topbar #elgg_topbar_container_feedback {
  float: left;
  height: 34px;
  padding: 9px 0 0 9px;
}

#elgg_topbar #elgg_topbar_container_feedback a {
  color:#FFFFFF;
}

#elgg_topbar #elgg_topbar_container_onlinehelp	{
  float: left;
  height: 34px;
  padding: 9px 0 0 15px;
}

#elgg_topbar #elgg_topbar_container_onlinehelp a{
  color:#FFFFFF;
}

#elgg_topbar #elgg_topbar_signout {
  float: left;
  height: 34px;
  padding: 9px 0 0 15px;
}	

#elgg_topbar #elgg_topbar_container_editprofile a {
  border: none;
  padding-left: 0;
  margin-left: 0;
}

#elgg_topbar div.elgg_topbar_action {
  float: left;
  padding: 9px 0 0;
}

#elgg_topbar div.elgg_topbar_action a{
  color: #FFFFFF;
}

#layout_header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 980px;
  height: 30px;
  clear: both;
  background: none;
  margin: 0 auto;
}

#layout_header.light {
  background: none;
}

#site_name_desc {
  margin: 35px 15px 0 0;
}

/* IE6 hack */
* html #site_name_desc {
  margin: 35px 8px 0 0;
}

.express #site_name_desc {
  margin: 30px 10px 0 15px;
  float: right;
  text-align: right;
}

/* IE6 hack */
* html .express #site_name_desc {
  margin: 35px 0 0 7px;
}

/* IE7 hack */
*:first-child+html .express #site_name_desc {
  margin: 35px 0 0 15px;
}

#layout_clear_header_name {
  margin: 35px 0 0 15px;
  position: absolute;
  right: 10px;
}

/* IE6 hack */
* html #layout_clear_header #layout_clear_header_logo h1 {
  margin-top: -5px;
  margin-left: 10px;
}

/* IE7 hack */
*:first-child+html #layout_clear_header #layout_clear_header_logo h1 {
  margin-top: -5px;
  margin-left: 10px;
}

#search_container {
  position: absolute;
  right: 15px;
  top: 40px;
}

#search_container .search_input {
  float: left;
  display: block;
  width: 150px;
  font: normal 12px arial;
  color: #333;
  padding: 4px;
}	

#search_container .search_button {
  display: block;
  float: left;
  padding: 0;
  border: 0;
}	

.search_input {
  width: 103px;
  font-size: 11px;
  line-height: 16px;
  vertical-align: top;
  background-color: white;
}

#searchform input {
}

#searchform input[type="image"] {
}




/* ***************************************
	DROP DOWN MENU
*************************************** */

div.dropdown_menu_normal {
  display: none;
}

div.dropdown_menu_hover {
  display: inline;
  position: absolute;
}

#elgg_topbar div.dropdown_menu {
  float: left;
  height: 21px;
  padding-right: 10px;
  position: relative;
  text-align: left;
}

div.dropdown_menu {
  padding-right: 0;
}

div.dropdown_menu p {
  font-size: 11px;
  border-right: 1px dotted #5989B0;
  padding: 0 6px;
  color: #FFF;
}

.dropdown_menu table {
  background: #004680;
  position: absolute; 
  top: -8px;
  left: -5px;
  z-index: 10000;
}

#right_navigation_links .dropdown_menu table a {
  border-right: 0;
  font-weight: normal;
}

.dropdown_menu td {
  padding: 2px 6px 2px 6px !important;
  background: #004680 !important;
  border: none;
}

.dropdown_menu a,
.dropdown_menu a:visited  {
  text-decoration: none !important;
  color: #FFF;
}

.dropdown_menu a:hover  {
  text-decoration: underline !important;
}

#elgg_topbar #topbar_dropdown_sitelist {
  float: left;
}

#elgg_topbar #topbar_dropdown_communitylist {
  float: left;
}

#elgg_topbar #topbar_dropdown_userlist {
  float: left;
}

#elgg_topbar #topbar_dropdown_sitelist a {
  color: #FFF;
}

#elgg_topbar #topbar_dropdown_communitylist a {
  color: #FFF;
}

#elgg_topbar #topbar_dropdown_userlist a {
  color: #FFF;
}

/* IE6 hack */
* html #layout_canvas {
  margin: 0;
}

.zone {
  padding: 5px;
}

.singleview {
  margin-top: 0;
}

.collapsable_box {
  margin: 0 0 10px;
}

.collapsable_box_header  {
  background: none repeat scroll 0 0 #EAEAEA;
  border-bottom: none;
  margin-bottom: -1px;
  padding: 5px 5px 5px 20px;
}

.collapsable_box_header h1 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

.collapsable_box_header a.toggle_box_contents {
  background: transparent;
}

.collapsable_box_header a.toggle_box_contents:hover {
  background: transparent;
}

.collapsable_box_header a.max {
  padding: 0;
}

.collapsable_box_header a.min {
  padding: 0;
}

.shaded .collapsable_box_content {
  margin: 5px 0px;
}

#page_view .collapsable_box_content a.action_link {
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  background: none repeat scroll 0 0 #808080;
  clear: both;
  color: #FFFFFF;
  float: none;
  font-size: 10px;
  padding: 2px 5px;
  right: 30px;
  white-space:nowrap;
  /* text-align: right; */
  /* text-transform: lowercase; */
}

#page_view .collapsable_box_content a.add_action_link {
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  clear: both;
  color: #FFFFFF;
  float: none;
  font-size: 10px;
  padding: 2px 5px;
  right: 30px;
  /* text-align: right; */
  /* text-transform: lowercase; */
}

.collapsable_box_content div.action_link_wrapper {
  clear: both;
}

.action_link_wrapper span.left {
  float: left;
}

.action_link_wrapper span.right {
  float: right;
}

.collapsable_header_icon {
  margin-left: -15px;
  margin-top: -25px;
}

.shaded #groups_info {
  margin: 0;
}

#groups_info .actions {
  text-align: left;
  margin: 10px 0;
}

#groups_info .title {
  padding: 5px;
  margin-bottom: 5px;
}

#groups_info .title h1 {
  font-size: 2.1em;
  font-weight: bold;
}

#groups_info .title .actions {
  float: right;
  font-size: 1.2em;
  text-align: right;
}

#groups_info .title p {
  margin: 0;
}

#groups_info .sidebar {
  padding: 5px 10px;
}

#groups_info .sidebar h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

#groups_info ul#group_admins {
  padding: 0;
}

#groups_info ul#group_admins li {
  font-size: 1.1em;
}

.shaded #profile_info {
  margin: 0;
}

#profile_info .actions {
  text-align: left;
  margin: 10px 0;
}

#profile_info .title {
  padding: 5px;
  margin-bottom: 5px;
}

#profile_info .title h1 {
  font-size: 2.1em;
  font-weight: bold;
}

#profile_info .sidebar h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

#profile_info .sidebar .separator {
  height: 1px;
  background: #CCC;
  margin: 10px 0;
  clear: both;
}

#profile_info .sidebar .label {
  font-weight: bold;
}

#profile_info .sidebar .info_label {
  width: 40%;
  float: left;
}

#profile_info .sidebar .info_field {
  width: 60%;
  float: left;
}

#profile_info .sidebar .info_row {
  clear: both;
}

#profile_info .title .actions {
  float: right;
  font-size: 1.2em;
  text-align: right;
}

#profile_info .title p {
  margin: 0;
}

#profile_info .sidebar {
  padding: 5px 10px;
}

#profile_info_stuff ul {
  margin: 0;
  padding: 0;
}

#profile_info_stuff ul li {
  margin: 5px 0;
}

#profile_info_stuff a img {
  float: left;
  width: 18px;
  height: 18px;
}

#profile_info_stuff a span {
  float: left;
  margin-left: 10px;
} 

/* IE6 hack */
* html .widget_friends_singlefriend  {
  margin: 0 1px 2px 0;
}

/* IE7 hack */
*:first-child+html .widget_friends_singlefriend {
  margin: 0 2px 2px 0;
}
	
/* === DIRECTORY WIDGET === */	

#directory {
  padding: 0;
  width: 100%;
}

#directory ul {
  padding: 0;
  margin: 0;
}

#directory li {
  padding: 0 0 5px 22px;
  display: block;
  height: 15px;
  background: url(/dl/template_res/images/directory_icon.gif) no-repeat 0 0;
}







/* === BUTTON STANDARDS === */

.btn_positive {
	background: url(/dl/template_res/images/bg_btn_primary.jpg) repeat-x left top;
	color: #fff !important;
	font-size: 14px;
	text-align: center;
	padding: 8px 10px;
	width: auto;
	border: 0;
	cursor: pointer;		
	line-height: 100%;
	}
.btn_positive:hover {
	background: url(/dl/template_res/images/bg_btn_primary.jpg) repeat-x left bottom;
	text-decoration: none;
	}	
.btn_negative {
	background: #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 10px;
	width: auto;
	border: 0;
	cursor: pointer;	
	line-height: 100%;	
	}	
.btn_negative:hover {
	background: #aaa;
	color: #fff;
	}	
	
.btn_small {
	font-size: 11px;
	padding: 6px 7px;
	line-height: 100%;
	}		
.btn_xtrasmall {
	font-size: 10px;
	padding: 4px 5px;
	line-height: 100%;
	}			
#content_wrapper .edit {
	font-size: 11px;
	color: #333;
	background: #ccc;
	width: auto;
	border: 0;
	cursor: pointer;
	line-height: 100%;
	padding: 3px 5px;
	}

#content_wrapper .multi-button_wrap {
	display: block;
	padding: 15px 0 0 0;
	clear: both;
	}



/* === FORM STANDARDS ===*/

.input-type_text {
	border: 1px solid #aaa;
	color: #000;
	padding: 10px 30px 5px 10px;
	line-height: 100%;
	font-size: 12px;
	}
.input-small {
	padding: 4px;
	font-size: 11px;
	}	


/* === SEARCH IN HEADER === */

#search_container {
	position: absolute;
	right: 15px;
	top: 0;
	}
#search_container:hover .input-type_text {
	opacity: 1;
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);	
	}
#search_container:hover .btn_positive {
	opacity: 1;
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);	
	}		
#search_container .input-type_text {
	width: 250px;
	display: block;
	float: left;
	opacity: .7;
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);		
	}					
#search_container .btn_positive {
	display: block;
	opacity: .7;
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);		
	}		

input[type="submit"].btn_positive {
	font-weight: normal;
	background: url(/dl/template_res/images/bg_btn_primary.jpg) repeat-x left bottom;
}


.toggle_customise_box {
  font-weight: normal;
  height: 13px;
  background: url(/dl/template_res/images/icon_pencil_12x12.png) no-repeat transparent;
  padding-left: 17px;
  margin: 0;
}

/* IE6 hack */
* html .toggle_customise_box {
  background: url(/dl/template_res/images/icon_pencil_12x12.gif) no-repeat transparent;
}

#page_container #navigation_tabs a.topbutton_rc .toggle_customise_box {
  color: #AAA;
}

#page_container #navigation_tabs a:hover.topbutton_rc .toggle_customise_box {
  color: #FFF;
}

#layout_clear_header_logo {
  float: none;
  position: absolute;
  left: 15px;
  top: 35px;
}

/* IE6 hack */
* html #layout_clear_header_logo {
  left: -5px;
}

/* IE7 hack */
*:first-child+html #layout_clear_header_logo {
  left: 5px;
}

#layout_clear_header #layout_clear_header_logo h1 {
  margin-left: 0;
  margin-top: 0;
}

/* IE6 hack */
* html #layout_clear_header {
  height: 100px;
  position: absolute;
}

/* IE7 hack */
*:first-child+html #layout_clear_header {
  height: 100px;
  position: absolute;
}

/* IE6 hack */
* html #topbar_dropdown_userlist {
  z-index: 10000;
  position: absolute;
}

/* IE7 hack */
*:first-child+html #topbar_dropdown_userlist {
  z-index: 10000;
  position: absolute;
}

/* IE6 hack */
* html #topbar_dropdown_sitelist {
  z-index: 10000;
  position: absolute;
}

/* IE7 hack */
*:first-child+html #topbar_dropdown_sitelist {
  z-index: 10000;
  position: absolute;
}

/* IE6 hack */
* html #topbar_dropdown_communitylist {
  z-index: 10000;
  position: absolute;
}

/* IE7 hack */
*:first-child+html #topbar_dropdown_communitylist {
  z-index: 10000;
  position: absolute;
}

#network-intro {
  padding: 20px 0 0 0;
}

.menu {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* IE6 hack */
* html .menu li.first {
  margin-left: 15px;
}

.menu li.last {
  margin-right: 7px;
}

.menu {
  margin-left: 15px;
  float: left;
}

/* IE6 hack */
* html .menu {
  float: none;
}

ul.right {
  float: right;
}

/* IE6 hack */
* html ul.right {
  margin-left: 15px;
}

.menu li {
  margin: 0 17px 0 0;
  height: 34px;
  display: block;
  float: left;
}

.menu li a {
  float: left;
  display: block;
  padding: 0 0 0 15px;
  text-decoration: none;
  font-size: 12px;
  line-height: 29px;
  color: #000;
  height: 29px;
  background: url(/dl/template_res/images/topbar_tab-left.png) no-repeat 0 0;
  position: relative;
}

/* IE6 hack */
* html .menu li a {
  background: url(/dl/template_res/images/topbar_tab-left.gif) no-repeat 0 0;
}

.menu li a:hover {
  color: #0069B0;
  background: url(/dl/template_res/images/topbar_tab-left-hover.png) no-repeat 0 0;
}

/* IE6 hack */
* html .menu li a:hover {
  background: url(/dl/template_res/images/topbar_tab-left-hover.gif) no-repeat 0 0;
}

.menu li a .right {
  background: url(/dl/template_res/images/topbar_tab-right.png) no-repeat top right;
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  width: 15px;
  height: 29px;
}

/* IE6 hack */
* html .menu li a .right {
  background: url(/dl/template_res/images/topbar_tab-right.gif) no-repeat 0 0;
}

.menu li a:hover .right {
  background: url(/dl/template_res/images/topbar_tab-right-hover.png) no-repeat top right;
}

/* IE6 hack */
* html .menu li a:hover .right {
  background: url(/dl/template_res/images/topbar_tab-right-hover.gif) no-repeat 0 0;
}

.menu li a.selected {
  background: url(/dl/template_res/images/topbar_tab-left-active.png) no-repeat 0 0;
  color: #FFF;
  font-weight: bold;
  cursor: default;
  position: relative;
}

/* IE6 hack */
* html .menu li a.selected {
  background: url(/dl/template_res/images/topbar_tab-left-active-ie6.png) no-repeat 0 0;
}

.menu li a.selected span, .menu li a span {
  float: left;
  display: block;
  cursor: pointer;
}

.menu li a.selected .right {
  background: url(/dl/template_res/images/topbar_tab-right-active.png) no-repeat top right;
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  width: 15px;
  height: 34px;
}

/* IE6 hack */
* html .menu li a.selected .right {
  background: url(/dl/template_res/images/topbar_tab-right-active-ie6.png) no-repeat 0 0;
}

.menu li a.widget_editor {
  background: url(/dl/template_res/images/topbar_tab_widget_editor-left.png) no-repeat 0 0;
  color: #FFF;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 25px;
  height: 27px;
}	

/* IE6 hack */
* html .menu li a.widget_editor {
  background: url(/dl/template_res/images/topbar_tab_widget_editor-left.gif) no-repeat 0 0;
}

.menu li a:hover.widget_editor {
  background: url(/dl/template_res/images/topbar_tab_widget_editor-left-hover.png) no-repeat 0 0;
}	

/* IE6 hack */
* html .menu li a:hover.widget_editor {
  background: url(/dl/template_res/images/topbar_tab_widget_editor-left-hover.gif) no-repeat 0 0;
}

.menu li a.widget_editor span {
  float: left;
  display: block;
}

.menu li a.widget_editor .right {
  background: url(/dl/template_res/images/topbar_tab_widget_editor-right.png) no-repeat top right;
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 27px;
}

/* IE6 hack */
* html .menu li a.widget_editor .right {
  background: url(/dl/template_res/images/topbar_tab_widget_editor-right.gif) no-repeat 0 0;
}

.menu li a:hover.widget_editor .right {
  background: url(/dl/template_res/images/topbar_tab_widget_editor-right-hover.png) no-repeat top right;
}

/* IE6 hack */
* html .menu li a:hover.widget_editor .right {
  background: url(/dl/template_res/images/topbar_tab_widget_editor-right-hover.gif) no-repeat 0 0;
}

/* ************** */
/* APPEARANCE CSS */
/* ************** */
.collapsable_box_header h1 {
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: small;
   background-color: #649940;
}

.collapsable_box_header {
   background-color: #649940;
}