body {
  margin: 0;
  padding: 0;
  font: normal 13px/1.5em Arial, sans-serif;
  color: #333;
  background-color: #5C96AB;
}

a{
	text-decoration: none;
	color: #00309C;
}
.contentcell a, .contentfullcell a
{
	text-decoration:underline;
}
a:hover
{
	text-decoration: underline;
}

form, dt, dl, dd, div, p, 
blockquote, h1, h2, h3, h4, h5, h6, a, 
pre, code {
  margin: 0;
  padding: 0;
}

dt
{
	font-weight: 700;
}

dd
{
	margin-left: 2em;
}

ul, ol
{
	margin-top: 0;
	margin-bottom: 0;
}

div.clearfix
{
	clear:both;
}

#mainholder
{
	width: 1010px;
	margin: 0 auto;
}

#topsection
{
	padding: 12px;
	color: #FFF;
	float:left;
}
#toplabel
{
	font-size: 22px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 34px;
	float:left;
}
#toplabel .standard
{
	font-weight: normal;
}
.logo
{
	float:left;
}


#topoptions
{
	font-size : 11px;
	color: #FFF;
	float:right;
	padding-top:15px;
}

#topoptions a
{
	color: #FFF;
	text-decoration: underline;
}

#topmenu
{
    white-space : nowrap;
	font-family: Arial, helvetica, Sans-Serif;
    font-size : 11px;
    color: #FFF;
}

#topmenu table
{
	border-collapse: collapse;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
}

#topmenu .right
{
	float: right;
}

#topmenu .left
{
	float: left;
	margin-right: 2px;
}

#topmenu a
{
    color: #333333;
    font-weight:bold;
}

#topmenu td.top
{
	height: 4px;
	line-height: 4px;
}

/* selected option */
#topmenu .selected
{
	background-color: #D5E3F0;
}

#topmenu .selected td.topLeftCorner
{
	background-image: url(../images/cr_ltblue_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	line-height: 4px;
}

#topmenu .selected td.topRightCorner
{
	background-image: url(../images/cr_ltblue_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	line-height: 4px;
}

#topmenu .selected td.content
{
	background-image: url(../images/tab_ltblue.jpg);
	background-repeat: repeat-x;
	padding: 0 20px 0 20px;
	height: 27px;
}

/* unselected option */
#topmenu .option
{
	background-color: #A8C8DF;
}

#topmenu .option td.topLeftCorner
{
	background-image: url(../images/cr_mdblue_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	line-height: 4px;
}

#topmenu .option td.topRightCorner
{
	background-image: url(../images/cr_mdblue_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	line-height: 4px;
}

#topmenu .option td.content
{
	background-image: url(../images/tab_mdblue.jpg);
	background-repeat: repeat-x;
	padding: 0 20px 0 20px;
	height: 27px;
}

/* My Account option */
#topmenu .myAccount
{
	background-color: #FFD280;
}

#topmenu .myAccount td.topLeftCorner
{
	background-image: url(../images/cr_org_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	line-height: 4px;
}

#topmenu .myAccount td.topRightCorner
{
	background-image: url(../images/cr_org_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
	line-height: 4px;
}

#topmenu .myAccount td.content
{
	background-image: url(../images/tab_orange.jpg);
	background-repeat: repeat-x;
	padding: 0 20px 0 20px;
	height: 27px;
}

#topmenuBar
{
	width: 100%;
	background-image: url(../images/blend.jpg);
	background-repeat: repeat-x;
	height: 20px;
}

#mainbody
{
	border-collapse: collapse;
	background-color: #fff;
	margin-top: 2px;
	width: 100%;
	height: 600px;
}

#mainbody .menucell, #mainbody .contentcell
{
	padding: 1em 10px;
}

#mainbody .menucell
{
	width: 25%;
	vertical-align: top;
	overflow: hidden;
}

#mainbody .contentcell
{
	width: 75%;
	vertical-align: top;
	border-left: 2px solid #5C96AB;
}

#mainbody .contentfullcell
{
	width: 100%;
	vertical-align: middle;
	padding: 1em 2em;
}

#mainbody .options .menuTitle
{
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 5px;
}

#mainbody .options .menuSubTitle
{
	font-style: italic;
	font-weight: bold;
}

#mainbody .menucell .menu_bigger
{
	display: block;
	margin-bottom: 5px;
}

#mainbody .menucell .menu_padded
{
	margin-top: 5px;
}


#mainbody .menu_separator
{
	border: 1px solid #5C96AB;
	margin: 5px 0;
}

#mainbody .early_access
{
	color:red;
}

#mainbody .dashed
{
	border-style:dotted;
	border-color:#007CB0;
	border-width:1px;
}

#mainbody .selected
{
	color: #e45b00;
	font-weight: 700;
}

#mainbody .indent
{
	padding-left: 1em;
}

#mainbody .moreIndent
{
	padding-left: 2em;
}

#mainbody table.grouptable
{
	width: 100%;
	border-collapse: collapse;
}

#mainbody table.grouptable td
{
	vertical-align: top;
	line-height : 30px;
}

#mainbody table.grouptable td.label
{
	padding-right: 15px;
	white-space:nowrap;
	font-weight: 700;
}

#mainbody table.grouptable th
{
	font-weight:bold;
	padding-top: 10px;
	border-bottom: 3px solid #999;
	text-align:left;
	white-space:nowrap;
}

#mainbody h1{
	font-size:20px;
	font-weight:bold;
	margin-bottom:4px;
}

#mainbody h2{
	font-size:17px;
}

#mainbody h3{
	font-size:15px;
}

/* inputTable */
table.inputTable
{
	border-collapse: collapse;
}

table.inputTable tr
{
	vertical-align: top;
}

table.inputTable td
{
	padding-bottom: 7px;
}

table.inputTable tr.bordertop td
{
	border-top: 1px solid #DDD;
	padding-top: 5px;
}

table.inputTable td.label
{
	font-size: 120%;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	white-space: nowrap;
}

table.inputTable td.verification
{
	vertical-align: middle;
}

table.inputTable td div.smallText
{
	font-size: 10px;
	font-weight: normal;
}

/* register consumer key */
.registerKeyTable tr
{
	height: 30px;
	vertical-align: middle;
}

.registerKeyTable table
{
	border-collapse: collapse;
}

/* boxes */
div.smallBox
{
	border: 3px solid #5C96AB;
	padding: 20px;
	width: 300px;	
	text-align: left;
	margin: 0 auto;
}

div.smallBox span.hint
{
	color: #999;
}

div.mediumBox
{
	border: 3px solid #5C96AB;
	padding: 20px;
	width: 400px;	
	text-align: left;
	margin: 0 auto;
}

div.mediumBox span.hint
{
	color: #999;
}

div.largeBox
{
	border: 3px solid #5C96AB;
	padding: 20px;
	width: 500px;	
	text-align: left;
	margin: 0 auto;
}
table.largeErrorBox, div.largeErrorBox
{
	width: 550px;
	margin-bottom: 20px;
	padding: 20px;
	font-weight: bold;
	text-align: left;
	margin: 0 auto;
}

div.largeBox span.hint
{
	color: #999;
}

/* login */
div.loginBox
{
	border: 3px solid #5C96AB;
	width: 750px;	
	text-align: left;
	margin: 0 auto;
}

.loginHeader
{
	font-size: 120%;
	font-weight: 700;
	line-height: 30px;
}

.loginHead a
{
	text-decoration: underline;
}

.loginLeft
{
	padding-left: 20px;
}

.loginRight
{
	padding-right: 20px;
}


/* script segment */
.api_script_segment
{
	background-color: #FFF9BF;
	width: 95%;
	margin: 0 auto;
}
.api_script_segment_footer
{
	width: 95%;
	margin: 0 auto;
	font-size: 11px;
	text-indent: 10px;
	color: #999;
}

.api_script_segment_content
{
	padding: 10px;
}

/* script segment text */
span.xml_openCloseTag
{
	color: #039;
}

span.xml_tagName
{
	color: #930;
}

span.xml_tagValue
{
	color: #000;
}

span.xml_attName
{
	color: #e00;
}

span.xml_attEqual
{
	color: #000;
}

span.xml_attValue
{
	color: #00e;
}

span.xml_comment
{
	color: #080;
}

/* image */
.api_image, .live_demo
{
	width: 95%;
	margin: 0 auto;
}

.api_image img
{
	border: none;
}

.api_image_caption
{
	font-size: 9px;
	margin-bottom: 10px;
}

#footer
{
	padding-top: 1px;
	color: #FFF;
	text-align: right;
}
#footer a
{
	text-decoration: underline;
	color: #FFF;
}
