body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/BG.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	behavior: url("includes/csshover.htc");
}

form fieldset {
	clear: top;
	border-width: 0px;
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
}

form fieldset#DNF {
	clear: top;
	border-width: 0px;
	padding: 10px;        /* padding in fieldset support spotty in IE */
}

div.tooltip {
	float: right;
	width: 200px;
	height: auto;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #666666;
	background-color: #ffffe1;
	color: #666666;
}

div.tooltip h4 {
	background-image: url(/images/icon_info.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 0 3px 27px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #666666;
	margin: 0 auto;
	color: #666666;
	font-size: 110%;
}

div.tooltip p {
	font-size: 10px;
	line-height: 12px;
	margin: 0em 0em 1.2em 0em;
	color: #666666;
}

div.tooltip p.last {
	margin: 0em;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 200px; 
	padding: 0;
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input#Submit {
	float: left;
	margin-left: 320px;
	cursor: pointer;
	border: outset 1px #ccc;	
	color: #222;
	font-weight: bold;
	font-size: 95%;
	padding: 1px 2px;
	background: url(../images/ButtonBG.gif) repeat-x left top;
}

#Button {	
	cursor: pointer;
	border: outset 1px #ccc;	
	color: #222;
	font-weight: bold;
	font-size: 95%;
	padding: 1px 2px;
	background: url(../images/ButtonBG.gif) repeat-x left top;
}

#ImprovementOpportunities {
	width: 95%;
}

#Competencies {
	width: 95%;
}

#Rating {
	font-size: 11px;
	font-weight: bold;
	color: #000084;
}

#AddNew {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000084;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

h4 {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 9px;
	color: #777777;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

a {
	font-size: 8pt;
	font-weight: bold;
	color: #B50027;
}

a:hover {
	font-size: 8pt;
	text-decoration: underline;
	color: #000000;
}

.Normal {
	background-color: #FFFFFF;
}

.Alt {
	background-color: #EFEFEF;
}

.Hover {
	background-color: #FEFDC2;
}

.text {
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

.Err {
	color: #FF0000;
	font-weight: bold;	
}

.title {
	color: #000084;
	font-weight: bold;
	font-size: 14px;
}

.SmallTitle {
	color: #000084;
	font-weight: bold;
	font-size: 11px;
}

.MentalAptTitle {
	font-weight: bold; 
	font-size: 17pt; 
	color: #000084;
}

.MentalAptTitleScores {
	font-family: Wingdings;
	font-size: 12pt;
}

.ScoresheetBottom{
	font-weight: bold; 
	font-size: 8pt; 
	color: #000084;
}

.SubTitle {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000084;
}

.Quote {
	font-style: italic;
	font-size: 13pt;
	font-weight: bold;
}

#rating {
	text-align: center;
	padding: 0px 0px 10px 0px;
}

#Num {
	font-weight: bold;
	font-size: 9pt;
}

/* Header */

#header {	
	width: 750px;
	height: 30px;
	padding: 50px 0px 0px 0px;
	text-align: center;
	margin: 0 auto;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto 20px auto;
	padding: 0px;
	border: 1px solid #C2C2C2;
	background: #FFFFFF url(../images/ContentBG.jpg) repeat-x left bottom;
}

#content-container {
	margin: 20px;	
}

#note {
	text-align: center;
}

#CoreValuesList {
	margin: 0 auto;
	padding: 30px 0px 5px 0px;
}

#CoreValuesList ul {
	margin: 0 auto;
	/*border: 1px solid #000000;*/
	width: 55%;
	text-align: left;
}

#CoreValuesList li {	
	display: block;
	padding: 0px 3px 1px 3px;
	font-weight: bold;
	border: 1px solid #F5F5F5;
	background-color: #EAEAEA;
}

#CoreValuesList li:hover{
	background-color: #CED9F3;
}

#SelectEmployeeList {
	margin: 0 auto;
	padding: 10px 0px 5px 0px;
}

#SelectEmployeeList ul {
	margin: 0 auto;
	/*border: 1px solid #000000;*/
	width: 50%;
	text-align: left;
}

#SelectEmployeeList li {	
	display: block;
	padding: 0px 3px 1px 3px;
	font-weight: bold;
	border: 1px solid #F5F5F5;
	background-color: #EAEAEA;
}

#SelectEmployeeList li:hover{
	background-color: #CED9F3;
}

#CompetencyList {
	margin: 0 auto;
	padding: 30px 0px 5px 0px;
}

#CompetencyList ul {
	margin: 0 auto;	
	width: 40%;
	text-align: left;
}

#CompetencyList li {	
	display: block;
	padding: 0px 3px 1px 3px;
	font-weight: bold;
	border: 1px solid #999999;
	background-color: #EAEAEA;
}

#CompetencyList tr {
	padding: 0px;
	font-weight: bold;
	border: 1px solid #999999;
	background-color: #EAEAEA;
}


#CompetencyList li:hover {
	color: #FFFFFF;
}

#LevelsOfPerformance {
	display: block;
	list-style: none;
}

#LevelsOfPerformance li{
	display: block;
	list-style: none;
}

#DevelopmentObjectiveList {
	margin: 0 auto;
	padding: 30px 0px 5px 0px;
}

#DevelopmentObjectiveList ul {
	margin: 0 auto;
	/*border: 1px solid #000000;*/
	width: 75%;
	text-align: left;
}

#DevelopmentObjectiveList li {	
	display: block;
	padding: 0px 3px 1px 3px;
	font-weight: bold;
	border: 1px solid #F5F5F5;
	background-color: #EAEAEA;
}

#DevelopmentObjectiveList li:hover{
	background-color: #CED9F3;
}

#EmployeeInfo
{ 
	text-align: center;
}

#EmployeeInfo table
{ 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#JobKeyObjectivesList {
	margin: 0 auto;
	width: 50%;
	padding: 30px 0px 5px 0px;
}

#JobKeyObjectivesList ul {
	margin: 0 auto;	
	width: 70%;
	text-align: left;
}

#JobKeyObjectivesList li {	
	display: block;
	padding: 0px 3px 1px 3px;
	font-weight: bold;
	border: 1px solid #999999;
	background-color: #EAEAEA;
}

#JobKeyObjectivesList tr {
	padding: 0px;
	font-weight: bold;
	border: 1px solid #999999;
	background-color: #EAEAEA;
}

#competenciestable{
	padding-left:225px;
	margin: 0 auto;
}

#JobKeyObjectivesList li:hover {
	color: #FFFFFF;
}

/* Admin Menu */

#AdminMenu {
	text-align: center;
}

#AdminMenu ul {	
	display: block;
	padding: 0px 3px 1px 3px;
	font-weight: bold;
}

#AdminMenu li {	
	display: block;
	list-style: none;
	padding: 0px 3px 1px 3px;
	font-weight: bold;	
}

/* Title */

#Title {
	text-align: center;
	float: right;
	width: 100%;
	padding: 5px 0px 25px 0px;
}

/* Footer */

#footer {
	margin: 0 auto;
	text-align: center;
	height: 40px;
	width: 750px;
	padding: 0 0 15px 0;
}

#footer h2 {
	font-size: 11px;
	color: #000084;
}
#footer p {	
	color: #999999;
}

#footer p {
	text-align: center;
	color: #999999;
}

#footer a {
	color: #000084;
}

#body {
	width: 750px;
	margin: 0px auto;
}

#help{
	z-index:101;
	position:absolute;
	top: 100px;
	left: 100px;
	width: 650px;
	height: 500px;
	visibility: hidden;
}

.comphdr{
	background-color: #FFFFCC;
	border: 8px double #FFCC66;
	padding:0 5px 5px 5px; 
}

#ToolTip{	
	position: absolute;
	z-index: 100; 
	display: none;
	background-color: #FFFFCC;
	border: 8px double #FFCC66;
	padding:0 5px 5px 5px;	
	width: 500px;
}

.shadetabs{	
	border-bottom: 1px solid gray;
	margin: 20px 0px 0px 15px;
}

.shadetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(../images/shadeactive.gif);
	border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}