/*
+--------------------------------------
|   Wiccle v1.00
|   ==================================
|   by Markus Loponen & Keith Killilea
|   (c) 2009-2010 Wiccle Ltd.
|   http://www.www.wiccle.com
|   Email: info@wiccle.com
|   ==================================
|   Time: 2010-04-16 | File version: 1.00
+-------------------------------------
|  	Please read the Wiccle license 
|   Available at docs/license.txt
+-------------------------------------
*/


.portal_template_wrapper {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	border: 1px solid #ccc;

}


.portal_template_wrapper h2 {
	margin: 0px;
}

.portal_template_wrapper h3 {
	border: 0px;
	border-bottom: 1px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;

}


.comment_text {
	font-size: 90%;
}



/* Portal and profile */





.portal_profile_area {

}


.member_portal_photo  {
	border: 2px solid #eee;

}
.member_portal_photo_holder {
	float: right;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	cursor: pointer;
	margin-right: 1px;
	margin: 1px;
}

.profile_table {
	width: 99%;
	margin: 5px;

}


.member_current {

	padding: 5px; 
	padding-left: 14px; 
	padding-right: 21px; 
	border: 3px double #97d4e1; 
	border-top: 1px solid #97d4e1; 
	border-bottom: 1px solid #97d4e1; 
	background-color: #fafafa;
	font-size: 90%;
	line-height: 13.5px;
	margin: 5px;
	font-family: 'Courier New', monospace;
	text-align: left;
}
.member_current_text {
	color: #666;
	font-weight: bold;
}

.member_current_input {
	background-color: #eee;
	border: 1px solid #ddd;
	font-family: 'Courier New', monospace;
	margin-left: 10px;
	padding: 2px;
	margin-top: 5px;
	width: 70%;
}

.member_profile_actions {
	font-size: 85%;
	text-align: center;
	font-weight: bold;
	color: #666;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ddd;
}

.member_actions {

	font-size: 85%;
	line-height: 13.5px;
	text-align: center;
	font-weight: bold;
	color: #666;
}

.member_row_1, .member_row_2, .member_row_3 {
	padding: 6px;
	padding-left: 8px;
	margin-right: 1px;
	line-height: 150%;
	border-bottom: 1px dotted #fff;
	font-size: 88%;
}

.member_row_3 {
	background-color: #f8f8f8;

}

.mem_profile_field {
	float: left;

}





.member_avatar {
	border: 1px solid #f4f4f4;
}

.member_tiled_wrapper {

}

.member_online_status {
	float: right; 
	padding: 7px; 
	padding-right: 15px;
	color: #3b30c7;
	font-weight: bold;
	font-style: italic;
}






.member_mini_wrapper {
	background-color: #eee;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	float: left;
	margin-right: 5px;
	width: 70px;
	height: 90px;
	text-align: center;
	padding: 3px;
	font-size: 85%;
	overflow: hidden;
}

.member_mini_img {
	border: 1px solid #ddd;
	margin-top: 2px;
	margin-bottom: 3px;
}



.pro_table {
	border: 1px solid #ccc;
}


.profile_tabs {
	font-size: 85%;
	font-family: Tahoma, Verdana, sans-serif;
	height: 26px;
	line-height: 28px;
	margin-left: 15px;
	margin-bottom: -5px;
	overflow: hidden;
}

.profile_tab_unit {
	float: left;
	font-weight: bold;
}
.profile_tab_unit a:link, .profile_tab_unit a:visited, .profile_tab_unit a:hover, .profile_tab_unit a:active {
	padding-bottom: 8px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	margin-right: 2px;
}

.profile_tab_unit a:link, .profile_tab_unit a:visited {
	background-color: #f3f3f3;
	border: 1px solid #c0c0c0;
}
.profile_tab_unit a:hover, .profile_tab_unit a:active {
	background-color: #fff;
	border: 1px solid #d0d0d0;
} 
.profile_tab_unit_selected a:link, .profile_tab_unit_selected a:visited {
	background-color: #fff;
	border: 1px solid #c0c0c0;
}



.profile_description {
	border: 1px solid #ccc;
	border-bottom: 0px;
	background-color: #f3f3f3;
	font-size: 85%;
	padding: 3px;
	padding-left: 8px;
}






