body, table, td, th, div, p, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
body {
	margin: 0px 5px 0px 0px;
	background: #FFFFFF;
}

div.content {
	padding: 5px 5px 5px 10px;
}

div.leftnavcontent {
	padding: 10px 0px;
}
.indent {
    margin: 0px 0px 0px 15px;
}
	
ul li  {
  	list-style-type: square;
}

a {  
	font-weight: bold;
	color: #00A94F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.leftnav { 
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #45237E;
	text-decoration: none;
	width: 157;
	padding: 4px 4px;
}

a.leftnav:hover {
	color: #45237E;
	background-color: #DADADA;
	text-decoration: none;
	width: 157;
}

.xsmall {
  	font-size: 11px;
}

/*
.small first used by Dan on change_password.asp.
I'm setting it by percentage instead of absolute pixel.
Should make it more versatile.
*/
.small {
	font-size: 85%;
}

.greyText {  
	font-size: 12px; 
}

.partnerLogin {  
	font-size: 11px; 
	font-weight: bold;
}

.purpleNumbers { 
	font-size: 12px; 
	font-style: oblique; 
	font-weight: bolder; 
	color: #45237E
}

span.e {
	color: #45237E;
}


/*
Dan's styles for the tool starting right here.
6/21/2002
*/
table.supernav a { 
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

table.supernav a:hover { 
	text-decoration: underline;
}

table.supernav tr td {
	 text-align: center;
	 border: 1px solid #CCCCCC;
	 border-bottom: none;
}
a.threenav { 
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.threenav:hover { 
	text-decoration: underline;
}

.footer a { 
	font-size: 10px; 
	color: #666666;
	text-decoration: none;
}

.footer a:hover { 
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

table.globalnav a, a.globalnav { 
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	padding: 1px 12px;	
}

table.globalnav a:hover, a.globalnav:hover {
	color: #45237E;
	background-color: #DADADA;
	text-decoration: none;
	width: 100%;
}

table.globalnav tr td {
	text-align: center;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	background-color: #45237E;
	padding: 0px;
}

table.globalnav image {
	width: 100%;
}
table.supernav tr td div, table.globalnav tr td div {
	font-size: 4px;
	margin: 0px;
	padding: 0px;
	border: 1px none #CCCCCC;
	border-bottom-style: solid;
}
table.supernav tr td div {
	background-color: #45237E;
}
table.globalnav tr td div {
	background-color: #FFFFFF;
}
td.content {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
h1 {
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
h2 {
	font-size: 16px;
	margin: 0px 0px 8px 0px;
}
h3 {
	font-size: 14px;
	margin: 0px 0px 6px 0px;
}
p {
	margin: 1em 0px;
}
td.lefttool {
	border: 1px solid #CCCCCC;
}
td.lefttool div {
	margin: 10px 5px;
	font-size: 12px;
}
td.lefttool h1 {
	text-align: center;
	font-size: 14px;
}
td.lefttool input {
	vertical-align: middle;
}

/* 
div.body is used to house a full page table list.
Without the 100% width attribute, the table (set through HTML tag at 100%) forces a horizontal scroll bar by taking the total page width past 100%.
*/
div.body {
	text-align: center;
	width: 100%;
	margin: 5px;
}

/*
div.page is used for a page without a left sidebar. 6/26/2002, Dan Clem. 
first use on schedule_home.asp, in conjunction with <table><tr><td> to left justify
the text in the center of the page.
*/
div.page {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin: 4px;
	text-align: center;
	width: 100%;
}
/* 
Dan Clem, 6/24/2002
This next block of styles was implemented as part of the new table listing look.
*/
tr.even {
	background-color: #EEEEEE;
}
tr.odd {
	background-color: #FFFFFF;
}
table.list, table.SmallList {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
table.list tr th,  table.SmallList tr th {
	background-color: #CCCCCC;
	color: #000000;
	padding: 5px 10px 5px 2px;
	text-align: left;
}
table.list tr td,  table.SmallList tr td {
	padding: 1px 2px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.SmallList tr th,  table.SmallList tr td {
	font-size: 10px;
}
table.list tr th.title {
	background-color: #FFFFFF;
	color: #666666;
	text-align: center;
	font-size: 14px;
}

table.SmallList tr th.title {
	background-color: #FF8A21;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}

/* Dan Clem, 2/26/2003.  form.Small is initially used on mktg_list.asp */
form.Small input {
	font-size: 10px;
}
form.Small select {
	font-size: 10px;
}

/* 
Dan Clem, 6/25/2002
div.InputPage is used for input form pages, like this:
<td class="InputPage" valign="top">
<form name="ClientUpdate" action="client_info.asp" method="post" onSubmit="return formChecker(this);">

It provides a distinctive dark gray background around the update form.
*/
td.InputPage {
	padding: 10px;
	border: 1px solid #CCCCCC;
}

/* Update Logs, Dan Clem, 6/25/2002 */
table.UpdateLog {
	border: 1px solid #CCCCCC;
}
table.UpdateLog tr td, table.UpdateLog tr th {
	padding: 1px 10px 1px 2px;
	font-size: 11px;
}
table.UpdateLog tr th {
	background-color: #CCCCCC;
	color: #000000;
	padding: 5px 10px 5px 2px;
	text-align: left;
}
table.UpdateLog tr th.LogTitle {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 13px;
	text-align: center;
}
table.list tr td.ButtonRow {
	border-style: none;
	padding: 10px 0px;
}

div.green {
	background-color: #00A94F;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #666666;
	text-align: center;
}
div.green a, div.red a {
	color: #FFFFFF;
	text-decoration: underline;
}
div.red {
	background-color: #EE3333;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #666666;
	text-align: center;
}
.outline {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 5px 0px;
	width: 100%;
}
td.attention {
	color: #666666;
	background-color: #F4E66B;
}

.mandatory {
	color: #CC0000;
	font-weight: bold;
}
table.list tr td.title {
	text-align: center;
	padding: 4px;
	font-weight: bold;
}

/*
table.taskMenu holds the task-specific links at the top of the task details pages.
ultimately, this should morph into the tabbed look.
*/
table.taskMenu {
	margin: 0px;
	border: 1px solid #CCCCCC;
}
table.taskMenu tr td {
	padding: 0px 15px 0px 0px;
}

/* first used on site_info.asp and wo_details.asp, Dan Clem. 6/27/2002 */
td.quadrant {
	border: 1px solid #CCCCCC;
	padding: 4px;
}
td.quadrant table tr th {
	background-color: #CCCCCC;
	padding: 2px;
	text-align: left;
}
/* all-purpose right alignment */
.right {
	text-align: right;
}

th.right {
	text-align: right;
}

table.list tr th.right {
	text-align: right;
}

div.sliderbar {
	width: 100%;
	height: 37px;
	background-color: #666666;
	color: #FFFFFF;
	position: relative;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
	text-align: center;
}
div.sliderbar td {
	color: #FFFFFF;
	margin: 0px;
	border: 1px solid #FFFFFF;
	font-size: 11px;
}
div.sliderbar td a {
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	padding: 0px 10px;
}
div.sliderbar td a:visited {
	color: #FFFFFF;
	background-color: #666666;
}
div.sliderbar td a:hover {
	color: #666666;
	background-color: #FFFFFF;
}
div.sliderbar td a.onr {
	background-color: #FFFFFF;
	color: #666666;
}
div.sliderbar td a:visited.onr {
	background-color: #FFFFFF;
	color: #666666;
}


/* new styles for the tabbed look on the connectivity pages. */
td.lefttool2 a {
	border: 1px solid #CCCCCC;
	width: 100%;
	color: #FFFFFF;
	background-color: #45237E;
	padding: 5px;
	text-decoration: none;
}
td.lefttool2 a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
	color: #45237E;
}
td.lefttool2 {
	border: 1px solid #CCCCCC;
}
td.lefttool2 div {
	margin: 10px 5px;
	font-size: 12px;
	width: 100%;
}
td.lefttool2 h1 {
	text-align: center;
	font-size: 14px;
}

/*
Dan Clem, 2/26/2003.
New styles for a right panel for the marketing e-mail pages.
*/
td.RightPanel div {
	margin: 10px 5px;
	font-size: 12px;
	width: 100%;
}
td.RightPanel h1 {
	text-align: center;
	font-size: 14px;
}
td.RightPanel {
	border: 1px solid #CCCCCC;
}

.topper td {
	background-color: #45237E;
	color: #FFFFFF;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.tabs td {
	background-color: #00A94F;
	border: 1px solid #000000;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
	padding: 0px;
	text-align: center;
}

.tabs a {
	width: 100%;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.tabs a:hover {
	background-color: #DDFFDD;
	color: #000000;
	text-decoration: none;
}

div.order {
	padding: 20px 10px 40px 10px;
	background-color: #DDFFDD;
	width: 100%;
	border: 1px solid #000000;
	border-top-style: none;
}

/* finally implementing flyouts on the Tool. Dan Clem. 7/18/2002. */
td.flyoutcontainer {
	position: relative;
}
span.flyout {
	position: absolute;
	overflow: hidden;
	background-color: #008000;
	color: #FFFFFF;
	top: 22px;
	left: -1px;
	width: 160px;
	visibility: hidden;
	border: 1px solid #CCCCCC;
}

.nav p {
	margin: 0px;
	padding: 0px;
	background-color: #45237E;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	color: #000000;
}

div.sidebarNotice {
	margin: 0px;
	padding: 10px 4px;
	border: 2px solid #000000;
	text-align: center;
}

div.sidebarNotice a {
	color: #CC0000;
}
/* Dan's styles ending here. */


/* 1/31/2003, used for an urgent employment link */
a.alert {
	font-size: 18px;
	color: #CC0000;
	text-decoration: underline;
}
a.alert:hover {
	text-decoration: none;
}

/* 2/21/2003, Solution Center Styles */

.solution_headers { 
	font-size: 18px;
	font-weight: bold;
	color: #FF8A21;
}

.solution_headers_second { 
	font-size: 16px;
	font-weight: bold;
	color: #00A94F;
}

.solution_headers_grey { 
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
}

.tab_headers { 
	font-size: 16px;
	font-weight: bold;
	color: #FF8A21;
}

a.tab_headers { 
	font-size: 16px;
	font-weight: bold;
	color: #FF8A21;
}

.sections_on { 
	font-size: 12px;
	font-weight: bold;
	color: #45237E;
}

a.sections { 
	font-size: 12px;
	font-weight: bold;
	color: #45237E;
	text-decoration: none;
	padding: 4px 4px;
	width: 100%;
}

a.sections:hover {
	color: #45237E;
	background-color: #CCCCCC;
	text-decoration: none;
}

.sections_tertiary_on { 
	font-size: 11px;
	font-weight: bold;
	color: #FF8A21;
}

a.sections_tertiary { 
	font-size: 11px;
	color: #FF8A21;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 4px;
	width: 100%;
}

a.sections_tiertiary:hover {
	color: #FF8A21;
	font-weight: normal;
	text-decoration: none;
}

/* Dan Clem, 3/3/2003, copying table.forms from 83 Rules... */

table.forms {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

table.forms tr th {
	padding: 2px 10px 2px 2px;
	background-color: #FF8A21;
	color: #FFFFFF;
	border-bottom: 3px double #000000;
	text-align: left;
}

table.forms tr td {
	padding: 2px 10px 2px 2px;
}

table.forms tr th.title {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	padding: 2px;
	border-style: none;
}
table.forms tr td.ButtonRow {
	padding: 6px;
}

/* Dan Clem, new styles for the new sales section.... */

table.pru {
	border: 1px solid #000000;
}
table.pru tr th {
	background-color: #FF8A21;
	color: #FFFFFF;
	padding: 5px 10px 5px 2px;
	font-size: 14px;
}
table.pru tr td {
	background-color: #DADADA;
	padding: 1px 10px 1px 1px;
	border-bottom: 1px solid #000000;
}
table.pru tr td.ButtonRow {
	padding: 10px 0px;
}
table.pru tr td.TextArea {
	padding: 10px;
}

