/******************************************************************************/
/* 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: #FFFFFF url(/Images/Background.gif) repeat-x 33px left;
    font-family: tahoma;
    font-size: 75%;
    color: #004388;
    line-height: 17px;
}

#pageWrapper {
    position: relative;
    min-width: 700px; /* used for fluid layouts so that narrow browser widths doesn't squash up content */
    width: 986px; /* fixed layout: width: 760px; | fluid layout width: auto; */
    margin: 10px auto; /* fixed layout: margin: 0 auto; | fluid layout margin: 0; */
    padding: 0;
}

#header {
    height: 200px;
    background-color: #004388;
	color: #FFFFFF;
}

#header .top {
	background: url(/Images/HeaderTopRight.gif) no-repeat top right;
}

#header .top div {
	background: url(/Images/HeaderTopLeft.gif) no-repeat top left;
}

#header .bottom {
	background: url(/Images/HeaderBottomRight.gif) no-repeat bottom right;
}

#header .bottom div {
	background: url(/Images/HeaderBottomLeft.gif) no-repeat bottom left;
}

#header .top, #header .top div, #header .bottom, #header .bottom div {
	height: 18px;
}

#header .content {
    height: 164px;
	margin: 0 18px;
}

#advert {
    float: right;
    margin: 5px 15px 0 0;
}

#menu {
    position: absolute;
    top: 138px;
    left: 23px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	float: left;
	margin: 0 5px 0 0;
}

#menu ul li a, #menu ul li a span {
	float: left;
	display: block;
}

#menu ul li a, #menu ul li a:visited {
	background: url(/Images/MenuLeft.jpg) left top no-repeat;
	color: #004388;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#menu ul li a span, #menu ul li a:visited span {
	width: 99px;
	height: 49px;
	padding: 20px 2px 0 0;
	background: url(/Images/MenuRight.jpg) right top no-repeat;
}

#menu ul li a:hover, #menu ul li a:hover span {
	color: #0078BC;
	cursor: pointer;
}

#menu img {
    border: 0;
}

#breadCrumb {
    padding: 10px 30px;
}

#search {
    float: right;
    margin: -3px 30px 0 0;
}

* html #search {
	margin-right: 15px;
}

#outerColumnContainer .outerTop {
    background: url(/Images/CenterTopRight.gif) no-repeat top right;
}

#outerColumnContainer .outerTop div {
	background: url(/Images/CenterTopLeft.gif) no-repeat top left;
}

#outerColumnContainer .outerTop, #outerColumnContainer .outerTop div {
	height: 36px;
}

#outerColumnContainer .outerTop span {
    display: block;
    height: 32px;
    margin: 0 36px;
    border-top: solid 4px #D0D0E5;
}

#outerColumnContainer .outerContent {
    padding: 0 225px; /* 0 left/right width */
	border-left: solid 4px #D0D0E5;
	border-right: solid 4px #D0D0E5;
}

* html #outerColumnContainer .outerContent {
    height: 1%;
}

#outerColumnContainer .outerBottom {
    background: url(/Images/CenterBottomRight.gif) no-repeat bottom right;
}

#outerColumnContainer .outerBottom div {
	background: url(/Images/CenterBottomLeft.gif) no-repeat bottom left;
}

#outerColumnContainer .outerBottom, #outerColumnContainer .outerBottom div {
	height: 36px;
}

#outerColumnContainer .outerBottom span {
    display: block;
    height: 32px;
    margin: 0 36px;
    border-bottom: solid 4px #D0D0E5;
}

#middleContainer { /* only needed if page has a rightColumn */
    float: left;
    width: 100%;
    margin: 0;
}

#middleColumn {
    float: right;
    width: 100%;
}

#middleColumn .content {
    padding: 0 20px;
}

#leftColumn, #rightColumn { /* fixes some ie6 left/right column rendering issues */
	position: relative;
	overflow: visible;
}

#leftColumn {
    float: left;
    width: 205px; /* left width */
    margin-left: -225px; /* -left width + left padding */
    padding-left: 20px;
}

#rightColumn {
    float: right;
    width: 205px; /* right width */
    margin-right: -225px; /* -right width + right padding */
    padding-right: 20px;
}

* html #rightColumn, * html #leftColumn { /* fixes ie6 double margin bug */
	margin-right: -113px;
}

#footer {
    padding: 15px 0;
    text-align: center;
    font-size: 90%;
    font-weight: bold;
}

#footer a, #footer a:visited {
    color: #004388;
}

a, a:visited {
    color: #0078BC;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
    padding: 0;
}

h1 {
    color: #004388;
    font-size: 145%;
    line-height: 30px;
    font-weight: bold;
}

h2 {
    color: #0078BC;
    font-size: 120%;
    line-height: 25px;
    font-weight: bold;
}

h3 {
    font-size: 100%;
    line-height: 20px;
    font-weight: bold;
}

table {
    font-size: 100%;
}

form {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0 10px 0 5px;
    font-weight: bold;
}

.clear {
    clear: both;
    margin-bottom: -1px; /* fix issue with nn7 */
    padding-bottom: 1px;
}

.clear2 {
    overflow: auto;
}

* html .clear2 {
    height: 1%;
}

.hide {
    display: none;
}

.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 #outerColumnContainer .outerContent {
    padding-left: 0;
    padding-right: 0;
}
/******************************************************************************/
/* 1 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* 2 Column Styles Start */
/******************************************************************************/
body.twoColumnLayout #rightColumn {
    display: none;
}

body.twoColumnLayout #outerColumnContainer .outerContent {
    padding-right: 0;
}
/******************************************************************************/
/* 2 Column Styles End */
/******************************************************************************/

/******************************************************************************/
/* Menu Styles Start */
/******************************************************************************/
.menu {
    margin-bottom: 10px;
}

.menu .header {
    margin-bottom: 5px;
	font-size: 125%;
    font-weight: bold;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu li {
    margin: 0;
    padding: 0;
    text-align: right;
}

.menu li a, .menu li a:visited {
    display: block;
    width: auto;
    padding: 3px 0;
    color: #004388;
    font-weight: bold;
    text-decoration: none;
}

.menu li a:hover {
    text-decoration: underline;
}

.menu li.active > a, .menu li.active > a:visited {
    background-image: url(/Images/MenuActive.gif);
    background-repeat: no-repeat;
    color: #0078BC;
}

.menu li.active > a:hover {
    cursor: text;
    text-decoration: none;
}

/* Identation Styles Start */
.menu li a, .menu li a:visited {
    padding-right: 15px;
    background-position: 195px 9px;
}

.menu li li > a, .menu li li > a:visited {
    padding-right: 25px;
    background-position: 185px 9px;
}

.menu li li li > a, .menu li li li > a:visited {
    padding-right: 35px;
    background-position: 175px 9px;
}

.menu li li li li > a, .menu li li li li > a:visited {
    padding-right: 45px;
    background-position: 165px 9px;
}
/* Identation Styles End */
/******************************************************************************/
/* Menu Styles End */
/******************************************************************************/

/******************************************************************************/
/* Custom Styles Start */
/******************************************************************************/
.activeButton, .passiveButton {
    padding: 1px;
    background-color: #D0D0E5;
    border-width: 0;
    color: #004388;
    font-weight: bold;
}

.articleDate, .articleViews {
    float: left;
	width: 54px;
	height: 39px;
	margin: 0 0 8px 8px;
	padding-top: 2px;
	background: url(/Images/ArticlesBackground.gif) no-repeat;
	font-size: 10px;
	font-weight: bold;
	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 {
    width: 165px;
    margin: 0 auto 10px auto;
}

.component .header {
    height: 20px;
    padding: 10px;
    background-color: #D0D0E5;
	font-size: 125%;
    font-weight: bold;
}

.componentItem, .componentItem2 {
    margin: 5px 0;
    padding: 5px;
}

.error {
    margin: 10px 0;
    padding: 10px 5px 10px 40px;
    background: #F4E7EA url(/Images/Warning.gif) no-repeat 5px center;
    border: solid 1px #986265;
}

.error ul {
    margin: 0 0 0 16px;
}

.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 {
    margin-top: 15px 0;
    text-align: right;
}

.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: 10px 5px 10px 40px;
    background: #F8F8F9 url(/Images/Info.gif) no-repeat 5px center;
    border: solid 1px #0083C1;
}

.roundedBox .top {
    background: #D0D0E5 url(/Images/ComponentTopRight.gif) no-repeat top right;
}

.roundedBox .top div {
	background: url(/Images/ComponentTopLeft.gif) no-repeat top left;
}

.roundedBox .top, .roundedBox .top div {
	height: 10px;
}

.roundedBox .top span {
    display: block;
    height: 6px;
    margin: 0 10px;
    border-top: solid 4px #D0D0E5;
}

.roundedBox .content {
    overflow: auto;
    padding: 10px;
	border-left: solid 4px #D0D0E5;
	border-right: solid 4px #D0D0E5;
}

* html .roundedBox .content {
    height: 1%;
}

.roundedBox .bottom {
    background: url(/Images/ComponentBottomRight.gif) no-repeat bottom right;
}

.roundedBox .bottom div {
	background: url(/Images/ComponentBottomLeft.gif) no-repeat bottom left;
}

.roundedBox .bottom, .roundedBox .bottom div {
	height: 10px;
}

.roundedBox .bottom span {
    display: block;
    height: 6px;
    margin: 0 10px;
    border-bottom: solid 4px #D0D0E5;
}

.tagCloudComponent .content {
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
}

.tags {
    margin: 15px 0;
}

.textBox {
    padding: 3px;
    background-color: #D0D0E5;
    border-width: 0;
    color: #004388;
    font-weight: bold;
}
/******************************************************************************/
/* 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: #004388;
    text-decoration: none;
}

.royalBlueText, .royalBlueText a, .royalBlueText a:visited {
    color: #0078BC;
    text-decoration: none;
}

.lavenderText, .lavenderText a, .lavenderText a:visited {
    color: #D0D0E5;
    text-decoration: none;    
}

.aquaText, .aquaText a, .aquaText a:visited {
    color: #B1D2EC;
    text-decoration: none;
}

.greenText, .greenText a, .greenText a:visited {
    color: #009933;
    text-decoration: none;
}

.greyText, .greyText a, .greyText a:visited {
    color: #999999;
    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 */
/******************************************************************************/