/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 
body { 
	font: 1.0em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.2em;
	background: #fff; 
	color: #000; 
}

a {	color: #000088;	background: inherit; }
a:hover { color: #000; background: inherit; }

/*
h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
*/
h1 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
.orange { color: #ffcc00; }
sup { font-size: .7em; }

h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 0 0 5px 0; }

	p.bold { font-weight : bold; }
	p.error { font-weight : bold; color: #ff0000; }

ul { list-style : none; }

.bold {
font-weight : bold; 
}

.ad { 
	clear: both;
	text-align: center;
	padding: 10px 0;
}

/* layout
   ------ */
.body {
	margin-left: auto;
	margin-right: auto;
}

#wrap {
background: #fff;
width: 980px;
height: 100%;
margin: 0 auto;	
text-align: left;
}

#wrap .logout {
text-align: right;
}

#wrap-header {
position: relative;
height: 55px;	
background-color: #fff;
}

#wrap-header .header-left {
float: left;
width: 30%;
}

#wrap-header .header-right {
float: right;
width: 30%;
}

.browse_category  {
	width: 390px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.0em;
	height: 30px; 
	color: #FFF;
	background: #ffcc00;
}

	.bar li { 
		/*padding: 6px 12px 6px 12px;*/
		color: #FFEADC;
		float: left; 
	}
	
	.bar li.active { 
		background: #E0691A url(images/bar.gif) repeat-x; 
		color: #fff;
		font-weight: bold; 
		
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
/* search form */
.search_field { 
	clear: both;
	background: #fff; 
	color: #808080;
	font-weight: bold;
	font-size: 0.7em;
	padding: 7px 12px 10px 10px;
	margin: 5px 0;
}
	input.search { 
		width: 292px; 
		border: 0;
		background: #FFF url(images/input.gif) no-repeat;
		padding: 4px; 
		color: #E0691A;
		font-weight: bold;
		margin: 0 0 0 3px;
	}
	input.submit {
		background: #ffcc00;
		border: 0;
		padding: 4px 0;
		width: 65px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
	}
	.grey { color: #808080; background: inherit; font-weight: normal; }
	.search_form { float: right; }

	
/* left side
   --------- */

.left {
	float: left;
	width: 630px;
	margin: 0 0 10px 0;
}

*.left h1,h2 {
	clear: both;
	/*background: #E8E8E8 url(images/h2bg.gif) no-repeat center left;*/
	color: #000;
	/*padding: 5px 0 5px 43px;*/
	font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 3px 0;
}
	.left_side {
		float: left;
		width: 160px;
		padding: 0 0 0 10px;
		margin: 10px 0 0 38px;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 280px;
		background: #FFF url(images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 70px;
		margin: 10px 0;
	}
	.left_box { 
		margin: 0 0 20px 0; 
		color: #000; 
		background: #FFF; 
		padding: 3px 0; 
	}
	
	.print {
		font-size: 0.8em;
	}
	
/* right side
   ---------- */
		
.right {
	float: right;
	width: 320px;
	margin: 0 0 10px 0;
}
	.right h3 {
		/*background: #BDBDBD  url(images/h3bg.gif) no-repeat center right;*/
		color: #000;
		padding: 7px 0 7px 7px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
	}
	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	.notice {
		background: #eee;
		color: #808080;
		padding: 12px 8px;	
		margin: 0 0 3px 0;
	}
	.image {
		float: left;
		margin: 0 9px 3px 0;
	}

/* footer
   ------ */

.footer { 
	clear: both;
	/*text-align: center;*/
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 1.5em;
	background: #ffcc00;
	min-height: 150px;
}

	.footer p {
		font-size: 0.8em;
	}

	.footer ul {
		list-style-type: square;
		padding-left: 15px;
	}
	
	.footer ul li {
		/*display: block;*/
	}
	
	.footer a { 
		color: #000088;
		text-decoration: none;
	}
	
	.footer a:hover { 
		color: #000; 
		text-decoration: underline;
	}
	
/* bloofox */
#menu ul {
padding-left: 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
background-color: #ffcc00;
color: #000088;
float: left;
width: 100%;
font-family: sans-serif, arial, helvetica;
font-weight: bold;
}

#menu ul li {
display: inline;
}

#menu ul li a {
padding: 6px 12px 6px 12px;
background-color: #ffcc00;
color: #000088;
text-decoration: none;
float: left;
}

#menu ul li a.active {
color: #000;
}

#menu ul li a:hover {
color: #fff;
}

#submenu {
margin-left: 5px;
width: 80%;
}

#submenu ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: sans-serif, Arial, Helvetica;
font-weight: bold;
}

#submenu li {
border-bottom: 1px dashed #ffcc00;
}

#submenu a {
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
width: 95%;
/*border-left: 10px solid #fff;*/
/*background-color: #eee;*/
}

#submenu a:link, #submenu a:visited {
color: #000088;
text-decoration: none;
}

#submenu a.active {
/*border-color: #ffcc00;*/
background-color: #eee;
}

#submenu a:hover {
color: #000;
/*border-color: #ffcc00;
background-color: #eee;*/
text-decoration : underline;
}

/* login form */
.login_button {
	font-size: 14px; 
	color: #000000; 
	margin-top: 10px;
	width: 270px; 
	height: 25px;
}

.login_input {
	font-size: 14px;
	color: #000;
	background-color: #eee;
	border-color: #fff;
	width: 270px;
	height: 25px;
}
