﻿.TabsDiv
{
	font-weight: bold;
	height: 36px;
	margin: 0px;
	padding: 0px;
	background-image: url(       'http://image.mihnati.com/MS2B/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(       'http://image.mihnati.com/MS2B/images/tab-normal.gif' );
	background-repeat: repeat-x;
	color: #113D00;
	text-decoration: none;
}
.TabsNormal:hover
{
	background-image: url(       'http://image.mihnati.com/MS2B/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(       'http://image.mihnati.com/MS2B/images/tab-select.gif' );
	background-repeat: repeat-x;
	color: White;
	text-decoration: none;
}
.TabsSelect:hover
{
	text-decoration: underline;
	background-image: url(       'http://image.mihnati.com/MS2B/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 #000099;
	text-align: center;
	vertical-align: middle;
}
.Header
{
	background-color: #156331;
	color: White;
	height: 22px;
	border-bottom: solid 1px #000099;
	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 #0066FF;
    background-color: #E8F3FF;
    width: 100%;
}
.ContentLabels
{
    vertical-align: text-top;
    padding-left: 6px;
    background-color: #D9EBFF;
    color: #0066FF;
}
.label
{
	color: #0066FF;
	font-weight: bold;
}
.ContentValues
{
	padding: 6px;
}
.notes
{
    font-size: smaller;
    color: #336699;
}
.notesBtn
{
	font-weight: bold;
	font-size: smaller;
	color: #0066FF;
}
.Content .button
{
	color: #0066FF;
	font-weight: bold;
}
.AddSaveBtn
{
	float: left;
}
.SaveGoBtn
{
	float: right;
}
