﻿ul.highlights 
{
	margin-top:0;
	margin-left: 5px;
}

ul.highlights li.positive 
{
	/*list-style-image: url(../images/list-positive.gif);*/
}
ul.highlights li.neutral 
{
	/*list-style-image: url(../images/list-neutral.gif);*/
}
ul.highlights li.negative 
{
	/*list-style-image: url(../images/list-negative.gif);*/
}

div.colouredFlag
{
	width: 10px;
	height: 10px;
	display: inline;
}

.reference 
{
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

ul.references 
{
	margin-top:0;
	list-style-type:none;
}

ul.references li.source 
{
    
}

.feedback
{
	color: Maroon;
	font-weight: bold;
}

.flagBanner
{
	border: 1px solid gray;
	height: 56px;
	margin-bottom: 20px;
}

.flagBanner img 
{
	margin: 3px;
	margin-right: 10px;
}

.flagTitle
{
	margin-top: 10px;
	font-size: medium;
	font-weight: bold;
}
.flagDescription
{
	margin-top: 2px;
}

.mugshotContainer
{
	padding: 10px 10px 5px 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	/*border: 1px solid gray;*/
	float: right;
	/*background-color: #eee;*/
	text-align: right;
	font-size: small;
	width: 250px;
}

.mugshotContainer .mugshot-wrapper 
{
    max-height: 375px;
    overflow: hidden;    
}

.mugshotContainer img
{
	padding-bottom: 3px;
}

.notfoundsuggestion
{
	margin-bottom: 10px;
	padding: 5px;
	/*border: 1px solid gray;*/
	min-height: 50px;
}

.notfoundsuggestion .imagewrapper
{
	width: 55px;
	height: 50px;
	float: left;
	text-align: center;
	padding-right: 5px;
	overflow: hidden;
}

div.ajaxPopup
{
	border: 1px solid #555;
	display: block;
	background: white;
	padding: 15px;
}

.login-popup h2
{
    margin-top: 0;
}

.login-textbox
{
    width: 120px;       
}
.login-label
{
    width: 120px;
}
.login-button
{
    
}

textarea.career-summary-textbox 
{
    width: 300px;
    height: 100px;
    font-family: Lucida Grande;
    font-size: 12px;
}

.milestone-reported 
{
    font-style: italic;
    color: #d44;
}

.milestone-buttons 
{
    width: 80px;
    display: inline;
    float: right;
    text-align: right;
    font-size: 0.9em;
}
.milestone-year 
{
    font-weight: bold;
    width: 45px;
    display: block;
    float: left;
    clear: left;
}
.milestone-text 
{
    display: block;
    float: left;
    margin: 0 0 5px;
    width: 575px;
}

input.newmilestone-textbox 
{
    float: left;
}

.newmilestone-weight-textbox
{
    background: none;
    border: medium none;
    bottom: 37px;
    display: block !important;
    font-size: 75%;
    left: 156px;
    position: absolute;
    text-align: center;
    width: 20px;
}

.newmilestone-submit
{
    float: left;
    clear: left;
}

.ajax__slider_h_rail
{
    float: left;
}

#content label 
{
    width: 75px;
    float: left;
    clear: left;
}
#content .wide 
{
    width: 150px;
    float: left;
    clear: left;
}
/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	padding : 0px!important;
	background-color : white;
	color : black !important;
	border : gray;
	border-width : 1px;
	border-style : solid;
	overflow: auto;
	height: 95px !important;
    text-align : left; 
    list-style-type : none;
    font-size: 13px !important;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffa;
	color: black;
	padding: 1px;
	font-size: 13px;
	cursor: pointer;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color: #fff;
	color: black;
	padding: 1px;
	font-size: 13px;
	cursor: pointer;
}

.watermarked
{
	color: #aaaaaa;
	font-style:normal;
}

/* Login/Signup */
div.signup-terms
{
    overflow:auto;
    width:500px;
    height:300px;
    padding:10px;
    background-color:white;
    border: 1px solid #aaaaaa;
}

div.form-row
{
    float:left;
    clear:left;
    margin: 3px 0;
    width:700px;
}

span.signup-form-checkbox label
{
    clear: none !important;
    width:500px !important;
}
span.signup-form-checkbox input
{
    float: left;
    margin: 2px 10px 0 150px;
}

/* Celebrity Page */
/* Career Milestones */
ul.career-milestones
{
    margin: 0;
    padding: 0;
	width:715px;
}
li.career-milestone
{
    /*width: 715px;*/
    width: 700px;
    padding-top: 5px;
    clear:left;
    list-style-type: none;
    min-height: 20px;
    height: 20px;
    border-top: 1px solid #eee;
    height:1%;
}
li.alternate
{
   
}

/* Home Page extra stuff */
div#region-celeb-activity ul li 
{
    float: left;
    clear: left;
    display: block;
}

div.recent-activity-thumbnail 
{
    width: 60px;
    float: left;
    height: 60px;
    overflow: hidden;
}

div.recent-activity-info 
{
    float: right;
    width: 160px;
    /*margin-left: 5px;*/
}
a.home-page-read-more-link 
{
    color: #000000;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 10px;
}
.modal-popup-bg 
{
    position: relative;
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

span.username-unavailable 
{
    color: #a00;
    font-weight: bold;
}
span.username-available
{
    color: #080;
}

.FAQheader 
{
    font-weight:bold;
    padding: 5px 0;
    cursor: pointer;
}
.FAQheaderSelected 
{
    font-weight: bold;
    padding: 5px 0;
}
.FAQcontent 
{
    padding: 5px 0;
}

div.vitals-label 
{
    float:left;
    clear:left;
    width:100px;
}
div.vitals-detail
{
    float:left;
    width:400px;
}
div.clear-left 
{
    clear:left;
}
div.clear-right
{
    clear:right;
}
div.ad-container-right 
{
    float: right;
    clear: right;
    width: 160px;
    height: 600px;
    margin: 0 0 20px 20px;
}

div.ad-container-bottom
{
    text-align: center;
    margin: 10px 0 -10px;
}

div.ad-container-small-square
{
    text-align:center;
}

div.share, div.like {
	float: left;
}
div.share { padding: 2px; }
div.like { }

.weight-labels  
{
    display: block; 
    height: 20px; 
    font-size: 70%;
    height: 20px;
    margin-left: 75px;
    width: 150px; 
}
.weight-labels .bad { color: #550000; float: left; }
.weight-labels .good { color: #005500; float: right; }

.milestone-list-wrapper 
{
    width: 700px;
}
div.ad-container-header {
    bottom: 45px;
    display: block;
    height: 60px;
    position: absolute;
    right: 15px;
    width: 468px;
    z-index: 10;
}

