/* ========================================
    CSS STYLES FOR CareerLink
   ========================================
   ========================================
   Table of Contents
   ========================================
   1 Universal
   2 Containers
   3 Links
   4 Text
   5 Forms
   6 Main Menu
   7 Module Menus
   ========================================
*/   
 /*========================================
   Adjust site width                     */
 .PageMaster
 {
    background-color: #102840;
    height: 100%;
    width: 100%
 }
 .SkinMaster 
 {
    width: 771px;
    height: 100%;
    background-color: #346699;
 }
 /*=======================================*/
 
 /*=======================================
   1 Universal
   =======================================*/
html 
 {
    height: 100%
 }
body 
{
	margin: 0;
}
/* Catch-all to ensure consistency */
.table, p 
{	
	font-family: Times, Arial, Helvetica;
	font-size: 10pt;
	line-height: 1.3em;
}
 /*=======================================
   2 Containers
   =======================================*/
.ControlPanel  {
   background-color: #102840;
}
.panetable 
{
	border-collapse: collapse;
	border: 1px solid #A4A4A4;
	height: 100%;
	width: 100%
}
.bannerpane 
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 1px solid #A4A4A4;
	height: 109px;
	width: 735px;
}
.bannershadow
{
    background: url(bannershadow.jpg) no-repeat;
}
.contentpane 
{
	padding: 0 0 0 0;
}
.lefttable   
{
	border-right: 1px solid #A4A4A4;
	width: 194px;
	height: 100%
}
.leftnav  {
	font-family: Arial, Helvetica;
	color: #FD6300;
	font-size: 10pt;
	padding-left: 4px;
}
.leftpane 
{
	padding-top: 0 0 0 0;
	width: 194px;
}
.rightpane 
{
    width: 180px;
	padding-top: 0 0 0 0;
}
.footertable   
{
	width: 100%
}
 /*=======================================
   3 Links
   =======================================*/
/* text style for the unselected tabs */
.OtherTabs {
	font-size: 10pt;
	color:#FFFFFF;
	font-family: Times, Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}
    
/* hyperlink style for Links object */
A.OtherTabs:link, A.OtherTabs:visited, A.OtherTabs:active {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 10pt;
}
A.OtherTabs:hover    {
	text-decoration: underline;
	color:#FFFF00;
	font-weight: normal;
	font-size: 10pt;
}

/* SIGNIN */
.SignIn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #013366;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	border-top: 0px solid #CFD6E5;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #CFD6E5;
}
A.SignIn:link, A.SignIn:visited, A.SignIn:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #013366;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	border-top: 0px solid #CFD6E5;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #CFD6E5;
}
A.SignIn:hover    {
	text-decoration: none;
	font-size: 8.5pt;
	font-family: Arial, Helvetica;
	color:#FFFFFF;
	text-align: center;
	vertical-align: middle;
}
a:link, a:visited, a:active {
	font-family: Times, Arial, Helvetica;
	font-size: 10pt;
	color: #013366; /*Blue*/
	text-decoration: underline;
}
a:hover {
	font-family: Times, Arial, Helvetica;
	font-size: 10pt;
	color: #FD6300;
	text-decoration: underline;
}
/* Footer */
.Footer {
	font-size: 8.5pt;
	color:#FFFFFF;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}
/* Footer Links */
A.Footer:link, A.Footer:visited, A.Footer:active {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}
A.Footer:hover    {
	text-decoration: underline;
	color:#1D335C;
	font-weight: normal;
	font-size: 8.5pt;
}
.CommandButton {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	line-height: 9pt;
	color: #FD6300;
}
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FD6300;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FD6300;
	text-decoration: underline;
	line-height: 9pt;
	font-style: normal;
}
/* Breadcrumbs */
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #6B7EA1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}
A.breadcrumb:link, A.breadcrumb:visited, A.breadcrumb:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #6B7EA1;
	text-decoration: none;
}
A.breadcrumb:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #1D335C;
	text-decoration: underline;
}

 /*=======================================
   4 Text
   =======================================*/

/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  11pt;
    font-weight: bold;
    color: #013366;
    background-color: #FFFFFF;
}
.SubHead {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #013366;
	background-color: #FFFFFF;
}	
.Normal  {
	font-family: Times, Arial, Helvetica;
	font-size: 10pt;
	color: #013366;
}
.NormalTextBox  {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	background-color: transparent;
}
.Date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #5C6F92;
	margin-left: 0px;
	padding-left: 0px;
	text-align: right;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: yellow;
}
ul {
	list-style-image: url(arrow2.gif);
	list-style-position: outside;
}
li {
	font-family: Times, Arial, Helvetica;
	font-size: 10pt;
	color: #013366;
	list-style-position: outside;
	list-style-type: lower-roman;
	font-weight: normal;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}

 /*=======================================
   5 Forms
   =======================================*/

 /*=======================================
   6 Main Menu
   =======================================*/

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #FFFFFF 0px solid;  
	background-color: Transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:20;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #346699; 
	border-left: #FFFFFF 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	text-align: center; 
	width: 1; 
	height: 20;	
}	
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 0px 0px 0px 0px;
	color: #4F6283; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #013366; 
	border-bottom: #4F6283 1px solid; 
	border-left: #4F6283 1px solid; 
	border-top: #4F6283 1px solid; 
	border-right: #4F6283 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#6BAAE5, Direction=120, Strength=2);
}
.MainMenu_MenuBreak {
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid;  
	border-right: #000000 0px solid; 
	background-color: #000000; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #4F6283; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}






