/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body
{
	background: url(img/bodybg.png);
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
}

#top
{
	width: 100%;
	height: 122px;
	background: url(img/topbg.png) repeat-x;
}

#header
{
	width: 870px;
	height: 100px;
	background: url(img/headerbg.png) no-repeat;
}

#content
{
	padding: 0 23px 23px 23px;
}

h1
{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.02em;
	text-shadow: #ffffff 1px 1px 0px;
}

.icon-24
{
	margin: 0 5px -4px 0;
}

#meta
{
	font-size: 12px;
	margin: 10px 0 0 29px;
	color: #434343;
}

.own_license_data
{
	display: none;
}

strong
{
	font-weight: bold;
}

.icon
{
	margin: 0 5px -4px 0;
}

.meta-attr
{
	display: inline-block;
	margin-right: 20px;
}

ul#toggle-view
{
	margin-top: 20px;
}

ul#toggle-view li
{
	float: left;
	margin-right: -1px;
	margin-bottom: -1px;
}

ul#toggle-view li a
{
	display: inline-block;
	padding: 10px;
	font-weight: normal;
	background: #f1f1f1;
	border: 1px solid #c3c3c3;
	text-decoration: none;
}

ul#toggle-view li a:hover
{
	background: #ffffff;
}

ul#toggle-view li a.active
{
	border-bottom-color: #ffffff;
	background: #ffffff;
}

#code
{
	background: #ffffff;
	border: 1px solid #c3c3c3;
	padding: 5px;
	overflow: auto;
}

#code ol
{
	
}

#code ol li
{
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 5px;
	margin-left: 43px;
	
}

#code .ln
{
	padding-right: 15px;
	
}

#code .li2
{
	background-color: #f2f2f2;
}

#footer
{
	margin-top: 50px;
	font-size: 10px;
	padding: 10px 0 50px 0;
	border-top: 1px solid #c3c3c3;
	color: #616161;
}

a
{
	color: #616161;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
}

#footer a
{
	color: #616161;
	text-decoration: underline;
}

#footer a:hover
{
	text-decoration: none;
}

#error
{
	border: 1px solid #830000;
	padding: 10px;
	background: #fabcbc;
	color: #830000;
	margin-bottom: 20px;
	margin-top: 20px;
}

select, input, textarea
{
	border: 1px solid #c3c3c3;
	padding: 3px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
	margin-bottom: 10px;
}

label
{
	cursor: pointer;
	padding-right: 10px;
	font-weight: bold;
}

table tr td.label
{
	padding-right: 10px;
	padding-top: 3px;
	width: 100px;
}

table tr td
{
	vertical-align: top;
}

.inputsubmit
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	background: #ffffff;
	cursor: pointer;
}

.view
{
	display: none;
}

.view.active
{
	display: block;
}

#view-plain textarea
{
	width: 100%;
	height: 95%;
	padding: 0;
	font-family: mono;
	margin-top: 5px;
}

#toggle-view li a
{
	outline: none;
	-moz-outline: none;
}

#from
{
	margin: 5px 0 5px 29px;
}