/* v1.0 | 20080212 */
/*-----------------start-------------*/
/* shorthand: top right bottom left */
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----------------------end-----------------------*/

/* start tools */
.silent, .hidden {
	display:none;
}
.clr {
	clear:both;
	line-height:0;
}
div#footer {
	margin-top: 12px;
}
/* end tools */

/* main style */
body {
	color: #666687;
	margin-top:10px;
	font-family:Helvetica, Verdana, Arial sans-serif;
	font-size:12px;
	text-align:justify;
	display:block;
	background: #ccd9c8;
}

body div#container {
	height: 80%;
	width: 700px;
	margin: 0 auto 0 auto;
	background: #fff;
	border:1px solid #aaa;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
body div#container div#main {
	background:transparent url(/images/corner.png) no-repeat right top;
	margin-top: -1px;
	margin-right: -1px;
}
/*= CSS hack for Opera 9.5 Rounded Corners */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) 
{
	body div#container {
		background:transparent url(/images/shadow.svg); 
		border:0;
	}

	body div#container div#main {
		background:transparent url(/images/corner.png) no-repeat right top;
		margin-top: -1px;
		margin-right: 0px;
	}

}

body div#container div#main div#content {
	padding: 20px 50px 20px 50px;
	margin: 2px 2px 2px 2px;
}
body div#container div#main div#content div.edit {
	text-align: right;
	font-size: 8px;
	color: #225eff;
}
body div#container div#footer {
/*	border: 1px solid #454545; */
	padding: 10px 10px 10px 10px;
	margin: 2px 2px 2px 2px;
}
body div#container div#footer p{
	padding: 0px 5px 0px 5px;
	color: #959595;
}
body div#container div#footer p:first-letter {
	margin-left: 5px;
}
body div#container div#footer hr {
	height: 1px;
	color: #454545;
	width: 80%;
}
/* menu stuff */
body div#container div#main div#menu {
	padding-top: 20px;
	padding-left:20px;
}
body div#container div#main div#menu ul {
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:33px;
	font-size: 12px;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	/*background: #ccc;*/
	/*border:1px solid #000;*/
	margin:0;
	padding:0;
}

body div#container div#main div#menu ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
}

body div#container div#main div#menu ul li a {
	float:left;
/*	color:#A79787;*/
	text-decoration:none;
	border-bottom: #79AB38 solid 1px;
	height:24px;
	padding:9px 15px 0;
	font-weight:normal;
}

body div#container div#main div#menu ul li a:hover, .current {
	/*color:#fff;*/
	text-decoration:none;
	border-bottom: #225EFF solid 1px;
}

body div#container div#main div#menu ul .current a {
	color: #225EFF;
	font-weight:700;
}

/*GREEN*/
body div#container div#main div#menu ul.green{
	background-color:#629600;
}
body div#container div#main div#menu ul.green li a:hover, .menu.green li.current {
	background-color:#7AB900;
}

/* end menu */

h1 h2 h3 h4 h5 h6 {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:13px
}
h5 {
	font-size:12px;
}
h6 {
	font-size:11px;
}
a {
	color: #79ab38;
}
a:hover {
	color:#566b89
}
ul {
	list-style-position:outside;
	list-style-type:decimal;
	padding-top:5px;
}
p {
	margin-top:10px;
}
p:first-letter {
	padding-left:10px;
}
/* end main style */

