/* the basics */

body
{
	background-color: #fff;
	text-align: center;
	color: #303030;
	font-size: 14px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	background-image: url(/img/bg_green.gif);
	background-color: #99e0ad;
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, a, p,body { margin: 0; border: 0; padding: 0; }

ul { margin: 2px auto 10px auto; line-height: 1.5;}
form { margin:0; padding:0; }
img { border: 0; }

.clear { clear: both; width: 0; height: 0; line-height: 0; margin-top: 0; margin-bottom: 0; }
.no_clear { clear: none; margin-top: 0; margin-bottom: 0; }
.no_display { display: none; }
.hidden { visibility: hidden; }
.indent { margin-left: 6px; }
.no_indent { margin-left: 0px !important; }
.some_indent { margin-left: 28px !important; }
.big_indent { margin-left: 68px; }
.some_padding { padding: 6px; }
.much_padding { padding: 16px; }
.top_margin { margin-top: 6px; }
.bigtopmargin { margin-top: 26px; }
.bottom_margin { margin-bottom: 6px; }
.float_left { float: left; }
.float_right { float: right; }
.bold { font-weight: bold; }
.bolder { font-weight: bolder; }
.notbold { font-weight: normal; }
.underline { text-decoration: underline;}
.strike { text-decoration: line-through; }
.right { text-align: right; }
.center { text-align: center; }
.left { text-align: left; }
.absolute { position: absolute; top: 0; left: 0; }
.relative { position: relative; }
.z2 { z-index: 2; }
.pointer { cursor: pointer; }
.rounded { -moz-border-radius: 12px; -webkit-border-radius: 12px; }
.line-height { line-height: 1.5em; }
.top_right { position: absolute; top: 20px; right: 20px; }
.medium_width { width: 65%; }

/* anchors */
a { text-decoration: none; }
a:link { color: #787860; }
a:visited { color: #787860; }
a:active { color: #787860; }
a:hover { text-decoration: underline;}
.alt_color:link, .alt_color:visited, .alt_color { color: #907878; }

/* font sizes */
.smallest {font-size: 0.7em;}
.small {font-size: 0.8em;}
.medium {font-size: 0.9em;}
.normal { font-size: 1.0em; }
.large {font-size: 1.2em;}
.larger {font-size: 1.3em;}
.largest {font-size: 1.4em;}
.h1 { font-size: 2em; margin: .67em 0; font-weight: bolder; }
.h2 { font-size: 1.6em; margin: .67em 0; font-weight: bold; }

/* font colors */
.text_lightest, .text_lightest:link, .text_lightest:visited, .inactive { color: #907878; }
.text_light, .text_light:link, .text_light:visited { color: #907878; }
.text_Medium, .text_medium:link, .text_medium:visited  { color: #3a3a3a; }
.footer_link, .footer_link:link, .footer_link:visited  {  font-weight: bold; }
.text_dark, .text_dark:link, .text_dark:visited  { color: #222; }
.text_black, .text_black:link, .text_black:visited  { color: #000; }
.main_color { color: #2BADD9;}
.highlight_color { color: #907878; }

/* backgrounds */
.bg_white { background-color: #fff; }
.bg_highlight { background-color: #fefdeb; }
.bg_alt { background-color: #f7f7f7; }
.bg_light { background-color: #beebcb !important; }

/* custom elements */
.popup_window { display:none; z-index:100; position:absolute; width:400px; background-color: #fff; padding: 20px; border: 2px solid #999; }
.bottom_ border { border-bottom: solid 1px #eee; }
.left_border { border-left: solid 1px #eee; }
.tip { background-color: #fefdeb; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; padding: 7px; }
.pic { border: 1px solid #ccc; }
.green_button
{
	background-image: url(/img/button_green.gif); background-color:transparent; background-repeat: no-repeat;
	border:0 none;
	font-size:20px;
	height:41px;
	width: 138px;
	text-align: center;
	padding:0 10px 2px 0;
}
.text_input { padding: 4px; font-size: 1.0em; width: 200px; border: 1px solid #ccc; color: #303030; }
.text_input_small { padding: 2px; font-size: 0.9em; width: 140px; border: 1px solid #ccc; color: #303030; }
.input_textarea { padding: 4px; font-size: 0.8em; width: 500px; margin: 8px 0px 0px 50px; border: 1px solid #ccc; }
.input_text_nosize { padding: 4px; font-size: 1.0em; border: 1px solid #ccc; }
.update { margin: 16px; border-bottom: 1px solid #eee; }
.timestamp {  }

/* common blocks with IDs */
#header
{
	width: 700px;
	padding: 4px; margin: 20px auto 0px auto;
	background-color: #fff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#header_table { width: 100%;  }
#footer { width:100%; font-size: 0.8em; color: #333; padding-top: 10px; margin-bottom: 20px; }
#bg_footer
{
	width: 700px; font-size: 0.8em; background-color: #fff; padding: 6px 6px; margin: 30px auto 20px auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#main { width: 100%; }
#nav { position: fixed; top: 100px;}
#menu
{
	text-align: left;
	position: absolute; top: 80px; right: 100px;
	padding: 2px 10px 2px 10px; margin-top: 20px;
	border-left: 2px solid #ccc;
}
#more_info { margin-top: 14px; width: 80%;  }

/* custom blocks with IDs */
#subscriber_block, #publisher_block, #content_block
{
	position: relative;
	background-color: #fff;
	width: 700px;
	padding: 4px; margin: 30px auto 20px auto;
	text-align: left;
	font-size: 1.4em;
}
#getstarted_button { position: absolute; bottom: 8px; right: 14px; }
#price_help { visibility: hidden; }
#logout_link { position: absolute; top: 4px; right: 10px; }
#avatar { z-index: 2; width: 48px; height: 48px;  }
#avatar_container { position: absolute; top: 30px; right: 20px; width: 48px; height: 48px; background-image: url(/img/avatar_blank.gif); }
#paypal_button { position: absolute; top: 80px; right: 20px; }
#sub_price { position: absolute; top: 40px; right: 30px; }
#disclaimer { width: 65%; margin: 20px 0px 0px 68px; font-size: 0.6em; }
#chirp_post { width: 85%; }
#counter {   }
#w9_warning { position: absolute; top: 10px; right: 14px; width: 300px; border: 1px solid #333; padding: 10px; }
#revenue_col { width: 350px; }
#canceled { width: 90%; }

/* ubquitous blocks with IDs */
#message
{
	text-align:center;
	width:700px;
	background-color: #fefdeb;
	margin: 20px auto 0px auto; padding: 14px 4px 14px 4px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
#shade
{
	display:none;
	position:absolute; left:0; top:0;
	margin:0; padding:0;
	z-index:10;
	background-color:#eef6fb;
	opacity:.8; filter:alpha(opacity=80); -moz-opacity:.8;
}
#debug {position: fixed !important; z-index: 2; bottom: 0px; left: 1px;
background: #f1f1f1; color: #666; font-size: 9px; padding: 3px; border-top: 1px solid #666; border-right: 1px solid #666; border-left: 1px solid #666;  }
#statistics { width: 98%; position: fixed !important; padding: 10px 10px 30px 10px; bottom: 0px; left: 0px; text-align: left; background-color: #eee; font-size: 0.8em; }
/* end */

