/*
// File Name   : AllianceDataStyle.css
// Date Created  : 05/11/2006
// Written By    : Richard R Santos
// Version       : 2006.01
// Description   : Format Alliance Data Web Pages
// MM/DD/YYYY XXX Description
// 
//-----------------------------------------------------------------------
//  Set Page Theme Options
//-----------------------------------------------------------------------
*/

/*
//-----------------------------------------------------------------------
//  Set Global Styles
//-----------------------------------------------------------------------
*/
body
{
	font-family: Arial, Verdana, Tahoma,Times New Roman;
	/*background-image: url(ClockFP_bw.jpg);	*/
	font-size: 11px;
	margin-top: 0;
	margin-left: 0;
	/*background-color: #e9e6e4;*/
}

P
{
	font-family:  Arial, Verdana, Tahoma, Times New Roman;
	font-size: 12px;
	font-style: normal;
}
.div
{
	font-family:  Arial, Verdana, Tahoma, Times New Roman;
	font-style: normal;
}
tr, td
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
}

.normal
{
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	font-size: 11px;
	font-style: normal;
}

.confirmation
{
	text-align: center;
}

.label
{
	font-family: Arial, Verdana, Tahoma, Times New Roman;
	font-size: 11px;
	font-weight: bold;
	
}



/*
//-----------------------------------------------------------------------
//  Set Page Heading Styles
//-----------------------------------------------------------------------
*/

.PageHeading
{
	font-family: Arial, Tahoma,Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 5px;
	border-bottom: solid 3px #FF9900;
	/*background-image: url(nav_bg.jpg); */
	
}
.SubHeading
{
	font-family: Arial, Tahoma,Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: White;
	background-color: #003399;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: solid 3px #FF9900;
}

.Header
	{
		background-image: url(/images/ADMFS-LOGO.jpg); 
		background-repeat: no-repeat;
	
	}
	
.StatusBar
{

	font-family: Arial, Tahoma,Times New Roman;
	font-size: 9px;
	color: #000000;
	background-color: #FF9900;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-top: solid 1px #003399;
}

/*
//-----------------------------------------------------------------------
//  Set Page Sub-Heading Styles
//-----------------------------------------------------------------------
*/

.PageSubHeading
{
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FF9900;
	
}
/*
//-----------------------------------------------------------------------
//  Set Page Sub-Heading Styles
//-----------------------------------------------------------------------
*/

.SubSubHeading
{
	font-family: Arial, Tahoma,Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FF9900;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: solid 2px #003399;
	
}


/*
//-----------------------------------------------------------------------
//  Set Table Styles
//-----------------------------------------------------------------------
*/

.MainTable
{
	
	border: solid 1px #cccccc;
	
	/*
	FONT-SIZE: 9pt;
    MARGIN: 0px;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BORDER-COLLAPSE: collapse;
    BACKGROUND-COLOR: #fff */
}

/*
//-----------------------------------------------------------------------
//  Set All Links Styles
//-----------------------------------------------------------------------
*/

A:link {
	display: inline;
	font-size: 9pt; 
	color:blue; 
	text-decoration: underline;
	font-family: Arial, Tahoma;
}
A:visited {
	display: inline; 
	font-size: 9pt; 
	color: blue; 
	text-decoration: underline;
	font-family: Arial, Tahoma;
}
A:hover {
	display: inline; 
	font-weight: bold; 
	font-size: 9pt; 
	color: #D21034; 
	text-decoration: underline;
	font-family: Arial, Tahoma;
}
A:active {
	display: inline; 
	font-size: 9pt; 
	color: blue; 
	text-decoration: underline;
	font-family: Arial, Tahoma;
}


/*
//-----------------------------------------------------------------------
//  Set Form Styles
//-----------------------------------------------------------------------
*/
.InputForm
{
	font-size: 11px;
	font-family: Arial, Tahoma, Times New Roman; 
}

input.button{
	/*background-color:#3399CC;*/
	border: 1px solid #808080;
	color				: #000000;
	font-family			: Arial, Helvetica, Sans-Serif;
	font-size			: 12px;
	padding				: 2px;
	background-image: url(images/btn_login.gif);
	font-weight: bold;
}

input, textarea, 
select{
	/*background: #FFFFFF;*/
	border: 1px solid #808080;
	color: #000;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	vertical-align		: middle;
	font-weight:600;

}


/*
//-----------------------------------------------------------------------
//  Page Tabs
//-----------------------------------------------------------------------
*/
.tabInactive {
    font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 0px none #000000;
	background-color: #cccccc;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.TopMenuButton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	background-color: #cccccc;
}
/*
//-----------------------------------------------------------------------
//  Table Styles
//-----------------------------------------------------------------------
*/

.ContentTable{
    width: 100%;
    height: 75%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: White;
}
.bodyTable {
    padding: 10px;
    background-color:#CCCCCC;
    width: 100%;
    height: 100%;
}
.bodyCell {
    padding-top: 4px;
    padding-left: 6px;
    padding-right: 6px;
    vertical-align:top;
}
.contentCell {
    vertical-align:top;
    padding-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
}






