/* ***************************************
	RESET BASE STYLES miTiu
*************************************** */
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, 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;
}
/* 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
*************************************** */

body {
	text-align:left;
	margin:0 auto;
	padding:0;
	font: 80%/1.4  Arial, Verdana, sans-serif;
	color: #5b5b5b;
	background: #87d300 url('http://www.mitiu.com/mod/mitiudesign/images/background.jpg') repeat-x;
}
a {
	color: #4690d6;
	text-decoration: none;
	outline: none;
}
a:visited {
	
}
a:hover {
	color: #0054a7;
	text-decoration: underline;
}
p {
	margin: 0px 0px 10px 0;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
}
h1 { font-size: 1.8em; }
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #0082cb;
	padding-left: 12px;
	background: #fff url('http://www.mitiu.com/mod/mitiudesign/images/sprite-v.jpg') no-repeat 0px 0px;
	margin-bottom: 15px;
}
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:#EBF5FF;
	border:none !important;
}
blockquote p {
	margin:0 0 5px 0;
}

/* ***************************************
    EMBDE, UEMBED e YEMBED
*************************************** */
body.embed{
	font: 80%/1.4  Arial, Verdana, sans-serif;
	color: #5b5b5b;
	background: transparent;
}
#uembed_index, #yembed_index{
	width: 676px;
}
#embed_index td.extra, #uembed_index td.extra, #yembed_index td.extra{
	text-align: right;
}
#embed_index td.input, #uembed_index td.input, #yembed_index td.input{
	text-align: center;
}
#embed_index #errores p, #uembed_index #errores p, #yembed_index #errores p{
	padding: 10px;
	border: 1px solid #cecece;
	color: #cc0000;
	background-color: #ddd;
}
#embed_index input.login-textarea, #uembed_index input.login-textarea, #yembed_index input.login-textarea{
	width: 136px;
}
#embed_index .usericon{
	float: left;
	width: 50px;
	text-align: center;
}
#uembed_index .usericon, #yembed_index .usericon{
	float: left;
	width: 25px;
	height: 25px;
	text-align: center;
}
#poweredby{
	padding-top: 10px;
	clear: both;
	text-align: right;
}
#poweredby p{
	font-size: 10px;
}
#poweredby img{
	vertical-align: middle;
}
/* ***************************************
    PAGE LAYOUT - MAIN STRUCTURE
*************************************** */
#page_container {
	margin:0;
	padding:0;
}
#page_wrapper {
	width:920px;
	margin:0 auto;
	padding:0;
	min-height: 300px;
	background-color: #fff;

}
#layout_header {
	text-align:left;
	width:100%;
	background: #87d300 url('http://www.mitiu.com/mod/mitiudesign/images/sprite.jpg') no-repeat 0px 0px;
	height: 145px;
}
#wrapper_header {
	margin:0;
	padding:0px 20px 0px 0px;
}
#wrapper_header h1 {
	margin: 10px 0px 45px 25px;
	padding: 0px;
	width: 132px;
	float: left;
	display: inline;
}
#wrapper_header h1 a{
	display: block;
	width: 132px;
	height: 0px;
	padding-top: 60px;
	overflow: hidden;
}
#layout_canvas {
	clear: both;
	margin:0px;
	margin-top: 10px;
	padding:0px;
	min-height: 360px;
	background: white;
}


/* canvas layout: 1 column, no sidebar */
#one_column {
	clear: both;
	margin:0;
	min-height: 360px;
	padding:10px;
	padding-left: 20px;

}

/* 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;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

#two_column_left_sidebar_maincontent {
	width:670px;
	margin:0;
	min-height: 360px;
	float:left;
	padding:0 0 5px 0;
}




#two_column_left_sidebar_maincontent_boxes {
	width:670px;
	margin:0;
	min-height: 360px;
	float:left;
	padding:0 0 5px 0;
}
#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;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#two_column_left_sidebar_boxes .sidebarBox h3 {
	padding:0 0 5px 0;
	font-size:1.25em;
	line-height:1.2em;
	color:#0054A7;
}

.contentWrapper {
	background:white;
    padding:10px;
    margin:0 10px 10px 10px;
}
span.contentIntro p {
	margin:0 0 0 0;
}
.notitle {
	margin-top:10px;
}


* html #dashboard_info { width:540px; }
/* IE7 */
*:first-child+html #profile_info_column_left { width:200px; }

/* ***************************************
	CHAT
*************************************** */
#elggchat_toolbar {
    position: fixed;
    bottom: 0px;
    height: 25px;
    left: 0px;
    z-index: 9999;
    background: #DEDEDE;
}

*html #elggchat_toolbar {
    position: fixed;
    bottom: 0px;
    height: 25px;
    left: 0px;
    z-index: 9999;
    background: #DEDEDE;
}

#elggchat_toolbar_left {
	border-top:1px solid #CCCCCC;
	float:right;
	padding-top: 2px;
	padding-bottom: 4px;
	
}

#elggchat_copyright{
	color: #CCCCCC;
	padding-left: 5px;
	float:left;
	display: none;
}

.session {
	float: left;
	background: #E4ECF5;
	border: 1px solid #4690D6;
    padding:3px;
    margin:0 5px 5px 5px;
    
    /* ie fix */
	max-width:200px;
}

.elggchat_session_new_messages {
	background: yellow;
}

#elggchat_friends{
	float:right;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding: 0 5px 0 5px;
	width:200px;	
}

#elggchat_friends_picker{
	display: none;
	position: absolute;
	bottom: 25px;
	right: 0px;
	background: white;
	padding: 5px;
	padding-right: 20px;
	overflow-x:hidden;
	max-height:300px;
	overflow-y: auto;
	white-space: nowrap;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	width:186px;
	
}

input[type="submit"] {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-x-system-font:none;
	background:#4690D6 none repeat scroll 0 0;
	border:1px solid #4690D6;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:25px;
	line-height:100%;
	padding:2px 6px;
	width:auto;
}

.toggle_elggchat_toolbar {
	border-top:1px solid #CCCCCC;	
	width: 15px;
	height: 100%;
	float:left;
	background:transparent url('http://www.mitiu.com/mod/elggchat/_graphics/minimize.png') repeat-x left center;	
}

.minimizedToolbar {
	background-position: right center;
	border-right:1px solid #CCCCCC;
		
}

.messageWrapper {
	background:white;
    padding:10px;
    margin:0 5px 5px 5px;
}

.messageWrapper table{
	background: white;
	height: 0px;
}
.systemMessageWrapper {
    padding:3px;
    margin:0 5px 5px 5px;
	color: #999999;
}

.messageIcon {
	margin-right: 7px;
}

.messageName {
	border-bottom:1px solid #DDDDDD;
	width: 100%;
	font-weight: bold;
	color: #4690D6;
}

.chatsessiondatacontainer {
	width:200px;
	display: none;
}

.chatsessiondata{
	border: 1px solid #4690D6;
	border-bottom: 0px;
	background: #E4ECF5;
	margin: 0 -4px;
	position:absolute;
	bottom:17px;
	width:206px;
	max-height:600px;
	overflow:hidden;
}

.chatmembers{
	border-bottom: 1px solid #DEDEDE;
	max-height:154px;
	overflow-y:auto;
	padding-bottom: 2px;
}

.chatmember td{
	vertical-align: middle;
}

.chatmembers .chatmemberinfo{
	width: 100%;
}
.chatmembersfunctions {
	text-align:right;
	padding-right:2px;
	height:20px;
	border-bottom: 1px solid #DEDEDE;
}
.chatmembersfunctions_invite{
	display:none;
	text-align:left;
	position:absolute;
	background: #333333;
	width:100%;
	opacity: 0.8;
	filter: alpha(opacity=70);
	max-height:250px;
	overflow-x: hidden;
	overflow-y: auto;	
}

.chatmembersfunctions_invite a {
	color: #FFFFFF;
	padding:3px;
}

.online_status{
	width:24px;
	height:24px;
	background: transparent url('http://www.mitiu.com/mod/elggchat/_graphics/online_status.png') no-repeat 0 0;
}

.online_status_idle{
	background-position: 0 -24px;
}

.online_status_inactive{
	background-position: 0 -48px;
}

.elggchat_session_leave{
	margin: 2px 0 0 4px;	
	float:right; 
	cursor: pointer;
	width:14px;
	height:14px;
	background: url('http://www.mitiu.com/_graphics/icon_customise_remove.png') no-repeat 0 0;
	
}
.elggchat_session_mini{
	margin: 2px 0 0 4px;	
	float:right; 
	cursor: pointer;
	width:14px;
	height:14px;
	background: url('http://www.mitiu.com/mod/elggchat/_graphics/icon_customise_min.gif') no-repeat 0 0;
	
}
.elggchat_session_leave:hover{
	background-position: 0 -16px;
}

.chatmessages{
	min-height: 250px;
	max-height: 400px;
	overflow-y:auto;
}

.elggchatinput{
	background: #FFFFFF url('http://www.mitiu.com/mod/elggchat/_graphics/chatwindow/chat_input.png') no-repeat 1px 50%;
	padding-left:18px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	height:22px;
}

.elggchatinput input{
	border: none;
	font-size:100%;
	padding: 2px;
}

.elggchatinput input:focus{
	border: none;
	background:none;
}

td.chatmemberinfo{
	text-align:center;
	width:100%;
}


/* ***************************************
	VIDEOS
*************************************** */

.videofull{
	
}
.videofull h2{

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

.videofull .maincontent{
	text-align: center;
}
.videofull p.description{

}
.videofull .tags{

}

# Ultimos videos
.videoitem{

}
.videoitem h4{

}
.videoitem img{
	margin-right: 5px;
}

ul.sitios li{
	padding-left:90px;
}

ul.sitios li.youtube{
	background: url('http://www.mitiu.com/mod/mitiudesign/images/sprite.jpg') no-repeat -624px -182px;
	height:41px;
	margin-bottom:5px;
}
ul.sitios li.vimeo{
	background: url('http://www.mitiu.com/mod/mitiudesign/images/sprite.jpg') no-repeat -624px -222px;
}



/* ***************************************
	SPOTLIGHT
*************************************** */
#layout_spotlight {
	margin:20px 0 20px 0;
	padding:0;
	background: white;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#wrapper_spotlight {
	margin:0;
	padding:0;
	height:auto;
}
#wrapper_spotlight #spotlight_table h2 {
	color:#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;
}

/* ***************************************
	UPLOAD
*************************************** */
.bar {
	width: 300px;
}

#progress {
	background: #eee;
	border: 1px solid #222;
}

#progressbar {
	width: 0px;
	height: 24px;
	background: #333;
}



/* ***************************************
	ADMIN AREA - PLUGIN SETTINGS
*************************************** */
.plugin_details {
	margin:0 10px 5px 10px;
	padding:0 7px 4px 10px;
}
.admin_plugin_reorder {
	float:right;
	width:200px;
	text-align: right;
}
.admin_plugin_reorder a {
	padding-left:10px;
	font-size:80%;
	color:#999999;
}
.plugin_details a.pluginsettings_link {
	cursor:pointer;
	font-size:80%;
}
.active {
	border:1px solid #999999;
    background:white;
}
.not-active {
    border:1px solid #999999;
    background:#dedede;
}
.plugin_details p {
	margin:0;
	padding:0;
}
.plugin_details a.manifest_details {
	cursor:pointer;
	font-size:80%;
}
.manifest_file {
	background:#dedede;
	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;
	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;
	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;
	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;
    padding:10px;
    margin:0 10px 10px 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;
}
#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:5px 0 0 0;
}
#owner_block_report_this {
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
}
#owner_block_rss_feed a {
	font-size: 90%;
	color:#999999;
	padding:0 0 4px 20px;
	background: url('http://www.mitiu.com/_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.mitiu.com/_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.mitiu.com/_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.mitiu.com/_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: #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 {
	background: #4690d6;
	color:white;
}
#owner_block_submenu ul li.selected a:hover {
	background: #4690d6;
	color:white;
}
#owner_block_submenu ul li a {
	text-decoration: none;
	display: block;
	margin: 2px 0 0 0;
	color:#4690d6;
	padding:4px 6px 4px 10px;
	font-weight: bold;
	line-height: 1.1em;
}
#owner_block_submenu ul li a:hover {
	color:white;
	background: #0054a7;
}

/* 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 {
	background:white;
	margin:5px 10px 5px 10px;
	padding:5px;
	clear: both;
}
.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;
}
.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;
}
.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;
}
.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;
}

	
/* ***************************************
	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;
/* ***************************************
    PAGE LAYOUT - MAIN STRUCTURE
*************************************** */
#page_container {
	margin:0;
	padding:0;
}
#page_wrapper {
	width:920px;
	margin:0 auto;
	padding:0;
	min-height: 300px;
	background-color: #fff;

}
#layout_header {
	text-align:left;
	width:100%;
	background: #87d300 url(<?php echo $vars['url']; ?>mod/mitiudesign/images/sprite.jpg) no-repeat 0px 0px;
	height: 145px;
}
#wrapper_header {
	margin:0;
	padding:0px 20px 0px 0px;
}
#wrapper_header h1 {
	margin: 10px 0px 45px 25px;
	padding: 0px;
	width: 132px;
	float: left;
	display: inline;
}
#wrapper_header h1 a{
	display: block;
	width: 132px;
	height: 0px;
	padding-top: 60px;
	overflow: hidden;
}
#layout_canvas {
	clear: both;
	margin:0px;
	margin-top: 10px;
	padding:0px;
	min-height: 360px;
	background: white;
}


/* canvas layout: 1 column, no sidebar */
#one_column {
	clear: both;
	margin:0;
	min-height: 360px;
	padding:10px;
	padding-left: 20px;

}

/* 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;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

#two_column_left_sidebar_maincontent {
	width:670px;
	margin:0;
	min-height: 360px;
	float:left;
	padding:0 0 5px 0;
}




#two_column_left_sidebar_maincontent_boxes {
	width:670px;
	margin:0;
	min-height: 360px;
	float:left;
	padding:0 0 5px 0;
}
#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;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#two_column_left_sidebar_boxes .sidebarBox h3 {
	padding:0 0 5px 0;
	font-size:1.25em;
	line-height:1.2em;
	color:#0054A7;
}

.contentWrapper {
	background:white;
    padding:10px;
    margin:0 10px 10px 10px;
}
span.contentIntro p {
	margin:0 0 0 0;
}
.notitle {
	margin-top:10px;
}


* html #dashboard_info { width:540px; }
/* IE7 */
*:first-child+html #profile_info_column_left { width:200px; }

/* ***************************************
	SPOTLIGHT
*************************************** */
#layout_spotlight {
	margin:20px 0 20px 0;
	padding:0;
	background: white;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#wrapper_spotlight {
	margin:0;
	padding:0;
	height:auto;
}
#wrapper_spotlight #spotlight_table h2 {
	color:#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;
}

/* ***************************************
	UPLOAD
*************************************** */
.bar {
	width: 300px;
}

#progress {
	background: #eee;
	border: 1px solid #222;
}

#progressbar {
	width: 0px;
	height: 24px;
	background: #333;
}



/* ***************************************
	ADMIN AREA - PLUGIN SETTINGS
*************************************** */
.plugin_details {
	margin:0 10px 5px 10px;
	padding:0 7px 4px 10px;
}
.admin_plugin_reorder {
	float:right;
	width:200px;
	text-align: right;
}
.admin_plugin_reorder a {
	padding-left:10px;
	font-size:80%;
	color:#999999;
}
.plugin_details a.pluginsettings_link {
	cursor:pointer;
	font-size:80%;
}
.active {
	border:1px solid #999999;
    background:white;
}
.not-active {
    border:1px solid #999999;
    background:#dedede;
}
.plugin_details p {
	margin:0;
	padding:0;
}
.plugin_details a.manifest_details {
	cursor:pointer;
	font-size:80%;
}
.manifest_file {
	background:#dedede;
	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;
	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;
	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;
	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;
    padding:10px;
    margin:0 10px 10px 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;
}
#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:5px 0 0 0;
}
#owner_block_report_this {
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
}
#owner_block_rss_feed a {
	font-size: 90%;
	color:#999999;
	padding:0 0 4px 20px;
	background: url(<?php echo $vars['url']; ?>_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(<?php echo $vars['url']; ?>_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(<?php echo $vars['url']; ?>_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(<?php echo $vars['url']; ?>_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: #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 {
	background: #4690d6;
	color:white;
}
#owner_block_submenu ul li.selected a:hover {
	background: #4690d6;
	color:white;
}
#owner_block_submenu ul li a {
	text-decoration: none;
	display: block;
	margin: 2px 0 0 0;
	color:#4690d6;
	padding:4px 6px 4px 10px;
	font-weight: bold;
	line-height: 1.1em;
}
#owner_block_submenu ul li a:hover {
	color:white;
	background: #0054a7;
}

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

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


/* ***************************************
	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 {	
	margin:0px;
	padding:0px;
	padding-left: 12px;

}
/* reusable generic collapsible box */
.collapsible_box {
	background:#dedede;
	padding:5px 10px 5px 10px;
	margin:4px 0 4px 0;
	display:none;
}	
a.collapsibleboxlink {
	cursor:pointer;
}

/* tag icon */	
.object_tag_string {
	background: url(<?php echo $vars['url']; ?>_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:220px;
	border-right:1px solid #cccccc;
	margin:0 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;
}	
#profile_picture_croppingtool #applycropping {

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


/* ***************************************
	SETTINGS & ADMIN
*************************************** */
.admin_statistics,
.admin_users_online,
.usersettings_statistics,
.admin_adduser_link,
#add-box,
#search-box,
#logbrowser_search_area {
	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:5px;
}
h3.settings {
	background:#e4e4e4;
	color:#333333;
	font-size:1.1em;
	line-height:1em;
	margin:10px 0 4px 0;
	padding:5px;
}
.admin_users_online .profile_status {
	background:#bbdaf7;
	line-height:1.2em;
	padding:2px 4px;
}
.admin_users_online .profile_status span {
	font-size:90%;
	color:#666666;
}
.admin_users_online  p.owner_timestamp {
	padding-left:3px;
}


.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:220px;
}
.usersettings_statistics table,
.admin_statistics table {
	width:100%;
}
.usersettings_statistics table,
.admin_statistics table {
	border-top:1px solid #cccccc;
}
.usersettings_statistics table tr:hover,
.admin_statistics table tr:hover {
	background: #E4E4E4;
}
.admin_users_online .search_listing {
	margin:0 0 5px 0;
	padding:5px;
	border:2px solid #cccccc;
}



/* force tinyMCE editor initial width for safari */
.mceLayout {
	width:683px;
}
p.longtext_editarea {
	margin:0 !important;
}
.toggle_editor_container {
	margin:0 0 15px 0;
}
/* 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(<?php echo $vars['url']; ?>_graphics/ajax_loader.gif) no-repeat center 30px;
	width:auto;
	height:100px;
	margin:0 10px 0 10px;
}



/* reusable elgg horizontal tabbed navigation 
   (used on friends collections, external pages, & riverdashboard mods)
*/
#elgg_horizontal_tabbed_nav {
	margin:0 0 5px 0;
	padding: 0;
	border-bottom: 2px solid #cccccc;
	display:table;
	width:100%;
}
#elgg_horizontal_tabbed_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#elgg_horizontal_tabbed_nav li {
	float: left;
	border: 2px solid #cccccc;
	border-bottom-width: 0;
	background: #eeeeee;
	margin: 0 0 0 10px;
}
#elgg_horizontal_tabbed_nav a {
	text-decoration: none;
	display: block;
	padding:3px 10px 0 10px;
	color: #999999;
	text-align: center;
	height:21px;
}
/* IE6 fix */
* html #elgg_horizontal_tabbed_nav a { display: inline; }

#elgg_horizontal_tabbed_nav a:hover {
	color: #4690d6;
	background: #dedede;
}
#elgg_horizontal_tabbed_nav .selected {
	border-color: #cccccc;
	background: white;
}
#elgg_horizontal_tabbed_nav .selected a {
	position: relative;
	top: 2px;
	background: white;
	color: #4690d6;
}
/* IE6 fix */
* html #elgg_horizontal_tabbed_nav .selected a { top: 3px; }


/* ***************************************
	ADMIN AREA - REPORTED CONTENT
*************************************** */
.reportedcontent_content {
	margin:0 0 5px 0;
	padding:0 7px 4px 10px;
}
.reportedcontent_content p.reportedcontent_detail,
.reportedcontent_content p {
	margin:0;
}
.active_report {
	border:1px solid #D3322A;
    background:#F7DAD8;
}
.archived_report {
	border:1px solid #666666;
    background:#dedede;
}
a.archive_report_button {
	float:right;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#4690d6;
	border: 1px solid #4690d6;
	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;
	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;
}

/* ***************************************
	MEETINGS
*************************************** */
.meetingmembershipwidget .contentWrapper .meetingicon {
	float:left;
	margin:0 10px 0 0;
}
.meetingmembershipwidget .search_listing_info span {
	font-weight:bold;
}
}
#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;
}
	


/* ***************************************
	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 {	
	margin:0px;
	padding:0px;
	padding-left: 12px;

}
/* reusable generic collapsible box */
.collapsible_box {
	background:#dedede;
	padding:5px 10px 5px 10px;
	margin:4px 0 4px 0;
	display:none;
}	
a.collapsibleboxlink {
	cursor:pointer;
}

/* tag icon */	
.object_tag_string {
	background: url('http://www.mitiu.com/_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:220px;
	border-right:1px solid #cccccc;
	margin:0 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;
}	
#profile_picture_croppingtool #applycropping {

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


/* ***************************************
	SETTINGS & ADMIN
*************************************** */
.admin_statistics,
.admin_users_online,
.usersettings_statistics,
.admin_adduser_link,
#add-box,
#search-box,
#logbrowser_search_area {
	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:5px;
}
h3.settings {
	background:#e4e4e4;
	color:#333333;
	font-size:1.1em;
	line-height:1em;
	margin:10px 0 4px 0;
	padding:5px;
}
.admin_users_online .profile_status {
	background:#bbdaf7;
	line-height:1.2em;
	padding:2px 4px;
}
.admin_users_online .profile_status span {
	font-size:90%;
	color:#666666;
}
.admin_users_online  p.owner_timestamp {
	padding-left:3px;
}


.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:220px;
}
.usersettings_statistics table,
.admin_statistics table {
	width:100%;
}
.usersettings_statistics table,
.admin_statistics table {
	border-top:1px solid #cccccc;
}
.usersettings_statistics table tr:hover,
.admin_statistics table tr:hover {
	background: #E4E4E4;
}
.admin_users_online .search_listing {
	margin:0 0 5px 0;
	padding:5px;
	border:2px solid #cccccc;
}



/* force tinyMCE editor initial width for safari */
.mceLayout {
	width:683px;
}
p.longtext_editarea {
	margin:0 !important;
}
.toggle_editor_container {
	margin:0 0 15px 0;
}
/* add/remove longtext tinyMCE editor */
a.toggle_editor {
	display:block;
	float:right;
	text-align:right;
	color:#666666;
	font-size:1em;
	font-weight:normal;
}

div.ajax_loader {
	background: white url('http://www.mitiu.com/_graphics/ajax_loader.gif') no-repeat center 30px;
	width:auto;
	height:100px;
	margin:0 10px 0 10px;
}



/* reusable elgg horizontal tabbed navigation 
   (used on friends collections, external pages, & riverdashboard mods)
*/
#elgg_horizontal_tabbed_nav {
	margin:0 0 5px 0;
	padding: 0;
	border-bottom: 2px solid #cccccc;
	display:table;
	width:100%;
}
#elgg_horizontal_tabbed_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#elgg_horizontal_tabbed_nav li {
	float: left;
	border: 2px solid #cccccc;
	border-bottom-width: 0;
	background: #eeeeee;
	margin: 0 0 0 10px;
}
#elgg_horizontal_tabbed_nav a {
	text-decoration: none;
	display: block;
	padding:3px 10px 0 10px;
	color: #999999;
	text-align: center;
	height:21px;
}
/* IE6 fix */
* html #elgg_horizontal_tabbed_nav a { display: inline; }

#elgg_horizontal_tabbed_nav a:hover {
	color: #4690d6;
	background: #dedede;
}
#elgg_horizontal_tabbed_nav .selected {
	border-color: #cccccc;
	background: white;
}
#elgg_horizontal_tabbed_nav .selected a {
	position: relative;
	top: 2px;
	background: white;
	color: #4690d6;
}
/* IE6 fix */
* html #elgg_horizontal_tabbed_nav .selected a { top: 3px; }


/* ***************************************
	ADMIN AREA - REPORTED CONTENT
*************************************** */
.reportedcontent_content {
	margin:0 0 5px 0;
	padding:0 7px 4px 10px;
}
.reportedcontent_content p.reportedcontent_detail,
.reportedcontent_content p {
	margin:0;
}
.active_report {
	border:1px solid #D3322A;
    background:#F7DAD8;
}
.archived_report {
	border:1px solid #666666;
    background:#dedede;
}
a.archive_report_button {
	float:right;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#4690d6;
	border: 1px solid #4690d6;
	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;
	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;
}

/* ***************************************
	MEETINGS
*************************************** */
.meetingmembershipwidget .contentWrapper .meetingicon {
	float:left;
	margin:0 10px 0 0;
}
.meetingmembershipwidget .search_listing_info span {
	font-weight:bold;
}




#wrapper_widgets{
	clear: both;
	width: 880px;
	margin-left: 20px;
}

#widgets_info_left_middle{
	float: left;
	width: 585px;
}
#widgets_right_config {
	height:30px;
}

/* ***************************************
	INVITE FRIENDS
*************************************** */
.invitefriendsintroducion {
	float: left;
}

.invitefriendsinputs {
	float: left;
	margin-top: 10px;
}

.importfriendsnow {
	margin-top: 10px;
}

.contactos {
	margin-top: 10px;
	margin-bottom: 40px;
}

.inputmessageimport {
	height:120px;
	width:97%;
}

#invitefriends_services a.service1, a.service2, a.service3, a.service4, a.service5 {
	
	float: left;
	display: block;
	height: 70px;
  	width: 142px;
  	overflow: hidden;
	background: transparent url('http://www.mitiu.com/mod/invitefriends/images/servicios.jpg') no-repeat -8px -8px;
	/*padding-top: 30px;*/
}

#invitefriends_services .service1 {
	background-position:  -8px -8px;
	float:left;
	padding:10px;
	
}
#invitefriends_services .service2 {
	background-position:  -179px -8px;
	float:left;
	padding:10px;
	
}
#invitefriends_services .service3 {
	background-position:  -8px -203px;
	float:left;
	padding:10px;
	
}
#invitefriends_services .service4 {
	background-position:  -179px -203px;
	float:left;
	padding:10px;
	
}
#invitefriends_services .service5 {
	background-position:  -351px -8px;
	float:left;
	padding:10px;
	
}


#invitefriends_services a.service1:hover{
	background-position:  -8px -105px;	
}

#invitefriends_services a.service2:hover{
	background-position:  -179px -105px;	
}

#invitefriends_services a.service3:hover{
	background-position:  -8px -293px;	
}

#invitefriends_services a.service4:hover{
	background-position:  -179px -293px;	
}

#invitefriends_services a.service5:hover{
	background-position:  -351px -105px;	
}

.iniciosesion {
	margin-top: 20px;
}

.iniciosesionimagen {
	float: left;
}

.iniciosesiondatos {
	float: left;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 10px;
}

.invitefriendslabelusuario {
	margin-right: 20px;
}

.invitefriendslabelpassword {
	margin-right: 34px;
}

.iniciosesionbotonimport {
	float: left;
	margin-top: 33px;
	margin-left: 10px;
}

/* ***************************************
	DASHBOARD
*************************************** */
#dashboard_info {
	margin-left:20px;
	padding:20px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background: #bbdaf7;
	width: 530px;
}
#widgets_links{
	margin-top:5px;
}
#widgets_links a.invite{
	float: right;
	display: block;
	height: 0px;
	width: 253px;
	padding-top: 30px;
	overflow: hidden;
	background: #fff url('http://www.mitiu.com/mod/mitiudesign/images/sprite.jpg') no-repeat -624px -115px;
}
#widgets_links a.invite:hover{
	background-position: -624px -145px;
}
/* ***************************************
	PROFILE
*************************************** */
	#profile_info {
		border:1px solid #cccccc;
		width: 563px;
		padding: 10px;
		background-color: #e7e7e7;
	}
		#profile_info_column_left {
			margin:15px 21px 0 0;
			width: 210px;
		}
		#profile_info_column_middle {
			padding: 10px;
			background-color: #fff;
			width: 310px;
		}
		#profile_info_column_right {
			border:1px solid #cccccc;
			width:553px;
			margin:0px;
			padding:4px;
			background-color: #fff;
		}

		#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 0px;
		}
		/* profile owner name */
		#profile_info_column_middle h2 {
			background-image: none;
			padding-left: 0px;

		}
		#profile_info_column_middle .profile_status {
			background:#bbdaf7;
			padding:2px 4px 2px 4px;
			line-height:1.2em;
		}
		#profile_info_column_middle .profile_status span {
			display:block;
			font-size:90%;
			color:#666666;	
		}
		#profile_info_column_middle a.status_update {
			float:right;	
		}
		/* edit profile button */
		.profile_info_edit_buttons {
			float:right;
			margin:0  !important;
			padding:0 !important;
		}
		.profile_info_edit_buttons a {
			font-weight: bold;
			color: #ffffff;
			background:#4690d6;
			padding: 2px 6px 2px 6px;
			margin:0;
			cursor: pointer;
		}
		.profile_info_edit_buttons a:hover {
			background: #0054a7;
			text-decoration: none;
			color:white;
		}
		/* edit profile icon button */
		.profile_icon_edit_buttons {
			margin:0  !important;
			padding:0 !important;
		}
		.profile_icon_edit_buttons a {
			font-weight: bold;
			color: #ffffff;
			background:#4690d6;
			padding: 2px 6px 2px 6px;
			margin:0;
			cursor: pointer;
		}
		.profile_icon_edit_buttons a:hover {
			background: #0054a7;
			text-decoration: none;
			color:white;
		}
	#widgets_left{
		float: left;
		display: inline; /* Explorer */
		width: 290px;
		margin-top: 5px;
	}
	#widgets_middle{
		float: left;
		display: inline; /* Explorer */
		width: 290px;
		margin-left: 5px;
		margin-top: 5px;
	}
	#widgets_right{
		float: right;
		display: inline; /* Explorer */
		width: 290px;
		margin-top: 5px;
	}
/* ***************************************
  COLLAPSABLE BOXES
*************************************** */
.collapsable_box {
	margin: 0 0 20px 0;
	height:auto;

}
/* IE6 fix */
* html .collapsable_box  { 
	height:10px;
}
.collapsable_box_header {
	width: 270px;
	color: #4690d6;
	padding: 5px 10px 5px 10px;
	margin:0;
}
.collapsable_box_content {
	padding: 5px;
	margin:0;
	height:auto;
	border-bottom: 1px solid #0183d1;
}
.collapsable_box_content p {
	margin:5px;
}
.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;
}


/* ***************************************
	SLIDER SELECTOR DE AMIGOS
*************************************** */		
.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: 100%;	
	height: auto;
	background: #dedede;
}
.friendspicker_savebuttons {
	background: white;
	margin:0 10px 10px 10px;
}
.friendsPicker .friendsPicker_container { /* long container used to house end-to-end panels. Width is calculated in JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.friendsPicker .friendsPicker_container .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 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;
}
.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('http://www.mitiu.com/_graphics/friends_picker_arrows.gif') no-repeat left top;
}
.friendsPickerNavigationR {
	background: url('http://www.mitiu.com/_graphics/friends_picker_arrows.gif') no-repeat -60px top;
}
.friendsPickerNavigationL:hover {
	background: url('http://www.mitiu.com/_graphics/friends_picker_arrows.gif') no-repeat left -44px;
}
.friendsPickerNavigationR:hover {
	background: url('http://www.mitiu.com/_graphics/friends_picker_arrows.gif') no-repeat -60px -44px;
}	
.friends_collections_controls a.delete_collection {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:2px 3px 0 0;
	background: url('http://www.mitiu.com/_graphics/icon_customise_remove.png') no-repeat 0 0;
}
.friends_collections_controls a.delete_collection:hover {
	background-position: 0 -16px;
}

#collectionMembersTable {
	background: #dedede;
	margin:10px 0 0 0;
	padding:10px 10px 0 10px;
}

/* ***************************************
	SEARCH LISTINGS	
*************************************** */
.search_listing {
	display: block;
	background:white;
	padding:5px;
	clear: both;
}
.search_listing_icon {
	float:left;
}
.search_listing_icon img {

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

}
.search_listing_info p.owner_timestamp {
	margin:0;
	padding:0;
	color:#666666;
	font-size: 90%;
}
table.search_gallery {
	border-spacing: 0px;
	margin:0 0 0 0;
}
.search_gallery td {

}
.search_gallery_item {
	background: white;
	width:170px;
}
.search_gallery_item .search_listing {
	background: none;
	text-align: center;
}
.search_gallery_item .search_listing_header {
	text-align: center;
}
.search_gallery_item .search_listing_icon {
	position: relative;
	text-align: center;
}
.search_gallery_item .search_listing_info {
	margin: 5px;
}
.search_gallery_item .search_listing_info p {
	margin: 5px;
	margin-bottom: 10px;
}
.search_gallery_item .search_listing {
	background: none;
	text-align: center;
}
.search_gallery_item .search_listing_icon {
	position: absolute;
	margin-bottom: 20px;
}
.search_gallery_item .search_listing_info {
	margin: 5px;
}
.search_gallery_item .search_listing_info p {
	margin: 5px;
	margin-bottom: 10px;
}
	
/* ******************************************
  SELECCION DE WIDGESTS (PERFIL Y DASHBOARD)
********************************************/
a.toggle_customise_edit_panel { 
	border:1px solid #ccc;
	display:block;
	color:#4690D6;
	float:right;
	padding:5px 10px;
	width:268px;	
}
a.toggle_customise_edit_panel:hover { 
	color: #ffffff;
	background: #0054a7;
	float:right;
	border:1px solid #0054a7;
	text-decoration:none;
}

/* Estilos para el la configuracion del dashboard */

#customise_editpanel_dashboard {
	display:none;
	margin: 0 0 20px 0;
	padding:10px;
	padding-left:20px;
}

#customise_editpanel {
	display:none;
	margin: 0 0 20px 0;
	padding:10px;
	padding-left:20px;
}

/* Top area - instructions */
.customise_editpanel_instructions_dashboard {
	float:left;
	width:295px;
	height: 205px;
	padding:0 0 10px 0;
}

.customise_editpanel_instructions {
	width:460px;
	height: 205px;
	padding:0 0 10px 0;
}

.customise_editpanel_instructions_dashboard p {
	margin:0 0 5px 0;
	line-height: 1.4em;
}

.customise_editpanel_instructions p {
	margin:0 0 5px 0;
	line-height: 1.4em;
}

/* RHS (widget gallery area) */
#customise_editpanel_rhs_dashboard {
	float:left;
	width:290px;
	background:white;
	margin-right: 10px;
}

#customise_editpanel_rhs {
	float:right;
	width:290px;
	background:white;
	margin-right: 10px;
}

#widget_picker_gallery_dashboard {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:white;
	width:270px; 
	height:150px;
	padding:5px 5px 130px 5px;
	overflow:scroll;
	overflow-x:hidden;
}

#widget_picker_gallery {
	border:1px solid #cccccc;
	background:white;
	width:270px; 
	height:250px;
	padding:10px;
	overflow:scroll;
	overflow-x:hidden;
}

#widgets_customise_buttons_dashboard{
	padding-right: 13px;
	clear: both;
	text-align: right;
}

#widgets_customise_buttons{
	padding-right: 13px;
	clear: both;
	text-align: right;
}
/* main page widget area */
#customise_page_view {
	padding:0px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin:0px;
}
#customise_page_view_dashboard {
	padding:0px;
	padding-bottom: 10px;
	margin:0px;
	width: 290px;
	float: left;
}

#profile_box_widgets {
	width:573px;
	margin:0 0 10px 0;
	padding:5px 5px 0px 5px;
	border:1px solid #cccccc;
	background: #dedede;
}
#customise_page_view h2.profile_box {
	width: 573px;
	color: #999999;
}
#profile_box_widgets p {
	color:#999999;
}
#profile_activity_box_widgets {
	width:280px;
	margin:0 10px 10px 0;
	padding:5px 5px 0px 5px;
	border:1px solid #cccccc;
	background: #dedede;
}
#leftcolumn_widgets {
	width:278px;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
	margin-right:5px;
}
#middlecolumn_widgets {
	width:278px;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
	margin-right:5px;
}
#rightcolumn_widgets {
	width:278px;
	padding:5px 5px 44px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
	margin-right:5px;
}
#rightcolumn_widgets_dashboard {
	width:270px;
	padding:5px 5px 45px 5px;
	height:235px;
	min-height: 190px;
	border:1px solid #cccccc;
}
#rightcolumn_widgets.long {
	min-height: 267px;
}
/* IE6 fix */
* html #leftcolumn_widgets { 
	height: 190px;
}
* html #middlecolumn_widgets { 
	height: 190px;
}
* html #rightcolumn_widgets { 
	height: 190px;
}
* html #rightcolumn_widgets.long { 
	height: 267px;
}
#customise_editpanel table.draggable_widget_dashboard {
	width:260px;
	background: #cccccc;
	margin: 10px 0 0 0;
	vertical-align:top;
	border:1px solid #cccccc;
}

#customise_editpanel table.draggable_widget {
	width:260px;
	background: #cccccc;
	margin: 10px 0 0 0;
	vertical-align:top;
	border:1px solid #cccccc;
}

#widget_picker_gallery_dashboard table.draggable_widget {
	width:260px;
	background: #cccccc;
	margin: 10px 0 0 0;
}

#widget_picker_gallery table.draggable_widget {
	width:260px;
	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:200px;
	line-height: 1.1em;
	overflow: hidden;/* ff */
	padding:4px;
}
#widget_picker_gallery table.draggable_widget h3 {
	word-wrap:break-word;
	width:200px;
	line-height: 1.1em;
	overflow: hidden;
	padding:4px;
}
#customise_editpanel img.more_info {
	background: url('http://www.mitiu.com/_graphics/icon_customise_info.gif') no-repeat top left;
	cursor:pointer;
}
#customise_editpanel img.drag_handle {
	background: url('http://www.mitiu.com/_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: 280px;
	line-height: 1.2em;
}
/* droppable area hover class  */
.droppable-hover {
	background:#bbdaf7;
}
/* target drop area class */
.placeholder {
	border:2px dashed #AAA;
	width:256px !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:270px;
}
/* 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;
}

/* ******************************************
  STATUS
********************************************/

/* current displayed status message */
#status_message p,
.widget_status_statusmessage p {
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
	color:#666666;
	padding:3px;
	margin:0;	
}

/* widget status box - input */
.widget_status_statusmessage {
	color:#666666;
	background:#fdffc3;
	padding:3px;
}
/* widget status box - time */
.widget_status_messagetimestamp {
	font-size:0.9em;
	color:#999999;
	margin:0;
}

#status_update_form {
	display:none;
}

.status_input_form {
	border:0;
	background:transparent;
}

.status_input_form:focus {
	border: none;
	background:transparent;
	color:#333333;
}
/* textarea for writing new message */
#status_update_input {
	display:none;
	background:transparent;
	border:none;
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
	color:#666666;
	padding:3px;
	width:268px;
	height:66px;
}


/* status messages history */

/* wraps each status msg */
.status_message {
	border-bottom: 1px solid #aaaaaa;
	margin:10px 0 10px 0;
}
/* current status message */
.status_statusmessage p {
	margin:0;
	color:#666666;
	background:#fdffc3;
	padding:10px;
	font-size: 1.5em;
	line-height: 1.1em;
}
/* previous status messages */
.status_statusmessage_history p {
	margin:0;
}
/* status message timestamp */
.widget_status_messagetimestamp p {
	margin:0;
}


/* friends status on 'friends' page */
.friends_status {
	float:right;
	width:370px;
	text-align:right;
	margin: 0 4px 0 0;
	padding:0;
}
.friends_status p {
	margin: 0;
	padding:0;
	line-height:1.1em;
}
.friends_status_message {
	height:29px;
	overflow:hidden;
}
.status_timestamp {
	color:#666666;
	margin:0;
	padding:0;
}
/* IE 6 fix */
* html .friends_status p { 
	line-height:1.3em;
}
* html .friends_status_message {
	height: 30px;
}
/* IE7 */
*:first-child+html .friends_status_message {
	height: 30px;
}
*:first-child+html .friends_status p { 
	line-height:1.3em;
}

/* ***************************************
	GENERAL FORM ELEMENTS
*************************************** */
label {
	font-weight: bold;
	color:#333333;
	font-size: 120%;
}
input {
	font: 120% Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #cccccc;
	color:#666666;
}
search_input {
	border:1px solid #cccccc;
	color:#666666;
	font: 120% Arial, Helvetica, sans-serif;
	padding:5px;
	/*width:50px;*/
}
#elgg_topbar_container_search{
	width:285px;
	float:left;
}
#widget_activity {
	clear:both;
	padding-top:5px;
}
textarea {
	font: 120% Arial, Helvetica, sans-serif;
	border: solid 1px #cccccc;
	padding: 5px;
	color:#666666;
}
textarea:focus, input[type="text"]:focus {
	border: solid 1px #4690d6;
	background: #e4ecf5;
	color:#333333;
}
input.submit_button{
	font: 14px Arial, Helvetica, sans-serif;
	color: #409ccd;
	background:#f7f7f7;
	border: 1px solid #cbc9cc;
	height: 30px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin:0px;
	cursor: pointer;
}
input.submit_button:hover{
	color:#f7f7f7; 
	background:#409ccd;
	border-color: #0a7ead;
}
a.submit_button{
	display: block;
	font: 14px Arial, Helvetica, sans-serif;
	color: #409ccd;
	background:#f7f7f7;
	border: 1px solid #cbc9cc;
	padding: 10px;
	margin:10px;
	cursor: pointer;
	text-decoration: none;
	vertical-align: center;
	text-align: center;
}
a.submit_button:hover{
	color:#f7f7f7; 
	background:#409ccd;
	border-color: #0a7ead;
	text-decoration: none;
}
.cancel_button {
	font: 14px Arial, Helvetica, sans-serif;
	color: #999999;
	background:#dddddd;
	border: 1px solid #999999;
	width: auto;
	height: 30px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin:0px;
	cursor: pointer;
}
.cancel_button:hover {
	background: #cccccc;
}

.input-text,
.input-url{
	
}
.input-tags{
	width: 100%;
}
.input-textarea {
	height: 120px;
	width: 100%;
}
.input-videourl{
	width: 427px;
	font-size: 90%;
}
/* ***************************************
	TIDYPICS
*************************************** */
/* ---- tidypics object views ---- */
#tidypics_desc {
	padding:0 20px;
	font-style:italic;
}

#tidypics_info {
	padding:20px;
}

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

#tidypics_controls a {
	margin:10px;
}

#tidypics_image_nav a{
	margin-left: 10px;
}

.tidypics_download a {
	font:12px/100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
	background:#4690d6;
	border:none;
	width:auto;
	height:25px;
	padding:3px 6px 3px 6px;
	margin:10px 0 10px 0;
	cursor:pointer;
}

.tidypics_download a:hover {
	background:#0054a7;
	color:white;
	text-decoration:none;
}

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

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

#tidypics_image_full img {
	padding:5px;
	border:1px solid #dedede;
	margin:7px 0;
}

.tidypics_album_cover {
	padding:2px;
	border:1px solid #dedede;
	margin:8px 0;
}

.tidypics_album_cover:hover {
	border:1px solid #fff;
}
.tidypics_album_widget_single_item {
	margin-bottom:8px;
}

.tidypics_album_gallery_item {
	text-align:center;
	height:235px;
	overflow:hidden;
	text-align:center;
	width:168px;
	border:1px solid #DEDEDE;
}

.tidypics_album_gallery_item:hover{
	background-color:#DEDEDE;
}


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

#tidypics_album_widget_container {
	text-align:center;
}

.tidypics_album_widget_timestamp {
	color:#333333;
}

/* ---------  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 group css ----- */

#group_albums_widget {
	background:white none repeat scroll 0 0;
	margin:0 0 20px;
	padding:0 0 5px;
}

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

.river_image_create {
	background: url('http://www.mitiu.com/mod/tidypics/graphics/icons/river_icon_image.gif') no-repeat left -1px;
}
.river_album_create {
	background: url('http://www.mitiu.com/mod/tidypics/graphics/icons/river_icon_album.gif') no-repeat left -1px;
}
.river_object_album_create {
	background: url('http://www.mitiu.com/mod/tidypics/graphics/icons/river_icon_album.gif') no-repeat left -1px;
}
.river_object_image_comment {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_comment.gif') no-repeat left -1px;
}
.river_object_album_comment {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_comment.gif') no-repeat left -1px;
}


/* ***************************************
	FOOTER
*************************************** */
#layout_footer {
	width: 920px;
	margin 0 auto;
	padding-top: 50px;
	background-color: #fff;
}
#layout_footer ul{
	margin: 5px;
	padding-top: 5px;
	border-top: 1px solid #dddddd;
}
#layout_footer ul li {
	float: left;
	padding-right: 20px;
}
#layout_footer a.footer_legal_links{

}


/* ***************************************
  HORIZONTAL ELGG TOPBAR
*************************************** */
#elgg_topbar {
	float: right;
	height:68px;
}
#elgg_topbar a{
	display: block;
	float: left;
	width: 78px;
	height: 68px;
	margin-right: 2px;
	background:transparent url('http://www.mitiu.com/mod/mitiudesign/images/sprite.jpg') no-repeat;
	overflow: hidden;
}
#elgg_topbar a.avatar{
	background-position: 0px -115px;
}
#elgg_topbar a.avatar:hover{
	background-position: 0px -183px;
}
#elgg_topbar img.user_mini_avatar {
	border:1px solid #eeeeee;
	margin-left: 18px;
	margin-top: 5px;
}
#elgg_topbar a.dashboard{
	background-position: -156px -115px;
	padding-top: 68px;
	height: 0px;
}
#elgg_topbar a.dashboard:hover{
	background-position: -156px -183px;
}
#elgg_topbar a.usersettings {
	background-position: -78px -115px;
	padding-top: 68px;
	height: 0px;
}
#elgg_topbar a.usersettings:hover {
	background-position: -78px -183px;
}
#elgg_topbar  a.new_friendrequests {
	background-position: -546px -115px;
	padding-top: 13px;
	height: 55px;
	padding-left: 47px;
	width: 31px;
	color: #ff0000;
}
#elgg_topbar  a.new_friendrequests:hover{
	background-position: -546px -183px;
	text-decoration: none;
	font-weight: bold;
}

.no_friend_requests {
	margin: 12px;
}
#elgg_topbar  a.privatemessages {
	background-position: -234px -115px;
	padding-top: 68px;
	height: 0px;
}
#elgg_topbar  a.privatemessages:hover {
	background-position: -234px -183px;
}
#elgg_topbar a.privatemessages_new {
	background-position: -468px -115px;
	padding-top: 13px;
	height: 55px;
	padding-left: 52px;
	width: 26px;
	color: #ff0000;
}
#elgg_topbar   a.privatemessages_new:hover{
	background-position: -468px -183px;
	text-decoration: none;
	font-weight: bold;
}
#elgg_topbar  a.exit {
	background-position: -390px -115px;
	padding-top: 68px;
	height: 0px;
}
#elgg_topbar  a.exit:hover{
	background-position: -390px -183px;
	padding-top: 68px;
	height: 0px;
}

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




/* ***************************************
  SYSTEM MESSSAGES
*************************************** */
.messages {
	background:#ccffcc;
	color:#000000;
	padding:3px 10px 3px 10px;
	z-index: 8000;
	margin:0;
	position:fixed;
	top:90px;
	width:893px;
	border:4px solid #00CC00;
	cursor: pointer;
}
.messages_nomessage_message{
	margin: 12px;
}
.messages_error {
	border:4px solid #D3322A;
	background:#F7DAD8;
	color:#000000;
	padding:3px 10px 3px 10px;
	z-index: 8000;
	margin:0;
	position:fixed;
	top:90px;
	width:893px;
	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;
}

/* ***************************************
	LOGIN / REGISTER
*************************************** */
#login-box {
	float: right;
	display: inline;
	color: #000;
	height:70px;
	margin:0;
	margin-top: 10px;
	padding:0;
}
#login-box form {
	margin:0px;
	padding:0px;
}
#login-box input.login-textarea{
	width: 120px;
	margin: 0px;
}
#login-box input.submit_button{
	width: 81px;
}

#login-box td.input{
	height: 20px;
	padding-right: 15px;
}
#login-box td.label{
	font-size: 11px;
}
#login-box td.extra{
	font-size: 11px;
	vertical-align: baseline;
}


#register-box {
	clear: both;
	text-align:left;
	padding:10px;
	padding-left: 20px;
	margin:0;
}
#register-box label {
	font-size: 11px;
	color:gray;
}
#register-box textarea{
	height: 100px;
	width: 95%;
}
#register-box input.input-checkboxes{
	border: 0px;
}
#register-box input.submit_button{
	margin-top: 5px;
	width: 101px;
}

/*-------------------------------
MESSAGING PLUGIN
-------------------------------*/
#messages {
	margin:0 10px 0 10px;
}
.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 {
	background:white;
	margin:5px 10px;
	padding:5px;
	text-align: right;
}

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

}
#messages .message_read td {

}

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

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

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


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

.msgsubject {
	font-weight:bold;
}

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

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

/* view and reply to message view */
.message_body {
	margin-left: 120px;
}
.message_body .messagebody {
	padding:0;
	margin:10px 0 10px 0;
	font-size: 120%;
	border-bottom:1px solid #cccccc;
}

/* drop down message reply form */
#message_reply_form { display:none; }

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

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




#notificationstable td.sitetogglefield {
	width:50px;
	text-align: center;
	vertical-align: middle;
}

#notificationstable td.sitetogglefield input {
	margin-right:36px;
	margin-top:5px;
}
#notificationstable td.sitetogglefield a {
	width:46px;
	height:24px;
	cursor: pointer;
	display: block;
	outline: none;
}
#notificationstable td.sitetogglefield a.sitetoggleOff {
	background: url('http://www.mitiu.com/mod/messages/graphics/icon_notifications_site.gif') no-repeat right 2px;
}
#notificationstable td.sitetogglefield a.sitetoggleOn {
	background: url('http://www.mitiu.com/mod/messages/graphics/icon_notifications_site.gif') no-repeat right -36px;
}



/*-------------------------------
BLOG PLUGIN
-------------------------------*/

.singleview {
	margin-top:10px;
}

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

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

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

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

.blog_post .strapline {
	margin: 0 0 0 35px;
	padding:0;
	color: #aaa;
	line-height:1em;
}
.blog_post p.tags {
	background:transparent url('http://www.mitiu.com/_graphics/icon_tag.gif') no-repeat scroll left 2px;
	margin:0 0 7px 35px;
	padding:0pt 0pt 0pt 16px;
	min-height:22px;
}
.blog_post .options {
	margin:0;
	padding:0;
}

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

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

/* New blog edit column */
#blog_edit_page {

}
#blog_edit_page input.input-text{
	width: 100%;
}
#blog_edit_page #content_area_user_title h2 {

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

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




/* ***************************************
	RIVER
*************************************** */
#river,
.river_item_list {
	border-top:1px solid #dddddd;
}
.river_item p {
	margin:0;
	padding:0 0 0 21px;
	line-height:1.1em;
	min-height:17px;
}
.river_item {
	border-bottom:1px solid #dddddd;
	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.mitiu.com/_graphics/river_icons/river_icon_profile.gif') no-repeat left -1px;
}
.river_object_user_profileupdate {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_profile.gif') no-repeat left -1px;
}
.river_object_user_profileiconupdate {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_profile.gif') no-repeat left -1px;
}
.river_object_annotate {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_comment.gif') no-repeat left -1px;
}
.river_object_bookmarks_create {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_bookmarks.gif') no-repeat left -1px;
}
.river_object_bookmarks_comment {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_comment.gif') no-repeat left -1px;
}
.river_object_status_create {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_status.gif') no-repeat left -1px;
}
.river_object_file_create {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_music.gif') no-repeat left -1px;
}
.river_object_file_update {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_files.gif') no-repeat left -1px;
}
.river_object_file_comment {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_comment.gif') no-repeat left -1px;
}
.river_object_widget_create {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_plugin.gif') no-repeat left -1px;
}
.river_object_forums_create {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_forum.gif') no-repeat left -1px;
}
.river_object_forums_update {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_forum.gif') no-repeat left -1px;
}
.river_object_widget_update {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_plugin.gif') no-repeat left -1px;	
}
.river_object_blog_create {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_blog.gif') no-repeat left -1px;
}
.river_object_blog_update {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_blog.gif') no-repeat left -1px;
}
.river_object_blog_comment {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_comment.gif') no-repeat left -1px;
}
.river_object_forumtopic_create {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_forum.gif') no-repeat left -1px;
}
.river_user_friend {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_friends.gif') no-repeat left -1px;
}
.river_object_relationship_friend_create {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_friends.gif') no-repeat left -1px;
}
.river_object_relationship_member_create {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_forum.gif') no-repeat left -1px;
}
.river_object_thewire_create {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_thewire.gif') no-repeat left -1px;
}
.river_group_join {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_forum.gif') no-repeat left -1px;
}
.river_object_groupforumtopic_annotate {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_comment.gif') no-repeat left -1px;
}
.river_object_groupforumtopic_create {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_forum.gif') no-repeat left -1px;
}
.river_object_sitemessage_create {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_blog.gif') no-repeat left -1px;	
}
.river_user_messageboard {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_comment.gif') no-repeat left -1px;	
}
.river_object_page_create {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_pages.gif') no-repeat left -1px;
}
.river_object_page_top_create {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_pages.gif') no-repeat left -1px;
}
.river_object_page_top_comment {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_comment.gif') no-repeat left -1px;
}
.river_object_page_comment {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_comment.gif') no-repeat left -1px;
}
.river_object_video_create {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_video.gif') no-repeat left -1px;
}
.river_group_club_join {
	background: url('http://www.mitiu.com/_graphics/river_icons/river_icon_forum.gif') no-repeat left -1px;
}


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

/* ***************************************
	RIVERDASHBOARD
*************************************** */

.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:7px;	
}
.sidebarBox .membersWrapper .recentMember {
	margin:2px;
	float:left;
}
/* br necessary for ie6 & 7 */
.sidebarBox .membersWrapper br {
	height:0;
	line-height:0;
}
.welcomemessage {
	background:white;
}
.riverdashboard_filtermenu {
	margin:10px 0 10px 0;
}

.river_pagination .forward,
.river_pagination .back {
	display:block;
	float:left;
	border:1px solid #cccccc;
	color:#4690d6;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0 4px 1px 4px;
	cursor: pointer;
}
.river_pagination .forward:hover,
.river_pagination .back:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
	border:1px solid #4690d6;
}
.river_pagination .back {
	margin:0 20px 0 0;
}
/* IE6 */
* html .river_pagination { margin-top:17px; }
/* IE7 */
*:first-child+html .river_pagination { margin-top:17px; }

/* activity widget */
.collapsable_box_content .river_item p {
	color:#333333;
}

.collapsable_box_content .content_area_user_title h2 {

}
.river_content img {
	margin:2px 0 2px 20px;
}


/* ***************************************
	CUSTOM INDEX
*************************************** */
#custom_index {
	margin:0px;
	clear: both;
}

.index_register{
	margin:0 20px 15px 0;
	text-align:center;
	border:1px solid #346F97;
	border-style: dashed;
}

.index_register #form_registro{
	margin: 14px;
}

#index_right .index_pop{
	border-bottom:1px solid #0082CB;
	margin-bottom:15px;
	margin-right:15px;
	padding-bottom:15px;
}


ul#slider_pop_members{
	border:1px solid #346F97;
	padding-left:0px;
}

#index_left {
    width:571px;
	 display: inline;
    float:left;
    margin:0px;
	 margin-left: 15px;
    padding:0px;
}
#index_right {
    width:232px;
    float:right;
    margin:0px;
    padding:0px;
}

#index_left #index_welcome {
	height:230;
	width:580;
	padding:0px;
	margin:0px;
	background: white;
}

/* SECCION RECOMENDADOS EN TABS */
.articulo_portada{
	width: 550px;
	height: 145px;
	margin-top:10px;
	padding-left:10px;
	border-top:1px solid #EEEEEE;
}

.foto_recomendado{
	width: 165px;
	height: 125px;
	float:  left;
	margin-top:5px;
}

.informacion_recomendado{
	padding: 10px;
	overflow:hidden;
}

.titulo_recomendado{
	height:35px;
	overflow:hidden;
	width:100%;
}
.texto_recomendado{
	height:85px;
	width: 100%;
	overflow:hidden;
}
/* FIN SECCION RECOMENDADOS EN TABS */

.addthis{
	margin-left:37px;
}

.player_video_portada{
	height:370px;
	width:550px;
	border-bottom:1px solid #0082CB;
	margin-bottom:25px;
	padding-bottom:15px;
}

/* Contenedor de player + info */
#eventos{
	height:370px;
	width:550px;
	border-bottom:1px solid #0082CB;
	margin-bottom:25px;
	padding-bottom:15px;
}
/* Contenedor visual */
#player-eventos{
	width: 230px;
	height: 370px;
	float: left;
}
/* Contenedor de info */
#info-eventos{
	width: 315px;
	height: 360px;
	float: left;
	overflow: auto;
	border: 1px solid;
}

#player_video{
	margin: auto; 
	width: 480px; 
	height: 360px;
}

#player-fotos{
	height:370px;
	width:550px;
	border-bottom:1px solid #0082CB;
	margin-bottom:25px;
	padding-bottom:15px;
}

/* Css para Calendario */

a.link_hoy{ 
	display:block;
	background:#0078AE url('http://www.mitiu.com/_graphics/images/79c9ec_40x100_textures_02_glass_75.png') repeat-x scroll 50% 50%;
	margin-left:10px;
	color: #000000;
	text-align:center;
	width:198px;
	font-size:12px;
	font-family : verdana,arial,helvetica;
	border:1px solid #77D5F7;
}
a.link_hoy:hover{ 
	text-decoration: none;
	cursor: pointer;
}

#informa_eventos {
	float:left;
	height:80px;
	margin-left:10px;
	padding-top:20px;
	width:200px;
}

.informacion_eventos{
	font-size:11px;
	font-weight:bold;
	margin:0 0 0 5px;
	text-align:center;
}

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

#contenedor_eventos {
	padding-left:5px;
	margin:0px;
}

#contenedor_eventos .lista_eventos{
	float:none;
	border-bottom:1px solid #AAAAAA;
	overflow:hidden;
	padding-bottom:3px;
	width:285px;
}

#contenedor_eventos .lista_eventos a{
	display:block;
	text-decoration:none;
	text-align:left;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	border-left:10px solid #666666;
	padding-left:5px;
}
#contenedor_eventos .lista_eventos a:hover{
	background-color:#E5E5E5;
	border-left-color:#87D300;
}

.link_calendario{
	padding-top:24px;
}

.tabla_explicacion{
	margin:1px;
}
/* Hay eventos */
.exp_dia_e{
	height:18px;
	width: 18px;
	background:#6EAC2C url('http://www.mitiu.com/_graphics/images/6eac2c_500x100_textures_12_gloss_wave_50.png') repeat-x scroll 50% 50%;
}

/* No hay eventos */
.exp_dia_no{
	height:18px;
	width: 18px;
	background:#0078AE url('http://www.mitiu.com/_graphics/images/0078ae_40x100_textures_02_glass_45.png') repeat-x scroll 50% 50%;
}

/* Fs */
.exp_dia_fs{
	height:18px;
	width: 18px;
	background:#0078AE url('http://www.mitiu.com/_graphics/images/79c9ec_40x100_textures_02_glass_75.png') repeat-x scroll 50% 50%;
}

/* Dia actual */
.exp_dia{
	height:18px;
	width: 18px;
	background:#F8DA4E url('http://www.mitiu.com/_graphics/images/ui-bg_glass_55_f8da4e_1x400.png') repeat-x scroll 50% 50%;
}

.text_exp{
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size:12px;
}
td.tit{
	 font-family : verdana,arial,helvetica;
     color: #ffffff; 
     background-color: #0054A7; 
     font-weight: bold;
     padding-top:2px;
     padding-left: 30px;
     height: 20px;
     text-align: center;
	 vertical-align:middle;
}

.fecha_calendario{
	width:150px;
	height: 20px;
	font-family : verdana,arial,helvetica;	
}

.fecha_calendario_div{
	text-align: center;
	height: 25px;	
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#2191C0 url('http://www.mitiu.com/_graphics/images/ui-bg_gloss-wave_75_2191c0_500x100.png') repeat-x scroll 50% 50%;
	border:1px solid #4297D7;
	color:#EAF5F7;
	font-weight:bold;
}

.fecha_calendario_tr{
	height: 20px;
}


table .tabla_ano{
	text-align: center;
}

.tabla_ano .tit{
	text-align: center;
}

td.tit2{
	font-size:10pt;
    font-weight:bold;
    color:white;
    align:middle;
    text-align: center;
}

#eventos_da{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#6EAC2C url('http://www.mitiu.com/_graphics/images/6eac2c_500x100_textures_12_gloss_wave_50.png') repeat-x scroll 50% 50%;
	border:1px solid #ACDD4A;
	font-family : verdana,arial,helvetica;
	color:#FFFFFF;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	font-weight: bold; 
    text-align:center; 
    font-size : 10pt;
    text-align: center;
    vertical-align:middle;
    height:22px;
	width: 22px;
}

.da{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F8DA4E url('http://www.mitiu.com/_graphics/images/ui-bg_glass_55_f8da4e_1x400.png') repeat-x scroll 50% 50%;
	border:1px solid #FCD113;
	font-family : verdana,arial,helvetica;
	color:#915608;
	text-align:center; 
    font-size : 10pt;
    text-align: center;
    vertical-align:middle;
    height:22px;
	width: 22px;
}

.normal {
	font-size:10pt;
	font-family:verdana,arial,helvetica;
	text-align: center;
	vertical-align:middle;
	height: 22px;
	width: 22px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#0078AE url('http://www.mitiu.com/_graphics/images/0078ae_40x100_textures_02_glass_45.png') repeat-x scroll 50% 50%;
	border:1px solid #77D5F7;
	color:#FFFFFF;
	font-weight:normal;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

.normal:hover{
	background:#0078AE url('http://www.mitiu.com/_graphics/images/79c9ec_40x100_textures_02_glass_75.png') repeat-x scroll 50% 50%;
	border:1px solid #448DAE;
	color:#026890;
	height: 22px;
	width: 22px;
}

.fs{
	font-size:10pt;
	font-family:verdana,arial,helvetica;
	text-align: center;
	vertical-align:middle;
	height: 22px;
	width: 22px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#0078AE url('http://www.mitiu.com/_graphics/images/79c9ec_40x100_textures_02_glass_75.png') repeat-x scroll 50% 50%;
	border:1px solid #448DAE;
	color:#026890;
	font-weight:normal;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

.fs:hover{
	font-size:10pt;
	font-family:verdana,arial,helvetica;
	text-align: center;
	vertical-align:middle;
	height: 22px;
	width: 22px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#0078AE url('http://www.mitiu.com/_graphics/images/0078ae_40x100_textures_02_glass_45.png') repeat-x scroll 50% 50%;
	border:1px solid #77D5F7;
	color:#FFFFFF;
	font-weight:normal;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

.separador{
	border:0 none;
	padding: 1px;
}

td.altn {
	 font-family : verdana,arial,helvetica;	
     font-size : 10pt;
     height: 22px;
	 width: 22px;
     text-align: center;
	 border:0 none;
	 color:#222222;
}

td.vacio{
	 height: 22px;
	 width: 22px;
}

table.tabla_mes{
	float:left; 
    width:200px; 
	margin:0px 0px 0px 10px;
	background:#EEEEEE;
}

.contenedor_calendario{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#EEEEEE url("http://www.mitiu.com/_graphics/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% top;
	border:1px solid #DDDDDD;
	color:#333333; 
	height:245px;
}

a.tt{
    color:#FFFFFF;
	font-weight:bold;
    text-decoration:none;
}

a.tt:hover{
	color:#FFFFFF;
}

.fecha{
	text-align:center;
}
.this_date{
	text-align:center;
    margin: 0px 0px 10px 0px;
}

/* Fin Tabla mes Eventos */

.addthis_separator{
	border-left:1px solid #0082CB;
	padding-left:5px;
	padding-right:5px;
}

.titulo_dest_portada_h3{
	margin-top:25px;
}


#index_right .index_box{
	padding-bottom: 15px;
	border-bottom: 1px solid #0082cb;
	margin-bottom: 15px;
	margin-right: 15px;
}
.index_tags{
	padding-bottom: 15px;
	border-bottom: 1px solid #0082cb;
	margin-bottom: 15px;
	margin-right: 15px;
	overflow:hidden;
}
#index_right label{
	font-size: 11px;
	font-weight: normal;
	display: block;
	clear: both;
}
#index_right input.login-textarea{
	width: 183px;
	margin: 0px;
	margin-bottom: 15px;
}
#index_right input.submit_button{
	width: 101px;
}

#index_right .index_members {
	float:left;
	margin:2px 4px 3px 10px;
	display: inline;
}
/* Menu */
ul#menu{
	margin: 0px;
	float: left;
	clear: left;
	width: 875px;
	background-color: #fff;
}
ul#menu li{
	float: left;
	padding-right: 5px;
}
ul#menu li a, ul#menu li a span {
    display: block;
    padding: 0 10px;
    background:url('http://www.mitiu.com/mod/mitiudesign/images/boton.png') no-repeat;
}
ul#menu li a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
	 text-transform: uppercase;
    white-space: nowrap; /* required in IE 6 */    
}
ul#menu li a:hover, ul#menu li a:focus, ul#menu li a:active, ul#menu li a.on{
    background-position: 100% -62px;
	 color: #fff;
    outline: 0; /* prevent dotted border in Firefox */
}
ul#menu li a, ul#menu li a.on:hover, ul#menu li a.on:focus, ul#menu li a.on:active {
    color: #0082cb;
    background-position: 100% -93px;
}
ul#menu li a span {
    width: 60px; /* IE 6 treats width as min-width */
    min-width: 60px;
    height: 25px; /* IE 6 treats height as min-height */
    min-height: 24px;
    padding-top: 6px;
    padding-right: 0;
}
*>ul#menu li a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

ul#menu li a:hover span, ul#menu li a:focus span, ul#menu li a:active span, ul#menu li a.on span {
    background-position: 0 0;
}
ul#menu li a span, ul#menu li a.on:hover span, ul#menu li a.on:focus span, ul#menu li a.on:active span{
    background-position: 0 -31px;
}
ul#menu li a:hover, ul#menu li a:focus, ul#menu li a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

/* Estadisticas */
ul#estadisticas{
	float: left;
	margin-top: 14px;
}
ul#estadisticas li{

}
/*UI tabs*/
#tabs ul.destacados{
	height: 27px;
	margin: 0px;
}
/* Skin */
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a.a-tabs, .ui-tabs-nav a.a-tabs span {
    display: block;
    padding: 0 10px;
    background:url('http://www.mitiu.com/mod/mitiudesign/images/tab.png') no-repeat;
}
.ui-tabs-nav a.a-tabs {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
	 text-transform: uppercase;
    white-space: nowrap; /* required in IE 6 */    
}
.ui-tabs-nav .ui-tabs-selected a.a-tabs {
    color: #87d300;
}
.ui-tabs-nav .ui-tabs-selected a.a-tabs, .ui-tabs-nav a.a-tabs:hover, .ui-tabs-nav a.a-tabs:focus, .ui-tabs-nav a.a-tabs:active {
    background-position: 100% -150px;
	 color: #87d300;
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav a.a-tabs, .ui-tabs-nav .ui-tabs-disabled a.a-tabs:hover, .ui-tabs-nav .ui-tabs-disabled a.a-tabs:focus, .ui-tabs-nav .ui-tabs-disabled a.a-tabs:active {
    background-position: 100% -100px;
}
.ui-tabs-nav a.a-tabs span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*> .ui-tabs-nav a.a-tabs span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a.a-tabs span {
    padding-top: 7px;
}
.ui-tabs-nav .ui-tabs-selected a.a-tabs span, .ui-tabs-nav a.a-tabs:hover span, .ui-tabs-nav a.a-tabs:focus span, .ui-tabs-nav a.a-tabs:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a.a-tabs span, .ui-tabs-nav .ui-tabs-disabled a.a-tabs:hover span, .ui-tabs-nav .ui-tabs-disabled a.a-tabs:focus span, .ui-tabs-nav .ui-tabs-disabled a.a-tabs:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a.a-tabs:link, .ui-tabs-nav .ui-tabs-selected a.a-tabs:visited, .ui-tabs-nav .ui-tabs-disabled a.a-tabs:link, .ui-tabs-nav .ui-tabs-disabled a.a-tabs:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a.a-tabs:hover, .ui-tabs-nav a.a-tabs:focus, .ui-tabs-nav a.a-tabs:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-nav .ui-tabs-disabled {
    opacity: .4;
}
.ui-tabs-panel {
    border-top: 1px solid #d6dadb;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	 clear: left;
}

/*.ui-tabs .ui-tabs-hide {
     display: none !important;
}*/

.ui-tabs-hide {
	position: absolute; 
	left: -99999px;
}