/* ================================
    CSS STYLES FOR OACL Emp PORTAL 
    v1.0, 05/2003
   ================================
*/   


/* PAGE BACKGROUND */

/* background color for the content part of the pages */
Body
{
	background-color: #FFFFFF;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-weight: bold;
	font-size: 20px;
	color: #c5af7d;
	font-family: Verdana Bold, Helvetica, sans-serif;
	text-decoration: none;
}

.TitleBg
{
	border-style:none; background-image: url('none');
	color: #011E4C;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #011E4C;
	
}

/* background/border colors for the selected tab's top */
.SelectedTabTop
{
	border-style:none; background-position: center bottom; font-size: 7px;
	background-image: url('images/tab_top_light.gif');
	background-repeat: repeat-x;
	border-collapse: collapse;
	
}

/* background/border colors for the unselected tabs' tops */
.OtherTabsTop
{
	border-style:none; background-position: center bottom; font-size: 7px;
	background-image: url('images/tab_top_dark.gif');
	background-repeat: repeat-x;
	border-collapse: collapse;
	
}

/* text style for the selected tab */
.SelectedTab
{
	border-style:none; font-weight: bold;
	font-size: 8px;
	background-image: url('none');
	color: #011E4C;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #011E4C;
	text-align: center;
	text-decoration: none;
	
}

/* text style for the unselected tabs */
.OtherTabs
{
	border-style:none; font-weight: bold;
	font-size: 8px;
	background-image: url('none');
	color: #c5af7d;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #011E4C;
	text-align: center;
	text-decoration: none;
	
}

/* text style for the selected tab */
.SelectedTabText
{
	font-weight: bold;
	font-size: 11px; /* 11 */
	color: #011E4C;
	border-top-style: none;
	font-family: Verdana, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	background-color: #c5af7d;
	text-align: center;
	text-decoration: none;
	border-bottom-style: none;
}

/* hyperlink styles of the selected tab */
A.SelectedTabText:link    {
    text-decoration:    none;
    color:#011E4C;
}

A.SelectedTabText:visited {
    text-decoration:    none;
    color:#011E4C;
}

A.SelectedTabText:active  {
    text-decoration:    none;
    color:#011E4C;
}

A.SelectedTabText:hover   {
    text-decoration:    underline;
    color:#011E4C;
}

/* text style for the unselected tabs */
.OtherTabsText
{
	font-weight: bold;
	font-size: 11px; /* 11 */
	cursor: hand;
	color: #c5af7d;
	border-top-style: none;
	font-family: Verdana, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	background-color: #011E4C;
	text-align: center;
	text-decoration: none;
	border-bottom-style: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabsText:link    {
    text-decoration:    none;
    color:#c5af7d;
}

A.OtherTabsText:visited {
    text-decoration:    none;
    color:#c5af7d;
}

A.OtherTabsText:active  {
    text-decoration:    none;
    color:#c5af7d;
}

A.OtherTabsText:hover   {
    text-decoration:    underline;
    color:#c5af7d;
}

    
/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	border-style:none; background-position: left center; font-weight: bold;
	font-size: 11px; /* 11 */
	background-image: url('images/lightTopBackground.gif');
	color: #011e4c;
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: transparent;
	
}   

/* top header */

.TopHeader
{
	border-style:none; background-position: left center; font-weight: bold;
	font-size: 11px; /* 11 */
	background-image: url('images/lightTopBackground.gif');
	color: #011e4c;
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: transparent;
	
}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#011E4C;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#011E4C;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#011E4C;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color: #011E4C;
}

/* white hyperlink style for training calendar */
A.WhiteLink:link {
    text-decoration:    none;
    color: White;
    font-weight: normal;
	font-size: 11px; /* 11 */
	line-height: 13px;
	font-family: Verdana, Helvetica, sans-serif;
}

A.WhiteLink:visited  {
    text-decoration:    none;
    color: White;
    font-weight: normal;
	font-size: 11px; /* 11 */
	line-height: 13px;
	font-family: Verdana, Helvetica, sans-serif;
}

A.WhiteLink:active   {
    text-decoration:    none;
    color: White;
    font-weight: normal;
	font-size: 11px; /* 11 */
	line-height: 13px;
	font-family: Verdana, Helvetica, sans-serif;
}

A.WhiteLink:hover    {
    text-decoration:    underline;
    color: White;
    font-weight: normal;
	font-size: 11px; /* 11 */
	line-height: 13px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* style for separator between site links */
.Accent
{
    color: #011E4C;
    font-weight: bold;
}

/* style for the alternating items of a datagrid or datalist */
.DataItem
{
	background-color: "#F0F0E2";
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px; /* 11 */
    font-weight: normal;
    color: #011E4C;
}

.AltDataItem
{
	background-color: "#E3E3D2";
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px; /* 11 */
    font-weight: normal;    
    color: #011E4C;
}

.SelDataItem
{
	background-color: "#E3E3D2"/*"#c5af7d"*/;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px; /* 11 */
    font-weight: bold; /*normal;*/    
    color: #011E4C;
    border-right-style: solid;
    border-left-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 2px;
}



/* MODULE-SPECIFIC */


/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; /* 11 */
    font-weight: normal;
    background-color: #F0F0E2
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px; /* 11 */
    font-weight:    bold;
    text-decoration: underline;
    color: #011E4C;
}

/* style for the tree menu nodes */
A.parentnode:link { font-weight: bold; color: #D0A65F; font-family : Verdana, Helvetica, sans-serif; font-size : 11pt; text-decoration: none; }
A.parentnode:visited { font-weight: bold; color: #D0A65F; font-family : Verdana, Helvetica, sans-serif; font-size : 11pt; text-decoration: none; }
A.parentnode:active { font-weight: bold; color: #D0A65F; font-family : Verdana, Helvetica, sans-serif; font-size : 11pt; text-decoration: none; }
A.parentnode:hover { font-weight: bold; color: #D0A65F; font-family : Verdana, Helvetica, sans-serif; font-size : 11pt; text-decoration: underline; }

A.node:link
{
	font-size: 8pt;
	color: #011e4c;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
A.node:visited 
{	
	color: #011E4C; 
	font-family : Verdana, Helvetica, sans-serif; 
	font-size : 8pt; 
	text-decoration: none; 
}
A.node:active 
{  
	color: #011E4C; 
	font-family : Verdana, Helvetica, sans-serif; 
	font-size : 8pt; 
	text-decoration: none; 
}
A.node:hover 
{		
	color: #011E4C; 
	font-family : Verdana, Helvetica, sans-serif; 
	font-size : 8pt; 
	text-decoration: underline; 
}


/*--------Scheduling Table styles--------*/

.tableTitle
{
	font-weight: bold;
	font-size: 11pt; /* 11 */
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	font-variant: small-caps;
}

.tableHeader
{
	background-color: #c5af7d; 
	font-weight: bold;	
	font-size: 8pt;
	color: #011E4C;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}

.tableCellText
{
	font-size: 8pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}


.tableCellBlue
{
	font-size: 8pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: blue;
	text-align: center;
}


.tableCellGreen
{
	font-size: 8pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	background-color: green;	
}


.tableCellRed
{
	font-size: 8pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	background-color: red;	
}


.tableCellYellow
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	background-color: yellow;	
}


.tableCellPurple
{
	font-size: 8pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	background-color: purple;	
}

.tableCellBlack
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	background-color: black;	
}

.tableCellWhite
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	background-color: white;	
}

.tableCellDarkOrange
{
	font-size: 8pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: darkorange;
	text-align: center;
}

.tableCellSteelBlue
{
	font-size: 8pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	background-color: steelblue;	
}

.tableCellGray
{
	font-size: 8pt;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	background-color: gray;	
}

/*---------EmpInfo Styles---------*/
.PopupHeading
{
	background-color: #E3E3D2; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #011E4C;	
}

.PopupHeadingBrown
{
	background-color: #c5af7d; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #011E4C;
}

.PopupHeadingGrey
{
	background-color: #CCCCBE; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #011E4C;	
}


/*----------Availability Styles-------------------*/
.Av_First
{
	background-color: Blue;
}

.Av_Second
{
	background-color: lightblue;	
}
	
.Av_Third
{
	background-color: Transparent;	
	border-color: Black;
	border-width: 1px;
	border-style: solid;
}
	
.Av_Fourth
{
	background-color: Black;
}


/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px; /* 18 */
    font-weight:    normal;
    color: #D0A65F;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px; /* 11 */
    font-weight:    bold;
    color: #011E4C;   	
}

.SubHeadWithBack    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px; /* 11 */
    font-weight:    bold;
    color: #011E4C;
   	background-color: #E3E3D2; 
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px; /* 11 */
    font-weight:    bold;
    color: #011E4C;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-weight: normal;
	font-size: 13px; /* 11 */
	line-height: 16px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; /* 12 */
    font-weight: normal;
}

.NormalRed
{
	font-weight: bold;
	font-size: 11px; /* 11 */
	color: #990033;
	font-family: Verdana, Helvetica, sans-serif;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; /* 11 */
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; /* 11 */
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: #011E4C;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #011E4C;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: #011E4C;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #011E4C;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px; /* 20 */
    font-weight:    normal;
    color: #c5af7d;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px; /* 16 */
    font-weight:    normal;
    color: #c5af7d;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px; /* 12 */
    font-weight:    normal;
    color: #011E4C;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px; /* 12 */
    font-weight:    normal;
    color: #011E4C;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  9px; /* 11 */
    font-weight:    bold;
    color: #011E4C;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  9px; /* 11 */
    font-weight:    bold;
    color: #011E4C;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px; /* 12 */
    color: #011E4C;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px; /* 12 */
    font-weight:    bold;
    color: #011E4C;
}

A:link  {
    text-decoration:    underline;
    color:  #011E4C;
}

A:visited   {
    text-decoration:    underline;
    color:  #011E4C;
}

A:active    {
    text-decoration:    underline;
    color:  #011E4C;
}

A:hover {
    text-decoration:    none;
    color:  #011E4C;
}

SMALL   {
    font-size:  6px; /* 8 */
}

BIG {
    font-size:  12px; /* 14 */
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #c5af7d;
    height:1pt;
    text-align:left
}

/* Table Styles */
TH.Filled
{
	background-color: #011E4C;
	color: White;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px; /* 11 */
    font-weight:    bold;
}
TH.SchedHeader /*Used in SchedTable*/
{
	border:1px solid Gray; background-color: #011E4C;
	color: White;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px; /* 11 */
    font-weight:    bold;
    padding: 5;
    
}
TD.NormalLeft
{
	/* This font should be the same as the normal text class, left aligned */
	font-weight: normal;
	font-size: 11px; /* 11 */
	line-height: 13px; /* 12 */
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
}
TD.NormalRight
{
	/* Same as the TD class but right aligned */
	font-weight: normal;
	font-size: 11px; /* 11 */
	line-height: 13px; /* 12 */
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}
TD.FilledRight /*Used in SchedTable*/
{
	/* Same as the TD class but filled and right aligned */
	border:1px solid Gray; font-weight: normal;
	font-size: 11px; /* 11 */
	line-height: 13px; /* 12 */
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
	background-color: #011E4C;
	color: White;
	padding: 5
}
TD.Unscheduled /*Used in SchedTable*/
{
	border:1px solid Gray; height: 23;
	width: 0;
	background-color: Black;
	padding: 0;
	white-space: nowrap
}
TD.Scheduled /*Used in SchedTable*/
{
	border:1px solid Gray; font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	height: 23;
	padding-left: 5;
	padding-right: 5;
	vertical-align: middle;
	white-space: nowrap
}
TD.Blank /*Used in SchedTable*/
{
	background-color: Black;	
	border-width: 0;
	border-color: Gray;
	padding: 5;
}

/* style of item titles on edit and admin pages */
.SchedHead    
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color:	#D0A65F; /*#011E4C;*/ 
}

/*---------EmpOfMonth Styles---------*/
.AwardViewerTitle
{
	background-color: #E3E3D2; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	color: #011E4C;	
}

.AwardViewerHeading
{
	background-color: #E3E3D2; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #011E4C;	
}

.AwardViewerSubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px; /* 11 */
    font-weight: bold;
    color: #011E4C;
}

/*---------Task Styles---------*/
.TaskHeading
{
	background-color: #E3E3D2; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #011E4C;	
}


/*Testing Classes*/

table.TableTest {     
border : 1px solid #000000 ;
}
                         
table.TableTest tr th { 
border: 1px solid #000000 ;
}
                         
table.TableTest tr td     {    
border : 1px solid #000000 ; 
}

table.TableTestInner {     
border : 1px solid Red ;
}
                         
table.TableTestInner tr th { 
border: 1px solid Red ;
}
                         
table.TableTestInner tr td     {    
border : 1px solid Red ; 
}

.OddComments
{
	border-bottom: 2px solid #011e4c;
	border-top: 2px solid #011e4c;	
}

.EvenComments
{
	border-top: 2px solid #011e4c;	
}