
/* ***************************************
	RESET BASE STYLES
*************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


body {
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" (for ie6) */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

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

/* elgg open source		blue 			#dc1b57 */
/* elgg open source		dark blue 		#dc1b57 */
/* elgg open source		light yellow 	#FDFFC3 */


body {
	text-align:left;
	margin:0 auto;
	padding:0;
	/* background: #dc1b57; */
	<!--background-color: #D1D1D1;-->
	font: 80%/1.4  "Lucida Grande", Verdana, sans-serif;
	color: #333333;
	background: url(http://www.teacup.ro/_graphics/bg_image.gif);
}
a {
	color: #dc1b57;
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
}
a:visited {
	
}
a:hover {
	color: #dc1b57;
	text-decoration: underline;
}
p {
	margin: 0px 0px 15px 0;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}

em {
	font-style: italic;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: 0 0 1em 1em;
	padding: 0;
}
pre, code {
	font-family:Monaco,"Courier New",Courier,monospace;
	font-size:12px;
	background:#EBF5FF;
	overflow:auto;
}
code {
	padding:2px 3px;
}
pre {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
}
blockquote {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
	background:#fdffc3;
	border:none !important;
}

/* ***************************************
    PAGE LAYOUT - MAIN STRUCTURE
*************************************** */
#page_container {
	margin:0;
	margin-top: 15px;
	padding:0;
	/* background: url(http://www.teacup.ro/_graphics/page_back_linen_shadow.gif) repeat-y center top; */
}
#page_wrapper {
	width:986px;
	margin:0 auto;
	padding:0;
	min-height: 300px;
	background: #FFF;
	border-top: 4px solid #333333;
	border-right: 4px solid #333333;
	border-bottom: 4px solid #333333;
	border-left: 4px solid #333333;
}
#layout_header {
	text-align:left;
	width:100%;
	height:100px;
	border-bottom:1px solid #E01C59;
	background:white;
}
#wrapper_header {
	margin:0;
	padding:20px 20px 20px 20px;
}
#wrapper_header h1 {
	margin:10px 0 0 0;
	letter-spacing: -0.03em;
}
#layout_canvas {
	margin:0px;
	padding:0px;
	min-height: 360px;
}


/* canvas layout: 1 column, no sidebar */
#one_column {
	width:918px;
	margin:20px;
	min-height: 360px;
	background: white;
	padding:20px;
}

/* canvas layout: 2 column left sidebar */
#two_column_left_sidebar {
	width:210px;
	margin:20px 0 20px 20px;
	min-height:360px;
	float:left;
	background: white;
	padding:0px;
}

#two_column_left_sidebar_dashboard {
	width:210px;
	margin:20px 0 20px 20px;
	min-height:360px;
	float:left;
	background: white;
	padding:0px;
}

#two_column_left_sidebar_maincontent {
	width:685px;
	margin:10px;
	min-height: 360px;
	float:left;
	background: white;
	padding:20px;
}

#two_column_left_sidebar_maincontent_dashboard {
	width:685px;
	margin:20px;
	min-height: 360px;
	float:left;
	background: white;
	padding:20px;
}

/* canvas layout: widgets (profile and dashboard) */
#widgets_left {
	width:630px;
	margin:20px 0 20px 20px;
	min-height:360px;
	padding:0;
}
#widgets_middle {
	width:306px;
	margin:20px 0 20px 0;
	padding:0;
}
#widgets_right {
	width:296px;
	margin:20px 20px 20px 20px;
	float:left;
	padding:0;
}
#widget_table td {
	border:0;
	padding:0;
	margin:0;
	text-align: left;
	vertical-align: top;
}

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

/* IE6 layout fixes */
* html #profile_info_column_left {
	margin:0 10px 0 0;
	width:200px;
}
/* IE7 */
*:first-child+html #profile_info_column_left {
	width:200px;
}
* html #two_column_left_sidebar #two_column_left_sidebar_dashboard {
	width:210px;
	margin:20px 10px 20px 10px;
}
* html #two_column_left_sidebar_maincontent #two_column_left_sidebar_maincontent_dashboard {
	width:685px;
	margin:20px 10px 20px 10px;
}
* html a.toggle_customise_edit_panel { 
	float:none;
	clear:none;
	color: #dc1b57;
	background: white;
	padding: 5px 10px 5px 10px;
	margin:20px 20px 0px 20px;
	width:284px;
	display:block;
	text-align: left;
}
* html #dashboard_info {
	width:585px;
}
#layout_spotlight {
	padding:0;
	margin:0;
}
#wrapper_spotlight {
	margin:0;
	padding:0;
	height:auto;
}
/* ***************************************
	SPOTLIGHT
*************************************** */
/* IE7 */
*:first-child+html #wrapper_spotlight .collapsable_box_content {
	width:958px;
}
#wrapper_spotlight #spotlight_table h2 {
	color:#dc1b57;
	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:#dc1b57;
}
#wrapper_spotlight .collapsable_box_content  {
	margin:0;
	padding:20px 20px 10px 20px;
	background: #ffffff url(http://www.teacup.ro/_graphics/spotlight_back.gif) repeat-x left top;
	min-height:60px;
	border:none;
}

#pageslast_widget .collapsable_box_content {
	padding:0px;
	margin-left:-10px;
}

#layout_spotlight .collapsable_box_content p {
	padding:0;
}
#wrapper_spotlight .collapsable_box_header  {
	border:0px;
}
/* ***************************************
	FOOTER
*************************************** */
#layout_footer {
	/* background: url(http://www.teacup.ro/_graphics/footer_back.gif) repeat-x left top; */
	height:80px;
	margin-top:20px;
	margin:0 auto;
	border:0px;
	padding: 20px 0px 0px 0px;
	color:#666666;
	font-size:14px;
	width: 975px;
}

#layout_footer table tr td a {
	color:#666666;
	text-decoration:none;
}

#layout_footer table tr td a:hover {
	color:#666666;
	text-decoration:underline;
}


#layout_footer a, #layout_footer p {
   color:white;
   margin:0;
}
#layout_footer .footer_toolbar_links {
	text-align:center;
	padding:15px 0 0 0;
	font-size:1.0em;
}
#layout_footer .footer_legal_links {
	text-align:right;
}


/* ***************************************
  HORIZONTAL ELGG TOPBAR
*************************************** */

#top_logo {
	background:#FFF;
	border:0px;
	height:103px;
	position:relative;
	margin:0 auto;
	padding-top:10px; 
}#top_logo a{
	float:left;
	
}
#top_logo_inner {
	width:998px;
	margin:0 auto;
}

#logo {
	border:0px;
	padding:0px;
	float:left;
}

#top_logo #leaderboard {
	width:728px;
	height:90px;
	float:left;
}

#elgg_topbar {
	background:url(http://www.teacup.ro/_graphics/bg_menu_bar.jpg) top left repeat-x;
	color:#333333;
	font: 80%/1.4  "Lucida Grande", Verdana, sans-serif;
	position:relative;
	width:100%;
	height:85px;
	margin: 0px;
}

#elgg_topbar_links {
	position:relative;
	height: 32px;
	width: 975px;
	margin:0 auto;
}

#elgg_topbar_links ul {
	list-style-type:none;
	height:100%;
	margin:0px;
	padding:6px 0px 0px 0px;
}

#elgg_topbar_links ul li {
	float:left;
	text-transform: lowercase;
	font-size: 17px;
	font-weight:normal;
	font-family: Tahoma;
	color:#333333;
	margin:0px 45px 0px 0px;
}

#elgg_topbar_links ul li a {
	color:#FFF;
}

#elgg_topbar_links ul li a:hover {
	color:#dc1b57;
	text-decoration:none;
}

#elgg_topbar_sublinks {
	height:48px;
	border-top:1px solid #0cd7dc;
	width:920px;
	padding-left:77px;
	margin:0 auto;
}

#searchformdiv {
	width:350px;
	height:30px;
	position:relative; left: -70px;
	float:left;
	clear:both;
	border:0px;
	top:8px;
}

#searchformdiv #topbar_searchform {
	position:relative;
	clear:both;
}

#searchformdiv input[type="text"] {
	width:150px;
	height:20px;
	border:0px;
	font-size:14px;
	font-decoration:none;
	color:#999999;
	padding-left:10px;
	float:left;
	clear:both;
	margin:0px;
}


#searchformdiv input[type="submit"] {
	float:left;
	width:58px;
	height:33px;
	background: url(http://www.teacup.ro/_graphics/img_search.jpg) top left no-repeat;
	margin:0px;
	padding:0px;	
	position:absolute;
	top:1px;
	left:280px;
	border:0px;
}


#searchformdiv select {
	border:0px;
	position:absolute;
	width:100px;
	padding:6px 5px 5px 5px ;
	font-size:14px;
	font-decoration:none;
	color:#999999;
	padding-left:10px;
	top:0px;
	left:170px;
}

#searchformvid_arrow {
	background: url(http://www.teacup.ro/_graphics/arrow_down.gif) top right no-repeat #FFFFFF;
	width:20px;
	height:20px;
	position:absolute;
	top:4px;
	left:276px; 
	border:0px;
	margin:0px;
	padding:0px;
	border:0px;
	arrow-background: #FFF;
}

#searchformdiv #topbar_searchform {
	<!--height: 25px;
	width:160px;
	border:0px;-->
	
}

#userbuttons {
	float:left;
	width:570px;
	right:10px;
	padding:0px;
	text-align:right;
	position:relative;
	top:10px;
	border:0px;
}

#userloggedin {
	border:0px;
	float:left;
	position:absolute;
	top:0px;
	right:18px;
}

#userbuttons #userloggedin ul {
	list-style-type:none;
	border:0px;
	margin:0px;
	padding:0px;
	text-align:right;
}

#userbuttons #userloggedin ul li {
	float:left;
	margin:0px 45px 0px 0px;
}

#userbuttons #userloggedin ul li a{
	color: #FFF;
	font-size: 17px;
	font-weight:normal;
	font-family: Tahoma;
	color:#FFF;
}

#userbuttons #userloggedin ul li a:hover{
	font-size: 17px;
	font-weight:normal;
	font-family: Tahoma;
	color:#FFF;
	color:#dc1b57;
	text-decoration:none;
}

#userbuttons #userloggedin #logout{
	margin:0px 0px 0px 4px;
	position:absolute;
}

#topbarloginbox input[type="text"] {	
	width:100px;
	height:20px;
	border:0px;
	font-size:14px;
	font-decoration:none;
	color:#999999;
	padding-left:10px;
	float:left;
	margin:0px;
}

#topbarloginbox input[type="password"] {	
	width:100px;
	height:20px;
	border:0px;
	font-size:14px;
	font-decoration:none;
	color:#999999;
	padding-left:10px;
	float:left;
	margin:0px 0px 0px 4px;
}

#topbarloginboxpersistent_login, #topbarloginboxforgot_register {
	border:0px;
	float:left;
	color:#FFFFFF;
	font-size: 13px;
	font-weight:normal;
	font-family: Tahoma;
	position:relative;
	top:-2px;
	left:0px;
}

#topbarloginboxpersistent_login {
	margin-top: 7px;
}

#topbarloginboxforgot_register {
	text-align: left;
	margin-left: 5px;
}

#topbarloginboxforgot_register a {
	color:#FFFFFF;
	font-size: 13px;
	font-weight:normal;
	font-family: Tahoma;
}

#topbarloginboxforgot_register a:hover {
	color:#DC1B57;
	font-size: 13px;
	font-weight:normal;
	font-family: Tahoma;
}

#topbarloginbox input[type="submit"] {
	float:left;
	background:url(http://www.teacup.ro/_graphics/btn_login.jpg) top left no-repeat;
	width:108px;
	height:33px;
	border:0px;
	margin:0px 0px 0px 10px;
	padding:0px;
}

#topbarloginbox input[type="button"] {
	float:left;
	background:url(http://www.teacup.ro/_graphics/btn_register.jpg) top left no-repeat;
	width:108px;
	height:33px;
	border:0px;
	margin:0px 0px 0px 5px;
	padding:0px;
	cursor:pointer;
}

#topbar_search_input {
	width: 250px;
	height:25px;
}


#userbuttons #topbarloginboxpersistent_login {
	float:left;
}

#userbuttons #topbarloginboxpersistent_forgotpasswd {
	float:left;
}




#elgg_topbar_hr {
	width:100%;
	height:5px;
	background: url(http://www.teacup.ro/_graphics/bg_topbar.gif) top left repeat-x;
	margin:0px;
	padding:0px;
}


#elgg_topbar_container_left {
	float:left;
	height:32px;
	left:116px;
	top:0px;
	position:absolute;
	text-align:left;
	width:670px;
}
#elgg_topbar_container_right {
	float:right;
	height:24px;
	position:absolute;
	right:0px;
	top:0px;
	/* width:120px;*/
	text-align:right;
}
#elgg_topbar_container_search {
	float:right;
	height:21px;
	/*width:280px;*/
	position:relative;
	right:90px;
	text-align:right;
	margin:3px 0 0 0;
}
#elgg_topbar_container_left .toolbarimages {
	float:left;
	margin-right:5px;
	margin-top: 2px;
}
#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;
	float: left;
	padding:3px;
}
#elgg_topbar_container_left a.pagelinks:hover {
	background: #dc1b57;
	text-decoration: none;
}
#elgg_topbar_container_left a.privatemessages {
	background:transparent url(http://www.teacup.ro/_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(http://www.teacup.ro/_graphics/toolbar_messages_icon.gif) no-repeat left -36px;
}
#elgg_topbar_container_left a.privatemessages_new {
	background:transparent url(http://www.teacup.ro/_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 {
	background:transparent url(http://www.teacup.ro/_graphics/toolbar_settings.png) no-repeat;
	padding:0 0 4px 16px;
	margin:0 0 0 5px;
}
#elgg_topbar_container_left img {
	margin:2px 0 0 5px;
}
#elgg_topbar_container_left .user_mini_avatar {
	border:1px solid #eeeeee;
}
#elgg_topbar_container_right {
	padding:3px 0 0 0;
}
#elgg_topbar_container_right a {
	color:#eeeeee;
	margin:0 5px 0 0;
	background:transparent url(http://www.teacup.ro/_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;
}
#searchform input.search_input {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
	color:#999999;
	font-size:12px;
	font-weight:bold;
	margin:0pt;
	padding:2px;
	width:160px;
	height:12px;
}
#searchform input.search_submit_button {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	color:#333333;
	background: #cccccc;
	border:none;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:2px;
	width:auto;
	height:18px;
	cursor:pointer;
}
#searchform input.search_submit_button:hover {
	color:#ffffff;
	background: #dc1b57;
}

/* ***************************************
	TOP BAR - VERTICAL TOOLS MENU
*************************************** */
#topbardropdownmenu, #topbardropdownmenu ul {
	margin:0;
	padding:0;
	display:inline;
	float:left;
	list-style-type: none;
	z-index: 99999999;
}
#topbardropdownmenu {
	margin:0pt 15px 0pt 5px;
}
/* Tools link in top menu */
#topbardropdownmenu a, #topbardropdownmenu a:visited {
	display:block;
	padding:3px 13px 3px 3px;
	text-decoration:none;
	color:white;
}
#topbardropdownmenu li ul a {
	width:120px;
	height:auto;
	float:left;
}

/* menu list items */
#topbardropdownmenu li {float:left; position:relative; background:#cccccc;}
#topbardropdownmenu ul a {
	border-left:1px solid #f5f5f5;
	border-right:1px solid #333333;
	color:#fff !important;
	padding:2px 6px 2px 6px !important;
	background: #333 !important;
	border-top:1px solid #444;
	border-bottom:1px solid #999999;
}

/* IE7 */
#topbardropdownmenu li:hover {position:relative;}
/* Make the Tools nav color persist */
#topbardropdownmenu li:hover > a {background: #dc1b57 url(http://www.teacup.ro/_graphics/toolbar_arrow.png) no-repeat right -18px;}
#topbardropdownmenu li ul {display:none;width:134px !important;}
#topbardropdownmenu li:hover > ul {
	display:block;
	position:absolute; 
	top:-11px;
	left:80px;
	padding:10px 30px 30px 30px;
	background:transparent url(http://www.teacup.ro/_graphics/spacer.gif); 
}
/* Position the first sub level beneath the top level links */
#topbardropdownmenu > li:hover > ul {
	left:-30px;
	top:16px;
}
#topbardropdownmenu li a:active, #topbardropdownmenu li a:focus {
	background:#dc1b57;
	color:white;
}
#topbardropdownmenu li.drop {
	background: url(http://www.teacup.ro/_graphics/toolbar_arrow.png) no-repeat right 9px;	
}
/* dropdown list links hover */
#topbardropdownmenu li.drop ul li a:hover {
	color:white !important;
	background: #dc1b57 !important;
	border-left:1px solid #99ccff;
	border-top:1px solid #99ccff;	
}
/* IE6 ONLY - make the sublevels appear */
* html #topbardropdownmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(http://www.teacup.ro/_graphics/spacer.gif);}
#topbardropdownmenu li a:hover ul {visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;}
#topbardropdownmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:99999; font-size:1em;}
* html #topbardropdownmenu li.drop {background: url(http://www.teacup.ro/_graphics/toolbar_arrow_ie.gif) no-repeat right 9px;}
* html #topbardropdownmenu li a:hover {position:relative; background:#dc1b57 url(http://www.teacup.ro/_graphics/toolbar_arrow_ie.gif) no-repeat right -18px;}


/* ***************************************
  SYSTEM MESSSAGES
*************************************** */
.messages {
    background:#ccffcc;
    color:#000000;
    padding:3px 10px 3px 10px;
	margin-bottom: 5px;
	width:966px;
	border:0px solid #00CC00;
	cursor: pointer;
	display: block;
}
.messages_error {
    background:#F7DAD8;
    color:#000000;
    padding:3px 10px 3px 10px;
	margin-bottom: 5px;
	width:966px;
	border:0px solid #00CC00;
	cursor: pointer;
	display: block;
}
.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: #dc1b57;

	padding: 5px 10px 5px 10px;
	margin:0;
}

#widgets_right .collapsable_box_header {
	background: #f0f0f0;
}

#widgets_right .collapsable_box_content {
	background: #f0f0f0;
}


.collapsable_box_header h1 {
	font-size:18px;
	line-height: 1.2em;
	color:#000000;
	font-weight:bold;
}


#widgets_right .collapsable_box_content {
	border-bottom:5px solid #e6e6e6;
}


.collapsable_box_content {
	padding: 10px 0px 10px 10px;
	margin:0;
	height:auto;

}
.collapsable_box_editpanel {
	display: none;
	background: #dedede;
	padding:5px 10px 5px 10px;
}
.collapsable_box_header a.toggle_box_contents {
	color: #dc1b57;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	text-decoration:none;
	float:right;
	margin: 0;
	margin-top: -7px;
}

#widgets_left .collapsable_box_header a.toggle_box_contents {
}

#widgets_left .collapsable_box {
	border-bottom:5px solid #e6e6e6;
	margin-right:25px;
}



.collapsable_box_header a.toggle_box_edit_panel {
	color: #dc1b57;
	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
*************************************** */
label {
	font-weight: bold;
	color:#333333;
	font-size: 140%;
}
input {
	font: 120% Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #cccccc;
	color:#666666;
}
textarea {
	font: 120% Arial, Helvetica, sans-serif;
	border: solid 1px #cccccc;
	padding: 5px;
	color:#666666;
}
textarea:focus, input[type="text"]:focus {
	border: solid 1px #dc1b57;
	background: #e4ecf5;
	color:#333333;
}
.submit_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#dc1b57;
	border: 1px solid #dc1b57;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 0;
	cursor: pointer;
}
.submit_button:hover, input[type="submit"]:hover {
	background: #dc1b57;
}

input[type="submit"] {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#dc1b57;
	border: 1px solid #dc1b57;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 0;
	cursor: pointer;
}
.cancel_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	background:#dddddd;
	border: 1px solid #999999;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 10px;
	cursor: pointer;
}
.cancel_button:hover {
	background: #cccccc;
}

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

.input-textarea {
	height: 200px;
}


/* ***************************************
	LOGIN / REGISTER
*************************************** */
#login-box {
	margin: 10px;
    text-align:left;
    padding:10px;
    background: #ffffff;
}
#login-box .login-textarea {
	width:155px;
}
#login-box label,
#register-box label {
	font-size: 1.2em;
	color:gray;
}
#login-box p.loginbox {
	margin:10px 0 0 0;
}
#login-box input[type="text"],
#login-box input[type="password"],
#register-box input[type="text"],
#register-box input[type="password"] {
	margin:0 0 10px 0;
}
#login-box-openid {
	margin: 10px;
    text-align:left;
    padding:10px;
    background: #ffffff;
}
#login-box h2,
#login-box-openid h2,
#add-box h2 {
	background:#F5F5F5;
	border-top:2px solid #E01C59;
	color:#dc1b57;
	font-size:1.35em;
	line-height:1.2em;
	margin:0pt 0pt 5px;
	padding:5px;
}
#register-box {
    text-align:left;
    width:400px;
    padding:20px;
    background: #ffffff;
    margin:20px;
    float: left;
}
#invitations  { float: right; width: 400px; margin-top: 50px; }
.clear { clear: both; }

#invitations p { font-weight: bold; font-size: 15px; }
#register-box h1{
	font-size:20px;
	font-weight:normal;
	line-height:1.2em;
	margin:10px 0px 20px 0px;
	padding:0px;	
}

#register-box p{
	margin:10px 0px 0px 0px;
}



#persistent_login label {
	font-size:1.0em;
	font-weight: normal;
}

.hrlineinsidetab {
	width:100%;
	height:5px;
	background-color:#f0f0f0;
	border:0px;
	padding:0px;
	margin:10px 0px 5px 0px;
	float:left;
}

.hrlineinsidetab2 {
	width:100%;
	height:5px;
	background-color:#cccccc;
	border:0px;
	padding:0px;
	margin:10px 0px 5px 0px;
	float:left;
}

#newest-members h2, #latest-groups h2, #book_categories h2, #group_categories h2, #page_categories h2, #tags > h2 {
	font-size:20px;
	font-weight:bold;
	line-height:1.2em;
	margin:10px 0px 10px 0px;
	padding:0px;
}

#latest-groups {
	clear: left;
	margin-top: 10px;
}

#latest-groups .search_listing_info {
	float:left;
	width:190px;
	padding-left:10px;
}

#frontpage-search, #frontpage-reviews {
	margin: 0px;
  text-align:left;
  padding:10px;
  background: #ffffff;
}

#frontpage-reviews {
	border:1px solid #FFF;
	width:45%;
	float:left;
	padding:0px;
	margin:0px 10px 0px 0px;
}

.frontpage-review-text {
	float:left;
	margin:0px;
	padding:0px 0px 10px 6px;
	width:200px; height: 160px !important;
    display: block; text-align: justify;
}


/* ***************************************
	PROFILE
*************************************** */
#profile_info {
	margin:20px 0px 0 20px;
	padding:20px;
	background: white;
}
#profile_info_column_left {
	/* float:left; */
	padding: 0;
	margin:0 20px 0 0;
}
#profile_info_column_middle {
	float:left;
	width:368px;
	padding: 0;
}
#profile_info_column_right {
	width:590px;
	margin:0 0 0 0;
	padding: 0;
}
#dashboard_info {
	margin:20px 0px 0 20px;
	padding:20px;
	background: white;
}
#profile_menu_wrapper {
	margin:0px 0 10px 0;
}
#profile_menu_wrapper p {
}
#profile_menu_wrapper p:first-child {
}
#profile_menu_wrapper a {
	display:block;
	padding:0 0 0 3px;
}
#profile_menu_wrapper a:hover {
	color:#ffffff;
	background:#dc1b57;
	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 .odd {
}
#profile_info_column_right p {
	margin:0 0 7px 0;
}
#profile_info_column_right .profile_aboutme_title {
	margin:0;
	padding:0;
	line-height:1em;
}
/* edit profile button */
.profile_info_edit_buttons {
	float:right;
	margin:0  !important;
	padding:0 !important;
	font-size: 90%;
}


/* ***************************************
	RIVER
*************************************** */
.activity_item p {
	margin:0;
	padding:2px 0 0 0;
	line-height:1.1em;
	min-height:17px;	
}
.activity_item .activity_item_time {
	font-size:90%;
	color:#666666;
}
#river {
}
.river_item p {
	margin:0;
	padding:2px 0 0 20px;
	line-height:1.1em;
	min-height:17px;
}
.river_item {
	padding:2px 0 2px 0;
}
.river_item_time {
	font-size:90%;
	color:#666666;
}
/* IE6 fix */
* html .river_item p { 
	padding:3px 0 3px 20px;
}
/* IE7 */
*:first-child+html .river_item p {
	min-height:17px;
}
.river_user_update {
	background: url(http://www.teacup.ro/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_user_profileupdate {
	background: url(http://www.teacup.ro/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_user_profileiconupdate {
	background: url(http://www.teacup.ro/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_annotate {
	background: url(http://www.teacup.ro/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_bookmarks_create {
	background: url(http://www.teacup.ro/_graphics/river_icons/river_icon_bookmarks.gif) no-repeat left -1px;
}
.river_status_create {
	background: url(http://www.teacup.ro/_graphics/river_icons/river_icon_status.gif) no-repeat left -1px;
}
.river_file_create {
	background: url(http://www.teacup.ro/_graphics/river_icons/river_icon_files.gif) no-repeat left -1px;
}
.river_widget_create {
	background: url(http://www.teacup.ro/_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px;
}
.river_forums_create {
	background: url(http://www.teacup.ro/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_forums_update {
	background: url(http://www.teacup.ro/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_widget_update {
	background: url(http://www.teacup.ro/_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px;	
}
.river_blog_create {
	background: url(http://www.teacup.ro/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_blog_update {
	background: url(http://www.teacup.ro/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_forumtopic_create {
	background: url(http://www.teacup.ro/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_relationship_friend_create {
	background: url(http://www.teacup.ro/_graphics/river_icons/river_icon_friends.gif) no-repeat left -1px;
}
.river_relationship_member_create {
	background: url(http://www.teacup.ro/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}

/* ***************************************
	SEARCH LISTINGS	
*************************************** */
.search_listing {
	display: block;

	padding: 5px;
	margin-bottom: 10px;

	width:315px;
	float:left;
    
}
.search_listing_icon {
	float:left;
	padding:0px;
	margin:0px;
	width:60px;
	margin-right:5px;
	height:54px;
	border:0px;
	display: block;
	
}
.search_listing_icon img {

}

.search_listing_icon .avatar_menu_button img {
	width: 15px;
	z-index: 1000;
    display: block;
}
.search_listing_info {
	min-height: 40px;
	float:left;
	width:220px;
	border:0px;
	padding:2px 6px 2px 6px;
	margin:0px;
}
/* IE 6 fix */
* html .search_listing_info {
	height:40px;
}
.search_listing_info p {
	margin:0px;
	line-height:1.2em;
}

.search_listing_info p a {
	font-size:12px;
	font-weight:bold;
	color:#dc1b57;
	text-decoration:none;
}

.search_listing_info p a:hover {
	color:#dc1b57;
	text-decoration:underline;
}

.search_listing_info p.owner_timestamp {
	margin:0;
	padding:0;
	color:#666666;
	font-size: 90%;
}
table.search_gallery {
	border-spacing: 5px;
	margin:0 0 20px 0;
	background: #f5f5f5;
}
.search_gallery td {
	padding: 5px;
}
.search_gallery_item {
	border:1px dotted silver;
    background-color: white;
}
.search_gallery_item:hover {
	border:1px dotted black;
}
.search_gallery_item .search_listing {
	background: none;
	text-align: center;
}
.search_gallery_item .search_listing_header {
	text-align: center;
}
.search_gallery_item .search_listing_icon {
	position: relative;
	text-align: center;
}
.search_gallery_item .search_listing_info {
	margin: 5px;
}
.search_gallery_item .search_listing_info p {
	margin: 5px;
	margin-bottom: 10px;
}
.search_gallery_item .search_listing {
	background: #FFFFFF;
	text-align: center;
}
.search_gallery_item .search_listing_icon {
	position: absolute;
	margin-bottom: 20px;
}
.search_gallery_item .search_listing_info {
	margin: 5px;
}
.search_gallery_item .search_listing_info p {
	margin: 5px;
	margin-bottom: 10px;
}


/* ***************************************
	FRIENDS
*************************************** */
/* friends widget */
#widget_friends_list {
	display:table;
	width:100%;
}
.widget_friends_singlefriend {
	float:left;
	margin:0 5px 5px 0;
}


/* ***************************************
	ADMIN AREA - PLUGIN SETTINGS
*************************************** */
.plugin_details {
	margin:0 0 10px 0;
	padding:5px 10px 5px 10px;
}
.admin_plugin_reorder {
	float:right;
	width:200px;
	text-align: right;
}
.admin_plugin_reorder a {
	padding-left:10px;
}
.active {
	border:1px solid #00cc00;
    background:#ccffcc;
}
.not-active {
    border:1px solid #D3322A;
    background:#F7DAD8;
}
.plugin_details p {
	margin:0;
	padding:4px 0 0 0;
}
.plugin_details a.manifest_details {
	cursor:pointer;
	font-size:80%;
}
.not-active .admin_plugin_enable_disable a {
	float:right;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#dc1b57;
	border: 1px solid #dc1b57;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	padding: 4px;
	margin:5px 0 0 0;
	cursor: pointer;
}
.not-active .admin_plugin_enable_disable a:hover {
	background: #dc1b57;
}
.active .admin_plugin_enable_disable a {
	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:5px 0 0 0;
	cursor: pointer;
}
.active .admin_plugin_enable_disable a:hover {
	background: #333333;
}
.pluginsettings {
	margin:20px 0 0 0;
}
.pluginsettings h3 {
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:1px solid #999999;
}
#updateclient_settings h3 {
	padding:0;
	margin:0;
	border:none;
}
.input-access {
	margin:5px 0 0 0;
}

/* ***************************************
	GENERIC COMMENTS
*************************************** */
.generic_comment_owner {
	font-size: 90%;
	color:#666666;
}
.generic_comment {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.generic_comment_icon {
	float:left;
}
.generic_comment_details {
	margin-left: 80px;
}
.generic_comment_owner {
	color:#666666;
	margin: 0px;
	font-size:90%;
}

	
/* ***************************************
  PAGE-OWNER BLOCK
*************************************** */
#owner_block {

}
#owner_block_icon {
	float:left;
	margin:0 10px 0 0;
}
#owner_block_rss_feed,
#owner_block_odd_feed,
#owner_block_bookmark_this,
#owner_block_report_this {
	padding:2px 0 3px 0;
}
#owner_block_report_this {
}
#owner_block_rss_feed a {
	font-size: 90%;
	color:#999999;
	padding:0 0 4px 20px;
	background: url(http://www.teacup.ro/_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(http://www.teacup.ro/_graphics/icon_odd.gif) no-repeat left top;
}
#owner_block_bookmark_this a {
	font-size: 90%;
	color:#999999;
	padding:0 0 4px 20px;
	background: url(http://www.teacup.ro/_graphics/icon_bookmarkthis.gif) no-repeat left top;
}
#owner_block_report_this a {
	font-size: 90%;
	color:#999999;
	padding:0 0 4px 20px;
	background: url(http://www.teacup.ro/_graphics/icon_reportthis.gif) no-repeat left top;
}
#owner_block_rss_feed a:hover,
#owner_block_odd_feed a:hover,
#owner_block_bookmark_this a:hover,
#owner_block_report_this a:hover {
	color: #dc1b57;
}
#owner_block_desc {
	padding:4px 0 4px 0;
	margin:0 0 0 0;
	line-height: 1.2em;
}
#owner_block_content {
	margin:0px 0px 4px 10px;
<!--	padding:20px 0px 0px 0px;-->
	min-height:35px;
	font-weight: bold;
	float:left;
}
.clear {
	clear:both;
	margin:0px;
	padding:0px;
}

.ownerblockline {
	padding:0;
	margin:0;
	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 {
<!--	background: url(http://www.teacup.ro/_graphics/owner_block_menu_arrow.gif) no-repeat left 6px;-->
	padding-left:10px;
}
#owner_block_submenu ul li a {
	text-decoration: none;
	display: block;
	padding: 0;
	margin: 0;
	color:#DC1B57;
	padding:4px 6px 4px 10px;
	font-weight: bold;
	line-height: 1.1em;
}
#owner_block_submenu ul li a:hover {
	color: #DC1B57;
	text-decoration:underline;
}

/* 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 {
	margin:22px 0 0 0;
}

/* filetypes filter menu */
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li a {
	color:#666666;
}
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li.selected a {
	background: url(http://www.teacup.ro/_graphics/owner_block_menu_dot.gif) no-repeat left 7px;
}
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li a:hover {
	color:white;
	background: #999999;
}

/* pages actions menu */
#owner_block_submenu .submenu_group .submenu_group_pagesactions ul li a {
	color:#666666;
}
#owner_block_submenu .submenu_group .submenu_group_pagesactions ul li.selected a {
<!--	background: url(http://www.teacup.ro/_graphics/owner_block_menu_dot.gif) no-repeat left 7px;-->
}
#owner_block_submenu .submenu_group .submenu_group_pagesactions ul li a:hover {
<!--	background: #999999;-->
}


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

	
/* ***************************************
	FRIENDS COLLECTIONS ACCORDIAN
*************************************** */	
ul#friends_collections_accordian {
	margin: 0 0 0 0;
	padding: 0;
}
#friends_collections_accordian li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	color: #666666;
}
#friends_collections_accordian li h2 {
	background:#efefef;
	color: #999999;
	padding:4px 2px 4px 6px;
	margin:0;
	font-size:1.2em;
	cursor:pointer;
}
#friends_collections_accordian li h2:hover {
	background:#dc1b57;
	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;
}
div.expandall {
	margin: 20px 0 0 0;
	padding:0;
}
div.expandall p {
	cursor:pointer;
	color:#999999;
	text-align:right;
	margin: 0;
	padding:0;
}
	
	
/* ***************************************
	FRIENDS PICKER SLIDER
*************************************** */		
.friendsPicker_container h3 { font-size:3em; text-align: left; margin:0 0 20px 0; color:#999999; }

.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: 685px;
	height: 300px;
	background: white;
}
.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: 685px;
	margin: 0;
	padding:0;
}
.friendsPicker .friendsPicker_container .panel .wrapper {
	margin: 0;
	padding: 10px;
	background: #efefef;
	min-height: 230px;
}
.friendsPickerNavigation {
	margin: 0 0 10px 0;
	padding:0;
}
.friendsPickerNavigation ul {
	list-style: none;
	padding-left: 0;
}
.friendsPickerNavigation ul li {
	float: left;
	margin:0;
	background:white;
}
.friendsPickerNavigation a {
	font-weight: bold;
	text-align: center;
	background: white;
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 0;
	width:20px;
}
.tabHasContent {
	background: white; color:#333333 !important;
}
.friendsPickerNavigation li a:hover {
	background: #333333;
	color:white !important;
}
.friendsPickerNavigation li a.current {
	background: #dc1b57;
	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: #dc1b57;
	color:white;
}
.friendsPickerNavigationL, .friendsPickerNavigationR {
	position: absolute;
	top: 46px;
	text-indent: -9000em;
}
.friendsPickerNavigationL a, .friendsPickerNavigationR a {
	display: block;
	height: 43px;
	width: 43px;
}
.friendsPickerNavigationL {
	right: 58px;
	z-index:1;
}
.friendsPickerNavigationR {
	right: 10px;
	z-index:1;
}
.friendsPickerNavigationL {
	background: url("http://www.teacup.ro/_graphics/friends_picker_arrows.gif") no-repeat left top;
}
.friendsPickerNavigationR {
	background: url("http://www.teacup.ro/_graphics/friends_picker_arrows.gif") no-repeat -60px top;
}
.friendsPickerNavigationL:hover {
	background: url("http://www.teacup.ro/_graphics/friends_picker_arrows.gif") no-repeat left -44px;
}
.friendsPickerNavigationR:hover {
	background: url("http://www.teacup.ro/_graphics/friends_picker_arrows.gif") no-repeat -60px -44px;
}	
.friends_collections_controls a.delete_collection {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0 3px 0 0;
	background: url("http://www.teacup.ro/_graphics/icon_customise_remove.png") no-repeat 0 0;
}
.friends_collections_controls a.delete_collection:hover {
	background-position: 0 -16px;
}

/* picker tabbed navigation */
#friendsPickerNavigationTabs {
	margin:10px 0 10px 0;
	padding: 0;
	display:table;
	width:100%;
}
#friendsPickerNavigationTabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#friendsPickerNavigationTabs li {
	float: left;
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	margin: 0;
}
#friendsPickerNavigationTabs a {
	text-decoration: none;
	display: block;
	padding: 0.22em 1em;
	color: #666666;
	text-align: center;
}
#friendsPickerNavigationTabs a:hover {
	color: #dc1b57;
}
#friendsPickerNavigationTabs .selected {
	border-color: #cccccc;
}
#friendsPickerNavigationTabs .selected a {
	position: relative;
	top: 1px;
	background: white;
	color: #dc1b57;
}
	

	
/* ***************************************
  WIDGET PICKER (PROFILE & DASHBOARD)
*************************************** */
/* 'edit page' button */
a.toggle_customise_edit_panel { 
	float:right;
	clear:right;
	color: #dc1b57;
	background: white;
	padding: 5px 10px 5px 10px;
	margin:20px 20px 0px 20px;
	width:284px;
	text-align: left;
}
a.toggle_customise_edit_panel:hover { 
	color: #ffffff;
	background: #dc1b57;
	text-decoration:none;
}
#customise_editpanel {
	display:none;
	margin: 0;
	padding:20px;
	background: #dedede;
}

/* 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 {
	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;
}
#customise_page_view h2 {
	margin:0;
	padding:5px;
	width:200px;
	color: #dc1b57;
	background: #f5f5f5;
	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;
	background: #f5f5f5;
}
#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;
}
#middlecolumn_widgets {
	width:200px;
	margin:0 10px 0 0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
}
#rightcolumn_widgets {
	width:200px;
	margin:0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
}
#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;
}
#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(http://www.teacup.ro/_graphics/icon_customise_info.gif) no-repeat top left;
	cursor:pointer;
}
#customise_editpanel img.drag_handle {
	background: url(http://www.teacup.ro/_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;
}
/* droppable area hover class  */
.droppable-hover {
	background:#fdffc3;
}
/* 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: #dc1b57;
	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:#999999;
	padding:0;
	margin:0 0 10px 0;
}
#pages_breadcrumbs a {
	color:#999999;
	text-decoration: none;
}
#pages_breadcrumbs a:hover {
	color: #dc1b57;
	text-decoration: underline;
}


/* ***************************************
	MISC.
*************************************** */
/* general page titles in main content area */

#sidebar_page_tree {
	margin:10px;
}
#sidebar_page_tree h3 {
	background:#F5F5F5;
	border-top:2px solid #dc1b57;
	margin:0 0 5px 0;
	padding:5px;
	color:#dc1b57;
	font-size:1.25em;
	line-height:1.2em;
}	

/* tag icon */	
.object_tag_string {
	background: url(http://www.teacup.ro/_graphics/icon_tag.gif) no-repeat left 2px;
	padding:0 0 0 14px;
	margin:0;
}	

/* profile picture upload n crop page */	
#profile_picture_form {
	height:145px;
}	
#current_user_avatar {
	float:left;
	width:160px;
	height:130px;
	margin:0 20px 0 0;
}	
#profile_picture_croppingtool {
	margin:20px 0 0 0;
	padding:10px 0 0 0;
}	
#profile_picture_croppingtool #user_avatar {
	float: left;
	margin-right: 20px;
}	
#profile_picture_croppingtool #applycropping {

}
#profile_picture_croppingtool #user_avatar_preview {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
}	


/* ***************************************
	SETTINGS & ADMIN
*************************************** */
.settings_form h3,
.usersettings_statistics h3,
.admin_statistics h3,
.admin_users_online h3 {
	background:#e4e4e4;
	border-bottom:1px solid #d0d0d0;
	color:#666666;
	font-size:1.1em;
	line-height:1em;
	margin:30px 0 10px 0;
	padding:5px;	
}
.settings_form label,
.admin_debug label,
.admin_usage label {
	color:#333333;
	font-size:100%;
	font-weight:normal;
}
.settings_form {
	padding:0 0 20px 0;
}

.settings_form label.change_pass_label {
	width: 175px;
	display: block;
	float: left;
	line-height: 33px;
}

.admin_usage {
	padding:0 0 20px 0;
}

.usersettings_statistics .odd,
.admin_statistics .odd {
}
.usersettings_statistics .even,
.admin_statistics .even {
	background:#ffffff;
}
.usersettings_statistics td,
.admin_statistics td {
	padding:2px 4px 2px 4px;
}
.usersettings_statistics td.column_one,
.admin_statistics td.column_one {
	width:200px;
}

/* add user pane on user admin */
#add_user_showhide #add-box {
	padding:20px;
	background: #dedede;
}
.admin_adduser_link {
	margin:0 0 20px 0;
}
#search-box {
	margin:0 0 20px 0;
}

.manifest_file {
	display:none;
}

/* force tinyMCE editor initial width for safari */
.mceLayout {
	width:683px;
}

div.ajax_loader {
	background: url(http://www.teacup.ro/_graphics/ajax_loader.gif) no-repeat top center;
	width:100%;
	height:33px;
}
#three_column_left_sidebar {
	width:210px;
	margin:20px 0 20px 20px;
	min-height:360px;
	float:left;
	background: white;
	padding:0px;
}

/* canvas layout: 2 column left sidebar */
.two_column_equal {
	width:650px;
	margin:2px 0 10px 10px;
	min-height:360px;
	float:left;
	background: white;
	padding:0px;
	border:0px;
}

.two_column_equal_right {
	width:314px;
	margin:2px 0 10px 10px;
	min-height:auto;
	float:left;
	background: #f0f0f0;
	padding:0px;
	border:0px;
	overflow:hidden;
}

/* canvas layout: 2 column left sidebar */
#two_column_right_sidebar {
	width:230px;
	margin:20px 0px 0px 10px;
	min-height:360px;
	float:left;
	background: #f0f0f0;
	padding:10px;
}#two_column_right_sidebar_bookcategory {
	width:230px;
	margin:20px 0px 0px 10px;
	min-height:360px;
	float:left;
	background: #f0f0f0;
	padding:10px;
}

#two_column_right_sidebar_booklist {
	width:230px;
	margin:20px 0px 0px 10px;
	min-height:360px;
	float:left;
	background: #f0f0f0;
	padding:10px;
}

#two_column_right_sidebar_maincontent {
	background:white;
	float:left;
	margin:2px 0 10px 10px;
	min-height:360px;
	padding:0;
	width:710px;
	padding-top:30px;
	border:0px;
}#two_column_right_sidebar_maincontent_bookcategory {
	background:white;
	float:left;
	margin:2px 0 10px 10px;
	min-height:360px;
	padding:0;
	width:710px;
	padding-top:30px;
	border:0px;
}#two_column_right_sidebar_maincontent_pages_owned {
	background:white;
	float:left;
	margin:2px 0 10px 10px;
	min-height:360px;
	padding:0;
	width:710px;
	padding-top:30px;
	border:0px;
}

#two_column_right_sidebar_booklist_maincontent .search_listing {
	position:relative;
}

#two_column_right_sidebar_maincontent .pagination {
	clear:both;
}#two_column_right_sidebar_maincontent_bookcategory .pagination {
	clear:both;
}#two_column_right_sidebar_maincontent_pages_owned .pagination {
	clear:both;
}

#two_column_right_sidebar_booklist_maincontent .pagination {
	clear:both;
}


#two_column_right_sidebar_booklist_maincontent {
	background:white;
	float:left;
	margin:2px 0 10px 10px;
	min-height:360px;
	padding:0;
	width:710px;
	padding-top:30px;
	border:0px;
}

#two_column_right_sidebar_maincontent .search_listing {
	height: auto;
}

#two_column_right_sidebar_maincontent_bookcategory .search_listing {
	height:180px;
}

#two_column_right_sidebar_maincontent_pages_owned .search_listing {
	height:180px;
}

#two_column_right_sidebar_booklist_maincontent .search_listing {
	height:180px;
}


#two_column_right_sidebar_booklist_maincontent .search_listing_info {
	float:left;
}


#two_column_right_sidebar_booklist_maincontent .search_listing_info {
	
	float:left;
}

#two_column_right_sidebar_search {
	width:230px;
	margin:20px 0px 0px 10px;
	min-height:360px;
	float:left;
	background: #f0f0f0;
	padding:10px;
	border:1px solid red;
}

#two_column_right_sidebar_search_maincontent {
	background:white;
	float:left;
	margin:2px 0 10px 10px;
	min-height:360px;
	padding:0;
	width:710px;
	padding-top:30px;
	border:0px;
}

#two_column_right_sidebar_search_maincontent .search_listing {
	height:auto;
}

#three_column_right_sidebar_maincontent {
	width:680px;
	margin:0px;
	min-height: 360px;
	float:left;
	background: white;
	padding:20px;
	position:relative;
}


.dodd {
}
.bookinfo {
  margin:3px 0;
  padding:2px 4px;
  
  
}

.bookinfo .dodd dev { 
	border:1px solid red;
}

.border_0111 {
  border-top:0px;
  border-right:1px solid;
  border-bottom:1px solid;
  border-left:1px solid;
}

.border_0011 {
  border-top:0px;
  border-right:0px;
  border-bottom:1px solid;
  border-left:1px solid;
}

.border_1011 {
  border-top:1px solid;
  border-right:0px;
  border-bottom:1px solid;
  border-left:1px solid;
}

.border_1111 {
  border-top:1px solid;
  border-right:1px solid;
  border-bottom:1px solid;
  border-left:1px solid;
}

.book_category_menu {
}

.book_category_menu ul {
  list-style-type:none;

}

.width_250 {
  width:250px;
}

.similar_books_widget_wraper {
  border:0px;
  float:left;
  margin:2px 0px 2px 0px;
  background-color:#F0F0F0;
  width: 95px; display: block; text-align: center;  
  height: 105px; 
}

.similar_books_widget_wraper .booklist_nowreading_widget_review {
	width:125px; margin-left: 20px !important;
}

.color_E00007 {
  color: #dc1b57;
}

.right_column {
	background-color:#f0f0f0;
}

#breadcrumbs {
	border:0px;
	font-size:14px;
	font-weight:normal;
	color:#999999;
	margin:0px;
	padding:10px 0px 0px 10px;
}

.search_listing_icon .groupicon {
	border:0px;
	margin:6px auto;
	padding:0px;
	width:40px;
	height:40px;
}

.search_listing_icon .icon {
	border:0px;
	margin:6px auto;
	padding:0px;
	width:40px;
	height:40px;
}

.two_column_equal_right #newest-members .search_listing_icon {
	width: 40px;
}

.latest-groups .seemore a {	
	font-size:13px;
	font-weight:normal;
	color:#dc1b57;
	text-decoration:none;
}

.latest-groups a:hover {
	color:#dc1b57;
	text-decoration:underline;
}

#frontpage-pages {
	border:1px solid #FFF;
	float:left;
	width:51%;
}

#frontpage-pages h2{
	color:#333333;
	font-size:20px;
	font-weight:bold;
	line-height:1.2em;
	margin:10px 0;
	padding:0;
}

#frontpage-pages .search_listing {
	height:auto;
}

#frontpage-pages .search_listing_info {
	width: 320px; text-align: justify;
}

.frontpage-review {
	min-height: 60px;
	float:left;
	width:100%;
	border:0px;
	padding:2px 10px 2px 6px;
	margin:0px;
    display: block; 
}

.frontpage-review a {
	font-size:12px;
	font-weight:bold;
	color:#dc1b57;
	text-decoration:none;
}

.frontpage-review a:hover {
	color:#dc1b57;
	text-decoration:underline;
}


.frontpage-review p {
	margin:0px;
	line-height:1.2em;
}

.frontpage-review p a {
	font-size:12px;
	font-weight:bold;
	color:#dc1b57;
	text-decoration:none;
}

.frontpage-review p a:hover {
	color:#dc1b57;
	text-decoration:underline;
}

.frontpage-review p.owner_timestamp {
	margin:0;
	padding:0;
	color:#666666;
	font-size: 90%;
}

#newest-members {
	background-color:#f0f0f0;
	margin:0px;
	padding:0px 10px 10px 15px;
}

#tags {
	background-color:#f0f0f0;
	margin:40px 0px 0px 0px;
	padding:0px 10px 10px 15px;
}


#tags a {
	font-weight:bold;
	color:#dc1b57;
	text-decoration:none;
}

#tags a:hover {
	color:#dc1b57;
	text-decoration:underline;
}


#newest-members .search_listing_icon {
}

.collapsable_box_content .search_listing_icon {
}

#owner_block .search_listing_icon {
}

#newest-members .search_listing_icon {
	margin:10px;
}

.member_icon a {
	font-size:12px;
	font-weight:bold;
	color:#dc1b57;
	text-decoration:none;
}

.member_icon a:hover {
	color:#dc1b57;
	text-decoration:underline;
}

.search_listing_icon .usericon {
border:0px;
	margin:6px auto;
	padding:0px;
	width:40px;
	height:40px;
	position: relative !important;
}
.search_listing_info_left {
	clear:both;
}

.search_listing_info_left_all {
	float:left;
	width:50px;
}

.search_listing_info_left a {
	font-size:12px;
	font-weight:bold;
	color:#dc1b57;
	text-decoration:none;
}

.search_listing_info_left_all a {
	font-size:12px;
	font-weight:bold;
	color:#dc1b57;
	text-decoration:none;
}

.search_listing_info_left a:hover {
	color:#dc1b57;
	text-decoration:underline;
}

.search_listing_info_left_all a:hover {
	color:#dc1b57;
	text-decoration:underline;
}

#book_list_table {
  width:100%;
  position:relative;
}

#book_list_table tr th {
  font-weight: bold;
  text-align:center;
  background-color: #e8e8e8;
  padding:4px;
}

#book_list_table tr td {
  font-weight: normal;
  text-align:center;
  padding:2px;
  border-top:0px;
  border-bottom:3px solid #f0f0f0;
  border-right:0px;
  border-left:0px;
  position:relative;
}


#book_list_table tr th {
  font-weight: bold;
  text-align:center;
  padding:4px;
  background-color:#f0f0f0;
  color:#b9b9b9;
}

#book_list_table tr th a{
	font-size:12px;
	font-weight:bold;
	color:#dc1b57;
	text-decoration:none;
}

#book_list_table tr th a:hover{
	color:#dc1b57;
	text-decoration:underline;
}

#book_list_table tr td a{
	font-size:11px;
	font-weight:bold;
	color:#dc1b57;
	text-decoration:none;
}

#book_list_table tr td a:hover{
	color:#dc1b57;
	text-decoration:underline;
}

#book_list_table tr td .search_listing_icon {
	margin:0 auto;
	float:left;
}



#book_list_table_pages {
  width:100%;
  position:relative;
}

#book_list_table_pages tr th {
  font-weight: bold;
  text-align:center;
  background-color: #e8e8e8;
  padding:4px;
}

#book_list_table_pages tr td {
  font-weight: normal;
  text-align:left;
  padding:2px;
  border-top:0px;
  border-bottom:3px solid #f0f0f0;
  border-right:0px;
  border-left:0px;
  position:relative;
}


#book_list_table_pages tr th {
  font-weight: bold;
  text-align:center;
  padding:4px;
  background-color:#f0f0f0;
  color:#b9b9b9;
}

#book_list_table_pages tr th a{
	font-size:12px;
	font-weight:bold;
	color:#dc1b57;
	text-decoration:none;
}

#book_list_table_pages tr th a:hover{
	color:#dc1b57;
	text-decoration:underline;
}

#book_list_table_pages tr td a{
	font-size:11px;
	font-weight:bold;
	color:#dc1b57;
	text-decoration:none;
}

#book_list_table_pages tr td a:hover{
	color:#dc1b57;
	text-decoration:underline;
}

#book_list_table_pages tr td .search_listing_icon {
	margin:0 auto;
	float:left;
	margin-left:0px;
}

.border_0100 {
	border-top:0px;
	border-right:1px solid #FFF;
	border-bottom:0px;
	border-left:0px;
	
}

.border_0000 {
	border-top:;
	border-right:0px;
	border-bottom:0px;
	border-left:0px;
}

.top_icon_div {
	margin:0 auto;
	width:80px;
	padding:0 auto;
}

.top_icon_div_all {
	margin:0 auto;
	width:80px;
	padding:0 auto;
}






#owner_block_submenu_book {
	margin:20px 0 20px 0;
	padding: 0;
	width:100%;
}
#owner_block_submenu_book ul, #profile_menu_wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#owner_block_submenu_book ul li.selected a, #profile_menu_wrapper ul li.selected a {
<!--	background: url(http://www.teacup.ro/_graphics/owner_block_menu_arrow.gif) no-repeat left 6px;-->
	padding-left:10px;
}

#owner_block_submenu_book ul li, #profile_menu_wrapper ul li {
	height:28px;
	background:url(http://www.teacup.ro/_graphics/btn_add.gif) top left no-repeat;
	padding:0px 0px 0px 25px;
}

#owner_block_submenu_book ul li a, #profile_menu_wrapper ul li a {
	text-decoration: none;
	display: block;
	padding: 0;
	margin: 0;
	color:#DC1B57;
	padding:4px 6px 4px 10px;
	font-weight: bold;
	line-height: 1.1em;
}


.top_icon_div .usericon {
}

.top_icon_div_all .usericon {
	float:left;
}


#owner_block_submenu_book ul li a:hover {
	text-decoration:underline;
}



/* BOOK CATEGORIES */
.book_category_menu_sidebar {
	margin:0px;
	padding:0px;
}

.book_category_menu_sidebar ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.book_category_menu_sidebar ul li {
		margin:0px;
	padding:0px;
}

#book_categories {
	background-color:#f0f0f0;
	margin:0px 0px 0px 0px;
	padding:0px 10px 15px 15px;
	border-bottom:5px solid #e6e6e6;
}


#book_categories a {
	font-weight:bold;
	color:#dc1b57;
	text-decoration:none;
}

#book_categories a:hover {
	color:#dc1b57;
	text-decoration:underline;
}


/* PAGE CATEGORIES */
#page_categories {
	background-color:#f0f0f0;
	margin:0px 0px 0px 0px;
	padding:0px 10px 10px 15px;
}


#page_categories a {
	font-weight:bold;
	color:#dc1b57;
	text-decoration:none;
}

#page_categories a:hover {
	color:#dc1b57;
	text-decoration:underline;
}


.page_category_menu_sidebar {
	margin:0px;
	padding:0px;
}

.page_category_menu_sidebar ul {
	list-style-type:none;
		margin:0px;
	padding:0px;
}

.page_category_menu_sidebar ul li {
		margin:0px;
	padding:0px;
}


/* GROUP CATEGORIES */
#group_categories {
	background-color:#f0f0f0;
	margin:0px 0px 0px 0px;
	padding:0px 10px 10px 15px;
}

#group_categories a {
	font-weight:bold;
	color:#dc1b57;
	text-decoration:none;
}

#group_categories a:hover {
	color:#dc1b57;
	text-decoration:underline;
}


.group_category_menu_sidebar {
	margin:0px;
	padding:0px;
}

.group_category_menu_sidebar ul {
	list-style-type:none;
		margin:0px;
	padding:0px;
}

.group_category_menu_sidebar ul li {
		margin:0px;
	padding:0px;
}


#book_list_table tr td .search_listing_info_left a{
	font-size:10px;
}

#book_list_table_pages tr td .search_listing_info_left a{
	font-size:10px;
}

#book_list_table tr td .search_listing_info_left_all a{
	font-size:10px;
}

#book_list_table tr td .search_listing_info_left a:hover{
}

#book_list_table_pages tr td .search_listing_info_left_all a{
	font-size:10px;
}

#book_list_table_pages tr td .search_listing_info_left a:hover{
}

.input-pulldown {
	border:1px solid  #d0d0d0;
	color:#999999;
	font-size:14px;
	left:180px;
	padding:6px 5px 5px 10px;
	width:230px;
}

.input-access {
	border:1px solid  #d0d0d0;
	color:#999999;
	font-size:14px;
	left:180px;
	padding:6px 5px 5px 10px;
	width:250px;
}

#search_results_found {
	float:left;
	width:100%;
	text-align:right;
}

.reviews_info p {
	margin:0px 0px 0px 0px;
	padding:0px;
}

.bookreviewlast_widget_review a {
	font-weight:bold;
}

.booklist_nowreading_widget_review {
	margin-left:0px;
}

#two_column_left_sidebar_maincontent_dashboard .search_listing {
	height:140px;
}


#group_pages_widget .search_listing_icon {
	display:none;
}

#two_column_right_sidebar_search_maincontent .search_listing_icon {
	width:60px;
}

#two_column_right_sidebar_maincontent_pages_owned .search_listing_icon {
	display:none;
}	

#two_column_right_sidebar_booklist_maincontent .search_listing_icon {
	height:100px;
	width:auto;
	float:left;
}

#two_column_right_sidebar_booklist_maincontent .search_listing_icon .groupicon {
	height:100px;
	width:auto;
	float:left;
}

#two_column_right_sidebar_booklist_maincontent .search_listing_info {
	float:left;
}

.general-textarea {
	width:500px;
}
.profile_about_me p {
	text-align: justify;
}

.usericon_top .avatar_menu_button {
	display:none;
}

.usericon_top .sub_menu {
	display:none;
	
}

#two_column_right_sidebar_maincontent_bookcategory .groupicon {
	height:100px;
	width:auto;
	float:left;
}

#two_column_right_sidebar_maincontent_bookcategory .search_listing_info {
	float:left;
	width:150px;
}

#two_column_right_sidebar_maincontent_bookcategory .search_listing {
	width:50%;
	height:125px;
	padding:0px;
}

#two_column_right_sidebar_maincontent .groupicon {
	width:auto;
}

#pages_widget .search_listing_icon {
	display:none;
}

.booklist-entry {
	min-height: 80px;
	position:relative;
	width:100%;
	
}

.booklist-entry img {
	width: 66px !important;
}

h2 { font-family: Arial !important; }
li.li-strong { font-weight: bold; }
#frontpage-reviews .search_listing { display: block !important; height: 136px !important;}
.ceaiulsaptamanii { float: left; }
#mostread { padding: 15px;  }
.bookreviewlast_widget_review { text-align: justify; }

/*************[ Ceainarii Preferate ]**************************/
#tcupceainarii { width:300px; font-size:11px; font-family:Verdana,sans-serif; padding:10px 0px;}
#tcupceainarii img {margin-left:10px; width:290px;}
#tcupceainarii p {padding:5px 0px 0px 10px; margin:0px; text-align:justify;}
#tcupceainarii p.contact {font-size:10px; font-weight:bold;	text-align:left;}
#tcupceainarii a {font-weight:bold}

/*************[ Noutati ]**************************/
#tcupnoutati { width:300px; font-size:11px; font-family:Verdana,sans-serif; padding:10px 10px;}
#tcupnoutati img { width:290px;}
#tcupnoutati p {padding:5px 0px 0px; margin:0px; text-align:justify;}
#tcupnoutati a {font-weight:bold}

#books-dezvoltare { width: 600px; margin: 0 auto; text-align: center;}
#books-dezvoltare h2 { color: #8C5A63; font-size: 20px; }
#books-dezvoltare img { margin-right: 28px; margin-top: 10px; margin-bottom: 30px;}
.jcarousel-item { padding-top: 15px !important; }

#teacup-banner { padding-top: 5px; padding-left: 300px;}
/* ***************************************
	AVATAR CONTEXTUAL MENU
*************************************** */	
#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(http://www.teacup.ro/_graphics/avatar_menu_arrows.gif) no-repeat left top;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_on {
	background: url(http://www.teacup.ro/_graphics/avatar_menu_arrows.gif) no-repeat left -16px;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_hover {
	background: url(http://www.teacup.ro/_graphics/avatar_menu_arrows.gif) no-repeat left -32px;
	width:15px;
	height:15px;
}
.usericon div.sub_menu { 
	display:none; 
	position:absolute; 
	padding:2px; 
	margin:0; 
	border-top:solid 1px #E5E5E5; 
	border-left:solid 1px #E5E5E5; 
	border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999;  
	width:160px; 
	background:#FFFFFF; 
	text-align:left;
}


#profile_info_column_left div.sub_menu_addbook { 
	display:none; 
	position:absolute; 
	padding:2px; 
	margin:0; 
	border-top:solid 1px #E5E5E5; 
	border-left:solid 1px #E5E5E5; 
	border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999;  
	width:160px; 
	background:#FFFFFF; 
	text-align:left;
}


#profile_info_column_left div.sub_menu_addbook { 
	display:none; 
	position:absolute; 
	padding:2px; 
	margin:0; 
	border-top:solid 1px #E5E5E5; 
	border-left:solid 1px #E5E5E5; 
	border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999;  
	width:160px; 
	background:#FFFFFF; 
	text-align:left;
}#profile_icon_wrapper_overlay div.sub_menu_addbook { 
	display:none; 
	position:absolute; 
	padding:2px; 
	margin:0; 
	border-top:solid 1px #E5E5E5; 
	border-left:solid 1px #E5E5E5; 
	border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999;  
	width:160px; 
	background:#FFFFFF; 
	text-align:left;
}


#profile_icon_wrapper_overlay div.sub_menu_addbook { 
	display:none; 
	position:absolute; 
	padding:2px; 
	margin:0; 
	border-top:solid 1px #E5E5E5; 
	border-left:solid 1px #E5E5E5; 
	border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999;  
	width:160px; 
	background:#FFFFFF; 
	text-align:left;
}
div.usericon a.icon img {
	z-index:10;
}div#profile_info_column_left a.icon img {
	z-index:10;
}div#profile_icon_wrapper_overlay 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;
	background:#ffffff !important;
}
.usericon div.sub_menu h3:hover {
	background:#cccccc !important;
}



#profile_info_column_left div.sub_menu_addbook a {margin:0;padding:2px;}
#profile_info_column_left div.sub_menu_addbook a:link, 
#profile_info_column_left div.sub_menu_addbook a:visited, 
#profile_info_column_left div.sub_menu_addbook a:hover{ display:block;}	
#profile_info_column_left div.sub_menu_addbook a:hover{ background:#cccccc; text-decoration:none;}

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

#profile_icon_wrapper_overlay div.sub_menu_addbook a {margin:0;padding:2px;}
#profile_icon_wrapper_overlay div.sub_menu_addbook a:link, 
#profile_icon_wrapper_overlay div.sub_menu_addbook a:visited, 
#profile_icon_wrapper_overlay div.sub_menu_addbook a:hover{ display:block;}	
#profile_icon_wrapper_overlay div.sub_menu_addbook a:hover{ background:#cccccc; text-decoration:none;}

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

.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:#cc0033;
}/*
#elgg_topbar_container_left a.new_friendrequests {
	margin:0 0 0 20px;
	color:white;
	padding:3px;
}
#elgg_topbar_container_left a.new_friendrequests:hover {
	background: #4690d6;
	text-decoration: none;
}
*/

#elgg_topbar_container_left a.new_friendrequests {
	background:transparent url(http://www.teacup.ro/mod/friend_request/graphics/icons/friendrequest.gif) no-repeat left;
	padding:0 0 0 18px;
	margin:0 15px 0 5px;
	color:white;
}

#elgg_topbar_container_left a.new_friendrequests:hover {
	text-decoration: none;
}
#logbrowser_search_area {
	margin: 3px;
}

#logbrowserSearchform {

	padding: 20px;
	background-color: #dedede;

}

.log_entry {
	margin: 2px;
	width: 678px;
	font-size: 80%;
}
.log_entry td {
}

.log_entry_user {
	width: 120px;
	background-color: #eee;
}

.log_entry_time {
	width: 210px;
	background-color: #eee;
	padding:2px;
}

.log_entry_item {
	background-color: #eee;
	
}

.log_entry_action {
	width: 75px;
	background-color: #eee;
}
/*-------------------------------
MESSAGING PLUGIN
-------------------------------*/
.actiontitle {
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 10px 0;
}

#messages td {
	text-align: left;
	vertical-align:middle;
	border-bottom: 1px solid #d6dbd2;
	padding: 5px;
}
#messages .message_notread td {
	 background: #F7DAD8; 
	 border-bottom: 1px solid #999999;
}
#messages .message_read td {
	 background: #ffffff; 
	 border-bottom: 1px solid #d6dbd2;
}

#messages .delete_msg a {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0;
	background: url("http://www.teacup.ro/_graphics/icon_customise_remove.png") no-repeat right 0;
	text-indent: -9000px;
	float:right;
}
#messages .delete_msg a:hover {
	background-position: right -16px;
}
/* IE6 */
* html #messages .delete_msg a { background-position: right 4px; }
* html #messages .delete_msg a:hover { background-position: right 4px; } 

#messages .usericon {
	float: left;
	margin: 0 15px 0 0;
}

#messages .msgsender {
	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:120px;
}

.messages_single_icon .usericon {
	float: left;
	margin: 0 10px 10px 0;
}

/* view and reply to message view */
.message_body {
	margin-left: 120px;
	padding-left:10px;
}
.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;

}
/* when displaying original msg in reply view */
.previous_message {
    background:#efefef;
    border:1px solid #ccc;
    padding:4px;
    margin:0 0 20px 0;
}
.previous_message p {
    padding:0;
    margin:0;
    font-size: 120%;
}

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



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

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

.treeview .hitarea {
	background: url(http://www.teacup.ro/mod/pages/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(http://www.teacup.ro/mod/pages/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

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

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(http://www.teacup.ro/mod/pages/images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

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

.treeview-red li { background-image: url(http://www.teacup.ro/mod/pages/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(http://www.teacup.ro/mod/pages/images/treeview-red.gif); } 

.treeview-black li { background-image: url(http://www.teacup.ro/mod/pages/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(http://www.teacup.ro/mod/pages/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(http://www.teacup.ro/mod/pages/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(http://www.teacup.ro/mod/pages/images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(http://www.teacup.ro/mod/pages/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(http://www.teacup.ro/mod/pages/images/treeview-famfamfam.gif); } 


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

.pagesTreeContainer {
		margin:0;
		min-height: 200px;
	}
	
/* delete, Dave's test addition */

#pages_page .strapline {
    text-align:right;
    margin:10px 0 10px 0;
}

#pages_page .tags {
    padding:0 0 0 16px;
    margin:10px 0 4px 0;
	background:transparent url(http://www.teacup.ro/_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;
}

#content_area_user_title {
	margin:0px 0px 10px 0px;
}
blockquote {
    margin:10px;
    border:1px solid #efefef;
    padding:4px;
}

strong {
    font-weight:bold;
}

ul {
   list-style: disc;
}

ol {
  list-style: decimal;
}.user_menu_bookreview,
.user_menu_book,
.user_menu_booklist {
	margin:0;
	padding:0;
}
.book_widget{
 	float:left;
 	width:180px;
}
#tcupalbum .search_listing_icon {
	width: auto;
}
#tcupalbum .search_listing_icon {
	width: 100px;
	height: 100px;
}
#tcupalbum .search_listing_icon .groupicon {
	width: 100px;
	height: 100px;
}

#tcupalbum .search_listing_info {
	float:none;
	width:auto;
}
#tcupalbum .search_listing {
	margin-bottom: 0;
	float:none;
}
#tcupalbum {
	height:110px;
	width:320px;
	float: left;
	margin-bottom:20px;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating{cursor:pointer;margin:2em;clear:both;display:block}
div.rating:after{content:'.';display:block;height:0;width:0;clear:both;visibility:hidden}
div.cancel,div.star{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.cancel,div.cancel a{background:url('http://www.teacup.ro//mod/rate/_graphics/delete.gif') no-repeat 0 -16px}
div.star,div.star a{background:url('http://www.teacup.ro//mod/rate/_graphics/star.gif') no-repeat 0 0px}
div.cancel a,div.star a{display:block;width:16px;height:100%;background-position:0 0px}
div.star_on a{background-position:0 -16px!important}
div.star_hover a,div.star_live a:hover{background-position:0 -32px}
/* Read Only CSS */
div.star_readonly a,div.star_readonly a:hover{cursor:default !important}
/* Partial Star CSS */
div.star{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS *//* Profile widget */
.bookreview_widget_book
{
  float: left;
}
.bookreview_widget_review
{
  margin-left: 10px;
  float: left;
  width: 220px;
}
.bookreview_widget_review p
{
  margin: 0;
  float:left;
}

/* Profile last review widget */
.bookreviewlast_widget_book
{
  float: left;
}
.bookreviewlast_widget_review
{
  margin-left: 20px;
  float: left;
  width: 400px;
}
#booklist_widget a
{
  width: 140px; 
  display: block; 
  float: left; 
}
.booklist_nowreading_widget_book
{
  float: left;
  width: auto;
  height:110px;
}

.booklist_nowreading_widget_review
{
  margin-left: 10px;
  float: left;
  width: 100px;
}
