/*
-----------------------------------------------
WhatPulse Screen CSS
authors: Yannick De Smet & Jelle Van Loo
version: may 2007
----------------------------------------------- */



/* Structure
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #2a425a url("../images/background.jpg") no-repeat 50% 0;
}
#site {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	background: #ffffff url("../images/body_background.gif") repeat-y;
}
img {
	border: none;
}
a, a:hover, a:visited {
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
	text-decoration: underline;
}

body.nobg {
	margin: 0;
	padding: 0;
	background: #e5e9ea;
}


/* Header
----------------------------------------------- */
#header {
	width: 900px;
	height: 155px;
	margin: 0 auto;
}
#header h1, #slogan {
	display: none;
}
#headerleft {
	float: left;
	width: 700px;
	margin: 65px 0 0 0;
}
#userstats {
	float: left;
	width: 200px;
	height: 75px;
	margin: 65px 0 0 0;
	padding: 0;
	text-align: right;
}
#userstats h4 {
	display: none;
}
.userstatswrap {
	margin: 10px 8px 0 0;
}
.userstatswrap dt {
	float: left;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
.userstatswrap dd {
	/*padding-left: 73px;*/
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.gotocontent {
	display: none;
}



/* Left Sidebar
----------------------------------------------- */
#left {
	width: 143px;
	float: left;
	margin: 0;
	padding: 5px 0 10px 0;
}
#left h3 {
	width: 125px;
	height: 24px;
	margin: 0;
	padding: 5px 0 0 8px;
	background: #e1e5e9 url("../images/side_h3.gif");
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #5f6970;
	text-transform: uppercase;
}
.leftblock {
	width: 133px;
	margin: 0 5px 7px 5px;
	padding: 0 0 10px 0;
	background: #eceff2 url("../images/side_body.gif") bottom;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
}
.leftblock ul, .leftblock ul ul.children {
	margin: 0;	
	padding: 0;
}
.leftblock li {
	list-style: none;
	display: inline;
}
.leftblock a, .leftblock a:hover, .leftblock a:visited {
	font: normal 12px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
	text-decoration: none;
	border: none;
	/* display: block; */
}
.leftblock a:hover {
	color: #697279;	
	background: #dfe4e8 url("../images/side_h3.gif") bottom;
}
.leftblock li a {
	display: block;
	padding: 2px;
	padding-left: 8px;
	margin-bottom: 2px;
	background-color: transparent;
}
.leftblock li a:hover {
	display: block;
}
.yourstats {
	width: 44px;
	height: 32px;
	margin: 2px 2px 2px 4px;
	padding: 8px 0 0 0;
	float: left;
	background: #e9edf0 url("../images/stats.gif") top left;
	text-align: center;
}
.yourstats a {
	display: block;
	width: 100%;
	height: 100%;
}
.yourstats a:hover {
	background: #e9edf0 url("../images/stats.gif") bottom left;
}
.yourteamstats {
	width: 77px;
	height: 32px;
	margin: 2px;
	padding: 8px 0 0 0;
	float: left;
	background: #e9edf0 url("../images/stats.gif") top right;
	text-align: center;
}
.yourteamstats a {
	display: block;
	width: 100%;
	height: 100%;
}
.yourteamstats a:hover {
	background: #e9edf0 url("../images/stats.gif") bottom right;
}
.leftad {
	width: 133px;
	margin: 5px 5px 0 5px;
	padding: 0;
	background: #eceff2 url("../images/side_ad.gif") bottom;
	text-align: center;
}
/* .leftad p {
	margin: 15px 0 2px 0;
} */
.leftad h4 {
	width: 133px;
	height: 4px;
	margin: 0 0 8px 0;
	padding: 0;
	background: #eceff2 url("../images/side_ad.gif") top;
}
.leftad h4 span {
	display: none;
}
.leftad a.links, .leftad a.links:visited {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0.3px;
	height: 21px;
	color: #7a8893;
	text-decoration: none;
	border: none;
	display: block;
}
.leftad a.links:hover {
	color: #697279;	
	background: #eceff2 url("../images/side_ad.gif") top;
}






/* Content
----------------------------------------------- */
#content {
	width: 614px;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	background: transparent url("../images/body_top.gif") no-repeat;
}
#breadcrumbs {
	margin: 8px 10px 5px 10px;
	padding: 0;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
}
#breadcrumbs h3 {
	display: none;
}
#breadcrumbs ul {
	margin: 0;
	padding: 0;
	display: inline;
	border: none;
} 
#breadcrumbs ul li {
	margin: 0;
	padding: 0 0 0 2px;
	border: none;
	list-style: none;
	display: inline;
}
#breadcrumbs a, #breadcrumbs a:visited {
	text-decoration: none;
	color: #697279;
}
#breadcrumbs a:hover {
	text-decoration: none;
	color: #697279;
	border-bottom: #968f6d 1px solid;
}
h2 {
	margin: 15px 10px 15px 10px;
	padding: 0 0 2px 0;
	letter-spacing: -1px;
	font: normal 150%/80% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
	border-bottom: 1px solid #adb9c2;
	clear: both;
}
h3.news span {
	display: none;
}
.content h3 {
	margin: 20px 10px 10px 10px;
	padding: 0 0 2px 0;
	letter-spacing: -1px;
	font: normal 130%/80% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
}
h4 {
	margin: 25px 10px 15px 10px;
	padding: 0 0 2px 0;
	letter-spacing: -1px;
	font: normal 110%/80% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
}
#downloadcontainer {
	width: 611px;
	height: 327px;
}
#downloadleft {
	width: 309px;
	height: 327px;
	float: left;
	margin: 0;
	padding: 10px;
	background: #e5e9ea url("../images/downloadcontainer2.jpg") top left;
}
#downloadleft h3 {
	margin: 25px 10px 15px 10px;
	padding: 0 0 2px 0;
	letter-spacing: -1px;
	font: normal 150%/80% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
}
#downloadleft p {
	margin: -20px 58px 15px 10px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #8f969c;
	float: right;
	position: relative;
}
#downloadleft ul {
	list-style-type: square;
	margin: 0 auto;
	padding: 0;
	width: 240px;
}
#downloadleft li {
	padding: 3px 0;
	font: normal 12px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
}
#downloadright {
	width: 282px;
	height: 327px;
	float: left;
	background: #e5e9ea url("../images/downloadcontainer2.jpg") top right;
}
#download {
	width: 299px;
	height: 70px;
	padding: 0;
	position: relative;
	top: 257px;
	left: -290px;
	background: #e5e9ea url("../images/downloadnow.jpg") top right;
	text-align: center;
}
#download:hover {
	background: #e5e9ea url("../images/downloadnow.jpg") bottom right;
	color: #ffffff;
}
#download a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
#download a:hover {
	color: #ffffff;
}
#download a span {
	font: normal 190%/130% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
	display: block;
	padding: 11px 0 0 0;
	width: 100%;
}
#download a em {
	font: normal 110%/80% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
	display: block;
	width: 100%;
}
.introduction {
	width: 594px;
	margin: 0 10px 15px 10px;
	padding: 0 0 10px 0;
	background: #ffffff url("../images/notice_body.gif") bottom;
}
.introduction h3 {
	margin: 0;
	padding: 0;
	width: 594px;
	height: 20px;
	background: #ffffff url("../images/notice_body.gif") top;
}
.introduction h3 span {
	margin: 0;
	padding: 5px 0 2px 5px;
	letter-spacing: -1px;
	font: normal 90%/120% "Trebuchet MS", Tahoma, Arial;
	color: #adb9c2;
}
.introduction p {
	margin: 8px 8px 8px 8px;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
}
.introduction a, .introduction a:hover, .introduction a, visited {
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
	text-decoration: underline;
}
.notice {
	width: 594px;
	margin: 0 10px 15px 10px;
	padding: 0 0 10px 0;
	background: #ffffff url("../images/notice_body.gif") bottom;
}
.noticetop {
	margin: 0;
	padding: 0;
	width: 594px;
	height: 3px;
	background: #ffffff url("../images/notice_body.gif") top;
}
.notice p, .notice {
	margin: 8px 8px 8px 8px;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
}
.notice a, .notice a:hover, .notice a, visited {
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
	text-decoration: underline;
}

.article {
	width: 594px;
	margin: 0 10px 20px 10px;
	padding: 0;
	background: #ffffff url("../images/article_body.gif") bottom;
}
.article h2 {
	width: 562px;
	height: 23px;
	margin: 0;
	padding: 5px 0 0 32px;
	letter-spacing: -1px;
	font: normal 130%/80% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
	background: #e1e5e9 url("../images/article_h2.gif");
	border: none;
}
p.postdata {
	width: 594px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: #e1e5e9 url("../images/article_h2.gif") bottom;
	font: normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #6b6e70;
}
p.postdata span {
	margin: 0 0 0 5px;
	padding: 0;
}
p.postdata a, p.postdata a:hover, p.postdata a:visited {
	font: normal 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.article .text {
	margin: 8px 8px 8px 8px;
	padding: 0;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
}
.article .text a {
	padding: 0;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border-bottom: #000000 1px dotted;
}
.article .comment a, .article .comment a:visited {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0.3px;
	text-align: center;
	height: 21px;
	color: #7a8893;
	text-decoration: none;
	border: none;
	display: block;
}
.article .comment a:hover {
	color: #697279;	
	background: #dfe4e8 url("../images/article_body.gif") top;
}
.avatar {
	margin: 0 8px 2px 0;
	float: left;
}
.pulsestitle {
	margin: 15px 10px 15px 10px;
	padding: 0 0 2px 0;
	letter-spacing: -1px;
	font: normal 120%/80% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
	border-bottom: 1px solid #adb9c2;
}
.pulses {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #595a5a;
	border: 1px solid #8C99A3;
	width: 593px;
	margin: 0 5px 0 10px;
	text-align: left;
}
.pulses th {
	font-weight: bold;
	background: #C3CCD0 url("../images/pulses_th.gif") repeat-x;
	border-bottom: 1px solid #8c99a3;
	padding: 4px;
}
.pulses th a {
	font-weight: bold;
}

.pulses th.vert {
	font-weight: bold;
	background: #C3CCD0;
	border-bottom: 1px solid #8c99a3;
	padding: 4px;
}

.pulses td {
	border: 1px solid #E8EBED;
	padding: 4px;
}
.pulses .tdcenter {
	text-align: center;
	padding-left: 0;
}
.pulses .tdleft {
	text-align: left;
	padding-left: 2px;
}
.pulses .tdright {
	text-align: right;
	padding-right: 2px;
}
.pulses .alt1 {
	background-color: #FFFFFF;
}
.pulses .alt2 {
	background-color: #F2F3F4;
}


.halftabletitle {
	margin: 15px 10px 15px 10px;
	padding: 0 0 2px 0;
	letter-spacing: -1px;
	font: normal 120%/80% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
	border-bottom: 1px solid #adb9c2;
}
.halftable {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #595a5a;
	border: 1px solid #8C99A3;
	width: 285px;
	margin: 0 5px 0 10px;
	text-align: left;
}
.halftable th {
	font-weight: bold;
	background: #C3CCD0 url("../images/pulses_th.gif") repeat-x;
	border-bottom: 1px solid #8c99a3;
	padding: 4px;
}

.halftable th.vert {
	font-weight: bold;
	background: #C3CCD0;
	border-bottom: 1px solid #8c99a3;
	padding: 4px;
}

.halftable td {
	border: 1px solid #E8EBED;
	padding: 4px;
}
.halftable .tdcenter {
	text-align: center;
	padding-left: 0;
}
.halftable .tdleft {
	text-align: left;
	padding-left: 2px;
}
.halftable .tdright {
	text-align: right;
	padding-right: 2px;
}
.halftable .alt1 {
	background-color: #FFFFFF;
}
.halftable .alt2 {
	background-color: #F2F3F4;
}


.statsright, .statsleft {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #595a5a;
	border: 1px solid #8C99A3;
	width: 593px;
	margin: 0 5px 20px 10px;
	text-align: left;
}
.statsright th, .statsleft th {
	font-weight: bold;
	background: #C3CCD0 url("../images/pulses_th.gif") repeat-x;
	border-bottom: 1px solid #8c99a3;
	padding: 4px;
}
.statsright td, .statsleft td {
	border: 1px solid #E8EBED;
	padding: 4px;
}
.statsright .tdcenter, .statsleft .tdcenter {
	text-align: center;
	padding-left: 0;
}
.statsright .alt1, .statsleft .alt1 {
	background-color: #FFFFFF;
}
.statsright .alt2, .statsleft .alt2 {
	background-color: #F2F3F4;
}
.allpulses {
	float: right;
}
.codecontainer {
	width: 560px;
	margin: 0 auto 15px auto;
	padding: 0;
	background: #ffffff url("../images/code_body.gif") bottom right;
	font: normal 11px/16px "Courier New", Courier, monospace;
	color: #ff0000;
}
.codecontainer h5 {
	width: 560px;
	height: 21px;
	margin: 0 auto;
	padding: 0;
	background: transparent url("../images/code_body.gif") top right;
}
.codecontainer h5 span {
	display: none;
}
.codecontent {
	margin: 0 10px 0 15px;
}
.donationscontainer {
	width: 614px;
	margin: 0 auto;
	padding: 0;
}
.donationleft {
	width: 480px;
	float: left;
}
.paypal {
	width: 80px;
	margin: 5px;
	float: left;
	text-align: center;
	padding: 20px 5px 150px 5px;
	background-color: #ffffff;
	border-left: 1px solid #adb9c2;
}
.donationstitle {
	margin: 15px 10px 15px 10px;
	padding: 0 0 2px 0;
	letter-spacing: -1px;
	font: normal 170%/80% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
	border-bottom: 1px solid #adb9c2;
	clear: both;
}

.teamtitle {
	margin: 15px 10px 15px 10px;
	padding: 0 0 2px 0;
	letter-spacing: -1px;
	font: bold 170%/80% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
	clear: both;
}

.teamdesc {
	margin: 15px 10px 15px 10px;
	padding: 0 0 2px 0;
	letter-spacing: -1px;
	font: normal 170%/80% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
	clear: both;
}

.donations {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #595a5a;
	border: 1px solid #8C99A3;
	width: 574px;
	margin: 0 5px 0 10px;
	text-align: left;
}
.donations th {
	font-weight: bold;
	background: #C3CCD0 url("../images/pulses_th.gif") repeat-x;
	border-bottom: 1px solid #8c99a3;
	padding: 4px;
}
.donations td {
	border: 1px solid #E8EBED;
	padding: 4px;
}
.donations .tdcenter {
	text-align: center;
	padding-left: 0;
}
.donations .alt1 {
	background-color: #FFFFFF;
}
.donations .alt2 {
	background-color: #F2F3F4;
}
.staffmember {
	width: 97%;
	height: 85px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #adb9c2;
}
#changecountrie, #changeuser {
	float: right;
	margin: -38px 10px 0 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #595a5a;
}
#sortby {
	float: right;
	margin: -38px 10px 0 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #595a5a;
}
#pickpulsedate {
	float: left;

	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #595a5a;
}
#statsright, #statsleft {
	width: 291px;
	float: left;
}
.commentlist {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 130%;
	clear: both;
}
.commentlist p {
	margin: 10px 8px 8px 8px;
	padding: 0;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
}
.commentlist li {
	margin: 10px 10px;
	padding: 0 0 10px 0;
	background: url("../images/comment-entry.gif") no-repeat left bottom;
}
hr.hidden {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
.comment-entry {
	width: 584px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0 0 0 10px;
	background: url("../images/comment-entry.gif") no-repeat left top;
}
.comment-number {
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
	float: right;
	position: absolute;
	top: 4px;
	right: 5px;
}
.comment-number a {
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
}
.comment-number a:hover {
	color: #999999;
	text-decoration: none;
}
.commentlist cite {
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
	top: 4px;
	position: relative;
	margin: 0 0 0 20px;
}
.commentlist cite a, .commentlist cite a:visited, .commentlist cite a:hover {
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
	text-decoration: none;
}
.commentlist small {
	top: 4px;
	position: relative;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
}





/* Right Sidebar
----------------------------------------------- */
#right {
	width: 143px;
	float: left;
	margin: 0;
	padding: 5px 0 10px 0;
}
#right h3 {
	width: 125px;
	height: 24px;
	margin: 0;
	padding: 5px 0 0 8px;
	background: #e1e5e9 url("../images/side_h3.gif");
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #5f6970;
	text-transform: uppercase;
}
.rightblock {
	width: 133px;
	margin: 0 5px 7px 5px;
	padding: 0 0 10px 0;
	background: #eceff2 url("../images/side_body.gif") bottom;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
}
/* .rightblock p {
	padding-left: 8px;
	margin-bottom: 2px;
} */
.rightblock ul, .rightblock ul ul.children {
	margin: 0;	
	padding: 0;
}
.rightblock li {
	list-style: none;
	display: inline;
}
.rightblock a, .rightblock a:hover, .rightblock a:visited {
	font: normal 12px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
	text-decoration: none;
	border: none;
	/* display: block; */
}
.rightblock a:hover {
	color: #697279;	
	background: #dfe4e8 url("../images/side_h3.gif") bottom;
}
.rightblock li a {
	display: block;
	padding: 2px;
	padding-left: 8px;
	margin-bottom: 2px;
	background-color: transparent;
}
.rightblock li a:hover {
	display: block;
}

/* -- Extra CSS for misc. hovers -- */

.miscimage {
	padding-left: 8px;
	margin-bottom: 2px;
	text-align: center;
}

.misc {
	margin: 0;	
	padding: 0;
	text-align: center;
}
.misc a, .misc a:visited {
	font: normal 12px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
	text-decoration: none;
	border: none;
	/* display: block; */
}
.misc a {
	display: block;
	padding: 2px;
	padding-left: 8px;
	margin-bottom: 2px;
	background-color: transparent;
}
.misc a:hover {
	display: block;
	color: #697279;	
	background: #dfe4e8 url("../images/side_h3.gif") bottom;
}

/* -- End of Extra CSS for misc. hovers -- */

/* -- Extra CSS for server load -- */

#loadempty {
	margin: 0 auto;
	margin-top: 8px;
	background: url('../images/loader.gif') no-repeat top left;
	width: 119px;
	height: 13px;
}

#loadfull {
	margin-left: 1px;
	background: url('../images/loader.gif') no-repeat bottom right;
	height:13px;
}

#loadempty span, #loadfull span {
	display: none;
}

/* -- End of Extra CSS for server load -- */

.rightad {
	width: 133px;
	margin: 5px 5px 0 5px;
	padding: 0;
	background: #eceff2 url("../images/side_ad.gif") bottom;
	text-align: center;
}
/* .rightad p {
	margin: 15px 0 2px 0;
} */
.rightad h4 {
	width: 133px;
	height: 4px;
	margin: 0 0 8px 0;
	padding: 0;
	background: #eceff2 url("../images/side_ad.gif") top;
}
.rightad h4 span {
	display: none;
}
.rightad a.links, .rightad a.links:visited {
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0.3px;
	height: 21px;
	color: #7a8893;
	text-decoration: none;
	border: none;
	display: block;
}
.rightad a.links:hover {
	color: #697279;	
	background: #eceff2 url("../images/side_ad.gif") top;
}

input {
	background-color: #ECEEEF;
	border: 1px solid #788690;
}
select {
	background-color: #9CA6AF;
}

#searchfield {
	border: none;
	padding: 0;
	margin: 0;
}

#searchfield legend {
	display: none;
}

#accountfield {
	border: none;
	padding: 0;
	margin: 0;
}

#accountfield legend {
	display: none;
}

.wpsearch {
	text-align: center;
	margin: 0;
}
.wpsearch .searchinput {
	background: #ECEEEF url("../images/search.gif") right top no-repeat;
	border: 1px solid #788690;
	width: 118px;
	height: 16px;
	margin-top: 5px;
}
.wpsearch .userlogin {
	background: #ECEEEF url("../images/user.gif") right top no-repeat;
	border: 1px solid #788690;
	width: 118px;
	height: 16px;
	margin-top: 5px;
}
.wpsearch .userpass {
	background: #ECEEEF url("../images/lock.gif") right top no-repeat;
	border: 1px solid #788690;
	width: 118px;
	height: 16px;
	margin-top: 5px;
}
.wpsearch select {
	background-color: #9CA6AF;
	width: 118px;
	margin-top: 5px;
}
.wpsearch .button {
	background-color: #ECEEEF;
	border: 1px solid #788690;
	margin-top: 5px;
	cursor: pointer;
}
.wpsearch .button:hover {
	background-color: #ffffff;
	border: 1px solid #a2acb4;
	margin-top: 5px;
	color: #868f96;
}

.button {
	background-color: #ECEEEF;
	border: 1px solid #788690;
	margin-top: 5px;
	cursor: pointer;
}
.button:hover {
	background-color: #ffffff;
	border: 1px solid #a2acb4;
	margin-top: 5px;
	color: #868f96;
}


/* Footer
----------------------------------------------- */
#footer {
	clear: both;
	background: #e1e5e9 url("../images/footer.gif");
	width: 900px;
	height: 83px;
	padding: 15px 0 0 0;
	text-align: center;
}
#footer p {
	margin: 2px 8px;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #6b6e70;
}
#footer a, #footer a:hover, #footer a:visited {
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #6b6e70;
	text-decoration: underline;
}


#brstyletest {
	border: 1px solid #000000;
}
#hrstyletest {
	border: 1px solid #000000;
}

/*
  Control center menu
*/
.mymenudiv {
	width: 130px;
	float: left;
	border: 1px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 21px;
	width: 133px;
	vertical-align: middle;
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 1px 2px 2px 10px;
	height: 21px;
	background-image:  url(../images/mymenu.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #5f6970;
	text-decoration: none;
}

#navlist a.selected, #navlist a.selected:visited {
	display: block;
	padding: 1px 2px 2px 10px;
	height: 21px;
	background-image:  url(../images/mymenu-over.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #5f6970;
	text-decoration: none;
}

#navlist a:hover {
	background-image:  url(../images/mymenu-over.gif);
	vertical-align: middle;
}
#sidebar #navlist .uberlink {
	background-image:  url(../images/mymenu-over.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	font-weight: bold;
	cursor: pointer;
}
.mytitle {
	margin: 15px 10px 15px 10px;
	padding: 0 0 2px 0;
	letter-spacing: -1px;
	font: normal 22px "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
	border-bottom: 1px solid #adb9c2;
}

/* AdEngage CSS code */
.ae_table_sky { width:125px; height:90px; text-align: center}
.ae_td_sky,.ae_image_td_sky { padding-bottom: 4px; padding-top: 4px; padding-left: 3px; padding-right: 3px; vertical-align:top; text-align: center}
.ae_image_td_vert, .ae_image_td_horiz { text-align:right; padding-top:4px; padding-bottom:4px; padding-right: 4px; text-align: center}
.ae_image_td_sky { text-align:center; padding-top:4px; padding-bottom:0px; padding-right: 0px; text-align: center}
.ae_bb_td_sky { padding-bottom: 4px; padding-top: 4px; padding-left: 3px; padding-right: 3px; vertical-align:top; text-align: center}
A.ae_title_sky, A.ae_image_link_sky {font-family: Verdana,Sans-Serif; font-size: 14px; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #990000; text-decoration: None; text-align: center}
.ae_desc_sky {font-family: Verdana,Sans-Serif; font-size: 12px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; color: black; text-align: center}
.ae_click_count_sky {font-family: Verdana,Sans-Serif; font-size: 10px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-align: center}
A.ae_powered_sky {font-family: Verdana,Sans-Serif; font-size: 10px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #990000; text-decoration: None; text-align: center}
A.ae_yourlink_sky {font-family: Verdana,Sans-Serif; font-size: 10px; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #990000; text-decoration: None; text-align: center}
A.ae_title_sky:hover, A.ae_powered_sky:hover, A.ae_yourlink_sky:hover, A.ae_image_link_sky:hover { color: #990000;  text-decoration: Underline; text-align: center}
.ae_image_sky { border-width:0px; border-color:#990000; text-align: center}

/* Download banner */
#downloadcontainer {
	width: 585px;
	height: 350px;
}
#downloadbanner {
	width: 585px;
	height: 288px;
	float: left;
	margin: 0;
	padding: 10px;
	background: #e5e9ea url("../images/downloadcontainer-mac-promo.png") top left no-repeat;
}
#downloadbanner h3 {
	margin: 25px 10px 15px 10px;
	padding: 0 0 2px 0;
	letter-spacing: -1px;
	font: normal 150%/80% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
}
#downloadbanner p {
	margin: -20px 58px 15px 10px;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #8f969c;
	float: right;
	position: relative;
}
#downloadbanner ul {
	margin: 10px 58px 15px 30px;
	list-style-type: square;
	display: inline-block;
	padding: 0;
	width: 240px;
}
#downloadbanner li {
	padding: 3px;
	font: normal 12px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #697279;
}

#downloadbutton {
	width: 299px;
	height: 70px;
	top: -75px;
	left: 10px;
	position: relative;
	background: url("../images/downloadnow.png") bottom right;
	text-align: center;
	cursor: pointer;
}
#downloadbutton:hover {
	background: url("../images/downloadon.png") bottom right;
	color: #ffffff;
	cursor: pointer;
}
#downloadbutton a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
#downloadbutton a:hover {
	color: #ffffff;
	cursor: pointer;
}
#downloadbutton a span {
	font: normal 190%/130% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
	display: block;
	padding: 11px 0 0 0;
	width: 100%;
	cursor: pointer;
}
#downloadbutton a em {
	font: normal 110%/80% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
	display: block;
	width: 100%;
	cursor: pointer;
}


#twitter_example {
	width: 350px;
	height: 70px;
	background: url("../images/twitter_example.png") bottom right;
}
#twitter_example span {
	font: normal 110%/110% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
	padding: 10px 10px 10px 10px;
	display: block;
	width: 330px;
}




.viewtitle {
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 5px;
	letter-spacing: -1px;
	font: italic 80%/40% "Trebuchet MS", Tahoma, Arial;
	color: #5f6970;
	border-bottom: none;
	text-align: right;
}

/* DATEPICKER */
/* the div that holds the date picker calendar */
.dpDiv 
{
}

/* the table (within the div) that holds the date picker calendar */
.dpTable 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #eff2f4;
	border: 1px solid #AAAAAA;
}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR 
{
}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR 
{
}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR 
{
}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR 
{
}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD 
{
	border: 1px solid #ece9d8;
}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD 
{
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover 
{
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
}

/* the table cell that holds the name of the month and the year */
.dpTitleTD 
{
}

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD 
{
}

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD 
{
}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD 
{
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
}

/* additional style information for the text that indicates the month and year */
.dpTitleText 
{
	font-size: 12px;
	color: gray;
	font-weight: bold;
}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight 
{
	color: 4060ff;
	font-weight: bold;
}

/* the forward/backward buttons at the top */
.dpButton 
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AAAAAA;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton 
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AAAAAA;
	background: #d8e8ff;
	font-weight: bold;
}
	

