html, body {
	margin:0;
	padding:0;
	width: 100%;
	height:100%;
	border:none;
	background-color: #ffffff;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 13px;
}
form {
	height:100%;
	margin: 0px;
}

div, p, li, td, th, a{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #666666;
}
a {
	color: #0099cc;
	text-decoration: underline;
}
a:hover {
	color: #0099cc;
	text-decoration: none;
}
a img {
	border: none;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}
h1 {
	color:#006699;
	font-size: 30px;
	margin: 0px;
	padding: 16px 0px 24px 0px;
}
h2 {
	color: #333333;
	font-size: 18px;
	padding: 3px 0px 13px 0px;
	margin: 0px;
}
h3 {
	margin: 0px 0px 10px 0px;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
.Clear {
	clear: both;
}

/*********** Common part *******************/
#mainContainer {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	float: left;
}
div#Header {
	height: 60px;
	background: url(../images/help/header-bg.gif) top left repeat-x;
	text-align: center;
}
div#Logo {
	float: left;
	padding: 12px 51px 10px 0px;
}
.container {
	float: left;
	width: 100%;
	margin-bottom: 112px;
	_margin-bottom: 0px;
	_text-align: center;
}
div#InnerArea {
	background: url(../images/help/inner-bg.gif) top left repeat-x;
	padding: 0px 0px 50px 0px;	
	text-align: center;
}
div.FixedWidth {
	width: 1084px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#BottomBlock {
	background: url(../images/help/bot-block-bg.gif) top left repeat-x;
	padding: 25px 0px 3px 0px;
	text-align: center;
}
div#Footer {
	height: 108px;
	background: url(../images/help/footer-bg.gif) top left repeat-x;
	text-align: center;
}
/*********** Menu *******************/
div#Menu {
	float: left;
}
div#Menu a {
	display: block;
	float: left;
	font-size: 18px;
	color: #ff8825;
	text-decoration: none;
	padding-left: 19px;
	padding-right: 19px;
	line-height: 60px;
}
div#Menu a:hover,
div#Menu a.active{
	color: #075972;
	background: url(../images/help/menu-sel-bg.gif) left top repeat-x;
}
div#Menu .divider {
	float: left;
	background: url(../images/help/menu-divider.gif) center center no-repeat;
	width: 11px;
	height: 60px;
}
/************* Breadcrumbs ****************/
div.Breadcrumbs {
	color: #999999;
	font-size: 12px;
	padding: 12px 0px 0px 0px;
}
div.Breadcrumbs a {
	font-size: 12px;
}
div.Breadcrumbs span.Current {
	color: #656565;
}
/************* LeftMenu ****************/
div.LeftMenuArea {
	width: 204px;
	float: left;
}
div.LeftMenu {
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	padding: 0px 6px;
}
div.LeftMenu a {
	display: block;
	text-decoration: none;
	color: #0c6b93;
	padding: 7px 9px 9px 9px;
}
div.LeftMenu a:hover {
	background: #f0f7f9;
	color: #0c6b93;
}
div.LeftMenu a.Sel,
div.LeftMenu a.Sel:hover {
	background: #3c9ab2;
	color: #ffffff;
}
div.LEftMenu div.SepLine {
	height: 3px;
	background: url(../images/help/left-menu-sep.gif) center left repeat-x;
	font-size: 1px;
}
div.Submenu a {
	display: inline;
	padding: 0px;
}
div.Submenu a:hover {
	background: none;
	color: #0c6b93;
}
div.Submenu li a.SubSel:hover {
	background: none;
	color: #515151;
}
div.Submenu ul {
	padding: 6px 0px 0px 10px;
}
div.Submenu ul li {
	padding: 0px 0px 12px 13px;
	background: url(../images/help/tick.gif) left 10px no-repeat;
}
div.Submenu li a.SubSel {
	color: #515151;
}
div.Submenu ul ul{
	padding: 0px 0px 0px 0px;
	_padding: 12px 0px 0px 0px;
}
div.Submenu ul ul li {
	padding: 0px 0px 9px 13px;
	_padding: 0px 0px 9px 0px;
	background: none;
}
div.Submenu ul ul li a {
	text-decoration: underline;
}
div.Submenu ul ul li a.SubSel {
	text-decoration: none;
}
/************ Content ***************/
div.ContentArea {
	float: left;
	width: 860px;
}
div.Content {
	padding-left: 16px;
}
div.Text {
	border-left: 4px solid #006699;
	padding-left: 15px;
	margin-bottom: 15px;
}
div.Content ul {
	margin: 0px 0px 10px 18px;
	padding-left: 0px;
}
div.Content li {
	list-style-image: url(../images/arrow_small.gif);
	margin-left: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.Content p {
	margin: 0px 0px 10px 0px;
}
/************ Bottom part ***************/
div.BottomBlockArea {
	padding-left: 30px;
	text-align: left;
}
ul.BottomList {
	width: 617px;
}
ul.BottomList li {
	margin-left: 41px;
	padding: 0px 0px 16px 25px;
	background: url(../images/help/tick2.gif) left 10px no-repeat;
	color: #333333;
	font-size: 14px;
}
div.Reviews {
	color: #333333;
	width: 338px;
	float: left;
}
div.Reviews img {
	margin-bottom: 5px;
}
div.Reviews p {
	color: #333333;
}
div.BottomLinks {
	color: #d0d0d0;
}
/************** Footer ****************/
#footerContainer {
	position:absolute;
	width:100%;
	bottom:0;
	padding:0;
	margin:0;
	background: url(../images/footer_bg.gif) left top repeat-x;
	_POSITION: relative;  
	_text-align: center;
	_top: expression(this.offsetParent.scrollTop+this.offsetParent.offsetHeight-this.offsetParent.scrollHeight);
}
.footer {
	height: 112px;
	width: 990px;
	margin:0 auto;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #989898;
	text-align: left;
}
.footer .copy{
	float: left;
	text-align: right;
	padding-top: 40px;
	width: 335px;
	color: #989898;
}
.footer .copy a {
	color: #989898;
	text-decoration: underline;
}
.footer .links{
	float: left;
	padding-left: 35px;
	margin-left: 40px;
	padding-top: 47px;
	background: url(../images/footer_bg_lines.gif) left top no-repeat;
}
.footer .links a{
	color: #989898;
	margin-left: 10px;
	margin-right: 10px;
}

/******************/
.ac {
	text-align: center;
}

div.features {
	font-size: 13px;
	color: #333333;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	border: solid 4px #ededed;
	padding: 17px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-top: 25px;	
}

div.screenshot {
	text-align:center;
	padding:10px;
}
div.screenshot_small {
	text-align: left;
	padding: 10px;
}
	div.screenshot_small .imageTitle{
		text-align: left;			
		font-size:12px;
		padding-left: 20px;
	}

div.screenshot_inline {
	text-align: left;
	margin: 0px 10px 10px 10px;
	padding-right: 20px;
	float:left;
}
	div.screenshot_inline .imageTitle{
		text-align: center;			
		font-size:12px;
	}
div.note {
	font-size:11px;
	padding: 5px;		
	color: #000000;
	background-color: #D1F1FF;
}
div.note2 {
	font-size:13px;
	padding: 10px;		
	margin: 10px;		
	color: #000000;
	background-color: #D1F1FF;
}
span.bcAPI {
	padding: 0px 0px 0px 20px;
	background: url(../images/help/basecamp_logo_small.png) left center no-repeat;	
}
span.bcOldAPI {
	padding: 0px 0px 0px 20px;
	background: url(../images/help/basecamp_logo_small_grey.png) left center no-repeat;	
}
span.API_TODO {
	padding: 0px 0px 0px 45px;
	background: url(../images/help/todo.png) left center no-repeat;	
}
span.unsupportedAPI {
	font-size: 11px;
	color: #AAAAAA;
	text-decoration: line-through;
}

.yellow {
	background-color:#FFFFCC;
	padding: 3px;
}

.green {
	background-color:#CEFFD1;
	padding: 3px;
}

