﻿/* MAIN */


body
{
	margin: 0px;
	padding: 15px;
	background-color: #f7f7f7;
	background-repeat: repeat-x;
	margin-right: 2px;
}



pre
{
	overflow: auto;
	font-family: 'Courier New' , Courier, monospace;
	font-size: small;
	font-weight: bold;
}

body, p, li, h1, h2, h3, table
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" ,Arial,Verdana,sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
}

p
{
	line-height: 16px;
}

table
{
	padding: 0px;
}

p
{
	margin-bottom: 2px;
}

h1, h2, h3
{
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
	color: #252525;
	line-height: 20px;
}
h1
{
	font-size: 18px;
	margin-bottom: 5px;
	color: #264474;
}

h2
{
	font-size: 13px;
}

h3
{
	font-size: 11px;
	margin-bottom: 1px;
}

#mainWindow
{
	width: 948px;
	margin-left: auto;
	margin-right: auto;
}

input[type="textarea"], input[type="text"], input[type="password"], select
{
	border: 1px solid #CCCCCC;
}

a, a:visited
{
	color: #0066CC;
	text-decoration: none;
}
a:hover
{
	color: #411814;
}

/* END MAIN */

/* PAGE HEADER */

#mainWindow #pageHeader
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#pageHeaderContent h1
{
	float: left;
	color: #FFFFFF;
	line-height: 1.0em;
	text-transform: uppercase;
	padding-bottom: 0px;
	padding-top: 3px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana;
}


#pageHeaderContent
{
	height: 22px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	background-image: url('Images/pageHeaderContent-bg.gif');
	background-repeat: no-repeat;
}



#pageHeaderContent ul
{
	float: right;
	margin-right: 10px;
}

#pageHeaderContent ul a, #pageHeaderContent ul a.visited
{
	text-decoration: none;
}

#pageHeaderContent ul li
{
	display: inline;
}

#pageHeaderContent ul a
{
	color: #E2E2E2;
	font-size: 1opx;
	font-weight: bold;
	margin-right: 9px;
	background-image: url('Images/links-seperator.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 11px;
	font-family: verdana;
}

#pageHeaderContent ul a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}



#pageHeaderContent ul a.last
{
	margin-right: 0px;
	background-image: none;
	padding-right: 0px;
}

/* END PAGE HEADER */

/* PAGE CONTENT */

#mainWindow #mainContent
{
	width: 948px;
	clear: both;
	overflow: hidden;
	background-color: #FFFFFF;
}

.pageContent
{
	width: 948px;
	padding-right: 0px;
	float: left;
	padding-bottom: 0px;
}


.pageInnerContent
{
	width: 100%;
}



/* END PAGE CONTENT */

/* PAGE FOOTER */
#mainWindow #endFooter
{
	width: 100%;
	height: 18px;
}


#mainWindow #footer
{
	width: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	text-align:center;
}


#footer p
{
	font-size: 10px;
	color: #999999;
	line-height: 14px;
	margin-bottom: 0px;
}


#footerContent
{
	overflow: hidden;
	padding-bottom: 12px;
	padding-top: 5px;
	
}


#mainWindow #footer #footerContent span
{
	clear: both;
	color: #999999;
}

#footer #footerBottom
{
	height: 18px;
}

div.pageOptions
{
	padding-top: 10px;
}

/* END PAGE FOOTER */



div.container h1 span
{
	display: block;
}

div.container h1 ul
{
	float: right;
}

div.container h1 ul li
{
	float: left;
	line-height: 1em;
}

div.container h1 ul li a, div.container h1 ul li a:visited
{
	margin-right: 5px;
	color: #FFFFFF;
	font-size: 10px;
}

div.container select
{
	font-size: 11px;
}

div.container h1 ul li a:hover
{
	color: #FF3300;
}

.container
{
	margin-bottom: 0px;
}

.container h1
{
	font-size: 11px;
	padding-top: 2px;
	padding-left: 8px;
	font-weight: bold;
	display: block;
	color: #ffffff;
	margin-bottom: 0px;
	padding-right: 2px;
	padding-bottom: 1px;
	background-color: #666666;
	background-image: url('Images/container-header.gif');
	background-repeat: repeat-x;
}


.container div.body
{
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #D1D1D1;
	padding: 2px;
	background-color: #F4F4F4;
	clear: both;
	color: #333333;
}
.container div.body.nopad
{
	padding: 0px;
}

.container div.body.noborder
{
	border-style: none;
}

.commands
{
	padding: 8px;
	padding-left: 0px;
}

a.validw3c
{
	background-image: url('Images/valid-w3c.jpg');
	width: 86px;
	height: 8px;
	display: block;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: 50% bottom;
	margin-bottom: 10px;
}


/* STYLING */

.nonDashboardPageDiv
{
	background-color: #FFFFFF;
}
.more
{
	background-position: right top;
	background-image: url(Images/more.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
}
.bbottom
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}

.emp
{
	font-weight: bold;
}

.small
{
	font-size: 11px;
}

.indent
{
	margin-left: 15px;
	margin-bottom: 6px;
}

.bullet
{
	list-style-type: square;
	list-style-position: inside;
}

.disablePadding
{
	padding: 0px;
}

.bmargin
{
	margin-bottom: 5px;
}

.alBottom
{
	position: absolute;
	bottom: 0px;
}

.clearAll
{
	clear: both;
}

.infoDiv h3
{
	padding-right: 15px;
	margin-bottom: 5px;
}

.infoDiv h3 span
{
	font-weight: normal;
	padding-left: 15px;
}

div.icon-info
{
	padding-left: 50px;
}

.icon-info
{
	background-image: url(Images/icon-info.png);
	background-repeat: no-repeat;
	min-height: 48px;
	padding-left: 50px;
}

.icon-info h2
{
	color: #0066CC;
}

.bh:hover
{
	color: #FFFFFF;
}

.pageSlogan
{
	border: 1px solid #C0C0C0;
	font-size: 22px;
	line-height: 26px;
	background-color: #F0F0F0;
	padding: 5px;
	color: #666666;
}

/* END STYLING */

.widgetTypeCombo
{
	font-weight: bold;
	margin-right: 10px;
}

#dashboardManagerDiv
{
	font-weight: bold;
	padding-bottom: 2px;
	clear: both;
}

#dashboardManagerDiv select
{
	border: 1px none #CCCCCC;
	font-weight: bold;
	margin-right: 10px;
	color: #666666;
}

#dashboardManagerDiv span
{
	padding-right: 10px;
}


div.form h2
{
	display: block;
	height: 20px;
	padding-left: 5px;
	background-color: #EECCC8;
	background-repeat: repeat-x;
	color: #421915;
}

div.formContent
{
	background-position: left bottom;
	background-attachment: scroll;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.formNote
{
	display: block;
	font-size: 10px;
	line-height: 15px;
	color: #989898;
}

a.formNote
{
}

div.form, div.cnt
{
	border: 1px solid #C0C0C0;
	padding: 5px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

div.form.widget
{
	background-color: Transparent;
	border: 1px none #C0C0C0;
	padding: 0px;
	padding-bottom: 0px;
}

div.formRow
{
	clear: both;
	width: 100%;
	margin-bottom: 9px;
	line-height: 20px;
}

div.formName
{
	width: 160px;
	float: left;
	text-align: right;
	margin-right: 3px;
	margin-top: 1px;
}

div.formValue
{
	overflow: hidden;
}

div.formCommand
{
	padding: 5px;
	border-top: #d3d3d3 1px solid;
	clear: both;
	border: 1px solid #C0C0C0;
	background-color: #D1D1D1;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.formCommand.in
{
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.bookSectionInfo h2
{
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: white;
	padding-top: 5px;
}


.box
{
	border: 1px solid #C0C0C0;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #E5E5E5;
	overflow: hidden;
}

/* ORDER FORM */

#orderInfo
{
	width: 300px;
	float: left;
}

#orderTotals
{
	float: left;
	width: 255px;
	margin-left: 20px;
}

#orderForm div.formName
{
	width: 120px;
}

#orderForm div.moneyName
{
	width: 150px;
	float: left;
}

#orderForm div.moneyValue
{
	width: 75px;
	overflow: hidden;
}

#orderInformation div.formValue
{
	font-weight: bold;
}

/* END ORDER FORM*/

.bookSectionInfo a
{
	background-position: center center;
	display: block;
	width: 150px;
	height: 150px;
	float: right;
	background-image: url(Images/view-sample-sections.png);
	background-repeat: no-repeat;
}

.bookSectionList a
{
	color: #333333;
	font-size: 13px;
	display: block;
	padding: 4px;
	border: 1px solid transparent;
}

.bookSectionList a.selected, .bookSectionList a:hover
{
	border: 1px solid #CCCCCC;
	font-weight: bold;
	background-color: #E1E1E1;
	color: #333333;
}

.bookSectionList a:hover
{
	font-weight: normal;
}

ul.horiz li
{
	background-position: left center;
	display: inline;
	padding-left: 10px;
	padding-right: 5px;
	background-image: url(images/square.png);
	background-repeat: no-repeat;
}

ul.horiz#bookdownloads a
{
	font-weight: bold;
}


/* ICON TITLE */

div.iconTitle h2
{
	background-position: left center;
	padding-left: 35px;
	background-repeat: no-repeat;
	min-height: 28px;
	display: block;
	padding-top: 4px;
}

div.iconTitle.faq h2
{
	background-image: url(Images/helpblue2.png);
}

div#authorCrit h2
{
	background-image: url(Images/author-icon.png);
}

div#bookCrit h2
{
	background-image: url(Images/book-icon.png);
}


/* ICON TITLE */

/* OTHER */


div.switchModeDiv.footer
{
	clear: left;
	padding-left: 24px;
}


div.switchModeDiv a
{
	color: #CCCCCC;
}


.menu-title
{
	background: #ebeadb;
	border-bottom: 1px solid #99bbe8;
	color: #15428b;
	font: bold 10px tahoma,arial,verdana,sans-serif;
	display: block;
	padding: 3px;
}

.theme
{
	background-position: left center;
	display: block;
	background-repeat: no-repeat;
	padding-left: 27px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.theme.Kalitte
{
	background-image: url(Images/theme-kalitte.png);
}

.theme.KalitteBlue
{
	background-image: url(Images/theme-kalitteblue.png);
}

.theme.Black
{
	background-image: url(Images/theme-black.png);
}

.theme.Slickness
{
	background-image: url(Images/theme-slick.png);
}

.theme.BlueSky
{
	background-image: url(Images/theme-blue.png);
}

.theme.Gray
{
	background-image: url(Images/theme-gray.png);
}

.theme.Olive
{
	background-image: url(Images/theme-olive.png);
}

.theme.Purple
{
	background-image: url(Images/theme-purple.png);
}

.theme.Slate
{
	background-image: url(Images/theme-slate.png);
}

.theme.Access
{
	background-image: url(Images/theme-access.png);
}

em.new
{
	font-size: 9px;
	font-weight: bold;
	color: #FF0000;
}

div.siteMapDiv
{
	float: left;
	color: #CCCCCC;
	margin-left: 310px;
	margin-top: 56px;
}

div.siteMapDiv a
{
}

div.siteMapDiv a:hover
{
	color: #ffffff;
}

div.siteMapDiv .currentNavigation
{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

div.siteMapDiv .navigationNode
{
	font-size: 9pt;
	color: #CCCCCC;
}

.sampleDashboardBox img
{
	border: 1px solid #666666;
	float: right;
	margin-top: 5px;
	margin-left: 5px;
}

/* END OTHER */

/* PRICE */

table.priceTable
{
	width: 100%;
	font-size: 10px;
	line-height: 13px;
}

table.priceTable td
{
	height: 15px;
}

table.priceTable td.featureGroup
{
	height: 18px;
	font-weight: bold;
}
table.priceTable td.price
{
	padding: 2px;
	font-weight: bold;
	width: 75px;
}

table.priceTable td.license, table.priceTable td.licenseGroup
{
	padding: 2px;
}

table.priceTable td.licenseGroup
{
	font-weight: bold;
}

table.priceTable td.buynow
{
	width: 100px;
}

table.priceTable td.edition
{
	height: 18px;
	font-weight: bold;
}

table.priceTable td.breakLine
{
	height: 1px;
	background-color: gray;
}

a.buy
{
	display: block;
	width: 100px;
	background-image: url('/Images/buynow.png');
	background-repeat: no-repeat;
	width: 64px;
	height: 17px;
}

a.buyContact
{
	display: block;
	width: 100px;
	background-image: url('/Images/buy-contact.gif');
	background-repeat: no-repeat;
	width: 64px;
	height: 17px;
}

/* END PRICE */

/* GRID */

.dGrid
{
	background-color: #f5f5f5;
	padding-right: 2px;
	padding-left: 2px;
	margin: 0px 10px 0px 0px;
	border-top: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	font-size: 10px;
	border-style: none;
	line-height: 18px;
}

.dGrid TD
{
	border-style: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.dGrid TH
{
	border-style: none;
	padding: 1px 5px;
	background-image: url('Images/grid-header.gif');
	background-repeat: repeat-x;
	text-align: left;
	font-weight: bold;
	background-color: #4F6280;
	color: #E4E4E4;
}

.dGrid TR
{
}

.dGridAlt
{
	background-color: #E6E6E6;
}

.dGridSel TD, .dGridSel TD a
{
	background-color: #556a8b;
	color: #FFFFFF;
}

/* END GRID */

.x-portlet .x-panel-mc
{
	padding-top: 0px !important;
}

.widget-description
{
	margin: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	display: block;
	font-family: Tahoma;
}

.center-body
{
	margin: auto;
	text-align: center;
}



.customStyledDashboard
{
	background-color: transparent;
	background-image: url('/Images/digital-bg-1.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: auto;
	margin-right: auto;
}

.home-dashboard
{
	padding-bottom: 0px !important;
}




