/* CSS Document */

/***************************************************************/

#footer a {
	color: #2a4f6f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*border: 1px solid blue;*/
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
}

#footer a.first {
	padding-left: 4em;
}

#footer a:hover {
	color: #8d022c;
}

/***************************************************************/

#content {
	padding: 0;
	margin: 0;
}

#content a:link, #content a:visited {
	text-decoration: underline;
	/*color: #2a4f6f;*/
	color: #8d022c;
	background-color: transparent;
}

#content a:hover {
	color: #2a4f6f;
}

/***************************************************************/
/* The vnav/sbnav depends upon the width of the sidebar */

#sideBar {
	width: 175px;
	padding-left: 5px;
	vertical-align: top;
	padding-top: 15px;
}

/***************************************************************/
/* Common look for horizontal and vertical nav components */

#nav {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	bottom: .2em;
	display: block;
	/*text-align: left;*/
	background:  #EFEFEF;
	border: 1px solid  #E1E1E1;
	/*padding-left: 175px;*/
	/*white-space: nowrap;*/
	height: 15px;
	vertical-align: middle;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #2a4f6f;
	background-color: transparent;
}

#nav a:hover {
	color: #8d022c;
}

#nav .navDivider {
	color: #8d022c;
}

/***************************************************************/
/* Styles for vertical menu system, must be for an id'd area */

ul#vnav, ul#vnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px; /* Width of Menu Items */
	/*border-bottom: 1px solid #E1E1E1;*/
}

ul#vnav li {
	position: relative;
	z-index: 100;
}

ul#vnav li.level1 {
	margin-top: 2px;
	margin-bottom: 2px;
}

ul#vnav li ul {
	position: absolute;
	left: 174px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index: 100;
}

/* Styles for Menu Items */
ul#vnav li a {
	display: block;
	text-decoration: none;
	color: #2a4f6f;
	background: #fff; /* IE6 Bug */
	background-color: #EFEFEF;
	padding: 2px;
	border: 1px solid #E1E1E1;
	border-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul#vnav > li > a {
	border-bottom: 1px solid #E1E1E1;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#vnav li { float: left; height: 1%; }
* html ul#vnav li a { height: 1%; }
/* End */

ul#vnav li a:hover { color: #8d022c; } /* Hover Styles */
		
ul#vnav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
ul#vnav li:hover ul, ul#vnav li.over ul { display: block; } /* The magic */

/* ********** sbnav ************* */

ul.sbnav, ul.sbnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px; /* Width of Menu Items */
	/*border-bottom: 1px solid #E1E1E1;*/
}

ul.sbnav li {
	position: relative;
}

ul.sbnav li.level1 {
	margin-top: 2px;
	margin-bottom: 2px;
}

ul.sbnav li ul {
	position: absolute;
	left: 174px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index: 100;
}

/* Styles for Menu Items */
ul.sbnav li a {
	display: block;
	text-decoration: none;
	color: #2a4f6f;
	background: #fff; /* IE6 Bug */
	background-color: #EFEFEF;
	padding: 2px;
	border: 1px solid #E1E1E1;
	border-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul.sbnav > li > a {
	border-bottom: 1px solid #E1E1E1;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.sbnav li { float: left; height: 1%; }
* html ul.sbnav li a { height: 1%; }
/* End */

ul.sbnav li a:hover { color: #8d022c; } /* Hover Styles */
		
ul.sbnav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
ul.sbnav li:hover ul, ul#sbnav li.over ul { display: block; } /* The magic */

/* ********** hnav ********** */
/* Styles for horizontal menu system */

ul#hnav {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #EFEFEF;
}

ul#hnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #EFEFEF;
}

ul#hnav a {
	color: #2a4f6f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*border: 1px solid blue;*/
	text-decoration: none;
}

ul#hnav li li a {
	display: block;
	font-weight: normal;
	/*color: #060;*/
	/*padding: 0.2em 10px;*/
}

ul#hnav li a:hover {
	color: #8d022c;
}

ul#hnav li li a:hover {
	/*padding: 0.2em 5px;*/
	/*border: 5px solid #7d6340;*/
	/*border-width: 0 5px;*/
	color: #8d022c;
}

ul#hnav li {
	float: left;
	position: relative;
	/*width: 7em;*/
	text-align: left;
	cursor: default;
	background-color: #EFEFEF;
	/*border-top: 1px solid #E1E1E1;*/
	/*border-bottom: 1px solid #E1E1E1;*/
	border-width: 1px 0;
	border-right: 1px solid #8d022c;
	padding-left: 5px;
	padding-right: 5px;
	
	white-space: nowrap;
	z-index: 100;
}

ul#hnav li li {
	float: left;
	position: relative;
	/*width: 7em;*/
	text-align: left;
	cursor: default;
	background-color: #EFEFEF;
	padding-left: 5px;
	padding-right: 5px;
	border-width: 0px;
	
	white-space: nowrap;
}

ul#hnav li#spaceover {
	width: 175px;
	border-right: 0px;
	background-color: #E1E1E1;
}

ul#hnav li#first {
	/*border-left-width: 1em;*/
	/*border-left-width: 1px;*/
}

ul#hnav li#last {
	/*border-right-width: 1em;*/
	border-right-width: 0px;
}

ul#hnav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	/*background: url(images/ddbg3.gif) bottom left no-repeat;*/
	padding: 0.25em 0 0.25em 0;
	/*border-right: solid 1px #7d6340;*/
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	
	margin: 0;

	z-index: 100;
	
}

ul#hnav li>ul {
	top: auto;
	left: auto;
}

ul#hnav li li {
	display: block;
	float: none;
	background-color: transparent;
	/*border: 1px solid red;*/
}

ul#hnav li:hover ul, ul#hnav li.over ul {
	display: block;
}

/***************************************************************/
/* Unordered list without bullets */

ul.plainList li {
	list-style: none;
}

/***************************************************************/
/* Drop Shadow look around div's */

div.dropShadow
{
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
}

/***************************************************************/

.BlockReverseHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  18pt;
	font-weight: bold;
	font-style: italic;
	background-color: #8d022c;
	color: #FFF;
	padding:  3 20 3 20;
	display: block;
	text-align: center;
	/*text-transform: uppercase;*/
	white-space: nowrap;
}

.DotBox
{
	border-color: #8d022c;
	border-style: dotted;
	border-width: medium;
	position: relative;
	margin-left: 5px;
	padding-right: 5px;
	z-index: 0;
}

.DotBox p
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.DotLine
{
	border-top-color: #8d022c;
	border-top-style: dotted;
	border-top-width: medium;
	position: relative;
	z-index: 0;
	margin-bottom: 1em;
	width: 95%;
}

.DotLine50W
{
	border-top-color: #8d022c;
	border-top-style: dotted;
	border-top-width: medium;
	position: relative;
	z-index: 0;
	margin-bottom: 1em;
	width: 50%;
}

.DotBoxOutside
{
	padding-top: 0px;
	margin-bottom: 20px;
}

.DotBoxReverseHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  26px;
	font-weight: bold;
	font-style: italic;
	background-color: #8d022c;
	color: #FFF;
	display: inline;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	top: 16px;
	left: 0px;
	padding-left: .5em;
	padding-right: .5em;
	z-index: 1;
}

.SmallDotBoxReverseHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  18px;
	font-weight: bold;
	font-style: italic;
	background-color: #8d022c;
	color: #FFF;
	display: inline;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	top: 12px;
	left: 0px;
	padding-left: .5em;
	padding-right: .5em;
	z-index: 1;
}

/*
 * Redefine the links in the Reverse Header area
 */
a.DotBoxReverseHeaderLink {
    /*display: inline;*/
    /*font-size:      10pt;*/
    /*font-style:     normal;*/
    /*font-weight:    bold;*/
    /*margin: 2;*/
}
a.DotBoxReverseHeaderLink:link {
    color: #ffffff;
    text-decoration: underline;
}
a.DotBoxReverseHeaderLink:visited {
    color: #ffffff;
    text-decoration: underline;
}
a.DotBoxReverseHeaderLink:hover {
    color: #8D022C;
    background-color: #ffffff;
    text-decoration: underline;
}
a.DotBoxReverseHeaderLink:active {
    color: #8D022C;
    text-decoration: underline;
    background-color: #ffffff;
}

.DotDivider
{
	border-bottom: medium dotted #8d022c;
	display: block;
}

.DotDividerTable
{
	margin: 20 10 20 0;
}

/***************************************************************/

.Illustration
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 80%;
	color: #666666;
	text-align: center;
	margin-bottom:  10px;
}

.ArrowBullets {
}

.ArrowBullets ul {
	font: Arial, Helvetica, sans-serif;
	font-size: .90em;
	list-style-image: url(/Common/images/TriangleBullet.gif);
	margin-left: 1em;
}

.ArrowBullets li {
	padding-bottom: .2em;
}

.DownloadTableTitle {
	color: #FFFFFF;
	font-weight: bold;
}

/***************************************************************
 * Page: SalePartners*
 ***************************************************************/

#signUpArea
{
	float: right;
}

.resellerTable
{
	font-size:  75%;
	margin: 10px;
	border: 1px solid #000;
	width: 100%;
}

.resellerTable th
{
	border-left: 1px solid #000;
	vertical-align: bottom;
	background-color: #DDD;
}

.resellerTable th.resellerNameColumn
{
	border-left: 0;
}

.resellerTable th.resellerLocationColumn
{
	border-left: 0;
}

.resellerTable td
{
	vertical-align: top;
}

.resellerTable .resellerRow td
{
	border-left: 1px solid #000;
	padding: 2px;
}

.resellerTable .resellerRow td.resellerNameColumn
{
	border-left: 0;
}

.resellerTable .resellerAltRow td
{
	border-top: 1px dashed #CCC;
}

.resellerRegionRow
{
	background-color:  #CCC;
	font-weight: bold;
}

.resellerRegionRow td
{
	border-top: 2px solid #888;
	border-bottom: 1px solid #000;
	padding-top: 8px;
	padding-left: 2px;
	font-size: 110%;
}

.resellerTelSiteColumn,
.resellerFAXSiteColumn
{
	white-space: nowrap;
}

/***************************************************************
 * RequestForm Styles
 ***************************************************************/

.RequestForm
{
	background-color:#DDDDDD;
	border: solid #999999 1px;
	margin-right: 10px;
	padding: 5px 10px 5px 5px;
}

.RequestOptionsTitle
{
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 20px;
	display: block;
}

.RequestOptionsTable
{
}

.RequestRequiredText
{
	color: red;
	font-size: 70%;
}

/***************************************************************
 * pageRightSideBar Styles
 ***************************************************************/

#pageRightSideBar {
	float: right;
	width: 235px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	z-index: 4;
}

/***************************************************************
 * KeyFeaturesFrame Styles
 ***************************************************************/

#KeyFeaturesFrame {
	float: right;
	width: 225px;
}

.KeyFeaturesFrame_sideBarTitle {
	/*color: #000000;*/
	font-style: italic;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
}

.KeyFeaturesFrame_sideBarTitleEmph {
	color: #8D022C;
	font-style: italic;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
}

div#KeyFeaturesFrame_sideBarAreaBody ul {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 2px;
	padding-left: 12px;
	font-size: 11px;
}

/***************************************************************/

/*
 * Side Bar Rounded Table
 */
.sideBarRoundedTable {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}

.sideBarRoundedTable h1 {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #2a4f6f;
}

.sideBarRoundedTable .Date {
	display: block;
	font-style: italic;
	margin-left: -5px;
}

.sideBarRoundedTable ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}

.sideBarRoundedTable li {
	font-size: 80%;
	margin-bottom: 0.3em;
}

.sideBarRoundedTable .Top {
	height: 6px;
	background-image: url(/Common/images/Rounded_Top.gif);
	background-repeat: repeat-x;
	vertical-align: bottom;
}

.sideBarRoundedTable .UL {
	width: 6px;
	height: 6px;
	background-image: url(/Common/images/Rounded_UL.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.sideBarRoundedTable .UR {
	width: 6px;
	height: 6px;
	background-image: url(/Common/images/Rounded_UR.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.sideBarRoundedTable .L {
	width: 6px;
	background-image: url(/Common/images/Rounded_L.gif);
	background-repeat: repeat-y;
}

.sideBarRoundedTable .R {
	width: 6px;
	background-image: url(/Common/images/Rounded_R.gif);
	background-repeat: repeat-y;
}

.sideBarRoundedTable .LL {
	width: 6px;
	height: 6px;
	background-image: url(/Common/images/Rounded_LL.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}

.sideBarRoundedTable .LR {
	width: 6px;
	height: 6px;
	background-image: url(/Common/images/Rounded_LR.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}

.sideBarRoundedTable .Bottom {
	height: 6px;
	background-image: url(/Common/images/Rounded_Bottom.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}
