/*==================================================================
//  Standard formatting 
//================================================================*/

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #5F5F5F;
	margin: 0;
	width: 100%;
	height: 100%;
	
	background-color: #000000;
}

.mastertable {
	width: 780px;
	height: 100%;
}

#mastertable td {
	text-align: left;
}

img {
	border: none;
}

hr {
	height: 1px;
	border-top: thin dashed #D7D7D7;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 10px 0px 15px 0px;
	clear: both;
}

p {
	margin: 0px 0px 15px 0px;
}



/*==================================================================
//  Headers 
//================================================================*/

/* Grey Headers */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 14pt;
	line-height: 16pt;
	color: #5F5F5F;
	margin: 5px 0px 5px 0px;	
}

/* Sub Grey headers */

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 10pt;
	line-height: 12pt;
	color: #5F5F5F;
	margin: 10px 0px 0px 0px;	
	text-decoration: none;
}

h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 10pt;
	line-height: 12pt;
	color: #5F5F5F;
	margin: 0px 0px 0px 0px;	
	text-decoration: none;
}

h2 a:hover {
	color: #D94F40;
}

/* Small Text */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 13pt;
	color: #5F5F5F;
	text-decoration: none;
	margin: 0px;
}

/* Box Title Headers */
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 8pt;
	line-height: 8pt;
	color: #5F5F5F;
	margin: 0px;	
}

/* Content White headers */
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	line-height: 16pt;
	color: #FFFFFF;
	margin: 20px 0px 10px 0px;	
}


/*==================================================================
//  Links
//================================================================*/

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #5F5F5F;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #D94F40;
}

a.feature_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/img-interface/common-link.jpg);
	background-position: 10px 0px;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 1px;
	padding-bottom: 6px;	
	color: #1d1b19;
	
	margin-top: 20px;
}

a.feature_link:hover {
	background-position: 10px -126px;
	color: #D94F40;
}

.getpdf {
	background: url(/img-icons/pdf.gif) no-repeat;
	padding-left: 15px;
}

.feature_section {
	float: left; 
	width: 100%; 
	border-bottom: 1px dashed #D7D7D7; 
	padding-bottom: 15px; 
	margin-bottom: 15px;
}

.diagram {
	background-color: #E7E7E7;
	background-image: url(/img-moo/expand.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 10px 10px 20px 10px;
	display: -moz-inline-block;
	display: inline-block;
	width: 400px;
	margin: auto auto;
}

.diagram:hover {
	background-color: #444444;
	display: block;
}

.rubikaStep {
	background-color: #E7E7E7;
	background-image: url(/img-moo/expand.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 10px 10px 20px 10px;
	display: -moz-inline-block;
	display: inline-block;
	width: 300px;
	margin: auto auto;
}

.rubikaStep:hover {
	background-color: #444444;
	display: -moz-inline-block;
	display: inline-block;
}

/*==================================================================
//  Bullets 
//================================================================*/

ul {
	margin: 0px;
	padding: 2px 0px 2px 30px;
}

/*==================================================================
//  Grey Info Boxes
//================================================================*/

.rightBoxNav h2 {
	margin-bottom: 5px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 14pt;
	color: #FFFFFF;
}
.rightBoxNav {

	width: 210px;
	padding: 10px;
	vertical-align: top;
	
	background-image: url(/img-bg/bg-gradient-bw.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	/* border-left: 1px solid #D7D7D7; */
}

.rightBoxNav a {
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: normal;
	line-height: 16pt;
	text-decoration: none;
	margin: 5px 0px 5px 20px;
	
	background-image: url(/img-icons/page.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 20px;
}

.rightBoxNav a:hover {
	color: #FFFFFF;
	background-color: #1d3a59;
	margin: 5px 0px 5px 20px;
	text-decoration: none;
	padding-left: 20px;
}

.rightBoxActive {
	color: #FFFFFF;
	background-color: #1d3a59;
	margin: 5px 0px 5px 20px;
	text-decoration: none;
	padding-left: 20px;
}


.rightBoxHeader {
	clear: left;
	width: 210px;
	padding: 10px;
	vertical-align: top;
	background-color: #444444;
	/* border-left: 1px solid #D7D7D7; */
}

.rightBoxHeader h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
}

.rightBox {

	width: 210px;
	padding: 10px 10px 0px 10px;
	vertical-align: top; 
	/* background-color: #EEEEEE;  */
	
	/* border-left: 1px solid #D7D7D7; */
	margin-bottom: 20px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 12pt;
	color: #5F5F5F;
	letter-spacing: normal;
}

.rightBox h2 {
	font-weight: 600;
	font-size: 9pt;
	line-height: 12pt;
	margin: 0px 0px 5px 0px;
}

.rightBg {
	vertical-align: top; 
	/* background-color: #EEEEEE; */
	background: #eeeeee url(/img-bg/bg-sideNav.gif) repeat-y;	
	/* border-left: 1px solid #D7D7D7; */
	padding-bottom: 20px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 12pt;
	color: #5F5F5F;
	letter-spacing: normal;
}

.rightBoxWhite {
	width: 230px;
	height: 20px;
	vertical-align: top; 
	background-color: #FFFFFF; 
	/* border-left: 1px solid #FFFFFF;  */
	margin: 0px;
}


.rightBox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 13pt;
	color: #5F5F5F;
	text-decoration: underline;
	margin-left: 0px;
}

.rightBox a:hover {
	color: #D94F40;
	text-decoration: underline;
}

.rightBoxFill {

	width: 210px;
	padding: 10px;
	vertical-align: top; 
	background-color: #EEEEEE; 
	border-left: 1px solid #D7D7D7;  
	margin-bottom: 20px;
}

.leftBoxHeader {
	width: 210px;
	padding: 10px; 
	vertical-align: top;
	background-color: #444444; 
	border-right: 1px solid #D7D7D7;
}

.leftBox {
	width: 210px;
	padding: 10px; 
	vertical-align: top; 
	background-color: #EEEEEE; 
	border-right: 1px solid #D7D7D7;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 12pt;
	color: #8C8C8C;
	letter-spacing: normal;
}

/*==================================================================
//  Navigation
//================================================================*/


#mainNavigation { margin: 0px; padding: 0px; width: 780px; height: 35px; background: #fff url(/img-interface/mainNavSprite.png) top left no-repeat; font: normal normal .8em/1em arial,sans-serif; }
	#mainNavigation ul { margin: 0px; padding: 0px; list-style: none; }
	#mainNavigation li, #mainNavigation a { display: block; width: 195px; height: 35px; margin: 0px; padding: 0px; }
	#mainNavigation li { float: left; }
	#mainNavigation img, #mainNavigation a { border: 0px; }
	#mainNavigation h2 { margin: 0px; padding: 0px; }
	
	#mainNavTab1 a:hover { background: #fff url(/img-interface/mainNavSprite.png) 0px -35px no-repeat; }
	#mainNavTab2 a:hover { background: #fff url(/img-interface/mainNavSprite.png) -195px -35px no-repeat; }
	#mainNavTab3 a:hover { background: #fff url(/img-interface/mainNavSprite.png) -390px -35px no-repeat; }
	#mainNavTab4 a:hover { background: #fff url(/img-interface/mainNavSprite.png) -585px -35px no-repeat; }

#mainNavMenus { }

#mainNavMenu1, 
#mainNavMenu2, 
#mainNavMenu3, 
#mainNavMenu4 { position: absolute; display: none; border: 1px solid #555; border-top: 2px solid #000; border-bottom: 2px solid #000; }

#mainNavMenu1 { margin-left: 0px; background: #fff url(/img-interface/menu3Background.jpg) top left repeat-x; }
#mainNavMenu2 { margin-left: 195px; background: #fff url(/img-interface/menu4Background.jpg) top left repeat-x; }
#mainNavMenu3 { margin-left: 390px; background: #fff url(/img-interface/menu1Background.jpg) top left repeat-x; }
#mainNavMenu4 { margin-left: 585px; background: #fff url(/img-interface/menu2Background.jpg) top left repeat-x; }
	
.menuContents { margin: 0px; font-size: 8pt; padding: 10px 10px 10px 10px; }
	.menuContents h2 { margin: 0 0 10px 0; padding: 0px; font-family: arial, sans-serif; line-height: 1.5em; color: #fff; }
		.menuContents h2 a { font-size: 9pt; font-family: arial, sans-serif; text-decoration: none; color: #fff; }
			.menuContents h2 a:hover { text-decoration: underline; color: #fff; }
	.menuContents ul { list-style: none; margin: 0px; padding: 0px; }
	.menuContents li { margin-left: 10px; border-bottom: 1px solid #000; }
	.menuContents a { text-decoration: none; font-family: arial, sans-serif; font-size: 8pt; font-weight: bold; padding: 5px; display: block; color: #fff; }
	.menuContents a:hover { text-decoration: underline; color: #fff; }
	
#gpsMenu { background: url(/img-interface/menuSprites.jpg) 0px 0px  no-repeat; width: 193px; height: 60px; }
#directMenu { background: url(/img-interface/menuSprites.jpg) -195px 0px  no-repeat; width: 193px; height: 60px; }
#renewMenu { background: url(/img-interface/menuSprites.jpg) -390px 0px  no-repeat; width: 193px; height: 60px; }
#lockboxMenu { background: url(/img-interface/menuSprites.jpg) -585px 0px  no-repeat; width: 193px; height: 60px; }


/* List Styles */
ul.noBulletList { list-style: none;	margin: 1em 0 0 0; padding: 0px; }		
.listFloatImageLeft { padding: 0px; float: left; margin-bottom: 1em; }
.listFloatImageLeft li, .listFloatImageLeft li img { float: left; }
.listFloatImageLeft li { border-bottom: 2px dotted #ddd; }
.listFloatImageLeft li { margin-top: 10px; margin-bottom: 10px;  }
.listFloatImageLeft li.lastListItem { border: 0px; }

/* Features Styles */
#section-features { width: 530px; margin: 0px; padding: 0px; }
#section-features .story { margin-left: 180px; margin-bottom: 30px; }
#section-features .story a:hover { color: #663333; }
#section-features img.icon { margin-bottom: 30px; width: 160px; height: 100px; background: url(/img-features/featuresSprite.jpg) top left no-repeat; border: 1px solid #555; }
.link_LearnMore { margin-top: 0px; margin-bottom: 10px; margin-right: 30px; font-size: 8pt; text-align: center; background: #eee; padding: 2px 5px 2px 5px; float: right; border: 1px solid #fff; border-bottom: 2px solid #ddd; }
	.link_LearnMore:hover { color: #555; text-decoration: none; background: #ddd; border: 1px solid #663333; border-bottom: 2px solid #000; }








.main-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.main-link:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.main-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: 16pt;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
}

.main-nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.main-container {
	display: none; 
	background-color: #000000;
	height: auto; 
	z-index: 110; 
	position: absolute; 
	top: 65px; 
	left: 0px; 
	width: 195px;
}

.main-logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #FFFFFF;
	width: 60px;
	padding: 20px 0px 20px 20px; /* clock wise  */
	float: left;
	display: inline;
}

.main-desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #FFFFFF;
	width: 172px;
	padding: 20px 0px 20px 0px; /* clock wise  */
	float: left;
	display: inline;
}

.main-desc blockquote {
	margin: 0px;
	padding: 10px 0px 0px 20px;
}

.main-desc hr {
	border: solid 1px #000000;
	margin: 0px;
	padding: 0px;
}

.main-desc b {
	font-size: 10pt;
}

.main-desc a {
	font-size: 8pt;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
}

.main-desc a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.main-desc  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 12pt;
	color: #FFFFFF;
}


/*==================================================================
//  General Content Styles
//================================================================*/

.solutionsListTable img {
	padding: 5px 10px 0px 0px;
}

div.blockRollover {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #D7D7D7;
}

div.blockRollover a, div.blockRollover h2 {
	margin: 5px;
	padding: 2px 2px 2px 5px;
	display: block;
	background: #eeeeee;
	border: 1px solid #d7d7d7;
}

div.blockRollover a:hover {
	 background: #cccccc;
}

div.blockRollover p {
	margin: 5px;
	padding-left: 5px;
}

div.blockRollover li {
	margin: 10px;
}

table.pastEvents {
	margin: 5px;
}

table.pastEvents th {
	padding: 5px;
	background: #eeeeee;
	border-bottom: 1px solid #d7d7d7;
}

table.pastEvents td {
	padding: 5px;
	border-bottom: 1px dotted #D7D7D7;
}

div.formContainer h2 {
	margin: 5px;
	margin-top: 10px;
	padding: 2px 2px 2px 5px;
	display: block;
	background: #eeeeee;
	border: 1px solid #d7d7d7;
}

div.formContainer p {
	margin: 10px;
}

div.formContainer p.buttons {
	margin: 5px;
	margin-top: 20px;
	padding: 5px 10px 5px 0px;
	display: block;
	background: #eeeeee;
	border: 1px solid #d7d7d7;
	text-align: right;
}

div.formContent label {
	padding: 3px 0px 3px 20px;
	float: left;
	/*display: -moz-inline-block;
	display: inline-block; */
}

div.formContent input.tiField, select, textarea {
	margin: 3px;
	width: 300px;
}

div.formContent h3 {
	padding: 3px 0px 3px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: bold;
	color: #5F5F5F;
}

div.radioField {
	padding: 3px 0px 3px 20px;
}

div.formContent textarea {
	margin: 3px;
	height: 150px;
	border: 1px solid #7b9ebd;
}

div.formContent input.cbField {
	margin: 5px;
	margin-left: 20px;
	vertical-align: middle;
	
}

div.formContent input.tiField {
	border: 1px solid #7b9ebd;
}

div.formContent select.ddlField {
	width: 300px;
}

div.frmClr { white-space: nowrap; overflow: hidden; }

div.years h1 {
	margin: 5px;
	padding: 5px;
	background: #eeeeee;
	border: 1px solid #d7d7d7;
}
div.years a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: bold;
	color: #5F5F5F;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	padding: 5px;
}

div.years a:hover {
	background: #eeeeee;
}

div.rubikaModules {
	padding-top: 5px;
	/*border-right: 1px dotted #d7d7d7*/
}

div.rubikaModules h2 {
	background: #eeeeee;
	margin: 5px;
	border: 1px solid #d7d7d7;
	padding: 2px;
	display: block;
}

div.rubikaModules h2:hover { background: #d7d7d7; }

div.rubikaModules input { cursor: pointer; }

div.rubikaModules a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 15pt;
	font-weight: bold;
	color: #5F5F5F;
	display: block;
	white-space: nowrap;
}

div.rubikaModules a:hover {
	/*background: #cccccc;*/
	color: #D94F40;
}
div.rubikaRollover {
	padding: 0px 10px 0px 10px;
}

div.rubikaRollover h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	background: #eeeeee;
	border: 1px solid #d7d7d7;
}

div.rubikaModules form  {
	margin: 0px;
	padding: 0px;
}

.btnModule {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 15pt;
	font-weight: bold;
	color: #5F5F5F;
	background: transparent;
	border: 0px;
	text-align: left;
}

div.rubikaModules h2 {
	padding: 0px 0px 0px 3px;	
}

div.rubikaModules input {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: bold;
	color: #5F5F5F;
	background: transparent;
	border: 0px;
	text-align: left;
	width: 114px;
}

div.pressReleases td {
	background-color: #f6f6f6;
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #f1f1f1;
	padding: 5px 5px 5px 5px;
}

div.pressReleases ul {
	margin-bottom: 10px;
}

#downloads a, #support a, #training a, #tools a, #sales a, #reseller a, #news .blockRollover a {
	margin: 0px;
	padding: 2px 2px 2px 5px;
	
	/* Required to work */
	display: -moz-inline-block;
	display: inline-block;
	max-height: 50px;
    max-width: 480px;
    min-height: 0px;
    min-width: 480px;
	/* IE width fix. Length same as above */
	width: 480px;
	
	background: #eeeeee;
	border: 1px solid #d7d7d7;
}

#widget-main, .widget-display { border: 1px solid #cccccc; font: normal bold 10pt arial, sans-serif; }
#widget-title { background: #eeeeee; padding: 5px; margin: 0px; color: #000000; font-size: 10pt; }
#widget-titleLink { color: red; font-size: 8pt; }
#widget-controls { padding: 5px 0px 5px 0px; background: #cccccc; text-align: center; }
.widget-controlsLabel { margin: 0px; padding: 0px; width: 50px; vertical-align: middle; color: #000000; }
#widget-filter { background: #eeeeee; padding: 5px; margin: 0px; color: #000000; font-size: 10pt; text-align: center; }
#widget-filterDisplay { margin-top: 10px; padding: 5px; }
	#widget-filterDisplay h2 { margin: 0px; padding: 0px 0px 5px 0px; font: normal bold 10pt arial, sans-serif; color: black; }
.widget-display { margin-bottom: 5px; }
.widget-displayList { padding: 5px; }
	.widget-displayList h3 { margin: 0px; padding: 0px; font: normal bold 10pt arial, sans-serif; }
	.widget-displayList a { color: black; text-decoration: none; }
	.widget-displayList a:hover { color: red; text-decoration: underline; }
	.widget-displayList p { margin: 0px; padding: 0px; font: normal normal 8pt arial, sans-serif; }
.widget-select { vertical-align: middle; font-size: 8pt; width: 160px; }

.widget-progress { margin-top: 5px; width: 550px; position: absolute; top: auto; left: 50%; margin-left: -200px;
 }
.widget-resultsProgress { text-align: center; font-weight: bold; color: #000000; width: 150px; display: none; padding: 5px; background: #EEF0FC; border: 3px solid #6E89DD; }





/*==================================================================
//  Footer 
//================================================================*/

.footerbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 13pt;
	color: #8C8C8C;
}

.footerbody a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 13pt;
	color: #8C8C8C;
	text-decoration: none;
}

.footerbody a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 13pt;
	color: #D94F40;
	text-decoration: underline;
}


/*==================================================================
//  Sub-Footer Quotes 
//================================================================*/

.quote-containter {
	background: url(/img-bg/bg-quote380.jpg) left bottom no-repeat;
	width: 380px; 
	position: relative; 
	margin-top: 5px; 
	float: left;
}

.quote-content {
	position: relative; 
	z-index: 100;
	padding: 35px 20px 25px 20px;
}

.quote-content p {
	text-align: center; 
	font-size: 16px; 
	font-weight: normal; 
	letter-spacing: -0.8px; 
	font-style: none; 
	line-height: 34px; 
	color: #FFFFFF; 
}

.quote-content h4 {
	color: #b6daed;
}

.quote-content img {
	border: none;
	vertical-align: middle;
}

.quote-header {
	width: 530px; 
	height: 75px; 
	position: absolute; 
	z-index: 10; 
	left: 0px; 
	top: 0px; 
}