@charset "utf-8";
/* CSS Document */

body{
	background-color:#fff;
	background-image:url(../images/hertz_bg.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	margin:0;
	padding:0;
	line-height:1.25;
}

html{
	}


#container{
	width:1024px;
	margin:0 auto;	
	padding:0;
	}

#box_top{
	background-image:url(../images/box_top.png);
	width:1024px;
	height:25px;
	color: #301042;
	}
	
#box_middle{
	background-image:url(../images/box_middle.png);
	background-repeat:repeat-y;
	width:1024px;
	height:auto;
	}

#box_bottom{
	background-image:url(../images/box_bottom.png);
	width:1024px;
	height:21px;
	}

#header{
	width:975px;
	height:77px;
	margin:0 auto;
	padding:0;
	background-image:url(../images/headerBG.png);
	background-repeat:no-repeat;
	}

#logo{
	width:81px;
	height:77px;
	margin:0;
	float:left;
	display:block;
}

#logo span {
	display:none;
}
#welcome_title{
	background-image:url(../images/welcome_text.png);
	width:390px;
	height:103px;
	float:left;
	position:relative;
	right:395px;

	}
#adminPortal {
	width:226px;
	height:28px;
	float:right;
	position:relative;
	margin:8px 0 0 0;
	padding:7px 0 0 0;
	text-align:center;
}
#topLinks{
	width:226px;
	height:33px;
	float:right;
	position:relative;
	margin:8px 0 0 0;
	padding:0;
	}
#topLinks span{
	display:none;
}
	
#topLinks #homeLink {
	background-image:url(../images/homeBtn.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width:37px;
	height:33px;
	display:block;
	float:right;
}
#topLinks #homeLink:hover {
	background-position:0 -33px;
}
#topLinks #vibeFileLink {
	background-image:url(../images/vibeFileBtn.png);
	background-repeat:no-repeat;
	background-position:0 0;
	margin-left:23px;
	width:27px;
	height:33px;
	display:block;
	float:right;
}
#topLinks #vibeFileLink:hover {
	background-position:0 -33px;
} 
#topLinks #entourageLink {
	background-image:url(../images/entourageBtn.png);
	background-repeat:no-repeat;
	background-position:0 0;
	margin-left:23px;
	width:42px;
	height:33px;
	display:block;
	float:right;
}
#topLinks #entourageLink:hover {
	background-position:0 -33px;
}
#topLinks #freqBoxLink {
	background-image:url(../images/freqboxBtn.png);
	background-repeat:no-repeat;
	background-position:0 0;
	margin-left:23px;
	width:46px;
	height:33px;
	display:block;
	float:right;
}
#topLinks #freqBoxLink:hover {
	background-position:0 -33px;
}
#userNameHolder {
	width:625px;
	height:33px;
	float:right;
	position:relative;
	margin:8px 10px 0 0;
	padding:0;
}
#userHello {
	position:relative;
	background-image:url(../images/usernameIcon.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	height:23px;
	width:310px;
	text-align:left;
	float:right;
	margin:10px 0 0 0;
	
}

#userHello #logout {
	color:#999;
	font-size:10px;
	text-decoration:none;
	margin-left:5px;
}
#userHello #logout:hover {
	color:#999;
	font-size:10px;
	text-decoration:underline;
}
#header #tabsContainer{
	float:right;
	height:26px;
	width:787px;
	margin:8px 2px 0 0;
}

#header #tabsContainer #searchContainer {
 	width:226px;
	float:right;
	height:20px;
	margin-left:10px;
	padding-top:3px;
	padding-right:5px;
}


#header #tabsContainer #searchContainer #luvhzlinkD {
	color:#D8C0D5;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	margin-right:5px;
}
#header #tabsContainer #searchContainer #luvhzlinkD:hover {
	text-decoration:underline;
}
#searchTxtBox {
	display: inline; 
	position: relative; 
	top: 0;
}
#header #tabsContainer #tabLinks {
	width:430px;
	float:left;
	height:26px;
	margin:0;
	padding:0;
}
#tabLinks span {
	display:none;	
}
#vibeFolioTab {
	background:url(../images/vibeFolioTab.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	width:114px;
	height:26px;
	float:left;
}
#vibeFolioTab:hover {
	background-position:0 -26px;
}
#vibeFolioTabActive {
	background:url(../images/vibeFolioTab.png);
	background-repeat:no-repeat;
	display:block;
	width:114px;
	height:26px;
	float:left;
	background-position:0 -26px;
	cursor:default;
}
#chartzTab {
	background:url(../images/chartzTab.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	width:112px;
	height:26px;
	float:left;
	margin-left:-9px;
}
#chartzTab:hover {
	background-position:0 -26px;
}
#chartzTabActive {
	background:url(../images/chartzTab.png);
	background-repeat:no-repeat;
	display:block;
	width:112px;
	height:26px;
	float:left;
	margin-left:-9px;
	cursor:default;
}
#couchTab {
	background:url(../images/couchTab.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	width:111px;
	height:26px;
	float:left;
	margin-left:-9px;
}
#couchTab:hover {
	background-position:0 -26px;
}
#couchTabActive {
	background:url(../images/couchTab.png);
	background-repeat:no-repeat;
	display:block;
	width:111px;
	height:26px;
	float:left;
	margin-left:-9px;
	background-position:0 -26px;
	cursor:default;
}
#sharenTab {
	background:url(../images/sharenTab.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	width:110px;
	height:26px;
	float:left;
	margin-left:-8px;
}
#sharenTab:hover {
	background-position:0 -26px;
}
#sharenTabActive {
	background:url(../images/sharenTab.png);
	background-repeat:no-repeat;
	display:block;
	width:110px;
	height:26px;
	float:left;
	margin-left:-8px;
	background-position:0 -26px;
	cursor:default;
}
/* ************************************END HEADER STYLES*************************************/
#mainArea{
	width:970px;
	margin:25px auto 0 auto;
	padding-bottom:25px;

	}
#leftColumn {
	width:170px;
	float:left;
	padding:0;
	margin:0;
}
#avatarHolder{
	width: 168px;
}
#avatarBox {
	background-image:url(../images/avatarBG.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width: 168px;
	height:172px;
	
}
#avatarBox img {
	border:none;
	margin:0 auto;
}
#avatarHolder #userLinks {
	margin:5px 0 0 0;
}
#avatarHolder #userLinks #editVibeFile {
	background-image:url(../images/vibeFileIconSmall.jpg);
	background-repeat:no-repeat;
	color:#666;
	font-size:10px;
	height:20px;
	margin:0 12px 0 0;
	padding:5px 0 0 0;
	float:left;
}
#avatarHolder #userLinks a,#avatarHolder #userLinks a:link, #avatarHolder #userLinks a:visited {
	color:#666;
	text-decoration:underline;
	font-size:9px;
	margin:0 0 0 20px;
	
}
#avatarHolder #userLinks a:hover, #avatarHolder #userLinks a:active {
	color:#D1024D;
}
#avatarHolder #userLinks #editVibeSet {
	background-image:url(../images/vibeSetIconSmall.jpg);
	background-repeat:no-repeat;
	color:#666;
	font-size:9px;
	height:20px;
	margin:0;
	padding:5px 0 0 0;
	float:left;
}

#vibeFileHolder {
	width:168px;
	margin:15px auto 0 auto;

}
#vibeFileHolder #vibeFileBoxHeader {
	width:168px;
	height:21px;
	text-align:left;
	
}
#vibeFileHolder #vibeFileBoxHeader h4 {
	width:50%;
}
#vibeFileHolder #vibeFileBox {
	color:#666;
	clear:both;
}
#vibeNHolder {
	width:168px;
	margin:15px auto 0 auto;

}
#vibeNHolder #vibeNBoxHeader {
	width:168px;
	height:21px;
	text-align:left;
}
#vibeNHolder #vibeNBoxHeader h4 {
	width:50%;
}
#vibeNHolder #vibeNBox {
	color:#666;
}

#shareNHolder {
	width:168px;
	margin:15px auto 0 auto;

}
#shareNHolder #shareNBoxHeader {
	width:168px;
	text-align:left;
	height:21px;
}
#shareNHolder #shareNBoxHeader h4 {
	width:50%;
}
#shareNHolder #shareNBox {
	color:#666;
}

/*********************************START MIDCOLUMN STYLES*********************************/

#midColumn{
	width:570px;
	float:left;
	padding:0;
	margin:0 0 0 6px;
}
#entourageFeedHolder{
	
}
#entourageFeedHolder #entourageFeedHeader {
	
}
#entourageFeedHolder #entourageFeedHeader #entourageFeedHeading{
	background-image:url(../images/entourageFeedHeader.png);
	background-repeat:no-repeat;
	background-position:0 2px;
	height:21px;
	float:right;
	width:119px;
	margin:0 5px 0 0;
	
}
#entourageFeedHolder #entourageFeedBox {
	border-bottom:#666 solid 1px;
	padding:5px 0;
	clear:both;
}
#entourageFeedHolder #entourageFeedFooter {
	text-align:right;
}
/*********************************START RIGHT COLUMN STYLES*********************************/

#rightColumn{
	width:215px;
	float:right;
	padding:0;
	margin:0;
}

#notifyDholder{
	
}
#notifyDholder #notifyDheader {
	
}
#notifyDholder #notifyDheader #notifyDheading{
	
}
#notifyDholder #notifyDBox {
	color:#666;
	font-size:8.5px;
}

#notifyDholder #notifyDBox #notifyDleft {
	float:left;
	width:52%;
	position:relative;
}
#notifyDholder #notifyDBox #notifyDright {
	float:right;
	width:48%;
	position:relative;
}
#notifyDleft #newFreqsLink {
	background-image:url(../images/freqIconSmall.png);
	background-repeat:no-repeat;
	color:#666;
	font-size:10px;
	margin:10px 0  10px 0;
	height:20px;
	padding:0;
	position:relative;
	width:100%;
}
#notifyDleft #entourageAddLink{
	background-image:url(../images/entourageRequestIconSmall.png);
	background-repeat:no-repeat;
	color:#666;
	font-size:10px;
	margin:5px 0 0 0;
	height:20px;
	padding:0;
	position:relative;
	width:100%;
}
#notifyDright #newShrinksLink {
	background-image:url(../images/shrinkIconSmall.png);
	background-repeat:no-repeat;
	background-position:0 2px;
	color:#666;
	font-size:10px;
	margin:10px 0 10px 0;
	height:20px;
	padding:0;
	position:relative;
	width:100%;
	
}
#notifyDright #newSurveysLink {
	background-image:url(../images/surveyIconSmall.png);
	background-repeat:no-repeat;
	background-position:0 2px;
	color:#666;
	font-size:10px;
	margin:5px 0 0 0;
	height:20px;
	padding:0;
	position:relative;
	width:100%;
}
#notifyDholder #notifyDBox a, #notifyDholder #notifyDBox a:link, #notifyDholder #notifyDBox a:visited{
	margin:0 0 0 21px;
	color:#666;
	font-size:.83em;
	text-decoration:none;
}
#notifyDholder #notifyDBox a:hover, #notifyDholder #notifyDBox a:active{
	color:#621A48;
	text-decoration:none;
}

#adSpaceHolder{
	
}
#adSpaceHolder img {
	border:0;
}
	
#footerTop{
	background-image:url(../images/footerTop.png);
	width:1024px;
	height:10px;
	background-repeat:no-repeat;
	}	
	
#footerMid{
	background-image:url(../images/footerMid.png);
	width:1024px;
	background-repeat:repeat-y;
	}	

#footerBottom{
	background-image:url(../images/footerBottom.png);
	width:1024px;
	height:16px;
	background-repeat:no-repeat;
	}	
#footer_txt{
	width:975px;
	color:#CCC;
	font-size:10px;
	margin:0 auto;
}
#copyright {
	float:left;
	width:395px;
}

#copyright a, #copyright a:link, #copyright a:visited {
	color: #FFFFFF;
	margin: 0 0 0 20px;
	text-decoration: none;
}

#copyright a:hover, #copyright a:active {
	text-decoration: underline;
}



#footerLinks {
	float:right;
	width:475px;
	text-align:right;
}

#footerLinks a, #footerLinks a:link, #footerLinks a:visited {
	color:#fff;
	text-decoration:none;
	margin:0 0 0 20px;
	}
#footerLinks a:hover, #footerLinks a:active {
	text-decoration:underline;
	}	

