/******************************************************************************/
/* Generic Styles Start */
/* begin with generic selectors so that they can be overridden if needed by classes deeper in the stylesheet */
/******************************************************************************/
body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
	line-height: 17px;
}

#pageWrapper {
	min-width: 700px; /* used for fluid layouts so that narrow browser widths doesn't squash up content */
	width: 767px; /* fixed layout: width: 760px; */
	margin: 5px auto; /* fixed layout: margin: 25px auto; */
	padding: 0;
}

* html #pageWrapper {
	/* \*/
	word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}

#header {
	float: left;
	height: 93px;
	padding: 5px;
}

#contact {
	float: right;
	margin-top: 12px;
	font-size: 110%;
	text-align: right;
}

#menu {
	clear: both;
	height: 40px;
	background: url(/Images/MenuBackground.jpg) top repeat-x;
	color: #FFFFFF;
}

#menu div {
	background: url(/Images/MenuRight.jpg) top right no-repeat;
}

#menu ul {
	float: left;
	margin: 12px 0 0 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: left;
	margin: 0 5px;
	padding: 2px 0 0 20px;
	background: url(/Images/Divide.gif) top left no-repeat;
}

#slogan {
    margin-left: 200px;
}

#topLinks ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#topLinks li {
    margin: 0;
    padding-left: 10px;
    display: inline;
}

#search {
    margin-top: 10px;
}

#outerColumnContainer {
	margin: 2px 0;
	background-color: #FFFFFF;			/* set the background color for the middle column here */
	border-left: 225px solid #FFFFFF;	/* left width + inner left border width | left column background color */
	border-right: 225px solid #FFFFFF;	/* right width + inner right border width | right column background color */
}

#innerColumnContainer {
	width: 100%;
	margin: 0 -1px;		/* compensate for the borders because of 100% width declaration */
	border: 1px solid #999999;
	border-width: 0 1px;
	z-index: 1;
}

#leftColumn, #middleColumn, #rightColumn, * html #middleContainer {
	position: relative;	/* fix some rendering issues (note * html #middleContainer fixes ie6 left column alignment issue) */
	overflow: visible;	/* fix for ie italics bug */
}

#middleContainer {
	float: left;
	width: 100%;
	margin: 0;
	z-index: 3;
}

#middleColumn {
	float: right;
	width: 100%;
	margin: 0;
	z-index: 5;
}

#middleColumn .inside {
	padding: 5px 10px;
}

#leftColumn {
	float: left;
	width: 224px; /* left width */
	margin: 0 1px 0 -225px; /* 0 | inner left border width (needed for ie6 + ie7) | 0 | -(left width + inner left border width) */
	z-index: 4;
}

#leftColumn .inside {
	padding: 0 10px;
}

#rightColumn {
	float: right;
	width: 224px; /* right width */
	margin: 0 -225px 0 1px; /* 0 | -(right width + inner right border width) | 0 | inner right border width (needed for ie6 + ie7) */
	z-index: 2;
}

#rightColumn .inside {
	padding: 0 12px;
}

#pnlFooterTop {
	background: url(/Images/FooterTopBackground.jpg) top repeat-x;
	padding: 19px 0;
}

#footer {
	padding: 0 10px 14px 10px;
	border-top: 2px solid #CCCCCC;
	color: #999999;
	font-size: 90%;
	text-align: center;
}

.footerTop {
	background: url(/Images/FooterTopBackground.jpg) top repeat-x;
	padding: 19px 0;
}

#cia {
	float: left;
	width: 32%;
	font-size: 11px;
	line-height: 15px;
}

#software, #demo {
	float: left;
	width: 34%;
}

#cia h5 {
	margin-bottom: 8px;
	color: #005B9D;
}

#cia .left {
	float: left;
	width: 48%;
}

#cia ul {
	margin: 0 16px;
}

#cia ul li {
	list-style-image: url(/Images/Bullet2.jpg);
}

#demo {
	text-align: right;
}

a, a:link, a:visited, a:active {
	color: #005B9D;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding: 0;
}

h1 {
	font-size: 160%;
	line-height: 30px;
	font-weight: bold;
	border-bottom: 5px solid #D7D7D7;
}

h2 {
	font-size: 130%;	
	line-height: 25px;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	line-height: 20px;
	font-weight: bold;
}

h4 {
	font-size: 95%;
}

h5 {
	font-size: 115%;	
	line-height: 25px;
	font-weight: bold;
}

h6 {
	font-size: 85%;
}

table {
	font-size: 100%;
}

form {
	margin: 0;
	padding: 0;
}

legend {
	padding-right: 5px;
}

.clear {
    clear: both;
    margin-bottom: -1px; /* fix issue with nn7 */
    padding-bottom: 1px;
}

.clear2 {
    overflow: auto;
}

* html .clear2 {
    height: 1%;
}

.hide {
    display: none;
}

.inside {
	position: relative; /* fix some rendering issues */
}

ul, ol, dl, p {
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}

.right {
    float: right;
}

.left {
    float: left;
}

.noBorder {
    border: 0;
}

.componentItem p:first-child, .componentItem2 p:first-child, .comment p:first-child, .comment2 p:first-child, .item p:first-child, .item2 p:first-child {
    margin-top: 0;
}

p.last { /* style needed since ie doesn't support last-child pseudo class */
    margin-bottom: 0;
}
/******************************************************************************/
/* Generic Styles End */
/******************************************************************************/

/******************************************************************************/
/* 1 Column Styles Start */
/******************************************************************************/
body.oneColumnLayout #leftColumn, body.oneColumnLayout #rightColumn {
    display: none;
}

body.oneColumnLayout #innerColumnContainer, body.oneColumnLayout #outerColumnContainer {
    border-left-width: 0;
    border-right-width: 0;
}
/******************************************************************************/
/* 1 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* 2 Column Styles Start */
/******************************************************************************/
body.twoColumnLayout #rightColumn {
    display: none;
}

body.twoColumnLayout #innerColumnContainer, body.twoColumnLayout #outerColumnContainer {
    border-right-width: 0;
}
/******************************************************************************/
/* 2 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* Menu Styles Start */
/******************************************************************************/
.menu {
	margin: 7px 0;
}

.menu h3 {
    margin: 7px;
}

.menu ul, .menu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

.menu ul li {
	margin: 0 5px;
	display: block;
	padding: 0;
	line-height: normal;
	border-bottom: 1px solid #FFFFFF;
}

.menu ul li a, .menu ul li a:visited {
	display: block;
	padding: 4px 0 4px 5px;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}

.menu ul li a:hover {
	color: #005B9D;
	text-decoration: none;
}

.menu li.active > a, .menu li.active > a:visited {
    color: #005B9D;
}

.menu li.active > a:hover {
    cursor: text;
}

/* Identation Styles Start */
.menu li a, .menu li a:visited {
    padding-left: 10px;
}

.menu li li > a, .menu li li > a:visited {
    padding-left: 20px;
}

.menu li li li > a, .menu li li li > a:visited {
    padding-left: 30px;
}

.menu li li li li > a, .menu li li li li > a:visited {
    padding-left: 40px;
}
/* Identation Styles End */
/******************************************************************************/
/* Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Custom Styles Start */
/******************************************************************************/
.activeButton {
	background-color: #005B9D;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}

.passiveButton {
	background-color: #CCCCCC;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}

.articleDate {
	width: 55px;
	height: 56px;
	margin: 4px;
	padding-top: 8px;
	background: url(/Images/Template/DateBackground.jpg) no-repeat;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

.articleViews {
	float: left;
	width: 55px;
	height: 56px;
	margin: 4px;
	padding-top: 8px;
	background: url(/Images/Template/ViewsBackground.jpg) no-repeat;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

.author {
    margin: 15px 0;
    color: #999999;
    font-size: 90%;
}

.bookmarks {
    margin: 15px 0;
    padding: 5px;
    border: solid 1px #000000;
}

.close {
    float: right;
    padding: 0 0 5px 5px;
}

.comment {
    margin: 5px 0;
    padding: 5px;
    background-color: #EEEEEE;
    border: solid 1px #DDDDDD;
}

.comments {
    margin: 15px 0;
}

.commentsTop {
    height: 40px;
    margin-bottom: 10px;
    background-color: #DDDDDD;
}

.component {
    margin-bottom: 15px;
}

.component h5 {
    height: 20px;
    margin: 0;
    padding: 10px;
	font-size: 125%;
}

.component .inside {
    padding: 5px;
}

.componentItem, .componentItem2 {
    margin: 5px 0;
    padding: 5px;
}

.error {
    margin: 10px 0;
    padding: 5px;
    background-color: #F4E7EA;
    border: solid 1px #986265;
    font-weight: bold;
}

.flyout {
    position: absolute;
    display: none;
    overflow: hidden;
    background-color: #FFFFFF;
    border: solid 1px #D0D0D0;
    z-index: 2;
}

.help {
    position: absolute;
    display: none;
    overflow: scroll;
    width: 250px;
    height: 280px;
    padding: 5px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    z-index: 2;
}

.highLight {
	background-color: #FFFF66;
	color: #003399;
	font-weight: bold;
}

.item, .item2 {
    margin: 5px 0;
    padding: 5px;
}

.modalBackground {
    background-color: #CCCCCC;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    width: 500px;
    padding: 10px;
    background-color: #FFFFFF;
    border: solid 1px #000000;
}

.pageLocation, .pageNavigation {
    margin: 15px 0;
}

.productImage {
    margin-right: 15px;
    border: 0;
}

.productPrice {
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
}

.productTitle {
    font-size: 110%;
    line-height: 25px;
    font-weight: bold;
}

.rating {
    margin: 15px 0;
}

.response {
    margin: 10px 0;
    padding: 5px;
    background-color: #F8F8F9;
    border: solid 1px #0083C1;
    font-weight: bold;
}

.roundedBox {
	background-color: #EFEBEF;
}

.roundedBox .top div {
	background: url(/Images/BoxTopLeft.gif) no-repeat top left;
}

.roundedBox .top {
	background: url(/Images/BoxTopRight.gif) no-repeat top right;
}

.roundedBox .bottom div {
	background: url(/Images/BoxBottomLeft.gif) no-repeat bottom left;
}

.roundedBox .bottom {
	background: url(/Images/BoxBottomRight.gif) no-repeat bottom right;
}

.roundedBox .top div, .roundedBox .top, .roundedBox .bottom div, .roundedBox .bottom {
	height: 5px;
}

.roundedBox .content {
	margin: 0 7px;
}

.shopByBrandComponent {
    margin-bottom: 5px;
    padding: 10px;
    background-color: #FFFFFF;
    border: solid 1px #999999;
}

.tagCloudComponent .inside {
    line-height: inherit;
    word-wrap: break-word;
    overflow: hidden;
}

.tagCloudComponent a, .tagCloudComponent a:visited {
    text-decoration: underline;
}

.tagCloudComponent a:hover {
    text-decoration: none;
}

/* Start styles used to set xx-small to xx-large font sizes of tags */
.tagCloudComponentTag1 {
    font-size: 8px;
}

.tagCloudComponentTag2 {
    font-size: 9px;
}

.tagCloudComponentTag3 {
    font-size: 10px;
}

.tagCloudComponentTag4 {
    font-size: 11px;
}

.tagCloudComponentTag5 {
    font-size: 12px;
}

.tagCloudComponentTag6 {
    font-size: 14px;
}

.tagCloudComponentTag7 {
    font-size: 16px;
}
/* End of tag cloud tag font sizes */

.tags {
    margin: 15px 0;
}

.textBox {
    padding: 2px;
    border: solid 1px #809DB9;
}
/******************************************************************************/
/* Custom Styles End */
/******************************************************************************/

/******************************************************************************/
/* User Styles Start */
/******************************************************************************/
/*Please duplicate all HTML tag styles to Wysiwyg.css */
.imageBorder {
    margin: 5px;
    padding: 5px;
    border: solid 1px #999999;
}

.blueText, .blueText a, .blueText a:visited {
    color: #005B9D;
    text-decoration: none;
}

.greenText, .greenText a, .greenText a:visited {
    color: #009933;
    text-decoration: none;
}

.greyText, .greyText a, .greyText a:visited {
    color: #666666;
    text-decoration: none;    
}

.redText, .redText a, .redText a:visited {
    color: #FF0000;
    text-decoration: none;
}

.quote {
	margin: 10px;
    padding: 5px;
    background-color: #F8F8F9;
    border: solid 1px #0083C1;
    font-weight: bold;
}

.tableGrid {
    width: 100%;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

.tableGrid, .tableGrid td, .tableGrid th {
    border-color: #E1E1E1;
    border-style: solid;
}

.tableGrid th, .tableGrid td {
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
}

.tableGrid th {
    background-color: #EEEEEE;
    font-weight: bold;
}

.tableGrid th a {
    color: #000000;
}

.tableGrid th.none {
    background: none;
    border: none;
    font-weight: normal;
}

.tableGrid td td, .tableGrid th th {
    border: none;
}

.tableContentHover {
    background-color: #EEEEEE;
}
/******************************************************************************/
/* User Styles End */
/******************************************************************************/