/*
Main CSS file
Author: Weston Wilson
Copyright: Systemware, Inc. 2004-2005
*/

/*overrides the main body tag*/
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

/*general appearance for links*/
a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #FFB300;
	text-decoration: underline;
}

/*removes border from any images with a link*/
img {
	border: none;
} 

img a{
	border: 0px none;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid 666666;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

ul {
	list-style-type: square;
}

/******front page styles*******/
.quoteTd {
	text-align: left;
	font-family: georgia, lucida, "times new roman";
	font-weight: bold;
	color: black;
	font-style: italic;
	font-size: 11px;
	padding: 5px;
}
/******front page styles*******/

.boldLinks {
	font-size: 12px;
	font-weight: bold;
}

.boldLinks a{
	color: #6EBB1F;
}

/*style for errors on addpage script*/
.addInputError {
	color: #DD0000;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	text-align: left;
}

.bottomLinkItem {
	text-align: left;
	color: #AAA;
	font-size: 10px;
}

.bottomLinkItem a {
	text-decoration: none;
	color: #AAA;
}

.bottomLinkItem a:hover {
	color: #FFB300;
	font-size: 10px;
	text-decoration: none;
}

/*holds the breadcrumbs-style navigation in the header*/
.breadcrumbsNavTd {
	text-align: left;
	white-space: nowrap;
}

/*span with the arrow image in the breadcrumbs navigation*/
.bcArrowSpan {
	padding-left: 3px;
	padding-right: 3px;
}

/*breadcrumbs link style*/
.bcLink {
	color: #666;
}

/*only seen by editors/admins. displays diagnostic information*/
.diagTable {
	text-align: left;
	width: 100%;
	border: 1px solid #333;
	background-color: #EFEFEF;
	padding: 5px;
}

/*main table on header.php*/
.headerTable {
	height: 25px;
	width: 100%;
	padding: 0px;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #666666;
	background-image: url(../images/header_bg.gif);
}

/*middle td in header table - expands outer td's to the side*/
.headerTableExpandTd {
	width: 99%;
}

/*header td with dropdownmenu*/
.headerDropdownTd {
	width: 169px;
	padding: 0px 0px 0px 10px;
}

/*style for span surrounding found search terms*/
.hiliteSearchTerm {
	font-weight: bold;
	color: #6EBB1Fsubsrt;
}

/*1px tall table for a dashed line.*/
.dashedLineTable {
	background-image: url(../images/dashed_ltgray.gif);
	height: 1px;
	margin: 0px;
	padding: 0px;
}

/*1px tall table for a dashed line.*/
.dashedLineTableVert {
	background-image: url(../images/dashed_ltgray_vert.gif);
	width: 1px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

/*dropdown list on header*/
#dropdownNavDiv {
	position: absolute;
	visibility: visible;
	z-index: 10;
	width: 175px;
	top: 5px;
	clip:  rect(auto auto 18px auto);
}

/*td containing dropdown list*/
.dropdownNavTd{
	text-align: left;
	width: 169px;
}

/*holds the field description in a form*/
.formFieldTd {
	font-size: 10px;
	color: #666;
	padding: 2px;
	width: 120px;
	text-align: right;
	vertical-align: top;
	whitespace: nowrap;
}

/*center td spacing fields*/
.formSpacer {
	width: 10px;
	padding: 0px;
	margin: 0px;
}

/*generic gray body (table td) with outline*/
.genericBody {
	background-color: #EFEFEF;
	padding: 2px;
	border: 1px solid #333;
	border-top: none;
	font-size: 10px;
}

/*style for notices to the user*/
.genericNotice {
	font-size: 11px;
	font-weight: bold;
	color: #550000;
}

/*style for any table. 100% width, left align, normal text*/
.genericTable {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: left;
}

/*styles any generic text*/
.genericText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

/*styles any generic table cell*/
.genericTd {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	padding: 2px;
}

/*styles any generic table cell with no padding*/
.genericTdNopad {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

/*styles any generic table cell*/
.genericTdCenter {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	padding: 2px;
}

/*generic heading for content*/
.genericTextHead {
	width: 99%;
	color: #6EBB1F;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	border-bottom: 1px solid #CACACA;
	border-top: 1px solid #CACACA;
}

/*generic table heading with background color*/
.genericTableHeader {
	color: #FFF;
	background-color: #999;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	border-bottom: 1px solid #666;
}

/*general non-3d buttons*/
.inputButton1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0066CC;
	background-color: #FEFEFE;
	border: 1px solid #333333;
	margin: 1px;
}

/*color buttons*/
.greenButton1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: #6EBB1F;
	border: 1px solid #333333;
}

.greenButton2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: #B5DC10;
	border: 1px solid #333333;
}

.orangeButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: #FFB515;
	border: 1px solid #333333;
}

.blueButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: #0066CC;
	border: 1px solid #333333;
}

.grayButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: #666;
	border: 1px solid #333333;
}
/*color buttons*/

/*td containing the main logo*/
.logoTd {
	padding: 5px 0px 10px 20px;
}

/*style for main content DIV*/
#mainContent {
	width: 500px;
	/*height: 475px;*/
	margin: 0px;
	padding: 2px;
	overflow: visible;
	visibility: visible;
	z-index: 1;
}

/*main table that contains all page elements*/
.mainTable {
	width: 700px;
}

.mainNavTable {
	width: 100%;
}

/*main menu menuitems*/
.menuItem {
	text-align: left;
	color: #000;
	font-size: 10px;
}

.menuItem a{
	color: #000;
	font-size: 10px;
	text-decoration: none;
}

.menuItem a:hover{
	color: #FFB300;
	font-size: 10px;
	text-decoration: none;
}

/*main menu menuitems selected*/
.menuItemSel {
	text-align: left;
	color: #0066CC;
	font-size: 10px;
	font-weight: bold;
}

.menuItemSel a{
	color: #0066CC;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.menuItemSel a:hover{
	color: #FFB300;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

/*title "more->" links*/
.moreLink {
	color: #FFB515;
	font-size: 10px;
}

/*title "more->" links*/
.moreLink a{
	color: #FFB515;
	font-size: 10px;
}

/*title "more->" links*/
.moreLink a:hover{
	color: #000;
	font-size: 10px;
	text-decoration: underline;
}

/*td holding the orange navigation arrows*/
.navArrowTd {
	width: 8px;
	text-align: center;
	vertical-align: middle;
}

/*table containing the main navigation menus*/
.navtable {
	width: 200px;
	text-align: left;
}

/*style for text page title - added thru the add content module*/
.pageTitleText {
	font-size: 25px;
	font-family: Century Gothic, Verdana, helvetica, sans-serif;
	color: #6EBB1F;
}

/*table holding partner pair*/
.partnerTable {
	width: 100%;
	border: 1px solid #AAA;
}

/*td holding partner icon*/
.partnerIcon {
	width: 50%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999;
}

/*style for table holding single press release*/
.pressRelTable {
	width: 100%;
	font-size: 10px;
	border: 1px dashed #AAA;
}

#previewContent {
	width: 485px;
	/*height: 475px;*/
	margin: 0px;
	padding: 2px;
	overflow: auto;
	visibility: visible;
	z-index: 1;
	text-align: left;
}

/*table containing related links*/
.relatedLinksTable {
	width: 170px;
	margin: 20px 0px 0px;
	padding: 2px;
 	border: 1px solid #AAA;
	color: #AAA;
	text-align: left;
}

.relatedLinksTitle {
	color: #0066CC;
	padding: 2px;
	text-align: left;
}

.relatedLinkItem {
	text-align: left;
	color: #AAA;
	font-size: 10px;
}

.relatedLinkItem a {
	text-decoration: none;
	color: #AAA;
}

.relatedLinkItem a:hover {
	color: #0066CC;
	font-size: 10px;
	text-decoration: underline;
}

/*required input asterisk for forms*/
.requiredInput {
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

/*table containing search results*/
.srchResultsTable {
	border: 1px solid #666;
}

/*td containing a search results item*/
.srchResultsTd {
	padding: 2px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*table containing subnavigation*/
.subNavTable {
	margin: 5px;
	padding: 1px;
}

.catNavTable {
	margin: 5px;
	margin-left: 2px;
	padding: 1px;
}

/*generic style for titlebars - green w/ white text*/
.swGreenTitleTd {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #6EBB1F;
	padding: 2px;
	border: 1px solid #003300;

}

/*table containing all ticker items*/
.tickerTable {
	height: 25px;
	border: 1px solid #000;
}

/*slighty different styles for the arrows in the ticker*/
.tickerNavArrowTd {
	width: 10px;
	text-align: center;
	padding: 8px 5px 0px 0px;
}

/*td contaning ticker links*/
.tickerLinkItem {
	text-align: left;
	color: #AAA;
	text-size: 10px;
	padding: 5px 30px 0px 0px;
	white-space: nowrap;
}

.tickerLinkItem a{
	text-decoration: none;
	color: #AAA;
}

.tickerLinkItem a:hover{
	color: #0066CC;
	text-decoration: underline;
}

/*table cells in menu pages*/
.titleImageTd {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

/*title menu item for current subpage*/
.titleMenuItem {
	text-align: left;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

.titleMenuItem a{
	text-align: left;
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

.titleMenuItem a:hover{
	text-align: left;
	color: #FFB300;
	font-size: 10px;
	font-weight: bold;
}

/*td containing top navigation links*/
.topNavTd {
	padding: 0px 5px;
}

.topNavTd a {
	color: #666;
	text-decoration: none;
}

.topNavTd a:hover {
	color: #FFB300;
	text-decoration: none;
}

/*all the definition list css for menus*/
dl {
	margin: 0px 0px 0px 10px;
	padding: 1px;
	width: 149px;
	background: #FFF;
	border: 1px solid #999;
	border-top: 1px solid #FFF;
	text-align: left;
}

dd {
	padding: 1px;
	margin: 1px;
}

dd a {
	display: block;
	color: #666;
	padding: 1px;
	margin: 1px;
	height: 1%;
	line-height: 1em;
	text-decoration: none;
	border-top: 1px solid #FFF;
	border-bottom: 1px dashed #CCC;
}

dd a:hover
{
	color: #333;
	border: solid 1px #999;
	background: #FFB300;
	padding: 1px;
	margin: 1px;
	text-decoration: none;
}

dt {
	padding: 1px;
	margin: 1px;
}

dt a {
	display: block;
	color: #000;
	font-weight: bold;
	padding: 1px;
	margin: 1px;
	height: 1%;
	line-height: 1em;
	text-decoration: none;
	border-top: 1px solid #FFF;
	border-bottom: 1px dashed #CCC;
}

dt a:hover
{
	color: #000;
	font-weight: bold;
	border: solid 1px #999;
	background: #FFB300;
	padding: 1px;
	margin: 1px;
	text-decoration: none;
}
/*all the definition list css for menus*/
