/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color:#444;
	background:#fff;
}

a, a:visited {
	color:#B40000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
h1 {
	font-size:2.2em;
	line-height:1.3em;
	margin-bottom:5px;
}
h2 {
	font-size:1.9em;
	line-height:1.3em;
	margin-bottom:5px;
}
h3 {
	font-size:1.7em;
	line-height:1.3em;
	margin:5px 0;
}
h4 {
	font-size:1.5em;
	line-height:1.3em;
	margin-bottom:3px;
}
h5 {
	font-size:1.3em;
	line-height:1.3em;
	margin-bottom:3px;
}
h6 {
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:3px;
}

p {
	font-size:1em;
	margin-bottom:10px;
}
ol {
	list-style:decimal;
	padding-left:30px;
	margin-bottom:10px;
}
ul {
	list-style:disc;
	padding-left:25px;
	margin-bottom:10px;
}
li {
	padding:2px;
}

b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
u {
	text-decoration:underline;
}
code {
	font-family:Courier,"Courier New",Monaco,Tahoma;
	background:#eee;
	color:#000;
	padding:0px 2px;
}
pre {
	background:#eee;
	padding:10px 20px;
	overflow:auto;
	margin-bottom:10px;
}
blockquote {
	font-style:italic;
	margin:0 0 10px 20px;
	padding-left:10px;
	border-left:3px solid #B40000;
}

span.background-code {
	color:#888;
}


/*========================*/
/*=== Structure Styles ===*/
/*========================*/
#wrapper {
	
	margin:70px auto 0 auto;
	background:#fff;
	border:1px solid #ccc;
	padding:30px;
}
#footer {
	
	margin:20px auto 70px auto;
	color:#888;
	font-size:12px;
}
#footer a {
	color:#666;
}

#tab-container {
	padding-top:20px;
}
#tab-container #thecode_tab {
	display:none;
}
#tab-nav {
	list-style:none;
	padding:0;
	margin:0;
	height:30px;
	border-bottom:1px solid #ccc;
}
#tab-nav li {
	padding:0;
	display:inline;
}
#tab-nav li a {
	display:block;
	float:left;
	background:#fff;
	border:1px solid #ccc;
	height:30px;
	line-height:30px;
	padding:0 10px;
	margin-left:10px;
	border-bottom:0px;
}
#tab-nav li a.active {
	color:black;
}


/*====================*/
/*=== Input Styles ===*/
/*====================*/
fieldset {
	border:1px solid #ccc;
	padding:20px;
	margin-bottom:30px;
}

legend {
	border:1px solid #ccc;
	padding:0 20px;
	font-weight:bold;
}

label {
	display:inline-block;
	width:100px;
	float:left;
}

input,
textarea,
select {
	padding: 5px;
	font: 400 1em Verdana, Sans-serif;
	color: #333;
	background:#eee;
	border: 1px solid #ccc;
	margin:0 0 10px 0;
	width:70%;
}

input:focus,
textarea:focus,
select:focus {
	background: #fff;
	border: 1px solid #999;
}

textarea {
	height:100px;
}

input.button {
	background:#444;
	border:0;
	color:#fff;
	width:auto;
}

input.radio, input.checkbox {
	width:auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

span.required {
	color:red;
}
