
/* ***************************************
	RESET BASE STYLES
*************************************** */
*{
margin:0;
padding:0;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

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

/* elgg open source		blue 			#4690d6 */
/* elgg open source		dark blue 		#0054a7 */
/* elgg open source		light yellow 	#FDFFC3 */
/* elgg open source		light blue	 	#bbdaf7 */


html, body {
	text-align:left;
	color:#2a5372;
	font-family:Tahoma;
	margin:0 auto;
	padding:0;
	background: #FFFFFF;
	font-size: 11px;
	height:100%;
}
a {
	color: #224466;
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
}
a:visited {

}
a:hover {
	color: #0054a7;
	text-decoration: underline;
}


/* ***************************************
	PAGE LAYOUT - MAIN STRUCTURE
*************************************** */
#page_container {
/*height:100%;*/
	margin:0;
	padding:0;
}
#page_wrapper {
    height: auto;
  /*  height: 100%;*/
    padding: 0;
    position: absolute;
    width: 100%;
}
#layout_header {
	text-align:left;
	width:990px;
	height:100px;
	background-color: #0CA2D2;
	margin:0 auto;
}

#layout_canvas{
	background-color: #F7F7F7;
	height:72%;
	
}

/* canvas layout: 1 column, no sidebar */
#one_column {
 	width:990px;
	margin:0 auto;
    min-height: 450px;
	padding-top:100px;
}

/* canvas layout: 2 column left sidebar */
#two_column_left_sidebar {
	width:210px;
	margin:0 20px 0 0;
	min-height:360px;
	float:left;
	background: #dedede;
	padding:0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

#two_column_left_sidebar_maincontent {
	width:718px;
	margin:0;
	min-height: 360px;
	float:left;
	background: #dedede;
	padding:0 0 5px 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}




#two_column_left_sidebar_maincontent_boxes {
	margin:0 0px 20px 20px;
	padding:0 0 5px 0;
	width:718px;
	background: #dedede;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	float:left;
}
#two_column_left_sidebar_boxes {
	width:210px;
	margin:0px 0 20px 0px;
	min-height:360px;
	float:left;
	padding:0;
}
#two_column_left_sidebar_boxes .sidebarBox {
	margin:0px 0 22px 0;
	background: #dedede;
	padding:4px 10px 10px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#two_column_left_sidebar_boxes .sidebarBox h3 {
	padding:0 0 5px 0;
	font-size:1.25em;
	line-height:1.2em;
	color:#0054A7;
}

/* canvas layout: 2 column right sidebar */
#two_column_right_sidebar {
	width:210px;
	margin:0 0 0 20px;
	min-height:360px;
	float:left;
	background: #dedede;
	padding:0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
.profile-river{
	margin-top: 6px;
}
.contentWrapper{
   position:relative;
}
.contentWrapper p{
	margin:5px 0;
}
.site-admin-area input[type=text] {
	padding:4px 5px 3px;
	margin:3px 0;
	width:330px;
}
.site-admin-area input[type=checkbox]{
  margin-right: 10px;
  margin-top: 10px;
}
.site-admin-area input[type=submit]{
  margin-bottom: 10px;
}
.site-admin-area p.admin_debug{
margin:10px 0;
}
.site-admin-area select{
	padding:4px 5px 3px;
}
.contentWrapper > label{
	display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
    text-align: right;
}
.contentWrapper .captcha-input-text, .contentWrapper .input-text{
	
    width: 196px;
}
.submit-lost-pass{
	margin-left: 123px;
    margin-top: 15px;
}
span.contentIntro p {
	margin:0 0 0 0;
}
.notitle {
	margin-top:10px;
}

/* canvas layout: widgets (profile and dashboard) */
#widgets_left {
	width:303px;
	margin:0 20px 20px 0;
	min-height:360px;
	padding:0;
}
#widgets_middle {
	width:303px;
	margin:0 0 20px 0;
	padding:0;
}
#widgets_right {
	width:303px;
	margin:0px 0 20px 20px;
	float:left;
	padding:0;
}
#widget_table td {
	border:0;
	padding:0;
	margin:0;
	text-align: left;
	vertical-align: top;
}
/* IE6 fixes */
* html #widgets_right { float:none; }
* html #profile_info_column_left {
	margin:0 10px 0 0;
	width:200px;
}
* html #dashboard_info { width:585px; }
/* IE7 */
*:first-child+html #profile_info_column_left { width:200px; }

/*****************************************
  ADD PHOTO ALBUM
******************************************/
.apa{
  margin-top:20px;
}
.apa label {
    display: inline-block;
    margin-right: 10px;
	margin-top: 5px;
    text-align: right;
    width: 75px;
	vertical-align: top;
}
.apa input[type="text"] {
    padding: 4px 5px 3px;
    width: 200px;
}
.apa textarea{
  width:200px;
}
.apa select{
 padding:4px 5px 3px;
}
.apa input[type="submit"] {
    margin-left: 89px;
    margin-top: 10px;
}
/* ***************************************
	SPOTLIGHT
*************************************** */
#layout_spotlight {
	margin:20px 0 20px 0;
	padding:0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: white;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#wrapper_spotlight {
	margin:0;
	padding:0;
	height:auto;
}
#wrapper_spotlight #spotlight_table h2 {
	color:#4690d6;
	font-size:1.25em;
	line-height:1.2em;
}
#wrapper_spotlight #spotlight_table li {
	list-style: square;
	line-height: 1.2em;
	margin:5px 20px 5px 0;
	color:#4690d6;
}
#wrapper_spotlight .collapsable_box_content  {
	margin:0;
	padding:10px 10px 5px 10px;
	background:none;
	min-height:60px;
	border:none;
	border-top:1px solid #cccccc;
}
#spotlight_table {
	margin:0 0 2px 0;
}
#spotlight_table .spotlightRHS {
	float:right;
	width:270px;
	margin:0 0 0 50px;
}
/* IE7 */
*:first-child+html #wrapper_spotlight .collapsable_box_content {
	width:958px;
}
#layout_spotlight .collapsable_box_content p {
	padding:0;
}
#wrapper_spotlight .collapsable_box_header  {
	border: none;
	background: none;
}


/* ***************************************
	FOOTER
*************************************** */
.gradient_bg,#cometchat_base{
background: #004d78; /* Old browsers */
background: -moz-linear-gradient(left, #004d78 0%, #000101 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#004d78), color-stop(100%,#000101)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #004d78 0%,#000101 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #004d78 0%,#000101 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #004d78 0%,#000101 100%); /* IE10+ */
background: linear-gradient(left, #004d78 0%,#000101 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d78', endColorstr='#000101',GradientType=1 ); /* IE6-9 */
}
#footer-area{
	bottom: 0;
    position: relative;
    width: 100%;
}
#layout_footer {	
    margin: 0 auto;
    width: 990px;
	height: 60px;
}
#layout_footer table {
margin:0 0 0 20px;
}
#layout_footer .footer_toolbar_links {
	text-align:right;
	padding:15px 0 0 0;
	font-size:1.2em;
}
#layout_footer .footer_legal_links {
	text-align:right;
}
.footer-left{
	float: left;
    margin-top: 15px;
	margin-left:40px;
	color:#ffffff;
}
.footer-left span{
	margin-left:4px;
	font-size:11px;
}
.footer-right{
	color: #FFFFFF;
    float: right;
    margin-right: 51px;
    margin-top: 15px;
}
.footer-right a{
	color:#ffffff;
	font-size:11px;
}
/* ***************************************
HORIZONTAL ELGG TOPBAR
*************************************** */
#header-area {
	background:#0ca2d2;
	width:100%;
	/*padding-top:-1px;*/
}
.inside {
    margin-bottom: 33px;
}
#elgg_topbar {
	color:#eeeeee;
	width:990px;
	margin:0px auto;
	position:relative;
	height:76px;
}
#topbar-left{
	height: 76px;
    position: absolute;
    width: 200px;
}
#topbar-left img{
    left: 28px;
    position: absolute;
    top: 7px;
}
#topbar-right{
	position: absolute;
    right: 42px;
    top: 25px;
    width: 280px;
}
#topbar-right a{
	color:#c1dfe9;
	font-size:12px;
	display: inline;
}
#topbar-right a:hover{
	text-decoration:none;
	color:#ffffff;
}
#arrow{
	margin-left:5px;
}
.top-menu{
	margin:0 8px;
}
.switch_pp_imgs {
	max-height:30px;
	vertical-align:middle;
}
/********************************
      drop down menu
*********************************/
/* Login Container (default to float:right) */
.loginContainer {
    position:relative;
    float:right;
    font-size:12px;
	margin-right: 0;
}

/* Login Button */
#loginButton { 
    cursor:pointer;
}

/* Login Box */
#loginBox {
    position:absolute;
    right:0;
    display:none;
    z-index:1001;
	margin-top:5px;
	margin-right:140px;
}

#loginBox a{
    background: transparent url("https://ceals.com.au/mod/theme_mytheme/graphics/river/leftsidebarmenuitembg.png") no-repeat scroll;/* menu items background*/
    box-shadow: 0 0 2px 2px #AEE7F3;
    color: #ffffff;
    display: block;
    padding: 6px 13px;
    text-align: right;
    width: 148px;
}
#loginBox a:hover{
    color: #c1dfe9;
}
#elgg_topbar_container_search {
	float: right;
    height: 17px;
    margin: 4px 55px 0 0;
    padding: 6px 5px 3px 10px;
    text-align: right;
    width: 149px;
	background: url('https://ceals.com.au/mod/theme_mytheme/graphics/search_bg.png') left top no-repeat;
	
}
#searchform input.search_input {
	border: medium none;
    float: left;
    width: 126px;
    height: 15px;
}
*:focus {
	outline: none;
} 
#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: #4690d6;
	text-decoration: none;
}
#elgg_topbar_container_left a.privatemessages {
	background:transparent url(https://ceals.com.au/_graphics/toolbar_messages_icon.gif) no-repeat left 2px;
	padding:0 0 4px 16px;
	margin:0 15px 0 5px;
	cursor:pointer;
}
#elgg_topbar_container_left a.privatemessages:hover {
	text-decoration: none;
	background:transparent url(https://ceals.com.au/_graphics/toolbar_messages_icon.gif) no-repeat left -36px;
}
#elgg_topbar_container_left a.privatemessages_new {
	background:transparent url(https://ceals.com.au/_graphics/toolbar_messages_icon.gif) no-repeat left -17px;
	padding:0 0 0 18px;
	margin:0 15px 0 5px;
	color:white;
}
/* IE6 */
* html #elgg_topbar_container_left a.privatemessages_new { background-position: left -18px; }
/* IE7 */
*+html #elgg_topbar_container_left a.privatemessages_new { background-position: left -18px; }

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

#elgg_topbar_container_left a.usersettings {
	margin:0 0 0 20px;
	color:#999999;
	padding:3px;
}
#elgg_topbar_container_left a.usersettings:hover {
	color:#eeeeee;
}
#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:3px 0 0 0;
}
#elgg_topbar_container_right a {
	color:#eeeeee;
	margin:0 5px 0 0;
	background:transparent url(https://ceals.com.au/_graphics/elgg_toolbar_logout.gif) no-repeat top right;
	padding:0 21px 0 0;
	display:block;
	height:20px;
}
/* IE6 fix */
* html #elgg_topbar_container_right a {
	width: 120px;
}
#elgg_topbar_container_right a:hover {
	background-position: right -21px;
}
#elgg_topbar_panel {
	background:#333333;
	color:#eeeeee;
	height:200px;
	width:100%;
	padding:10px 20px 10px 20px;
	display:none;
	position:relative;
}


/* ***************************************
	TOP BAR - VERTICAL TOOLS MENU
*************************************** */
/* elgg toolbar menu setup */
ul.topbardropdownmenu, ul.topbardropdownmenu ul {
	margin:0;
	padding:0;
	display:inline;
	float:left;
	list-style-type: none;
	z-index: 9000;
	position: relative;
}
ul.topbardropdownmenu {
	margin:0pt 20px 0pt 5px;
}
ul.topbardropdownmenu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
ul.topbardropdownmenu a {
	display:block;
}
ul.topbardropdownmenu ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
/* IE6 fix */
* html ul.topbardropdownmenu ul {
	line-height: 1.1em;
}
/* IE6/7 fix */
ul.topbardropdownmenu ul a {
	zoom: 1;
}
ul.topbardropdownmenu ul li {
	float: none;
}
/* elgg toolbar menu style */
ul.topbardropdownmenu ul {
	width: 150px;
	top: 24px;
	border-top:1px solid black;
}
ul.topbardropdownmenu *:hover {
	background-color: none;
}
ul.topbardropdownmenu a {
	padding:3px;
	text-decoration:none;
	color:white;
}
ul.topbardropdownmenu li.hover a {
	background-color: #4690d6;
	text-decoration: none;
}
ul.topbardropdownmenu ul li.drop a {
	font-weight: normal;
}
/* IE7 fixes */
*:first-child+html #elgg_topbar_container_left a.pagelinks {

}
*:first-child+html ul.topbardropdownmenu li.drop a.menuitemtools {
	padding-bottom:6px;
}
ul.topbardropdownmenu ul li a {
	background-color: #999999;/* menu off state color */
	font-weight: bold;
	padding-left:6px;
	padding-top:4px;
	padding-bottom:0;
	height:22px;
	border-bottom: 1px solid white;
}
ul.topbardropdownmenu ul a.hover {
	background-color: #333333;
}
ul.topbardropdownmenu ul a {
	opacity: 0.9;
	filter: alpha(opacity=90);
}


/* ***************************************
SYSTEM MESSSAGES
*************************************** */
.messages {
	background:#C1DFE9;
	color:#000000;
	padding:3px 10px 3px 10px;
	z-index: 8000;
	width:900px;
	position:absolute;
	left:50%;
	top:50px;
	margin-left:-466px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:4px solid #004D78;
	cursor: pointer;
}
.messages_error {
	border:4px solid #D3322A;
	background:#F7DAD8;
	color:#000000;
	padding:3px 10px 3px 10px;
	z-index: 8000;
	width:968px;
	position:absolute;
	left:50%;
	top:50px;
	margin-left:-484px;
	-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_box  {
	height:10px;
}
.collapsable_box_header {
	color: #4690d6;
	padding: 5px 10px 5px 10px;
	margin:0;
	border-left: 1px solid white;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	background:#dedede;
}
.collapsable_box_header h1 {
	color: #0054a7;
	font-size:1.25em;
	line-height: 1.2em;
}
.collapsable_box_content {
	padding: 10px 0 10px 0;
	margin:0;
	height:auto;
	background:#dedede;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	border-left: 1px solid white;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.collapsable_box_content .contentWrapper {
	margin-bottom:5px;
}
.collapsable_box_editpanel {
	display: none;
	background: #a8a8a8;
	padding:10px 10px 5px 10px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}
.collapsable_box_editpanel p {
	margin:0 0 5px 0;
}
.collapsable_box_header a.toggle_box_contents {
	color: #4690d6;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	text-decoration:none;
	float:right;
	margin: 0;
	margin-top: -7px;
}
.collapsable_box_header a.toggle_box_edit_panel {
	color: #4690d6;
	cursor:pointer;
	font-size:9px;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: normal;
	float:right;
	margin: 3px 10px 0 0;
}
.collapsable_box_editpanel label {
	font-weight: normal;
	font-size: 100%;
}
/* 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
*************************************** */
.input-checkboxes{
	padding: 1px;
	border-style: none;
}
input[type="checkbox"] {
	border-style: none;
	vertical-align: bottom;
/*	background-image:url('https://ceals.com.au/mod/theme_mytheme/graphics/chkbxbg.png'); */
}
textarea {
	font: 120% Arial, Helvetica, sans-serif;
	padding: 5px;
	color:#666666;
	
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
	color:#333333;
	border: 1px solid #0064B3;
	/*margin: -3px;*/
	/*background-image:url('https://ceals.com.au/mod/theme_mytheme/graphics/reginputtextbg_glow.gif');*/
}
.submit_button {
	background-image: url('https://ceals.com.au/mod/theme_mytheme/graphics/buttonbg.png');
	background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    color: White;
    font-weight: bold;
    height: 30px;
    width: 77px;	
	cursor: pointer;
}
.submit_button:hover, input[type="submit"]:hover,#markread:hover, .button_flat:hover {
	
	/*background-image: url('https://ceals.com.au/mod/theme_mytheme/graphics/buttonbghover.png');*/
	color:#C1DFE9;
	text-decoration:none;
}

.button_flat {
	background-image: url('https://ceals.com.au/mod/theme_mytheme/graphics/buttonnormal.png');
	background-size: 100% 100%;
	padding: 6px 12px 6px 12px;
	border-radius: 2px;
	color: white;
	font-weight:bold;
}

input[type="submit"] {
	background-image: url('https://ceals.com.au/mod/theme_mytheme/graphics/buttonnormal.png');
	background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    color: white;
    font-weight: bold;
    height: 25px;
    width: 85px;
	cursor: pointer;
}
input[type="submit"]:active, .submit_button:active, .button_flat:active, .login-area input[type="submit"]:active {
	background-image: url('https://ceals.com.au/mod/theme_mytheme/graphics/buttonbg2.png');
	background-size: 100% 100%;
}

.cancel_button {
	background-image: url('https://ceals.com.au/mod/theme_mytheme/graphics/buttonbg3.png');
	background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    color: White;
    font-weight: bold;
    height: 30px;
    width: 77px;	
	cursor: pointer;
}

#markread{
	background-image: url('https://ceals.com.au/mod/theme_mytheme/graphics/buttonbg_big.png');
	background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    color: White;
    font-weight: bold;
    height: 29px;
    width: 100px;	
	cursor: pointer;
}
.top-margin{
  margin-top:2px;
}
.cancel_button:hover {
	background: #cccccc;
}

.input-password,
.input-text,
.input-tags,
.input-url,
.input-textarea {
	width:265px;
}
.captcha{
	position:relative;
}
.captcha label{
	display: block;
    float: left;
    text-align: left;
    width: 119px;
    margin-right: -10px;	
}
.input-textarea {
	height: 30px;
}

/* ***************************************
	LOGIN / REGISTER
*************************************** */
#login-box {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	background: ##F7F7F7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width:240px;
	text-align:left;
}
#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;
}
#login-box h2 {
	color:#0054A7;
	font-size:1.35em;
	line-height:1.2em;
	margin:0 0 0 8px;
	padding:5px 5px 0 5px;
}
#login-box .login-textarea {
	width:178px;
}
.login-area .login{
	float: left;
    font-size: 11px;
    height: 23px;
    width: 45px;
}
#login-box p.loginbox {
	margin:0;
}


#persistent_login label {
	font-size:1.0em;
	font-weight: normal;
}
/* login and openID boxes when not running custom_index mod */
#two_column_left_sidebar #login-box {
	width:auto;
	background: none;
}
#two_column_left_sidebar #login-box form {
	width:auto;
	margin:10px 10px 0 10px;
	padding:5px 0 5px 10px;
}
#two_column_left_sidebar #login-box h2 {
	margin:0 0 0 5px;
	padding:5px 5px 0 5px;
}
#two_column_left_sidebar #login-box .login-textarea {
	width:158px;
}
/* login and openID boxes when not running custom_index mod */
#two_column_right_sidebar #login-box {
	width:auto;
	background: none;
}
#two_column_right_sidebar #login-box form {
	width:auto;
	margin:10px 10px 0 10px;
	padding:5px 0 5px 10px;
}
#two_column_right_sidebar #login-box h2 {
	margin:0 0 0 5px;
	padding:5px 5px 0 5px;
}
#two_column_right_sidebar #login-box .login-textarea {
	width:158px;
}

/* ***************************************
	PROFILE
*************************************** */
#profile_info {
padding:20px 0 30px;
min-height: 538px;
}
#profile_info_column_left {
}
#profile_info_column_middle {
}
#profile_info_column_right {
}
#dashboard_info {
	margin:0px 0px 0 0px;
	padding:20px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background: #bbdaf7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#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 {
	color:#ffffff;
	background:#4690d6;
	text-decoration:none;
}
p.user_menu_friends, p.user_menu_profile,
p.user_menu_removefriend,
p.user_menu_friends_of {
	margin:0;
}
#profile_menu_wrapper .user_menu_admin {
	border-top:none;
}

#profile_info_column_middle p {
	margin: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 .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;
}
#profile_info_column_middle .odd {
	background:#dedede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#profile_info_column_middle .even {
	background:#dedede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#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;
}
.profile_info_edit_buttons a {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#4690d6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: auto;
	padding: 2px 6px 2px 6px;
	margin:0;
	cursor: pointer;
}
.profile_info_edit_buttons a:hover {
	background: #0054a7;
	text-decoration: none;
	color:white;
}


/* ***************************************
	RIVER
*************************************** */
#river, .river_item_list {
    height:724px;
    overflow: auto;
    width: 499px;
	margin-left: 10px;
}
.river_item p.river_item_body {
	margin:0;
	padding:0 0 0 21px;
	line-height:1.1em;
	min-height:17px;
	float:left;
}
.river_item {
	border-bottom:1px solid #dddddd;
	padding:2px 0 2px 0;
}
.river_pagination{
    position: absolute;
	bottom: 0;
}
.nav-content{
	height: 26px;
}
.river_item_time {
	font-size:90%;
	color:#666666;
}
.river_item .river_item_useravatar {
	float:left;
	margin:0 5px 0 0;
}
/* IE6 fix */
* html .river_item p {
	padding:3px 0 3px 20px;
}
/* IE7 */
*:first-child+html .river_item p {
	min-height:17px;
}
.river_user_update {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_object_user_profileupdate {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_object_user_profileiconupdate {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_object_annotate {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_bookmarks_create {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_bookmarks.gif) no-repeat left -1px;
}
.river_object_bookmarks_comment {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_status_create {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_status.gif) no-repeat left -1px;
}
.river_object_file_create {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_files.gif) no-repeat left -1px;
}
.river_object_file_update {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_files.gif) no-repeat left -1px;
}
.river_object_file_comment {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_widget_create {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px;
}
.river_object_forums_create {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_forum3.png) no-repeat left -1px;
}
.river_object_forums_update {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_forum3.png) no-repeat left -1px;
}
.river_object_forum_post_create{
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_forum3.png) no-repeat left -1px;
}
.river_object_widget_update {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px;
}
.river_object_blog_create {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_object_blog_update {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_object_blog_comment {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_forumtopic_create {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_forum3.png) no-repeat left -1px;
}
.river_user_friend {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_friends.gif) no-repeat left -1px;
}
.river_object_relationship_friend_create {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_friends.gif) no-repeat left -1px;
}
.river_object_relationship_member_create {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_thewire_create,
.river_object_post2memberswall_create {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_thewire.gif) no-repeat left -1px;
}
.river_object_products_create{
	background: url(https://ceals.com.au/mod/market/graphics/river_icons/river_icon_market.png) no-repeat left -1px;
}
.river_object_news_create {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_pages.gif) no-repeat left -1px;
}
.river_group_create {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_user_fanof {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_following.png) no-repeat left -1px;
}
.river_group_join {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_groupforumtopic_annotate {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_groupforumtopic_create {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_object_sitemessage_create {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_user_messageboard {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_page_create {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_pages.gif) no-repeat left -1px;
}
.river_object_page_update {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_pages.gif) no-repeat left -1px;
}
.river_object_page_top_create {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_pages.gif) no-repeat left -1px;
}
.river_object_page_top_update {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_pages.gif) no-repeat left -1px;
}
.river_object_page_top_comment {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_page_comment {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}

/* ***************************************
	ENTITY LISTINGS
*************************************** */
.search_listing {
	display: block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background:white;
	margin:0 10px 5px 10px;
	padding:5px;
}
.search_listing_icon {
	float:left;
}
.search_listing_icon img {
	width: 40px;
}
.search_listing_icon .avatar_menu_button img {
	width: 15px;
}
.search_listing_info {
	margin-left: 50px;
	min-height: 40px;
}
/* IE 6 fix */
* html .search_listing_info {
	height:40px;
}
.search_listing_info p {
	margin:0 0 3px 0;
	line-height:1.2em;
}
.search_listing_info p.owner_timestamp {
	margin:0;
	padding:0;
	color:#666666;
	font-size: 90%;
}
table.entity_gallery {
	border-spacing: 10px;
	margin:0 0 0 0;
}
.entity_gallery td {
	padding: 5px;
}
.entity_gallery_item {
	background: white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width:170px;
}
.entity_gallery_item:hover {
	background: black;
	color:white;
}
.entity_gallery_item .search_listing {
	background: none;
	text-align: center;
}
.entity_gallery_item .search_listing_header {
	text-align: center;
}
.entity_gallery_item .search_listing_icon {
	position: relative;
	text-align: center;
}
.entity_gallery_item .search_listing_info {
	margin: 5px;
}
.entity_gallery_item .search_listing_info p {
	margin: 5px;
	margin-bottom: 10px;
}
.entity_gallery_item .search_listing {
	background: none;
	text-align: center;
}
.entity_gallery_item .search_listing_icon {
	position: absolute;
	margin-bottom: 20px;
}
.entity_gallery_item .search_listing_info {
	margin: 5px;
}
.entity_gallery_item .search_listing_info p {
	margin: 5px;
	margin-bottom: 10px;
}


/* ***************************************
	FRIENDS
*************************************** */
/* friends widget */
#widget_friends_list {
	display:table;
	width:275px;
	margin:0 10px 0 10px;
	padding:8px 0 4px 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background:white;
}
.widget_friends_singlefriend {
	float:left;
	margin:0 5px 5px 0;
}


/* ***************************************
	ADMIN AREA - PLUGIN SETTINGS
*************************************** */
.plugin_details {
	margin:0 10px 5px 10px;
	padding:0 7px 4px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.admin_plugin_reorder {
	float:right;
	width:200px;
	text-align: right;
}
.admin_plugin_reorder a {
	padding-left:10px;
	font-size:80%;
	color:#999999;
}
.plugin_details a.pluginsettings_link {
	cursor:pointer;
	font-size:80%;
}
.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:#4690d6;
	border: 1px solid #4690d6;
	-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: #0054a7;
	border: 1px solid #0054a7;
	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 {
	background:white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:2px;
	margin:0 10px 5px 10px;
}
.generic_comment_icon {
	float:left;
}
.generic_comment_details {
	margin-left: 60px;
}
.generic_comment_details p {
	margin: 0 0 5px 0;
}
.generic_comment_owner {
	color:#666666;
	margin: 0px;
	font-size:90%;
	border-top: 1px solid #aaaaaa;
}
/* IE6 */
* html #generic_comment_tbl { width:676px !important;}


/* ***************************************
PAGE-OWNER BLOCK
*************************************** */
#owner_block {
	padding:10px 0;
}
#owner_block_icon {
	float:left;
	margin:0 10px 0 0;
}
#owner_block_rss_feed,
#owner_block_odd_feed {
	padding:5px 0 0 0;
}
#owner_block_rss_feed a {
	font-size: 90%;
	color:#999999;
	padding:0 0 4px 20px;
	background: url(https://ceals.com.au/_graphics/icon_rss.gif) no-repeat left top;
}
#owner_block_odd_feed a {
	font-size: 90%;
	color:#999999;
	padding:0 0 4px 20px;
	background: url(https://ceals.com.au/_graphics/icon_odd.gif) no-repeat left top;
}
#owner_block_rss_feed a:hover,
#owner_block_odd_feed a:hover {
	color: #0054a7;
}
#owner_block_desc {
	padding:4px 0 4px 0;
	margin:0 0 0 0;
	line-height: 1.2em;
	border-bottom:1px solid #cccccc;
	color:#666666;
}
#owner_block_content {
	margin:0 0 4px 0;
	padding:3px 0 0 0;
	min-height:35px;
	font-weight: bold;
}
#owner_block_content a {
	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;
	width:100%;
}
#owner_block_submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#owner_block_submenu ul li.selected a {
	color:#ffffff;
	text-decoration: none;
	background: transparent url("https://ceals.com.au/mod/theme_mytheme/graphics/river/leftsidebarmenuitembg.png") no-repeat scroll;/* menu items background*/
}
#owner_block_submenu ul li.selected a:hover {
	
}
#owner_block_submenu ul li a {
    display: block;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
	
}
#owner_block_submenu ul li a:hover {
	color:#ffffff;
	text-decoration: none;
	background: transparent url("https://ceals.com.au/mod/theme_mytheme/graphics/river/leftsidebarmenu_hover.png") no-repeat scroll;/* menu items background*/
}

/* 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:10px 0 0 0;
	padding-bottom: 10px;
}

#owner_block_submenu .submenu_group .submenu_group_filter ul li a,
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li a {
	color:#666666;
}
#owner_block_submenu .submenu_group .submenu_group_filter ul li.selected a,
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li.selected a {
	background:#999999;
	color:white;
}
#owner_block_submenu .submenu_group .submenu_group_filter ul li a:hover,
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li a:hover {
	color:white;
	background: #999999;
}


/* ***************************************
	PAGINATION
*************************************** */
.pagination {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background:white;
	margin:5px 10px 5px 10px;
	padding:5px;
}
.pagination .pagination_number {
	display:block;
	float:left;
	background:#ffffff;
	border:1px solid #4690d6;
	text-align: center;
	color:#4690d6;
	font-size: 12px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.pagination .pagination_number:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
}
.pagination .pagination_more {
	display:block;
	float:left;
	background:#ffffff;
	border:1px solid #ffffff;
	text-align: center;
	color:#4690d6;
	font-size: 12px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.pagination .pagination_previous,
.pagination .pagination_next {
	display:block;
	float:left;
	border:1px solid #4690d6;
	color:#4690d6;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.pagination .pagination_previous:hover,
.pagination .pagination_next:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
}
.pagination .pagination_currentpage {
	display:block;
	float:left;
	background:#4690d6;
	border:1px solid #4690d6;
	text-align: center;
	color:white;
	font-size: 12px;
	font-weight: bold;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}


/* ***************************************
	FRIENDS COLLECTIONS ACCORDIAN
*************************************** */
ul#friends_collections_accordian {
	margin: 0 0 0 0;
	padding: 0;
}
#friends_collections_accordian li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	color: #666666;
}
#friends_collections_accordian li h2 {
	background:#4690d6;
	color: white;
	padding:4px 2px 4px 6px;
	margin:10px 0 10px 0;
	font-size:1.2em;
	cursor:pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#friends_collections_accordian li h2:hover {
	background:#333333;
	color:white;
}
#friends_collections_accordian .friends_picker {
	background:white;
	padding:0;
	display:none;
}
#friends_collections_accordian .friends_collections_controls {
	font-size:70%;
	float:right;
}
#friends_collections_accordian .friends_collections_controls a {
	color:#999999;
	font-weight:normal;
}


/* ***************************************
	FRIENDS PICKER SLIDER
*************************************** */
.friendsPicker_container h3 {
	font-size:4em !important;
	text-align: left;
	margin:0 0 10px 0 !important;
	color:#999999 !important;
	background: none !important;
	padding:0 !important;
}
.friendsPicker .friendsPicker_container .panel ul {
	text-align: left;
	margin: 0;
	padding:0;
}
.friendsPicker_wrapper {
	margin: 0;
	padding:0;
	position: relative;
	width: 100%;
}
.friendsPicker {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding:0;
	width: 678px;

	height: auto;
	background: #dedede;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.friendspicker_savebuttons {
	background: white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin:0 10px 10px 10px;
}
.friendsPicker .friendsPicker_container { /* long container used to house end-to-end panels. Width is calculated in JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.friendsPicker .friendsPicker_container .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 678px;
	margin: 0;
	padding:0;
}
.friendsPicker .friendsPicker_container .panel .wrapper {
	margin: 0;
	padding:4px 10px 10px 10px;
	min-height: 230px;
}
.friendsPickerNavigation {
	margin: 0 0 10px 0;
	padding:0;
}
.friendsPickerNavigation ul {
	list-style: none;
	padding-left: 0;
}
.friendsPickerNavigation ul li {
	float: left;
	margin:0;
	background:white;
}
.friendsPickerNavigation a {
	font-weight: bold;
	text-align: center;
	background: white;
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 0;
	width:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.tabHasContent {
	background: white; color:#333333 !important;
}
.friendsPickerNavigation li a:hover {
	background: #333333;
	color:white !important;
}
.friendsPickerNavigation li a.current {
	background: #4690D6;
	color:white !important;
}
.friendsPickerNavigationAll {
	margin:0px 0 0 20px;
	float:left;
}
.friendsPickerNavigationAll a {
	font-weight: bold;
	text-align: left;
	font-size:0.8em;
	background: white;
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 0 4px 0 4px;
	width:auto;
}
.friendsPickerNavigationAll a:hover {
	background: #4690D6;
	color:white;
}
.friendsPickerNavigationL, .friendsPickerNavigationR {
	position: absolute;
	top: 46px;
	text-indent: -9000em;
}
.friendsPickerNavigationL a, .friendsPickerNavigationR a {
	display: block;
	height: 43px;
	width: 43px;
}
.friendsPickerNavigationL {
	right: 48px;
	z-index:1;
}
.friendsPickerNavigationR {
	right: 0;
	z-index:1;
}
.friendsPickerNavigationL {
	background: url("https://ceals.com.au/_graphics/friends_picker_arrows.gif") no-repeat left top;
}
.friendsPickerNavigationR {
	background: url("https://ceals.com.au/_graphics/friends_picker_arrows.gif") no-repeat -60px top;
}
.friendsPickerNavigationL:hover {
	background: url("https://ceals.com.au/_graphics/friends_picker_arrows.gif") no-repeat left -44px;
}
.friendsPickerNavigationR:hover {
	background: url("https://ceals.com.au/_graphics/friends_picker_arrows.gif") no-repeat -60px -44px;
}
.friends_collections_controls a.delete_collection {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:2px 3px 0 0;
	background: url("https://ceals.com.au/_graphics/icon_customise_remove.png") no-repeat 0 0;
}
.friends_collections_controls a.delete_collection:hover {
	background-position: 0 -16px;
}
.friendspicker_savebuttons .submit_button,
.friendspicker_savebuttons .cancel_button {
	margin:5px 20px 5px 5px;
}

#collectionMembersTable {
	background: #dedede;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin:10px 0 0 0;
	padding:10px 10px 0 10px;
}


/* ***************************************
WIDGET PICKER (PROFILE & DASHBOARD)
*************************************** */
/* 'edit page' button */
a.toggle_customise_edit_panel {
	float:right;
	clear:right;
	color: #4690d6;
	background: white;
	border:1px solid #cccccc;
	padding: 5px 10px 5px 10px;
	margin:0 0 20px 0;
	width:280px;
	text-align: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
a.toggle_customise_edit_panel:hover {
	color: #ffffff;
	background: #0054a7;
	border:1px solid #0054a7;
	text-decoration:none;
}
#customise_editpanel {
	display:none;
	margin: 0 0 20px 0;
	padding:10px;
	background: #dedede;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

/* Top area - instructions */
.customise_editpanel_instructions {
	width:690px;
	padding:0 0 10px 0;
}
.customise_editpanel_instructions h2 {
	padding:0 0 10px 0;
}
.customise_editpanel_instructions p {
	margin:0 0 5px 0;
	line-height: 1.4em;
}

/* RHS (widget gallery area) */
#customise_editpanel_rhs {
	float:right;
	width:230px;
	background:white;
}
#customise_editpanel #customise_editpanel_rhs h2 {
	color:#333333;
	font-size: 1.4em;
	margin:0;
	padding:6px;
}
#widget_picker_gallery {
	border-top:1px solid #cccccc;
	background:white;
	width:210px;
	height:340px;
	padding:10px;
	overflow:scroll;
	overflow-x:hidden;
}

/* main page widget area */
#customise_page_view {
	width:656px;
	padding:10px;
	margin:0 0 10px 0;
	background:white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#customise_page_view h2 {
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	margin:0;
	padding:5px;
	width:200px;
	color: #0054a7;
	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 #cccccc;
	background: #dedede;
}
#customise_page_view h2.profile_box {
	width:422px;
	color: #999999;
}
#profile_box_widgets p {
	color:#999999;
}
#leftcolumn_widgets {
	width:200px;
	margin:0 10px 0 0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
}
#middlecolumn_widgets {
	width:200px;
	margin:0 10px 0 0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
}
#rightcolumn_widgets {
	width:200px;
	margin:0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #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: #cccccc;
	margin: 10px 0 0 0;
	vertical-align:text-top;
	border:1px solid #cccccc;
}
#widget_picker_gallery table.draggable_widget {
	width:200px;
	background: #cccccc;
	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;
}
#widget_picker_gallery table.draggable_widget h3 {
	word-wrap:break-word;
	width:145px;
	line-height: 1.1em;
	overflow: hidden;
	padding:4px;
}
#customise_editpanel img.more_info {
	background: url(https://ceals.com.au/_graphics/icon_customise_info.gif) no-repeat top left;
	cursor:pointer;
}
#customise_editpanel img.drag_handle {
	background: url(https://ceals.com.au/_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:#e4ecf5;
	color:#333333;
	padding:5px;
	display:none;
	width: 200px;
	line-height: 1.2em;
}
.widget_more_wrapper {
	background-color: white;
	margin:0 10px 5px 10px;
	padding:5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
/* droppable area hover class  */
.droppable-hover {
	background:#bbdaf7;
}
/* target drop area class */
.placeholder {
	border:2px dashed #AAA;
	width:196px !important;
	margin: 10px 0 10px 0;
}
/* class of widget while dragging */
.ui-sortable-helper {
	background: #4690d6;
	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;
}


/* ***************************************
	BREADCRUMBS
*************************************** */
#pages_breadcrumbs {
	font-size: 80%;
	color:#bababa;
	padding:0;
	margin:2px 0 0 10px;
}
#pages_breadcrumbs a {
	color:#999999;
	text-decoration: none;
}
#pages_breadcrumbs a:hover {
	color: #0054a7;
	text-decoration: underline;
}


/* ***************************************
	MISC.
*************************************** */
/* general page titles in main content area */
#content_area_user_title h2 {
	padding:5px 0;
	color:#0054A7;
	font-size:1.35em;
	line-height:1.2em;
}
/* reusable generic collapsible box */
.collapsible_box {
	background:#dedede;
	padding:5px 10px 5px 10px;
	margin:4px 0 4px 0;
	display:none;
}
a.collapsibleboxlink {
	cursor:pointer;
	font-weight:bold;
}

/* tag icon */
.object_tag_string {
	background: url(https://ceals.com.au/_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: 110px;
    margin-top: 40px;
}
#profile_picture_form label{
  margin: 25px 0;
}
#profile_picture_form input[type=submit]{
  margin: 10px 0 0 120px;
}
#current_user_avatar label{
 margin:10px;
}
#current_user_avatar {
	float:left;
	width:130px;
	height:130px;
	border-right:1px solid #cccccc;
	margin:20px 20px 0 0;
}
#profile_picture_croppingtool {
	border-top: 1px solid #cccccc;
	margin:20px 0 0 0;
	padding:10px 0 0 0;
}
#profile_picture_croppingtool #user_avatar {
	float: left;
	margin-right: 20px;
	margin-top:20px;
}
#profile_picture_croppingtool #applycropping {

}
#user_avatar_preview_title{
	margin-top:20px;	
}
#profile_picture_croppingtool #user_avatar_preview {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
}
#profile_picture_croppingtool input[type="submit"] {
    display: block;
    margin: 10px 0 10px 222px;
}

/* ***************************************
	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 10px 10px 10px;
	padding:10px;
}

.usersettings_statistics h3,
.admin_statistics h3,
.admin_users_online h3,
.user_settings h3,
.notification_methods h3 {
	background:#e4e4e4;
	color:#333333;
	font-size:1.1em;
	line-height:1em;
	margin:0 0 10px 0;
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.user_settings p{
  padding: 10px;
}
.user_settings p input[type=text],
.user_settings p input[type=password],
.input_pulldown
{
 padding:4px 5px 3px;
 width:250px;
}
.user_settings p label{
  display:inline-block;
width: 140px;
}
.user_settings p .submit_button {
}
h3.settings {
	background:#e4e4e4;
	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(https://ceals.com.au/_graphics/ajax_loader.gif) no-repeat center 30px;
	width:auto;
	height:100px;
	margin:0 10px 0 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}



/* reusable elgg horizontal tabbed navigation
(used on friends collections, external pages, & riverdashboard mods)
*/
#elgg_horizontal_tabbed_nav {
	margin:0 0 5px 0;
	padding: 0;
	display:table;
}
#elgg_horizontal_tabbed_nav ul {
	list-style: none;
	padding: 0;
	margin-left: 7px;
}
#elgg_horizontal_tabbed_nav li {
	background-color: #19A1D1;
    border-top: 1px solid #2196B9;
    float: left;
    font-size: 16px;	
}
#elgg_horizontal_tabbed_nav a {
	text-decoration: none;
	display: block;
	padding:3px 42px;
	margin: 0 5px;
	color: #4690A0;
	text-align: center;
	height:20px;
	line-height:20px;
	font-size:14px;
	background:url('https://ceals.com.au/mod/theme_mytheme/graphics/tav_menu.gif') repeat-x 0 0;
}
#elgg_horizontal_tabbed_nav a:hover {
	color: #2277BB;

}
#elgg_horizontal_tabbed_nav .left {
	display: block;
	background:url('https://ceals.com.au/mod/theme_mytheme/graphics/tav_menu_left.gif') no-repeat left top;
}
#elgg_horizontal_tabbed_nav .right {
	display: block;
	background:url('https://ceals.com.au/mod/theme_mytheme/graphics/tav_menu_right.gif') no-repeat right top;
}
#elgg_horizontal_tabbed_nav a#first-tav{
	border-left:none;
	width: 53px;
}
/* IE6 fix */
* html #elgg_horizontal_tabbed_nav a { display: inline; }

#elgg_horizontal_tabbed_nav a:hover {
	background:url('https://ceals.com.au/mod/theme_mytheme/graphics/tav_menu.gif') repeat-x 0 0;
}

#elgg_horizontal_tabbed_nav .selected {
	border-top:1px solid #2196b9;
	border-bottom:none;
}
#elgg_horizontal_tabbed_nav .selected a {
	position: relative;
	background:url('https://ceals.com.au/mod/theme_mytheme/graphics/tav_menu_selected.gif') repeat-x 0 0;	
	color: #000000;
	height: 19px;
	margin:0px;
}
.profile-nav-content{
	height:26px;
	margin:0 7px;
	background:url('https://ceals.com.au/mod/theme_mytheme/graphics/tav_menu_hover.gif') repeat-x 0 0;
}

.profile_name {
    color: #2277BB;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    margin-left: 10px;
}
/* IE6 fix */
* html #elgg_horizontal_tabbed_nav .selected a { top: 3px; }




/* ***************************************
	Auto Suggest Boxes
*************************************** */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url(https://ceals.com.au/_graphics/indicator.gif) right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.autocomplete {
	width:300px;
}

.ac_results strong {
	font-weight: bold;
}

.user_picker .user_picker_entry {
	clear: both;
	padding: 1em;
}

.livesearch_icon {
	float: left;
	padding-right: 1em;
}

.draggable {
	cursor: move;
}

/* ***************************************
	My theme customization done by Rayhan
*************************************** */

#catslider-area { /* required to avoid jumping */
  position: absolute;
    top: 76px;
    width: 100%;
    z-index: 1000;
}
#catslider-area.fixed {
  position: fixed;
  top: 0;
}
#catslider {
	
	margin:0;
	padding:0;
	
	width:990px;
	margin:0 auto;
	
	height:33px;
	position:relative;
	/* background-image:url('https://ceals.com.au/mod/theme_mytheme/graphics/catsliderbg.gif'); */
	background-repeat:repeat-y;
}

.left-space {
    padding-left: 10px;
}

.menu_helper {
	width:990px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	}
.menu_helper ul {
	list-style:none;
	margin:0;
	padding:0;
	}
.menu_helper li {
	float:left;
		margin-top:5px;
	}
.menu_helper li a {
	display:block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	border-left:1px solid #9B0F0D;
	border-right:1px solid #9b0f0d;
	padding:10px 15px 10px 15px;
	}
.menu_helper li a:hover {
	background:#ffffff;
	color:#333333;
	text-decoration:none;
	}

submit {
	margin:0px;
	padding:0px;
	}
#topbuttons {
	float:none;
	}
#topbuttons img {
	float:right;
	margin:10px;
	}
#toplogin {
	float:right;
	background-image: url('https://ceals.com.au/mod/theme_mytheme/graphics/loginboxbg.png');
	height:196px;
	width:503px;
	
	}
#toplogin table {
    margin-left: 40px;
    margin-top: 50px;
	}
.login-textarea {
	 background-image: url('https://ceals.com.au/mod/theme_mytheme/graphics/inputbg.png');
    border: 0 none;    
    height: 24px;
    width: 144px;
	-moz-border-radius:0px;	
	}
#toplogin label {
	font-weight:normal;
	}
#toplogin a {
	font-weight:normal;
	margin-left:2px;
	
	}
	
#owner_block_bookmark_this, #owner_block_report_this,  #owner_block_rss_feed {
	display:none;
	}
#toplogin table td{
		
   padding:1px;
}

#footer
{
	width:990px;
	height:81px;
	margin:0 auto;
	color:#FFFFFF;
	
	background:transparent url('https://ceals.com.au/mod/theme_mytheme/graphics/footerimg.png') no-repeat;
}
.copyleft
{
	float: left;
    margin-left: 15px;
    margin-top: 18px;
}
#rightcopy
{
	float: right;
    margin-top: 25px;
    position: relative;
    right: 8px;
	
	
}
#rightcopy a{
color:#FFFFFF;
}
/********************************************
			Register box
********************************************/
#register-box {
	text-align:left;
	width:347px;  /*Changed from 345px due to display issue with the input focus*/
	margin: 100px 170px 0 0;;
}
#register-box h2{
	font-size: 25px;
    padding-left: 133px;
	padding-bottom: 14px;
	font-weight: normal;
}
#register-box .row{
	width:100%;
	height:25px;
	position:relative;
	margin-bottom: 8px;
}
#register-box label{
	color: #2A5372;
	font-size:11px;
}
#login-box .login-textarea {
	width:178px;
}
#login-box .label-reg,
#register-box .label-reg {
	color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    margin-top: 4px;
	margin-right:9px;
    text-align: right;
    width: 128px;
}
#fp-area{
	background-color: #0CA2D2;
   
    padding: 30px 40px 30px 30px;
}
#fp-area #content{
	width:330px;
	 margin: 0 auto;
}
#fp-area p label {
    display: inline-block;
    margin-right: 5px;
    text-align: right;
    width: 115px
}

.general-textarea, .captcha-input-text,.input-text{
    border: medium none;
    height: 16px;
    padding: 5px 5px 4px;
    width: 198px;
	background-image:url('https://ceals.com.au/mod/theme_mytheme/graphics/reginputtextbg.gif');
	background-repeat:no-repeat;	
	background-position:left top;
	background-color:#0CA2D2;
	background-attachment:inherit !important;
	background-attachment:fixed;
	float:inherit;
}

.captcha-input-text{
	float: left;
    width: 80px;
}
.captcha-left{
	margin-top: 28px;
}
.captcha-right{
	margin-top: 23px;
    position: relative;
    width: 223px;
}
#register-box .submit_button{
	background:url('https://ceals.com.au/mod/theme_mytheme/graphics/buttonbg.png') no-repeat scroll left top transparent;
	background-size: 100% 100%;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    height: 25px;
    margin-left: 136px;
    width: 75px;
}
#register-box .submit_button:hover{
/*	background: url('https://ceals.com.au/mod/theme_mytheme/graphics/buttonbghover.png') no-repeat scroll left top transparent;	 */
	color:#C1DFE9;
}
#register-box .submit_button:active{
	background: url('https://ceals.com.au/mod/theme_mytheme/graphics/buttonbg2.png') no-repeat scroll left top transparent;
	background-size: 100% 100%;
	color:#C1DFE9;
}
#register-box .last-row{
	margin-bottom:0px;
	margin-top: 20px;
}
#register-box .last-row a{
	color: #0054A7;
}
/********************************
			Notification
***********************************/
.notification{
	float: left;
    height: 30px;
    margin-left: 38px;
    width: 177px;
}
/* .wireboard{
	float:left;
	width:519px;
	height:30px;
}*/
.notification-image{
	background: url('https://ceals.com.au/mod/theme_mytheme/graphics/notification.png') no-repeat 0 0;
	display: block;
    float: left;
    height: 26px;
    margin: 3.5px 0 0 14px;
    width: 26px;
}
.notification-image:hover{
	background-color:#5C8AE6;
}
#num_of_notify_mass{
	background-color: red;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 18px;
	padding: 2px;
}
.updates{
	background-position: 0px 0px;
}
.mess{
	background-position: -32px 0px;
}
.request{
	background-position: -67px 0px;

}
/*******************************************
	CONTENT AREA
******************************************/
.content-area-gradient-bg{
	background:#ffffff url('https://ceals.com.au/mod/theme_mytheme/graphics/bottomheaderbg.gif');
	width:100%;
}
.content-area{
	margin:0px auto;
    height: 129px;
    width: 990px;
	position:relative;
}
.login-area{
    color: #2A5372;
    height: 90px;
    position: absolute;
    right: 75px;
    width: 470px;
    top: 10px;
}
.login-area #top-bg{
	background:url('https://ceals.com.au/mod/theme_mytheme/graphics/login_area_top_bg.gif') no-repeat center top;
}
.login-area #bottom-bg{
	background:url('https://ceals.com.au/mod/theme_mytheme/graphics/login_area_botom_bg.png') no-repeat center bottom;
	padding: 20px 0 8px;
}
.login-row{
	height: 24px;
	font-size: 14px;
}
.login-area input[type="submit"]{
	background-image: url('https://ceals.com.au/mod/theme_mytheme/graphics/buttonbg.png');
	background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    color: White;
    font-weight: bold;
    /*height: 30px;
    width: 77px;*/	
	cursor: pointer;
}
.last{
	margin-top:5px;
}
.site-logo{
	width:300px;
	height:auto;
	position:absolute;
	left:64px;
	top:10px;
}
.site-logo h1{
	font-size:8px;
}
.site-logo h1 img{
	left: 0;
    position: absolute;
    top: 0;
}
.content-area .left{
	display: inline;
    float: left;
    margin-left: 85px;
    width: 138px;
}
.content-area .right{
	display: inline;
    float: left;
    margin-left: 14px;
    width: 150px
}
.content-area .right
.content-area right .login{
	background: url('https://ceals.com.au/mod/theme_mytheme/graphics/login_button.gif') repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 33px;
    margin-top: -5px;
    width: 78px;
}
.left .login-textarea,.right .login-textarea{
	border:none;	
	background-image:url('https://ceals.com.au/mod/theme_mytheme/graphics/inputbg.gif');
	background-repeat:no-repeat;	
	background-position:left top;
	background-color:#ffffff;
	background-attachment:inherit !important;
	background-attachment:fixed;
    height: 18px;
    padding: 3px 5px;
    width: 129px;
	
}
.small{
	font-size:9px;
}
.space{
	margin-left:5px;
}
/*******************************************/
#layout_header_bottom{
	height:204px;
	width:100%;
	background-image:url('https://ceals.com.au/mod/theme_mytheme/graphics/bottomheaderbg.png');
	background-repeat:repeat-x;
}
#notificationarea {
    display: inline;
    float: left;
}
#wirepostform {
    display: inline;
    float: left;
    margin-left:102px;
    padding: 0;
	width:345px;
}
#wirepostform input[type="submit"] {
}
#wirepostform .submit {
	border-radius: 5px;
    height: 22px;
    margin-top: 5px;
    width: 55px;
}
#searchboxtop{
	display: inline;
    float: right;
}
/************* twitmarquee ****************/
#front-catagory{
	float: left;
    height: 30px;
    overflow: hidden;
    padding-left: 43px;
    width: 715px;
}
a{
	color:#27b;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
a img{
	border-width:0;
	}
#header{
	background;
	}

#trends{
	width:750px;
	margin:0 auto;
	}
.background .inner{
	*z-index:997;
	_z-index:997;
	position:relative;
	}

#trends{
	*z-index:996;
	_z-index:996;
	position:relative;
	zoom:1;
	}
#trends .inner{
	width:980px;
	overflow:hidden;
	zoom:1;
	position:relative;
	}
#trends ul{
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	zoom:1;
	position:relative;
	z-index:20;
	}
#trends li{
	margin:0;
	padding:0 7px 0 0;
	display:inline;
	zoom:1;
	}
#trends em{
	display:none;
	zoom:1;
	}
#trends a,#trends li.trend-label{
	padding:8px 4px;
	font-size:13px;
	}
#trends li.trend-label{
	font-size:13px;
	color:#def;
	text-transform:uppercase;
	letter-spacing:.2em;
	zoom:1;
	}
#trends a{
	display:inline-block;
	color:#6ac;
	zoom:1;
	}
/*
#trends a:hover,#trends a.active{
	color:#def;
	text-decoration:none;
	zoom:1;
	}
*/
#trends .fade{
	/* background-image:url('https://ceals.com.au/mod/theme_mytheme/graphics/fade-trends2.png');	*/
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:60px;
	padding:8px 0;
	zoom:1;
	_visibility:hidden;
	z-index:30;
	pointer-events:none;
	}
#trends .fade-right{
	background-position:-60px 0;
	left:auto;
	/* right:240px; */
	right:0;
	
	}
#trends dl{
	margin:0;
	padding:20px 0;
	line-height:18px;
	color:#ace;
	}
#trends dt{
	display:block;
	margin-bottom:4px;
	font-size:11px;
	color:#df6;
	}
#trends dt img{
	vertical-align:middle;
	}
#trends dd{
	margin:0;
	}
#trends dd strong{
	color:#fff;
	}
#trend_description p{
	font-size:1em;
	}
.trendtip{
	background:#fff;
	position:relative;
	width:240px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	font-size:11px;
	line-height:18px;
	color:#aaa;
	display:none;
	margin-top:9px;
	}
.trendtip-content{
	background:#000;
	padding:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	}
.trendtip-trend{
	margin-bottom:10px;
	font:bold 15px "Helvetica Neue",Arial,Sans-serif;
	color:#fa2;
	line-height:18px;
	display:block;
	}
ul.trendscontent a:focus,ul.trendscontent a:active,.trendtip-trend:focus,.trendtip-trend:active{
	outline:0;
	-moz-outline:0;
	}
.trendtip-desc{
	display:block;
	color:#ddd;
	font-size:13px;
	line-height:18px;
	}
.trendtip-source a{
	color:#6ac;
	text-decoration:none;
	}
.trendtip-pointer{
	background:url("trendtip-pointer.gif");
	position:absolute;
	top:-9px;
	left:50%;
	width:17px;
	height:9px;
	margin-left:-8px;
	}
.aside #trend_description p{
	color:#666;
	}
.aside #what_the_trend{
	color:#999;
	font-size:11px;
	}


div.trend-description-container{
	display:block;
	}
.trend-description-container{
	display:none;
	margin:0!important;
	padding:7px 0 0 0!important;
	}
#trend_description img{
	vertical-align:middle;
	margin:1px 5px 3px;
	}
.ie8 #trend_description img{
	margin-top:-1px;
	}
.ie7 #trend_description img{
	margin-bottom:-2px;
	}
#trend_description{
	display:none;
	padding:0;
	line-height:18px;
	margin:0 0 1em;
	}
#trend_description span{
	color:#777;
	}
#trend_description p{
	margin:0;
	line-height:18px;
	font-size:1.1em;
	color:#333;
	}
#trend_description p strong{
	color:#333;
	}


/************ end twitmarquee **************/

/********* invite friends ******/
.input label{
  	display: inline-block;
    width: 90px;
	text-align: left;
}
.emailinput{
	height: 15px;
    margin: 5px 0;
    padding: 4px;
    width: 300px;
}
.email-textarea{
	height: 94px;
    width: 388px;
}
.contentWrapper .row{
	margin-bottom:10px;
}
.contentWrapper .row label{
	display: block;
    float: left;
    margin-right: 10px;
    text-align: right;
    width: 50px;
	margin-bottom:10px;
}
.contentWrapper .row input[type=text]{
	padding: 3px 5px;
    width: 290px;
}
.invite_submit{
  margin:10px;
  margin-left:140px;
}
#message_box label{
	display:block;
	padding: 10px 0;
	text-align: left;
}
/**************************profile_info*******************/

#profile_info{
	background-color: #16516d;
	background-image: url('https://ceals.com.au/mod/theme_mytheme/graphics/profileBg.png');
	background-repeat: repeat-x;
	background-position: 0 0;
}
#profile_info h2{
	font-size:14px;
	font-weight:normal;
}
.row_info{
	color: #FFFFFF;
    height: auto;
    margin: 2px 0px;
    padding: 12px 10px;
}
.row_info a{
  color:#ffffff;
}
.with_border{
	border:1px solid #38adcb;
	border-bottom:3px solid #06bce4;
	border-top:2px solid #32d2f3;
}
.row_info a:link,.row_info a:active,.row_info a:hover{
	color:#ffffff;
}
.black-shadow{
	box-shadow: 0 0 10px #000000;
	border:none;
	margin-left:2px;
	margin-right:2px;
}
.heading{
	margin-bottom: 20px;
	background-color:#F7F7F7;
	color:#0CA2D2;
	/*min-height:30px;*/
	height:auto !important;
	height:30px;
	font-size:15px;
}
/****************************************
	  brand details information
****************************************/
.section {
	margin: 0 20px 30px;
}
ul.tabs {
	height: 28px;
	line-height: 25px;
	list-style: none;
	/*border-bottom: 1px solid #003366;*/
}
.tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px 1px;
	color: #ffffff;
	cursor: pointer;
	background-color: #0CA2D2;
	border: 1px solid #0CA2D2;
	border-bottom: 1px solid #0CA2D2;
	position: relative;
}
.tabs li:hover,
.vertical .tabs li:hover {
	color: #ffffff;
	padding: 0 13px;
	background: #004D78;
	border: 1px solid #004D78;
}
.tabs li.current {
	background-color: #004D78;
	padding: 0 13px 2px;
	border: 1px solid #003366;
	border-bottom: 1px solid #004D78;
}
.box {
	display: none;
	/*border: 1px solid #003366;
 	border-width: 0 1px 1px;*/
	padding: 20px 0px;
	/*background-color:#0498cf;*/
}
.box.visible {
	display: block;
}

.section.vertical {
	width: 440px;
	border-left: 160px solid #FFF;
}
.vertical .tabs {
	width: 160px;
	float: left;
	display: inline;
	margin: 0 0 0 -160px;
}
.vertical .tabs li {
	padding: 0 13px;
	margin: 0 0 1px;
	border: 1px solid #E4E4E4;
	border-right: 1px solid #F9F9F9;
	width: 132px;
	height: 25px;
}
.vertical .tabs li:hover {
	width: 131px;
}
.vertical .tabs li.current {
	width: 133px;
	color: #444;
	background: #EFEFEF;
	border: 1px solid #D4D4D4;
  border-right: 1px solid #EFEFEF;
  margin-right: -1px;
}
.vertical .box {
  border-width: 1px;
}

/*!
 * jQuery UI CSS Framework 1.8.19
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.19
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; }
.ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #e17009; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fad42e; background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_469bdd_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_469bdd_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../_graphics/ui-icons_d8e7f3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_6da8d5_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_217bc0_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_f9bd01_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
 * jQuery UI Resizable 1.8.19
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
 * jQuery UI Selectable 1.8.19
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*!
 * jQuery UI Accordion 1.8.19
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*!
 * jQuery UI Autocomplete 1.8.19
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.19
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*!
 * jQuery UI Button 1.8.19
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.19
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*!
 * jQuery UI Slider 1.8.19
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
 * jQuery UI Tabs 1.8.19
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*!
 * jQuery UI Datepicker 1.8.19
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*!
 * jQuery UI Progressbar 1.8.19
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Elgg Developer Tools begin */
#elgg_dev_tools_form em {
	font-size: 75%;
	font-style: italic;
}
#elgg_dev_tools_form .error {
	color: #f00;
}
#elgg_dev_tools_form label {
	font-size: 100%;
}
.elgg_dev_tools_checkbox {
	vertical-align: top;
}
.elgg_dev_tools_tab {
	display: none;
}
#elgg_dev_tools_inspect {
	margin-bottom: 30px;
}
#edt_ajax_spinner {
	float: right;
	margin-right: 340px;
	display: none;
}
#elgg_dev_tools_footer {
	background: white;
	margin-bottom: 20px;
	padding: 10px;
	-moz-border-radius: 8px;
}
/* Elgg Developer Tools end */

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
      -ms-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
      -ms-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

/*.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}*/

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}

.btn-warning {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  background-color: #414141;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-group {
  position: relative;
  *margin-left: .3em;
  *zoom: 1;
}

.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}

.btn-group:after {
  clear: both;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}

.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group > .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .dropdown-toggle {
  *padding-top: 4px;
  padding-right: 8px;
  *padding-bottom: 4px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini.dropdown-toggle {
  padding-right: 5px;
  padding-left: 5px;
}

.btn-group > .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0055cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}

.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-mini .caret {
  margin-top: 5px;
}

.btn-small .caret {
  margin-top: 6px;
}

.btn-large .caret {
  margin-top: 6px;
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.dropup .btn-large .caret {
  border-top: 0;
  border-bottom: 5px solid #000000;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.breadcrumb li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.modal-open .dropdown-menu {
  z-index: 2050;
}

.modal-open .dropdown.open {
  *z-index: 2050;
}

.modal-open .popover {
  z-index: 2060;
}

.modal-open .tooltip {
  z-index: 2070;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
      -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 50%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-body {
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -2px;
}

.tooltip.right {
  margin-left: 2px;
}

.tooltip.bottom {
  margin-top: 2px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-left: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #000000;
  border-bottom: 5px solid transparent;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}

.popover.top {
  margin-top: -5px;
}

.popover.right {
  margin-left: 5px;
}

.popover.bottom {
  margin-top: 5px;
}

.popover.left {
  margin-left: -5px;
}

.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #000000;
  border-bottom: 5px solid transparent;
}

.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-left: 5px solid transparent;
}

.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover-inner {
  width: 280px;
  padding: 3px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.progress {
  height: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  width: 0;
  height: 18px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
      -ms-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.progress-info.progress-striped .bar {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

.progress-warning.progress-striped .bar {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
  margin-bottom: 18px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
      -ms-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel .item > img {
  display: block;
  line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
 }
 
.hidden {
  display: none;
  visibility: hidden;
}


.row_header{
	text-align:center;
	padding:10px;
	background-image: url("https://ceals.com.au/mod/theme_mytheme/graphics/profileBg.png");
}

.row_body{
	margin:5px;
	padding:10px;
	
}

.row_info2{
	color: #FFFFFF;
    height: auto;
    margin: 5px 0px 5px 0px;
	width:214px;
	float:left;
	background-image: url("https://ceals.com.au/mod/theme_mytheme/graphics/dot.png");
	
}
.row_info1{
	color: #FFFFFF;
    height: auto;
    margin: 5px 0px 5px 0px;
	width:233px;
	float:right;
	background-image: url("https://ceals.com.au/mod/theme_mytheme/graphics/dot.png");
	
}
.row_product_info2{
	color: #FFFFFF;
    height: auto;
    margin: 5px 0px 5px 0px;
	width:100%;
	float:left;
	background-image: url("https://ceals.com.au/mod/theme_mytheme/graphics/dot.png");
	
}
.row_contact_info2{
	color: #FFFFFF;
    height: auto;
    margin: 5px 0px 5px 0px;
	width:100%;
	float:left;
	background-image: url("https://ceals.com.au/mod/theme_mytheme/graphics/dot.png");
	
}
.row_info2 a{
  color:#ffffff;
}
#paging_button {
    height: auto;
}

#paging_button ul {
	padding:0px;
	margin:8px;
	text-align:center;
}

#paging_button ul li {
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	position: relative;
	display:inline;
	padding:2px;
	height:20px;
	width:20px;
	list-style-image:none; 
	list-style-type:none;
	font-weight:bold;
	border:solid #CCCCCC 1px;
	margin:3px;
	cursor:pointer;
}

#paging_button li:hover {
	color: #CC0000;
	cursor: pointer;
}

.buttonsub {
	background: #dedede;
	border-color: #dedede;
	color:#333333;
}
.buttonsub:hover {
	background: red;
	border-color: red;
	color:white;
}

.iconfixed {
	width: 100px;
	hieght: 100px;
}
.iconborder {
	border: 1px solid;
    padding: 2px;
}
.productstbl {
	margin: 0px auto 0px auto; 
	border-collapse:collapse;
	width:auto;
	
}

.productstbl td{
	text-align: center;
	padding: 3px; 
	//border: 1px solid cyan;
}
.deleteitems {
	color: red;
	padding: 1px 3px 1px 3px;
	background-color: black;
	border-radius: 3px;
	float:right;
}

.brandinfospan {
	margin: 0px 10px 0px 10px;
}

.brandinfolegend {
	color: cyan;
	padding: 10px;
	margin-left: 10px;
	font-size: 16px 
}

.box label {
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 12px;
    margin-left: 20px;
    width: 78px;
}
.box input[type=text]{
  padding: 3px 5px 3px;
}
#profile_icon_wrapper {
	float:left;
}
	
.usericon {
	position:relative;
}

.avatar_menu_button {
	width:15px;
	height:15px;
	position:absolute;
	cursor:pointer;
	display:none;
	right:0;
	bottom:0;
}
.avatar_menu_arrow {
	/*background: url(https://ceals.com.au/_graphics/avatar_menu_arrows.gif) no-repeat left top;*/
	background: url(https://ceals.com.au/_graphics/dropdown_icon_sm.png) no-repeat left top;
	background-size: 15px 15px;
	max-width:15px;
}
.avatar_menu_arrow_on {
	/*background: url(https://ceals.com.au/_graphics/avatar_menu_arrows.gif) no-repeat left -16px;*/
	background: url(https://ceals.com.au/_graphics/dropdown_icon_sm.png) no-repeat left top;
	background-size: 15px 15px;
	max-width:15px;
}
.avatar_menu_arrow_hover {
	/*background: url(https://ceals.com.au/_graphics/avatar_menu_arrows.gif) no-repeat left -32px;*/
	background: url(https://ceals.com.au/_graphics/dropdown_icon_sm.png) no-repeat left top;
	background-size: 15px 15px;
	max-width: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:180px; 
	background:#FFFFFF; 
	text-align:left;
}
div.usericon a.icon img {
	z-index:10;
}

.usericon div.sub_menu a {margin:0;padding:2px;}
.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:#cccccc; text-decoration:none;}

.usericon div.sub_menu h3 {
	font-size:1.2em;
	padding-bottom:3px;
	border-bottom:solid 1px #dddddd;
	color: #4690d6;
	margin:0 !important;
}
.usericon div.sub_menu h3:hover {

}

.user_menu_addfriend,
.user_menu_removefriend,
.user_menu_profile,
.user_menu_friends,
.user_menu_friends_of,
.user_menu_blog,
.user_menu_file,
.user_menu_messages,
.user_menu_admin,
.user_menu_pages {
	margin:0;
	padding:0;
}
.user_menu_admin {
	border-top:solid 1px #dddddd;
}
.user_menu_admin a {
	color:red;
}
.user_menu_admin a:hover {
	color:white !important;
	background:red !important;
}

.resetdefaultprofile {
	padding:0 10px 0 10px;
}
.resetdefaultprofile input[type="submit"] {
	background: #dedede;
	border-color: #dedede;
	color:#333333;
}
.resetdefaultprofile input[type="submit"]:hover {
	background: red;
	border-color: red;
	color:white;
}

/* Banned user */
#profile_banned {
	background-color:#FF8888;
	border:3px solid #FF0000;
	padding:2px;
}
.profile_banned {
	opacity:.5;
}
.user_menu_removefriend{
  float:right;
}
#contact_message{
  text-align:left;
  float:left;
}
.user_menu_addfriend{
 float:right;
}
#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	text-align: left;
}
#facebox .popup {
	position: relative;
}
#facebox .body {
	padding: 10px;
	background: #ffffff;
	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(https://ceals.com.au/mod/embed/images/facebox_close_normal.png) no-repeat left top;
	opacity: 0.9;
}
#facebox .footer img.close_image:hover {
	background: url(https://ceals.com.au/mod/embed/images/facebox_close_hover.png) no-repeat left top;
	opacity: 0.7;
}
#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: 9999;
}

* 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;
	background: white;
}

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;
	padding:5px;
	background:white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}
#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;
}




/* ***************************************
	PAGINATION
*************************************** */
#mediaEmbed .pagination .pagination_number {
	border:1px solid #999999; 
	color:#666666;
}
#mediaEmbed .pagination .pagination_number:hover {
	background:#aaaaaa; 
	color:black;
}

#mediaEmbed .pagination .pagination_previous,
#mediaEmbed .pagination .pagination_next {
	border:1px solid #999999; 
	color:#666666;
}
#mediaEmbed .pagination .pagination_previous:hover,
#mediaEmbed .pagination .pagination_next:hover {
	background:#aaaaaa; 
	color:black;
}
#mediaEmbed .pagination .pagination_currentpage {
	background:#666666; 
	border:1px solid #666666; 
	color:white;
}










.new_friendrequests {
	background: transparent url(https://ceals.com.au/mod/friend_request/graphics/icons/friendrequest.png) no-repeat left -16px;
	padding: 0 0 0 18px;
	margin: 0 5px 0 5px;
}

.new_friendrequests:hover {
	text-decoration: none;
	background-position: left top;
}

.friend_request {
	margin: 0 0 5px 0;
}

.friend_request td {
	padding: 0 0 0 3px;
}

/* hide some links on profile */
.user_menu_friends_of {
	display: none;
}
#custom_index {
    /*padding-top:177px;*?
	background-color: #0CA2D2;
    /*height: 420px;*/
    margin: 0 auto;
    /*min-height: 420px;*/
    width: 990px;	
	/*background:url('https://ceals.com.au/mod/theme_mytheme/graphics/contentfootershadow.png') repeat-x bottom; */
}
#index_left {
    width:430px;
    float:left;
	display:inline;
	height:420px;  
	/*background: url('https://ceals.com.au/mod/theme_mytheme/graphics/tree.gif') no-repeat scroll 78px bottom transparent;*/
	background: url('https://ceals.com.au/vendors/imgs/tree.png') no-repeat scroll 120px bottom;
}
#index_right {
    float:right;
	display:inline-block;
}
#index_welcome {
	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;
	
	width:200px;
}
#index_welcome #login-box h2,
.index_box h2 {
	color:#006400;
	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;
	background: #dedede;
	padding:0 0 5px 0;

}

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




.captcha-input-image {
	margin: auto;
    position: absolute;
    right: 0px; /*Changed from -1px for proper alignment*/
    top: 0;
}
.captcha-right .captcha-input-image{
	right:-7px;
}

p.filerepo_owner {
	margin:0;
	padding:0;
}
.filerepo_owner_details {
	margin:0;
	padding:0;
	line-height: 1.2em;
}
.filerepo_owner_details small {
	color:#666666;
}
.filerepo_owner .usericon {
	margin: 3px 5px 5px 0;
	float: left;
}

.filerepo_download a {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	background:#4690d6;
	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 5px 0;
	padding:5px;
	min-height:60px;
	display:block;
	background:white;
   	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}
.filerepo_widget_singleitem_more {
	margin:0;
	padding:5px;
	display:block;
	background:white;
   	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;	
}
.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:#666666;
	font-weight: bold;
}

.collapsable_box #filerepo_widget_layout {
	margin:0 10px 0 10px;
	background: none;
}

/* widget gallery view */
#filerepo_widget_layout .filerepo_widget_galleryview {
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	background: white;
	margin:0 0 5px 0;	
}
.filerepo_widget_galleryview img {
	padding:0;
    border:1px solid white;
    margin:4px;
}
.filerepo_widget_galleryview img:hover {
	border:1px solid #333333;
}

/* SINGLE ITEM VIEW */
.filerepo_file {
	background:white;
	margin:10px 10px 0 10px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}
.filerepo_file .filerepo_title_owner_wrapper {
	min-height:60px;

}
.filerepo_title_owner_wrapper .filerepo_title,
.filerepo_title_owner_wrapper .filerepo_owner {
	margin-left: 70px !important;
}
.filerepo_file .filerepo_maincontent {
	padding:0 20px 0 0;
}
.filerepo_file .filerepo_icon {
	width: 70px;
	position: absolute;
	margin:10px 0 10px 10px;
}
.filerepo_file .filerepo_title {
	margin:0;
	padding:7px 4px 10px 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 1px 10px;
	margin:0 0 10px 0;
}
.filerepo_file .filerepo_description p {
	padding:0 0 5px 0;
	margin:0;
}
.filerepo_file .filerepo_specialcontent img {
	padding:10px;
	margin:0 0 0 10px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	background: black; 
}
/* zaudio player */
.filerepo_maincontent .filerepo_specialcontent {
	margin:0 0 20px 0;
}
.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;
}
.filerepo_gallery_item {
	margin:0;
	padding:0;
	text-align:center;

}
.filerepo_gallery_item p {
	margin:0;
	padding:0;
}
.filerepo_gallery_item .filerepo_controls {
	margin-top:10px;
}
.filerepo_gallery_item .filerepo_controls a {
	padding-right:10px;
	padding-left:10px;
}
.search_gallery .filerepo_comments {
	font-size:90%;
}

.filerepo_user_gallery_link {
	float:right;
	margin:5px 5px 5px 50px;
}
.filerepo_user_gallery_link a {
	padding:2px 25px 5px 0;
	background: transparent url(https://ceals.com.au/_graphics/icon_gallery.gif) no-repeat right top;
	display:block;
}
.filerepo_user_gallery_link a:hover {
	background-position: right -40px;
}

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

.contentWrapper fieldset{
 padding:20px;
}
#upload_file {
	width: 400px;
}
#upload_file label {
    display: inline-block;
    margin-top: 3px;
    vertical-align: top;
    width: 60px;
}
#upload_file input, #upload_file textarea {
    padding: 3px 5px 2px;
    width: 275px;
}
#upload_file select {
    padding: 3px 5px 2px;
    width: 286px;
}
#upload_file div{
  margin:10px;
}
#upload_file input[type="submit"] {
    width: 75px;
}
/* input msg area */
#mb_input_wrapper {
	padding:5px;
	background: white;
}

#mb_input_wrapper .input_textarea {
	width:230px;
}
.collapsable_box_content #mb_input_wrapper .input_textarea {
	width:259px;
}
.message_item_timestamp {
	font-size:90%;
	padding:10px 0 0 0;
}
p.message_item_timestamp {
	margin-bottom: 10px;
}
/* wraps each message */
.messageboard {
	margin:0 10px 5px 10px;
	padding:0;
	background: white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}
.messageboard .message_sender {
	float:left;
	margin: 5px 10px 0 5px;
}
/* IE6 */
* html .messageboard { width: 280px; } 
* html #two_column_left_sidebar_maincontent .messageboard { width: 667px; }
* html .messageboard .message_sender { margin: 5px 10px 0 2px; }
* html #mb_input_wrapper .input_textarea { width:645px; }
/* IE7 */
*:first-child+html .messageboard { width: 280px; } 
*:first-child+html #two_column_left_sidebar_maincontent .messageboard { width: 698px; }
*:first-child+html .messageboard .message_sender { margin: 5px 10px 0 2px; }

.messageboard .message p {
	line-height: 1.2em;
	background:#dedede;
	margin:0 6px 4px 6px;
	padding:4px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	overflow-y:hidden;
	overflow-x:auto;
	color:#333333;
}

.message_buttons {
	padding:0 0 3px 4px;
	margin:0;
	font-size: 90%;
	color:#666666;
}

.messageboard .delete_message a {
	display:block;
	float:right;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0 3px 3px 0;
	background: url("https://ceals.com.au/_graphics/icon_customise_remove.png") no-repeat 0 0;
	text-indent: -9000px;
}
.messageboard .delete_message a:hover {
	background-position: 0 -16px;
}


#logbrowserSearchform {
	padding: 10px;
	background-color: #dedede;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}

.log_entry {
	width: 699px;
	font-size: 80%;
	background:white;
	margin:0 10px 5px 10px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border:1px solid white;
}
.log_entry td {
}

.log_entry_user {
	width: 120px;
}

.log_entry_time {
	width: 210px;
	padding:2px;
}

.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;
}
#memberssearchform .search_input {
	width:176px;
}


/*-------------------------------
MESSAGING PLUGIN
-------------------------------*/
.contentWrapper .row label{
	width: 55px !important;
}
#messages {
	margin:0 10px 0 10px;
}
#message_area{
  width: 400px;
  margin:20px;
}
#message_area textarea{
  width:290px;
  height:200px;
}
.m_r label{
    display: block;
    float: left;
    margin-right: 10px;
    text-align: right;
    vertical-align: top;
    width: 50px;
}
.m_r{
  margin-bottom:10px;
}
.m_r input[type="text"]{
    width: 290px;	
	padding: 3px 5px;
}
.m_r .submit_button{

}
.m_r select{
 padding: 3px 5px;
}
.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 10px;
	padding:5px;
	text-align: left;
}
.messages_buttonbank input {
	margin:0 0 0 10px;
}
.messages_buttonbank input[type="button"] {
	background-image: url('https://ceals.com.au/mod/theme_mytheme/graphics/buttonbg.png');
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    color: White;
    font-weight: bold;
    height: 25px;
    width: 75px;	
	cursor: pointer;
}
.messages_buttonbank input[type="button"]:hover {
	color:#c1dfe9;
}

#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("https://ceals.com.au/_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;
}

.messages_to {
	float: left;
	margin-right: 10px;
}

/* 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 10px 10px 10px;
	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(https://ceals.com.au/mod/messages/graphics/icon_notifications_site.gif) no-repeat right 2px;
}
#notificationstable td.sitetogglefield a.sitetoggleOn {
	background: url(https://ceals.com.au/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(https://ceals.com.au/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(https://ceals.com.au/mod/pages/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(https://ceals.com.au/mod/pages/images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(https://ceals.com.au/mod/pages/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(https://ceals.com.au/mod/pages/images/treeview-red.gif); } 

.treeview-black li { background-image: url(https://ceals.com.au/mod/pages/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(https://ceals.com.au/mod/pages/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(https://ceals.com.au/mod/pages/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(https://ceals.com.au/mod/pages/images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(https://ceals.com.au/mod/pages/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(https://ceals.com.au/mod/pages/images/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(https://ceals.com.au/mod/pages/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(https://ceals.com.au/mod/pages/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(https://ceals.com.au/mod/pages/images/file.gif) 0 0 no-repeat; }

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

#pages_page .strapline {
    text-align:right;
    border-top:1px solid #efefef;
    margin:10px 0 10px 0;
    color:#666666;
}
#pages_page .categories {
    border:none !important;
    padding:0 !important;
}

#pages_page .tags {
    padding:0 0 0 16px;
    margin:10px 0 4px 0;
	background:transparent url(https://ceals.com.au/_graphics/icon_tag.gif) no-repeat scroll left 2px;
}

#pages_page img[align="left"] {
	margin: 10px 20px 10px 0;
	float:left;
}
#pages_page img[align="right"] {
	margin: 10px 0 10px 10px;
	float:right;
}

.pageswelcome p {
	margin:0 0 5px 0;
}

#sidebar_page_tree {
	background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
    padding:10px;
    margin:0 10px 10px 10px;
}
#sidebar_page_tree h3 {
	background: none;
	border-top: none;
	border-bottom: 1px solid #cccccc;
	font-size:1.25em;
	line-height:1.2em;
	margin:0 0 5px 0;
	padding:0 0 5px 5px;
	color:#0054A7;
}

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

.pages_widget_singleitem_more {
	margin:0 10px 0 10px;
	padding:5px;
	display:block;
	background:white;
   	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;	
}



.sharing_item {

}

.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;
}
.sharing_item_tags {
	background:transparent url(https://ceals.com.au/_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: #ffffff;
	background:#4690d6;
	border: 1px solid #4690d6;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 0;
	cursor: pointer;
}
.sharing_item_address a:hover {
	background: #0054a7;
	border: 1px solid #0054a7;
	text-decoration: none;
}
.sharing_item_controls p {
	margin:0;
}



/* SHARES WIDGET VIEW */
.shares_widget_wrapper {
	background-color: white;
	margin:0 10px 5px 10px;
	padding:5px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
}
.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;
}

/* 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%;	
}


/* ***************************************
PAGE-OWNER BLOCK
*************************************** */
#owner_block_bookmark_this {
	padding:5px 0 0 0;
}
#owner_block_bookmark_this a {
	font-size: 90%;
	color:#999999;
	padding:0 0 4px 20px;
	background: url(https://ceals.com.au/_graphics/icon_bookmarkthis.gif) no-repeat left top;
}
#owner_block_bookmark_this a:hover {
	color: #0054a7;
}

/* ***************************************
REPORTED CONTENT - PAGE-OWNER BLOCK
*************************************** */
#owner_block_report_this {
	padding:5px 0 0 0;
}
#owner_block_report_this a {
	font-size: 90%;
	color:#999999;
	padding:0 0 4px 20px;
	background: url(https://ceals.com.au/_graphics/icon_reportthis.gif) no-repeat left top;
}
#owner_block_report_this a:hover {
	color: #0054a7;
}

/* ***************************************
	REPORTED CONTENT - ADMIN AREA
*************************************** */
.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:#4690d6;
	border: 1px solid #4690d6;
	-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: #0054a7;
	border: 1px solid #0054a7;
	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;
}
/* widget */
.thewire-singlepage {
	margin:0 10px 0 10px;
}
.thewire-singlepage .note_body {
	background: white;
	
}
.collapsable_box_content .note_body {
	line-height:1.2em;
}
.thewire-singlepage .thewire-post {
	margin-bottom:5px;
	background:transparent url(https://ceals.com.au/mod/thewire/graphics/thewire_speech_bubble.gif) no-repeat right bottom; 
}
.thewire-post {
	background:#cccccc;
	margin-bottom:10px;
}
.thewire-post .note_date {
	font-size:90%;
	color:#666666;
	padding:0;
}
.thewire_icon {
    float:left;
    margin:0 8px 4px 2px;
}
.note_body {
	margin:0;
	padding:6px 4px 4px 4px;
	min-height: 40px;
	line-height: 1.4em;
}
.thewire_options {
	float:right;
	width:65px;
}
.thewire-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;
}
.thewire-post .reply:hover {
	background: #4690d6;
	border: 2px solid #4690d6;
	color:white;
	text-decoration: none;
}
.thewire-post .delete_note {
	width:14px;
	height:14px;
	margin:3px 0 0 0;
	float:right;
}
.thewire-post .delete_note a {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	background: url("https://ceals.com.au/_graphics/icon_customise_remove.png") no-repeat 0 0;
	text-indent: -9000px;
}
.thewire-post .delete_note a:hover {
	background-position: 0 -16px;
}
/* IE 6 fix */
* html .thewire-post .delete_note a { background-position-y: 2px; }
* html .thewire-post .delete_note a:hover { background-position-y: -14px; }

.post_to_wire {
/*	background: white;
	
	margin:0 10px 10px 10px;
	padding:10px;	
*/	
}
.post_to_wire input[type="submit"] {
	margin:0;
}

/* reply form */
#thewire_large-textarea {
  color: #4DBEF2;
    font-size: 100%;
    height: 22px;
    width: 274px;
    
}

/* IE 6 fix 
* html textarea#thewire_large-textarea { 
	width: 642px;
}
*/
input.thewire_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.thewire_characters_remaining_field:focus {
	border:none;
	background:white;
}
.thewire_characters_remaining {
	text-align: left;
}

.uvbe_bulk_actions {
	padding: 0 5px;
}

.uvbe_bulk_controls {
	float: right;
}

.uvbe_admin_controls {
	float: right;
}

.uvbe_unvalidated_user_details {
	margin-left: 15px;
	font-size: smaller;
}

.uvbe_unvalided_user {
	border: 1px solid gray;
	padding: 5px;
	
	margin-bottom: 1em;
}.searchtype {
background: #FFFACD;
color: black;
}

.searchtypes {
border: 1px #EEEEEE solid;
padding: 4px;
margin: 6px;
}

.searchListing {
	display: block;
	margin-bottom: 2em;
}

.searchMatch {
	background-color: #FFFF66;
}

.searchMatchColor1 {
	background-color: #FFFF66;
}

.searchMatchColor2 {
	background-color: #A0FFFF;
}

.searchMatchColor3 {
	background-color: #FF9999;
}

.searchMatchColor4 {
	background-color: #FF66FF;
}

.searchMatchColor5 {
	background-color: #99FF99;
}

.searchTitle {
	text-decoration: underline;
}
/*
#searchform input.search_input {
	
	background-image: url('https://ceals.com.au/mod/theme_mytheme/graphics/topsearchtextbg.gif');
	margin:0pt;
	padding:2px;
	width:180px;
	height:12px;
	color:#aaaaaa;
} */
#searchform input.search_submit_button {
	border: medium none;
    width: 16px;
    height: 15px;
    float: left;
	background: url('https://ceals.com.au/mod/theme_mytheme/graphics/search_submit_button_bg.gif') left top no-repeat;
}
#searchform input.search_submit_button:hover {
	
}


.search_listing {
	display: block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background:white;
	margin:0 10px 5px 10px;
	padding:5px;
}

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

/* override the entity container piece */
.search_listing .search_listing {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background: transparent;
	margin: 0;
	padding: 0;
}

/* formatting for the search results */

.search_listing .item_timestamp {
	font-style: italic;
}
/* ---- tidypics object views ---- */

.tidypics_wrapper > table.entity_gallery {
	border-spacing: 0;
}

.tidypics_wrapper .entity_gallery td {
	padding: 0;
}

.tidypics_wrapper .entity_gallery_item,
.tidypics_wrapper .entity_gallery_item:hover {
	background-color: transparent;
	color: inherit;
}

#tidypics_breadcrumbs {
margin:5px 0 15px 0;
font-size:80%;
}

#tidypics_desc {
padding:0 20px;
font-style:italic;
}

#tidypics_image_nav {
text-align:center;
}

#tidypics_image_wrapper {
margin:10px 0 10px 0;
text-align:center;
}

#tidypics_image {
border:1px solid #dedede;
padding:5px;
}

#tidypics_image_nav ul li {
display:inline;
margin-right:15px;
}

#tidypics_controls {
text-align:center;
margin-bottom:10px;
}

#tidypics_controls a {
margin:10px;
}

#tidypics_controls ul {
list-style:none; 
margin:0px; 
padding:8px;
}

#tidypics_controls ul li {
padding:2px 10px 2px 22px;
margin:2px 0px; 
display:inline;
}

.tidypics_info {
padding:20px;
}

#tidypics_exif {
padding-left:20px;
font-size:80%;
}

.tidypics_album_images {
float:left;
width:153px; 
height:153px;
margin:3px;
padding:4px;
border:1px solid #dedede;
text-align:center;
}

.tidypics_album_cover {
	padding:2px;
	border:1px solid #dedede;
	margin:5px 0;
	height:100px;
	width:100px;
}

.tidypics_album_widget_single_item {
margin-bottom:8px;
}

.tidypics_album_gallery_item {
float:left;
margin-bottom:20px;
padding: 4px;
text-align:center;
width: 160px;
}

.tidypics_line_break {
width: 100%;
clear: both;
}

.tidypics_gallery_title {
font-weight:bold;
}

.tidypics_popup {
border:1px solid #3B5999; 
width:200px; 
position:absolute;
z-index:10000; 
display:none; 
background:#ffffff; 
padding:10px; 
font-size:12px; 
text-align:left;
}

/* ------ tidypics widget view ------  */

#tidypics_album_widget_container {
text-align:center;
}

.tidypics_album_widget_timestamp {
color:#333333;
}

.tidypics_widget_latest {
margin: 0 auto;
width: 208px;
}

/* ---------  image upload/edit forms  ------------   */

#tidpics_image_upload_list li {
margin:3px 0;
}

.tidypics_edit_image_container {
padding:5px;
margin:5px 0;
overflow:auto;
}

.tidypics_edit_images {
float:right;
width:160px; 
height:160px;
margin:4px;
padding:5px;
border:1px solid #dedede;
text-align:center;
}

.tidypics_image_info {
float:left;
width:60%;
}
.tidypics_input{
	padding:4px 5px 3px;
	width:240px;	
}
.tidypics_image_info label {
	display: inline-block;
    font-size: 1em;
    margin-right: 5px;
    text-align: right;
    width: 50px;
}

.tidypics_caption_input {
	width:240px;
	vertical-align: top;
}
.tidypics_image_info .input-radio{
	margin: 0 5px 0 58px;
    vertical-align: middle;
}
/* ---- tidypics group css ----- */

#tidypics_group_profile {
-webkit-border-radius: 8px; 
-moz-border-radius: 8px;
background:white none repeat scroll 0 0;
margin:0 0 20px;
padding:0 0 5px;
}


/* ---------  tidypics river items ------------   */

.river_object_image_create {
	background: url(https://ceals.com.au/mod/tidypics/graphics/icons/river_icon_image.gif) no-repeat left -1px;
}
.river_object_tidypics_batch_create {
	background: url(https://ceals.com.au/mod/tidypics/graphics/icons/river_icon_image.gif) no-repeat left -1px;
}
.river_object_album_create {
	background: url(https://ceals.com.au/mod/tidypics/graphics/icons/river_icon_album.gif) no-repeat left -1px;
}
.river_object_image_comment {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_object_album_comment {
	background: url(https://ceals.com.au/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_user_tag {
	background: url(https://ceals.com.au/mod/tidypics/graphics/icons/river_icon_tag.gif) no-repeat left -1px;
}

/* ----------- tagging ---------------- */
#tidypics_tag_instructions {
background:#BBDAF7; 
border:1px solid #4690D6;  
padding:10px;
height:25px;
min-width:360px;
display:none;
overflow:hidden; 
position:absolute; 
z-index:10000;
-webkit-border-radius: 8px; 
-moz-border-radius: 8px;
}

#tidypics_tag_instruct_text {
padding-top: 3px;
float: left;
}

#tidypics_tag_instruct_button_div {
float: left;
margin-left: 15px;
}

#tidypics_tag_instruct_button {
margin:0;
}

#tidypics_tag_menu {
width:240px;
max-height:400px;
overflow:hidden;
-webkit-border-radius: 8px; 
-moz-border-radius: 8px;
}

.tidypics_popup_header {
width:100%;
margin-bottom:10px;
}


#tidypics_tagmenu_left {
width:175px;
float:left;
}

#tidypics_tagmenu_right {
float:left;
}

#tidypics_tagmenu_left .input-filter {
width:150px;
}

#tidypics_tagmenu_right .submit_button {
margin-top:2px;
}

#tidypics_delete_tag_menu {
-webkit-border-radius: 8px; 
-moz-border-radius: 8px;
overflow:hidden;
}

.tidypics_tag {
display:none;
background:url(https://ceals.com.au/mod/tidypics/graphics/spacer.gif); 
border:2px solid #ffffff; 
overflow:hidden; 
position:absolute; 
z-index:0;
}

.tidypics_tag_text {
display:none;
overflow:hidden; 
position:absolute; 
z-index:0;
text-align:center;
background:#BBDAF7;
border:1px solid #3B5999;
-webkit-border-radius:3px; 
-moz-border-radius:3px;
padding:1px;
}

#tidypics_phototags_list {
padding:0 20px 0 20px;
}

#tidypics_phototags_list ul {
list-style:none; 
margin:0px; 
padding:8px;
}

#tidypics_phototags_list ul li {
padding-right:10px;
margin:2px 0px; 
display:inline;
} 

#tidypics_image_upload_list {
list-style: none;
}

/*----- uploadify ------*/

#tidypics_uploader_steps {
list-style:none;
}

#tidypics_uploader_steps li {
margin-bottom: 20px;
}

#tidypics_uploader_steps li a {
font-weight:bold;
}

.tidypics_choose_button_hover {
color:#0054a7;
text-decoration:underline;
}

.tidypics_disable {
color:#cccccc;
}

.tidypics_disable:hover {
color:#cccccc;
text-decoration:none;
}


.uploadifyQueueItem {
background-color:#F5F5F5;
border:2px solid #E5E5E5;
font-size:11px;
margin-top:5px;
padding:10px;
width:350px;
}

.uploadifyProgress {
background-color:#FFFFFF;
border-color:#808080 #C5C5C5 #C5C5C5 #808080;
border-style:solid;
border-width:1px;
margin-top:10px;
width:100%;
}

.uploadifyProgressBar {
background-color: #0054a7;
width: 1px;
height: 3px;
}

#tidypics_uploader {
position:relative;
width:400px;
min-height:20px;
}

#tidypics_choose_button {
position:absolute;
top:0;
left:0;
z-index:0;
display:block;
float:left;
}

#tidypics_flash_uploader {
position:relative;
z-index:100;
}

.uploadifyQueueItem .cancel {
float: right;
}

.uploadifyError {
border: 2px solid #FBCBBC;
background-color: #FDE5DD;
}

#tidypics_album_sort {
padding:0;
margin:0;
}

#tidypics_album_sort li {
float:left;
margin:3px;
width:161px;
height:161px;
list-style:none;
}

#tidypics_album_sort img {
border:1px solid #dedede;
padding:4px;
}

	.likes_wrapper {
		margin: 4px 0 4px 0px;
		padding: 0px 0 0 17px;
	}

	.like {
		background: url(https://ceals.com.au/mod/likes/graphics/like.gif) no-repeat;
	}
	.dislike {
		background: url(https://ceals.com.au/mod/likes/graphics/dislike.gif) no-repeat;
	}

	.river_item .likes_wrapper {
		font-size: 0.9em;
		/*margin: 4px 0 0 15px;*/
		margin: 0;
		padding: 2px 0 0 17px;
	}

	.likes strong {
		font-weight: bolder;
	}

	/*Fix for riverfaces*/
	.river_item_list .likes {
		display: none;
	}
	.river_item_list .river_item .likes{
		display: block;
	}

	/*Integration with river_comments*/
	.comment_feed {
		border-bottom:1px solid #DFDFDF;
		clear:left;
		float:none;
		overflow:hidden;
		margin: 2px 20px 2px 30px;
		padding: 5px 0 4px 5px;
		width:350px;
	}

	/* lightbox */
    #fonLB {
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 12345;
        display: none;
    }
    .lb {
        display: none;
        position: absolute;
        top: 50px;
        left: 25%;
        z-index: 123456;
    }
    .lbHome {
       	background: #FFF;
    	border: 10px solid #999;
        padding: 30px 10px 10px;
        width: 580px;
    }
    .lbHome img {
        display: block;
        position: relative;
        z-index: 1;
        top: 0;
        left: 0;
    }
    .lbHome .cerrar {
        background: red;
        border: 1px solid #CCC;
        color: #FFF;
        cursor: pointer;
        font-family: Arial, Lucida, Lucida Sans;
        font-size: 11px;
        font-weight: bold;
        height: 16px;
        line-height: 17px;
        padding: 0 0 1px 1px;
        position: absolute;
        right: 3px;
        text-align: center;
        top: 3px;
        width: 16px;
        z-index: 123;
    }
    /* end of lightbox */

    /*Specific lightbox Changes*/
    .likes-content {
		overflow:auto;
		padding:4px;
    	height:266px;
    }
    /*Support for Widget Activity*/
	.collapsable_box_content .comment_feed {
		margin:2px 15px;
		width:230px;
	}
	.collapsable_box_content .comment_add_box textarea {
		width:213px;
	}
	.collapsable_box_content .comment_add_box textarea.current {
		width: 179px;
	}
	.collapsable_box_content .comment_box_submit {
		display: block;
	}

	.comment_box {
		font-size: 1.2em;
		margin-bottom: 8px;
	}
	.comment_add_box {
		overflow: hidden;
		/*margin: 8px 28px;*/
		padding: 3px;
		width: 310px;
	}
	.comment_add_box textarea {
		float: left;
		font-size: 1.0em;
		height:14px;
		margin: 0px;
		width: 332px;
	}
	.comment_add_box textarea.current {
		height: 29px;
		width: 298px;
	}
	.comment_icon {
		float: left;
		margin-right: 4px;
		width: 30px;
	}
	.comment_add_box .comment_icon {
		display: none;
	}
	.comment_box_submit {
		display: none;
		float: right;
		margin: 4px 6px 0 0;
		width: auto;
	}
	
	label.comment_box_submit input {
		font-size: 1.0em;
		height: auto;
		margin: 0px;
		padding: 2px;
	}
	
	/*List comments*/
	.comment_box .comment_feed {
		background: #cfdfeb;
		border-bottom:1px solid #DFDFDF;
		clear:left;
		float:none;
		overflow:hidden;
		margin: 2px 0 2px 30px;
		padding: 5px;
		width:350px;
	}
	.comment_content {
		display:table-cell;
		vertical-align:top;
		width:300px;
	}
	.comment_text {
		padding: 0 5px 0 0;
	}
	.comment_author  {
		font-weight:bold;
	}
	.comment_actual_text {
		display: inline;
	}
	.comment_actions  {
		color:#777777;
		padding:2px 0 1px;
	}
	
	.comment_reduced {
		background: #F3F3F3;
		padding: 0 0 0 21px;
	}
	.comment_view_all {
		margin: 0 8px 0 0;
	}
	.comment_reduced_icon {
		background: transparent url(https://ceals.com.au/mod/river_comments/graphics/river_icon_comment.png) no-repeat;
	}
	.river_comment_loading{
		background: transparent url(https://ceals.com.au/mod/river_comments/graphics/loading.gif) no-repeat center right;
	}
	.comment_error, .river_error {
		color: red;
	}
	.river_error {
		padding-left:36px;
		display:block;
	}
	/*Support for Widget Activity*/
	.collapsable_box_content .comment_feed {
		margin:2px 15px;
		width:230px;
	}
	.collapsable_box_content .comment_box .comment_feed {
		margin: 0px 30px;
	}
	.collapsable_box_content .comment_add_box textarea {
		width:213px;
	}
	.collapsable_box_content .comment_add_box textarea.current {
		width: 179px;
	}
	.collapsable_box_content .comment_box_submit {
		display: block;
	}
	
	/*River*/
	.item_separator {
		clear: both;
		display: block;
		margin: 1px 0px;
		height:3px;
	}
	.river_item_time {
		padding:0 0 0 32px;
	}
	.river_action_links{
		font-size: 90%;
	}	
	.river_item .river_item_useravatar {
	display:block;
	float:left;
	margin:0 20px 0 0;
	}
	.river_item .river_comment_new {
	width:390px;
	display:block;
	float:left;
	border-left:1px solid #D8D8D8;
	}
	#poll_river_results{
	display:none;
	width:360px;
	margin: 2px 0 2px 30px;
	
	}
	#progress_indicator_river {
	width:360px;
	padding: 0px;
	background:  #cfdfeb;
	
	
	}
		
	#progressBarContainer_river {
		height:12px;
		width:340px;
		border: 1px #336699 solid;
	
		
	}a.viewall {
	font-weight:bold;
}
.sidebarBox #thewire_sidebarInputBox {
	width:178px;
}
.sidebarBox .last_wirepost {
	margin:20px 0 20px 0;
}
.sidebarBox .last_wirepost .thewire-singlepage {
	margin:0;
}
.sidebarBox .last_wirepost .thewire-singlepage .thewire_options {
	display:none;
}
.sidebarBox .last_wirepost .thewire-singlepage .note_date {
	line-height: 1em;
	padding:3px 0 0 0;
	width:142px;
}
.sidebarBox .last_wirepost .thewire-singlepage .note_body {
	color:#666666;
	line-height: 1.2em;
}
.sidebarBox .last_wirepost .thewire-singlepage .thewire-post {
	background-position: 130px bottom;
}
.sidebarBox .thewire_characters_remaining {
	float:right;
}
.sidebarBox input.thewire_characters_remaining_field {
	background: #dedede;
}
.sidebarBox input.thewire_characters_remaining_field:focus {
	background: #dedede;
	border:none;
}
.sidebarBox input#thewire_submit_button {
	margin:2px 0 0 0;
	padding:2px 2px 1px 2px;
	height:auto;
}
.sidebarBox .membersWrapper {
    padding: 3px;
	
}
.membersWrapper h3 {
	font-size:13px;
    font-weight:bold;
    border-bottom:8px;
}
.sidebarBox .membersWrapper .recentMember {
	float: left;
    font-size: 9px;
    margin: 2px;
    text-align: center;
}
#followingbrand .membersWrapper .recentMember {
    margin-left: 8px;
}
.sidebarBox .membersWrapper .recentMember .usericon img {
	width:45px;
	height:45px;
}
/* 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 .back {
	display:block;
	float:left;
	border:1px solid #cccccc;
	color:#171A2F;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	margin-left:20px;
	padding:0 4px 1px 4px;
	cursor: pointer;
	
}
.river_pagination .forward{
	border: 1px solid #CCCCCC;
    color: #171A2F;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin-left: 320px;
    padding: 0 4px 1px;
    text-align: center;
	
}
.river_pagination .forward:hover,
.river_pagination .back:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
	border:1px solid #4690d6;
}
/* 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;
}
.river_item {
	padding: 10px 10px 0;
    border-bottom:1px solid #D8D8D8;
}
.river_item:hover {
	/*background-color: grey;*/
}

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

.river_content_display {
	border-left:1px solid #ddd;
	padding:2px 10px 0 10px;
	font-size:90%;
	margin:4px 0 2px 30px;
}

.river_content_display p {
	padding:0;
	margin:0;
}

.following_icon {
	width:20px;
	height:40px;
	margin:0 2px 0 2px;
	background: url(https://ceals.com.au/mod/riverdashboard/graphics/follow_icon.png) no-repeat left top;
}
.river_content_display div.usericon a.icon img {
	width:40px;
	height:40px;
}


/* reply form */
textarea#thewire_large-textarea {
	border: medium none;
    color: #4DBEF2;
    float: left;
    font-size: 100%;
    height: 14px;
    margin-top: 6px;
    padding: 4px 5px 3px;
    width: 274px;
}
/* IE 6 fix */
* html textarea#thewire_large-textarea { 
	width: 463px;
}
input.thewire_characters_remaining_field {
	background: transparent;
}
.post_to_wire {
	    
}
#dashboard1 {
}
#river_avatar {
	/* background: #f7f7f7 url('https://ceals.com.au/mod/theme_mytheme/graphics/river/profilephotobg.gif') bottom left no-repeat; */
    text-align: center;
}
#sponsored a {
    margin-left: 55px;
    text-decoration: underline;
}
#sponsored h3{
	text-decoration:underline;
	margin-bottom:6px;
	display: inline-block;
}

 style="text-align: right;text-decoration:underline
.left-space{
	padding-left: 5px;
}
.left-space b a, #dashboard1 b a{
	font-size:13px;
}
#dashboard1 td{
	text-align:right;
}
img.river_avatar {
    border: 0 solid #CCCCCC;
    text-align: center;
    width: 80px;
}
img.profile_river_avatar {
    border: 0 solid #CCCCCC;
    text-align: center;
    width: 174px;
}
#lastloggedin {
	color:#777777;
    font-size:12px;
    font-weight:bold;
    text-align:center;
}
#dashboard_navigation {
	margin-top:10px;
	margin-left: 12px;    
    font-size:12px;
}
#dashboard_navigation ul {
	margin:0 0 15px 0;
    padding:0;
}
#dashboard_navigation ul li {
	list-style:none;
	float:none;
	padding:9px;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
	background: #f7f7f7 url(https://ceals.com.au/mod/theme_mytheme/graphics/river/leftsidebarmenuitembg.gif) no-repeat;
}
#dashboard_navigation ul li:hover {
/*	background:#E5F6FF; */
}

#dashboard_navigation ul li a {
    font-weight:bold;
    text-decoration:none;
	color:#FFFFFF;
}
.riverwire {
margin-left: 21px;
/*	  margin: -35px 0 0px;
    padding:15px 7px 0px 24px;
   background: #79cce6 url(https://ceals.com.au/mod/riverdashboard/graphics/riverwire2.gif) top left no-repeat; */
}
.riverwire b a{
	
}
.riverwire strong{
  display:block;
  padding-bottom: 3px;
}
#main-content{
    margin: 0 auto;
    position: relative;
    width: 990px;
}
#two_column_right_river_boxes {
	display: inline;
    float: right;
    padding: 0 11px 0 5px;
	/*margin:6px 0;*/
    min-height: 588px;
    width: 254px;
	background: #f7f7f7 url('https://ceals.com.au/mod/theme_mytheme/graphics/river/leftsidebarbg.gif') bottom left repeat-x;
}
#two_column_left_river_maincontent_boxes {
    display: inline;
    float: left;
    padding: 6px 0 0 5px;
    width: 516px;
	min-height: 588px;
}
#two_column_left_river_maincontent_boxes_extended {
    display: inline;
    float: left;
    padding: 6px 10px 0;
    width: 770px;
	min-height:720px;
}
/*#river_wrapper{
	background: transparent url('https://ceals.com.au/mod/theme_mytheme/graphics/river/maincontentbg.png') top left no-repeat;
	width:518px;
	float:left ;
	margin:35px 0 0px 5px;
}
*/
#river_container{
	background: transparent url('https://ceals.com.au/mod/theme_mytheme/graphics/river/maincontentbg.png') top left no-repeat;
	float: left;
    width: 516px;
	min-height: 600px;
}
#content_area_user_title {
    height: auto;
}
#river_wrapper{
  
}
#two_column_left_river_boxes {
    display: inline;
    float: left;
   /* margin: 6px 0px;*/
	min-height: 588px;
    padding: 0 11px;
    width: 177px;
	background: #f7f7f7 url('https://ceals.com.au/mod/theme_mytheme/graphics/river/leftsidebarbg.gif') bottom left repeat-x;
	
}

#system_messages {
	background:#ccffcc;
	color:#000000;
	padding:5px;
	margin-top:20px;
	width:inherit;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    border-radius: 4px;
	border:4px solid #00CC00;
}
#followingbrand{
    min-height:20px;
	height: auto !important;
	height:20px;

}
#followingbrand .viewall{
	background: #f7f7f7 url('https://ceals.com.au/mod/theme_mytheme/graphics/river/viewallbtnbg.gif') center center no-repeat;
	box-shadow: 0 0 2px 2px #AEE7F3;
    height: 21px;
    left: 50%;
    margin-left: -33px;
    position: absolute;
    text-align: center;
    top: 142px;
    width: 66px;
}
.sidebarBox{
	position: relative;	
}
#followingbrand-title{
    border-top: 4px solid #17A5D2;
    display: block;
    font-weight: bold;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 163px;
}
.sitemessage{
	background-color: #F4F4F4;
	padding: 5px;
}
.bottom-margin{
	margin-bottom:11px;
}
#followingfriend .viewall{
	background: #f7f7f7 url('https://ceals.com.au/mod/theme_mytheme/graphics/river/viewallbtnbg.gif') center center no-repeat;
	box-shadow: 0 0 2px 2px #AEE7F3;
    float: left;
    font-size: 17px;
    height: 21px;
    margin: 0 37px;
    position: relative;
    text-align: center;
    width: 66px;
}
.viewall-brand{
	background: #f7f7f7 url('https://ceals.com.au/mod/theme_mytheme/graphics/river/view_all_brand_bg.gif') center center no-repeat;
	box-shadow: 0 0 2px 2px #AEE7F3;
    height: 21px;
    left: 50%;
    margin: 10px 0 10px -44px;
    position: relative;
    text-align: center;
    width: 88px;
}
.viewall-brand a{
	color: #ffffff;
    display: block;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    width: 88px;
}
#followingfriend .viewall a, #followingbrand .viewall a {
	color: #FFFFFF ;
    display: block;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    width: 66px;
}
#followingfriend-title{
    border-top: 4px solid #17A5D2;
    display: block;
    font-weight: bold;
    margin-top: 10px;
    padding: 5px;
    position: relative;
    text-align: center;
    width: 241px;
}
#followingfriend .viewall a:hover,#followingfriend .invite a:hover,.viewall-brand a:hover{
	text-decoration:none;
	color:#C1DFE9;
}
#followingbrand .viewall a:hover{
	text-decoration:none;
}
#followingfriend .invite{
	background: #f7f7f7 url('https://ceals.com.au/mod/theme_mytheme/graphics/river/invitebtnbg.gif') center center no-repeat;
    box-shadow: 0 0 2px 2px #AEE7F3;
    float: left;
    height: 21px;
    position: relative;
    text-align: center;
    width: 81px;
}
#followingfriend .invite a{
	color: #ffffff;
    display: block;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    width: 81px;
}
#followingfriend{
	height:auto !important;
	height:auto;
}
.shadow{
	box-shadow: 0 0 2px 2px #AEE7F3;
   -webkit-box-shadow: 0 0 2px 2px #AEE7F3;
   -moz-box-shadow: 0 0 2px 2px #AEE7F3;
}
body.ie6 .shadow,
body.ie7 .shadow,
body.ie8 .shadow {
   zoom: 1;
   filter: progid:DXImageTransform.Microsoft.Shadow(Color=#AEE7F3, Strength=2, Direction=0),
           progid:DXImageTransform.Microsoft.Shadow(Color=#AEE7F3, Strength=2, Direction=90),
           progid:DXImageTransform.Microsoft.Shadow(Color=#AEE7F3, Strength=2, Direction=180),
           progid:DXImageTransform.Microsoft.Shadow(Color=#AEE7F3, Strength=2, Direction=270);
}
.with-border{
	background-color:#ffffff;
	border: 2px solid #C8CACB;
}
.adblock{
    height: auto;
    padding: 10px 5px;
}

/*dropdown menu for wall*/
.deleteRiver {
	cursor:pointer;
	width:15px;
	height:15px;
}
.deleteRiverText, .alertUserByAdmin {
	cursor:pointer;
}

.dropdown_menu_img_wall {
	max-height:20px;
	cursor:pointer;
	z-index:2100;
}
.dropdown_menu_links_wall {
    display:none;
    width:50px;
    border: 1px solid;
	border-color:#E5E5E5 #999999 #999999 #E5E5E5;
	list-style:none;
	float:left;
	position:relative;
	z-index:1600;
	margin-left:-40px;
}
.dropdown_menu_links_wall li {
	background: url("https://ceals.com.au/mod/theme_mytheme/graphics/river/leftsidebarmenuitembg.png") no-repeat scroll transparent;
	padding:3px 2px 3px 2px;
	text-align:left;
	opacity:0.9;
	filter:alpha(opacity=90);
	color:#C1DFE9;
	font-weight:bold;
}
.dropdown_menu_links_wall li a {
	color:#C1DFE9;
    text-decoration:none;
    /*display:block;*/
	font-family:Arial,Times,Georgia,Serif;
}
.dropdown_menu_links_wall li:hover {
    color: #FFFFFF;
	background: url("https://ceals.com.au/mod/theme_mytheme/graphics/river/leftsidebarmenu_hover.png") no-repeat scroll transparent;
	/*background-color: #CCCCCC;*/
	opacity:0.5;
	filter:alpha(opacity=50);
}.forum-nav-area {
    float: left;
    min-height: 607px;
    padding: 10px;
    width: 158px;
}
.forum-content-area {
    float: left;
    height: 617px;
    overflow: auto;
    padding-bottom: 10px;
    padding-right: 5px;
    width: 317px;
	font-size: 10px;
}

.forum-content-area #top {
    background-color: #a0d1eb;
    color: #2A5372;
    
    font-weight: bold;
    padding: 3px 5px;
}
.forum_list {
    border: 1px solid #0CA2D2;
	margin: 10px 0;
	box-shadow: 0 1px 2px #5D5D5D;
	padding-bottom:5px;
}
.expired {
	color: red !important;
}
#fci, #topic, #comment, #validity {
    padding: 3px 0 0 5px;
}
#fci .date {
    float: right;
    line-height: 21px;
}
#name img {
    vertical-align: middle;
}
#validity{
   margin-bottom:10px
}
#fci span {
    margin-right: 16px;
}
#topic label, #comment label,#validity label{
    display: inline-block;
    font-weight: bold;
    width: 72px;
}
.changeColor{
	background-color:#ebf5fc;
}
#new-post {
	/*background: transparent url("https://ceals.com.au/mod/theme_mytheme/graphics/create_new_btn.png") no-repeat scroll;*/
	background: transparent url("https://ceals.com.au/mod/theme_mytheme/graphics/buttonnormal.png") no-repeat scroll;
	background-size: 100% 100%;
    color: #FFFFFF;
    display: block;
    line-height: 27px;
	font-size: 13px;
    text-align: center;
    text-decoration: none;
    width: 160px;
	font-weight: bold;
}
.forum-content-area .hidden{
	display: none;
}
.forum-nav select {
	font-size:11px;
    padding: 3px 5px;
    width: 85px;
}
.forumdate {
	font-size:11px;
    margin-left: 3px;
    padding: 3px 5px;
    width: 74px;
}
.forum-nav div {
    margin: 10px 0;
}
#search_submit{
  margin-top:10px;
}
.forum-nav #search_input{
	padding: 4px 5px 3px;
    width: 143px;
	font-size:11px;
}
.forum_button{
	-moz-border-radius: 4px;
	background-color: #4690D6;
	cursor: pointer;
	margin-bottom: 5px;
	margin-top: 2px;
	text-align: center;
	width: 90px;
}
#forumMceTextarea {
    margin-left: 87px;
    margin-top: -23px;
}
.forum-create {
    padding: 40px 20px 20px;
}
.forum-create #fcd {
    float: left;
}
.forum-create #fscd {
    float: left;
}
.forum-create #ftd {
    float: left;
}
.forum-create .f-row {
    height: 35px;
}
.forum-create input[type="text"] {
    padding: 4px 5px 3px;
}
.forum-create p {
    margin-bottom: 10px;
}
.forum-create label {
    display: inline-block;
    padding-top: 6px;
    text-align: right;
    vertical-align: top;
}
.forum-create .lt {
    margin-right: 5px;
    width: 80px;
}
#fld {
    float: left;
    margin-right: 4px;
	margin-left:3px;
}
.forum-create select{
    padding: 4px 5px 3px;
    width: 126px;
}
.forum-create select option{
  padding-left:5px;
}
#forum_location{
	float:left;
}
.tlsl {
    width: 93px;
}
.fnl {
    display: inline-block;
    text-align: right;
    width: 66px;
}
.forum-long-textbox {
    width: 560px;
}
.forum-textbox {
    width: 161px;
}
.forum_button:hover{
	background: #0054a7;
	border-color: #0054a7;
}

.forum_button a{
	color: #FFFFFF;
	text-decoration: none;
}
.fma {
    margin-left: 125px;
}
.content_container{
	background: none repeat scroll 0 0 white;
	border: solid 1px #CCCCCC;
}
.fullpost {

}
.watermark {color:#999}
.margin{
	margin: 5px;
}
.forum_like{
   margin-left: 20px;
}
.forum_contact{
	margin-left: 80px;
}
.forum_delete{
	margin-left: 80px;
}
.margin_left{
	margin-left: 30px;
}
.pager {
    margin-left: 128px;
}
.padding{
	padding: 10px;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

.align_center{
	text-align: center;
}

.border_top{
	border-top: solid 1px #CCCCCC;
	padding-top: 5px;
}

.listing_view{
	padding: 2px;
}

.forum_body{
	margin-left: 10px;
}

.groups_permission_table{
	width: 100%;
	border: solid 2px #BDBDBD;
	padding: 5px;
	-moz-border-radius: 10px;
}

.groups_permission_table td,th{
	width: 20%;
	text-align: center;
}

.group_guid{
	width: 15%;
}

.group_name{
	width: 40%;
}

.view_option{
	width: 15%;
}

.post_option{
	width: 15%;
}

.moderate_option{
	width: 15%;
}

.listing_column_1 {
	width: 110px;
}

.listing_column_2 {
	width: 100px;
}

.listing_counters_column {
	width: 87px;
	text-align: center;
}

.post_body {
	background-color: #FFFFCC;
	padding: 5px;
}

.post_info {
	border-top: 1px solid #CCCCCC;
}

.post_description {
	padding-bottom: 10px;
	border-top: 1px solid #CCCCCC
}

.listing_height {
	height: 55px;
}

.listing_header {
	font-weight: bold;
	background-color: #CCFFFF;
	margin-left: 3px;
}

.important_listing_header {
	font-weight: bold;
	background-color: #FFCCCC;
	margin-left: 3px;
}

.forum_wrapper {
	padding: 2px 2px 5px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	-moz-border-radius: 8px;
	margin: 5px;
}

.forum_container {
	margin-left: 7px;
	height:476px;
}

.important_topics_container {
	border: 3px solid #FFCCCC;
	background-color: #FFCCCC;
}

.comment_wrapper {
	border: solid 1px #999999;
	margin: 5px;
	-moz-border-radius: 8px;
	background-color: #CCFFFF;
}

.comment_container {
	padding: 5px;
}

.list_comments {
	margin: 5px;
}

.list_comments_title {
	text-align: center;
}

.comment {
	margin: 5px;	
	padding: 5px;
	border: solid 1px #999999;
	-moz-border-radius: 8px;
}

.new_post_form {
	padding: 5px;
	background-color: #CCFFFF;
}

.new_post_form_header {
	background-color: #FFFFFF;
	margin: 5px 10px 5px 0;
	padding: 2px;
	border: solid 1px #999999;
}

.new_forum_form {
	background-color: #CCFFFF;
}

.new_forum_form_header {
	background-color: #FFFFFF;
	margin: 5px 10px 5px 0;
	padding: 2px;
	border: solid 1px #999999;
}

.listing_topic_lock {
	padding: 2px;
	margin: 5px;
}

.topic_title_lock {
	margin: 0 5px;
}

.radio_label {
	width: 125px;
}

.important_topic_exclamation {
	color: #FF8888;
	font-weight: bold;
}

.sort_by {
	background-color: #FFFFFF;
	width: 400px;
}

.minus_margin {
	margin-top: -22px;
}

.topic_icon {
	margin: 0 5px 5px 0;
	display: block;
	width: 20px;
	height: 20px;
}

.handle_post_links a {
	color: #FF6666;
}

.handle_post_links a:hover {
	color: #FF4444;
	font-weight: bold;
}

.icon_column {
	float: left;
}

.pin_icon {
	width: 20px;
	height: 20px;
	padding-top: 2px;
	margin-left: -3px;
}

.topic_updated_icon {
	width: 15px;
	height: 15px;
}

.new_comment_icon {
	width: 17px;
	height: 17px;
}
/* Menu container */
.ymenu2 {
    margin-top: 10px;
}
.ymenu2 ul {
    font: 12px Arial,Helvetica,sans-serif;
    list-style: none outside none;
    padding: 0;
    position: relative;
    width: 157px;
}
.ymenu2 ul li {
/*	background: transparent url("https://ceals.com.au/mod/theme_mytheme/graphics/river/leftsidebarmenuitembg.png") no-repeat scroll; menu items background*/
    text-align: center;
    position: relative;
    padding: 0px 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 157px;
	height:18px;
	
}
.ymenu2 ul li ul {
    display: none;
    position: absolute;

    top: 0px;
   	left:160px;
    margin: 0px;
    text-align: center;
    width: 150px; /* Set the width of the sub menus */
    
}
.ymenu2 ul li ul li a{
	background: transparent url("https://ceals.com.au/mod/theme_mytheme/graphics/river/leftsidebarmenuitembg.png") no-repeat scroll;
	color:#C1DFE9;
}
.ymenu2 ul li a:link, .ymenu2 ul li a:visited, .ymenu2 ul li a:active {	
    display: block;
    height: 18px;
    line-height: 18px;
    margin: 0;
    overflow: auto;
    text-decoration: none;
	width: 150px;
	padding: 0 5px;
	text-align: left;
}
.ymenu2 ul li a.active{
	color:#ffffff;
	background: transparent url("https://ceals.com.au/mod/theme_mytheme/graphics/river/leftsidebarmenuitembg.png") no-repeat scroll;
}
.ymenu2 ul li a:hover{
	color:#ffffff;
	background: transparent url("https://ceals.com.au/mod/theme_mytheme/graphics/river/leftsidebarmenu_hover.png") no-repeat scroll;
}
.ymenu2-folder {
	background: url(https://ceals.com.au/mod/ymenu/graphics/ymenu-arrow-right.gif) no-repeat scroll 98% center ;
}
.ymenu2-folder-hover {
	background: url("https://ceals.com.au/mod/ymenu/graphics/ymenu-arrow-right-open.gif") no-repeat scroll 98% center ;
}

.ymenu2 ul li ul li {
    text-align: center;
}

.ymenu2 ul li:hover > ul, .ymenu2 ul li:hover .second_label_container {
    display: block;
}
.ymenu2 ul li ul li ul{

	display: none;
    left: 160px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
	left:160px
}
.second_label_container{
    
	display: none;
    left: 160px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 480px;
	height: 131px;
	overflow: hidden;
}
/* Fix for Space between list items in IE 6 */
.ymenu2 a, .ymenu2 ul li a {display: inline-block;} 
.ymenu2 a{display: block;
	font-size: 10px;
    font-weight: bold;
}

/* yMenu ends */.deal-text{
  padding:3px 5px 4px;
  width: 290px;
}
.deal-term{
  margin-right:5px;
}
.market_post {
	margin-bottom: 15px;
	border-bottom: 1px solid #aaaaaa;
}

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

.market_post h3 {
	font-size: 150%;
	margin-bottom: 5px;
}

.market_post h3 a {
	text-decoration: none;
}

.market_post p {
	margin: 0 0 5px 0;
}

.market_post .strapline {
	margin: 0 0 0 35px;
	padding:0;
	color: #666666;
	line-height:1em;
}
.market_post p.tags {
	background:transparent url(https://ceals.com.au/_graphics/icon_tag.gif) no-repeat scroll left 2px;
	margin:0 0 0 35px;
	padding:0pt 0pt 0pt 16px;
	min-height:22px;
}
.market_post .options {
	margin:0;
	padding:0;
}

.market_post_body img[align="left"] {
	margin: 10px 10px 10px 0;
	float:left;
}
.market_post_body img[align="right"] {
	margin: 10px 0 10px 10px;
	float:right;
}

.market-comments h3 {
	font-size: 150%;
	margin-bottom: 10px;
}
.market-comment {
	margin-top: 10px;
	margin-bottom:20px;
	border-bottom: 1px solid #aaaaaa;
}
.market-comment img {
	float:left;
	margin: 0 10px 0 0;
}
.market-comment-menu {
	margin:0;
}
.market-comment-byline {
	background: #dddddd;
	height:22px;
	padding-top:3px;
	margin:0;
}
.market-comment-text {
	margin:5px 0 5px 0;
}
.market-largethumb {
	text-align:center;
	height: 153px;
	background: #ffffff;
	margin:5px;
}

.market-largethumb #largethumb {
	height: 153px;
	width: 153px;
	margin: 2px;
	text-align:center;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
.market-largethumb a:hover {
	border-color: #dddddd;
}
.market-smallthumb a {
	height: 60px;
	width: 60px;
	margin: 2px;
	float: left;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
.market-smallthumb a:hover {
	border-color: #dddddd;
}
.market-tinythumb a {
	height: 25px;
	width: 25px;
	margin: 1px;
	float: left;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
.market-tinythumb a:hover {
	border-color: #dddddd;
}
.market_title_owner_wrapper {
	min-height:77px;
	margin-bottom: 10px;
	padding:0 0 0 10px;
	background-color: #eeeeee;
}
.market_title{
	margin:0;
	padding:6px 5px 0 8px;
	line-height: 1.2em;
}
.market_details_holder {
	padding:0 0 0 10px;
	margin-left: 0px;
	float: left;
	color: #333333;
	font-size:80%;	
}
.market_owner_holder {
	padding:0 10px 0 10px;
	margin-right: 0px;
	float: right;
}
.market_owner_holder .usericon {
	margin-right: 5px;
	margin-top: 5px;
	float: right;
}
/* GALLERY VIEW */

.market_gallery_item {
	margin:0;
	padding:0;
}
.market_gallery_title {
	font-weight: bold;
	margin:0 0 10px 0;
}
.market_gallery_content {
	font-size:90%;
    color:#666666;
	margin:0;
    padding:0;
}

.market_gallery_link {
	float:right;
	margin:5px 5px 5px 50px;
}
.market_gallery_link a {
	padding:2px 25px 5px 0;
	background: transparent url(https://ceals.com.au/_graphics/icon_gallery.gif) no-repeat right top;
	display:block;
}
.market_gallery_link a:hover {
	background-position: right -40px;
}

a.market_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#4690d6;
	border: 1px solid #4690d6;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 25px;
	padding: 2px 10px 2px 10px;
	margin:10px 0 10px 0;
	cursor: pointer;
}
a.market_button:hover {
	background: #0054a7;
	border-color: #0054a7;
	text-decoration: none;
}
.market_delete_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#9F0101;
	border: 1px solid #9F0101;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 25px;
	padding: 2px 10px 2px 10px;
	margin:10px 0 10px 0;
	cursor: pointer;
}
.market_delete_button:hover {
	background: #CB1717;
	border-color: #CB1717;
	text-decoration: none;
	color: #ffffff;
}
.market_links {
	float:right;
	/*margin: -5px 5px 5px 50px;*/
	margin: -15px 5px 5px 50px;
}
.market_pricetag {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#00a700;
	border: 1px solid #00a700;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 12px;
	padding: 2px 10px 2px 10px;
	margin:10px 0 10px 0;
}
#view-likes/item_action/deal_like {
	display:inline-block;
}
/* ***************************************
	RIVER
*************************************** */

.river_object_market_create {
	background: url(https://ceals.com.au/mod/market/graphics/river_icons/river_icon_market.png) no-repeat left -1px;
}
.river_object_market_update {
	background: url(https://ceals.com.au/mod/market/graphics/river_icons/river_icon_market.png) no-repeat left -1px;
}
.river_object_market_comment {
	background: url(https://ceals.com.au/mod/market/graphics/river_icons/river_icon_comment.png) no-repeat left -1px;
}
.river_object_market_like {
	background: url(https://ceals.com.au/mod/market/graphics/river_icons/river_icon_market.png) no-repeat left -1px;
}
/* ***************************************
	CATEGORIES
*************************************** */

.marketcategories .input-pulldown {
	padding:0;
	margin:2px 5px 0 0;
}
.marketcategories label {
	font-size: 100%;
	line-height:1.2em;
}

#two_column_left_sidebar_maincontent .contentWrapper h2.marketcategoriestitle {
	padding: 0 0 3px 0;
	margin:0;
	font-size:120%;
	color:#ffffff;
}
#two_column_left_sidebar_maincontent .contentWrapper .marketcategories {
	border:1px solid #CCCCCC;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	padding:5px;
	margin:0 0 15px 0;	
}
#two_column_left_sidebar_maincontent .contentWrapper .marketcategories p {
	margin:0;	
}
#two_column_left_sidebar_maincontent .contentWrapper .blog_post .marketcategories {
	border:none;
	margin:0;
	padding:0;
}

#two_column_left_sidebar .blog_marketcategories {
	background:white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
    padding:10px;
    margin:0 10px 10px 10px;
}
#two_column_left_sidebar .blog_marketcategories h2 {
	background:none;
	border-top:none;
	margin:0;
	padding:0 0 5px 0;
	font-size:1.25em;
	line-height:1.2em;
	color:#0054A7;
}
#two_column_left_sidebar .blog_marketcategories ul {
	color:#0054A7;
	margin:5px 0 0 0;
}
#two_column_left_sidebar .sidebarBox h3 {
	margin:20px 0 0 10px;
	color:white;
}
#mainblock
{	
	min-height: 768px;
	position: relative;
	width: 990px;
	margin:0px auto;
	background-image:url("https://ceals.com.au/mod/registration_brand_or_member/images/brandmemberregpagebg.png");
	background-repeat:no-repeat;
    background-position:right bottom;
}
#mainblock-container{
background-image: url("https://ceals.com.au//mod/registration_brand_or_member/images/regpageheaderbg.png");
    background-repeat: repeat-x;
}


#member-mainblock
{
	min-height: 768px;
	position: relative;
	width: 990px;
	margin:0px auto;
	background-image:url("https://ceals.com.au/mod/registration_brand_or_member/images/member_bg.png");
	background-repeat:no-repeat;
    background-position:right bottom;	
}
#brand-reg-info-table tr {
    height: 33px;
}
#brand-reg-info-table label {
   /* display: block; */
    margin-right: 5px;
    text-align: right;
}
#confirmbox
{
	
	height: 278px;
    position: absolute;
	left:260px;
	top:240px;
    width: 425px;
	background-position:center center;
}
#leftpart

{
	float:left;
}
#rightpart
{
 float:right;
}
#memberbtn
{
	margin-top:40%;
	background-image:url("https://ceals.com.au/mod/registration_brand_or_member/images/memberregbuttonbg.gif");
	position:absoulate;
	background-repeat:no-repeat;
    background-position:center center;
    color:White;
    width:173px;
    height:44px;
    border: 0 none;
	margin-left:18px;
    font-size: 20px;
}
.big {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}
#leftpart .big{
  margin-left:54px;
}
#rightpart .big{
  margin-left:15px;
}
#brandbtn
{
	margin-top:40%;
	background-image:url("https://ceals.com.au/mod/registration_brand_or_member/images/memberregbuttonbg.gif");
	position:absoulate;
	background-repeat:no-repeat;
    background-position:center center;
    color:White;
    width:173px;
    height:44px;
    border: 0 none;
	margin-right:18px;
	font-size: 20px;
}
#confirmbox #heading h2{
 font-size:20px;
 margin-top:30px;
}
#memberbtn:hover, #brandbtn:hover{
  color:#c1dfe9;
}
#heading {
    color: white;
    font-size: 17px;
    text-align: center;
	margin-top:12px;
}
#notsure a{
    font-size: 14px;
    font-weight: bold;
    left: 181px;
    position: absolute;
    top: 240px;
}
#condition a{

}
#condition {
    color: #FFFFFF;
    font-size: 10px;
    line-height: 20px;
    margin-left: 38px;
}
.profile-row{
  margin:10px 0;
}
.single {
    height: 25px;
}
.profile .brand textarea {
    width: 200px;
}
.profile .single span{
  font-weight:bold;
}
.profile-row label,.profile-subrow label,.subrow-left label,.subrow-right label {
    display: inline-block;
    float: left;
    text-align: right;
    width: 100px;
	margin-right: 5px;
	margin-top: 5px;
} 
.profile .brand label {
    width: 115px;
}
.subrow-left label{
    width: 75px;
} 
.subrow-right label{
	width: 90px;
} 
.profile-subrow {
    margin-left: 100px;
	margin-bottom: 10px;
}
.subrow-left{
  float:left;
  width: 200px;
}
.subrow-right{
	float: left;
  	width: 265px;
}
.profile{
	padding: 20px;
	font-size: 12px;
}
.center{
	text-align: center;
}
.profile hr{
	background: none repeat scroll 0 0 #D9D9D9;
    border-width: 0;
    height: 1px;
}
.infotexbox
{
	/*background-image:url("https://ceals.com.au/mod/registration_brand_or_member/images/texboxbg.png");
    background-repeat:no-repeat;
    background-position:center center; */
    height: 19px;
    padding: 3px 5px 2px;
    width: 200px;

}
.infoddl
{
   padding: 5px 4px 3px;
   width: 116px;
}
#infobox {
    margin: 36px auto;
    position: relative;
    width: 700px;
}
#infobox td{
	
	padding:5px;
	font-size:18px;
}
#brandinfobox {
    font-size:12px;
	
}
#brandinfobox table{
	width:100%;
}
.right-margin{
	text-align:right;
}
#brand-reg-info-table{
	
}
.mediumtextbox{
/*	background-image:url("https://ceals.com.au/mod/registration_brand_or_member/images/ddlbg.png");
    background-repeat:no-repeat;
    background-position:center center; */
    height: 19px;
    padding: 3px 5px 2px;
    width: 105px;
}
#infoheading
{
    color: #FFFFFF;
    font-size: 20px;
    height: 50px;
    margin: 0 auto;
    padding: 4px;
    width: 986px;
}
#member-profile-submit{
	width:65px;
}
#day{
	
	width:50px
}
#month{
	width:50px;
}
#year{
	width:60px;
}
fieldset.birthday-picker{
 border:none;
}
#birth-year, #birth-month,#birth-day{
 padding:3px 5px
}
label.error {
    color: red;
    float: none;
    padding-left: 0.5em;
    vertical-align: middle;
}
#brandinfobox em { font-weight: bold; padding-right: 1em; vertical-align: middle; }/* Menu container */
.ymenu {
}

.ymenu ul {
    font: 12px Arial,Helvetica,sans-serif;
    list-style: none outside none;
    padding: 0;
    position: relative;
    width: 175px;
    z-index: 999;
}
.ymenu ul li {
/*	background: transparent url("https://ceals.com.au/mod/theme_mytheme/graphics/river/leftsidebarmenuitembg.png") no-repeat scroll; menu items background*/
    text-align: center;
    position: relative;
    z-index: 1200;
    margin: 0px;
    padding: 0px 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	width: 175px;
	
}
.ymenu ul li a.deals:hover {
	background: transparent url("https://ceals.com.au/mod/theme_mytheme/graphics/river/leftsidebarmenuitem_deal_bg_hover.gif") no-repeat scroll;/* menu items background*/
}
.ymenu ul li a.deals:active {
	background: transparent url("https://ceals.com.au/mod/theme_mytheme/graphics/river/leftsidebarmenuitem_deal_bg.gif") no-repeat scroll;/* menu items background*/
}
.ymenu ul li ul {
    display: none;
    position: absolute;
    z-index: 1300;
    top: 0px;
    left: 175px; /* set this to the same as the width of the menus*/
    margin: 0px;
    text-align: center;
    width: 175px; /* Set the width of the sub menus */
	
    /*Below are for scrolling the menu, but it doesn't work*/
	/*overflow: scroll;*/
	/*overflow-y: scroll;*/
	/*overflow-x: hidden;*/
	/*height: 100px;*/
}
.ymenu ul li ul li a{
	background: transparent url("https://ceals.com.au/mod/theme_mytheme/graphics/river/leftsidebarmenuitembg.png") no-repeat scroll;
	color:#C1DFE9;
}
.ymenu ul li a:link, .ymenu ul li a:visited, .ymenu ul li a:active {	
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 0;
    overflow: auto;
    text-decoration: none;
    z-index: 1500;
	width: 165px;
	padding: 0 5px;
	text-align: left;
	font-weight: bold;
}
.ymenu ul li a.active{
	color:#ffffff;
	background: transparent url("https://ceals.com.au/mod/theme_mytheme/graphics/river/leftsidebarmenuitembg.png") no-repeat scroll;
}
.ymenu ul li a:hover{
	color:#ffffff;
	background: transparent url("https://ceals.com.au/mod/theme_mytheme/graphics/river/leftsidebarmenu_hover.png") no-repeat scroll;
}
.ymenu-folder {
	background: url(https://ceals.com.au/mod/ymenu/graphics/ymenu-arrow-right.gif) no-repeat scroll 98% center ;
}
.ymenu-folder-hover {
	background: url("https://ceals.com.au/mod/ymenu/graphics/ymenu-arrow-right-open.gif") no-repeat scroll 98% center ;
}

.ymenu ul li ul li {
    text-align: center;
}

.ymenu ul li:hover > ul {
    display: block;
}

/* Fix for Space between list items in IE 6 */
.ymenu a, .ymenu ul li a {display: inline-block;} 
.ymenu a{display: block;}

/* yMenu ends */
/*-------------------------------
EMBED VIDEO
-------------------------------*/

.videoembed_video {
  padding: 0; 
  margin-top: 10px;
  margin-left: 10px;
  overflow: hidden;
  align: center;
}
.collapsable_box_content .thewire-post .videoembed_video {
  	margin: 10px 0 0 0;
	position:relative;
    float:left; 
}
.collapsable_box_content .thewire-post .note_text{
	overflow:visible;
}
#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(https://ceals.com.au/mod/notifications/graphics/icon_notifications_email.gif) no-repeat right 2px;
}
#notificationstable td.emailtogglefield a.emailtoggleOn {
	background: url(https://ceals.com.au/mod/notifications/graphics/icon_notifications_email.gif) no-repeat right -36px;
}

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

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



