html, table, select, input {
    font-size: 100%;
}
body {
    margin: 0;
    padding: 0;
    font: 12px/20px Verdana, Arial, sans-serif;
    /* color: #231f20; */
    color: #444;
    background-color: #f0f0f1;
}

#header {
    background: url(../../layout/images/header-bkgrd.gif) repeat-x top left;
    height: 40px;
    position: relative;
    z-index: 2;
}
#header-content {
    /* width: 900px; */
	width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    
}

#top-nav {
    list-style: none;
    position: absolute;
    top: 9px;
    left: 150px;
    padding: 0;
    margin: 0;
	line-height: 1.4;
	height: 20px;
}

#top-nav li {
    display: inline;
    float: left;
	padding-top: 1px;
	padding-left: 10px;
}

#top-nav li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background: none;
	text-align: center;
	height: 20px;
	line-height: 20px;
	display: block;
}

#top-nav li a span {
    margin-left: 5px;
	padding-right: 5px;
	height: 20px;
	display: block;
}

#top-nav li a.current, #top-nav li a.current:hover, #top-nav li a.currentParent, #top-nav li a.currentParent:hover {
    color: #231f20;
    background: url(../../layout/images/top-nav-active-left.gif) no-repeat top left;
}

#top-nav li a.current span, #top-nav li a.current:hover span, #top-nav li a.currentParent span, #top-nav li a.currentParent:hover span {
    background: #fff url(../../layout/images/top-nav-active-right.gif) no-repeat top right;
}

#top-nav li a:hover {
    background: url(../../layout/images/top-nav-left.gif) no-repeat top left;
}

#top-nav li a:hover span {
    background: #39b54a url(../../layout/images/top-nav-right.gif) no-repeat top right;
}

#search {
    background: url(../../layout/images/search.gif) no-repeat top left;
    width: 130px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 0;
}

#search #searchTerm {
    background: none;
    border: none;
    width: 100px;
    position: absolute;
    top: 0;
    left: 25px;
}

#search form {
    padding: 0;
    margin: 0;
}

#breadcrumb {
	width: 95%;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 10px;
}
#breadcrumb a {color: #444444;}
#wrapper {
    /* width: 900px; */
	width: 95%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    position: relative;
    z-index: 1;
    -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}





.green-button {
    width: 224px;
    padding-top: 3px;
    height: 27px;
    background: url(../../layout/images/green-button.gif) no-repeat top left;
    text-align: center;
    font-weight: bold;
    color: #fff;
    display: block;
    float: left;
}

#headline-content-right {
    float: right;
    width: 300px;
    text-align: center;
    padding-right: 50px;
}

#footer {
    width: 95%;
    margin: 20px auto;
}

#footer p {
    float: left;
    margin: 0;
}

#footer img {
    float: right;
    padding-bottom: 10px;
}

#main {
    margin-top: 20px;
}

.clear {
    clear: both;
}
div.pageToc {-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; border: 1px solid #ddd; margin: 20px 0; padding: 10px 20px 5px 20px; max-width: 600px;}
div.pageToc table {width: 100%;}

div.pageToc tbody td {width: 50%; padding: 5px; border-bottom: none;}
div.pageToc h4 {margin: 0 0 10px;}
h1, h2, h3, h4 {font-family: Arial, Helvetica, sans-serif; color: #231f20; position: relative;}
h1 {font-size: 26px; margin-top: 0; line-height: 30px;}
h2#page-title { font-size: 28px; line-height: 28px; padding-bottom: 5px; margin-top: 0; border-bottom: 1px solid #231f20;}
h2 {margin: 40px 0 10px; font-size: 20px;}
h3 {font-size: 18px; font-weight: normal;}
h3.block {font-size: 16px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; background: #F1F1F1; font-weight: bold; margin: 20px 0 !important; padding: 8px 12px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 12px;}
h2 #bktop, h3 #bktop {position: absolute; right: 10px; top: 2px; font-size: 11px; font-weight: normal;}
h3.block #bktop {top: 8px;}

.gray {
    color: #58585a;
}

#subnav {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 181px;
}

#subnav li {
    height: 30px;
}

#subnav li a {
    height: 14px;
    display: block;
    padding: 6px 0;
    padding-left: 5px;
    color: #39b54a;
    text-decoration: none;
}

#subnav li a:hover {
    color: #fff;
    background: url(../../layout/images/right-nav-hover.png) no-repeat top left;  
}

#subnav li a.current, #subnav li a.currentParent {
    color: #fff;
    background: url(../../layout/images/right-nav-active.png) no-repeat top left;  
    position: relative;
    z-index: 2;
}

#subnav li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: -10px;
    padding: 10px 0;
    background: #818182 url(../../layout/images/right-nav-sub-bottom.gif) no-repeat bottom left;
    position: relative;
    z-index: 1;
}

#subnav li ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#subnav li ul li a {
    color: #fff;
    background: none;
    padding-left: 20px;
}

#subnav li ul li a:hover, #subnav li ul li a.current:hover {
    color: #fff;
    background: url(../../layout/images/right-nav-sub-hover.gif) no-repeat 5px 12px;
}

#subnav li ul li a.current {
    color: #fff;
    text-decoration: underline;
    background: none;
}

img {
    border: none;
}

a {
    /* color: #231f20;*/
	/* color: #2173AF;*/
	color: #39b54a;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

td, th {
    vertical-align: top;
}
td p:first-child {margin-top: 0;}

#secondary-nav {
    list-style: none;
    position: absolute;
    top: 24px;
    right: 35px;
    font-size: 14px;
}

#secondary-nav li {
    display: inline;
}

#secondary-nav li {
    display: inline;
    padding-left: 20px;
}

#secondary-nav li a {
    text-decoration: none;
}

#secondary-nav li a:hover, #secondary-nav li a.current, #secondary-nav li a.currentParent {
    color: #39B54A;
    padding-bottom: 7px;
    border-bottom: 5px solid #39B54A;
}

#left-sidebar {
    float: left;
    width: 255px;
}

.navigation {
    background: #f6f6f6;
    width: 255px;
    font-family: Verdana, sans-serif;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.navigation h2 {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    background: url(../../layout/images/table-head-bg.gif);
    color: #fff;
    text-align: center;
    height: 22px;
    font-size: 14px;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0; 
    border-radius: 6px 6px 0 0;
}

.navigation h3 {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
}

.navigation h3 a{
    color: #000;
    text-decoration: none;
}

.navigation h3 a:hover{
    text-decoration: underline;
}

.navigation ul {
    list-style: none;
    padding: 0 10px;
    margin: 8px 0;
}
.navigation ul ul {padding-left: 0;}
.navigation li {margin: 8px 0; line-height: 16px;}
.navigation ul#general-nav > li {background: url(../images/grid-small.png) no-repeat 0 0; padding: 0 0 0 21px; font-weight: bold;}
.navigation ul#general-nav > li.current, .navigation ul#general-nav > li.currentParent {background: url(../images/grid-small-dot.png) no-repeat 0 0;}
.navigation ul#general-nav > li.home {background: url(../images/home-small.png) no-repeat 0 0;}

.navigation ul#app-nav > li {background: url(../images/application.png) no-repeat 0 0; padding: 0 0 0 21px; font-weight: bold;}
.navigation ul#app-nav > li.current, .navigation ul#app-nav > li.currentParent {background: url(../images/application-blue.png) no-repeat 0 0;}
.navigation ul ul li {background: url(../images/grid-small-dot.png) no-repeat 0 0; padding: 0 0 0 21px; font-weight: normal;}
.navigation ul ul li.current, .navigation ul ul li.currentParent {background: url(../images/grid-small.png) no-repeat 0 0;}
.navigation ul li a {color: #000; text-decoration: none;}
.navigation ul li a:hover {text-decoration: underline;}

#content {margin-left: 270px;}

table.editor {
  border: 2px #39B54A groove;
  position: relative;
  top: 20px;
  margin-bottom: 20px;
}

td, tr {
  border: none;
}

tr.color-row {
  background-color: #fbf3ce;
  background-color: #fdfae8
}

#content-full {
    width: 900px;
}

#right-sidebar {
    float: right;
    width: 200px;
}

.right-content {
    width: 180px;
}



div.right-content {
    background: url(../../layout/images/right-content-bottom.gif) no-repeat bottom left;
    padding: 0;
    width: 200px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.right-content-interior {
    background: url(../../layout/images/right-content-bkgrd.gif) repeat-y top left;
    margin: 0;
    padding: 5px 10px;
}

.right-content-interior ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.right-content li a {
    color: #666;
}

#tblPricing thead {
    font-size: 2.5em;
    text-align: center;
}

#tblPricing thead td {
    padding: 10px 0;
-}

#tblPricing tbody {
    font-size: 1.3em;
    color: #404041;
}

#tblPricing tbody tr td, #tblPricing tbody tr th {
    border-bottom: 1px solid #231f20;
    padding: 10px 0;
}

#tblPricing tbody tr.price td, #tblPricing tbody tr.price th, #tblPricing tbody tr td.plus {
    border-bottom: none;
}

#tblPricing tbody tr.price td {
    font-size: 1.2em;
}

#tblPricing tbody tr th {
    text-align: left;
    font-weight: normal;
}

#tblPricing tbody tr td {
    text-align: center;
}

#tblPricing .plus {
    background-color: #404041;
    color: #fff;
}

#tblPricing thead .plus {
    background: #404041 url(../../layout/images/plus-top.gif) no-repeat top left;
}

#tblPricing tfoot .plus {
    background: #404041 url(../../layout/images/plus-bottom.gif) no-repeat bottom left;
}

#tblPricing tfoot td {
    text-align: center;
    padding: 10px 0;
}

#tblFeatures {
    margin: 0 auto;
    font-size: 1.2em;
}

#tblFeatures ul {
    padding: 0 20px;
    margin: 0;
    list-style: none;
}

#tblFeatures ul li {
    padding: 5px 0 5px 20px;
    background: url(../../layout/images/checkmark.png) no-repeat left 50%;
}

/* Blog Styling
----------------------------------- */

.blog-listing {
    padding-bottom: 30px;
    position: relative;
}

.blog-listing h2 {
    float: left;
}

.blog-date {
    height: 55px;
    width: 43px;
    background: url(../../layout/images/blog-date.png) no-repeat top left;
    float: left;
    position: relative;
    padding-right: 10px;
}

.blog-date .month {
    text-transform: uppercase;
    text-align: center;
    font-size: 0.9em;
    position: absolute;
    top: 2px;
    left: 0;
    width: 40px;
    color: #39B54A;
}

.blog-date .day {
    font-size: 1.3em;
    color: #231f20;
    text-align: center;
    position: absolute;
    top: 19px;
    left: 0;
    width: 40px;
}

.blog-date .year {
    color: #231f20;
    text-align: center;
    font-size: 0.9em;
    position: absolute;
    top: 35px;
    left: 0;
    width: 40px;
}

.abstract {
    clear: both;
}

.tags-container {
    padding-top: 10px;
}

.tags-icon {
    float: left;
}

.comments {
    position: absolute;
    top: 24px;
    right: 0;
    background: url(../../images/user-silhouette.png) no-repeat left 50%;
    padding-left: 20px;
}

.tags {
    height: 20px;
    padding: 5px;
    float: left;
}

.comment-container {
    padding: 5px;
}

.even {
    border: 1px dotted #d1d1d1;
}

#comment-form input[type="text"] {
    width: 419px;
}
code, .code {display: block; padding: 10px; background: #f9f9f9; border: 1px solid #E9E9E9; font-family: 'Monaco',Courier,serif;}
table {
  width: 100%;
  margin: 0.3em 0 1em;
}
td, th {
  vertical-align: top;
  padding: 5px;
  text-align: left;
}
thead th {
  font-weight: bold;
  background: #505050 url(../../layout/images/table-head-bg.gif) repeat-x top;
  color: #fff;
}
tbody td {
  border-bottom: 1px dotted #333;
}

.col_5w {width: 5%;}
.col_10w {width: 10%;}
.col_15w {width: 15%;}
.col_25w {width: 25%;}
.col_30w {width: 30%;}
.col_33w {width: 33%;}
.col_40w {width: 40%;}
.col_50w {width: 50%;}
.col_70w {width: 75%;}
.col_75w {width: 75%;}

/*forms
-----------------------------------------------------*/

input[type="text"], textarea {
    border-left: 5px solid #39B54A;
    background: url(../../layout/images/text-input-bg.gif) repeat-x top left;
}

input[type="text"].error, textarea.error {
    border-left: 5px solid red;
}

/* Image Drop Shadow - http://www.alistapart.com/articles/cssdrop2/
---------------------------------------------------*/
.alphaShadowLeft, .alphaShadowRight {
  background: url(/layout/images/dropshadow/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 5px 10px !important;
  margin: 10px 10px 5px 5px;
}
.alphaShadowLeft {float: left;}
.alphaShadowRight {float: right;}

.alphaShadowLeft div, .alphaShadowRight div {
  background: url(/layout/images/dropshadow/shadow2.png) no-repeat left top !important;
  background: url(/layout/images/dropshadow/shadow2.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
}

.alphaShadowLeft img, .alphaShadowRight img {
    /*border: 1px solid #39B54A;*/
}

.captionRight {
    float: right;
    width: 470px;
    color: #39B54A;
    font-size: 10px;
    text-align: center;
}
/* Tag Table */
table.tagsTbl {
  width: 100%;
  margin: 0.3em 0 1em;
}
table.tagsTbl td, table.tagsTbl th {
  vertical-align: top;
  padding: 5px;
  text-align: left;
}
table.tagsTbl thead th {
  font-weight: bold;
  background: #505050 url(../../layout/images/table-head-bg.gif) repeat-x top;
  color: #fff;
}
table.tagsTbl tbody td {
  border-bottom: 1px dotted #333;
}

td.col_5w {width: 5%;}
td.col_10w {width: 10%;}
td.col_25w {width: 25%;}
td.col_30w {width: 30%;}
td.col_33w {width: 33%;}
td.col_50w {width: 50%;}
td.col_70w {width: 75%;}
td.col_75w {width: 75%;}

/*VIDEO DIV STYLES
-----------------------------------------------------*/
#content div.video-wrapper {float: right; margin: 0 0 0 10px; width: 200px;}
#content div.video-wrapper h5 {text-align: center; margin: 0; font-weight: bold; font-size: 100%;}
#content div.video-wrapper p {text-align: center;}
