
/* ================================================== */

/* CSS Stylesheet for the Virgin Atlantic Website     */

/* ================================================== */


/* Import the style sheet that determines which navigation buttons
   are visible (this will depend on the user group).				*/


/* ============================================================================== */

/* 		S T Y L E S    F O R    .N E T    W E B    C O N T R O L S

/* ============================================================================== */

/* LABELS */

.txtLabel
{
	font-size: 12px;
	color: white;
	background-color:Transparent;
	font-family: Arial;
	font-weight: normal;
	height: 16px;
}

.txtLabel2
{
	font-size: 12px;
	color: Black;
	background-color:Transparent;
	font-family: Arial;
	font-weight: normal;
	height: 16px;
}

/* LABELS (LARGER THAN STANDARD) */

.LargeLabel
{
	font-size: 14px;
	color: white;
	background-color:Transparent;
	font-family: Arial;
	font-weight: bold;

}


.LargeLabel2
{
	font-size: 14px;
	color: Black;
	background-color:Transparent;
	font-family: Arial;
	font-weight: bold;

}

/* LABELS (for Menu screens, etc.) */


.ExtraLarge
{
	font-size: 16px;
	color: white;
	background-color:Transparent;
	font-family: Arial;
	font-weight: bold;

}


.ExtraLarge2
{
	font-size: 16px;
	color: Black;
	background-color:Transparent;
	font-family: Arial;
	font-weight: bold;

}
/* LABELS (SMALLER THAN STANDARD) */

.small
{
	font-size: 11px;
	color: white; 
	background-color:Transparent;
	font-family: Arial;
	font-weight: bold;
}

.small2
{
	font-size: 11px;
	color: Black; 
	background-color:Transparent;
	font-family: Arial;
	font-weight: bold;
}

.DataLabel
{
	background-color: #E4E4E4;
	color: black;
	font-family: Arial;
/*	border-style: solid;
	border-color: grey;
	border-width: 1px;
*/
}

.LargeDataLabel
{
	font-size: 12px;
	background-color: #E4E4E4;
	color: black;
	font-family: Arial;
/*	border-style: solid;
	border-color: grey;
	border-width: 1px;
*/

}



/* LABELS FOR ERROR MESSAGES */

.txtError
{
	font-size: 12px;
	color: red;
	font-family: Arial;
	font-weight: bold;
}

/* TEXTBOXES, DROPDOWN LISTS, ETC. */

.txtInput
{
	font-size: 12px;
	color: black;
	font-family: Arial;
	font-weight: normal;
	background-color: white;
	height: 22px;
}

.txtArea
{
	font-size: 12px;
	color: black;
	font-family: Arial;
	font-weight: normal;
	background-color: white;
}

/* COMMAND BUTTONS */
/* Note that if background colour is changed, then the mouseover/mouseout */
/* events in the html pages must also be changed to match.				  */
/* This can be done with program SetButtonColours.exe					  */

.cmdbutton
{
	font-size: 12px;
	color: white;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	background-color: #ce1126;
	height: 25px;
	width: 120px;
	border-style: solid;
	border-color: #FA8072;
	border-width: 2px;
}

/* PANEL - RED BACKGROUND (Duh!) */

.WhitePanel
{
	background-color: #CE1126;
	border: solid 2px red;
}


/* PANEL - LOGIN PANEL */

.loginpanel
{
	background-color: #CE1126;
	border-style: solid;
	border-width: 3px;
	border-color: red;
	
}

/* PANEL - WHITE BACKGROUND */
.ClearPanel
{
	background-color: white;
	border: solid 2px red;
}

/* MESSAGE AT BOTTOM OF LOGIN SCREEN */

marquee
{
	/* background: #CE1126; */
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	position: absolute;
	top: 580px;
}

/* ============================================================================== */

/* 		S T Y L E S    F O R    D A T A G R I D    C O N T R O L

/* ============================================================================== */

/* NB - the text in the various select/edit/delete buttons is controlled by the
        a: link, a: hover, entries, etc., NOT by the datagrid classes themselves.
		This also applies to the text in column headers if it is made sortable,
		and the page numbers in the pager row. */

/* DATAGRID MAIN PROPERTIES */

.Datagrid
{
	background-color: #E4E4E4;
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
}

/* Datagrid rows */

.ItemStyle a:link
{
	color : black;
}

.ItemStyle a:visited
{
	color : black;
}

.ItemStyle a:hover
{
	color : white;
}

/* DATAGRID ALTERNATE ROWS */

.alternatingItem
{
	background-color: lightgrey;
	color: black;	
}

.alternatingItem a:link
{
	color : black;
}

.alternatingItem a:visited
{
	color : black;
}

.alternatingItem a:hover
{
	color : white;
}

/* DATAGRID HEADER ROW */

.HeaderStyle
{
	background-color: #CE1126;
	color: white;
	font-weight: bold;	
}

.HeaderStyle a:link 
{
	color: white;	
}

.HeaderStyle a:visited
{
	color: white;
}


.HeaderStyle a:hover
{
	color: #E4E4E4;
}


.HeaderStyle a:active
{
	color: white;
}

/* DATAGRID PAGER ROW */

.PagerStyle
{
	background-color: #ce1126;	
	font-weight: bold;
	color: white;
}

.PagerStyle a:link 
{
	color: white;
}

.PagerStyle a:visited
{
	color: white;
}

.PagerStyle a:hover
{
	color: white;
}

.PagerStyle a:active
{
	color: white;
}

/* DATAGRID EDIT ITEM */



.EditItemStyle a:link
{
	color : black;
}

.EditItemStyle a:visited
{
	color : black;
}

.EditItemStyle a:hover
{
	color : white;
}


/* ============================================================================== */

/* 		P A G E    B A C K G R O U N D    A N D   T O P    B A N N E R

/* ============================================================================== */

/* Default settings for the page */

body
{
    BACKGROUND-COLOR: #D3D3D3;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

.nonav
{
	background-image: url(images/bg.jpg);
}

/* Settings for the working area of the screen */

.mainscreen
{
	/*background-image:  URL(Images/black.jpg);*/
	border: 2px solid red;
    background-color: #A9A9A9;
	position: absolute;
	top: 76px;
	left: 133px;
	/*height: 87%;
	width: 88%; */
	height: 621px;
	width: 1099px;
	}

/* Same as above but slightly deeper */

.mainscreen2
{
	/*background-image:  URL(Images/black.jpg);*/
	background-color: #A9A9A9;
	position: absolute;
	top: 77px;
	left: 133px;
	/*height: 87%;
	width: 88%; */
	height: 620px;
	width: 862px;
	border-width: 2px;
	border-color: red;
	border-style: solid;
}

/* Define the table layout of the page heading banner */

.topbanner
{
	background-color: #CE1126;
	color: white;
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	top: 1px;
	left: 0px;
	height: 72px;
	width: 102%;
	/*width: 995px;*/
	border-width: 0;
}

/* This is the left-hand cell that holds the logo */

.picturecell
{
	width: 130px;
	vertical-align: top;
}

/* Define the size of the logo */

.logo
{
	width: 70px;
	height: 60px;
}

/* Right-hand cell that holds the version number */

.smallcell
{
	font-size: 14px;
	width: 160px;
	text-align: right;
}

/* Horizontal rule - only used on pages without a navigation panel */

hr
{
	color: red;
	position: absolute;
	left: 0px;
	top: 74px;
	width: 102%;
	/*width: 995px;*/
}

/* ============================================================================== */

/* 		N A V I G A T I O N    P A N E L    A N D    B U T T O N S

/* ============================================================================== */


/* Left-hand panel to hold navigation buttons and error messages */

.leftnavpanel
{
	background-color: #CE1126;
	position: absolute;
	height: 0px;
	top: 73px;
	left: 0px;
	width: 133px;
}

/* ---------------------------------------------------------- */
/* These are the common properties for all navigation buttons */
/* ---------------------------------------------------------- */

/* Note that if background colour is changed, then the mouseover/mouseout */
/* events in the html pages must also be changed to match.				  */

.otherpages, .currentpage
{
	/*background-color: #CE1126;*/
	background-color: #E4E4E4;
	border-color: red;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	width: 125px;
	height: 30px;
	left: 9px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: Black;	
}

/* ---------------------------------------------------------- */
/* This is the property setup for the current page. Note that */
/* the html definition also needs to be changed!			  */
/* ---------------------------------------------------------- */

.currentpage
{
	/*	background-image: URL(Images/black.jpg);*/
	background-color: #A9A9A9;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	border-width: thin;
	border-right-style: none;
	border-right-color: transparent;
	width: 132px;
	left: 3px;
}

/* ---------------------------------------------------------- */
/* The following properties just set the vertical position of */
/* the various navigation buttons.							  */
/* ---------------------------------------------------------- */

#imgHeader
{
	width: 120px;
	height:56px;	
}

#cmdMainMenu
{
	top: 77px;
}

#cmdSearch
{
	top: 107px;
}

#cmdSuppressions
{
	top: 137px;
}

#cmdSuppressionNotes
{
	top: 167px;
}

#cmdWebTrends
{
	top: 197px;
}

#cmdCampaignHistory
{
	top: 227px;
}

#cmdCampaignCode
{
	top: 257px;
}

#cmdProfileReportRequest
{
	top: 287px;
}

#cmdProfileReportAdmin
{
	top: 317px;
}

#cmdMaintUsers
{
	top: 347px;
}

#cmdLogout
{
	top: 377px;
}


/* ============================================================================== */

/* 		D E F A U L T    P R O P E R T I E S    ( N O T    U S E D )

/* ============================================================================== */


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, 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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

