/* ================================
   CSS STYLES FOR CareerLink 1 Pane
   ================================
*/   

/* background color for the header at the top of the page  */

.ControlPanel  {
   background-color: #DFE5F2;
}

.lefttable   
{
	border-right: 1px solid #A4A4A4;
	background-image: url(LeftPaneLight.jpg);
	width: 192px;
}
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#AAAAFF;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  11pt;
    font-weight: bold;
    color: #013366;
    background-color: transparent;
}

.HeadWhite   {
    font-family: Arial, Helvetica;
    font-size:  11pt;
    font-weight: bold;
    color: #FFFFFF;
}

.SubHead {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #013366;
	background-color: transparent;
}

.Normal  {
	font-family: Times, Arial, Helvetica;
    font-size:  10pt;
	color: #013366;
	background-color: transparent;
}

.NormalTextBox  {
	font-family: Arial, Helvetica;
    font-size:  10pt;
	color: #000000;
}

a:link {
	font-family: Times, Arial, Helvetica;
	color: #013366; /*Blue*/
	text-decoration: underline;
}
a:visited {
	font-family: Times, Arial, Helvetica;
	color: #013366;
	text-decoration: underline;
}
a:hover {
	font-family: Times, Arial, Helvetica;
	color: #FD6300;
	text-decoration: underline;
}
a:active {
	font-family: Times, Arial, Helvetica;
	color: #013366;
	text-decoration: underline;
}

.panetable {
	background-color: #FFFFFF;	
}	






