@CHARSET "UTF-8";

body {
	background-color: #ff9900;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
    color: black;
}

.clear {
	clear: both;
}
.noborder {
	border: none;
}
a.share {
	margin-top: 4px;
}

#top {
	background-color: #ffffff;
	background: #bdf url(/image/top_bg.jpg);
	width: 900px;
	height: 70px;
	margin: 10px auto 0px auto;
	color: #000000;
	border: 1px solid #ffffff;
	font-size: 12px;
}
#top h1.logo {
	border: none;
	padding: 0;
	margin: 10px 0 0 10px;
	float: left;
}
#top h1.logo img {
	border: none;
}
#top .topnavi {
	border: none;
	padding: 28px 0 0 0;
	margin: 0;
	float: left;
}
#top .topnavi a {
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	margin-left: 25px;
	border-width: 2px;
	vertical-align: top;
}
#top .topnavi a:hover {
	color: #eeeeee;
	text-decoration: underline overline;
	border-width: 2px;
}
#top a.topnaviactive {
	color: #eeeeee;
	text-decoration: underline overline;
	border-width: 2px;
}
#top .topnavi img {
	border: none;
	vertical-align: middle;
	margin-bottom: 5px;
}
#top .search {
	margin: 18px 0 0 680px;
	padding: 0;
}

#container {
	width: 900px;
	margin: 10px auto 0 auto;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #ff9900;
	font-size: 12px;
}
#google {
        border: none;
	background-color: #ff9900;
	margin: 0px;
	padding: 0px;
        padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
#google img { margin:0; padding:0;}

#filter {
	background-color: #eeeeee;
	width: 900px;
/*	height: 48px; */
	margin: 0 auto 10px auto;
	color: #000000;
	border: none;
	font-size: 12px;
	font-weight: bold;
}
/** Tag Filtering */

.filterTags {
    clear: both;
    margin: 10px 5px 0 0px;
}

.filterTags ul {
	list-style-type: none
}

.filterTags li {
    float: left;
}

.filterTags li a {
    display: block;

    background: #FFF url(/image/filter_left.png) no-repeat left top;
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    padding: 0 0 0 3px;
    color: #333;
    cursor: pointer;
    
    width: 75px;
}

.filterTags li a span {
    display: block;
    line-height: 24px;
    height: 24px;
    background: #FFF url(/image/filter_right.png) no-repeat right top;
    text-align: center;
    
}

.filterTags li a:hover,
.filterTags li a.all:hover,
.filterTags li a.selected:hover {
    background-position: left -24px;
}

.filterTags li a:hover span,
.filterTags li a.all:hover span,
.filterTags li a.selected:hover span {
    background-position: right -24px;
}

.filterTags li a:hover {
    text-decoration: underline;
}

.filterTags li a.all {
    background: url(/image/filter-all_left.png) no-repeat left top;
    font-weight: bold;
    width: 72px;
}

.filterTags li a.all span {
    background: url(/image/filter-all_right.png) no-repeat right top;
}

.filterTags li a.selected {
    background: url(/image/filter-selected_left.png) no-repeat left top;
    color: #FFF;
}

.filterTags li a.selected span {
    background: url(/image/filter-selected_right.png) no-repeat right top;
    font-weight: bold;
}

/*

#filterTags {
    margin: -5px 15px -5px;

    width: 867px;
    float: left;
    padding: 5px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#filterTags li {
    float: left;
    width: 10%;
    text-align: center;
}   

#filterTags li a,
#filterTags div.all a  {
    display: block;
    margin: 0 8px;
    padding: 2px 0;
    
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: url(/image/filter-grad2.png) repeat-x bottom left;
    
    font-size: .9em;
    
    color: #696969;
}

#filterTags div.all a {
 
}

#filterTags li.last a {
 
}

#filterTags li a.current,
#filterTags div.all a.current  {
    background: url(/image/filter-tagselectedgrad.gif) bottom left repeat-x #00A4CF;
    color: #fff;
    border-color: #0096c8;
}
*/

#content {
	background-color: #ffffff;
	/* border: 1px solid black; */
	width: 655px;
	margin: 5px 10px 10px 5px;
	padding: 0 5px 5px 5px;
	float: left;
}
#content h1.errorpage {
	text-align: center;
	color: #d51007;
}
#content div.errorpage {
		margin-top: 80px;
		text-align: center;
}

#stdcontent {
	background-color: #ffffff;
	border: 1px solid black;
	margin: 10px;
	padding: 5px;
}

#stdcontent h2 {
	margin: 0;
	padding: 0;
	font-size: 2em;
}

#stdcontent h3 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}

#stdcontent p {
	text-align: justify;
}

#footer {
	width: 900px;
	height: 3em;
	margin: 16px auto 0px auto;
	font-size: 1em;
	text-align: center;
	color: #000000;
	background-color: #ff9900;
}

#footer a {
	color: black;
	vertical-align: middle;
}

#footer a:hover {
	font-weight: bold;
}

#footer a:active {
	font-weight: bold;
}
