html, 
body{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #FFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color:#3f4f58;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14pt;
	color: #99cc00;;
	padding-top: 20pt;
	padding-left: 5pt;
	padding-bottom: 4pt;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: -1px;
	font-weight: bolder;
	text-align: left;
	display: block;
}

li {
	list-style-image: url(../images/bullet_default.gif);
	list-style-position: inside;
}

#hr {
	width: 804px;
	clear: both;
	border-bottom: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #7F8E96;
	padding-bottom: 8px;
}

#wraper {
	width: 820px;
	margin-left: auto;
	margin-right: auto;	
	background: #FFFFFF;
}

#pad {
	padding: 0 8px 0 8px;
	text-align: left;
}
/* -- Header --*/
#header {
	width: 804px;
	height: 83px;

}
#logotype {
	float: left;
	width: 804px;
	height: 83px;
	background: url(../images/header_bg.gif) no-repeat;
}

#top_grey {
	width: 804px;
	height: 15px;
	float: left;
	background: #c0e300 url(../images/top-grey.gif) top right repeat-y;
}

/* -- Content --*/
#leftColumn,
#rightColumn{
	float: left;
}

#leftColumn{
	width:30%;
}

#rightColumn{
	width: 70%;
}

#errorColumn{
	width:804px;
	float: left;
	padding-top: 10px;
	padding-bottom: 200px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
	color: #3f4f58;
}

#tabed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#tabed ul {
	list-style-type: none;
	height: 25px;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

#tabed ul li {
	/*display: block;*/
	float: left;
	text-align: center;
	display: inline;
	margin: 0;
	margin-top: 12px;
	padding: 0;
}
#tabed ul li a {
	display: block;
	background: url(../images/tab_normal.gif) no-repeat;
	width: 73px;
	height: 19px;
	padding-top: 6px;
	text-decoration: none;
	color: black;
}
#tabed ul li a:hover {
	background: url(../images/tab_selected.gif) no-repeat;
	text-decoration: none;
}
#tabed ul li a.selected, #tabed ul li a:hover.selected {
	background: url(../images/tab_selected.gif) no-repeat;
	text-decoration: none;
}

#help_menu {
	margin-top: 22px;
	width: 100%;
}

#body {
	margin: 12px 12px 0 12px;
	text-align: justify;
	color: #3F4F58;
}
#body a:link {
	text-decoration: underline;
	color: #666666;
}
#body a:visited {
	text-decoration: underline;
	color: #666666;
}
#body a:hover {
	text-decoration: none;
	color: #000000;
}
#body ul {
	padding: 0;
	display: block;
}

#body ul li {
	list-style-image: url(../images/bullet_default.gif);
	list-style-position: inside;
}

.titlesBlue {
	font-size: 12px;
	font-weight: 600;
	color:#669900;
	padding-top: 4px;
	padding-bottom: 2px;
	word-spacing: 2px;
}

#general_info {
 margin: 0px;
 padding: 0px;
}
#general_info p {
	font-size: 10px;
 margin: 0px;
 padding: 0px 0px 0px 5px;
 line-height: 10px;
}

#general_info a:link {
 text-decoration: none;
 color: #3f4f58;
}

#general_info a:visited {
 text-decoration: none;
 color: #3f4f58;
}

#general_info a:hover {
 text-decoration: none;
 color: #000000;
}

#img_left{
	float: left;
	position: relative;
	padding-left: 0px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-top: 12px;
}
#img_right{
	clear: right;
	float: right;
	position: relative;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-top: 12px;
}
#alphaBet {
	float: left;
	width:220px;
	margin-top: 12px; 
}
#alphaBet a {
	width: 16px;
	height: 16px;
	display: block;
	float:left;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #99cc00;
	letter-spacing: 0px;
	text-decoration: none;
	border: 1px solid #7F8E96;
}
#alphaBet a:hover {
	color: #7CA600;
	background: #E3E7E8;
	text-decoration: none;
}
.footerbottom {
	height: 20px;
	margin: 4px auto;
	padding: 2px;
	color: #666;
}
.copyright {
	height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.copyright a {
	color: #666;
	text-decoration: none;
	margin: auto;
}
.copyright a:hover {
	color: #000;
	text-decoration: underline;
}
.backtotop {
	height: 20px;
	margin: 0px;
	padding: 0px;
	float: right;
	color: #666;
	text-decoration: none;
}
.backtotop img {
	border: 0px;
	vertical-align: middle;
	}

.clearer {
	clear:both;
	display:block;
	font-size:.1em;
}

/* Levels * ------------------------------------------------------------------------------- */
/* leve 0 - Node */
.lev0node {
	font-size: 11px;
	font-weight: 400;
	color: #3F4F58;
}
.lev0node a:link, .lev0node a:visited {
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	line-height: 18px;
	color: #3F4F58;
	text-decoration: none;
	display: table-row-group;
	/*border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B3BEC3;*/
	display: block;
	background-image: url(../images/node_closed.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.lev0node a:hover {
	text-decoration: none;
	color: #000000;
}
.levsel0node {
	font-size: 11px;
	text-decoration: none;
	color: #3F4F58;
}
.levsel0node a:link, .levsel0node a:visited, .levsel0node a:active {
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	line-height: 18px;
	color: #3F4F58;
	text-decoration: none;
	/*border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B3BEC3;*/
	display: block;
	background-image: url(../images/node_open.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}
.levsel0node_open {
	font-size: 11px;
	text-decoration: none;
	color: #3F4F58;
}
.levsel0node_open a:link, .levsel0node_open a:visited, .levsel0node_open a:active {
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	line-height: 18px;
	color: #3F4F58;
	text-decoration: none;
	/*border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B3BEC3;*/
	display: block;
	background-image: url(../images/node_open.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/* Level 0 */
.lev0 {
	font-size: 11px;
	font-weight: 400;
	color: #3F4F58;
}
.lev0 a:link, .lev0 a:visited {
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	line-height: 18px;
	color: #3F4F58;
	text-decoration: none;
	display: table-row-group;
	/*border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B3BEC3;*/
	display: block;
}
.lev0 a:hover {
	text-decoration: none;
	color: #000000;
}
.levsel0 {
	font-size: 11px;
	text-decoration: none;
	color: #3F4F58;
}
.levsel0 a:link, .levsel0 a:visited, .levsel0 a:active {
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	line-height: 18px;
	color: #3F4F58;
	text-decoration: none;
	/*border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B3BEC3;*/
	display: block;
	font-weight: bold;
}
.levsel0 a:hover{
	text-decoration: none;
}
/* Level 1 */
.lev1 {
	font-size: 11px;
	font-weight: 500;
	padding-top: 4px;
	padding-left: 24px;
	line-height: 18px;
	color: #3F4F58;
}
.lev1 a:link, .lev1 a:visited {
	color: #3F4F58;
	text-decoration: none;
	display: table-row-group;
}
.lev1 a:hover {
	color: #000000;
	text-decoration: none;
}
.levsel1 {
	font-size: 11px;
	font-weight: 500;
	padding-top: 4px;
	padding-left: 24px;
	line-height: 18px;
	color: #669900;
}
.levsel1 a:link, .levsel1 a:visited, .levsel1 a:hover {
	color: #669900;
	text-decoration: none;
	display: table-row-group;
}
/* Level 2 ---- */
.lev2 {
	font-size: 11px;
	font-weight: 500;
	padding-top: 4px;
	padding-left: 35px;
	line-height: 18px;
	color: #4D4D4D;
	background-image: none;
}
.lev2 a:link, .lev2 a:visited {
	color: #4D4D4D;
	text-decoration: none;
	display: table-row-group;
}
.lev2 a:hover {
	color: #000;
	text-decoration: none;
}
.levsel2 {
	font-size: 11px;
	font-weight: 500;
	padding-top: 4px;
	padding-left: 35px;
	line-height: 18px;
	color: #669900;
	background-image: none;
}
.levsel2 a:link, .levsel2 a:visited, .levsel2 a:hover {
	color: #669900;
	text-decoration: none;
	display: table-row-group;
}
.lev1 {
	font-size: 11px;
	font-weight: 500;
	padding-top: 4px;
	padding-left: 24px;
	line-height: 18px;
	color: #3F4F58;
}
.levsel1node {
	font-size: 11px;
	font-weight: 500;
	padding-top: 4px;
	padding-left: 16px;
	line-height: 18px;
	color: #3F4F58;
}
.lev1node {
	font-size: 11px;
	font-weight: 500;
	padding-top: 4px;
	padding-left: 16px;
	line-height: 18px;
	color: #3F4F58;
}

.levsel1node a:link, .levsel1node a:visited, .levsel1node a:active, .levsel1node span {
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	line-height: 18px;
	color: #3F4F58;
	text-decoration: none;
	/*border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B3BEC3;*/
	display: block;
	background-image: url(../images/node_open.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
}

.lev1node a:link, .lev1node a:visited, .lev1node a:active, .lev1node span {
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	line-height: 18px;
	color: #3F4F58;
	text-decoration: none;
	/*border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B3BEC3;*/
	display: block;
	background-image: url(../images/node_closed.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.lev2 {
	font-size: 11px;
	font-weight: 500;
	padding-top: 4px;
	padding-left: 35px;
	line-height: 18px;
	color: #3F4F58;
}
.levsel2node {
	font-size: 11px;
	font-weight: 500;
	padding-top: 4px;
	padding-left: 24px;
	line-height: 18px;
	color: #3F4F58;
}
.lev2node {
	font-size: 11px;
	font-weight: 500;
	padding-top: 4px;
	padding-left: 24px;
	line-height: 18px;
	color: #3F4F58;
}

.levsel2node a:link, .levsel2node a:visited, .levsel2node a:active, .levsel2node span {
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	line-height: 18px;
	color: #3F4F58;
	text-decoration: none;
	/*border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B3BEC3;*/
	display: block;
	background-image: url(../images/node_open.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
}

.lev2node a:link, .lev2node a:visited, .lev2node a:active, .levs2node span {
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	line-height: 18px;
	color: #3F4F58;
	text-decoration: none;
	/*border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B3BEC3;*/
	display: block;
	background-image: url(../images/node_closed.gif);
	background-repeat: no-repeat;
	background-position: left;
}


.lev3 {
	font-size: 11px;
	font-weight: 500;
	padding-top: 4px;
	padding-left: 40px;
	line-height: 18px;
	color: #3F4F58;
}
.levsel3node {
	font-size: 11px;
	font-weight: 500;
	padding-top: 4px;
	padding-left: 32px;
	line-height: 18px;
	color: #3F4F58;
}
.lev3node {
	font-size: 11px;
	font-weight: 500;
	padding-top: 4px;
	padding-left: 32px;
	line-height: 18px;
	color: #3F4F58;
}

.lev3 a:link, .lev3 a:visited {
	color: #4D4D4D;
	text-decoration: none;
	display: table-row-group;
}
.lev3 a:hover {
	color: #FF7B00;
	text-decoration: none;
}
.levsel3 {
	font-size: 11px;
	font-weight: 500;
	padding-top: 4px;
	padding-left: 35px;
	line-height: 18px;
	color: #FF7B00;
	background-image: none;
}
.levsel3 a:link, .levsel3 a:visited, .levsel3 a:hover {
	color: #FF7B00;
	text-decoration: none;
	display: table-row-group;
}

.levsel3node a:link, .levsel3node a:visited, .levsel3node a:active, .levsel3node span {
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	line-height: 18px;
	color: #3F4F58;
	text-decoration: none;
	/*border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B3BEC3;*/
	display: block;
	background-image: url(../images/node_open.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
}

.lev3node a:link, .lev3node a:visited, .lev3node a:active, .lev3node span {
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	line-height: 18px;
	color: #3F4F58;
	text-decoration: none;
	/*border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B3BEC3;*/
	display: block;
	background-image: url(../images/node_closed.gif);
	background-repeat: no-repeat;
	background-position: left;
}


.lev4 {
	font-size: 11px;
	font-weight: 500;
	padding-top: 4px;
	padding-left: 48px;
	line-height: 18px;
	color: #3F4F58;
}
.levsel4node {
	font-size: 11px;
	font-weight: 500;
	padding-top: 4px;
	padding-left: 40px;
	line-height: 18px;
	color: #3F4F58;
}
.lev4node {
	font-size: 11px;
	font-weight: 500;
	padding-top: 4px;
	padding-left: 40px;
	line-height: 18px;
	color: #3F4F58;
}
.lev4 a:link, .lev4 a:visited {
	color: #4D4D4D;
	text-decoration: none;
	display: table-row-group;
}
.lev4 a:hover {
	color: #FF7B00;
	text-decoration: none;
}
.levsel4 {
	font-size: 11px;
	font-weight: 500;
	padding-top: 4px;
	padding-left: 35px;
	line-height: 18px;
	color: #FF7B00;
	background-image: none;
}
.levsel4 a:link, .levsel4 a:visited, .levsel4 a:hover {
	color: #FF7B00;
	text-decoration: none;
	display: table-row-group;
}
.levsel4node a:link, .levsel4node a:visited, .levsel4node a:active, .levsel4node span {
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	line-height: 18px;
	color: #3F4F58;
	text-decoration: none;
	/*border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B3BEC3;*/
	display: block;
	background-image: url(../images/node_open.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
}

.lev4node a:link, .lev4node a:visited, .lev4node a:active, .lev4node span {
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	line-height: 18px;
	color: #3F4F58;
	text-decoration: none;
	/*border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B3BEC3;*/
	display: block;
	background-image: url(../images/node_closed.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.screenshots_padding {
	padding: 0 0 15px 15px;
}

.image_padding {
	padding: 0 5px 0 0;
}
#iphone {
    background-image: url(../images/screenshots/iphone/iphone_small.gif);
	background-repeat: no-repeat;
	background-position: left;
	width:31px;
	height:14px;
	display: inline-block;
}
.bordered_text {
	border: solid 1px #444; 
	padding: 8px;
}