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

.adminTxt {
		font-size:20px;
		color:#333;
		
}
/*********************************COMMON CLASSES *********************************/
a, a:link, a:visited {
	color:#333;
	text-decoration:underline;
}

a:hover, a:active {
	color:#D1024D;
}
h4.left {
	width:auto;
	float:left;
	padding:1px 0 0 2px;
}
h4.right {
	width:auto;
	float:right;
	padding:2px 2px 0 0;
}
.fancyFont {
	font-family: "Futura Std", "Futura", Arial, sans-serif;
	color:#FFF;
	margin:1px 0 0 0;
	font-size:1.4em;
	font-weight:normal;
	letter-spacing:.05em;
	line-height:1;
}
.toolTipIcon {
	width:11px;
	height:10px;
}
.toolTipIcon img {
	border:0;
}
.toolTipIcon span {
	display:none;
}	
.clear {
	clear:both;
}
.clearRight {
	clear:right;
}
:focus{
	outline:none;
	}
img {
	border:0;
	outline:none;
}
/*********************************USERNAME HEADER*********************************/

#userHello span.hello {
	color:#000;
	font-weight:normal;
	font-size:18px;
	padding-left:14px;
	
	
}
/*********************************VARIOUS TEXT STYLES*********************************/

span.pink {
	color:#D1024D;	
}
.orange {
	color:#FBB03B;
}
/*********************************SEARCH BOX *********************************/

input.search {
	background:url(../images/searchBoxBg.png) transparent;
	background-repeat:no-repeat;
	background-position:0 0;
	border:0;
	outline:none;
	color:#666;
	width:114px;
	margin:0;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	height:16px;
	font-weight:bold;
	font-size:10px;
	line-height:1;
	
}
input.searchSubmit {
	background:url(../images/searchIcon.png) transparent;
	background-repeat:no-repeat;
	background-position:0 3px;
	border:0;
	outline:none;
	height:20px;
	width:19px;
	padding:0;
	margin:0;
}


/*********************************MINI VIBEFILE LINKS*********************************/

.label {
	color:#999;
}
/*********************************MINI VIBE BOX - LEFT COLUMN*********************************/

#vibeNHolder #vibeNBox .vibeMiniHolder{
	padding:5px;
	border-bottom:#666 dotted 1px;
}
.vibeMiniHolder .vibeMiniAvatar {
	background-image:url(../images/avatarBG_tiny.jpg);
	background-repeat:no-repeat;
	height:37px;
	width:36px;
	float:left;
}
.vibeMiniHolder .vibeMiniAvatar img {
	border:0;
}
.vibeMiniHolder .vibeMiniInfo {
	float:right;
	width: 112px;
}
a.vibeMiniName, a:link.vibeMiniName, a:visited.vibeMiniName {
	color:#666;
	font-size:12px;
	
}
a:hover.vibeMiniName, a:active.vibeMiniName {
	color:#D1024D;
}
.vibeMiniHolder .vibeMiniInfo .vibeMiniMeter {
	float:left;
	color:#666;
	font-size:12px;
	margin-top:4px;
	line-height:1;
	
}
.vibeMiniHolder .vibeMiniInfo .vibeMiniMeter img{
	border:0;
	margin-top:3px;
}
.vibeMiniNumber {
	font-size:14px;
	line-height:1;
}
.vibeMiniHolder .vibeMiniInfo .vibeMiniEditLinks {
	float:right;
	margin-top:8px;
}
.vibeMiniHolder .vibeMiniInfo .vibeMiniEditLinks span {
	display:none;
}
.vibeMiniHolder .vibeMiniInfo .vibeMiniEditLinks a:hover{
}
a.vibeMiniEdit {
	background-image:url(../images/editVibe_mini.png);
	background-repeat:no-repeat;
	height:12px;
	width:12px;
	display:block;
	float:right;
	margin:0 10px 0 0;
}
a.vibeMiniNew {
	background-image:url(../images/newEntry_mini.png);
	background-repeat:no-repeat;
	height:12px;
	width:12px;
	display:block;
	float:right;
}
/*********************************MINI SHARED BOX - LEFT COLUMN*********************************/

.shareEntryHolder {
	background-image:url(../images/shareN_icon_small.png);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	border-bottom:1px dotted #666;
	padding:5px 0;
}
.shareEntryHolder .shareEntry {
	width:120px;
	float:right;
	font-size:10px;
	color:#666;
	line-height:1.25;
}

/*********************************VARIOUS TEXT LINK STYLES*********************************/

a.viewLink, a:active.viewLink, a:visited.viewLink {
	color:#ccc;
	font-size:9px;
	text-decoration:none;
	margin:5px 0 0 0;
	padding:0 5px;
	float:right;
}
a:hover.viewLink, a:active.viewLink{
	text-decoration:underline;
	color:#FFF;
}
a.newLink, a:active.newLink, a:visited.newLink {
	color:#ccc;
	font-size:9px;
	text-decoration:none;
	margin:5px 0 0 0;
	padding:0 5px;
	float:right;
	border-right:1px #ccc solid;
}
a:hover.newLink, a:active.newLink{
	text-decoration:underline;
	color:#FFF;
}
a.smallLink, a:active.smallLink, a:visited.smallLink {
	color:#666;
	font-size:9px;
	text-decoration:none;
}
a:hover.smallLink, a:active.smallLink{
	text-decoration:underline;
	color:#333;
}
/*********************************COLORED BOXES/HEADER STYLES*********************************/

.neutralBox {
	background-color:#eee;
	border: solid 1.5px #CC783A;
	padding: 5px;
}
.positiveBox {
	background-color:#eee;
	border: solid 1.5px #D1024D;
	padding: 5px;
}
.negativeBox {
	background-color:#eee;
	border: solid 1.5px #301042;
	padding: 5px;
}
.neutral {
	color:#CC783A;
	text-decoration:none;
}
a.neutral:visited {
	color:#CC783A;
	text-decoration:none;
}
a.neutral:hover {
	color:#CC783A;
	text-decoration:underline;
}
a.final:visited {
	color:#999;
	text-decoration:none;
}

a.final {
	color:#999999;
	text-decoration:none;
}
a.final:hover {
	color:#999;
	text-decoration:underline;
}
.final {
	color:#999999;
}
.positive {
	color:#D1024D;
	text-decoration:none;
}
a.positive:visited {
	color:#D1024D;
	text-decoration:none;
}
a.positive:hover {
	color:#D1024D;
	text-decoration:underline;
}
.negative {
	color:#621A48;
	text-decoration:none;
}
a.negative:visited {
	color:#621A48;
	text-decoration:none;
}
a.negative:hover {
	color:#621A48;
	text-decoration:underline;
}
.orangeHeading {
	background-image:url(../images/orangeHeading.jpg);
	background-repeat:repeat-x;
	height:21px;
	
}
.pinkHeading {
	background-image:url(../images/pinkHeading.jpg);
	background-repeat:repeat-x;
	height:21px;

}
.purpleHeading {
	background-image:url(../images/purpleHeading.jpg);
	background-repeat:repeat-x;
	height:21px;

}
.greybox{
	width:auto;
	background-color:#EEEEEE;
	padding: 5px;
	border-bottom:#666 solid 1px;
}
/*********************************START MIDCOLUMN STYLES*********************************/

a.entourageName, a:link.entourageName, a:visited.entourageName {
	color:#D1024D;	
	font-weight:bold;
	text-decoration:none;
}


 a:hover.entourageName,  a:active.entourageName {
	 text-decoration:underline;
 }
 a.entourageVibeName, a:link.entourageVibeName, a:visited.entourageVibeName {
	color:#333;	
	font-weight:bold;
	text-decoration:underline;
}
 a:hover.entourageVibeName,  a:active.entourageVibeName {
	 text-decoration:bold;
 }

/*********************************AD SPACE STYLES*********************************/


.adSpace {
	margin:15px 0 0 0;
	text-align:right;

}
.adSpace img {
	border:none;
}
.skyscraper img{
	width:120px;
	height:600px;
}
.wideSkyscraper img{
	width:160px;
	height:600px;

}
.verticalBanner img {
	width:120px;
	height:240px;

}
.smallSquare img{
	width:200px;
	height:200px;

}
.smallRect img {
	width:180px;
	height:150px;
	
}

/************************** FORM ***********************/
.comment_box{
	width:630px;
	height:65px;
	border:1px solid #CC783A;
	overflow:hidden;
	margin:10px 0 20px 0;
	}

.comment_box:focus{
	border:1px dotted #CC783A;
	}

.outline{
	border:1px solid #CC783A;
	padding:3px;
	}

.outline:focus{
	border:1px dotted #CC783A;
	padding:3px;
	}

.submit_form{
	background-image:url(../images/submit_bg.png);
	float:right;
	width:101px;
	height:23px;
	border:none;
	cursor:pointer;
	outline:none;
	}

.submit_form:hover{
	background-image:url(../images/submit_bg_RO.png);
	float:right;
	width:101px;
	height:23px;
	border:none;
	cursor:pointer;
	}


.point{
	width:50px;
	margin:0 0 0 40px;
	}

.break{
	margin:20px 0 15px 0;
	}

input.continue {
	background:url(../images/continueBtn.png) transparent;
	background-repeat:no-repeat;
	background-position:0 0;
	border:0;
	outline:none;
	height:39px;
	width:119px;
	padding:0;
	margin:0;
}
input.continue:hover {
	background-position:0 -39px;
	outline:none;
}
input.retrieve {
	background:url(../images/retrieveBtn.png) transparent;
	background-repeat:no-repeat;
	background-position:0 0;
	border:0;
	outline:none;
	height:39px;
	width:129px;
	padding:0;
	margin:0;
}
input.retrieve:hover {
	background-position:0 -39px;
	outline:none;
}


/************************** Getting Started Page ***********************/

.getStarted {
	padding-top: 10px;
	border-bottom:dotted #666 thin;
}

.purple {
	color: #621A48;
}

.pink {
	color:#D1024D;	
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}


/************************** Feedback Page ***********************/

.feedbackFormHolder {
	width: auto;
	padding: 10px;
}

.feedbackFormHolder img {
	float: right;
	padding-right: 25px;
}

.input {
	width:250px;
	background-color: #FFF;
	border: 1px solid #D1024D;
	margin-bottom: 10px;
}	
.inputLabel {
	display: block;
	width: 75px;
	float:left;
	position:relative;
	margin: 0;
	border:0;
	outline:none;
	color:#333;
	font-size:11px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.select {
	width:253px;
	opacity: 0;
}
.selectHolder{
	width:253px;
	background-color: #FFF;
	border: 1px solid #D1024D;
	position:relative;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.messageBox {
	width:450px;
	height:200px;
	background-color: #FFF;
	border: 1px solid #D1024D;
	margin-bottom: 10px;
	vertical-align:text-top;
}

/************************** News Page ***********************/

.articleHolder {
	width:auto;
	margin: 15px;
}


.dateHolder {
	font-size:12px;
	color: #621A48;
	text-align:right;
}


a.newsTitle, a:active.newsTitle, a:visited.newsTitle {
	color:#D1024D;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
}

a:hover.newsTitle,  a:active.newsTitle {
	 color: #000;
}


/************************** Accordion ***********************/

h3.ui-state-active a{
	color: #D1024D;	
}

.accordionGeneral {
	width:550px;
	height:auto;
	margin-left:10px;

}

.accordionGeneral img {
	border: none;
	float:right;
	padding-top: 15px;
}

.accordionGeneral div{
	border-bottom:solid #000 1px;
	padding-bottom: 5px;

}
.accordionGeneral div div{
	border-bottom:none;

}

.accordionGeneral a, a:link, a:visited {
	color: #000;
	font-weight:bold;
	text-decoration:none;

}
.accordionGeneral a:hover, a:active {
	color: #D1024D;
	font-weight:bold;
	text-decoration:none;

}

ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active.style {
	height: auto;
}



