/*=================================================
  profile
  =================================================*/

div#profileHolder {
    width: 720px;
    float: left;
}

/* ====== Main Navigation ====== */

#profileHolder ul.tabs{
    display: block;
    width: 100%;
    list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: -1px;
}

#profileHolder ul.tabs li{
    float: left;   
}

#profileHolder ul.tabs li a{
    background: transparent url(Images/curvedTab.gif) no-repeat left 1px !important;
    display: block;
    width: 111px !important;
    height: 15px;
    padding-left: 8px;
    padding-top: 2px;
    color: #1648A4;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

#profileHolder ul.tabs li.long a{
    width: 100px;
}

#profileHolder ul.tabs li a:hover{
    color: #94B7DA;
}

#profileHolder ul.tabs li a.active{
    background-image: url(Images/curvedTab_active.gif) !important;
    color: #FF9900;
	position: relative;
	top: 1px;
    width: 111px;
}

#profileHolder ul.tabs li.long a.active{
    background-image: url(Images/curvedTab_activeLong.gif);
    color: #FF9900;
	position: relative;
	top: 1px;
}

/* fixes IE6 bug where tabs become invisible
   when positioned relative */
*html #profileHolder ul.tabs li a.active{
	position: static;
}

#profileHolder ul.tabs li a.active:hover{
    color: #FF9900;
}

/* ====== Global Profile Styles ====== */

div#profileContentPanel {
	border: solid 1px #FFBB53;
    float: left;
    width: 690px;
    margin-bottom: 10px;
    padding: 5px 10px 15px 10px;
    background: #FFFFFF url(Images/employer_banner.jpg) repeat-x left top;
}

div#profileHolder a img {
	border: none;
}

/* target all containers for admin HTML Edit */
div#profileContentPanel .info,
div#profileContent .info,
div#profileList .info {
    border: solid 1px #6799CC;
    background: #EBEEFE;
    font-size: 0.9em;
    padding: 10px;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div#profileContent h2,
div#profileList h2{
    color: #1648A4;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size:1.3em;
}

div#profileContent h3, 
div#profileList h3{
    color: #1648A4;
    font-size: 0.85em; 
    margin-bottom: 5px;  
}

div#profileContent h4,
div#profileList h4 {
    color: #1648A4;
    margin-bottom: 5px;
    font-size:1.3em;
}

/* ====== Header ====== */

div#profileHeader{
    height: 2.5em;
    text-transform:uppercase;
    font-family:Arial;
    font-weight:bold;
    color: #1648A4;
    font-size:1.5em;
}


/* ====== Right Hand Panel ====== */

div#profileList{
    float: right;
    width: 180px;
}

/* fixes IE6 width isnt maintained for extra long words */
*html div#profileList .info{
    width: 155px;
    overflow: hidden;
}


/* ====== Main Content ====== */

div#profileContent{
    float: left;
    width: 500px;
}


