
/* This allows the left-hand menu to not show when printed. */
@media screen {
	Table.tbl_mhmasthead{
		width: 772px;
	}
/* This class is used for the breadcrumb bar that is used in TIMS and
 may come back in November.*/
	Table.clsBreadCrumbBar{
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
	font-family: Arial;
	padding: 2px;
	margin: 0px;
	height: 22px;
	text-align: left;
	background-color: #eeeeee;
	border-bottom: 1px solid #aaaaaa;
	width: 100%;
	padding-left : 5px;
	}
	/* These classes define the properties of the main table that holds
 the 
	   MENU & Content */
	Table.clsLayout {
		width:  900px; 
		vertical-align:  top; 
		padding:   0px; 
		margin:   0px; 
	}
	
	TD.clsLayoutMenu {
		vertical-align: top; 
		width: 175px; 
		padding: 0px; 
		margin: 0px; 
		border-right: 1px #CCCCCC solid; 
	}	
	
	TD.clsLayoutContent {
		width: 656px; 
		padding-top: 0px; 
		padding-left: 15px; 
		padding-right: 15px; 
		padding-bottom: 5px; 
		margin: 0px; 
		vertical-align: top;
	}

	/*These classes define the properties of the menu on the left */
	Table.clsMenu {
		background-color: #FFFFFF; 
		color: #00339A; 
		width: 200px; 
		vertical-align: top; 
		padding: 0px; 
		margin: 0px;
	}
	
	TD.clsMenuLogo {
		text-align: center;
		height: 40px; 
		width: 165px; 
		padding: 0px; 
		margin: 2px; 
		background-color: #b3b3b3; 
		border-top: 1px solid #aaaaaa; 
		border-bottom: 1px solid #aaaaaa;
		display: none;
	}
	
	TD.clsMenuHeading {
		cursor: hand; 
		font-size: 10pt;
		font-weight: bold; 
		color: #000000;
		font-family: Arial; 
		padding: 2px; 
		margin: 0px;  
		height: 23px; 
		text-align: left;
		background-color: #eeeeee; 
		border-bottom: 1px solid #aaaaaa;
	}
	
	TD.clsMenuSection { 
		background-color: #FFFFFF; 
		border-bottom: 0px solid #aaaaaa;  
		border-top: 0px solid #aaaaaa; 
		text-align: left;font-size: 9pt;
		font-weight: bold;
		color: #000000; 
		font-style: normal;
		font-family: Arial; 
		height: 21px; 
		padding-left: 7px;
	}
	
	TD.clsMenuButton {
		text-align: left;
		height: 10px;
		padding-left: 18px;
		margin-left: 0px;
		padding-top: 1px;
		padding-bottom: 5px;
		background-image: url("/images/arrow_right.gif");
		background-repeat: no-repeat;
		background-position: 5px 0px;
	}
	TD.clsMenuButtonCurrent {
		text-align: left;
		height: 10px;
		padding-left: 18px;
		margin-left: 0px;
		padding-top: 1px;
		padding-bottom: 5px;
		background-image: url("/images/current_page_indicator.gif");
		background-repeat: no-repeat;
		background-position: 3px 2px;
		background-color: #eef3f9;
	}
	
	TD.clsMenuButtonDown {
		text-align: left;
		height: 10px;
		padding-left: 18px;
		margin-left: 0px;
		padding-top: 3px;
		padding-bottom: 5px;
		background-image: url("/images/arrow_down.gif");
		background-repeat: no-repeat;
		background-position: 2px 5px;
	}
	TD.clsMenuButtonDownCurrent {
		text-align: left;
		height: 10px;
		padding-left: 18px;
		margin-left: 0px;
		padding-top: 3px;
		padding-bottom: 5px;
		background-image: url("/images/current_page_indicator.gif");
		background-repeat: no-repeat;
		background-position: 3px 3px;
		background-color: #eef3f9;
	}
		
	TD.clsMenuSubMenu {
		text-align: left;
		font-size: 9.5pt;
		color: #FFFFFF;
		font-family: Arial;
		text-decoration: underline;
		width: 175px;
		padding-left: 33px;
		padding-top: 2px;
		padding-bottom: 2px;
		background-image: url("/images/arrow_right.gif");
		background-repeat: no-repeat;
		background-position: 18px 1px
	}
	TD.clsMenuSubMenuCurrent {
		text-align: left;
		font-size: 9.5pt;
		color: #FFFFFF;
		font-family: Arial;
		text-decoration: underline;
		width: 175px;
		padding-left: 33px;
		padding-top: 2px;
		padding-bottom: 2px;
		background-image: url("/images/current_page_indicator.gif");
		background-repeat: no-repeat;
		background-position: 16px 3px;
		background-color: #eef3f9;
	}
		
	TD.clsMenuFooter {
		text-align: left;
		font-size: 8pt;
		font-weight: normal;
		color: #00339A;
		font-family: Arial;
		padding-left: 2px; 
		border-top: 1px solid #AAAAAA;
	}
	
	Table.clsNavigationTop{
		margin-top: 2px;
	}
	
	Table.tbl_footer{
		width: 772px;
	}
	
	TD.clsContentMenuTitle {
	text-weight: bold;
	text-align: left;
	height: 10px;
	padding-left: 16px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 3px;
	background-image: url("/images/lnk_prodmenu.gif");
	background-repeat: no-repeat;
	background-position: 1px center;
	border-bottom: 1px solid #CCCCCC;
	white-space: nowrap;
}
	
	TD.clsContentMenuSummary {
		width:85%;
		text-align: left;
		height: 10px;
		padding-left: 18px;
		margin-left: 0px;
		padding-top: 1px;
		padding-bottom: 3px;
		background-repeat: no-repeat;
		background-position: 1px 0px;
		border-bottom: 1px solid #CCCCCC;
	}
}  /*  @media screen  */

@media print { /* DEFINES HOW THINGS SHOULD BE HANDLED DIFFERENTLY FOR
 PRINT */
	Table.clsLayout {
		width: 671px;   /* 8.5" wide with normal margins */
		vertical-align: top; 
		padding: 0px; 
		margin: 0px; 
	}
	
	Table.clsNavigationTop{	display: none; }
	Table.clsNavigationBottom{ display: none; }
	
	TD.clsLayoutContent {
		width: 671px; 
		padding-top: 0px; 
		padding-left: 15px; 
		padding-right: 15px; 
		padding-bottom: 5px; 
		margin: 0px; 
		vertical-align: top;
	}

	/*These classes define the properties of the menu on the left */
	Table.clsMenu { display: none; }

	TD.clsLayoutMenu { display: none; }

	Table.tbl_mhmasthead{ width: 671px;	}
	
	Table.tbl_footer{ width: 671px;	}
	
	.pageBreak { page-break-after: always; }
	
}  /*  @media print  */


/*General Document formatting*/
BODY {
	font-size: 9pt; 
	font-weight: normal;
	color: #000000; 
	font-family: Arial; 
	background-color: #FFFFFF;
	 background-image : url("/images/under_development.jpg");
	/*This section changes the color of the scroll bar and only works in
 IE5.5 and above.  This is not part of the CSS1 Standards.*/
}

H1 {font-size: 16pt; font-family: Tahoma, Arial;font-weight:
 bold;color: #000000;
	/*page-break-before: always;*/ /* Functionality moved to .pageBreak */
	text-transform: uppercase; width: 100%; border-bottom: 1px #CCCCCC
 solid;}
H2 {font-size: 15pt; font-family: Tahoma, Arial;font-weight: bold;
 color: #000000;}
H3 {font-size: 14pt; font-family: Tahoma, Arial;font-weight: bold;
 color: #000000;}
H4 {font-size: 13pt; font-family: Tahoma, Arial;font-weight: bold;
 color: #000000;}
H5 {font-size: 12pt; font-family: Tahoma, Arial;font-weight: bold;
 color: #000000;}
H6 {font-size: 10pt; font-family: Tahoma, Arial;font-weight: bold;
 color: #000000;}
	
P {}
/*This is used for command line examples (white typewriter text on
 black background)*/
P.screen {font-family: courier;font-color: white;background-color:
 black;}



HR {color: #6666CC;}
/*This section defines list element*/
OL {}
UL {}
LI {font-size: 9pt; 
	font-weight: normal;
	color: #000000; 
	font-family: Arial; 
	background-color: #FFFFFF;}
.bullet {list-style-image :
 url("/images/bullet.gif");list-style-position:outside;}

/*This Section defines the table elements*/
TABLE {}
TR {}
TD {}

/*These could be used in any tag to left, right, or center justifiy any
 HTML element.*/
.right {text-align: right;}
.center {text-align: center;}
.left {text-align: left;}

/*These could be used in any tag to indenting a section 15 pixels from
 the left margin*/
.indent{margin: 0px 0px 0px 15px;}

/* Use this style when you have a CAUTION*/
.caution {
	color: #000000;
	padding-left: 30px;
	margin-left: 0px;
	background-image: url("/images/caution.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/* Use this style when you have WARNING*/
.warning {
	color: #000000;
	padding-left: 30px;
	margin-left: 0px;
	background-image: url("/images/warning.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/* Use this style when you have NOTE*/
.note {
	color: #000000;
	padding-left: 30px;
	margin-left: 0px;
	background-image: url("/images/note.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/* Use this style when you have NOTICE*/
.notice {color: #000080;}

/*This is for the basic Anchor tag*/
A {
	color: #00339A;
	cursor: hand;
	text-decoration: none;
}

A:link {
	color: #00339A;
	cursor: hand;
	text-decoration: none;
}

A:visited {
	color: #00339A;
	cursor: hand;
	text-decoration: none;
}
A:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #00339A;
}

A:active {
	font-weight: normal;
	text-decoration: underline;
}	

/*This is used to create a dark blue link with no underline*/

A.NAV:link {
	font-weight: normal;
	text-decoration: none;
	color: #00339A;
	text-align: left;
}

A.NAV:visited {
	font-weight: normal;
	text-decoration: none;
	color: #00339A;
	text-align: left;
}

A.NAV:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #00339A;
	text-align: left;
}

A.NAV:active {font-weight: normal;
text-align: left;
}	

/*These tables are used thoughout the site for tables that show data
 etc. */
TABLE {}
TH {font-size: 11pt; font-weight: bold;color: #ffffff;background-color:
 #0066CC;}

/* These TH classes will be used for subheadings within a table */
TH.clsSubHeader1 {font-size: 9pt; font-weight: bold;color:
 #ffffff;background-color: #8C8C8C;text-align: left;} /*  This color will change in
 November to 0066cc */
TH.clsSubHeader2 {font-size: 9pt; font-weight: bold; color:
 #ffffff;background-color: #8C8C8C;text-align: left;}/*  This color will change in
 November to 0099ff */
TH.clsSubHeader3 {font-size: 9pt; font-weight: bold; color:
 #ffffff;background-color: #8C8C8C;text-align: left;}/*  This color will change in
 November to b3b3b3 */
TH.clsSubHeader4 {font-size: 9pt; font-weight: bold; color:
 #ffffff;background-color: #8C8C8C;text-align: left;}/*  This color will change in
 November to e1e1e1 */

TD {font-size: 9pt;font-weight: normal; color: #000000; font-family:
 Arial;}

.clsBody0 {font-size: 10pt; color: #000000; background-color: #e1e1e1;}
.clsBody1 {font-size: 10pt; color: #000000; background-color: #ECF3FF;}
.clsCheckbook{/* This class is used to activate the "checkbook" style
 script. */};


/*Basic forms*/
FORM {}
INPUT {}
SELECT {}
TEXTAREA {} 


/*This section included here for the Masthead of WWW.Dell*/
A.lnk_mhtab {}
A.lnk_mh {}
A.lnk_mhsubnav {}
A.lnk_mhsubnav {}
A.lnk_mhsubnavsel {}
.txt_mhsegname {}

/*This section is for the copyright information (legal birdseed) in the
 footer.*/
.copyright {}
.footer {font-size: 9pt;}
.legalbirdseed {}
/**********************************/
/*  Global Navigation Bar Styles  */
/**********************************/
/* The entire grey bar running across the entire top */
TABLE.tbl_mhglobal { 
	background-color: #636563;
	color: #FFFFFF;
	width: 100%;
	height=19;
}
/* The entire grey bar running across the entire top */
TD.td_mhglobal {
	height=18;
	background-color: #636563;
}

/* The Navigation bar */
TABLE.tbl_mhglobalNav {width: 772;}


/*************************/
/*  Masthead Bar Styles  */
/*************************/
.tbl_mhmain {
	background-color: #00339A;
	color: #FFFFFF;
}
.txtmhsegname {font-family: Verdana,Arial,Helvetica, sans-serif; color:
 #99CCFF; font-size: small; font-weight: bold; text-transform:
 capitalize;}

/***************************/
/*  Masthead Links Styles  */
/***************************/
A.mastheadLink: link {color: #FFFFFF; text-decoration: none;
 font-family: Arial, Helvetica, sans-serif; font-size: 80%; font-weight: bold;
 top: 0;}
A.mastheadLink: visited {color: #FFFFFF; text-decoration: none;
 font-family: Arial, Helvetica, sans-serif; font-size: 80%; font-weight: bold;
 top: 0;}
A.mastheadLink: hover {color: #FFFFFF; text-decoration: underline;
 font-family: Arial, Helvetica, sans-serif; font-size: 80%;  font-weight:
 bold;  top: 0;}
A.mastheadLink: active {color: #FFFFFF; text-decoration: underline;
 font-family: Arial, Helvetica, sans-serif; font-size: 80%;  font-weight:
 bold;  top: 0;}
.mastheadLink {color: #FFFFFF; text-decoration: none;	font-family:
 Arial, Helvetica, sans-serif; font-size: 80%; font-weight: bold; top: 0;}

A.lnkmhsel: link    {color: #FFFFFF;text-decoration:
 underline;font-family: Arial, Helvetica, sans-serif; font-size: 80%; font-weight: bold;}
A.lnkmhsel: visited {color: #FFFFFF;text-decoration:
 underline;font-family: Arial, Helvetica, sans-serif; font-size: 80%; font-weight: bold;}
A.lnkmhsel: hover   {color: #FFFFFF;text-decoration:
 underline;font-family: Arial, Helvetica, sans-serif;font-size: 80%;font-weight: bold;}
A.lnkmhsel: active  {color: #FFFFFF;text-decoration:
 underline;font-family: Arial, Helvetica, sans-serif;font-size: 80%;font-weight: bold;}

/*************************/
/*  Masthead Tab Styles  */
/*************************/
.lnkmhtab  {font-family: Verdana,Arial,Helvetica,sans-serif; color:
 #003399; font-size: 80%; font-weight: bold;text-decoration: none;}
.tblmhtabs {white-space: nowrap;}