a:hover{
	color : #CC0000;
	text-decoration : underline;
}

a:active{
	color : #630000;
	text-decoration : underline;
}

a.button{
	text-decoration : none;
}

/* Used to define the font and color of links in the left-hand navigation bar */
a.leftcolumnnavbar{
	color : #a0a070;
	font : 10px Verdana,Arial,Helvetica,Sans-Serif;
}

body{
	background : #FFFFFF;
	font : 13px Verdana,Arial,Helvetica,Sans-Serif;
	margin : 16;
}

/* Used to define the font and color of <p> tags in the left-hand navigation bar  */
p.leftcolumnnavbar{
	color : #000000;
	font : 10px Verdana,Arial,Helvetica,Sans-Serif;
}

/* Used to define the font and color of <select> tags in the left-hand navigation bar */
select.leftcolumnnavbar{
	color : #000000;
	font : 10px Verdana,Arial,Helvetica,Sans-Serif;
}

/* Used to define the font and color of items that have a <strong> tag in the left-hand navigation bar */
strong.leftcolumnnavbar{
	color : #000000;
	font : bold 10px Verdana,Arial,Helvetica,Sans-Serif;
}

td{
	font-family : Verdana,Arial,Helvetica,Sans-Serif;
	font-size : 13px;
}


.leftcolumnnavbar{
	font : 10px Verdana,Arial,Helvetica,Sans-Serif;
}

/* Used to create grey boxes for left-hand navigation bar */
td.leftcolumnnavbar{
	background : #DDDDDD;
}

/* Used to create a black line between two rows of content */
td.leftcolumnnavbar_divider{
	background : #000000;
}

/* Used to create a grey line between two rows of content */
td.leftcolumnnavbar_spacer{
	background : #DDDDDD;
}

td.smalltext_divider{
	background : #000000;
}

th{
	font : bold 13px Verdana,Arial,Helvetica,Sans-Serif;
}

.whiteback{
	background : #FFFFFF;
}

.blackback{
	background : #000000;
}

.boldsmallheader{
	font : bold 10px Verdana,Arial,Helvetica,Sans-Serif;
}

.commercelight{
	background : #99FFCC;
}

.dkgreenback{
	background : #66CC99;
}

.footercopy{
	color : #999999;
	font : 10px Verdana,Arial,Helvetica,Sans-Serif;
}

.homecats{
	font : bold 13px Verdana,Arial,Helvetica,Sans-Serif;
}

.inherit{
	font : 13px Verdana,Arial,Helvetica,Sans-Serif;
}

.input{
	background : #FFFFFF;
	border-style : 1px solid;
	border-color : #696969;
	font : 11px Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.leftnavgrey{
	background : #DDDDDD;
}

.leftnavsubheader{
	font : bold 10px Verdana,Arial,Helvetica,Sans-Serif;
}

.login{
	font : bold 13px Verdana,Arial,Helvetica,Sans-Serif;
}

/* Used to create blank lines (instead of using a gif file) */
.pagetemplate_spacer{
	background : #FFFFFF;
}

.pagetitle{
	font : bold 18px Verdana,Arial,Helvetica,Sans-Serif;
}

.quantityheader{
	background : #66CC99;
	font : 10px Verdana,Arial,Helvetica,Sans-Serif;
}

.select{
	font : bold 13px Verdana,Arial,Helvetica,Sans-Serif;
}

.shoppingcart{
	font : bold 10px Verdana,Arial,Helvetica,Sans-Serif;
}

.smalltext{
	font : 10px Verdana,Arial,Helvetica,Sans-Serif;
}

/*  6 new classes introduced with Solutions and Careers projects */

.bodytextblue{ 
	color : #003399;
	font : 13px Verdana,Arial,Helvetica,Sans-Serif;
}

.bodytextbluebold{ 
	color : #003399;
	font : bold 13px Verdana,Arial,Helvetica,Sans-Serif;
}

.smalltextblue{ 
	color : #003399;
	font : 10px Verdana,Arial,Helvetica,Sans-Serif;
}

.smalltextbluebold{ 
	color : #003399;
	font : bold 10px Verdana,Arial,Helvetica,Sans-Serif;
}

.subheaderbkgrndblue{ 
	background-color : #003399; 
}
 
.breadcrumb{ 
 	color : #000000;
	font : bold 10px Verdana,Arial,Helvetica,Sans-Serif;
}

/* New Class introduced for IR NR Migration/Merging */
.newstitle{
 	color : #990000;
	font : bold 18px Verdana, Helvetica, Arial;
}

/* New Class introduced for Bug 8234 */
.boldtext{
	font : bold 10px Verdana,Arial,Helvetica,Sans-Serif;
}

.subheader{
	font : bold 13px Verdana,Arial,Helvetica,Sans-Serif;
}

.tablegrey{
	background : #DDDDDD;
}

.tableheadsmall{
	font : bold 10px Verdana,Arial,Helvetica,Sans-Serif;
}

/* 
 * Order of class definitions matters,
 * had to move redbarlink down,so that it also works correctly in netscape 6. 
 * The further down,the more precedence.
 */
.redbarlink{
	color : #FFFFFF;
	font : bold 12px Verdana,Arial,Helvetica,Sans-Serif;
	text-decoration : none;
}

.redbarcurrent{
	color : #909090;
	font : bold 12px Verdana,Arial,Helvetica,Sans-Serif;
	text-decoration : none;
}

/* OCF - added code for XRT07503 bug fix */
.buttonhover{
	text-decoration: none;
}

.tablemediumblue{
       	background-color : #BBCCFF;
}

.tablelightblue{
       	background-color : #EEEEFF;
}

.bodytextlink {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

.bodytextbold {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight : bold;
}

/* ELS specific styles */
p.prodAttrNormal{
	margin-bottom : 5px;
	margin-top : 5px;
}
 ul.prodAttrNormal,  li.prodAttrNormal{
	margin-bottom : 0in;
	margin-top : 0in;
	list-style-type : square;
}
.smalltextitalic{
	font : italic 10px Verdana,Arial,Helvetica,Sans-Serif;
}
.tablelightgrey{
		background: #E9EDF8;
}
.dkblueback{
	background: #1F50AD;
}
.pagetemplate_divider{
	background : #000000;
}

/* Used to define the font-weight of items that have a <strong> tag for the class smalltext. */ 
strong.smalltext{
   font-weight : bold;
}

/* Meter Reads Additions */
.errortext{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color : #ff0000;
}

.largeerrortext{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color : #ff0000;
}

.mediumtext{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

/* Account Tool 2003 additions */
.smallerrortext{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color : #ff0000;
}

.boldsmallerrortext { 
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold; 
	color : #ff0000;
}

/* light yellow */
.tableFbackground1 { 
	background : #ffffcc; 
}

/* light green */
.tableheadbackground2 { 
	background : #99ffcc; 
}

.bodytextboldgray { 
	font-family: Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #999999;
}

.associatedsmalllink { 
	font : 10px Verdana,Arial,Helvetica,Sans-Serif;
}

