html, body
{
	margin: 0;
	padding: 0;
	border: none;
	color: #3c3c3c;
    font-size:  100.1%;
}

body, textarea, input
{
	font-family: Times New Roman, Tahoma, sans-serif;
}
img
{
	border: none;
	padding: 0;
	margin: 0;
}
a
{
	color: #ff11fa;
	text-decoration: underline;
}
p
{
	padding: 0 0 8px 0;
	margin: 0;
}
h1
{
    margin:0;
    padding: 0 0 7px 0;
    font-size: 1.7em;
}
form
{
    margin:0;
    padding:0;
}
.left
{
	float: left;
}
.right
{
    float: right;
}
.clear
{
	clear: both;
	height: 0;
	width: 0;
	font-size: 0.1em;
	line-height:  0;
}
.hidd
{
	display: none;
}

.cycleItems
{
	margin-top: 20px;
	height: 100px;
	padding: 10px 0 0;
}
.fitem
{
	font-size: 13px;
	height: 100px;
	padding: 0 10px;
}
.fitem .image a
{
	display: block;
	width: 60px;
	height: 60px;
	
}
.fitem .image
{
	margin: 0 10px 0 0;
}
.fitem .userAvatar
{
	width: 60px;
	height: 60px;
	display: block;
}

.fitem .text a, .fitem .image a 
{
	text-decoration: none;
	color: #000000;
}

.fitem .text
{
	width: 180px;
}

.fitem .link
{
	padding: 10px 0;
}

/* inner menu */

.innerMenu
{
	padding: 20px 0 0;
	margin-bottom: 20px;
	border-bottom: solid 1px #5a2a4a;
	
}

.innerMenu .tab
{
	float: left;
	text-align: center;
	/* width:120px; */
	background: url(../images/tab-button-bg.gif) repeat-x left bottom transparent;
	font-size: 11px;
	font-family: verdana, tahoma, san-serif;
	font-weight: bold;
	padding: 7px 15px 2px;
	height: 18px; 
	margin-right: 5px;
	
	border: solid 1px #5a2a4a;
	border-bottom: none;
	
	-moz-border-radius-topright: 5px; 
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.innerMenu .active
{
	height: 19px;
	margin-bottom: -1px;
	background: #F5F5F2;
}


.innerMenu a
{
	color: #5a2a4a;
	text-decoration: none;
	display: block;	
}