﻿
.loginbox{
	margin: 0 auto;
}

.title{
	font-weight: bold;
	color: #999999;
	font-size:14px;
}

#postnavigation{
	margin-bottom: 10px;
	text-align: center;
	color: Gray;
	background: white;
	border: 1px solid silver;
	padding: 3px;
}


/*----------------------------
					 Widgets
----------------------------*/

div#widgetzone{
	padding: 0;
	background: none;
}

div#widgetzone .clear{
	clear: left;
}

div.widget{
	background: white;
	border: 1px solid silver;
	padding: 10px 15px;
	margin-bottom: 10px;
	z-index: 1;
	min-width: 1px;
}

div.widget .content{
	line-height: 16px;
	color: #666666;
}

div.widget h4{
	font-size: 15px;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 5px;
	z-index: 0;
	color: #999999;
	letter-spacing: 1px;
}

div.widget a.edit{
	font-size: 10px;
	font-weight: normal;
	float: right;
	z-index: 1;
}

div.widget a.delete{
	font-weight: bold;
	color: #999999;
	float: right;
	margin-left: 5px;
	z-index: 1;
	text-decoration: none;
}

div.widget a.delete:hover{
	color: black;
}

#widgetzone .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#widgetzone .widget ul li {
	margin-bottom: 3px;
}

#widgetzone div.search{
	background: none;
	border: none;
	padding-left: 10px;
}

#widgetzone img.rssButton {
	margin-right: 3px;
}

/*----------------------------
					 Blogroll
----------------------------*/

#blogroll ul {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0px;
}

#blogroll ul li ul li a {
	margin-left: 25px;
	color: #666666;
}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}

/*----------------------------
					 Posts
----------------------------*/

div.post, .mceContentBody {
	border: 0px solid silver;
	padding: 3px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
	line-height: 17px;
}

div.post h1, .mceContentBody h1 {
	margin: 5px 0 0 0;
}

div.post .author {
	color: #666666;
	font-size: 10px;
	float: left;
	text-transform: capitalize;
}

div.post .pubDate {
	color: #666666;
	font-size: 10px;
	float: right;
}

div.post .text {
	margin-top: 30px;
}

div.post .text h2 {
	margin-bottom: -10px;
}

div.post .text h3 {
	font-size: 11px;
	margin-bottom: -10px;
	padding: 0;
}

div.post .footer {
	text-align: right;
	border-top: 1px dashed silver;
	padding-top: 4px;
	padding-bottom: 2px;
}

div.post .bottom {
	margin-bottom: 45px;
}

div.post .categories {
	margin-bottom: 5px;
	float: right;
}

div.post .tags {
	float: left;
	margin-bottom: 5px;
}

div.post .text a[href^="http:"] {
	background: url(../../pics/remote.gif) right top no-repeat;
	padding-right: 10px;
  white-space: nowrap;
}

/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts div {
	background: white;
	padding: 5px 10px 10px 10px;
	border: 1px solid silver;
}

#relatedPosts h1 {
	margin: 0 0 10px 0;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}

/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li{
	padding-bottom: 10px;
}

ul.recentPosts li a{
	font-weight: bold;
}

ul.recentPosts li span{
	display: block;
	text-indent: 10px;
	text-transform: none;
}

/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
}

/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks {
	float: left;
}

/*----------------------------
					Comments
----------------------------*/

.comment {
	border: 1px solid silver;
	background-color: white;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.comment .date {
	font-size: 10px;
	color: #666666;
	text-align: right;
	margin: 0;
	padding: 3px 0px;
	border-bottom: 1px dashed silver;
}

.comment .author {
	margin: 0;
	padding: 3px 0px;
	border-top: 1px dashed silver;
}

.self {
	border: 1px solid black;
}

.comment .gravatar {
	float: left;
	clear: both;
	margin: 5px 10px 5px 0;
}

.comment .gravatar img {
	height: 80px;
	width: 80px;
}

.comment .content {
	min-height: 85px;
	margin: 5px;
	margin-left: 90px;
}

.comment cite{
	font-family: Monospace;
	font-style: normal;
}

.comment img.flag {
	position: relative;
	top: 2px;
}

.commentForm {
	padding: 5px;
}

.commentForm label {
	float: left;
	display: block;
	width: 80px;
	margin-top: 4px;
}

.commentForm input {
	width: 300px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
	border:1px solid silver;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

/*----------------------------
					Archive
----------------------------*/

#archive {
	background-color: white;
	border: 0px solid silver;
	padding: 10px;
}

#archive h1 {
	margin: 0;
	border-bottom: 1px dashed silver;
	padding-bottom: 9px;
}

#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 0px solid #D8D8D8;
	padding: 2px 0;
}

#archive .date{
	width: 70px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}

/*----------------------------
					 Search
----------------------------*/

#searchbox {
	margin-top: 5px;
	font-size: 10px;
}

#searchbox input {
	font-size: 10px;
}

#searchbox #searchbutton {
	margin-left: 5px;
}

#searchbox #searchfield {
	width: 100px;
}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	background: white;
	padding: 5px 10px;
	margin-bottom: 20px;
	border: 1px solid silver;
}

#searchonsearch h3 {
	margin: 3px;
	font-size: 13px;
}

#searchonsearch ol li {
	margin: 2px 0;
}

/*----------------------------
				Month list
----------------------------*/

ul#monthList{
	font-weight: bold;
}

ul#monthList ul li{
	margin-left: 20px;
	font-weight: normal;
}

ul#monthList li.year{
  cursor: pointer;
}

ul#monthList ul{
	display: none;
}

ul#monthList ul.open{
	display: block;
}

/*----------------------------
				 Tag cloud
----------------------------*/

.tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}

.tagcloud li {
	display: inline;
}

.tagcloud a {
	margin-right: 3px;
	display: inline;
}

.tagcloud a.biggest {
	font-size: 19px;
}

.tagcloud a.big {
	font-size: 17px;
}

.tagcloud a.medium {
	font-size: 14px;
}

.tagcloud a.small {
	font-size: 12px;
}

.tagcloud a.smallest {
	font-size: 10px;
}

/*----------------------------
					 Page
----------------------------*/

#page {
	border: 0px solid silver;
	padding: 3px 10px;
	margin-bottom: 20px;
	background-color: white;
	line-height: 17px;
}

#page h1 {
	margin: 3px 0 10px 0;
}

#page #admin {
	border-top: 0px solid silver;
	margin-top: 10px;
	padding: 5px 0;
}

/*----------------------------
					 Calendar
----------------------------*/

#calendarContainer {
	text-transform: capitalize;
	margin: 0 auto;
}

.calendar {
	border: none;
	margin: 0 auto;
}

.calendar .weekend {
	background-color: #F1F1F1;
}

.calendar .other {
	color: silver;
}

.calendar a.exist {
	display: block;
	font-weight: bold;
	background-color: #F1F1F1;
}

.calendar td {
	vertical-align: top;
	background: white;
}

/*----------------------------
					Star rater
----------------------------*/

.rating{
	margin-bottom: 10px;
}

.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
}

.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

/* smaller star */
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/*----------------------------
				Search page
----------------------------*/

#searchpage{
	margin-bottom: 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
}

.searchresult{
	margin-bottom: 20px;
	width:96%;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
}
.searchresult span.line{
	display: block;
}
.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
}

.searchpage ul.paging li a{

}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/*----------------------------
				Contact page
----------------------------*/

#contact{
	background : white;
	padding: 10px;
	border: 1px solid silver;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/*----------------------------
			Syntax highlighter
----------------------------*/

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
  line-height: normal;
}

.code p{
	padding: 5px;
}

.code .rem { color: #008000; }

.code .kwrd { color: #0000ff; }

.code .str { color: #006080; }

.code .op { color: #0000c0; }

.code .preproc { color: #0000ff; }

.code .asp { background-color: #ffff00; }

.code .html { color: #800000; }

.code .attr { color: #ff0000; }

.code .alt {	background-color: #f4f4f4; }

.code .lnum { color: #606060;}

/*----------------------------
					XFN tags
----------------------------*/

div.post .text a[rel] {
	padding-right:11px;
	background-repeat: no-repeat;
	background-position: right center;
}
div.post .text a[rel="me"] {	
	background-image:url('../../pics/xfn/me.gif');
}

/*-------- [ These should cascade to pick the correct icon for the contact ]--*/

/*-------- [ Normal contacts ]--*/
div.post .text a[rel~="contact"] ,
div.post .text a[rel~="acquaintance"],
div.post .text a[rel~="friend"] {
	background-image:url('../../pics/xfn/contact.gif');
}
/*-------- [ Normal contacts youve met ]--*/
div.post .text a[rel~="contact"][rel~="met"] ,
div.post .text a[rel~="acquaintance"][rel~="met"] ,
div.post .text a[rel~="friend"][rel~="met"] {
	background-image:url('../../pics/xfn/contactMet.gif');
}

/*-------- [ Colleague and co worker icon more important than contact ]--*/
div.post .text a[rel~="colleague"] ,
div.post .text a[rel~="co-worker"] {
	background-image:url('../../pics/xfn/colleague.gif');
}
/*-------- [ Colleague and co worker icon when met ]--*/
div.post .text a[rel~="colleague"][rel~="met"] ,
div.post .text a[rel~="co-worker"][rel~="met"] {
	background-image:url('../../pics/xfn/colleagueMet.gif');
}

/*-------- [ Sweethearts are more important than work!!! ]--*/
div.post .text a[rel~="muse"] ,
div.post .text a[rel~="crush"] ,  
div.post .text a[rel~="date"] ,
a[rel~="sweetheart"] {
	background-image:url('../../pics/xfn/sweet.gif');
}
/*-------- [ ...and if youve met them thats even better ]--*/
div.post .text a[rel~="muse"][rel~="met"] ,
div.post .text a[rel~="crush"][rel~="met"] ,  
div.post .text a[rel~="date"][rel~="met"] ,
div.post .text a[rel~="sweetheart"][rel~="met"] {
	background-image:url('../../pics/xfn/sweetMet.gif');
}
















/* General HTML styles */

html {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  height: 100%;
}
body {
  color: #847465;
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
}
h1 {
  font-size: 16px; font-weight: normal;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  visibility: hidden;
}
h1.small {
  color: #847465;
  font-size: 13px;
  margin-top: 15px;
}
h1.small embed {
  height:13px;
  margin-bottom: 0px;
  margin-bottom: expression('7px');
}
h1 embed {
  margin-bottom: 3px;
  margin-bottom: expression('10px');
}
h2 {
  font-weight: normal;
  font-size: 15px;
  margin: 0px;
}
h3 {
  font-size: 11px;
  margin: 0px;
}
ul {
  margin: 0px 0px 15px 15px;
  padding: 0px;
  list-style: none;
}
ul li {
  padding-left: 10px;
  background: transparent url(/img/assets/bullet.gif) no-repeat scroll 0px 4px;
}
hr {
  border:none;
  border-top: 2px groove #CCCCCC;;
  height: 2px;
  margin-bottom: 15px;
}
a {
	color: #847364;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #ab9d91;
}
p, blockquote { margin: 0px 0px 15px; }
input { font-family: Verdana, Arial, Helvetica, sans-serif; }
img { border: none; }
a, a:link, a:focus, a:active, input:focus { outline: none; }
p, h3, #footer, li { line-height: 17px; }
blockquote { line-height: 22px; }
sup { text-decoration: none; }

/* global classes */

.clear { clear: both; }
.hidden { visibility: hidden; }
.visible { visibility: visible; }
.left { float: left; }
.right { float: right; }
.mgleft { float:left; margin: 0px 15px 15px 0px; }
.mgright { float:right; margin: 0px 0px 15px 15px; }
.center { text-align: center; }
.mcenter { margin: 0px auto; }
.txt_right { text-align: right; }
.indent { margin-left: 15px; }
.gray { color: #847465; }
.small { font-size: 10px; }

blockquote em { display: block; margin-top: 15px; font-size: 9px; }
blockquote .quote { width: 13px; height: 17px; _display: inline-block;}

.link_arrow {
  padding-left: 18px;
  background: transparent url(/img/assets/link_arrow_grey.jpg) no-repeat scroll 0px 1px;
}
.link_enlarge {
  padding: 0px 18px 2px 0px;
  background: transparent url(/img/assets/link_enlarge.gif) no-repeat scroll right 1px;
  text-decoration: none;
}
.bullet_arrow {
	float:left;
	width:5px; height:10px;
	background:transparent url(/img/assets/bullet_triangle.png) no-repeat scroll;
	margin: 2px 4px 0px 0px;
}

/* Page, header, and footer styles */

#pagebase {
  background: transparent url(../../img/i_g1_gradient.jpg) repeat-x scroll left top;
  overflow: visible;
  z-index: 1;
}
#container {
  background: #ffffff none repeat scroll 0%;
  border-bottom: 1px solid  #F2F2F2;
  border-left: 0px solid #E4E4E4;
  border-right: 0px solid #E4E4E4;
  margin: 0px;
  width: 900px;
  z-index: 2;
}
#header a, #footer a {
	text-decoration: none;
}
#header {
  position: relative;
  text-align: center;
  z-index: 999;
  background: transparent url(../../img/navigation/n_bkg_grad.gif) repeat scroll left top;
  height:110px;
}
#header_logo {
  position: absolute;
  top: 3px;
  left: 25px;
  width: 214px;
  height: 73px;
  background: transparent no-repeat scroll left top;
}
#header_logo a {
  display: block;
  width: 214px;
  height: 73px;
}
#h_global_nav {
  position: absolute;
  top: 0px;
  right: 40px;
  z-index: 2;
}
#h_global_nav ul {
  display: block;
  margin: 0px;
  padding: 0px;
}
#h_global_nav ul li {
  z-index: 9999;
	float: left;
  padding: 0px;
  margin: 0px 0px 0px 5px;
  background: transparent url(../../img/navigation/n_tab.jpg) no-repeat scroll center top;
  width: 111px;
  height: 45px;
  cursor: pointer;
  overflow: hidden;
}
#h_global_nav ul li a {
  display: block;
  padding: 24px 0px 14px 0px;
}
#h_global_nav ul li:hover, #h_global_nav ul li.on {
  height: 55px;
  background: transparent url(../../img/navigation/n_tab_droptrans.png) no-repeat scroll center top;
}
#h_global_nav ul li.dropdown:hover, #h_global_nav ul li.dropon {
  height: 55px;
}
#h_global_nav ul li ul {
  display: none;
  background-color: #ffffff;
  width: 220px;
  height: auto;
  border-bottom: 2px solid #c9c9c9;
  overflow: hidden;
  position: absolute;
  margin-left: expression('-55px');
}
#h_global_nav ul li:hover ul, #h_global_nav ul li.on ul {
  display: block;
}
#h_global_nav ul li ul li {
  width: 220px;
  height: auto;
  background: transparent url(../../img/navigation/n_tab_drop_grad.jpg) repeat-y scroll center top;
  font-size: 10px;
  text-align: left;
  float: none;
  border: none;
  border-top: 2px solid #ffffff;
  border-top: expression('none');
  overflow: hidden;
}
#h_global_nav ul li ul li:hover, #h_global_nav ul li ul li.on {
  width: 220px;
  height: auto;
  background: transparent url(../../img/navigation/n_tab_drop_grad.jpg) no-repeat scroll center top;
}
#h_global_nav ul li ul li a {
  display: block;
  padding: 4px;
  margin: 0px;
}
#h_global_nav ul li ul li a span {
 color: #fcb034;
}
#h_global_subnav {
	position: absolute;
  top: 78px;
  left:282px;
	width: 600px;
	height: 22px;
	color: #fcb034;
  font-size: 10px;
  z-index: 1;
}
#h_global_subnav a {
	line-height: 22px;
}
#h_global_subnav a {
	padding: 0px 7px;
	color: #ab9d91 !important;
}
#h_global_subnav a:hover {
  background: transparent none repeat scroll 0%;
  color: #847364 !important; 
}
#h_login {
  float: right;
  width: 52px;
  height: 14px;
  background: transparent url(../../img/navigation/b_login.jpg) no-repeat scroll center center;
  margin: 3px 20px 0px 0px;
}
#h_login a {
  display: block;
  width: 52px;
  height: 14px;
  background: none;
  padding: 0px;
}
#h_login a:hover {
  background: transparent url(../../img/navigation/b_login_roll.jpg) no-repeat scroll center center;
}
#breadcrumbs {
  margin: 15px 20px 0px;
  font-size: 9px;
}
#breadcrumbs a {
  text-decoration: none;
}
#footer {
  background: #f7f7f7 url(../../img/pg_footerbg.gif) repeat-x scroll left bottom;
  color: #000000;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 3;
}
#footer #footer_menu {
  padding: 20px 0px 15px;
  color: #fcb034;
}
#footer #footer_menu div {
	margin-bottom: 6px;
}
#footer #footer_menu .logo {
  vertical-align: middle;
  margin-left: 5px;
}
#footer #footer_copyright {
	font-size: 9px;
	color: #cccccc;
	padding-bottom: 20px;
}
#footer #footer_hacker_logos { 
	margin: 0px;
	text-align: center; 
	background-color: #ffffff;
}
#footer #footer_hacker_logos img {
  vertical-align: top;
}

/* Left subnav styles */

#navigation #focus {
  width: 223px;
  height: 165px;
  overflow: hidden;
}
#sidenav {
  position: relative;
  font-family: Arial;
  background-color: #E2DFDA;
}
#sidenav a {
  text-decoration: none;
  display: block;
  margin: 0px;
  padding: 0px;
  width: auto;
}
#sidenav ul, #sidenav li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}
#sidenav ul li {
  background: transparent url(../../img/navigation/subnav_h_line.gif) no-repeat scroll right bottom;
  height: auto;
  overflow: visible;
}
#sidenav ul li a {
  padding: 7px 0px 0px 10px;
  height: 21px;
  overflow: visible;
  position: relative;
}
#sidenav ul li a div {
  display: block;
  width: 200px;
  height: 13px;
  overflow: hidden;
  position: relative;
}
#sidenav ul li a div span {
  display: block;
  width: 200px;
  height: 13px;
  background-position: 0px 0px;
}
#sidenav ul li a p {
  margin: 0px 0px 0px 1px;
  padding: 0px;
}
#sidenav ul li a:hover {
  background: none;
}
#sidenav ul li a:hover div span {
  background-position: 0px -13px;
  _background-position: 0px 0px;
  _position: relative;
  _left: 0px;
  _top: -13px;
}
#sidenav ul li ul {
  display: none;
}
#sidenav ul li ul li {
  background: none;
}
#sidenav ul li ul li a {
  padding: 0px 0px 0px 20px;
  height: 21px;
  line-height: 21px;
  overflow: visible;
  background-color: #D2CBC3;
  background: #D2CBC3 url(/img/navigation/subnav_arrow_off.gif) no-repeat scroll 10px center;
}
#sidenav ul li ul li.selected {
  padding: 0px;
}
#sidenav ul li ul li a:hover {
  background-color: #E2DFDA;
  background: #E2DFDA url(/img/navigation/subnav_arrow_over.gif) no-repeat scroll 10px center;
}
#sidenav ul li ul li.selected a, #sidenav ul li ul li.selected a:hover {
  background-color: #ffffff;
  background: #ffffff url(/img/navigation/subnav_arrow_on.gif) no-repeat scroll 10px center;
}
#sidenav ul li.selected {
  padding-bottom: 1px;
}
#sidenav ul li.selected ul {
  display: block;
}
#sidenav ul li.home a {
  display: block;
  width: 223px;
  height: 20px;
  padding: 0px;
  background: none;
}
#sidenav ul li.home a span {
	color: #ffffff;
  line-height: 20px;
  padding-left: 15px;
}
#sidenav ul li.last {
  display: block;
  width: 223px;
  height: 91px;
  background: transparent url(../../img/navigation/subnav_btm_bg_gradient.gif) repeat-x scroll;
  position: static;
}

/* Solution landing pages */

#main_container { background: transparent url(/img/solutions/bg_grad_tall.jpg) repeat-x scroll; }
#main_msg {
  background-color: #eeeeee;
  padding: 5px 5px 5px 36px;
}
#main_flash {
  width: 900px;
  height: 245px;
  overflow: hidden;
  background-color: #dddddd;
}
#main_flash_narrow, #solutions {
  width: 919px;
  margin: 0px 0px 0px 42px;
}
#main_flash_narrow { height: 326px; background: #C5BCB3 none; }
#solutions { background: transparent url(/img/solutions/vert_grad_tall.jpg) repeat-x scroll; }
#solution_headers, #solution_headers .header  { height: 40px; }
#solution_headers .header, #solutions .solution {
	float: left;
  width: 305px;
  _position: relative; _left: -1px;
}
#solution_headers .header a { display: block; width:305px; height: 40px; overflow:hidden; position: relative; }
#solution_headers .header a img { margin-left:10px; position: relative; top:0px; }
#solution_headers .header a:hover img { top:-40px; }
#solution_headers .first { margin-left: 1px; }
#solutions .solution { margin-left: 1px; min-height: 260px; _height: 260px; background: transparent url(/img/solutions/bg_grad_short.jpg) repeat-x scroll; }
#solutions .four, #solution_headers .four a { width: 228px; }
#solutions .fourlast, #solution_headers .fourlast a { width: 230px; }
#solutions .transparent { background: transparent url(/img/solutions/bg_grad_tall.jpg) repeat-x scroll; }
#solutions .solution li { margin-bottom: 10px; }
#solutions .solution .header { height: 40px; }
#solutions .solution .top { margin: 8px 5px 10px 10px; }
#solutions .solution .top p.txt {
  float: left;
  width: 218px;
  margin: 0px 0px 10px;
}
#solutions .solution .top .btn {
  clear: both;
  margin: 0px 5px 0px 0px;
}
#solutions .solution .top .icon {
  float: right;
  margin: 0px 0px 10px 0px;
}
#solutions .solution .bottom {
  margin: 10px; padding: 10px 0px;
  border-top: 1px solid #dddddd;
  clear: both;
}
#solutions .solution .bottom p {
  margin: 0px 0px 10px 0px;
}
#solutions .solution .bottom .right {
  width: 180px;
  /*background: transparent url(/img/solutions/vert_grad_short.jpg) no-repeat scroll top left;*/
}
#solutions .solution .bottom .right p { margin: 0px 0px 10px 10px; }
#solutions .solution .bottom .btn_see_rates { margin:6px 5px 0px 0px; padding-right:5px; border-right: 1px solid #cccccc; }

/* Grouping pages */

#main #focus {
  width: 314px;
  float: left;
}
#products_container {
  width: 686px;
  overflow: hidden;
  float: left;
  background: transparent url(/img/groupings/products_bg_gradient.jpg) repeat-x scroll;
}
#products_container #breadcrumbs { margin: 15px 10px 0px; }
#products_container #site_search { float: right; }
#products {
  width: 667px;
  margin: 12px 0px 0px 10px;
  background: transparent url(/img/groupings/products_vert_line.jpg) repeat-x scroll bottom;
}
#products .product, #products .quotation {
  width: 333px;
  height: 180px; _overflow: hidden;
  float: left;
}
#products .border {
  margin-right: 1px;
}
#products .product .top {
  height: 56px; _overflow: hidden;
  padding-left: 10px;
}
#products .product .bottom {
  height: 126px; overflow: hidden;
  background: transparent url(/img/groupings/prod_content_bg.jpg) repeat-x scroll;
}
#products .product .content {
  /*float: left;
  width: 233px;*/
}
#products .product .content p {
  margin: 10px 10px 10px 0px;
  line-height: 16px;
}
#products .product .bottom .content .btn_sign_up { margin-left: 6px; padding-left:6px; border-left: 1px solid #cccccc; }
#products .quotation { background-color: #ffffff; }
#products .quotation blockquote { margin: 2px 15px 15px 15px; padding: 20px 10px; border-top: 1px solid #cccccc; }
#products_bottom {
  clear: both;
  background: transparent url(/img/groupings/products_horiz_bg.jpg) repeat-x scroll top;
  border-top: 1px solid #ececec;
}
#products_bottom .border { background: transparent url(/img/groupings/products_vert_line_btm.jpg) no-repeat scroll top right; }
#products_bottom .cos, #products_bottom .partner, #products_bottom .callout, #products_bottom .cos_wide, #products_bottom .partner_wide { float: left; }
#products_bottom .img { margin: 20px; }
#products_bottom .content { margin: 20px 15px 0px 0px; }
#products_bottom .cos { width: 317px; }
#products_bottom .partner { width: 390px; }
#products_bottom .cos_wide { width: 545px; }
#products_bottom .partner_wide { width: 455px; }
#products_bottom .callout {
  width: 265px;
  margin: 20px 0px 20px 0px;
  background: #E3E0DB url(/img/groupings/bg_gradient_callout.jpg) repeat-x scroll;
}
#products_bottom .callout h2 { margin: 10px 15px; }
#products_bottom .callout .btn { margin: 10px 0px 10px 15px; }
#products_bottom .callout .btn span { margin: 0px 0px 0px 10px; }
#products_bottom .callout .content { margin:0px; padding: 10px 15px; }
#phone_callout {
  clear: both;
  height: 50px;
  margin: 0px 30px 10px 0px;
  background: transparent url(/img/assets/questions.png) no-repeat scroll bottom right;
}

/* Content pages */

#navigation { float: left; width: 223px; }
#main_narrow { float: left; width: 555px; }
#channels {
  float: right;
  width: 221px; min-height: 716px; _height: 716px; _overflow: visible;
  background: #ffffff url(/img/assets/channel_bg_gradient.jpg) repeat-x scroll;
}
#content { margin: 15px 20px 20px; }

/* Right channel styles */

#site_search { margin: 10px 10px 5px 10px; }
#site_search input {
  background-color: #ffffff;
  border: 1px solid #cecece;
  width: 170px;
  height: 17px;
  font-size: 10px;
  padding: 3px 0px 0px 4px;
  vertical-align: middle;
  float: left;
}
#site_search .button, #site_search .button input { width: 25px; height: 22px; }
#site_search .button { float: left; background: transparent url(/img/assets/search_over.gif) no-repeat scroll left top; }
#site_search .button input { padding: 0px; border: none; background: transparent url(/img/assets/search_default.gif) no-repeat scroll left top; }
#site_search .button input:hover { background: none; }
#channel_phone_callout { width: 200px; margin: 10px auto 0px auto; }
#channel_contact_callout { text-align: center; margin: 2px 0px 15px; }
#channels .channel { width: 201px; margin: 10px auto; border: 1px solid #cecece; }
#channels .text { line-height: 14px; }
#channels p.btn { margin: 0px 10px 10px 0px; clear: both; }

#channel_join_cos {  background: #E2DFDA url(/img/channel/channel_bg_gradient_white.gif) no-repeat; }
#channel_join_cos .icon { margin: 0px 0px 0px 5px; }
#channel_join_cos .header { margin: 10px 0px 0px 10px; }
#channel_join_cos .text { float: right; width: 140px; margin: 5px 0px 10px 0px; }
#channel_cos_simple { background: #E2DFDA url(/img/channel/channel_bg_cos_simple.jpg) no-repeat; }
#channel_cos_simple .header { margin: 10px 0px 0px 10px; }
#channel_cos_simple .icon { width: 77px; height: 80px; }
#channel_cos_simple .text { margin: 2px 10px 10px 10px; }
#channel_dev_community {  background: #E2DFDA url(/img/channel/channel_bg_gradient_white.gif) no-repeat; }
#channel_dev_community .icon { margin: 0px 0px 0px 0px; }
#channel_dev_community .header { margin: 10px 0px 0px 8px; _margin: 10px 0px 0px 5px; }
#channel_dev_community .text { margin: 0px 0px 1px 10px; }
#channel_dev_community .btn_learn_more { margin: 10px; }
#channel_explore_solutions strong { font-size:12px; }
#channel_explore_solutions .header { margin: 10px 10px 10px 10px; }
#channel_explore_solutions .icon { float: left; margin: 4px 10px 0px 10px; }

/* Features and Video components */

#pg_video { background: transparent url(/img/assets/video_bg.jpg) no-repeat scroll; }
#pg_video a { display: block; width: 263px; height: 181px; }
.box_features, .box_video {
  width: 263px;
  margin-bottom: 15px;
}
.box_features .header, .box_video .header {
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  padding-left: 10px;
  font-size: 13px;
}
.box_features .headerdouble {
	color:#ffffff;
	font-size:13px;
	height:40px;
	padding: 6px 0px 0px 10px;
	line-height: 16px; 
}
.box_features .content {
  background: #F3F2F0 url(/img/assets/video_bg_gradient.jpg) repeat-x scroll left top;
  padding: 10px;
  font-size: 10px;
  line-height: 13px;
}
.box_features .content h4 {
  font-weight: bold;
  font-size: 11px;
  margin: 0px;
}
.box_features .content ul {
	position: relative;
  margin: 5px 0px; padding: 0px;
  list-style: none;
}
.box_features .content ul li {
  padding-left: 10px;
  background: transparent url(/img/assets/bullet_small.gif) no-repeat scroll 0px 5px;
}
.box_features table {
  background: none;
  width: auto;
  border: none;
  margin: 0px;
}
.box_video .content {
  background: #F3F2F0 url(/img/assets/video_bg_gradient.jpg) repeat-x scroll left top;
  padding-top: 10px;
}
.box_video .content h3 { margin: 0px 10px; }
.box_video .content p { margin: 0px 10px 10px 10px; }
.box_video .content .video {
  width: 263px;
  height: 181px;
  overflow: hidden;
}
.box_light .content { background: #F8F8F6 url(/img/assets/features_bg_gradient_light.gif) repeat-x scroll left top; }
.box_narrow { width: 250px; margin: 0px 0px 15px 0px; }
.box_wide { width: auto; margin: 0px 0px 15px 0px; }
.box_wide .content .left { width: 50%; }
.box_left { float: left; margin: 0px 10px 15px 0px; }
.box_right { float: right; margin: 0px 0px 15px 10px; }

/* Value box styles */

.box_value {
	float: left;
	width: 253px;
	height: 145px;
	background: transparent url(/img/assets/valuebox_bg.jpg) no-repeat scroll left top;
	margin-bottom: 10px;
}
.box_value_mgrt { margin-right: 8px; }
.box_value .content { margin: 12px 12px 0px 12px; }
.box_value .content .header {
	display: block;
	margin-bottom: 3px;
}
.box_value .content ul {
  margin: 0px;
	padding: 0px;
  list-style: none;
  font-size: 9px;
}
.box_value .content ul li {
  background: transparent url(/img/assets/bullet_small.gif) no-repeat scroll 0px 4px;
  line-height: 13px;
  padding-left: 10px;
  margin-bottom: 5px;
}

/* flowchart styles */

.flowchart {
  width: 514px; overflow:hidden;
  background: transparent url(/img/assets/flowchart/bg.jpg) repeat-y scroll;
}
.flowchart .top {
  background: transparent url(/img/assets/flowchart/top.jpg) no-repeat scroll left top;
}
.flowchart .arrow {
  background: transparent url(/img/assets/flowchart/arrow.jpg) no-repeat scroll left top;
}
.flowchart .bottom {
  height: 10px; overflow:hidden;
  background: transparent url(/img/assets/flowchart/bottom.jpg) no-repeat scroll left top;
}
.flowchart .content {
	position: relative;
	padding: 25px 16px 10px;
}
.flowchart .content ul {
  margin: 0px 10px 0px 0px;
	padding: 0px;
  list-style: none;
  font-size: 10px;
  width: 220px;
  float: left;
}
.flowchart .content ul li {
  padding-left: 10px;
  background: transparent url(/img/assets/bullet_small.gif) no-repeat scroll 0px 4px;
}
.flowchart .content h4 {
  font-size: 10px;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}
.flowchart .content p, .flowchart .content ul {
	margin-left: 9px; 
}
.flowchart .bullet_arrow { margin-top: 4px; }

/* Table styles */

table {
}
.csstable .csstd {
  background: none;
  padding: 8px 10px;
  vertical-align: top;
}
table thead td {
  height: 10px;
  background: transparent url(/img/assets/table/top.jpg) no-repeat scroll left top;
  padding: 0px;
}
table tfoot td { background: transparent url(/img/assets/table/btm.jpg) no-repeat scroll left bottom; }
table .top td { padding-top: 0px; }
/* table .line td { background: transparent url(/img/assets/table/i_table_horiz_line.jpg) no-repeat scroll left top; }*/
table .border td { border-bottom: 0px solid #ffffff; }
table td.txtleft { text-align: left; }
table td.txtright { text-align: right; }
table td .small { font-size: 10px; }
table td .med { font-size: 12px; }
table td .big { font-size: 14px; }

table.rates td { vertical-align: middle; text-align: center; }
table.rates td.txtleft { text-align: left; }
table.rates .top td { font-size: 10px; vertical-align: top; }

table.cos { background: #F5F4F2 url(/img/assets/table/bg_light.jpg) repeat-y scroll; }
table.cos .top td { font-weight: bold; color: #999999; }
table.cos td.tint { font-weight: bold; }

/* Clear fixing */

#main:after,
#products:after,
#products_bottom:after,
#site_search:after,
#channel_join_cos:after,
#con_try_netspoke:after,
#solutions:after,
#solutions .headers:after,
#solutions .solution .top:after,
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

* html #main,
* html #products,
* html #products_bottom,
* html #site_search,
* html #channel_join_cos,
* html #con_try_netspoke,
* html #solutions,
* html #solutions .headers,
* html #solutions .solution .top,
* html .clearfix { height: 1%; }
