/* styles.css for template #124 
   spyka.net Webmaster */
body {
	 margin:0 auto;
	 padding:0; 
	 width:100%; 
	 height:100%; 
	 font-family:Arial, Helvetica, sans-serif;
	 background-color:#999;
}
/* Global */
a { 
	font-weight:bold;
	text-decoration:underline;
	color:#333;
}
a:hover { 
	color:#77BA2E;
}
h1 {
	font-size:20px;
	margin:20px 0 15px 0;
}
h2 {
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-bottom:1px solid #CCC;
	color:#77BA2E;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333;
	border-bottom:3px solid #77BA2E;
}
h4 {
	font-size:1.0em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0;
	margin:0 0 0 10px;
	color:#77BA2E;
}
p {
	margin-left:20px;
	font-size:0.8em;
}
ul {
	list-style-type:square;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	padding-left:30px;
	margin-left:30px;
	font-size:0.8em;
}
blockquote {
	border:1px solid #ddd;
	background-color:#eee;
	padding:4px;
	font-size:0.9em;
	font-style:italic;
}
	blockquote p {
		margin:3px;
		padding:0;
	}
/* Layout */
div#container {
	margin:auto;
	width:80%;
    background-color:#fff;
}
div#page {
	width:75%;
	float:left;
	border-left:1px solid #999;
	padding-left:30px;
}
/* Header */
div#header {
	padding:1px 0 30px 0;
}
	div#header h1 {
		font-family:Arial, Helvetica, sans-serif;
		color:#77BA2E;
		font-size:1.6em;
		padding:0;
		margin:30px 0 0 20px;
		font-weight:bold;
	}
	div#header h2 {
		font-family:Arial, Helvetica, sans-serif;
		color:#333333;
		font-size:1.0em;
		padding:0;
		margin:0 0 0 20px;
		font-weight:bold;
		border-bottom:0;
	}
/* Navigation menu */
div#menu {
	height:20px;
	border-bottom:20px solid #97D553;
}
	div#menu ul {
		padding:0;
		list-style-type:none;
		margin:0 0 0 10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
	}
		div#menu ul li {
			float:left;
			display:inline;
			padding:0 7px;
			margin:0;
		}
			div#menu ul li a {
				display:block;
				float:left;
				font-weight:bold;
				padding:1px 15px 0 15px;
				height:2px;
				color:#999;
				text-decoration:none;
				border:none;
			}
			div#menu ul li a:hover {
				text-decoration:underline;
			}
			div#menu ul li a.current:hover {
				text-decoration:none;
			}
			div#menu ul li a.current {
				position:relative; /* for IE6 */
				color:#fff;
				margin-top:-5px;
				padding-top:5px;
				height:20px;
				border:1px solid #77BA2E;
				border-bottom:none;
				background-color:#97D553;
			}
/* Content */
div#content {
	padding:14px 5px;
}
/* Sidebar */
div#sidebar {
	width:20%;
	float:left;
	padding:0;
	margin:0;
}
	div#sidebar ul {
		padding:0;
		list-style-type:none;
		margin:10px 0 10px 0;
		/* border-top:1px solid #ccc; /* /* uncomment to add table-like border */
	}
		div#sidebar ul li {
			margin:0;
			padding:0;
			/* border-bottom:1px solid #ccc; /* /* uncomment to add table-like border */
		}
			div#sidebar ul li a {
				display:block;
				padding:7px 10px;
				border-right:7px solid #fff;
			}
			div#sidebar ul li a:hover {
				border-right:7px solid #97D553;
			}
/* Footer */
div#footer {
	clear:both;
	text-align:center;
	margin:0;
	padding:0;
}
	div#footer p {
		padding:10px 0 10px 0;
		width:95%;
		border-top:1px solid #ccc;
		margin:5px 0 0 0;
		font-size:0.8em;
		text-align:center;
	}
		div#footer p a {
			text-decoration:underline;
		}
		
/* tables

table 
{
border-width: 1px;
border-spacing: ;
border-style: none;
border-color: black;
border-collapse: separate;
}
table th {
border-width: 1px;
padding: 0px;

border-style: dashed;
border-color: black;
background-color: white;
}
table td {
border-width: 1px;
padding: 0px;

border-style: dashed;
border-color: black;
background-color: white;
}
*/


/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/

table {
  border-collapse: collapse;
  border: 1px solid #03476F;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: #92C428;
  }

caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
td, th {
  border: 1px dotted #03476F;
  padding: .4em;
  color: #363636;
  }

thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;;
  text-align: left;
  background: #4591AD;
  color: #FFFFFF;
  padding-top:3px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
tbody td a:hover {
  background: #C2F64D;
  color: #363636;
  }
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #363636;
  }
tbody th a:hover {
  background: transparent;
  color: #363636;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #AEE239;
  }
.even{
  background: #92C428;
  }
tbody tr:hover {
  background: #FFD800;
  border: 1px solid #03476F;
  color: #FFFFFF;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #FFD800;
  color: #FFFFFF;
  }

/* Remove the border around any images used as links */
img { 
border: none; 
} 