body { 
	padding: 0; 
	margin: 0; 
	font: 12px Arial, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {
	color: #185DA0;
	background: inherit;
    text-decoration:underline;
}

a:hover {
    text-decoration:none;
}
table span {
	color:#666666;
}

h1 {
	font: bold 2em Arial, Sans-Serif;
	letter-spacing: -1px; 
	padding: 7px 0 0 8px;
	margin: 0;
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #FF6600;
	background: #FFF;
}


h2 { 
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h2 { 
	font-size: 16px;
	margin-bottom: 5px; 
	color: #000; 
	background: inherit;
}

p {	
	margin: 0 0 5px 0;
	
}

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}

input.search { 
	width: 199px; 
	border: none;
	background: url(img/input.gif); 
	padding: 4px; 
}

input.login { 
	width: 150px;
	border: none; 
	background: url(img/logininput.gif); 
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 800px; 
}

.header { 
	height: 130px;
}

.top_info {
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px solid #eeeeee;
}
.top_info a {
	margin-right:7px;
}
.logo {
	text-align:center;
	margin-top:30px;
}

.logo img {
	border:none;
}

.logo a {
	font-size:16px;
	color:#666666;
	text-decoration:none;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	margin: 0 0 0 0px; 
}
.bar ul {
	text-align:center;
}
	.bar li { 
		margin: 0; 
		padding: 4px 10px 8px 10px;
		color: #808080;
		background: #FFF;
		display:inline;
	}
	
	.bar li a.selected { 
		background: #FFF url(img/bar.gif) no-repeat center bottom; 
		color: #9EC068;
		font-weight: bold; 
		padding-bottom: 8px; 
	}

	.bar a { 
		font-weight: bold;
		color: #4A8EBC; 
		background: inherit;	
	} 

.search_field { 
	background: #DCF2B8 url(img/barbg.gif) no-repeat; 
	color: #000;
	border-top: 1px solid #9EC068;
	border-bottom: 1px solid #9EC068;
	clear: both;
	text-align: center; 
	padding: 10px 0 5px 0;
}

.subheader {
	margin: 3px 0 10px 0;
	padding: 8px;
	background: #f4f4f4 url(img/subheaderbg.gif) no-repeat;
	color: #808080;
	border-bottom: 1px solid #ccc;
}

	

.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF;
	padding: 10px 0 10px 0;
	border-top: 1px solid #eee;
}

.footer a {
	color: #9EC068;
	background: #fff;
}

div.pr {
	width:50px;
	border:1px solid #666666;
	height:3px;
}
div.pr div {
	height:3px;
	background-color:green;
}
table.add_page_form input.login,table.add_page_form textarea.login {
	width:350px;
	background:white;
	border:1px solid #cccccc;
	padding:3px;
}
table.add_page_form .login:hover {
	border:1px solid orange;
}
table.add_page_form code {
	font-size:12px; font-family:'Courier New', monospace;
}