html,
body
{
	background: #202020 url('/images/bkgtile.gif');
	color: #ccc;
	height: 100%;
}

#ie6-header
{
	display: none;
}

#top-section
{
	background: #5088c1 url('/images/top_background.jpg') no-repeat 50% 0;
	height: 105px;
	min-width: 966px;
}

#container
{
	min-width: 966px;
}

#home #top-section
{
	min-height: 355px;
	height: auto;
}

#head
{
	width: 966px;
	margin: 0 auto;
	position: relative;
}

#logo
{
	position: absolute;
	top: 26px;
	left: -6px;
}
#wrapper
{
	min-height: 100%;
}

#container
{
	background: url('/images/bottom_overlay.png') repeat-x;
	padding: 60px 0 40px;
	overflow: hidden;
}

#home #container
{
	padding-top: 40px;
}

#content
{
	width: 966px;
	margin: 0 auto 4em;
	min-height: 100%;
}

#footer
{
	background: #000;
	clear: both;
	position: relative;
	margin: -2em 0 0;
	font-size: 85%;
	line-height: 1em;
	overflow:hidden;
}

#footer div
{
	width: 966px;
	margin: 0 auto;
	overflow: hidden;
}

#footer p
{
	margin: 0;
	color: #8e8e8e;
	padding: .5em 0;
	font-size: inherit;
}

#footer p a
{
	color: #C3EB8F;
}
#footer p#disclaimer
{
	float: left;
}

#footer p#credits
{
	float: right;
}

h1
{
	font-size: 261%;
	color: #8fbfef;
	line-height: 1.05em;
}

#home h1
{
	font-size: 261%;
	color: #fff;
}

h2
{
}

p
{
	margin: .8em 0;
	font-size: 108%;
}

a
{
	color: #8fbfef;
	text-decoration: none;
	border-bottom: none;
}
a:hover
{
	border-bottom: 1px solid;
}

dl
{
	margin: 0.8em 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin: 0 0 0.5em;
}

span.delete
{
	color: #900;
}

label,
span.label
{
	width: 100px;
	float: left;
	line-height: 1.5em;
	margin: 2px;
	font-size: 131%;
}

.text-input
{
	width: 546px;
	float: left;
	background: #ccc;
	border-width: 1px;
	border-color: #918F90;
	border-bottom-color: #B3B3B3;
	border-right-color: #B3B3B3;
	height: 1.5em;
	font-size: 116%;
	line-height: 1.2em;
	padding: 3px 2px 0;
}
.checkbox
{
	margin: 8px 0 0;
}
label.radio-label
{
	width: auto;
	font-size: 108%;
	margin: 0 1.5em 0 .5em;
	float: none;
}
label.error,
#admin label.error
{
	width: 536px;
	padding: 5px;
	margin: 10px 0 0 105px;
	font-size: 108%;
	border: 2px dashed #f00;
	background: url(/images/module_bg.png);
}
#admin label.error
{
	margin-left: 0;
}
span.labelled
{
	float: left;
	line-height: 1.5em;
	margin: 2px;
	font-size: 131%;
}
div.labelled
{
	font-size: 131%;
	line-height: 1.5em;
	margin: 2px 2px 2px 230px;
}
div.labelled p
{
	margin-top: 0;
}
.textarea
{
	width: 546px;
	height: 5em;
	float: left;
	background: #ccc;
	border-width: 1px;
	border-color: #918F90;
	border-bottom-color: #B3B3B3;
	border-right-color: #B3B3B3;
	font-size: 116%;
	line-height: 1.2em;
	padding: 3px 2px 0;
}

strong
{
	font-weight: bold;
}
strong.highlight
{
	color: #8EBFEF;
}

ul.bulleted
{
	margin: 0 0 0 2em;
}
ul.bulleted li
{
	list-style: disc outside;
	font-size: 108%;
}

#nav
{
	position: absolute;
	top: 35px;
	left: 182px;
}

#nav li
{
	float: left;
}

#nav li a
{
	display: block;
	height: 34px;
	text-indent: -2000px;
	border-bottom: none;
	overflow: hidden;
}

#nav-home a
{
	background-image: url('/images/nav_home.png');
	width: 82px;
}

#nav-hiw a
{
	background-image: url('/images/nav_hiw.png');
	width: 142px;
}

#nav-faq a
{
	background-image: url('/images/nav_faq.png');
	width: 71px;
}

#nav-apps a
{
	background-image: url('/images/nav_apps.png');
	width: 135px;
}

#nav-contact a
{
	background-image: url('/images/nav_contact.png');
	width: 105px;
}

#nav-login a
{
	background-image: url('/images/nav_login.png');
	margin-left: 36px;
	width: 103px;
}

#nav-register a
{
	background-image: url('/images/nav_register.png');
	margin-left: 7px;
	width: 103px;
}

#nav-admin a
{
	background-image: url('/images/nav_admin.png');
	margin-left: 36px;
	width: 103px;
}

#nav-logout a
{
	background-image: url('/images/nav_logout.png');
	margin-left: 7px;
	width: 103px;
}

#home #nav-home a,
#hiw #nav-hiw a,
#faq #nav-faq a,
#apps #nav-apps a,
#contact #nav-contact a,
#login #nav-login a,
#register #nav-register a,
#admin #nav-admin a,
#admin-home #nav-admin a,
#logout #nav-logout a,
#nav li a:hover
{
	background-position: 0 -40px;
}

#error
{
	background: url('/images/module_bg.png');
	border: 2px dashed #8fbfef;
	padding: 0 .5em;
	margin: 0 0 1em;
}

#intro
{
	width: 656px;
	float: left;
}

#home #intro
{
	padding: 128px 0 0;
	width: 720px;
	float: none;
}

#home #intro p
{
	margin: 1em 0;
	font-size: 131%;
	line-height: 1.18em;
	color: #c4d7eb;/*#b5cfe7;*/
}

#home-buttons
{
	overflow: hidden;
	margin: 1.7em 0 0;
	padding: 0 0 1.7em;
}

#home-buttons li
{
	background: url('/images/home_button_arrow.png') no-repeat 0 2px;
	padding: 0 0 0 30px;
	margin: 0 25px 0 0;
	min-height: 24px;
	float: left;
}
#home-buttons li a
{
	border: none;
	color: #fff;
	font-size: 167%;
}

p.intro
{
	font-size: 131%;
	margin: .5em 0;
}

#home-starburst
{
	position: absolute;
	top: 122px;
	left: 780px;
	width: 160px;
	height: 160px;
	text-indent: -2000px;
	background: url('/images/home_star.png') no-repeat;
}

#home-modules
{
	overflow: hidden;
}

#home-modules li
{
	width: 213px;
	margin: 0 38px 0 0;
	float: left;
	border-bottom: 1px solid #6e6f6f;
	text-align: center;
}

#home-modules li.end
{
	margin: 0;
}

#home-modules h2
{
	color: #bababa;
	font-size: 161.6%; /*156?*/
	text-align: left;
}

#home-modules img
{
	height: 94px;
	margin: 0 0 16px;
}

#home-modules p
{
	color: #707171;
	margin: .8em 0 1em;
	font-size: 108%;
	text-align: left;
}

#left-col
{
	width: 656px;
	float: left;
}

#right-col
{
	width: 213px;
	float: right;
}

#modules li
{
	position: relative;
	background: url('/images/module_bg.png');
	padding: 10px 8px 10px 12px;
	margin: 1em 0 20px;
}

#modules a
{
	text-decoration: none;
	border: none;
	color: #b5da84;
}
#modules a:hover
{
	border-bottom: 1px solid;
}

#modules h3
{
	color: #bababa;
	font-size: 153.9%;
	/*letter-spacing: -.4px;*/
	padding: 2px 0 0 35px;
	line-height: 1em;
}

#modules img
{
	width: 33px;
	height: 28px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#modules p
{
	color: #747374;
}

#modules p.end
{
	margin-bottom: 0;
}

#hiw h2,
#license-api h2
{
	color: #8ebfef;
	font-size: 167%;
	margin: .6em 0 0;
	padding: 0 0 0 28px;
	position: relative;
}

#hiw ol,
#license-api ol
{
	margin: 0 0 2em;
}

#hiw ol li,
#license-api ol li
{
	background: url('/images/hr.png') repeat-x bottom left;
	padding: 0 0 .6em;
	position: relative;
}

#hiw ol li span.num,
#license-api ol li span.num
{
	background: url('/images/hiw_nums.png') no-repeat;
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0px;
}
ul.underlined
{
	margin: 2em 0 0;
	background: url('/images/hr.png') repeat-x 0 0;
}

ul.underlined>li
{
	background: url('/images/hr.png') repeat-x bottom left;
	overflow: hidden;
	padding: 1em 0 1em;
	height: 1%;
}

ul.buttons
{
	margin: 1.5em 0 0 100px;
	overflow: hidden;
}
ul.single-button
{
	margin-left: 0;
}
ul.buttons li
{
	margin: 0 3em 0 0;
	float: left;
}
ul.buttons a,
a.big-arrow
{
	background: url('/images/inner_button_arrow.png') no-repeat;
	padding: 0 0 0 33px;
	min-height: 28px;
	font-size: 167%;
}
ul.buttons a:hover,
a.big-arrow:hover
{
	border: none;
}

#faq ul#faqs
{
	background: url('/images/hr.png') repeat-x bottom left;
	padding: 0 0 3px;
}

#faq ul#faqs li
{
	background: url('/images/hr.png') repeat-x top left;
}

#faq h2
{
	color: #8ebfef;
	font-size: 131%;
	background: url('/images/faq_arrow_closed.png') no-repeat 2px 5px;
	padding: 4px 0 4px 28px;
	position: relative;
	cursor: pointer;
}

#faq h2.open
{
	background-image: url('/images/faq_arrow_open.png');
}


#faq .answer {
	background: url('/images/hr.png') repeat-x top left;
	padding: 0 0 0.8em;
	width: 656px;
}

#faq .answer p
{
	margin: 0;
	padding: .8em 0 0;
}

#admin #intro,
#admin-home #intro
{
	float: none;
	width: auto;
	padding: 0 0 32px 184px;
}

#admin-home #intro p
{
	width: 640px;
	font-size: 131%;
}


#admin-home ul.admin-modules li
{
	background: url('/images/hr.png') repeat-x 0 0;
	overflow: hidden;
	padding: 1em 0 1em;
	height: 1%;
}

#admin-home h2
{
	font-size: 131%;
	font-weight: bold;
}

#admin-home div.admin-module
{
	float: left;
	width: 347px;
	padding: 0 40px 0 0;
}
#admin-home div.admin-module img
{
	position: absolute;
}
#admin-home div.admin-module h2
{
	margin-left: 70px;
}
#admin-home div.admin-module p
{
	margin-left: 70px;
	margin-top: .4em;
}

#admin ul.underlined
{
	margin-top: 0;
}

#admin ul#admin-left-nav
{
	width: 184px;
	float: left;
	font-size: 131%;
}

#admin ul#admin-left-nav li
{
	padding: 0 0 0 10px;
	margin: 4px 0;
}
#admin ul#admin-left-nav li.first,
#admin p.first
{
	margin-top: 0;
}

#admin ul#admin-left-nav li a
{
	color: #ccc;
}

#admin ul#admin-left-nav li.active
{
	background: url('/images/admin_menu_arrow.png') no-repeat 0 4px;
}

#admin ul#admin-left-nav li.active a
{
	color: #8fbfef;
}

#admin-home #left-col
{
	width: 780px;
	margin-left: 184px;
}
#admin #left-col
{
	width: 780px;
}
#admin label,
#admin span.label
{
	width: 224px;
}
#admin ul.buttons
{
	margin-left: 224px;
}
#admin ul.single-button,
ul.single-button
{
	margin-left: 0;
}

#admin table
{
	width: 100%;
	color: #ccc;
	font-size: 108%;
	margin: 0 0 2em;
}
#admin table th
{
	color: #8FBFEF;
	background: #3a3a3a;
}
#admin table th,
#admin table td
{
	padding: .4em .5em;
	border: 1px solid #4e4e4e;
}
#admin table tr.odd td
{
	background: url(/images/module_bg.png);
}


#admin table tr.hover td
{
	background: #4479B8;
	color: #000;
}

tr.page-list td span
{
	float: left;
}
tr.page-list ul
{
	float: left;
	overflow: hidden;
}
tr.page-list li
{
	float: left;
	padding: 0 .2em;
}
tr.page-list li a
{
	color: #ccc;
}
tr.page-list li a.active
{
	font-weight: bold;
}

a.copy-to-clipboard
{
	background: url(/images/faq_arrow_closed.png) no-repeat;
	text-indent: -2000px;
	float: left;
	width: 19px;
	height: 19px;
	margin: 5px;
}

/* Demo app pages */

#install-badge
{
	width: 215px; 
	height: 180px;
}

#pp-example h2,
#paypal-ipn h2
{
	color: #8ebfef;
	font-size: 167%;
	margin: 1em 0 0;
}

/* Tooltip styles */

.tt
{
	cursor: default;
}

.simpletip
{
	position: absolute;
}

.simpletip .content{
   width: 230px;
   padding: 7px;
   margin: -4px 0;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border: 5px solid #000;
   background: #333;
   color: white;
}

.simpletip .content .title
{
	background-color: #EEEEEE;
	color: #999999;
	font-weight: bold;
	margin: -6px -6px 8px;
	padding: 4px 7px;
}

.simpletip .content .title .close
{
	float: right;
}