
/*** 
LimeSurvey styles for GitStats 
***/

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,
b, u, i, center,
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 none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	margin-top: 10px;
	line-height: 135%;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1D2D45;
	background-color: #F0F0F0;
}


h1, h2, dl, p, table, img { /* Indent everything */
	margin-left: 20px;
}

a {
    color: #819D26;
    text-decoration: none;
}

h1 {
	margin-bottom: 20px;
	padding: 7px 0 5px 35px;
	color: #819D26;
	font-size: 200%;
	background: transparent url(images/logo_30x30.png) 0 0 no-repeat;
}

h2 {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 140%;
	clear: both;
}

h2 a {
	color: #1D2D45;
	text-decoration: none;
	clear: both;
}

dt {
	font-weight: bold;
	float: left;
	margin-right: 1em;
}

dt:after {
	content: ': ';
}

p {
	margin-bottom: 10px;
}

dd {
	display: block;
	clear: left;
	margin-bottom: 10px;
}

table {
	border: 1px solid #666666;
	border-collapse: collapse;
	font-size: 80%;
	margin-bottom: 5px;
}

table.noborders {
	border: 1px solid #666666;
}

table.noborders td {
	border: none;
	text-align: center;
}

.vtable {
	float: right;
	margin-right: 20px;
	clear: both;
}

table.tags {
	margin-right: 20px;
}

table.tags td {
	vertical-align: top;
}

th, td {
	padding: 0.2em 0.2em 0.2em 0.3em;
}

td {
	background-color: white;
}

th {
	background-color: #E0E0E0;
}

th a {
	text-decoration: none;
}

tr:hover {
	background-color: #E0E0E0;
}

td {
	border: 1px solid #666666;
}

/* Navigation bar; tabbed style */
.nav {
	margin-bottom: 10px;
	padding-left: 5px;
    background: transparent url(images/menu-bg.png)  0 0 repeat-x;
    height: 36px;
}

.nav ul { 
	float: left;
	margin: 0;    
	padding: 0;
	line-height:1;
	font-size: 12px;
	list-style-type: none;
}

.nav li {  
	position: relative;  
	float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 2px 0 0;
	background: transparent url(images/menu-divider.png) 100% 0 repeat-y;
}

.nav li a { 
	display: block;
	display: inline\9; /* IE8 and below */
	color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
    padding: 0 22px 0 15px;
    text-decoration: none;
}

.nav li a:hover {
	background-color: #4F6FA7;
}

img {
	border: 1px solid #666666;
	padding: 0.5em;
	background-color: white;
	margin-bottom: 5px;
}

th img {
	border: 0px;
	padding: 0px;
	background-color: #E0E0E0;
	margin: 0;
}

.moreauthors {
	font-size: 80%;
}
