html,body,form
{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-color:#ffffff;
	text-align:center;
	background-image:url(/portals/common/images/background.jpg);
	background-repeat:repeat-x;
}

table {border:0; border-collapse: collapse;}
td, th {margin: 0; padding: 0;}

.form-label {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #666666; padding-right: 5px; line-height: 25px;}
.form-control {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #666666; line-height: 25px;}

.wrapper {
	width:900px; 
	margin-left:auto; 
	margin-right:auto;
}

.spacing { padding:5px;}

.toplinks {font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #333333; padding:5 0 5 0;}
.toplinks a:link {text-decoration: none; color: #333333; }
.toplinks a:visited {text-decoration: none; color: #333333; }
.toplinks a:hover {text-decoration: none; color: #000000; }
.toplinks a:active {text-decoration: none; color: #333333; }

.breadcrumb {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999999; text-decoration: none; padding:0 20 0 20;}
.breadcrumb a:link {text-decoration: none; color: #999999; }
.breadcrumb a:visited {text-decoration: none; color: #999999; }
.breadcrumb a:hover {text-decoration: none; color: #666666; }
.breadcrumb a:active {text-decoration: none; color: #999999; }

.select {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; text-decoration: none; vertical-align:middle; background-color:#D7D7D7;}

.bottomlinks {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; text-decoration: none; vertical-align:top; padding: 20 20 20 20;}
.bottomlinks a:link {text-decoration: none; color: #333333; }
.bottomlinks a:visited {text-decoration: none; color: #333333; }
.bottomlinks a:hover {text-decoration: none; color: #000000; }
.bottomlinks a:active {text-decoration: none; color: #333333; }

.contentpane {width:635x; vertical-align:top;padding:0 10 0 20;}
.contentright {width:237px; vertical-align:top; padding:0 20 0 10;}
.contentpanetop {padding:0 20 0 20;}

/*used in conjuction with the javascript function in /scripts/ProdHeaderNav.js*/
 .odd{background-color: white;}
 .even{background-color: #eaeaea;}
