/* ***************************************
	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; 
}

ol, ul { 
	list-style: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;
}
a {
	color: #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;
}
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; }


/* ***************************************
    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:976px;
	min-height: 500px;
}
/* ***************************************
    HEADER1 - Music
*************************************** */

#layout_clear_header {
	margin: 0 auto;
	width:976px;
	height:1%;
	z-index:3000;
}

#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;
}

#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(http://cvc.clearvale.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(http://cvc.clearvale.com//mod/theme_clear/graphics/mxg-logo.png) no-repeat top;
}

.mxg #clearvale_logo, .cv #clearvale_logo {
}

#site_name_desc {
    margin: 0;
	font-family: Arial, Helvetica, sans-serif;
    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 {
	background:#666;
}
#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;
}

.shaded #two_column_left_sidebar_maincontent {
	background: transparent;
	padding:0;
    border:none;
    margin:-8px;
    width:992px;
}

#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 17px 0 0;
}
#widgets_middle {
	width:314px;
	margin:0px 17px 0 0;
}
#widgets_right {
	width:314px;
}

#widget_table td {
	border:0;
	padding:0;
	margin:0;
	text-align: left;
    vertical-align:top;
}

/* IE6 fixes */
* html #widgets_right { float:none; }
* 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:19px;
    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(http://cvc.clearvale.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(http://cvc.clearvale.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;
}


/* ***************************************
	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(http://cvc.clearvale.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(http://cvc.clearvale.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(http://cvc.clearvale.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(http://cvc.clearvale.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(http://cvc.clearvale.com/_graphics/toolbar_arrow_ie.gif) no-repeat right 9px;}
* html #topbardropdownmenu li a:hover {position:relative; background:#333333 url(http://cvc.clearvale.com/mod/theme_clear/graphics/toolbar_arrow_ie.gif) no-repeat right -18px;}

#guest_language_selector {
	padding-left: 10px;
/*	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;
}


/* ***************************************
  COLLAPSABLE BOXES
*************************************** */

.collapsable_box {
	margin: 0 8px 16px 8px;
}
/* IE6 fix */
* html .collapsable_gg  { 
	height:10px;
}
.collapsable_box_header {
        padding: 5px;
        border-bottom:1px solid #ccc;
        margin-bottom:-1px;
}
.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%;
}
.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;
	float:right;
	text-align:right;
	right:30px;
}
.collapsable_box_content a.action_link:hover {
}
.collapsable_box_content div.action_link_wrapper {
}
.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-family: Arial, Helvetica, sans-serif;
	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: 120% Arial, Helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #cccccc;
	color:#666666;
}
textarea {
	font: 120% Arial, Helvetica, sans-serif;
	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;
}

.submit_button {
	margin-top: 10px;
	margin-bottom: 10px;	
}

.cancel_button {
	font-weight: bold;
	font-size:12px;
	color: #666666;
	background:#E9E9E9;
	border:none;
	width: auto;
	padding: 5px 10px 5px 10px;
	margin:10px 0 10px 10px;
	cursor: pointer;
}
.cancel_button:hover {
	background: #BFBFBF;
}

.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: 200px;
    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;
}

/* ***************************************
	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;
}
#join_link {
    background:#ccc none repeat scroll 0 0;
	color:black;
	width:10px;
	padding:5px 10px;
	font: 12px/100% Arial, Helvetica, sans-serif;
	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;
}
input.openid_login {
	font: 120% Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #cccccc;
	color:#666666;
	background: #dedede !important;
	width:195px !important;
}
input.openid_login:focus {
	border: solid 1px black;
	background: white;
	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;
    background-color: transparent;
}
#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: bold 27px helvetica;
	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: bold 1.3em arial; 
	font-weight: bold;
	padding: 0 2px 0 0;
	}		
	
#profile_info_width #comm_info #whatareyouworkingon {
	position: relative;
}	
#profile_info_width #comm_info #whatareyouworkingon #title {
	font: bold 1.4em arial;
	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 17px 16px 0;
}
#profile_info_column_left {
	float:left;
	padding: 0;
	margin:0 20px 0 0;
}
#profile_info_column_middle {
	float:left;
	width:368px;
	padding: 0;
}
#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: 12px/100% Arial, Helvetica, sans-serif;
	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;
}


/* ***************************************
	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(http://cvc.clearvale.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(http://cvc.clearvale.com/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_object_user_profileupdate {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_object_user_profileiconupdate {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_object_annotate {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_create {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/dummy_river_icon.gif) no-repeat left -1px;
}
.river_object_bookmarks_create {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_bookmarks.gif) no-repeat left -1px;
}
.river_object_bookmarks_comment {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_status_create {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_status.gif) no-repeat left -1px;
}
.river_object_file_create {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_files.gif) no-repeat left -1px;
}
.river_object_file_update {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_files.gif) no-repeat left -1px;
}
.river_object_file_comment {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_widget_create {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px;
}
.river_object_forums_create {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_forums_update {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_widget_update {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px;	
}
.river_object_blog_create {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_object_blog_update {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_object_blog_comment {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_forum_update {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_forum_create {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_forumtopic_update {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_forumtopic_create {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_user_friend {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_friends.gif) no-repeat left -1px;
}
.river_object_relationship_friend_create {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_friends.gif) no-repeat left -1px;
}
.river_object_relationship_member_create {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_thewire_create {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_thewire.gif) no-repeat left -1px;
}
.river_object_microblog_create {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_thewire.gif) no-repeat left -1px;
}
.river_group_join {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_groupforumtopic_annotate {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_groupforumtopic_create {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_sitemessage_create {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;	
}
.river_user_messageboard {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;	
}
.river_object_page_create {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_pages.gif) no-repeat left -1px;
}
.river_object_page_update {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_pages.gif) no-repeat left -1px;
}
.river_object_page_top_create {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_pages.gif) no-repeat left -1px;
}
.river_object_page_top_update {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_pages.gif) no-repeat left -1px;
}
.river_object_page_top_comment {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_page_comment {
	background: url(http://cvc.clearvale.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(http://cvc.clearvale.com/_graphics/river_icons/river_icon_files.gif) no-repeat left -1px;
}
.river_object_photo_comment, .river_object_video_comment {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}

.river_object_event_calendar_update {
    background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_object_embedded_comment {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_embedded_create {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_files.gif) no-repeat left -1px;
}
.river_object_embedded_update {
	background: url(http://cvc.clearvale.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;
}

.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(http://cvc.clearvale.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 p {
	margin:0;
	padding:5px 0 3px 0;
}
.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 5px 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(http://cvc.clearvale.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
}

.generic_comment_icon {
	float:left;
}

.generic_comment_details {
	margin-left: 60px;
}
.generic_comment_details p {
	margin: 0 0 5px 0;
}

.generic_comment_owner {
	color:#666666;
	margin: 0px;
	font-size:90%;
	border-top: 1px solid #aaaaaa;
}
/* 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(http://cvc.clearvale.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(http://cvc.clearvale.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(http://cvc.clearvale.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(http://cvc.clearvale.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;
	#background: url(http://cvc.clearvale.com/mod/theme_clear/graphics/icon_bookmarkthis.gif) no-repeat left top;
}
#owner_block_report_this a, .owner_block_links a {
	font-size: 110%;
	color:#666666;
	padding:0 0 4px 20px;
	background: url(http://cvc.clearvale.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 a {
	line-height: 1.5em;
}
.ownerblockline {
    display:none;
}
#owner_block_submenu {
	padding: 0 0 0 1px;
	width:975px;
	background: url(http://cvc.clearvale.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;
    line-height:31px;
    display:block;
	background: url(http://cvc.clearvale.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:white;
    padding-bottom:1px;
    margin-bottom:-1px;
}

.shaded #owner_block_submenu li.selected a {
	background-color:white;
    padding-bottom:8px;
    margin-bottom:-8px;
}

#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("http://cvc.clearvale.com/mod/theme_clear/graphics/friends_picker_arrows.gif") no-repeat left top;
}
.friendsPickerNavigationR {
	background: url("http://cvc.clearvale.com/mod/theme_clear/graphics/friends_picker_arrows.gif") no-repeat -60px top;
}
.friendsPickerNavigationL:hover {
	background: url("http://cvc.clearvale.com/mod/theme_clear/graphics/friends_picker_arrows.gif") no-repeat left -44px;
}
.friendsPickerNavigationR:hover {
	background: url("http://cvc.clearvale.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("http://cvc.clearvale.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:20px;
        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;
}

.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;
}

#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: 10px 0 0 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(http://cvc.clearvale.com/mod/theme_clear/graphics/icon_customise_info.gif) no-repeat top left;
	cursor:pointer;
}
#customise_editpanel img.drag_handle {
	background: url(http://cvc.clearvale.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(http://cvc.clearvale.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
}

#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 {
	height:145px;
}	
#current_user_avatar {
	float:left;
	width:160px;
	height:130px;
	border-right:1px solid #cccccc;
	margin:0 20px 0 10px;
}	
#profile_picture_croppingtool {
	border-top: 1px solid #cccccc;
	margin:20px 10px 0 10px;
	padding:10px 0 0 0;
}	
#profile_picture_croppingtool #user_avatar {
	float: left;
	margin-right: 20px;
}	
#profile_picture_croppingtool #applycropping {

}
#profile_picture_croppingtool #user_avatar_preview {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
}	

#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 {
	color:#333333;
}
.admin_statistics,
.admin_users_online,
.usersettings_statistics,
.admin_adduser_link,
#add-box,
#search-box,
#logbrowser_search_area {
	background:white;
	margin:0 10px 10px 10px;
	padding:10px;
}

.usersettings_statistics h3,
.admin_statistics h3,
.admin_users_online h3,
.user_settings 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 {
	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;
}
.usersettings_statistics td.column_one,
.admin_statistics td.column_one {
	width:200px;
}
.usersettings_statistics table,
.admin_statistics 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 tinyMCE editor initial width for safari */
.mceLayout {
	width:683px;
}
p.longtext_editarea {
	margin:0 !important;
}
.toggle_editor_container {
	margin:0 0 15px 0;
	width:80%;
}
/* add/remove longtext tinyMCE 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(http://cvc.clearvale.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 55px 0 40px;
	padding: 3px 0 0 0;
}
.group_directory_item_icon {
	margin-left:-40px;
	margin-top:-2px;
	position:absolute;
}

/* ***************************************
  Feedback Popup Window
*************************************** */

.jqmWindow {
    display: none;
    position: fixed;
    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; }


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: 14pt arial;
  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;
}

/* ***************************************
         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(http://cvc.clearvale.com/_graphics/block.png) no-repeat 100% 0;
		margin:0 0 0 16px;
		height:16px;
	}
	
	.bt div {
		height:16px;
		width:16px;
		position:relative;
		left:-16px;
		background:url(http://cvc.clearvale.com/_graphics/block.png) no-repeat 0 0;
	}
	
	/* Rules for the bottom corners and border */
	.bb {
		background:url(http://cvc.clearvale.com/_graphics/block.png) no-repeat 100% 100%;
		margin:0 0 0 16px;
		height:16px;
	}
	
	.bb div {
		height:16px;
		width:16px;
		position:relative;
		left:-16px;
		background:url(http://cvc.clearvale.com/_graphics/block.png) no-repeat 0 100%;
	}
	
	/* Insert the left border */
	.i1 {
		padding:0 0 0 16px;
		background:url(http://cvc.clearvale.com/_graphics/block_borders.png) repeat-y 0 0;
        height:1%;
	}
		
	/* Insert the right border */
	.i2 {
		padding:0 16px 0 0;
		background:url(http://cvc.clearvale.com/_graphics/block_borders.png) repeat-y 100% 0;
        height:1%;
	}
	
	/* 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%;
	}
	
	.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 {
	font-size:1.2em;
	padding: 0px 0px 10px 0px;
}

.profile_name_note {
	font-size:1.2em;
	font-weight: bold; 
}

.step1_on {
	font-weight: bold; 
	color:white; 
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12pt; 
	margin-left:10px;
}

.step1_off {
	font-weight: bold; 
	font-family:Arial,Helvetica,sans-serif; 
	font-size: 12pt;
	margin-left:10px;
}

.step2_on {
	font-weight: bold; 
	color:white; 
	font-family:Arial,Helvetica,sans-serif; 
	font-size: 12pt;
	margin-left:110px;
}

.step2_off {
	font-weight: bold; 
	font-family:Arial,Helvetica,sans-serif; 
	font-size: 12pt;
	margin-left:110px;
}

.step3_on {
	font-weight: bold; 
	color:white; 
	font-family:Arial,Helvetica,sans-serif; 
	font-size: 12pt;
	margin-left:40px;
}

.step3_off {
	font-weight: bold; 
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12pt; 
	margin-left:40px;
}
// vim: set ts=2 syntax=php noeol binary expandtab:/*-------------------------------
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(http://cvc.clearvale.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;
}

/* ***************************************
	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;
}

.avatar_menu_button {
	width:15px;
	height:15px;
	position:absolute;
	cursor:pointer;
	display:block;
	right:0px;
	bottom:0px;
}
.avatar_menu_arrow {
	background: url(http://cvc.clearvale.com/mod/theme_clear/graphics/avatar_menu_arrows.gif) no-repeat left top;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_on {
	background: url(http://cvc.clearvale.com/mod/theme_clear/graphics/avatar_menu_arrows.gif) no-repeat left -16px;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_hover {
	background: url(http://cvc.clearvale.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_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 */
}
.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;
}
.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: 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: 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(http://cvc.clearvale.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("http://cvc.clearvale.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(http://cvc.clearvale.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(http://cvc.clearvale.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;
}

#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_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(http://cvc.clearvale.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
}

.topic_post h2 {
    margin-bottom:20px;
}

.topic_post table, td {
    border:none;
}
.forum_topics {
    padding:0;
    margin:0;
    border-top:0;
}
.topic_title {
	font-size: 1.2em;
	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;
}

.vote_disabled {
    opacity: 0.4;
    cursor: auto;
}

.vote_thumb_img_disabled {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	opacity: 0.4; 
}

.vote_area {
}

.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:10px; 
	padding-right:0px;
}




.treeview, .treeview ul { 
    padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(http://cvc.clearvale.com/mod/pages/images/treeview-default.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(http://cvc.clearvale.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(http://cvc.clearvale.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(http://cvc.clearvale.com/mod/pages/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(http://cvc.clearvale.com/mod/pages/images/treeview-red.gif); } 

.treeview-black li { background-image: url(http://cvc.clearvale.com/mod/pages/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(http://cvc.clearvale.com/mod/pages/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(http://cvc.clearvale.com/mod/pages/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(http://cvc.clearvale.com/mod/pages/images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(http://cvc.clearvale.com/mod/pages/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(http://cvc.clearvale.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(http://cvc.clearvale.com/mod/pages/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(http://cvc.clearvale.com/mod/pages/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(http://cvc.clearvale.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(http://cvc.clearvale.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(http://cvc.clearvale.com/mod/pages/images/treeview-default.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(http://cvc.clearvale.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(http://cvc.clearvale.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(http://cvc.clearvale.com/mod/pages/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(http://cvc.clearvale.com/mod/pages/images/treeview-red.gif); }

.treeview-black li { background-image: url(http://cvc.clearvale.com/mod/pages/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(http://cvc.clearvale.com/mod/pages/images/treeview-black.gif); }

.treeview-gray li { background-image: url(http://cvc.clearvale.com/mod/pages/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(http://cvc.clearvale.com/mod/pages/images/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(http://cvc.clearvale.com/mod/pages/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(http://cvc.clearvale.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(http://cvc.clearvale.com/mod/pages/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(http://cvc.clearvale.com/mod/pages/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(http://cvc.clearvale.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(http://cvc.clearvale.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(http://cvc.clearvale.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(http://cvc.clearvale.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%;	
}




.forum_slideshow_buttons {
  float:right;
  padding-right: 20px;
  margin-top:10px;
}

.forum_photo_content {
  text-align:center;
}

.forum_photo {
  padding: 0px 0px 0px 10px;
}



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(http://cvc.clearvale.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
	min-height:40px;
	display:block;
}
.filerepo_widget_singleitem img {
	width: 40px;
}
.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_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(http://cvc.clearvale.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_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(http://cvc.clearvale.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
}
.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;
}
.photorepo_title {
	margin:0;
	padding:6px 5px 0 0;
	line-height: 1.2em;
}

.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(http://cvc.clearvale.com/_graphics/icon_gallery.gif) no-repeat right top;
	display:block;
}
.photorepo_user_gallery_link a:hover {
	background-position: right -40px;
}

/* slideshow widget */
.slideshow {
    position:relative;
    width:100%;
    height: 222px;
    /* padding-left: 5px; */
}

.slideshow div {
    height: 222px;
    z-index:8;
    opacity:0.0;
    width: 255px;
    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;
}
.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(http://cvc.clearvale.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;
}

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;
}

.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;
}
.river_rev-init {
  background:url(http://cvc.clearvale.com/mod/dvault/graphics/river-icons/dvault.gif) no-repeat left -1px;
}
.river_rev-chkin {
  background:url(http://cvc.clearvale.com/mod/dvault/graphics/river-icons/dvault.gif) no-repeat left -1px;
}
.river_rev-chkout {
  background:url(http://cvc.clearvale.com/mod/dvault/graphics/river-icons/dvault.gif) no-repeat left -1px;
}
div.dvcat_tree_container, #sidebar_page_tree {
  overflow: auto;
  margin-top: 0px;
  border: 1px solid #bbbbbb;
  font-size:1.2em;
  margin-bottom:16px;
}
#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;
}

#blog_widget .blog_post {
	padding: 5px 0 10px;
	margin-bottom: 8px;
	background: url(http://cvc.clearvale.com/_graphics/dotted_divider.gif) 0 100% repeat-x;
    border:none;
}

.blog_post {
	margin-bottom: 21px;
	background: url(http://cvc.clearvale.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 0 5px 0;
}

.blog_post .strapline {
	margin: 0 0 0 35px;
	padding:0;
	line-height:1em;
    font-size:90%;
}
.blog_post p.tags {
	background:transparent url(http://cvc.clearvale.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; */
}


.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;
}
p.messages_nomessage_message {
	padding:0 10px 0 10px;
}

#messages table {
	border-collapse:separate;
}

#messages td {
	text-align: left;
	vertical-align:middle;
	border-bottom: 1px solid #ccc;
	padding: 8px 5px;
    font-size:1.2em;
}
#messages .message_notread td {
	 background: #F7DAD8; 
	 border-bottom: 1px solid #ccc;
}
#messages .message_read td {
	 /* background: #ffffff; */ 
	 border-bottom: 1px solid #ccc;
}

#messages .delete_msg a {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0;
	background: url("http://cvc.clearvale.com/_graphics/icon_customise_remove.png") no-repeat right 0;
	text-indent: -9000px;
	float:right;
}
#messages .delete_msg a:hover {
	background-position: right -16px;
}
/* IE6 */
* html #messages .delete_msg a { background-position: right 4px; }
* html #messages .delete_msg a:hover { background-position: right 4px; } 

#messages .usericon {
	float: left;
	margin: 0 15px 0 0;
}

#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;
}

/* tinyMCE container */
#message_reply_editor #message_tbl {
	width:680px !important;
}


/*-------------------------------
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("http://cvc.clearvale.com/_graphics/icon_customise_remove.png") no-repeat 0 0;
	text-indent: -9000px;
}
.messageboard .delete_message a:hover {
	background-position: 0 -16px;
}

#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 {

}






#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(http://cvc.clearvale.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(http://cvc.clearvale.com/mod/twitter/graphics/twitter.png) left no-repeat;
    padding:0 0px 0 20px;
    margin-left:10px;
}
p.refresh_twitter b {
    background: url(http://cvc.clearvale.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: 0px;
	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;   }

td.name div.c11:hover{     background: rgb(240,194,194) !important;   }
td.name div.c12:hover{     background: rgb(245,199,214) !important;   }
td.name div.c13:hover{     background: rgb(225,199,225) !important;   }
td.name div.c14:hover{     background: rgb(209,194,240) !important;   }
td.name div.c21:hover{     background: rgb(194,209,225) !important;   }
td.name div.c22:hover{     background: rgb(194,209,240) !important;   }
td.name div.c23:hover{     background: rgb(189,230,225) !important;   }
td.name div.c24:hover{     background: rgb(194,220,199) !important;   }
td.name div.c31:hover{     background: rgb(187,233,191) !important;   }
td.name div.c32:hover{     background: rgb(209,230,179) !important;   }
td.name div.c33:hover{     background: rgb(230,230,184) !important;   }
td.name div.c34:hover{     background: rgb(243,231,179) !important;   }
td.name div.c41:hover{     background: rgb(250,220,179) !important;   }
td.name div.c42:hover{     background: rgb(205,204,184) !important;   }
td.name div.c43:hover{     background: #ECF5FF !important;            }
td.name div.c44:hover{     background: rgb(2221,211,221) !important;  }

#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;   }

.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(http://cvc.clearvale.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;
	background:#E5E5E5;
}

.progressBarContainer img {
	opacity: 0.4;
}

.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(http://cvc.clearvale.com/mod/poll/graphics/river_icon_poll.gif) no-repeat left -1px;
}
.river_object_poll_update {
	background: url(http://cvc.clearvale.com/mod/poll/graphics/river_icon_poll.gif) no-repeat left -1px;
}
.river_object_poll_comment {
	background: url(http://cvc.clearvale.com/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}

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

.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(http://cvc.clearvale.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(http://cvc.clearvale.com/mod/freeform/graphics/freeform.png) left no-repeat;
    padding:0 0px 0 20px;
    margin-left:10px;
}

p.refresh_freeform b {
    background: url(http://cvc.clearvale.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;
}



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

.blog_post h3 {
	font-weight: bold;
	margin:0 0 0 0;
	padding:0;
}

.cv_crm_widget .search_listing_info  {
	margin-left:0px;
	min-height:40px;
}

# New CSS
.cvcrm_detail_owner {
	font: 12px/100% Ariel, Helvetica, san-serif;
	font-weight: normal;
	margin: 2px 0 0 2px;
}

.cvcrm_detail_issue_id {
	font: 12px/100% Ariel, Helvetica, san-serif;
	font-weight: formal;
	margin: 5px 0 0 5px;
}

.cvcrm_detail_reported_by {
	font: 12px/100% Ariel, Helvetica, san-serif;
	font-weight: normal;
	margin: 5px 0 0 5px;
}

.cvcrm_detail_status {
	font: 12px/100% Ariel, Helvetica, san-serif;
	font-weight: normal;
	margin: 5px 0 0 5px;
}

.cvcrm_detail_summary {
	font: 16px/100% Ariel, Helvetica, san-serif;
	font-weight: bold;
	margin: 5px 0 0 5px;
}

.cvcrm_detail_priority {
	font: 12px/100% Ariel, Helvetica, san-serif;
	font-weight: normal;
	margin: 5px 0 0 5px;
}

.cvcrm_detail_info {
	font: 12px/100% Ariel, Helvetica, san-serif;
	font-weight: normal;
	margin: 5px 0 0 5px;
}

.cvcrm_detail_desc {
	font: 14px/100% Ariel, Helvetica, san-serif;
	font-weight: normal;
	margin: 15px 0 0 5px;
}

.cvcrm_detail_resolution {
	font: 14px/100% Ariel, Helvetica, san-serif;
	font-weight: normal;
	margin: 15px 0 0 5px;
}

.cvcrm_detail_activity_comment {
	font: 12px/100% Ariel, Helvetica, san-serif;
	font-weight: normal;
	text-align: left;
	margin: 5px 0 0 5px;
}

.cvcrm_detail_activity_created_by {
	font: 12px/100% Ariel, Helvetica, san-serif;
	color: #7777FF;
	font-weight: normal;
	margin: 5px 0 0 5px;

}.cvcrm_detail_activity_created_date {
	font: 10px/100% Ariel, Helvetica, san-serif;
	font-weight: normal;
	font-style: italic;
	margin: 5px 0 0 5px;
}

.cvcrm_detail_left_col_title{
    width: 150px;
    vertical-align: top;
    text-align: left;
    padding: 2px 2px 2px 2px;
    margin: 0 0 0 0;
}

.cvcrm_detail_left_col_activity{
    width: 150px;
    vertical-align: top;
    text-align: left;
    padding: 2px 2px 2px 2px;
    margin: 0 0 0 0;
}

.cvcrm_detail_right_col{
    vertical-align: top;
    text-align: left;
    padding: 2px 2px 2px 2px;
}


.cvcrm_admin_input-textarea {
	height: 50px;
	width: 95%;
	margin-bottom:15px;
	display:block;

}


.cvcrm_admin_table p{
	margin: 3px;
	font-size: 10px/100%;
}

.cvcrm_admin_input {
	width: 75%;
}

.cvcrm_admin_input_interfacename {
	width: 45%;
}

.cvcrm_admin_table input[type="reset"] {
	background:#CCCCCC none repeat scroll 0 0;
	color:black;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
}

.cvcrm_admin_buttons {
	margin-bottom:1px;
	margin-top:0;
}

.cvcrm_admin_table input[disabled] {
	background: #F0F0F0 none repeat scroll 0 0;
	color: #AAAAAA;
}

.cvcrm_admin_table textarea[disabled]{
	background: #F0F0F0 none repeat scroll 0 0;
	color: #AAAAAA;
}

.cvcrm_admin_input_interfacename_error {
	width: 45%;
	background:#FCF9F9 none repeat scroll 0 0;
	border:1px solid red;
}

.cvcrm_admin_input_error {
	width: 75%;
	background:#FCF9F9 none repeat scroll 0 0;
	border:1px solid red;
}




blockquote {
    margin:10px;
    border:1px solid #efefef;
    padding:4px;
}

strong {
    font-weight:bold;
}

ul {
   list-style: disc;
}

ol {
  list-style: decimal;
}
/* ************** */
/* APPEARANCE CSS */
/* ************** */
#page_container {
   background-color: #ffffff;
   background-image: url(http://cvc.clearvale.com/branding.php?key=branding_background&lastcache=1275536052);
   background-repeat: repeat-x;
   background-position: top center;
}

#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, #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, #profile_info h2 a, #login-box h2, #login-box-openid h2, #register-box h2 {
   color: #333333;
}

#site_name a {
   color: #1463B8;
   font-family: Verdana;
   font-weight: bold;
   font-size: xx-large;
}

#site_desc {
   color: #1463B8;
   font-family: Verdana;
   font-style: normal;
   font-weight: normal;
}

#elgg_topbar {
   color: #000000;
   font-family: Verdana;
   font-style: normal;
   font-weight: normal;
}

#elgg_topbar a {
   color: #000000;
   font-family: Verdana;
   font-style: normal;
   font-weight: normal;
}

#menu a {
   color: #FFFFFF;
}

#menu a span {
   color: #000000;
   font-family: Verdana;
   font-style: normal;
   font-weight: normal;
}

#menu a.selected span {
   color: #000000;
}

#menu a:hover span {
   color: #ffffff;
   background-color: #1463B8;
}

#menu a:hover {
   background-color: #1463B8;
}

.collapsable_box_header h1 {
   color: #333333;
}

a {
   color: #2D51B0;
}

a:visited {
   color: #662D91;
}

.dropdown_menu p {
   color: #000000;
}

#elgg_topbar div {
   color: #000000;
}

#layout_header {
   background-color: #ffffff;
}