.section {
	font-size: 11px;
	color: #0C509A;
	font-family:  "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold; 
	text-transform: lowercase;
	margin-top:10px;
    border-bottom: solid #ABABAB 1px;
}

h1 {
    border-bottom: solid #CDCDCD 1px;
	color: black;
	font-family:  "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal; 	
}
h1.flush {
    margin-bottom: 0px;
}

.title {
	color: black;
	font-family:  "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal; 
}
.pageDescription {
   line-height:18px;
   padding-top: 3px;
   font-size: 11px;
}
.pageSpotlight {
   padding:15px;
   background-color: #F8F7D7;
}
.pageSpotlightGray {
   padding:15px;
   background-color: #EFEFEF;
}


/*******************************************/
/* NEW STYLES ******************************/
/*******************************************/

#personalsNavigation {
    border-bottom: solid #CFCFCF 1px;
	background-color: #F8F7D7;
}

#personalsNavigation ul {
	text-align: center;
	padding-bottom: 8px;
	padding-top: 7px;
	padding-left: 0;
	margin: 0;
	background-color: #F8F7D7;
	width: 100%;
    font-size: 11px;
	color: #444444;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

#personalsNavigation ul li {
	display: inline;
}

#personalsNavigation ul li a { 
    padding: 6px 6px 6px 6px;
    text-decoration: none;    
    color: #444444;
}

#personalsNavigation ul li a:hover { 
    /*color: #CA0207; */
    color: black;
	border-bottom: solid #ABABAB 3px;
}


/*******************************************/
/* AD STYLES *******************************/
/*******************************************/
a.adName {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 16px; 
	letter-spacing: 1px; 
    color: #33719A;
}
a.adName:link {
    color: #33719A;
}
a.adName:visited {
    color: #555555;
}
a.adName:hover {
    color: #43A8DC;
}

/*******************************************/
/* PROFILE STYLES **************************/
/*******************************************/

.profilePictures {
	background-color: #F8F7D7;
	border-left: dotted #CFCFCF 1px;
}
.profileHeadline {
	font-size: 18px;
	font-family:  "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	padding-bottom:2px;
	
}
.profileName {
	color: white;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 20px; 
	font-weight: bold; 
	letter-spacing: 1px; 
	background-color: #9F9F9F;
}

#profileActionTop {
	border-top: dotted gray 1px;
}

a.profileAction {
    display: block;
	border-bottom: dotted gray 1px;
	padding: 8px;
	text-align: left;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: black;
}
a.profileAction:hover {
    font-weight: bold;
	text-decoration: none;
	color: black;
	background-color: white;
}

/*******************************************/
/* FORM STYLES *****************************/
/*******************************************/
form {
    margin: 0px;
	padding: 0px;
}
input, textarea, select {
    border-width: 1px;
	padding: 3px;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
select {
    padding: 0 0 0 3px;
}
input:focus, textarea:focus{
    border-color: #444444;
	border-left-width: 4px;
	padding-right: 0px;
	
}

/********************************************/
/* AJAX LOADERS *****************************/
/********************************************/
.singleFieldLoader{
	width:20px; 
	height:16px;
	float:left; 
	margin-top:2px; 
	background-image: url(/images/icon-ajax.gif);
	background-repeat: no-repeat;
}
