﻿#tab-header { 
    zoom: 100%; 
}

#tab-header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#tab-header li {
	float: left;
	border: 1px solid #bbb;
	border-bottom-width: 0;
	margin: 0 5px 0 0;
}

#tab-header a {
	text-decoration: none;
	display: block;
	background: #e8e7df;
	padding: .7em 1em;
	width: 12em;
	text-align: center;
	font-weight: bold;
}

#tab-header a:hover {
	background: #e2e0d6;
}

#tab-header #selected {
	border-color: #848173;
}

#tab-header #selected a {
	position: relative;
	top: 1px;
	background: white;
	color: #848173;
	font-weight: bold;
}

#tab-content {
	border: 1px solid #848173;
	clear: both;
	padding: 10px;
}




#tab-profile-header { 
    zoom: 100%; 
}

#tab-profile-header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#tab-profile-header li {
	float: left;
	border: none;
	border-bottom-width: 0;
	margin: 0 5px 0 0;
}

#tab-profile-header a {
	text-decoration: none;
	display: block;
	background: none;
	padding: .7em .2em;
	width: 10em;
	text-align: center;
	font-weight: bold;
}

#tab-profile-header a:hover {
	color: Orange;
}

#tab-profile-header .selected {
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
	border-color: #848173;
}

#tab-profile-header .selected a {
	position: relative;
	top: 1px;
	background: white;
	color: #848173;
	font-weight: bold;
}

#tab-profile-content {
	border: 1px solid #848173;
	clear: both;
	padding: 10px;
}

#tab-profile-content .infoSaved {
    border: 2px solid #149714; font-weight: bold; background-color: #adc991; padding: 5px; text-align: center; margin-bottom: 10px;
}

#tab-profile-content .errorMsg {
    border: 2px solid red; font-weight: bold; background-color: #ff9999; padding: 5px; text-align: center; margin-bottom: 10px;
}