@charset "utf-8";
/* CSS Document */

/* ***************************************
	RESET BASE STYLES
*************************************** */
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	height: 100%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" (for ie6) */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ***************************************
	DEFAULTS
*************************************** */

/* elgg open source		light yellow 	#FDFFC3 */



body {
	text-align:left;
	margin:0 auto;
	padding:0;
	color: #333;
	height: 100%;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 80%;
	line-height: 1.4;
	background-color: #051F2E;
	background-image: url(../mod/theme_simpleneutral/graphics/page_background3.png);
	background-repeat: repeat-x;
	background-position: left 75px;
}
a {
	color: #0086B3;
	text-decoration: underline;
	-moz-outline-style: none;
	outline: none;
}
a:visited {
	color: #0086B3; 
}
a:hover {
	text-decoration: underline;
	color:#006699;
}
p {
	margin: 0px 0px 15px 0;
}
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;
	margin-bottom: 4px;
}
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; }

#index_welcome h2 {
	color: #333;	
}

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;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
blockquote p {
	margin:0 0 5px 0;
}   
    

/* ***************************************
    PAGE LAYOUT - MAIN STRUCTURE
*************************************** */
#page_container {
	margin:0;
	padding:0;
	background: url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/header_back.gif) repeat-x left top;
	height: 100%;
}
#page_wrapper {
	width:998px;
	margin:0 auto;
	padding:0;

	
	height: auto; 
	min-height: 100%;
}
#layout_canvas {
	margin:0;
	padding:0;
	min-height: 360px;
}
#layout_header {
	text-align:left;
	width:100%;
	height:100px;
	margin:0 0 0px 0;
	background: url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/header_back.gif) repeat-x left top;
}
#wrapper_header {

}
#site_name {
	height: 42px;
	float:left;
	vertical-align: center;
	margin-top: 8px;
}

/* Top menu */
#menu {
    float:left;
    height:25px;
    width:100%;
    position: relative;
    bottom:0px;
    left:0px;
}
#menu_inner {
    text-align:left;
    padding:0;
    height:25px;
    float: left;
}
#menu a:active { outline: none; }
#menu a:focus { -moz-outline-style: none; }
#menu a.menuitem {
	float:left;
	margin:0 0px 0 0px;
	padding:0 0px 0 7px;
	text-decoration:none;
	font-weight: bold;
	font-size: 0.9em;
	background:transparent url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/menu_button_left.gif) no-repeat left top;
}
#menu a.menuitem span {
	float:left;
	display:block;
	padding:2px 13px 0px 6px;
	height:23px;
	margin:0 0 0 0;
	color:#A9DDFF; 
	background:transparent url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/menu_button_right.gif) no-repeat right top;
}
#menu_inner a.menuitem span { cursor: pointer; }
#menu a.menuitem.disabled span { color:#cccccc; }
#menu a.menuitem.disabled { color:#cccccc; }
#menu a.menuitem.disabled:hover { color:#cccccc; }
#menu a.menuitem.disabled:hover span { color:#cccccc; }

#menu a.menuitem:hover span {
	color:#EFCE03;
	background:transparent url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/menu_button_right.gif) no-repeat right -32px;
	padding:3px 13px 0px 6px;
	height:22px;
}
#menu a.menuitem:hover {
	color:white;
	background:transparent url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/menu_button_left.gif) no-repeat left -32px;
}
#menu a.menuitem.selected {
	background:transparent url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/menu_button_left.gif) no-repeat left -32px;
}
#menu a.menuitem.selected span {
	background:transparent url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/menu_button_right.gif) no-repeat right -32px;
	color:white;
}


/* canvas layout: 1 column, no sidebar */
#one_column {
	width:998px;
	margin:0px 0 20px 0;
	min-height: 360px;
	background: white;
	padding:0 10px 20px 10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

/* canvas layout: 2 column left sidebar */
#two_column_left_sidebar {
	width:229px;
	margin:0px 0 20px 0;
	min-height:360px;
	float:left;
	background: white;
	padding:0px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

#two_column_left_sidebar_maincontent {
	width:725px;
	margin:0px 0 20px 20px;
	min-height: 360px;
	float:left;
	background: white;
	padding:0 10px 20px 10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
#two_column_left_sidebar_maincontent_boxes {
	margin:0 0px 20px 20px;
	padding:0 10px 5px 10px;
	width:718px;
	background: white;
	-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: white;
	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; */
}
 
.contentWrapper {
	background:white;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
}
span.contentIntro p {
	margin:0;
}
.notitle {
	margin-top:10px;
}
/* canvas layout: widgets (profile and dashboard) */
#widgets_left {
	width:319px;
	margin:0px 20px 20px 0;
	min-height:360px;
	padding:0;
}
#widgets_middle {
	width:319px;
	margin:0px 0 20px 0;
	padding:0;
}
#widgets_right {
	width:319px;
	margin:0px 0px 20px 20px;
	float:left;
	padding:0;
}
#widget_table {
	padding-bottom: 90px;
}
#widget_table td {
	border:0;
	padding:0;
	margin:0;
	text-align: left;
	vertical-align: top;
}


/* IE 6 fixes */
* html #widgets_left { 
	height:360px;
}
* html #widgets_middle { 
	height:360px;
}
* html #widgets_right { 
	height:360px;
	float:none;
}

/* IE6 layout fixes */
* html #profile_info_column_left {
	margin:0 10px 0 0;
	width:200px;
}
/* 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:725px;
	margin:0px 0px 20px 20px;
}
* html a.toggle_customise_edit_panel { 
	float:none;
	clear:none;
	padding: 5px 10px 5px 10px;
	margin:0px 10px 20px 20px;
	width:294px;
	display:block;
	text-align: left;
}

* html #dashboard_info {
	width:585px;
}


/* ***************************************
	FOOTER
*************************************** */
#layout_footer {
	background: #40404A;
	height:80px;
	width: 100%;
	border-bottom:1px solid black;
	
	background-image: url(../mod/theme_simpleneutral/graphics/footer_bg.png);
	/*margin-top: -81px; */

	clear:both;

}




#layout_footer table {
   margin:0px auto 0px;
}
#layout_footer a,
#layout_footer p {
   color:#FFF;
   margin:0;
}
#layout_footer .footer_toolbar_links {
	text-align:right;
	padding:15px 0 0 0;
	font-size:1.2em;
}
#layout_footer .footer_toolbar_links a:hover {
	color:white;
}
#layout_footer .footer_legal_links {
	text-align:right;
}


/* ***************************************
  HORIZONTAL ELGG TOPBAR
*************************************** */
#elgg_topbar {
	color:#eeeeee;
	position:relative;
	float: right;
	height:24px;
	padding-top: 4px;
	padding-left: 10px;
}
#elgg_topbar input[type="submit"] {
	font: 9px/12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	background:#666666;
	border:none;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	width: auto;
	height: 16px;
	padding: 0px 6px;
	margin:0;
	cursor: pointer;
}

#elgg_topbar input {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
	color:#999999;
	font-size:12px;
	font-weight:bold;
	margin:0pt;
	padding:2px;
	width: 90px;
	height:12px;

/*
	font: 9px/12px Arial, Helvetica, sans-serif;
	padding: 1px;
	border: 1px solid #cccccc;
	color:#666666;
	background: #eeeeee;
	*/
}

#elgg_topbar form{
  display: inline;
  float: left;
  padding-right:4px;
  padding-left:4px;
}
#elgg_topbar span{
  float: left;
}
#elgg_topbar a{
  color: #fff;
}
#elgg_topbar a.privatemessages {
  float: left;
	background:transparent url(http://beta3c.vastpark.com/dev/_graphics/toolbar_messages_icon.gif) no-repeat left 2px;
	padding:0 0 2px 16px;
	margin:0 15px 0 10px;
	cursor:pointer;
	text-decoration: none;
}
#elgg_topbar a.privatemessages:hover {
	text-decoration: none;
	background:transparent url(http://beta3c.vastpark.com/dev/_graphics/toolbar_messages_icon.gif) no-repeat left -36px;
}
#elgg_topbar a.privatemessages_new {
	background:transparent url(http://beta3c.vastpark.com/dev/_graphics/toolbar_messages_icon.gif) no-repeat left -17px;
	color:white;
}
/* IE6 */
* html #elgg_topbar a.privatemessages_new { background-position: left -18px; } 
/* IE7 */
*+html #elgg_topbar a.privatemessages_new { background-position: left -18px; } 

#elgg_topbar a.privatemessages_new:hover {
	text-decoration: none;
}

#elgg_topbar a.profile {
  float: left;
	padding:0 0 4px 5px;
	margin:0 15px 0 5px;
	cursor:pointer;
}
#elgg_topbar a.profile:hover {
	text-decoration: none;
}
#elgg_topbar a.profile:hover {
	text-decoration: none;
}

#elgg_topbar_container_left {
	float:left;
	height:24px;
	left:0px;
	top:0px;
	position:absolute;
	text-align:left;
	width:60%;
}

#elgg_topbar_container_right {
	float:right;
	height:24px;
	position:absolute;
	right:0px;
	top:0px;
	/* width:120px;*/
	text-align:right;
}

#elgg_topbar_container_search {
  padding-left: 20px;
  display: block;
	height:21px;
	text-align:right;
	margin:1px 0 0 0;
	display: inline;
	float: left;
}

#elgg_topbar_container_left .toolbarimages {
	float:left;
	margin-right:20px;
}
#elgg_topbar_container_left .toolbarlinks {
	margin:0 0 10px 0;
	float:left;
}
#elgg_topbar_container_left .toolbarlinks2 {
	margin:3px 0 0 0;
	float:left;
}
#elgg_topbar_container_left a.loggedinuser {
	color:#eeeeee;
	font-weight:bold;
	margin:0 0 0 5px;
}
#elgg_topbar_container_left a.pagelinks {
	color:white;
	margin:0 15px 0 5px;
	display:block;
	padding:3px;
}
#elgg_topbar_container_left a.pagelinks:hover {
	background: #333333;
	text-decoration: none;
	color:white;
}

#elgg_topbar_container_left a.usersettings {
	margin:0 0 0 20px;
	color:#999999;
	padding:3px;
}
#elgg_topbar_container_left a.usersettings:hover {
	color:white;
	text-decoration:none;
}


#elgg_topbar_container_left img {
	margin:0 0 0 5px;
}
#elgg_topbar_container_left .user_mini_avatar {
	border:1px solid #eeeeee;
	margin:0 0 0 20px;
}
#elgg_topbar_container_right {
	padding:0;
}
#elgg_topbar_container_right a {
	color:#eeeeee;
	margin:0;
	padding:0;
	display:block;
	height:20px;
}
/* IE6 fix */
* html #elgg_topbar_container_right a { 
	width: 120px;
}

#elgg_topbar_container_right a:hover {
	text-decoration:underline;
	color:white;
}

#elgg_topbar_panel {
	background:#333333;
	color:#eeeeee;
	height:200px;
	width:100%;
	padding:10px 20px 10px 20px;
	display:none;
	position:relative;
}

#searchform input.search_input {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
	color:#999999;
	font-size:12px;
	font-weight:bold;
	margin:0pt;
	padding:2px;
	width:180px;
	
	height:12px;
}
#searchform input.search_submit_button {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	color:#333333;
	background: #cccccc;
	border:none;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:2px;
	width:auto;
	height:18px;
	cursor:pointer;
}
#searchform input.search_submit_button:hover {
	color:white;
	background: 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;
	position: relative;
}
ul.topbardropdownmenu {
	margin:0;
}
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: #333333;
	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;
	color: #A9DDFF;
}
ul.topbardropdownmenu ul a.hover {
	background-color: #000000;
}
ul.topbardropdownmenu ul a {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/* ***************************************
  SYSTEM MESSSAGES
*************************************** */


.messages,
.messages_error {
	position: absolute;
	width: 200px;
	right: 5px;
	padding: 2px;
	z-index: 9999;
	border: 1px solid #666;
	-moz-border-radius:4px 4px 4px 4px;
	cursor:pointer;
}

.messages {
	background-color: #D3E7D9;
}
.messages_error {
	background-color: #EAD9D9;
}

.msgs_header {
	color: #666;
	font-size: 9px;
	margin-bottom: 3px;
	margin-left: 2px;
}
.msgs_line {
	font-size: 12px;
	color: #333;
	text-align: center;
	width: 196px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 14px;
}
/*
.messages {
    background:#ccffcc;
    color:#000000;
    padding:3px 10px 3px 10px;
    z-index: 8000;
	margin:0;
	position:fixed;
	top:30px;
	width:969px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	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;
	position:fixed;
	top:30px;
	width:969px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	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 0 20px 0;
	height:auto;
}
/* IE6 fix */
* html .collapsable_gg  { 
	height:10px;
}
.collapsable_box_header {
	color: #333333;
	background: white;
	border-bottom:1px solid #cccccc;
	padding: 5px 10px 5px 10px;
	margin:0;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
}
.collapsable_box_header h1 {
	color: #333333;
	font-size:1.25em;
}
.collapsable_box_content {
	padding: 10px;
	margin:0;
	height:auto;
	background: white;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
.collapsable_box_editpanel {
	display: none;
	background:#cccccc url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/page_background.gif) repeat-x left top;
	color:#333333;
	padding:5px 10px 5px 10px;
}
.collapsable_box_header a.toggle_box_contents {
	color: #999999;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: bold;
	text-decoration:none;
	float:right;
	margin: 0;
	margin-top: -9px;
}
.collapsable_box_header a.toggle_box_edit_panel {
	color: #999999;
	cursor:pointer;
	font-size:9px;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: normal;
	float:right;
	margin: 3px 10px 0 0;
}
.collapsable_box_header a.toggle_box_edit_panel:hover {
	color:#333333;
}
.collapsable_box_editpanel label {
	font-weight: normal;
	font-size: 100%;
	color:#333333;
}
/* 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: 140%;
}
input {
	font: 120% Arial, Helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #cccccc;
	color:#666666;
	background: #eeeeee;
}
textarea {
	font: 120% Arial, Helvetica, sans-serif;
	border: solid 1px #cccccc;
	padding: 3px;
	color:#666666;
	background: #eeeeee;
}
textarea:focus, input[type="text"]:focus {
	border: solid 1px black;
	background: white;
	color:#333333;
}

.submit_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	background:#666666;
	border:none;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	width: auto;
	height: 25px;
	padding: 3px 6px 3px 6px;
	margin:10px 0 10px 0;
	cursor: pointer;
}
input[type="submit"] {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	background:#666666;
	border:none;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 0;
	cursor: pointer;
}
.submit_button:hover,
input[type="submit"]:hover {
	background: black;
	color:white;
}
.cancel_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	background:#aaaaaa;
	border:none;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 10px;
	cursor: pointer;
}
.cancel_button:hover {
	background: black;
	color: #999999;
}

.input-text,
.input-tags,
.input-url,
.input-textarea {
	width:98%;
}

.input-textarea {
	height: 200px;
}


/* ***************************************
	LOGIN / REGISTER
*************************************** */
#login-box {
    text-align:left;
}
#login-box form p,
#register-box form p {
	padding:10px;
}
#login-box .login-textarea {
	width:195px;
	background:#eeeeee;
}
#register-box .general-textarea {
	width:360px;
	background:#eeeeee;
}
#login-box .login-textarea:focus,
#register-box .general-textarea:focus {
	color:#333333;
	border: solid 1px black;
}
#login-box label,
#register-box label {
	font-size: 1.2em;
	color:gray;
}
#login-box p.loginbox {
	margin:10px 0 0 0;
}
#login-box input[type="text"],
#login-box input[type="password"],
#register-box input[type="text"],
#register-box input[type="password"] {
	margin:0 0 10px 0;
}

#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: #eeeeee !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 {
	color: #333333;
	font-size:1.35em;
	line-height:1.2em;
	margin:0pt 0pt 5px;
	padding:5px 10px;
	border-bottom: 1px solid #cccccc;
}
#add-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 {
    text-align:left;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
    width:400px;
    padding:0px;
    background: white;
    margin:0px 0 20px 0;
}
#persistent_login {
	padding:0 10px 0 10px;
}
#persistent_login label {
	font-size:1.0em;
	font-weight: normal;
}
#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 {
	margin:0px 0px 20px 0;
	padding:20px;
	background:white;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
#profile_info_column_left {
	float:left;
	padding: 0;
	margin:0 20px 0 0;
}
#profile_info_column_middle {
	float:left;
	width:398px;
	padding: 0;
}
#profile_info_column_right {
	width:590px;
	margin:0 0 0 0;
	padding: 0;
}
#dashboard_info {
	margin:0px 0px 0 0px;
	padding:20px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	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_contacts, p.user_menu_profile, 
p.user_menu_removecontact, p.user_menu_contacts_of,
p.user_menu_bookmarks {
	margin:0;
}
#profile_menu_wrapper .user_menu_admin {
	border-top:none;
}

#profile_info_column_middle p {
	margin:7px 0 7px 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 .odd {
	background:#dedede;
	-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;
}
#profile_info_column_middle .even {
	background:#eeeeee;
	-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;
}
#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:0  !important;
	padding:0 !important;
	font-size: 90%;
}
#profile_info_column_middle .profile_status {
	background:#bbdaf7;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	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;	
}

/* ***************************************
	RIVER
*************************************** */
#river,
.river_item_list {
	border-top:1px solid #dddddd;
	background-color: #FFF;
}
.river_item p {
	margin:0;
	padding:0 0 0 21px;
	line-height:1.1em;
	min-height:17px;
}
.river_item {
	border-bottom:1px solid #dddddd;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.river_item_time {
	font-size:90%;
	color:#666666;
	margin-left: 20px;
}
/* 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://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_object_user_profileupdate {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_object_user_profileiconupdate {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_object_annotate {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_bookmarks_create {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_bookmarks.gif) no-repeat left -1px;
}
.river_object_bookmarks_comment {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_status_create {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_status.gif) no-repeat left -1px;
}
.river_object_file_create {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_files.gif) no-repeat left -1px;
}
.river_object_file_update {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_files.gif) no-repeat left -1px;
}
.river_object_file_comment {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_widget_create {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px;
}
.river_object_forums_create {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_forums_update {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_widget_update {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px;	
}
.river_object_blog_create {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_object_blog_update {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_object_blog_comment {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_forumtopic_create {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_user_contact {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_contacts.gif) no-repeat left -1px;
}
.river_object_relationship_contact_create {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_contacts.gif) no-repeat left -1px;
}
.river_object_relationship_member_create {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_thebuzz_create {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_thebuzz.gif) no-repeat left -1px;
}
.river_group_join {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_groupforumtopic_annotate {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_groupforumtopic_create {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_sitemessage_create {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;	
}
.river_user_messageboard {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;	
}
.river_object_page_create {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_pages.gif) no-repeat left -1px;
}
.river_object_page_top_create {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_pages.gif) no-repeat left -1px;
}
.river_object_page_top_comment {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_page_comment {
	background: url(http://beta3c.vastpark.com/dev/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}

/* ***************************************
	SEARCH LISTINGS	
*************************************** */
.search_listing {
	display: block;
	padding: 4px;
	margin-bottom: 10px;
	border:0px solid #cccccc;
	background-color: #FFF;
}

.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;
}
.search_listing:hover {
	/* background:#aaaaaa; */
}
/* IE 6 fix */
* html .search_listing_info {
	height:40px;
}
.search_listing_info p {
	margin:0;
	line-height:1em;
	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: 6px;
}
.search_gallery td {
	padding: 5px;
}

.search_gallery_item {
	border:3px solid #cccccc;
    background-color: #cccccc;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}
.search_gallery_item:hover {
	border:3px solid #aaaaaa;
    background-color: #aaaaaa;
}

.search_gallery_item .search_listing {
	background: none;
	text-align: center;
}

.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;
}


/* ***************************************
	CONTACTS
*************************************** */
/* contacts widget */
#widget_contacts_list {
	display:table;
	width:275px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	background:white;
}
.widget_contacts_singlecontact {
	float:left;
	margin:0 5px 5px 0;
}


/* ***************************************
	ADMIN AREA - PLUGIN SETTINGS
*************************************** */
.plugin_details {
	margin:0 0 5px 0;
	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 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%;
}
.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: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#666666;
	border: 1px solid #666666;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	padding: 4px;
	cursor: pointer;
}
.contentIntro .enableallplugins:hover, 
.not-active .admin_plugin_enable_disable a:hover {
	background: black;
	border: 1px solid black;
	text-decoration: none;
}
.contentIntro .disableallplugins, 
.active .admin_plugin_enable_disable a {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#999999;
	border: 1px solid #999999;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	padding: 4px;
	cursor: pointer;
}
.contentIntro .disableallplugins:hover, 
.active .admin_plugin_enable_disable a:hover {
	background: #333333;
	border: 1px solid #333333;
	text-decoration: none;
}
.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;
}
.input-access {
	margin:5px 0 0 0;
}

/* ***************************************
	GENERIC COMMENTS
*************************************** */
.generic_comment_owner {
	font-size: 90%;
	color:#666666;
}

.generic_comment {
	margin: 0;
	padding:0 0px 10px 0px;
}

.generic_comment_icon {
	float:left;
}

.generic_comment_details {
	margin-left: 60px;
	border-bottom: 1px solid #aaaaaa;
}

.generic_comment_owner {
	color:#666666;
	margin: 0px;
	font-size:90%;
}

	
/* ***************************************
  PAGE-OWNER BLOCK
*************************************** */
#owner_block {
	padding:10px;
}
#owner_block_icon {
	float:left;
	margin:0 10px 0 0;
}
#owner_block_rss_feed,
#owner_block_odd_feed,
#owner_block_bookmark_this,
#owner_block_report_this {
	padding:2px 0 3px 0;
}
#owner_block_rss_feed {
	margin:5px 0 0 0;
}
#owner_block_report_this {
	border-bottom:1px solid #cccccc;
}
#owner_block_rss_feed a {
	font-size: 90%;
	color:#666666;
	padding:0 0 4px 20px;
	background: url(http://beta3c.vastpark.com/dev/_graphics/icon_rss.gif) no-repeat left top;
}
#owner_block_odd_feed a {
	font-size: 90%;
	color:#666666;
	padding:0 0 4px 20px;
	background: url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/icon_odd.gif) no-repeat left top;
}
#owner_block_bookmark_this a {
	font-size: 90%;
	color:#666666;
	padding:0 0 4px 20px;
	background: url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/icon_bookmarkthis.gif) no-repeat left top;
}
#owner_block_report_this a {
	font-size: 90%;
	color:#666666;
	padding:0 0 4px 20px;
	background: url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/icon_reportthis.gif) no-repeat left top;
}
#owner_block_rss_feed a:hover,
#owner_block_odd_feed a:hover,
#owner_block_bookmark_this a:hover,
#owner_block_report_this a:hover {
	color: black;
}

#owner_block_desc {
	padding:3px 0 4px 0;
	margin:0 0 0 0;
	line-height: 1.2em;
	border-bottom:1px solid #cccccc;
	color:#999999;
}
#owner_block_content {
	margin:0 0 4px 0;
	padding:3px 0 0 0;
	min-height:25px;
	font-weight: bold;
	line-height: 1em;
}
.ownerblockline {
	padding:0;
	margin:0;
	border-bottom:1px solid #cccccc;
	height:1px;
}
#owner_block_submenu {
	margin:20px 0 20px 0;
	padding: 0;
	/* border-bottom: 1px solid #cccccc; */	
	width:100%;
}

#owner_block_submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#owner_block_submenu ul li.selected a {
	background: url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/owner_block_menu_arrow.gif) no-repeat left 6px;
	padding-left:10px;
}
#owner_block_submenu ul li a {
	text-decoration: none;
	display: block;
	padding: 0;
	margin: 0;
	color:#333333;
	padding:4px 6px 4px 10px;
	border-top: 1px solid #cccccc;
	font-weight: bold;
	line-height: 1.1em;
}

#owner_block_submenu ul li a:hover {
	color:black;
	background: #cccccc; 
}

/* IE 6 + 7 menu arrow position fix */
* html #owner_block_submenu ul li.selected a {
	background-position: left 10px;
}
*:first-child+html #owner_block_submenu ul li.selected a {
	background-position: left 8px;
}

#owner_block_submenu .submenu_group {
	border-bottom: 1px solid #cccccc;
	margin:22px 0 0 0;
}

/* filetypes filter menu */
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li a {
	color:#666666;
}
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li.selected a {
	background: url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/owner_block_menu_dot.gif) no-repeat left 7px;
}
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li a:hover {
	color:black;
	background: #999999;
}

/* pages actions menu */
#owner_block_submenu .submenu_group .submenu_group_pagesactions ul li a {
	color:#666666;
}
#owner_block_submenu .submenu_group .submenu_group_pagesactions ul li.selected a {
	background: url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/owner_block_menu_dot.gif) no-repeat left 7px;
}
#owner_block_submenu .submenu_group .submenu_group_pagesactions ul li a:hover {
	color:black;
	background: #999999;
}


/* ***************************************
	PAGINATION
*************************************** */
.pagination {
	margin:10px 10px 20px 0px;
}

.pagination .pagination_number {
	display:block;
	float:left;
	border:1px solid #666666; 
	text-align: center;
	color:#666666; 
	font-size: 12px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}
.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:0 6px 0 0;
	padding:0px 4px;
}

.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:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}
.pagination .pagination_previous:hover,
.pagination .pagination_next:hover {
	background:#aaaaaa; 
	color:black;
	text-decoration: none;
}
.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:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}



/* ***************************************
	CONTACTS COLLECTIONS ACCORDIAN
*************************************** */	
ul#contacts_collections_accordian {
	margin: 0 0 0 0;
	padding: 0;
	border-bottom:1px solid #cccccc;
}
#contacts_collections_accordian li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	color: #666666;
}
#contacts_collections_accordian li h2 {
	background:#dedede;
	color: #666666;
	padding:4px 2px 4px 6px;
	margin:0;
	border-top:1px solid #cccccc;
	font-size:1.2em;
	cursor:pointer;
}
#contacts_collections_accordian li h2:hover {
	background:#666666;
	color:white;
}

#contacts_collections_accordian .contacts_picker {
	background:white;
	padding:0;
	display:none;
}
#contacts_collections_accordian .contacts_collections_controls {
	font-size:70%;
	float:right;
}
#contacts_collections_accordian .contacts_collections_controls a {
	color:#999999;
	font-weight:normal;
}

div.expandall {
	margin: 20px 0 0 0;
	padding:0;
}
div.expandall p {
	cursor:pointer;
	color:#999999;
	text-align:right;
	margin: 0;
	padding:0;
}
	
/* ***************************************
	CONTACTS PICKER SLIDER
*************************************** */		
.contactsPicker_container h3 { font-size:3em; text-align: left; margin:0 0 20px 0; color:#666666; }

.contactsPicker .contactsPicker_container .panel ul {
	text-align: left;
	margin: 0;
	padding:0;
}

.contactsPicker_wrapper {
	margin: 0;
	padding:0;
	position: relative;
	width: 100%;
}

.contactsPicker {
	position: relative;
	overflow: hidden; 
	margin: 0;
	padding:0;
	width: 726px;
	height: 300px;
	background: white;
}

.contactsPicker .contactsPicker_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;
}

.contactsPicker .contactsPicker_container .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 726px;
	margin: 0;
	padding:0;
}

.contactsPicker .contactsPicker_container .panel .wrapper {
	margin: 0;
	padding: 10px;
	background: #dedede;
	min-height: 230px;
}

.contactsPickerNavigation {
	margin: 0 0 10px 0;
	padding:0;
}

.contactsPickerNavigation ul {
	list-style: none;
	padding-left: 0;
}

.contactsPickerNavigation ul li {
	float: left;
	margin:0;
	background:white;
}

.contactsPickerNavigation 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;
}

.contactsPickerNavigation li a:hover {
	background: #999999;
	color:white !important;
}

.contactsPickerNavigation li a.current {
	background: #999999;
	color:white !important;
}

.contactsPickerNavigationAll {
	margin:0px 0 0 20px;
	float:left;
}
.contactsPickerNavigationAll 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;
}
.contactsPickerNavigationAll a:hover {
	background: #999999;
	color:white;
}

.contactsPickerNavigationL, .contactsPickerNavigationR {
	position: absolute;
	top: 46px;
	text-indent: -9000em;
}

.contactsPickerNavigationL a, .contactsPickerNavigationR a {
	display: block;
	height: 43px;
	width: 43px;
}

.contactsPickerNavigationL {
	right: 58px;
	z-index:1;
}

.contactsPickerNavigationR {
	right: 10px;
	z-index:1;
}

.contactsPickerNavigationL {
	background: url("http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/contacts_picker_arrows.gif") no-repeat left top;
}
.contactsPickerNavigationR {
	background: url("http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/contacts_picker_arrows.gif") no-repeat -60px top;
}
.contactsPickerNavigationL:hover {
	background: url("http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/contacts_picker_arrows.gif") no-repeat left -44px;
}
.contactsPickerNavigationR:hover {
	background: url("http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/contacts_picker_arrows.gif") no-repeat -60px -44px;
}	

.contacts_collections_controls a.delete_collection {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0 3px 0 0;
	background: url("http://beta3c.vastpark.com/dev/_graphics/icon_customise_remove.png") no-repeat 0 0;
}
.contacts_collections_controls a.delete_collection:hover {
	background-position: 0 -16px;
}
	

	
/* ***************************************
  WIDGET PICKER (PROFILE & DASHBOARD)
*************************************** */
/* 'edit page' button */
a.toggle_customise_edit_panel { 
	float:right;
	clear:right;
	color: #333333;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	padding: 5px 10px 5px 10px;
	margin:0px 20px 20px 20px;
	width:297px;
	text-align: left;
	background: white;
}
a.toggle_customise_edit_panel:hover { 
	color: white;
	background: #333333;
	text-decoration:none;
}

#customise_editpanel {
	display:none;
	margin: 0px 0 20px 0;
	padding:20px;
	background: #cccccc;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

/* 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 #666666;
}
#customise_editpanel #customise_editpanel_rhs h2 {
	color:#333333;
	background:#dedede;
	border-bottom:1px solid #666666;
	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 #666666;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	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 #666666;
	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 #666666; 
	background: #cccccc;
}
#middlecolumn_widgets {
	width:200px;
	margin:0 10px 0 0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #666666; 
	background: #cccccc;
}
#rightcolumn_widgets {
	width:200px;
	margin:0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #666666; 
	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: #666666;
	margin: 10px 0 0 0;
	vertical-align:text-top;
}

#widget_picker_gallery table.draggable_widget {
	width:200px;
	background: #666666;
	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:white;
}
#widget_picker_gallery table.draggable_widget h3 {
	word-wrap:break-word;
	width:145px;
	line-height: 1.1em;
	overflow: hidden;
	padding:4px;
	color:white;
}
#customise_editpanel img.more_info {
	background: url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/icon_customise_info.gif) no-repeat top left;
	cursor:pointer;
}
#customise_editpanel img.drag_handle {
	background: url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/icon_customise_drag.gif) no-repeat top left;
	cursor:move;
}
#customise_editpanel img {
	margin-top:4px;
}

#widget_moreinfo {
	position:absolute;
	border:1px solid #333333;
	background:#cccccc;
	color:#333333;
	padding:5px;
	display:none;
	width: 200px;
	line-height:1.1em;
}
/* 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;
}
/* 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.
*************************************** */
/* general page titles in main content area */
#content_area_user_title h2 {	
	color: #333333;
	margin:0 0 10px 0;
	padding:5px 10px 5px 0;
	font-size:1.35em;
	line-height:1.2em;
	border-bottom: 1px solid #999999;
}
.toggle_editor_container {
	margin:0 0 15px 0;
}
/* reusable generic collapsible box */
.collapsible_box {
	background:#dedede;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	padding:5px 10px 5px 10px;
	margin:4px 0 4px 0;
	display:none;
}	
a.collapsibleboxlink {
	cursor:pointer;
}
/* tag icon */	
.object_tag_string {
	background: url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/icon_tag.gif) no-repeat left 2px;
	padding:0 0 0 14px;
	margin:0;
}	

/* profile picture upload n crop page */	
#profile_picture_form {
	height:145px;
}	
#current_user_avatar {
	float:left;
	width:230px;
	height:130px;
	border-right:1px solid #cccccc;
	text-align: center;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
}	
#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;
}	


/* ***************************************
	SETTINGS & ADMIN
*************************************** */
.admin_statistics,
.admin_users_online,
.usersettings_statistics,
.admin_adduser_link,
#add-box,
#search-box,
#logbrowser_search_area {
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	background:white;
	margin:0 0 10px 0;
	padding:10px;
}
#search-box, .admin_adduser_link, #logbrowser_search_area {
	padding:0;
}

.usersettings_statistics h3,
.admin_statistics h3,
.admin_users_online h3,
.user_settings h3,
.notification_methods h3 {
	background:#dedede;
	color:#333333;
	font-size:1.1em;
	line-height:1em;
	margin:0 0 10px 0;
	padding:5px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;	
}
h3.settings {
	background:#dedede;
	color:#333333;
	font-size:1.1em;
	line-height:1em;
	margin:10px 0 4px 0;
	padding:5px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
}
.admin_users_online .profile_status {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	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;
}


.admin_debug label,
.admin_usage label {
	color:#333333;
	font-size:100%;
	font-weight:normal;
}

.admin_usage {
	border-bottom:1px solid #cccccc;
	padding:0 0 20px 0;
}
.usersettings_statistics .odd,
.admin_statistics .odd {

}
.usersettings_statistics .even,
.admin_statistics .even {

}
.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;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}


/* force tinyMCE editor initial width for safari */
.mceLayout {
	width:683px;
}
p.longtext_editarea {
	margin:0 !important;
}
.toggle_editor_container {
	margin:0 0 15px 0;
}
/* 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://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/ajax-loader-vast.gif) no-repeat center 16px;
	width:auto;
	height:100px;
	margin:0 10px 0 10px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}


/* reusable elgg horizontal tabbed navigation 
   (used on contacts collections, external pages, & 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;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;	
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
#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;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
.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 {
	float:right;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#666666;
	border: 1px solid #666666;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	padding: 4px;
	margin:15px 0 0 20px;
	cursor: pointer;
}
a.archive_report_button:hover {
	background: black;
	border: 1px solid black;
	text-decoration: none;
}
a.delete_report_button {
	float:right;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#999999;
	border: 1px solid #999999;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	padding: 4px;
	margin:15px 0 0 20px;
	cursor: pointer;
}
a.delete_report_button:hover {
	background: #333333;
	border: 1px solid #333333;
	text-decoration:none;
}
.reportedcontent_content .collapsible_box {
	background: white;
}
.index_box .videoembed_video{
margin: 0px auto;
padding: 10px 0;
}

/* register, login CLASS */
.login-box {
  margin: 10px 25px 15px;
  text-align:left;
}
.login-box form fieldset,
.register-box form fieldset {
	padding:10px;
}
.login-box .login-textarea {
	width:195px;
	background:#eeeeee;
}
.register-box .general-textarea {
	width:360px;
	background:#eeeeee;
}
.login-box .login-textarea:focus,
.register-box .general-textarea:focus {
	color:#333333;
	border: solid 1px black;
}
.login-box label,
.register-box label {
	font-size: 1.2em;
	color:gray;
}
.login-box p.loginbox {
	margin:10px 0 0 0;
}
.login-box input[type="text"],
.login-box input[type="password"],
.register-box input[type="text"],
.register-box input[type="password"] {
	margin:0 0 10px 0;
}

.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: #eeeeee !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 {
	color: #333333;
	font-size:1.35em;
	line-height:1.2em;
	margin:0pt 0pt 5px;
	padding:5px 10px;
	border-bottom: 1px solid #cccccc;
}
#add-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 {
    text-align:left;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
    width:400px;
    padding:0px;
    background: white;
    margin:0px 0 20px 0;
}
#persistent_login {
	padding:0 10px 0 10px;
}
#persistent_login label {
	font-size:1.0em;
	font-weight: normal;
}
#forgotten_box {
	width:600px;
	padding:0 10px 0 10px;
}
#forgotten_box .input-text {
	width:340px;
}


/* ***************************************
	AVATAR CONTEXTUAL MENU 
*************************************** */	
#profile_icon_wrapper { 
	float:left;
}
#profile_icon_wrapper img {
	border-top:solid 1px #cccccc; 
	border-left:solid 1px #cccccc; 
	border-right:solid 1px #cccccc; 
	border-bottom:solid 1px #cccccc;
}
	
.usericon {
	position:relative;
}

.avatar_menu_button {
	width:15px;
	height:15px;
	position:absolute;
	cursor:pointer;
	display:none;
	right:0;
	bottom:0;
}
.avatar_menu_button {
	width:15px;
	height:15px;
	position:absolute;
	cursor:pointer;
	display:none;
	right:0;
	bottom:0;
}
.avatar_menu_arrow {
	background: url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/avatar_menu_arrows.gif) no-repeat left top;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_on {
	background: url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/avatar_menu_arrows.gif) no-repeat left -16px;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_hover {
	background: url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/avatar_menu_arrows.gif) no-repeat left -32px;
	width:15px;
	height:15px;
}

.usericon div.sub_menu { 
	display:none; 
	position:absolute; 
	padding:2px; 
	margin:0; 
	border-top:solid 1px #E5E5E5; 
	border-left:solid 1px #E5E5E5; 
	border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999;  
	width:160px; 
	background:#FFFFFF; 
	text-align:left;
}
div.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;
}

.user_menu_addcontact,
.user_menu_removecontact,
.user_menu_profile,
.user_menu_contacts,
.user_menu_contacts_of,
.user_menu_blog,
.user_menu_file,
.user_menu_messages,
.user_menu_admin,
.user_menu_pages {
	margin:0;
	padding:0;
}
.user_menu_admin {
	border-top:solid 1px #333333;
}
.user_menu_admin a {
	color:#cc0000 !important; 
}
.user_menu_admin a:hover {
	color:white !important; 
	background:#cc0000 !important; /* red */
}




#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}
#facebox .popup {
	position: relative;
}
#facebox .body {
	padding: 10px;
	background: white;
	width: 730px;
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px;
}
#facebox .loading {
	text-align: center;
	padding: 100px 10px 100px 10px;
}
#facebox .image {
	text-align: center;
}
#facebox .footer {
	float: right;
	width:22px;
	height:22px;
	margin:0;
	padding:0;
}
#facebox .footer img.close_image {
	background: url(http://beta3c.vastpark.com/dev/mod/embed/images/close_button.gif) no-repeat left top;
}
#facebox .footer img.close_image:hover {
	background: url(http://beta3c.vastpark.com/dev/mod/embed/images/close_button.gif) no-repeat left -31px;
}
#facebox .footer a {
	-moz-outline: none;
	outline: none;
}
#facebox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.facebox_hide {
	z-index:-100;
}
.facebox_overlayBG {
	background-color: #000000;
	z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


/* EMBED MEDIA TABS */
#embed_media_tabs {
	margin:10px 0 0 10px;
	padding:0;
}
#embed_media_tabs ul {
	list-style: none;
	padding-left: 0;
}
#embed_media_tabs ul li {
	float: left;
	margin:0;
	background:white;
}
#embed_media_tabs ul li a {
	font-weight: bold;
	font-size:1.35em;
	text-align: center;
	text-decoration: none;
	color:#b6b6b6;
	background: white;
	display: block;
	padding: 0 10px 0 10px;
	margin:0 10px 0 10px;
	height:25px;
	width:auto;
	border-top:2px solid #dedede;
	border-left:2px solid #dedede;
	border-right:2px solid #dedede;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
/* IE6 fix */
* html #embed_media_tabs ul li a { display: inline; }

#embed_media_tabs ul li a:hover {
	background:#b6b6b6;
	color:white;
	border-top:2px solid #b6b6b6;
	border-left:2px solid #b6b6b6;
	border-right:2px solid #b6b6b6;
}
#embed_media_tabs ul li a.embed_tab_selected {
	border-top:2px solid #dedede;
	border-left:2px solid #dedede;
	border-right:2px solid #dedede;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background: #dedede;
	color:#666666;
	position: relative;
	/* top: 2px; - only needed if selected tab needs to sit over a border */
}

#mediaUpload,
#mediaEmbed {
	margin:0 5px 10px 5px;
	padding:10px;
	border:2px solid #dedede;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #dedede;
}
#mediaEmbed .search_listing {
	margin:0 0 5px 0;
}

h1.mediaModalTitle {
	/* color:#0054A7; */
	font-size:1.35em;
	line-height:1.2em;
	margin:0 0 0 8px;
	padding:5px;
}

#mediaEmbed .pagination,
#mediaUpload .pagination {
	float:right;
	margin:0;
}
#mediaUpload label {
	font-size:120%;
}
#mediaEmbed p.embedInstructions {
	margin:10px 0 5px 0;
}
a.embed_media {
	margin:0;
	float:right;
	display:block;
	text-align: right;
	font-size:1.0em;
	font-weight: normal;
}
label a.embed_media {
	font-size:0.8em;
}














/* widget */
.thebuzz-singlepage {
	margin:0 10px 0 10px;
}
.thebuzz-singlepage .note_body {
	background: white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}
.collapsable_box_content .note_body {
	line-height:1.2em;
}
.thebuzz-singlepage .thebuzz-post {
	margin-bottom:5px;
	background:transparent url(http://beta3c.vastpark.com/dev/mod/thebuzz/graphics/thebuzz_speech_bubble.gif) no-repeat right bottom; 
}
.thebuzz-post {
	background:#cccccc;
	margin-bottom:10px;
}
.thebuzz-post .note_date {
	font-size:90%;
	color:#666666;
	padding:0;
}
.thebuzz_icon {
    float:left;
    margin:0 8px 4px 2px;
}
.note_body {
	margin:0;
	padding:6px 4px 4px 4px;
	min-height: 40px;
	line-height: 1.4em;
}
.thebuzz_options {
	float:right;
	width:65px;
}
.thebuzz-post .reply {
	font: 11px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#999999;
	border: 2px solid #999999;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	padding: 0 3px 2px 3px;
	margin:0 0 5px 5px;
	cursor: pointer;
	float:right;
}
.thebuzz-post .reply:hover {
	background: #4690d6;
	border: 2px solid #4690d6;
	color:white;
	text-decoration: none;
}
.thebuzz-post .delete_note {
	width:14px;
	height:14px;
	margin:3px 0 0 0;
	float:right;
}
.thebuzz-post .delete_note a {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	background: url("http://beta3c.vastpark.com/dev/_graphics/icon_customise_remove.png") no-repeat 0 0;
	text-indent: -9000px;
}
.thebuzz-post .delete_note a:hover {
	background-position: 0 -16px;
}
/* IE 6 fix */
* html .thebuzz-post .delete_note a { background-position-y: 2px; }
* html .thebuzz-post .delete_note a:hover { background-position-y: -14px; }

.post_to_buzz {
	background: white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	margin:0 10px 10px 10px;
	padding:10px;	
}
.post_to_buzz input[type="submit"] {
	margin:0;
}

/* reply form */
textarea#thebuzz_large-textarea {
	width: 664px;
	height: 40px;
	padding: 6px;
	font-family: Arial, 'Trebuchet MS','Lucida Grande', sans-serif;
	font-size: 100%;
	color:#666666;
}
/* IE 6 fix */
* html textarea#thebuzz_large-textarea { 
	width: 642px;
}

input.thebuzz_characters_remaining_field { 
	color:#333333;
	border:none;
	font-size: 100%;
	font-weight: bold;
	padding:0 2px 0 0;
	margin:0;
	text-align: right;
	background: white;
}
input.thebuzz_characters_remaining_field:focus {
	border:none;
	background:white;
}
.thebuzz_characters_remaining {
	text-align: right;
}

#add_post_link a {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	background:white;
	border: 1px solid #cccccc;
	color:#999999;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	padding: 3px;
	margin:10px 1px 5px 10px;
	cursor: pointer;
	display:table;
	height:auto;
	width:auto;
}
#add_post_link a:hover {
	background:#333333;
	color:white;
	text-decoration: none;
	border: 1px solid #333333;
}

.singleview {
	margin-top:0px;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
}

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

.blog_post h3 {
	font-size: 150%;
	margin:0 0 10px 0;
	padding:0;
}
.singleview .blog_post .blog_post_icon {
	margin:3px 0 15px 0;
}

.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;
	color: #666;
	line-height:1em;
}
.blog_post p.tags {
	background:transparent url(http://beta3c.vastpark.com/dev/_graphics/icon_tag.gif) no-repeat scroll left 2px;
	margin:0 0 0 35px;
	padding:0pt 0pt 0pt 16px;
	/* min-height:22px; */
}
.blog_post .options {
	margin:0;
	padding: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;
}

.blog-comments h3 {
	font-size: 150%;
	margin-bottom: 10px;
}
.blog-comment {
	margin-top: 10px;
	margin-bottom:20px;
	border-bottom: 1px solid #aaaaaa;
}
.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;
}

/* New blog edit column */
#blog_edit_page {
	background: white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	padding:10px 20px 0 20px;
	margin-bottom:40px;
	/* margin-top:-10px; */
}
#blog_edit_page #content_area_user_title h2 {
	background: none;
	border-top: none;
	margin:0 0 10px 0px;
	padding:0px 0 0 0;
}
#blog_edit_page #blog_edit_sidebar #content_area_user_title h2 {
	background:none;
	border-top:none;
	margin:inherit;
	padding:0 0 5px 5px;
	font-size:1.25em;
	line-height:1.2em;
}
#blog_edit_page #blog_edit_sidebar {
	margin:0px 0 22px 0;
	background: #dedede;
	padding:5px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#blog_edit_page #two_column_left_sidebar_210 {
	width:210px;
	margin:0px 0 20px 0px;
	min-height:360px;
	float:left;
	padding:0;
}
#blog_edit_page #two_column_left_sidebar_maincontent {
	margin:0 0px 20px 20px;
	padding:10px 20px 20px 20px;
	width:685px;
	background: #bbdaf7;
}
/* unsaved blog post preview */
.blog_previewpane {
    border:1px solid #D3322A;
    background:#F7DAD8;
	padding:10px;
	margin:10px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;	
}
.blog_previewpane p {
	margin:0;
}

#blog_edit_sidebar .publish_controls,
#blog_edit_sidebar .blog_access,
#blog_edit_sidebar .publish_options,
#blog_edit_sidebar .publish_blog,
#blog_edit_sidebar .allow_comments,
#blog_edit_sidebar .categories {
	margin:0 5px 5px 5px;
	border-top:1px solid #cccccc;
}
#blog_edit_page ul {
	padding-left:0px;
	margin:5px 0 5px 0;
	list-style: none;
}
#blog_edit_page p {
	margin:5px 0 5px 0;
}
#blog_edit_page #two_column_left_sidebar_maincontent p {
	margin:0 0 15px 0;
}
#blog_edit_page .publish_blog input[type="submit"] {
	font-weight: bold;
	padding:2px;
	height:auto;
}
#blog_edit_page .preview_button a {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	background:white;
	border: 1px solid #cccccc;
	color:#999999;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: auto;
	padding: 3px;
	margin:1px 1px 5px 10px;
	cursor: pointer;
	float:right;
}
#blog_edit_page .preview_button a:hover {
	background:#333333;
	color:white;
	text-decoration: none;
	border: 1px solid #333333;
}
#blog_edit_page .allow_comments label {
	font-size: 100%;
}







.sharing_item {
	margin-bottom: 50px;
	border-bottom:1px solid #AAAAAA;
	padding:0 0px 10px 0px;
}
.shares_widget_wrapper:hover {
	/* background:#aaaaaa; */
}
.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://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/icon_tag.gif) no-repeat scroll left 2px;
	margin:0;
	padding:0 0 0 14px;
}

.sharing_item_address a {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	background:#666666;
	border:none;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	width: auto;
	height: 25px;
	padding: 3px 6px 3px 6px;
	margin:10px 0 10px 0;
	cursor: pointer;
}
.sharing_item_address a:hover {
	background: black;
	color:white;
	text-decoration: none;
}
.sharing_item_controls p {
	margin:0;
}



/* SHARES WIDGET VIEW */
.shares_widget_wrapper {
	margin:0 0 10px 0;
	padding:5px;
	background:#cccccc;
}
.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%;	
}






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: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	background:#666666;
	border:none;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	width: auto;
	height: 25px;
	padding: 3px 6px 3px 6px;
	margin:10px 0 10px 0;
	cursor: pointer;
}
.filerepo_download a:hover {
	background: black;
	color:white;
	text-decoration: none;
}

/* FILE REPRO WIDGET VIEW */
.filerepo_widget_singleitem {
	margin:0 0 10px 0;
	min-height:60px;
	display:block;
	background:#cccccc;
}
.filerepo_widget_singleitem:hover {
	/* background:#aaaaaa; */
}
.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: 70px;
}
.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;
	border: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:#cccccc;
	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 {
	background: #aaaaaa;
}
.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://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/icon_gallery.gif) no-repeat right top;
	display:block;
}
.filerepo_user_gallery_link a:hover {
	background-position: right -40px;
}







#content_area_group_title h2 {
	/* color:#0054A7; */
	font-size:1.35em;
	line-height:1.2em;
	/* margin:0 0 0 8px; */
	padding:5px 5px 5px 0;
}
#topic_posts #content_area_group_title h2 {
	margin:0 0 0 0;
}

#two_column_left_sidebar_maincontent #owner_block_content {
	margin:0 0 10px 0 !important;
}

#groups_info_column_left {
	float:left:
	width:435px;
	margin-left:230px;
	margin-right:10px;
}

#groups_info_column_left .odd {
	background:#E9E9E9;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
#groups_info_column_left .even {
	background:#E9E9E9;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
#groups_info_column_left p {
	margin:0 0 7px 0;
	padding:2px 4px;
}

#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:190px;
	background: #e9e9e9;
	padding:5px;
	margin:10px 0 20px 0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
#group_stats p {
	margin:0;
}
#group_members {
	margin:10px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	background:#DEDEDE;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

#right_column {
	clear:left;
	float:right;
	width:340px;
	margin:0 0 0 0;
}
#left_column {
	width:340px;
	float:left;
	margin:0 10px 0 0;

}
/* IE 6 fixes */
* html #left_column { 
	margin:0 0 0 5px;
}
* html #right_column { 
	margin:0 5px 0 0;
}

#group_members h2,
#right_column h2,
#left_column h2,
#fullcolumn h2 {
	margin:0 0 10px 0;
	padding:5px;
	/* color:#0054A7; */
	font-size:1.25em;
	line-height:1.2em;
}
#fullcolumn .contentWrapper {
	margin:0 0 20px 0;
	padding:0 0 5px;
}

.member_icon {
	margin:0 0 6px 6px;
	float:left;
}

/* IE6 */
* html #topic_post_tbl { width:676px !important;}

/* all browsers - force tinyMCE on edit comments to be full-width */
.edit_forum_comments .defaultSkin table.mceLayout {
	width: 636px !important;
}

/* topics overview page */
#forum_topics {
    padding:10px;
    margin:0 10px 0 10px;
    background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;    
}
/* topics individual view page */
#topic_posts {
	margin:0 0 5px 0;
}
#topic_posts #pages_breadcrumbs {
	margin:2px 0 0 0px;
}
#topic_posts form {
    padding:10px;
    margin:30px 0 0 0;
    background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
}
.topic_post {
	padding:10px;
    margin:0 0 5px 0;
    background:#eeeeee;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;  
}
.topic_post .post_icon {
    float:left;
    margin:0 8px 4px 0;
}
.topic_post h2 {
    margin-bottom:20px;
}
.topic_post p.topic-post-menu {
	margin:0;
}
.topic_post p.topic-post-menu a.collapsibleboxlink {
	padding-left:10px;
}
.topic_post table, td {
    border:none;
}

/* group latest discussions widget */
#latest_discussion_widget {
	margin:0 0 20px 0;
	background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border:1px solid #cccccc;
}
/* group files widget */
#filerepo_widget_layout {
	margin:0 0 20px 0;
	padding: 0 0 5px 0;
	background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border:1px solid #cccccc;
}
/* group pages widget */
#group_pages_widget {
	margin:0 0 20px 0;
	padding: 0 0 5px 0;
	background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border:1px solid #cccccc;
}
#fullcolumn .contentWrapper {
	margin:0 0 20px 0;
	padding: 0 0 5px 0;
	background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border:1px solid #cccccc;	
}
#fullcolumn .contentWrapper .forum_latest {
	background:#cccccc;
	margin-bottom:5px;	
}

#group_pages_widget .search_listing {
	border: 2px solid #cccccc;
}
#right_column .filerepo_widget_singleitem {
	/* background: #dedede !important; */
	margin:0 0 5px 0;
}
#left_column .filerepo_widget_singleitem {
	/* background: #cccccc !important; */
	margin:0 0 5px 0;
}
.forum_latest {
	margin:0 0 0 0;
	/* background: #dedede; */
	padding:5px;
/*
   	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
*/
}
.forum_latest:hover {

}
.forum_latest .topic_owner_icon {
	float:left;
}
.forum_latest .topic_title {
	margin-left:35px;
}
.forum_latest .topic_title p {
	line-height: 1.0em;
    padding:0;
    margin:0;
    font-weight: bold;
}
.forum_latest p.topic_replies {
    padding:3px 0 0 0;
    margin:0;
    color:#666666;
}
.add_topic {
/*
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	background:white;
	
	padding:10px 10px 10px 6px;
*/
	margin:15px 0 20px 0;
}

a.add_topic_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	background:#666666;
	border:none;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	width: auto;
	height: auto;
	padding: 3px 6px 3px 6px;
	margin:0;
	cursor: pointer;
}
a.add_topic_button:hover {
	background: #333333;
	color:white;
	text-decoration: none;
}



/* latest discussion listing */
.latest_discussion_info {
	float:right;
	width:300px;
	text-align: right;
	margin-left: 10px;
}
.groups .search_listing br {
	height:0;
	line-height:0;
}
span.timestamp {
	color:#666666;
	font-size: 90%;
}
.latest_discussion_info .timestamp {
	font-size: 0.85em;
}
/* new groups page */
.groups .search_listing {
	border:2px solid #cccccc;
	margin:0 0 5px 0;
	padding:4px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}
.groups .search_listing:hover {
	background:#dedede;
	border:2px solid #dedede;
}
.groups .group_count {
	font-weight: bold;
	color: #666666;
	margin:0 0 5px 4px;
}
.groups .search_listing_info {
	color:#666666;
}
.groupdetails {
	float:right;
}
.groupdetails p {
	margin:0;
	padding:0;
	line-height: 1.1em;
	text-align: right;
}
#groups_closed_membership {
	margin:0 10px 20px 10px;
	padding: 3px 5px 5px 5px;
	background:#bbdaf7;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;	
}
#groups_closed_membership p {
	margin:0;
}

/* groups membership widget */
.groupmembershipwidget .contentWrapper {
	margin:0 0 5px 0;
	background:#cccccc;
}
.groupmembershipwidget .contentWrapper .groupicon {
	float:left;
	margin:0 10px 0 0;
}
.groupmembershipwidget .search_listing_info p {
	color: #666666;
}
.groupmembershipwidget .search_listing_info span {
	font-weight: bold;
}

/* groups sidebar */
.featuredgroups .contentWrapper {
	margin:0 0 10px 0;
}
.featuredgroups .contentWrapper .groupicon {
	float:left;
	margin:0 10px 0 0;
}
.featuredgroups .contentWrapper p {
	margin: 0;
	line-height: 1.2em;
	color:#666666;
}
.featuredgroups .contentWrapper span {
	font-weight: bold;
}
#groupssearchform {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
#groupssearchform input[type="submit"] {
	padding:2px;
	height:auto;
	margin:4px 0 5px 0;
}
.sidebarBox #owner_block_submenu {
	margin:5px 0 0 0;
}

/* delete post */
.delete_discussion {
	
}
.delete_discussion a {
	display:block;
	float:right;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0;
	background: url("http://beta3c.vastpark.com/dev/_graphics/icon_customise_remove.png") no-repeat 0 0;
}
.delete_discussion a:hover {
	background-position: 0 -16px;
	text-decoration: none;
}
/* IE6 */
* html .delete_discussion a { font-size: 1px; }
/* IE7 */
*:first-child+html .delete_discussion a { font-size: 1px; }

/* delete group button */
#delete_group_option input[type="submit"] {
	background:#dedede;
	border-color:#dedede;
	color:#333333; 
	margin:0;
	float:right;
	clear:both;
}
#delete_group_option input[type="submit"]:hover {
	background:red;
	border-color:red;
	color:white;
}



#logbrowser_search_area {
	margin: 3px;
}

#logbrowserSearchform {
	background: #ededed;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10pxw;
	padding:10px;
	margin-bottom:10px;
}
#logbrowserSearchform .submit_button {
	margin:0 10px 0 10px;
}

.log_entry {
	margin: 2px 0px 2px 0px;
	width: 720px;
	font-size: 90%;
}
.log_entry td {
	background-color: #dedede;
}

.log_entry_user {
	width: 120px;
}

.log_entry_time {
	width: 280px;
	padding-left:8px;
}

.log_entry_item {
	
}

.log_entry_action {
	width: 75px;
}
/* new members page */
.members .search_listing {
	border:2px solid #cccccc;
	margin:0 0 5px 0;
}
.members .search_listing:hover {
	background:#dedede;
}
.members .group_count {
	font-weight: bold;
	color: #666666;
	margin:0 0 5px 4px;
}
.members .search_listing_info {
	color:#666666;
}

.members .profile_status {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	background:#bbdaf7;
	line-height:1.2em;
	padding:2px 4px;
}
.members .profile_status span {
	font-size:90%;
	color:#666666;
}
.members  p.owner_timestamp {
	padding-left:3px;
}
.members .pagination {
	border:2px solid #cccccc;
	margin:5px 0 5px 0;
}


#memberssearchform {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}
#memberssearchform input[type="submit"] {
	padding:2px;
	height:auto;
	margin:4px 0 5px 0;
}


/*-------------------------------
MESSAGEBOARD PLUGIN
-------------------------------*/
/* input msg area */
#mb_input_wrapper {

}

#mb_input_wrapper .input_textarea {
	width:716px;
}
.collapsable_box_content #mb_input_wrapper .input_textarea {
	width:290px;
}
.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:#cccccc;
}
.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;
	-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;
	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://beta3c.vastpark.com/dev/_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 {

}

#two_column_left_sidebar_maincontent #mb_input_wrapper {

}

.collapsable_box_content #mb_input_wrapper #messageboard_wrapper {

}






/*-------------------------------
MESSAGING PLUGIN 
-------------------------------*/
#messages {
	margin:0 0 0 0;
}
.actiontitle {
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 10px 0;
}
#messages .pagination {
	margin:5px 0 5px 0;
}
#messages input[type="checkbox"] {
	margin:0;
	padding:0;
	border:none;
}
.messages_buttonbank {
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	background:white;
	margin:5px 0;
	padding:5px 0 5px 0;
	text-align: right;
}
.messages_buttonbank input {
	margin:0 0 0 10px;
}
.messages_buttonbank input[type="button"] {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	background:#dddddd;
	border: 1px solid #999999;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:0 0 0 10px;
	cursor: pointer;
}
.messages_buttonbank input[type="button"]:hover {
	background: black;
	border: 1px solid black;
	color:white;
}

#messages td {
	text-align: left;
	vertical-align:middle;
	padding: 5px;
}
#messages .message_sent {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	background: white;
	border:1px solid #cccccc; 	
}
#messages .message_notread {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	background: #F7DAD8;
	border:1px solid #ff6c7c; 
}
#messages .message_read {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	background: white;
	border:1px solid #cccccc; 
}
#messages .message_notread td {

}
#messages .message_read td {

}

#messages .delete_msg a {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0;
	background: url("http://beta3c.vastpark.com/dev/_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,
#messages .groupicon {
	float: left;
	margin: 0 15px 0 0;
}

#messages .msgsender {
	color:#666666;
	line-height: 1em;
	margin:0;
	padding:0;
	float:left;
}
#messages .msgsender small {
	color:#AAAAAA;
}


#messages .msgsubject {
	font-size: 120%;
	line-height: 100%;
}

.msgsubject {
	font-weight:bold;
}

.messages_single_icon  {
	float: left;
	width:110px;
}

.messages_single_icon .usericon,
.messages_single_icon .groupicon {
	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; }

.new_messages_count {
	color:#666666;
}
/* tinyMCE container */
#message_reply_editor #message_tbl {
	width:680px !important;
}
/* IE6 */
* html #message_reply_editor #message_tbl { width:676px !important;}

#messages_return {
	margin:4px 0 4px 10px;
}
#messages_return p {
	margin:0;
}
.messages_single {
	background: white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	margin:0 0 10px 0;
	padding:10px;	
}
/* when displaying original msg in reply view */
.previous_message {
    background:#dedede;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
    padding:10px;
    margin:0 0 20px 0;
}
.previous_message p {
    padding:0;
    margin:0 0 5px 0;
    font-size: 100%;
}




#notificationstable td.sitetogglefield {
	width:50px;
	text-align: center;
	vertical-align: middle;
}
#notificationstable td.sitetogglefield input {
	margin-right:36px;
	margin-top:5px;
}
#notificationstable td.sitetogglefield a {
	width:46px;
	height:24px;
	cursor: pointer;
	display: block;
	outline: none;
}
#notificationstable td.sitetogglefield a.sitetoggleOff {
	background: url(http://beta3c.vastpark.com/dev/mod/messages/graphics/icon_notifications_site.gif) no-repeat right 2px;
}
#notificationstable td.sitetogglefield a.sitetoggleOn {
	background: url(http://beta3c.vastpark.com/dev/mod/messages/graphics/icon_notifications_site.gif) no-repeat right -36px;
}








.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	/* background-color: white; */
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(http://beta3c.vastpark.com/dev/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://beta3c.vastpark.com/dev/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://beta3c.vastpark.com/dev/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://beta3c.vastpark.com/dev/mod/pages/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(http://beta3c.vastpark.com/dev/mod/pages/images/treeview-red.gif); } 

.treeview-black li { background-image: url(http://beta3c.vastpark.com/dev/mod/pages/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(http://beta3c.vastpark.com/dev/mod/pages/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(http://beta3c.vastpark.com/dev/mod/pages/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(http://beta3c.vastpark.com/dev/mod/pages/images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(http://beta3c.vastpark.com/dev/mod/pages/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(http://beta3c.vastpark.com/dev/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://beta3c.vastpark.com/dev/mod/pages/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(http://beta3c.vastpark.com/dev/mod/pages/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(http://beta3c.vastpark.com/dev/mod/pages/images/file.gif) 0 0 no-repeat; }

.pagesTreeContainer {
		margin:0;
		min-height: 200px;
	}

#pages_page {
	padding:0 0 0 0; 
}

#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://beta3c.vastpark.com/dev/mod/theme_simpleneutral/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;
}
#sidebar_page_tree {
	/* margin:10px; */
}

#sidebar_page_tree h3 {
	margin:0 10px 10px 10px;
	padding:5px;
	font-size:1.25em;
	line-height:1.2em;
	color:#333333;
	border-bottom:1px solid #999999;
}

p.pages_welcome_message,
span.pages_welcome_message p {
	padding:0 10px 0 10px;
}

/* ***************************************
	BREADCRUMBS
*************************************** */
#pages_breadcrumbs {
	font-size: 80%;
	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;
}





.sidebarBox #thebuzz_sidebarInputBox {
	width:178px;
}
.sidebarBox .last_buzzpost {
	margin:20px 0 20px 0;
}
.sidebarBox .last_buzzpost .thebuzz-singlepage {
	margin:0;
}
.sidebarBox .last_buzzpost .thebuzz-singlepage .thebuzz_options {
	display:none;
}
.sidebarBox .last_buzzpost .thebuzz-singlepage .note_date {
	line-height: 1em;
	padding:3px 0 0 0;
	width:142px;
}
.sidebarBox .last_buzzpost .thebuzz-singlepage .note_body {
	color:#666666;
	line-height: 1.2em;
}
.sidebarBox .last_buzzpost .thebuzz-singlepage .thebuzz-post {
	background-position: 130px bottom;
}
.sidebarBox .thebuzz_characters_remaining {
	float:right;
}
.sidebarBox input.thebuzz_characters_remaining_field {
	background: white;
}
.sidebarBox input.thebuzz_characters_remaining_field:focus {
	background: white;
	border:none;
}
.sidebarBox input#thebuzz_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:0;	
}
.sidebarBox .membersWrapper .recentMember {
	margin:2px;
	float:left;
}
/* 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:#333333;
	color:white;
	text-decoration: none;
	border:1px solid #333333;
}
.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;
}





#twitter_widget {
    margin:0 0 0 0;
}

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

#twitter_widget li {
	background: url(http://beta3c.vastpark.com/dev/mod/theme_simpleneutral/graphics/thebuzz_speech_bubble.gif) no-repeat right bottom;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0;
	overflow-x: hidden;
}

#twitter_widget li span {
	color:#666666;
	background:#cccccc;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	padding:5px;
	display:block;
}

p.visit_twitter a {
    background:url(http://beta3c.vastpark.com/dev/mod/twitter/graphics/twitter.png) left no-repeat;
    padding:0 0 0 20px;
    margin:0;
}
.visit_twitter {
	background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	padding:2px;
	margin:0 0 5px 0;
}

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

#twitter_widget li span a {
	display:inline !important;
}
#view {
    font-size:0.85em; 
    background:white;
	  -webkit-border-radius: 8px; 
	  -moz-border-radius: 8px;
    padding:4px 7px 4px 5px;
    margin:0 5px 0px 5px;
}

#view p {
    line-height:1.2em;
    margin-bottom:4px;
}

#edit {
    font-size:0.85em; 
    line-height:1.8em;
}

#edit p {
    line-height:1.2em;
    margin-bottom:7px;
}

.red {
    background:red;
    color:white;
}

.amber {
    background:orange;
    color:white;
}

.green {
    background:green;
    color:white;
}

#view .red, #view .amber, #view .green {
    font-weight: bold;
}

#edit .red, #edit .amber, #edit .green {
    font-weight: normal;
}

#view .collapsablesectionheading_view .contents .red, 
#view .collapsablesectionheading_view .contents .amber, 
#view .collapsablesectionheading_view .contents .green {
    font-weight: bold;
    text-transform: none;
}

#view .collapsablesectionheading_view .red, 
#view .collapsablesectionheading_view .amber, 
#view .collapsablesectionheading_view .green {
    font-weight: bold;
    text-transform: uppercase;
}

.na {
    color:#777;
}

.introduction {
    font-size:0.9em;
    line-height:0.5em;
    color:#999;
    margin-bottom:6px;
}

.collapsablesectiontoggle {
    cursor:pointer;
}

.collapsablesectionheading_edit {
    background: #B4B4B4;
    border-bottom: 2px solid #CDCBCB;
    width: 100%;
    font-weight:bold;
    line-height:1.2em;
    padding:3px 0px 3px 2px;
}

/*first level section*/
.collapsablesectionheading_view {
    background: #ddd;
    margin: 0px 0px 5px 0px;
    width: 100%;
    font-weight:bold;
    -webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
    line-height:1.2em;
    padding:5px 0px 5px 3px;
}

/*second level section*/
.collapsablesectionheading_view .collapsablesectionheading_view {
    background: #eee;
    margin: 0px 5px 5px 0px;
    width: 100%;
    font-weight:bold;
    -webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
    line-height:1.2em;
    padding:2px 0px 2px 3px;
}

.collapsablesectionheading_view .contents{
    background:white;
    font-weight:normal;
    text-transform: none;
    margin: 3px 3px 0px 0px;
    padding:5px 5px 1px 2px;
}

sup {
    font-size:9px;
    vertical-align: super;
}






div#calendarmenucontainer { position: relative; }
ul#calendarmenu { list-style: none; position: absolute; top: 0px; left: -15px; }
ul#calendarmenu li { float: left; border: 1px solid #969696; border-right: 0 none; background-color: #F5F5F5; }
ul#calendarmenu li.sys_calmenu_last { border-right: 1px solid #969696; }
ul#calendarmenu li a { text-decoration: none; padding: 4px 12px; float: left; }
ul#calendarmenu li a:hover, ul#calendarmenu li.sys_selected a{ text-decoration: none; padding: 4px 12px; float: left; color: #FFFFFF; background: #3874B7; }

.river_object_vast_events_create { background: url(http://beta3c.vastpark.com/dev/mod/vast_events/images/river_icon_event.gif) no-repeat left -1px; }
.river_object_vast_events_update { background: url(http://beta3c.vastpark.com/dev/mod/vast_events/images/river_icon_event.gif) no-repeat left -1px; }
.events {  min-height: 300px; }

div#vast_events_list_container { /* empty */ }
div#vast_events_list_container div.region { float: left; }
div#vast_events_list_container div#vast_events_list { width:550px; margin:3px 0 0; padding:0 0 0 0; }
div#vast_events_list_container div#vast_events_list div.search_listing { border:2px solid #cccccc; margin:0 0 5px 0; }
div#vast_events_list_container div#vast_events_list_formats { padding: 0 0 0 10px; }
div#vast_events_list_container div#vast_events_list_formats .title { font-size: 1em; font-weight: bold; color: #000; }
div#vast_events_list_container div#vast_events_list_formats ul { margin: 00; padding: 0; list-style-type: none; }
div#vast_events_list_container div#vast_events_list_formats ul li { margin: 0; padding: 0; list-style-type: none; }

div#vast_events_list_change_timezone_container { clear: both; }

div.vast_events_event_full div.property { margin-bottom: 10px; }
div.vast_events_event_full div.property span.label { font-weight: bold; }

div#vast_events_list div.event div.teaser_finished div.row { }
div#vast_events_list div.event div.teaser_finished div.progress { float: right; }
div#vast_events_list div.event div.subregion_spaced { margin: 10px 0; }
div#vast_events_list div.finished { opacity: 0.3; filter: alpha(opacity = 30);  }
div#vast_events_list div.finished_weeks { opacity: 0.4; filter: alpha(opacity = 40); }
div#vast_events_list div.finished_week { opacity: 0.5; filter: alpha(opacity = 50); }
div#vast_events_list div.finished_days { opacity: 0.6; filter: alpha(opacity = 60); }
div#vast_events_list div.finished_day { opacity: 0.65; filter: alpha(opacity = 65); }
div#vast_events_list div.finished_hours { opacity: 0.7; filter: alpha(opacity = 70); }
div#vast_events_list div.finished_hour { opacity: 0.75; filter: alpha(opacity = 75); }

div#vast_events_additinal_info { margin-left: 20px; margin-bottom: 20px; }
div#vast_events_additinal_info div.vast_event_additional_info_box { float: right; background: #DDD; width: 245px; margin: 0; -moz-border-radius:10px; -webkit-border-radius:10px; }
div#vast_events_additinal_info div.middle_box { margin: 0 5px; }                                                                                         
div#vast_events_additinal_info div.right_box { margin-right: 5px; }
div#vast_events_additinal_info div.vast_event_additional_info_box .title { padding: 5px 0 5px 10px; font-weight: bold; color: #000; font-size: 1em; }
div#vast_events_additinal_info div.users { background: #FFF; height: 85px; }
div#vast_events_additinal_info div.users img { margin-right: 2px; margin-bottom: 2px; }
div#vast_events_additinal_info div.vast_event_additional_info_more { text-align: right; padding-right: 10px; }
#notificationstable td.namefield {
	width:250px;
	text-align: left;
	vertical-align: middle;
}
#notificationstable td.namefield p {
	margin:0;
	vertical-align: middle;
	line-height: 1.1em;
	padding:5px 0 5px 0;
}
#notificationstable td.namefield img {
	padding:6px 10px 6px 3px;
	float:left;
}
#notificationstable td.namefield p.namefieldlink {
	margin:9px 0 0 0;
}
#notificationstable td.emailtogglefield,
#notificationstable td.smstogglefield {
	width:50px;
	text-align: center;
	vertical-align: middle;
}
#notificationstable td.spacercolumn {
	width:30px;
}
#notificationstable td {
	border-bottom: 1px solid silver;
}
#notificationstable td.emailtogglefield input {
	margin-right:36px;
	margin-top:5px;
}
#notificationstable td.emailtogglefield a {
	width:46px;
	height:24px;
	cursor: pointer;
	display: block;
	outline: none;
}
#notificationstable td.emailtogglefield a.emailtoggleOff {
	background: url(http://beta3c.vastpark.com/dev/mod/notifications/graphics/icon_notifications_email.gif) no-repeat right 2px;
}
#notificationstable td.emailtogglefield a.emailtoggleOn {
	background: url(http://beta3c.vastpark.com/dev/mod/notifications/graphics/icon_notifications_email.gif) no-repeat right -36px;
}

.notification_collections,
.notification_personal {
	margin-bottom: 25px;
}

.settings_form .contactsPicker_container h3 {
	color:#999999;
	font-size:3em;
	margin:0 0 20px;
	text-align:left;
	background: none;
	border-bottom: none;
}



blockquote {
    margin:10px;
    border:1px solid #efefef;
    padding:4px;
}

strong {
    font-weight:bold;
}

ul {
   list-style: disc;
}

ol {
  list-style: decimal;
}.avatar_icon_container{
	height:100px;
}
.avatar_wrapper{
	height: 130px;
	width:100%;
}

#profile_picture_croppingtool .avatar_container{
	margin:15px 20px;
}

.avatar_delete_link{
	display:block;
}
.avatar_box{
	float:left;
	margin: 5px;
	width:110px;
	height:160px;
}

.avatar_container{
	margin: 15px 40px;
}

#tidypics_album_widget_container .submit_button{
	margin: 30px;
	float:right;
}

.flash_icon{
	z-index:0;
	background: white;
	mox-border-radius:8px;
	border: 1px solid #CCCCCC;
}

.usericon div.sub_menu {
	z-index:1001;
}

div.usericon a.icon img{
	display:block;
}


.flash_icon_object{
	cursor: pointer;
}

#elgg_topbar .flash_icon {
	height:16px;
	margin:0 8px 0 0;
	z-index:0;
}

#elgg_topbar .flash_icon {
	float:right;
	height:16px;
	margin:3px 0 10px;
}
.toolbarimages a{
	float: left;
}

.toolbarimages a.topbar_icon{
	float: right;
}
#elgg_topbar_container_left .toolbarimages {
	width:80px;
}


.flash_large{
	width: 200px;
	height: 200px;
}

.flash_medium{
	width: 100px;
	height: 100px;
}
.flash_small{
	width: 40px;
	height: 40px;
}
.flash_tiny{
	width: 25px;
	height: 25px;
}
.flash_topbar{
	width: 16px;
	height: 16px;
}

/*-------------------------------
Dynamic MEMBERS box
-------------------------------*/

#m_latest,
#m_views,
#m_com{
	display:none;
	margin: 0 20px;
}

/*-------------------------------
DYNAMIC LOOK OF BACKGOUND ON THE MAIN PAGE
-------------------------------*/

/*layout fix*/
#index_left {
    padding:0!important;
}
#index_right {
    padding:0!important;
}

#layout_canvas{
	padding: 0;
}
#layout_canvas .content{
	padding: 20px;
	-moz-border-radius:8px;
}


.index_members_container{
	float:left;
	height:90px;
	overflow: hidden;
}

/*-------------------------------
MAINPAGE WIDGETS MAIN PAGE
-------------------------------*/

#index_center{
	float:left;
	margin:0 12px;
	width:534px;
}
.index_narrow{
	width: 185px;
}

#index_right,
#index_right_narrow,
#index_left,
#index_left_narrow {
	margin:0 0 30px;
	padding:0 0 20px 0;
	width:442px;
	overflow: visible;
}

#index_right,
#index_right_narrow{
	float:right;
}

#index_left,
#index_left_narrow {
	float:left;
}

#index_left_narrow,
#index_right_narrow{
	width: 185px;
}

/*-------------------------------
MAINPAGE WIDGETS EDIT PAGE
-------------------------------*/

textarea.mainpage_edit{
	width: 185px;
	font-size: 10px;
	height: 150px;
}
#custom_index {
	margin:10px;
}
#index_left {
    width:472px;
    float:left;
    margin:0 0 30px 0;
    padding:0 0 20px 0px;
}
#index_right {
    width:472px;
    float:right;
    margin:0 0 30px 0;
    padding:0 0px 20px 0;
}
#index_welcome,
#index_welcome_wide,
#index_welcome_narrow {
	padding:5px 10px 5px 10px;
	margin:0 0 20px 0;
	border:1px solid silver;
	background: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
}
#index_welcome #login-box {
	margin:5px 0 10px 0;

	padding:0 0 10px 0;
	background: #dedede;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	width:240px;
}
#index_welcome #login-box form {
	margin:0 10px 0 10px;
	padding:0 10px 4px 10px;
	background: white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	width:200px;
}
#index_welcome #login-box h2,
.index_box h2 {
	color:#FFF;
	font-size:1.35em;
	line-height:1.2em;
	margin:0 0 0 8px;
	padding:5px;
}
#index_welcome #login-box h2 {
	padding-bottom:5px;
}

.index_box {
	margin:0 0 20px 0;
	padding:0 0 5px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #155E8E;
}

.index_box .search_listing {

}
.index_box .index_members {
	float:left;
	margin:2pt 5px 3px 0pt;
}
#persistent_login {
	float:right;
	display:block;
	margin-top:-34px;
}

.vazco_mainpage_border{
	border: 1px #CCCCCC solid;
	margin: 0;

}
.vazco_mainpage_border_container{
	height: 180px;
}

.vazco_mainpage_border_container div{
	float: left;
}

.mainpage_bckg_example{
	margin: 0 0 0 125px;
}

.vazco_mainpage_bckg_example{
	max-height:150px;
	max-width:150px;
}
/*-------------------------------
SIMPLEPIE FEED WIDGET
-------------------------------*/
.simplepie_blog_title {
  text-align: center;
  margin-bottom: 15px;
}

.simplepie_item {
  margin-bottom: 12px;
}

.simplepie_title {
  margin-bottom: 4px;
}

.simplepie_excerpt {
  margin-bottom: 4px;
}

.simplepie_date {
  font-size: 70%;
}

.simplepie_excerpt img {
  width: 170px;
}

/*-------------------------------
TIDYPICS WIDGET
-------------------------------*/
.tidypics_index {
	margin:4px;
	float:left;
}
.tidypics_frontpage{
	max-width: 60px;
	max-height: 60px;
}
.frontpage_tidypics_box{
	text-align:center;
	height: 70px;
	margin: 5px 30px;
}

.frontpage_tidypics_box_narrow{
	text-align:center;
	height: 70px;
	margin: 5px 8px;
}

/*-------------------------------
LISTING NARROW
-------------------------------*/
.listing_narrow .search_listing{
	padding: 0;
	overflow:hidden;
}

.listing_narrow .search_listing .search_listing_info{
	padding: 0;
	margin: 5px 5px 5px 45px;
}
.group_listing_narrow .groupdetails{
	float: none;
	margin: 5px;
}
.group_listing_narrow  .search_listing .search_listing_info{
	margin: 10px;
}




#index_welcome_narrow #login-box {
	width:166px;
}
#index_welcome_narrow #login-box form {
	margin:0 8px;
	width:132px;
}
#index_welcome_narrow #login-box .login-textarea {
	width: 118px;
}
#index_welcome_narrow #persistent_login{
	margin: 0 5px 3px;
	width:115px;
}
#index_welcome_narrow .submit_button{
	margin-top: 5px;
}
/*-------------------------------
MAINPAGE WIDGETS EDIT PAGE
-------------------------------*/

#index_welcome_wide #login-box form {
    width: 320px
}
#index_welcome_wide #login-box {
    width:360px;
    margin: 10px 25px 15px;
}
#index_welcome_wide #login-box .login-textarea{
	width:268px;
}

/*-------------------------------
QUOTE OF THE DAY
-------------------------------*/
.index_box .qod_listing{
	margin: 0;
}

/*IE 6*/
*html .index_box .qod_listing{
	width: 400px;
}

/*IE 7*/
*:first-child+html .index_box .qod_listing{
	width: 400px;
}

/*-------------------------------
FILES
-------------------------------*/


*:first-child+html .index_box .filerepo_file{
	margin:10px;
	padding: 5px;
}

*html .index_box .filerepo_file{
	margin:10px;
	padding: 5px;
}
/*-------------------------------
SEARCH BOX
-------------------------------*/
.search_box_input{
	width:360px;
}

.search_box_button{
}
#index_left_narrow .search_box_input,
#index_right_narrow .search_box_input{
	width: 100px;
}
#index_left_narrow .search_box_input,
#index_right_narrow .search_box_input{
	width: 100px;
}
#index_center .search_box_input{
	width:450px;
}
p.search_box{
	margin: 10px;
}

/*-------------------------------
POLLS
-------------------------------*/
.index_box .poll_post_body h2 {
}


/*
Price field
*/

.price_field{
	font-style:italic;
}
.price_field .rest{
	font-size:10px;
	vertical-align:top;
}


/*-------------------------------
Extra - Added by PKL
-------------------------------*/

#site_name #site_logo {
	width: 746px;
	float: left;	
}

#site_name #site_search {
	float: right;
	text-align: right;
	width: 252px;
}

#site_search .vp_search_bar {
	background-color: #FFF;
	background-image: url(../_graphics/vp_searchbar_1.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 214px;
	padding-top: 4px;
	padding-left: 8px;
	text-align: left;
	float: left;
}
#site_search .vp_search_bar input {
	font-size: 14px;
	background-color: ##EEEEF1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}
#site_search .vp_search_bar textarea:focus, input[type="text"]:focus {
	background-color: #EEEEF1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#site_search .vp_search_button {
	float: left;	
	background-image: url(../_graphics/vp_searchbar_2.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 30px;
	cursor:pointer;
}


/* ***************************************
	Library widget 
*************************************** */

#list_items_holder {
	background-color: #333;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	-moz-border-radius:5px 5px 5px 5px;
	border: 2px solid #000;
}

#list_items_holder .list_item_small {
	background-color: #444;
	float: left;
	height: 80px;
	width: 80px;
	text-align: center;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	-moz-border-radius:5px 5px 5px 5px;
}

#list_items_holder .list_item_small .widget_item_thumb {
	height: 50px;
	width: 50px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 15px;
}

#list_items_holder .list_item_small .widget_item_title {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 14px;
}

#list_items_holder .list_item_small .widget_item_thumb img {
	height: 50px;
	width: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}

#list_item_popup {
	background-color: #C1D7EC;
	padding: 8px;
	position: absolute;
	z-index: 999;
	-moz-border-radius:5px 5px 5px 5px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	font-size: 13px;
}

#list_item_popup .popup_field_label {
	font-weight: bold;
	color: #000;
	float: left;
	margin-right: 6px;		
}
#list_item_popup .popup_field_val {
	float: left;	
}

/* Chat mod */

.video_holder {
	float:left;
}

.chat_holder {
	font-size: 90%;
	height: 480px;
	width: 700px;
	border: 1px solid #333;
	overflow: auto;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	-moz-border-radius:5px 5px 5px 5px;
	margin-top: 20px;
}

.chat_holder_right {
	font-size: 90%;
	height: 350px;
	width: 220px;
	border: 1px solid #333;
	overflow: auto;
	background-color: #E9E9E9;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	-moz-border-radius:5px 5px 5px 5px;
	float:right;
}

.chat_holder .chat_message {
	margin-top: 3px;
	margin-bottom: 3px;	
}

.chat_holder .chat_message .chat_msg_icon {
	background-color: #999;
	float: left;
	height: 25px;
	width: 25px;
	margin-right: 5px;		
}

.chat_holder .chat_message .chat_msg_name {
	font-weight: bold;
	color: #993D36;
	float: left;
	width: 70px;
	padding-top: 3px;
	text-align: right;
	margin-right: 15px;
	overflow: hidden;
}

.chat_holder .chat_message .chat_msg_body {
	color: #333;
	padding-top: 3px;
	float: left;
	width: 235px;
}

.chat_holder .chat_message .chat_msg_time {
	float: right;
	width: 50px;
	color: #999;
	text-align: right;
	font-size: 70%;
}


.chat_holder_right .chat_message .chat_msg_name {
	font-weight: bold;
	color: #993D36;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

.chat_holder_right .chat_message .chat_msg_body {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;	
}

.chat_holder ul {
	margin: 0px;
	padding: 0px;		
}

.twittLI {
	clear:both;
	height:55px;
	list-style:none outside none;
	margin:0;
	padding:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 100%;
}

.row_colour_1 {
	background-color: #DCE6F8;
}
.row_colour_2 {
	background-color: #FFF;
}

.twittLI .time {
	font-size: 70%;
	color: #999;
}

.juitterAvatar {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #D3EECA;
	float:left;
	height:48px;
	margin-right:5px;
	padding:2px;
	width:48px;
}



/* front page events */

.main_event_panel {
	padding: 6px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #CCC;		
}
.main_event_panel .day {
	font-size: 80%;
	font-weight: bold;
	color: #000;
	float: left;	
}
.main_event_panel .date {
	font-size: 80%;
	color: #F90;
	font-style: italic;
	float: right;
}
.main_event_panel .title {
	font-size: 125%;
	color: #333;
	font-weight: bold;

}
.main_event_panel .body {
	font-size: 100%;
	color: #666;		
}


#relogin_panel {
	position: fixed;
	left: 0px;
	top: 0px;
}

#fade_back {
	background-color: #222;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9990;
}
#relog_popup {
	-moz-border-radius:5px 5px 5px 5px;
	position: absolute;
	z-index: 9999;
	height: 200px;
	width: 500px;
	background-color: #FFF;
	border: 2px solid #000;
	text-align: center;
	padding: 8px;
}
#relog_popup .relog_text,
#relog_popup .relog_msg {
	font-size: 14px;
	margin-bottom: 19px;
}
#relog_popup .relog_text {
	color: #666;
}
#relog_popup .relog_msg {
	color: #900;
	font-weight: bold;
}
#relog_popup .relog_fields .field_row {
	text-align: left;
	margin-bottom: 8px;
	width: 200px;
	margin-left: 100px;
	color: #999;
	font-style: italic;
	letter-spacing: 2px;
}
#relog_popup .relog_fields .field_row .field_label {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	font-style: normal;
	letter-spacing: 1px;
}
#relog_popup .relog_fields .field_row .field_val {
	font-size: 22px;
	font-weight: bold;
}
#relog_popup .relog_fields .buttons_row {
	text-align: right;
	margin-top: 15px;
	margin-right: 5px;
}
#relog_page_loading div {
	font-size: 22px;
	font-weight: bold;
	color: #999;
	text-align: center;
	margin-top: 50px;
}

input[type="button"]  {
	-moz-border-radius:5px 5px 5px 5px;
	background:none repeat scroll 0 0 #666666;
	border:medium none;
	color:white;
	cursor:pointer;
	font:bold 12px/100% Arial,Helvetica,sans-serif;
	height:25px;
	margin:10px 0;
	padding:2px 6px;
	width:auto;
}

.active_icon {
	border: 1px solid #0F0;
}
.nonactive_icon {
	border: 1px solid #CCC;	
}


.messages_new,
.messages_none {
	height: 19px;
	width: 31px;
	margin-top: -1px;
	margin-right: 20px;
	padding-top: 0px;
	padding-right: 0px;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	padding-right: 0px;
	text-decoration: none; 
}
.messages_new {
	background-image: url(../_graphics/mail_icon_new.png);
}
.messages_none {
	background-image: url(../_graphics/mail_icon_none.png);
}
#mail_badge {
	width: 27px;
	position: absolute;
	background-image: url(../_graphics/mail_badge.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: center;

	top: 10px;
	right: 50px;
	padding-right: 4px;
	text-decoration: none; 
}
#mail_badge.single_d {
	height: 26px;
	padding-top: 5px;
	font-size: 12px;
}
#mail_badge.double_d {
	height: 24px;
	padding-top: 7px;
	font-size: 9px;
}

div#mainpage_content div#custom_index div.index_box_members div.view_all_members { text-align: right; padding: 0 10px; }
div#mainpage_content div#custom_index div.index_box_members div.view_all_members a { color: #FFF; }#vast_events_main_content { background: transparent none; padding: 0; margin-left: 20px; margin-bottom: 20px; float: left; }
#vast_events_menu { margin:20px 0; padding:0; width:100%; }
#vast_events_menu .submenu_group { border-bottom:1px solid #CCCCCC; margin:22px 0 0; }
#vast_events_menu .submenu_title { padding-bottom: 0px; margin-bottom: 0px; }
#vast_events_menu ul { list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; padding:0; }
#vast_events_menu ul li a { border-top:1px solid #CCCCCC; color:#333333; display:block; font-weight:bold; line-height:1.1em; margin:0; padding:4px 6px 4px 10px; text-decoration:none; }
#vast_events_menu ul li.selected a { background:transparent url(../mod/theme_simpleneutral/graphics/owner_block_menu_arrow.gif) no-repeat scroll left 6px; padding-left:10px; }
#vast_events_menu ul li a:hover { background:#CCCCCC none repeat scroll 0 0; color:black; }

div#vast_events_event_details { float: left; width: 465px; background: #FFF none; margin-right: 12px; -moz-border-radius:10px; -webkit-border-radius:10px; padding: 10px; }
div#vast_events_additional_info { margin-left: 250px; }

#vast_events_right_bar { float: left; width: 235px; }
#vast_events_right_bar div.box { width: 245px; float: left; margin-bottom: 20px; background: #DDD; width: 235px; -moz-border-radius:10px; -webkit-border-radius:10px;  }
#vast_events_right_bar div.box .title { padding: 5px 0 5px 10px; font-weight: bold; color: #000; font-size: 1em; }
#vast_events_right_bar div.box .box_footer { min-height: 10px; padding-right:10px; text-align:right; }
#vast_events_right_bar div.box .box_content { background-color: #FFF; }
#vast_events_right_bar div.users { background: #FFF; min-height: 92px; }
#vast_events_right_bar div.users img { margin: 0; float: left; height: 45px; width: 45px; display: block; margin-right: 2px; margin-bottom: 2px; }
#vast_events_right_bar div.vast_event_additional_info_more { clear: left; text-align: right; padding-right: 10px; }
#vast_events_right_bar div.box_unregistered_guests { margin-bottom: 0; }
#vast_events_right_bar div.box_unregistered_guests .box_content { padding: 5px 10px; }

div#vast_events_loading_icon { width: 70px; height: 70px; display: none; }
div.blockMsg div#vast_events_loading_icon { display: block; }
div.vast_events_guests_list_block .list_content { height: 400px; overflow-y: scroll; position: relative; }
div.vast_events_guests_list_block .list_title { font-family: "Lucida Grande",Verdana,sans-serif; font-size: 1.35em; line-height: 1.2em; font-weight: bold; color: #FFF; text-align: center; background-color: #555; padding: 5px 0 10px 0; }
div.vast_events_guests_list_block .list_footer { background-color: #555; color: #CCC; font-size: 1em; text-align: right; padding: 5px 0 0 0; }
div.vast_events_guests_list_block .list_footer_loading { background: #555 url(../_graphics/ajax_loader_mini_dark.gif) no-repeat left center !important; }
div.vast_events_guests_list_block div.scrollpane { position: absolute; height: 0; }
div.vast_events_guests_list_block div.size_small div.guest { min-height: 40px; }
div.vast_events_guests_list_block div.guest { border-bottom: 1px solid #DDD; clear: both; }
div.vast_events_guests_list_block div.guest_hidden { display: none; }
div.vast_events_guests_list_block div.guest div.icon { float: left; }
div.vast_events_guests_list_block div.guest div.name { float: left; margin-left: 10px; }
div.vast_events_guests_list_block div.guest div.name a { font-weight: bold; }

body div.vast_events_guests_list_block { display: none; }
body div.blockUI div.vast_events_guests_list_block { display: block; }

div#vast_events_additinal_info { margin-left: 0px; margin-bottom: 20px; }
div#vast_events_additinal_info div.vast_event_additional_info_box { float: left; background: #DDD; width: 235px; margin: 0; -moz-border-radius:10px; -webkit-border-radius:10px; }
div#vast_events_additinal_info div.middle_box { margin: 0 13px; }
div#vast_events_additinal_info div.vast_event_additional_info_box .title { padding: 5px 0 5px 10px; font-weight: bold; color: #000; font-size: 1em; }
div#vast_events_additinal_info div.users { background: #FFF; min-height: 92px; }
div#vast_events_additinal_info div.users img { margin: 0; float: left; height: 45px; width: 45px; display: block; margin-right: 2px; margin-bottom: 2px; }
div#vast_events_additinal_info div.vast_event_additional_info_more { text-align: right; padding-right: 10px; }


div#calendarmenucontainer { position: relative; }
ul#calendarmenu { list-style: none; position: absolute; top: 0px; left: -15px; }
ul#calendarmenu li { float: left; border: 1px solid #969696; border-right: 0 none; }
ul#calendarmenu li.sys_calmenu_last { border-right: 1px solid #969696; }
ul#calendarmenu li a { text-decoration: none; padding: 4px 12px; float: left; }
ul#calendarmenu li a:hover, ul#calendarmenu li.sys_selected a{ text-decoration: none; padding: 4px 12px; float: left; color: #FFFFFF; }

/*.river_object_vast_events_create { background: url(
Notice: Undefined variable: vars in /var/www/vhosts/vastpark.com/subdomains/beta3c/httpdocs/_core/_css/vast_events.css on line 57
mod/vast_events/images/river_icon_event.gif) no-repeat left -1px; }
.river_object_vast_events_update { background: url(
Notice: Undefined variable: vars in /var/www/vhosts/vastpark.com/subdomains/beta3c/httpdocs/_core/_css/vast_events.css on line 58
mod/vast_events/images/river_icon_event.gif) no-repeat left -1px; }*/
.events {  min-height: 300px; }

div#vast_events_list_container { /* empty */ }
div#vast_events_list_container div.region { float: left; }
div#vast_events_list_container div#vast_events_list { width:550px; margin:3px 0 0; padding:0 0 0 0; }
div#vast_events_list_container div#vast_events_list div.search_listing { border:2px solid #cccccc; margin:0 0 5px 0; }
div#vast_events_list_container div#vast_events_list_formats { padding: 0 0 0 10px; }
div#vast_events_list_container div#vast_events_list_formats .title { font-size: 1em; font-weight: bold; color: #000; }
div#vast_events_list_container div#vast_events_list_formats ul { margin: 00; padding: 0; list-style-type: none; }
div#vast_events_list_container div#vast_events_list_formats ul li { margin: 0; padding: 0; list-style-type: none; }

div#vast_events_list_change_timezone_container { clear: both; }

div.vast_events_event_full div.property { margin-bottom: 10px; }
div.vast_events_event_full div.property span.label { font-weight: bold; }

div#vast_events_list div.event div.teaser_finished div.row { }
div#vast_events_list div.event div.teaser_finished div.progress { float: none; }
div#vast_events_list div.event div.subregion_click_for_details { float: right; height: 17px; }
div#vast_events_list div.event div.subregion_spaced { margin: 10px 0; }
div#vast_events_list div.finished { opacity: 0.3; filter: alpha(opacity = 30);  }
div#vast_events_list div.finished_weeks { opacity: 0.4; filter: alpha(opacity = 40); }
div#vast_events_list div.finished_week { opacity: 0.5; filter: alpha(opacity = 50); }
div#vast_events_list div.finished_days { opacity: 0.6; filter: alpha(opacity = 60); }
div#vast_events_list div.finished_day { opacity: 0.65; filter: alpha(opacity = 65); }
div#vast_events_list div.finished_hours { opacity: 0.7; filter: alpha(opacity = 70); }
div#vast_events_list div.finished_hour { opacity: 0.75; filter: alpha(opacity = 75); }
div#vast_events_list div.finished_hover { opacity: 0.7; filter: alpha(opacity = 70);  }


div#two_column_left_sidebar_maincontent div.vast-events-invite-members-set { display: none; }
div#two_column_left_sidebar_maincontent div.vast-events-invite-members-set-active { display: block; }
div#two_column_left_sidebar_maincontent ul#vast-events-invite-tabset { padding: 0; margin: 0; }
div#two_column_left_sidebar_maincontent ul#vast-events-invite-tabset li.tab { float: left; margin-right: 5px; list-style-type: none; }
div#two_column_left_sidebar_maincontent ul#vast-events-invite-tabset li.tab a { font-size: 0.8em; font-weight: bold; color: #000; display: block; background: #AAA; text-decoration: none; padding: 5px; text-transform: uppercase; }
div#two_column_left_sidebar_maincontent ul#vast-events-invite-tabset li.tab a:hover { background: #CCC; }
div#two_column_left_sidebar_maincontent ul#vast-events-invite-tabset li.tab a.current { background: #DEDEDE; }
div#two_column_left_sidebar_maincontent ul#vast-events-invite-tabset li.tab a.current:hover { background: #DEDEDE; }
div#two_column_left_sidebar_maincontent div.vast-events-invite-members-set div.contacts_picker { clear: both; background: #DEDEDE; padding-top: 5px; }
div#two_column_left_sidebar_maincontent div.vast-events-invite-members-set div.contacts_picker div.contactsPickerNavigation { padding: 0 10px; }
div#two_column_left_sidebar_maincontent div.vast-events-invite-members-set div.contacts_picker div.contactsPickerNavigation a { background: #DEDEDE; }
div#two_column_left_sidebar_maincontent div.vast-events-invite-members-set div.contacts_picker div.contactsPickerNavigation a.current { color: #DEDEDE; background: #999; }
div#two_column_left_sidebar_maincontent div.vast-events-invite-members-set div.contacts_picker div.contactsPickerNavigation a:hover { background: #999; }
div#two_column_left_sidebar_maincontent div.vast-events-invite-members-set div.pick-all { clear: both; background: #DEDEDE; margin: 0; padding: 10px 10px 0 10px; }
div#two_column_left_sidebar_maincontent div.vast-events-invite-members-set div.pick-all ul { padding: 0; margin: 0; min-height: 20px; }
div#two_column_left_sidebar_maincontent div.vast-events-invite-members-set div.pick-all ul li { padding: 0; margin: 0; list-style-type: none; float: left; display: block; margin-right: 5px; }
div#two_column_left_sidebar_maincontent div.vast-events-invite-members-set div.pick-all ul li a { text-decoration: none; display: block; }

div#vast-events-form-fields { clear: both; }
div#vast-events-form-fields div.field-row { clear: both; }
div#vast-events-form-fields div.field-row div.field { margin-bottom: 15px; }
div#vast-events-form-fields div.field-row div.field p { margin: 0; font-size: 100%; }
div#vast-events-form-fields div.field-row div.field label { font-size: 100%; }
div#vast-events-form-fields div.field-row div.field p.description { font-size: 80%; font-style: italic; }
div#vast-events-form-fields div.field-row-2cols div.field { float: left; width: 45%; }
div#vast-events-form-fields div.field-row-2cols div.field select#time_zone { width: 245px; }

div#vast_events_event_form_area ul.tabset { margin: 0; padding: 0; }
div#vast_events_event_form_area ul.tabset li { margin: 0 5px 0 0; padding: 5px 10px; list-style-type: none; display: block; float: left; background: #DDD; }
div#vast_events_event_form_area ul.tabset li:hover { background: #EEE; }
div#vast_events_event_form_area ul.tabset li.current { background: #EEE; }
div#vast_events_event_form_area ul.tabset li.current:hover { background: #EEE; }
div#vast_events_event_form_area ul.tabset li a { text-decoration: none; color: #666; font-size: 1em; font-weight: bold;  }
div#vast_events_event_form_area ul.tabset li.current a { color: #000; }
div#vast_events_event_form_area ul.tabset li a:hover { text-decoration: none; }
div#vast_events_event_form_area div.tab { background: #EEE; margin-bottom: 10px; padding: 10px; border-top-width: 0; display: none; overflow: hidden; }
div#vast_events_event_form_area div.current { display: block; }
div#vast_events_event_form_area div.tab div.field input.input-text { background: #FFF; border: 1px solid #CCC; }
div#vast_events_event_form_area div.tab div.field-start_date input { background: #FFF; border: 1px solid #CCC; }
div#vast_events_event_form_area div.tab div.field-start_time input { background: #FFF; border: 1px solid #CCC; }
div#vast_events_event_form_area div.tab div.field-end_date input { background: #FFF; border: 1px solid #CCC; }
div#vast_events_event_form_area div.tab div.field-end_time input { background: #FFF; border: 1px solid #CCC; }
div#vast_events_event_form_area div.tab div.field-event_tags input { background: #FFF; border: 1px solid #CCC; }
div#vast_events_event_form_area div.tab div.field textarea { background: #FFF; border: 1px solid #CCC; }
div#vast_events_event_form_area div.tab div.field-guests p { text-align: center; }
div#vast_events_event_form_area div.tab div.field-guests p a.invite { padding: 5px 10px; margin: 10px 0; background: #333; color: #FFF; font-size: 1em; font-weight: bold; text-decoration: none; }
div#vast_events_event_form_area div.tab div.field-guests p a.invite:hover { background: #666; color: #FFF; }

div#vast_events_event_form_area div#guests-pickers { width: 100%; overflow: hidden; margin-top: 10px; }
div#vast_events_event_form_area div#guests-pickers ul.tabset li { background: #EEE; padding: 0; float: left; display: block; }
div#vast_events_event_form_area div#guests-pickers ul.tabset li.current { background: #DDD; }
div#vast_events_event_form_area div#guests-pickers ul.tabset li:hover { background: #DDD; }
div#vast_events_event_form_area div#guests-pickers ul.tabset li a { padding: 5px 10px; display: block; }
div#vast_events_event_form_area div#guests-pickers div.picker { display: none; }
div#vast_events_event_form_area div#guests-pickers div.picker-active { display: block; }
div#vast_events_event_form_area div#guests-pickers div.picker div.contacts_picker { background: #DDD; padding: 5px; }
div#vast_events_event_form_area div#guests-pickers div.contactsPicker { background: transparent; }
div#vast_events_event_form_area div#guests-pickers div.contacts_picker div.contactsPickerNavigation { padding: 0; }
div#vast_events_event_form_area div#guests-pickers div.contacts_picker div.contactsPickerNavigation a { background: #DDD; }
div#vast_events_event_form_area div#guests-pickers div.contacts_picker div.contactsPickerNavigation a.current { color: #DDD; background: #999; }
div#vast_events_event_form_area div#guests-pickers div.contacts_picker div.contactsPickerNavigation a:hover { background: #999; }
div#vast_events_event_form_area div#guests-pickers div.pick-all { clear: both; background: #DDD; margin: 0; padding: 5px; }
div#vast_events_event_form_area div#guests-pickers div.pick-all ul { padding: 0; margin: 0; }
div#vast_events_event_form_area div#guests-pickers div.pick-all ul li { padding: 0; margin: 0; list-style-type: none; float: left; display: block; margin-right: 5px; }
div#vast_events_event_form_area div#guests-pickers div.pick-all ul li a { text-decoration: none; display: block; }

/* PKL added for event lists */
div.event_list {
	margin: 0px;
	padding: 0px;
	height: 71px;
	width: 43px;
}
div.event_list a {
	text-decoration: none;		
}
div.event_list div.event_upcoming,
div.event_list div.event_now,
div.event_list div.event_past {
	padding: 8px;
	height: 54px;
	width: 416px;
	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
div.event_list div.event_upcoming {
	background-color: #10446C;
}
div.event_list div.event_upcoming:hover {
	background-color: #124E7A;
}
div.event_list div.event_past {
	background-color: #585755;	
}
div.event_list div.event_past:hover {
	background-color: #62615E;
}
div.event_list div.event_now {
	background-color: #298A15;	
}
div.event_list div.event_now:hover {
	background-color: #2F9B17;
}
div.event_list div.event_upcoming div.event_title,
div.event_list div.event_now div.event_title,
div.event_list div.event_past div.event_title{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}
div.event_list div.event_upcoming div.event_title {
	color: #C0EDFF;
}
div.event_list div.event_now div.event_title {
	color: #FFF;
}
div.event_list div.event_past div.event_title {
	color: #999;
}
div.event_list div.event_state_attending,
div.event_list div.event_state_tentative,
div.event_list div.event_state_declined,
div.event_list div.event_state{
	font-size: 12px;
	float: left;	
}
div.event_list div.event_state_attending {
	color: #22B25B;
}
div.event_list div.event_state_tentative {
	color: #FC0;
}
div.event_list div.event_state_declined {
	color: #F00;
}
div.event_list div.event_time{
	font-size: 12px;
	float: right;	
}
div.event_list div.event_upcoming div.event_time {
	color: #C0EDFF;
}
div.event_list div.event_past div.event_time {
	color: #999;
}
div.event_list div.event_now div.event_time {
	color: #FFF;
}div.thread_messages div.thread_message_previous { display: none; }
div.thread_messages div.thread_message_next { display: none; }
div.thread_messages div.thread_message_current div.messages_single { background: #EEE; }
div.thread_navigation_button { clear: both; margin: 0; text-align: right; }
div.thread_navigation_button_later { margin-bottom: 10px; }
div.thread_navigation_button_earlier { margin: 10px 0; }
div.thread_navigation_button a { padding: 2px; background: none none; border: 1px solid #006699; background: none #0086B3; text-decoration: none; color: #FFF }
div.thread_navigation_button a:hover { color: #FFF; background: none #006699; }
div.thread_navigation_button a.thread_navigation_button_inactive { background: none #EEE; color: #999; border: 1px solid #CCC; }
div.thread_navigation_button a.thread_navigation_button_inactive:hover { color: #999; }
div.message_reply_form { display: none; }
div#message_reply_editor table#message_tbl { width: 100% !important; }