﻿.TabsDiv
{
	font-weight: bold;
	height: 36px;
	margin: 0px;
	padding: 0px;
	background-image: url(       '../../Images/tab-normal.gif' );
	background-repeat: repeat-x;
}
.TabsNormal
{
	margin-left: -4px;
	padding: 0px 8px 0 8px;
	border-right: solid 1px white;
	background-image: url(       '../../Images/tab-normal.gif' );
	background-repeat: repeat-x;
	color: White;
	text-decoration: none;
}
.TabsNormal:hover
{
	background-image: url(       '../../Images/tab-normal.gif' );
	background-repeat: repeat-x;
	color: #D8F7B8;
	text-decoration: underline;
}
.TabsSelect
{
	margin-left: -4px;
	padding: 0px 8px 0 8px;
	border-right: solid 1px white;
	text-decoration: underline;
	background-image: url(       '../../Images/tab-select.gif' );
	background-repeat: repeat-x;
	color: #113D00;
	text-decoration: none;
}
.TabsSelect:hover
{
	text-decoration: underline;
	background-image: url(       '../../Images/tab-select.gif' );
	background-repeat: repeat-x;
	color: #113D00;
	text-decoration: underline;
}
#btnWorkExperience
{
	margin-left: 0px;
}
.Required
{
	color: Red;
}
.Message
{
	margin: 3px;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: Red;
}
.Counter
{
	border: solid 1px #58926A;
	text-align: center;
	vertical-align: middle;
}
.Header
{
	background-color: #156331;
	color: White;
	height: 22px;
	border-bottom: solid 1px #58926A;
	text-align: center;
}
.HeaderCaption
{
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 15px;
}
.HeaderNotes
{
	text-align: center;
	font-size: 8pt;
	padding-left: 15px;
}
.Content
{
	border: solid 1px #58926A;
	background-color: #F4F9F2;
	width: 100%;
}
.ContentLabels
{
	vertical-align: text-top;
	padding-left: 6px;
	background-color: #D7E5D3;
	color: #58926A;
}
.label
{
	color: #156331;
	font-weight: bold;
}
.ContentValues
{
	padding: 6px;
}
.notes
{
	font-size: smaller;
	color: #2D7848;
}
.notesBtn
{
	font-weight: bold;
	font-size: smaller;
	color: #2D7848;
}
.Content .button
{
	color: #45872B;
	font-weight: bold;
}
.AddSaveBtn
{
	float: left;
}
.SaveGoBtn
{
	float: right;
}
