@charset "utf-8";
/* CSS Document */
.userPaneHolder{
	width:246px;
}

.userPaneHead{
	width:246px;
	height:37px;
	background-image:url(../userAssets/pane/page_r1_c1.gif);
	background-repeat:no-repeat;
}

.userPaneBody{
	width:246px;
	background-image:url(../userAssets/pane/page_r3_c1.gif);
	background-repeat:repeat-y;
	background-position:left top;
}

.userPaneClose{
	width:246px;
	height:21px;
	background-image:url(../userAssets/pane/page_r5_c1.gif);
	background-repeat:no-repeat;
	margin-top:0;
	padding-top:0px;
	background-position:left top;
}

.padeContent{
	padding-left:15px;
	padding-right:15px;
}
.searchTypesSmall{
position:relative;
left:-110px;
top:3px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
width:400px;
}

.shout{
	color:#006;
	font-weight:bold;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.paneLink{
	color:#FF6600;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.paneLink:hover{
	text-decoration:underline;
}

.tab{
	background-image:url(../userAssets/rightPane/tab.gif);
	background-repeat:repeat-x;
	
	height:28px;
	border-top: 1px solid #90BFDF;
	border-right: 1px solid #90BFDF;
	border-left: 1px solid #90BFDF;
	}

.tabLabel{
	color:#006;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	
}
.tabCon{
	border:#ECECEC 1px solid;
	width:612px;
}

.profileAd{
	border:#999999 1px solid;
	background-color:#CFE8F5;
	width:303px;
	height:112px;
}

.breakLine{
	border-top:#666 dashed 1px;
}

.search{
	background-image:url(../userAssets/rightPane/search.gif);
	background-repeat:no-repeat;
	width:298px;
	height:108px;
	text-align:left;
}

.action{
	font-size:12px;
	color:#006;
	font-weight:100;
}

.action:hover{
	text-decoration:underline;
	cursor:pointer;
	color:#F60;	
}

.albumCont{
	
	width:122px; 
	height:107px;
	background:url(../assets/album.png);
	
}

.album{
	padding-top:19px;
	width:90px; 
	height:70px;
	
}

.checkBox{
	position:absolute;
	padding-left:2px;
	padding-right:5px;
	padding-bottom:5px;
}

.check{
	background-color: white;
	border: 1px solid black; 
}

.prev{
	height:316px;
	width:63px;
	text-align:center;
	text-indent:5px;
	cursor:pointer;
}
.prev:hover{
	background:url(../assets/prev.gif) no-repeat;
	height:316px;
	width:63px;
}

.next2{
	height:316px;
	width:63px;
	text-align:center;
	text-indent:5px;
	cursor:pointer;
}
.next2:hover{
	background:url(../assets/next.gif) no-repeat;
	height:316px;
	width:63px;
}



.arrowText{
	padding-top:145px;
	font-size:11px;
	font-weight:bold;
}
