@charset "utf-8";
/* CSS Document */
.headerTitle {
	width:100%;
	float:left;
	clear:both;
	background:url(../img/menu/header-line.gif) left bottom repeat-x;
	_background:url(../img/menu/header-line.gif) left 0px repeat-x;
	_margin-bottom:-4px;
	color:#FFFFFF;
	text-transform:capitalize;
}
.headerTitle ul {
	float:left;
	list-style:none;
	width:auto;
	font-size:11px;
	line-height:20px;
}
.headerTitle ul li {
	float:left;
	padding: 0 5px 0 6px;
	background:url(../img/bg/li-line-gray.gif) left center no-repeat;
}
.headerTitle ul li.firstChild {
	background:none;
}
.headerTitle h3 {
	float:left;
	background:url(../img/menu/header-left.gif) left top no-repeat;
	height:24px;
	padding-left:10px;
	*font-size:13px;
}
.headerTitle span {
	float:left;
	background:url(../img/menu/header-right.gif) right top no-repeat;
	height:24px;
	padding-right:10px;
	padding-top:5px;
}
.headerTitle a.toolTips {
	float:right;
	margin-top:5px;
}
.headerTitle a.toolTips img {
	border:0;
	cursor:pointer;
}
/***/
.headerTitle .secFilter,
.headerTitle .secAction {
	float:right !important;
	width:auto !important;
}
.headerTitle .secFilter .selFilter {
	float:right;
	padding-left:5px;
}
.headerTitle select {
	background: url(../img/bg/select-point-down.gif) right center no-repeat;
	display:none;	
}
.headerTitle .selectbox 
{
  	margin:0;
  	padding:2px;
  	font-size:11px;
  	display : block;
  	background: url(../img/bg/select-point-down.gif) 98% center no-repeat;
  	cursor: pointer;
	text-align:right;
	padding-right:20px;
  	border:1px solid #f6f6f6;
	color:#006dc6;	
}
.headerTitle .secFilter:hover .selectbox,
.headerTitle .selectbox:hover {
	border:1px solid #e5e4e2;
	color:#006dc6;
	background-color:#eeeef0;
	width:auto;
}
.headerTitle select selected {
	background:none;
}
.headerTitle div.selectbox-wrapper {
	position:absolute;
  	width:120px !important;
  	background-color:white;
  	border:1px solid #ccc;
	border-bottom:none;
  	margin:0px;
	margin-top:1px;
  	padding:0px;
  	font-size:0.8em;
  	text-align:left;
  	max-height:200px;
  	overflow:auto;
}

.headerTitle div.selectbox-wrapper ul {
	list-style-type:none;
  	margin:0px;
  	padding:0px;
	width:118px;
	font-family:Tahoma;
}
.headerTitle div.selectbox-wrapper ul li.selected { 
	background-color: none;
}
.headerTitle div.selectbox-wrapper ul li {
	list-style-type:none;
  	display:block;
  	margin:0;
  	padding:1px 5px;
  	cursor:pointer;
	clear:both;
	float:left;
	width:108px;
	background:none;
	color:#424242;
	border-bottom:1px solid #dbd7d8;
}
.headerTitle div.selectbox-wrapper ul li:hover {
	background-color:#f3f3f3;
}
.headerTitle label {
    display: block;
}
/** ------- circle data ------ */
.circleData {
	float:left;
	/*background:url(../img/bg/header-point-right.gif) right center no-repeat;*/
	float:left;
	font-size:11px;
	height:21px;
}
.circleData .circleDataItem {
	float:left;
	/*background:url(../img/bg/header-point-left.gif) left center no-repeat;
	padding-left:3px;*/
	height:21px;
}
.circleData .circleDataItems {
	background:url(../img/bg/header-syn.gif) left 5px no-repeat;
	background:url(../img/bg/header-syn.gif) left 3px no-repeat \9;
	float:left;
	padding-left:15px;
	line-height:20px;
}
/***/
.headerTitle a.createNews {
	float:right;
	line-height:24px;
	text-decoration:none;
	font-size:11px;
}
.headerTitle a:hover.createNews {
	float:right;
	line-height:24px;
	text-decoration:underline;
	font-size:11px;
}
.headerTitle a.createExperience {
	float:right;
	line-height:24px;
	text-decoration:none;
	font-size:11px;
}
.headerTitle a:hover.createExperience {
	float:right;
	line-height:24px;
	text-decoration:underline;
	font-size:11px;
}
.headerTitle a.updateGroup {
	float:right;
	line-height:24px;
	text-decoration:none;
	font-size:11px;
	background:url(../img/icon/edit.gif) left center no-repeat;
	padding-left:13px;
}
.headerTitle a:hover.updateGroup {
	float:right;
	line-height:24px;
	text-decoration:underline;
	font-size:11px;
}
.headerTitle a.photoPost {
	float:right;
	line-height:24px;
	text-decoration:none;
	font-size:11px;
	background:url(../img/icon/group-photo-post.gif) left center no-repeat;
	padding-left:13px;
}
.headerTitle a:hover.photoPost{
	float:right;
	line-height:24px;
	text-decoration:underline;
	font-size:11px;
}
.headerTitle a.groupInfo {
	float:right;
	line-height:24px;
	text-decoration:none;
	font-size:11px;
	background:url(../img/icon/group-info.gif) left center no-repeat;
	padding-left:14px;
}
.headerTitle a:hover.groupInfo{
	float:right;
	line-height:24px;
	text-decoration:underline;
	font-size:11px;
}
.headerTitle a.announceGroup {
	float:right;
	line-height:24px;
	text-decoration:none;
	font-size:11px;
	background:url(../img/icon/group-discuss-create.gif) left center no-repeat;
	padding-left:14px;
}
.headerTitle a:hover.announceGroup{
	float:right;
	line-height:24px;
	text-decoration:underline;
	font-size:11px;
}
.headerTitle a.announceGroupAll {
	float:right;
	line-height:24px;
	text-decoration:none;
	font-size:11px;
	background:url(../img/icon/group-discuss-viewall.gif) left center no-repeat;
	padding-left:14px;
}
.headerTitle a:hover.announceGroupAll{
	float:right;
	line-height:24px;
	text-decoration:underline;
	font-size:11px;
}
.headerTitle a.inviteGroup {
	float:right;
	line-height:24px;
	text-decoration:none;
	font-size:11px;
	background:url(../img/icon/group-invite.gif) left center no-repeat;
	padding-left:16px;
}
.headerTitle a:hover.inviteGroup{
	float:right;
	line-height:24px;
	text-decoration:underline;
	font-size:11px;
}
.headerTitle a.exportToPdf {
	float:right;
	line-height:24px;
	text-decoration:none;
	font-size:11px;
	text-transform:none;
}
.headerTitle a:hover.exportToPdf {
	float:right;
	line-height:24px;
	text-decoration:underline;
	font-size:11px;
}
.headerTitle a.createExperience,
.headerTitle a.createSchool {
	float:right;
	line-height:24px;
	text-decoration:none;
	font-size:11px;
	text-transform:none;
	background:url(../img/icon/add.gif) left 9px no-repeat;
	padding-left:11px;
}
.headerTitle a:hover.createExperience,
.headerTitle a:hover.createSchool {
	float:right;
	line-height:24px;
	text-decoration:underline;
	font-size:11px;
	background:url(../img/icon/add.gif) left 9px no-repeat;
	padding-left:11px;
}
.headerTitle a.privateSetting {
	float:right;
	line-height:24px;
	text-decoration:none;
	font-size:11px;
	text-transform:none;
	background:url(../img/icon/private.gif) left 9px no-repeat;
	padding-left:10px;
	margin-left:10px;
}
.headerTitle a:hover.privateSetting {
	float:right;
	line-height:24px;
	text-decoration:underline;
	font-size:11px;
	background:url(../img/icon/private.gif) left 9px no-repeat;
	padding-left:10px;
	margin-left:10px;
}

/** advertiser **/
.headerTitleAdv {
	width:100%;
	float:left;
	clear:both;
	color:#FFFFFF;
	background:url(../img/adv/bg/header-right.gif) right top no-repeat;
	height:27px;
	text-transform:capitalize;
}
.headerTitleAdv h3 {
	float:left;
	background:url(../img/adv/bg/header-left.gif) left top no-repeat;
	height:27px;
	padding-left:10px;
	*font-size:13px;
}
.headerTitleAdv span {
	float:left;	
	padding-right:10px;
	padding-top:6px;
}