@charset "UTF-8";
/* Layout for the page content areas as well as the tables used on the site
Points   Pixels	   Ems   Percent
12pt   =  16px   = 1em =   100%
*/
body {
	background: #999999 url(../images/gen/gray-page-gradient-bg.png) repeat-x;
	height: 100%;
}

/***************** 
	Page Items
******************/
#page {
	min-width: 990px; /* Don't allow the browser to make the site unreadable. */
	/* To do: figure out how to reduce the left margin but keep the content centered */
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
}
#page-container {
	margin: 0;
	padding: 0;
}
#page-wrapper-left {
	background: url(../images/gen/left-side-bg.png) repeat-y;
	width: 15px;
	margin: 0;
	padding: 0;
}
#page-wrapper-right {
	background: url(../images/gen/right-side-bg.png) repeat-y;
	background-position: top right;
	width: 15px; /* to get drop shadow to show up and 15px left to show left side drop shadow*/
}
#page-inner {
	background-color:#FFF;
	margin: 0;
	padding: 0;
}
#page-bottom {
	margin-left: 4%;
	margin-right: 4%;
	margin-bottom: 50px;
	width: 92%;
	padding: 0;
	height: 17px;
}

/***************** 
	Header Items
******************/
#header {
	padding-bottom:28px;
}
#logo {
	float:left;
	margin: 12px 0 0 12px;
	width: 198px; /* image + margin for IE7 */
}
#header-nav-wrapper {
	float: right; 
	margin: 14px 17px 0 12px;
	width: 16.25em; /* The width must be set for the float to work in IE7 */
}

/***************** 
	Main Nav Items
******************/
#main {
	padding: 0 12px 0 12px;
}
#search { /*To do: Reduce space between icon and search box */
 	float: right;
	margin: 6px 20px 0px 0px;
}
.main-nav-container {
	position:relative;
	margin:0px auto;
	min-width:20em;
 	max-width:1958px; /* based on image dimensions */
	color:#fff;
	z-index:1;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under containter */
}
.main-nav-container .c, .main-nav-container .t, .main-nav-container .b, .main-nav-container .b div {
	background:transparent url(../images/gen/purple-nav-bg.png) no-repeat top right;
}
.main-nav-container .c {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:0;
	z-index: 15; /* To keep menu items visible above the bottom div in IE 7 */
}
.main-nav-container .t {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.main-nav-container .b {
	/* bottom */
 	position:relative;
	width:100%;
}
.main-nav-container .b, .main-nav-container .b div {
	height:10px; /* height of bottom cap/shade */
	font-size:1px;
}
.main-nav-container .b {
	background-position:bottom right;
}
.main-nav-container .b div {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
}
.main-nav-container .hd, .main-nav-container .bd, .main-nav-container .ft {
	position:relative;
}
.main-nav-container .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
 	position:static;
	max-height:1000px;
	overflow:auto;
}
/** Search box and buttons  **/
#searchbox {
	height: 16px; 
	margin:0px; 
	padding:0;
}

#searchbutton {
	margin:0px 0px 0px -4px; 
	padding:0;
	width:22;
	height:20; 
}

/***************** 
	Content Items
******************/
#content {
	padding: .5em 1.3em 2em 1.3em;
	min-width: 930px;
}
#quicklinks {
	padding: 0;
	margin: 0;
}
.quicklinks-col {
	float: left;
	width: 25%;
}

/***************** 
	Standard Columns 
******************/
#left-col {
	float: left;
	width: 74%;
	margin-right: 3%;
}
#right-col {
	float: left;
	width: 23%;
}
#one-col {
	float:left;
	width: 98%;
	margin-right: 2%;
}
.one-col {
	width:100%;
	clear:both;
}
.two-col {
	width: 100%;
}
.two-col .one {
	float: left;
	width: 48%;
	padding-right: 3%;
}
.two-col .two {
	float: left;
	width: 49%;
}
.three-col {
	width: 100%;
	clear:both;
}
.three-col .one {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.three-col .two {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.three-col .three {
	float: left;
	width: 33%;
}
.four-col {
	width: 100%;
	clear:both;
}
.four-col .one {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
.four-col .two {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
.four-col .three {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
.four-col .four {
	float: left;
	width: 23.5%;
}

/***************** 
	Home items  
******************/
.home .three-col .one {
	float: left;
	width: 38%;
	margin-right: 2%;
}
.home .three-col .two {
	float: left;
	width: 20%;
	margin-right: 2%;
}
.home .three-col .three {
	float: left;
	width: 38%;
}

/*******************
	Grey Callout 
********************/
/* These are the grey drop shadowed boxes in the right column of the pages. Note that if gradients are used, you will need a "min-height" (or fixed height) rule on the body of the dialog. If these examples appear funny at the bottom, it is because they do not enforce the min-height rule. Width with drop shadow: 221 pixels 
*/
.grey-callout-container {
	position:relative;
	margin:0px auto;
	min-width:13.75em;
 	max-width:1520px; 
	color:#fff;
	z-index:1;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
}
.grey-callout-container .c, .grey-callout-container .t, .grey-callout-container .b, .grey-callout-container .b div {
	background:transparent url(../images/gen/grey-callout.png) no-repeat top right;
	_background-image:url(dialog2-blue.gif);
}
.grey-callout-container .c {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:0px 0px 0px 0px; /*Right hand edge */
}
.grey-callout-container .t {
	/* top+left vertical slice */
 position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.grey-callout-container .b {
	/* bottom */
	position:relative;
	width:100%;
}
.grey-callout-container .b, .grey-callout-container .b div {
	height:20px; /* height of bottom cap/shade */
	font-size:1px;
}
.grey-callout-container .b {
	background-position:bottom right;
}
.grey-callout-container .b div {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
}
.grey-callout-container .hd, .grey-callout-container .bd, .grey-callout-container .ft {
	position:relative;
}
.grey-callout-container .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
 	position:static;
	max-height:1000px;
	overflow:auto;
}
#first.grey-callout { /* first item within the callout does not have a top border */
	padding: 5px 5px 5px 5px;
	margin-right: 15px;
	border: none;
}
.grey-callout {
	padding: 5px 5px 5px 5px;
	margin-right: 15px;
	border-top: 2px solid #efefef;
}
.grey-callout .content table {
	margin-bottom: 0px;
}
.grey-callout-container h1, .grey-callout-container p {
	margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding:0.5em 5px 0.5em 0px;
}
.grey-callout-container h1 {
	padding-bottom:0px;
}
.grey-callout-container td {
	vertical-align: top;
	padding-bottom: 10px;
}

/***************** 
Footer Items
******************/
#footer {
	padding: 25px 0px 15px 0px;
	text-align:center;
	background: #fff;
}

.page-bottom-horizontal {
	background: transparent url(../images/gen/page-bottom-test.png) repeat-x;
}

/***************** 
Misc. Items
******************/
.clear {
	clear:both;
}

/***************** 
Tables
******************/
/** Col Table **/
.col-table {
	width: 100%;
}
.col-table .header {
	background-color: #f1f1f2;
	border: #e6e6e6 solid 1px;
	padding: 8px;
	font-weight: bold;
}
.col-table td {
	border: #e6e6e6 solid 1px;
	padding: 8px;
}

/** Divided Col table **/
.divided-col-table {
	width: 100%;
}
.divided-col-table th {
	background-color: #f1f1f2;
	border-top: #e6e6e6 solid 1px;
	border-left: #e6e6e6 solid 1px;
	border-right: #e6e6e6 solid 1px;
	border-bottom: none; 
	padding: 8px;
}
.divided-col-table th img {
	position: relative;
	top: 3px;
	margin-right: 3px;
}
.divided-col-table .spacer {
	background: none;
	padding: 0;
	margin: 0;
	width: 2%;
	border: none;
}
.divided-col-table td {
	padding: 8px;
	border-left: #e6e6e6 solid 1px;
	border-right: #e6e6e6 solid 1px;
	border-bottom: #e6e6e6 solid 1px;
	border-top: #e6e6e6 solid 2px;
}

/** Download Table **/
.download-table td {
	padding: 8px;
	text-align:center;
	border: #e6e6e6 solid 1px;
}
.download-table th {
	background-color: #f1f1f2;
	/*border: #fafafa solid 1px;*/
	text-align:center;
	padding: 8px;
}
.download-table #first {
	border-left: 1px solid #E6E6E6;
}
.download-table #last {
	border-right: 1px solid #E6E6E6;
}
.download-table .description {
	text-align:left;
}
.download-table .download-item {
	text-align:left;
}
.download-table .table-divider {
	border-top:#e6e6e6 solid 2px;
}
.download-table .odd {
	background-color:#FCFCFC;
}
.download-table .even {
	background-color:#F9F9F9;
}

/** Feature Table **/
.feature {
	vertical-align: top;
}
.feature .one {
	padding: 20px 10px 10px;
	vertical-align:top;
}
.feature .two, /* optional screen shot and web demo columns */ .feature .three {
	width: 120px;
	text-align:center;
	padding-top: 50px;
}
.feature td {
	border-bottom: #e6e6e6 solid 1px;
}

/* Gallery table */
.gallery td {
	text-align: center;
	border:none;
}

/** Grey Table & Header **/
/* Grey table header */
.grey-table-header {
	background: url(../images/gen/grey-table-head-bg.png);
	position: relative;
	padding: 10px 0px 8px 15px;
}

.grey-table-header .left {
	background: url(../images/gen/grey-table-head-left-corner.png);
	float:left;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
}
.grey-table-header .right {
	background: url(../images/gen/grey-table-head-right-corner.png);
	float: right;
	width: 7px;
	height: 7px;
	position: absolute;
	right: 0;
	top: 0;
}
.grey-table-header p {
	margin: 0px;
	padding: 0px;
}
.grey-table-header img {
	position: absolute;
	float:right;
	top: 8px;
	right: 0;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
.grey-table {
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 2px 1px 1px;
	margin-top: 3px;
	width: 100%;
}

/* News & events table */
.news-events-table td {
	padding: 8px;
	text-align:center;
	border: #e6e6e6 solid 1px;
	vertical-align:top;
}
.news-events-table .news-description {
	text-align: left;
	padding: 8px;
}

/* Notice table */
.notice-table {
	border:#5C4EB4 solid 1px;
}

/* Partner table */
.partner-table th {
	background-color: #f1f1f2;
	border: #fafafa solid 1px;
	text-align:center;
	padding: 8px;
}
.partner-table td {
	padding: 8px;
	text-align:center;
	border: #e6e6e6 solid 1px;
	vertical-align:top;
}
.partner-table .partner-description {
	text-align: left;
	padding: 8px;
}

/** Product Download table **/
table.product-download {
	width: 100%;
	margin: 0;
	padding: 0;
}
.product-download td {
	padding: 10px 8px;
	text-align: center;
	border-left: #E6e6e6 solid 1px;
	border-top: #E6e6e6 solid 1px;
}
.product-download th {
	padding: 10px 8px;
	/*color: #fff;*/
	background: #FAFAFA;
	text-align: center;
	border-top: #E6E6E6 solid 2px;
	border-bottom: #E6E6E6 solid 2px;
}
.product-download .alt {
	background: #F1F1F2;
}
.product-download img {
	vertical-align: middle;
}

/** Product comparison table **/
.product-comparison tr {
	background: #FAFAFA;
}
.product-comparison td {
	padding: 10px 8px;
	text-align: center;
}
.product-comparison th {
	padding: 10px 8px;
	color: #fff;
	background: #52475F;
	text-align: center;
}
.product-comparison th.highlight {
	color: #000;
	background: #A598B3;
}
.product-comparison .alt {
	background: #E1DFE3;
}
.product-comparison .highlight {
	background: #E9E6EC;/*background: #C4BEC9;*/
}
.product-comparison .alt .highlight {
	background: #C4BEC9;
}

/** Resource table **/
.resource-table {
	margin-top: 0;
}
.resource-table tr {
	border-bottom: #E6E6E6 solid 2px;
}
.resource-table .icon {
	padding-top: 18px;
	text-align:center;
}
.resource-table .icon p {
	font-size: 80%;
	margin: 0;
}
.resource-table .description {
	vertical-align:top;
	padding: 18px 10px 15px 10px;
}
.resource-table .description .small-text {
	margin-top: -3px;
}
.resource-table .resource-doc {
	float: right;
	margin-left: 15px;
	margin-right: 5px;
}
.resource-additional {
	margin-top: 15px;
}
.resource-control {
/*margin-bottom: 15px;*/
}
.resource-table .control .small-text {
	font-weight: 500;
}
.resource-control img {
	margin-right: 5px;
	vertical-align:middle;
	position:relative;
	top: -1px;
}
.resource-additional-item {
	border-top: #E6E6E6 solid 1px;
	padding-left: 25px;
}
.resource-additional-item .small-text {
	margin-top: -10px;
}

/** to-do: this is a hack for listings of presentations. rename product comparison to allow 
for greater flexibility and fold .description in */
.product-comparison .presentation-description {
	text-align:left;
}

/** Table used on the product intro page **/
.table-product-2-col th {
	padding: 0px;
	margin-bottom: 10px;
	border: none;
}
.table-product-2-col td {
	padding: 8px;
}
.table-product-2-col .spacer {
	/*background: #0C9;*/
	border-top: none;
	border-top: none;
	width: 2%;
}
.table-product-2-col .prod-content {
	border-top: 2px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.table-product-2-col .divider {
	height: 4px;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
