/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */

@import url(editor.css);

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */


/**
 * Generic elements
 */

input {
  font: 12px/100% Verdana, sans-serif;
  color: #333;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #333;
}

body.editor .body-field-wrapper {
	width: 102%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
}

h1, h2 {
	color: #220000;
}

h3, h4 {
  color: #115293;	
  margin-bottom:8px;
}


h5, h6 {
	color: #666633;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 115%;
}

h5 {
  font-size: 105%;
}

h6 {
  font-size: 95%;
}

pre {
	background-color: #f1f1f1;
	padding: 5px;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #3366cc;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 10px .2em;
  list-style-type: none;
  list-style-image: none;
}

ul.featurelist {
	margin: 10px 0 0 0;
	padding: 0;
}

.sidebar ul {
	margin: 0 0 10px 0;
	padding-left: 10px;
}

.sidebar ul li {
	margin: 0;
	padding: 0;
}

.details {
	font-size: 1.1em;
	display: none;
}

ul.featurelist li, ul.list li {
  padding: 0;
  margin-left: 25px;
  list-style-type: square;
  list-style-image: none;	
}

ul.primary li {
	font-weight: bold;
}

ul.primary li a:hover {
	color: #ff3333;
}

ul.featurelist li.pointy {
  list-style-image: url(images/bullet_pointy.png);	
}

li.redsquare {
  color: #ff0000;
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e4ec;
  color: #333;
  font-weight: bold;
}

th a:link, th a:visited {
}

td, th {
  padding: .3em .5em;
}

/*
 * 
th {
	background-color: #d3e4ec;
	border: 1px solid #333 !important;
}
 */
td {
	vertical-align: top;
	font-size: .9em;
}

tr.even, tr.odd, tbody th {
  	border-width: 1px 0;
	border-bottom: 1px solid #333;
	vertical-align: top;
}


tr.odd, tr.info {
  background-color: #fff;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

tr.odd {
	background-color: #eee;
}

span.form-required {
  color: #ffae00;
}

span.submitted {
	margin-bottom:10px;
	font-weight: bold;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin: 1.5em 0;
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

body.sidebar-right #footer {
  margin-right: -250px;
}

.powder {
	background-color: #d3e4ec;
}

.rounded {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
}


/**
 * Header
 */
#header h1, #header h1 a:link, #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#header h1 a:hover {
  text-decoration: none;
}

/**
 * Menu Stuff
 */

.meLeft, .meRight {
	display: none;
}

.localnav .meLeft, .localnav .meRight {
	display: block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 24px;
}

.localnav .meLeft {
	left: 0;
	background: url(images/meLeft.png) top left no-repeat;
}

.localnav .meRight {
	right: 0;
	background: url(images/meRight.png) top right no-repeat;
}

/**
 * Primary navigation
 */

#block-menu-primary-links ul.menu {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 4;
	width: 99%;
	left: 0;
	bottom: 0px;
}

#block-menu-primary-links ul.menu li {
	width: 16.5%;
	margin: 0;
  	padding: 0;
  	float: left; /* LTR */
  	background-image: none;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
 	position: relative;
}

#block-menu-primary-links ul.menu a {
	color: #fff;
}

/**
 * Secondary navigation
 */
#block-menu-secondary-links, #block-block-1 ul.menu {
  margin: 10px 0 0 0 ;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: relative;
  z-index: 4;
}

#block-menu-secondary-links li, #block-block-1 ul.menu li {
  margin: 0;
  padding: 0 8px;
  position: relative;  
  float: left; /* LTR */
  background-image: none;
}


/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

ul.primary {
  margin-top: -4px;
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
  display: inline-block;
}

ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
  margin: 1.5em 0;
}

.node:last-child {
	border: 0;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.picture, .comment .submitted {
  float: left; /* LTR */
  clear: left; /* LTR */
  color: #555 !important;
}

.new {
  color: #fe0000;
  font-size: 0.92em;
  font-weight: bold;
  float: left; /* LTR */
}

.terms {
  float: right; /* LTR */
	padding-bottom: 8px;
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  margin: 0 -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  padding: 20px 10px;
  border-bottom: 1px solid #777;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #333;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */

.views-admin-links {
	width: 100%;
}

div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
	clear: none;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #ff3333;
  border-color: #ff3333;
}

div.keynotice {
	border: 1px dashed #115293;
	background-color: #d3e4ec;
	padding: 10px;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/* Customized Layout for Cogix */

#content {
	clear: both;
}

.small {
	font-size: .9em;
	line-height: 1.5em;
}

.smaller {
	font-size: .8em;
	line-height: 1.3em;
}

.inline {
	display: inline;
}

.center {
	text-align: center;
}

.nopad {
	padding: 0;
	margin: 0;
}

ul.nopad li {
	margin: 0;
	padding: 0;
}

.vpad {
	margin-bottom: 15px;
}

.padit10 {
	padding: 10px;
}

.padit5 {
	padding: 5px;
}

.active {
	font-weight: bold;
}

.image-preview, .views-field-image-attach-images  {
	margin: 0 20px 15px 20px;
	float: right;
	clear: right;
}

.view-Customers .col-1, .view-Customers .col-2, .view-Customers .col-3, .view-Customers .col-4, .view-Customers .col-5, .view-Customers .col-6 {
	width: 185px;
}

.clientpreview {
	line-height:1.4em;
	margin: 0 10px;
}

.clientlogo {
	margin: 0 10px;
}

.view-Customers .image-thumbnail {
	margin: 0 22px;
}

.view-Customers .views-field-image-attach-images {
	float: left;
	margin: 0 20px 0 10px;
	clear: left;
}

.view-casestudies .views-row  {
	border-bottom: 1px dotted #aaa;
	padding: 0 0 20px 0;
}

.views-row:last-child {
	border-bottom: none;
}

.views-field-field-install-details-value {
	display: table-cell;
}

.col-* p {
	margin:0;
	padding: 0;
}

.views-view-grid td {
	vertical-align: top;
}

/* Lightbox Effects */
#outerImageContainer, #imageDataContainer {
	min-width: 900px;
}

#outerImageContainer {
	min-height: 600px;
}

#lightboxImage {
	margin-top: 100px;
}

#hoverNav {
	margin-top: 200px;
}

#imageData #imageDetails {
	width: 720px !important;	
	margin-left: 80px;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 20px;
}

#imageData #imageDetails #caption a {
	display: block;
}

/* Forms */

#node-type-form {
	clear: left;
}

/* Clients Nodes */

.clients .image-attach-body {
	float: left;
	width: 150px;
	text-align: center;
	margin-bottom: 20px;
}

.clients .overview {
	float: left;
	margin-left: 20px;
	width: 320px;
}

.clients .testimonial {
	width: 260px;
	float: left;
	margin-left: 30px;
	color: #115293;
	line-height: 1.5em;
	position: relative;
	background: url('images/icon_quotes.gif') top center no-repeat;
}

.clients .testimonial-source {
	font-style: normal;
	line-height: 1.3em;
}

.clients-testimonial {
	border: 0;
}

/* Homepage */

.home .image-attach-body {
	line-height: 120px;
	text-align: center;
}


.home .views-row {
	margin-bottom: 30px;
}

.home .tier {
	float: left; 
	width: 97%; 
	clear: both; 
	padding: 20px 0; 
	margin: 0 20px;
	border-bottom: none;
}

ul.simplespy-content li {
	opacity: 0;
}

.view-TestimonialsHome {
	margin-top:20px;
}

.view-blogviews .views-field-title, .view-blogviews .views-field-teaser {
	margin: 0;
	padding: 0;
}

.views-field-title {
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: bold;
}

.view-clientsblock .views-row {
	margin: 5px 0;
	float: left;
	display: block;
	width: 90px;
	height: 70px;
	line-height: 70px;
}

/* Demos */

td.selection {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-collapse: collapse;
	padding:5px;
	cursor: pointer;
}

td.selection:hover {
	background-color: #eee;
}

td.selected {
	background-color: #d3e4ec !important;
}

td.selection a {
	text-decoration: none;
}

.poll {
	background-color: #aaa;
}

/* Admin */

.admin {
	overflow: hidden;
}

#admin-menu {
	position: fixed;
}

/* Stylish Stuff */

.corner_topleft, .corner_topright, .corner_botright, .corner_botleft {
	position: absolute;
	width: 6px;
	height: 6px;
}

.corner_topleft {
	top: 0;
	left: 0;
	background: url(images/corners_topleft.png) top left no-repeat;
}

.corner_topright {
	top: 0;
	right: 0;
	background: url(images/corners_topright.png) top right no-repeat;
}

.corner_botright {
	bottom: 0;
	right: 0;
	background: url(images/corners_bottomright.png) bottom right no-repeat;
}

.corner_botleft {
	bottom: 0;
	left: 0;
	background: url(images/corners_bottomleft.png) bottom left no-repeat;
}

.featurespot {
	float:left; 
	width: 500px;
	margin-left: 50px;
}

.sidebox {
	background-color: #d3e4ec;
	margin-left: 650px;
	width: 300px;
	padding-bottom: 10px;
}

/* Forums */

#edit-taxonomy-1-wrapper {
	display: none;
}

.teaser-checkbox {
	display: none;
}

#forum tr td.forum { 
	background-position: 0px 15px;
}

td.forum {
	font-weight: bold;
}

#forum ul.links {
	margin-top: 20px;	
}

#forum ul.links li, .support ul.links li {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background-color: #e3f4fc;
	padding: 5px;
}

/* Support Pages */

.book-navigation {
	margin:20px 0 20px 0;
}

.item-box .title-box {
	display: none;
}

ul.jquerymenu li {
	display: none; 
}

ul.jquerymenu li.active, .open li, .open {
	display: block !important; 
}

/* page specific tweaks */

#node-17, #node-18, #node-21, #node-123 {
	width: 900px; 
}

/* Search Page */

dt.title {
	font-size: 1.1em;
	font-weight: bold;
}

.search-results dd {
	margin: 0;	
}