@charset "utf-8";

/** GENERAL **/
	* {
		margin: 0;
		padding: 0;
	}
	html, body {
		background:#000;
		color: #000;
		/* \*/ height: 100%; /* IE MAC ignores */
	} 
	body {
		min-width:800px;
		text-align: center;
		font-size: 100.1%;	
	}
	#wrap {
		background-image: url("/images/design/background.gif");
		background-repeat: repeat-y;
		position: relative;
		background-color: white;
		margin:0 auto;
		width:800px;
		text-align: left;
		/* \*/ min-height: 100%; /* IE MAC ignores */
	}
	* html #wrap {
		/* \*/ height: 100%; /* IE MAC ignores */
	}
	#top {
		background:#000;
		height: 40px;
	}
	#header {
		position: relative;
		margin-top: 0px;
		color: #FE9901;
		background-image: url("/images/design/header.jpg");
		background-repeat: no-repeat;
		height: 143px;
		width: 800px;
	}
	#menu {
		position: relative;
		width: 800px;
		height: 37px;
		background:#000;
		color: #ff6600;
	}
	#submenu {
		position: relative;
		width: 800px;
		height: 31px;
		background-image: url("/images/design/submenu.jpg");
		background-repeat: no-repeat;
	}
	#content {
		background: #fff;
		float:right;
		min-height: 400px;
		width: 580px;
	}
	* html #content {
		position: relative;
		/* \*/ height: 400px; /* IE MAC ignores */
	}
	#news_list {
		float: left;
		width: 220px;
	}
	.DefaultPage {
		position: relative;
		margin: 35px 40px 30px 40px;
		width: 500px;
	}
	#footer {
		/* \*/ position: absolute; /* IE MAC ignores */
		/* \*/ left: 0; /* IE MAC ignores */
		/* \*/ bottom: 0; /* IE MAC ignores */
	}
	#footer img {
		margin: 5px;
		border: 0;
	}
/** COMMON **/
	.clearer {
		height:1px;
		overflow:hidden;
		margin-top:-1px;
		clear:both;
	}
	.hide {
		display: none;
	}
	.icon {
		border: 0px;
		margin-right: 5px;
	}
	.center {
		text-align: center;
	}
	html>body #minheight{
		float:right;
		width:0px;
		height:600px;
		/* \*/ display: none; /* IE MAC ignores */
	}
/** ELEMENTS **/
	hr	{
		background: #FF6600;
		border: 0;
		color: #FF6600;
		height: 1px;
		margin: 15px 0 15px 0;
	}
	* html hr {
		margin: 10px 0 10px 0;
	}

	option {
		padding-right: 10px;
	}
	table {
		display:block;
	}
/** FONTS **/
	* {
		font-family: arial, helvetica, verdana, sans-serif;
		margin: 0;
		padding: 0;
		font-size: 100%;	
	}
	#wrap {
		font-size: 12px;	
	}
	a {
		color: #ff6600;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	h1 {
		color: #0066cc;
		font-size: 14px;
		line-height: 18px;
		font-weight: normal;
	}
	h2 {
		color: #0066cc;
		font-size: 13px;
		font-weight: normal;
	}
	h3 {
		color: #0066cc;
		font-size: 12px;
		font-weight: normal;
	}
	h4 {
		font-size: 12px;
		font-weight: normal;
	}
	h5 {
		font-size: 12px;
		font-weight: normal;
	}
	h6 {
		font-size: 12px;
		font-weight: normal;
	}
	#content ul
	{
		position: relative;
		list-style-type: none;
	}
	#content ul li
	{
		margin-left: 20px;
		padding-left: 20px;
		background-image: url("/images/design/li.gif");
		background-repeat: no-repeat;
		background-position: 0 5px;
		margin-bottom: 10px;
	}
	#content ol li
	{
		margin-left: 24px;
	}
	blockquote {
		margin-left: 30px;
	}
/** HEADERMENU **/
	#header {
		font-size: 13px;
	}
	#header ul li a
	{
		padding-top: 7px;
		padding-bottom: 8px;
	}
	#header ul, #header ul li
	{
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#header ul li a
	{
		margin: 0;
		padding-left: 5px;
		padding-right: 5px;
		white-space: nowrap;
	}
	#header ul li a:link, #header ul li a:visited, #header ul li a:active, #header ul li a:hover
	{
		text-decoration: none;
	}
	* html #header ul li, * html #header ul li a
	{
		width: 1%; /* IE/Mac needs this */
		display: inline-block;	/* IE/Mac needs this */
		/* \*/
			width: auto;
			display: inline; 
			position: relative;
		/* reset above hack */
	}
	#header ul li a
	{
		color: #fff;
		letter-spacing: 1px;
	}
	#header ul li a span
	{
		color: #000;
	}
	#header ul li a:hover
	{
		color: #000;
	}
	#header ul {
		position: absolute;
		top: 5px;
		/* \*/ top: 12px; /* IE MAC ignores */
		left: 10px;
	}
/** MENU **/
	#menu {
		font-size: 14px;
	}
	#menu ul li a
	{
		padding-top: 7px;
		padding-bottom: 8px;
	}
	#menu ul, #menu ul li
	{
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#menu ul li a
	{
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
		white-space: nowrap;
	}
	#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active, #menu ul li a:hover
	{
		text-decoration: none;
	}
	* html #menu ul li, * html #menu ul li a
	{
		width: 1%; /* IE/Mac needs this */
		display: inline-block;	/* IE/Mac needs this */
		/* \*/
			width: auto;
			display: inline; 
			position: relative;
		/* reset above hack */
	}
	#menu ul li a
	{
		color: #ccc;
		letter-spacing: 1px;
	}
	#menu ul li a span
	{
		color: #f60;
	}
	#menu ul li a:hover, #menu ul #current_main a
	{
		color: #fff;
	}
	#menu ul {
		position: absolute;
		top: 3px;
		/* \*/ top: 10px; /* IE MAC ignores */
		left: 8px;
	}
/** SUBMENU **/
	#submenu {
		font-size: 13px;
	}
	#submenu ul li a
	{
		padding-top: 8px;
		padding-bottom: 6px;
	}
	#submenu ul, #submenu ul li
	{
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#submenu ul li a
	{
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
		white-space: nowrap;
	}
	#submenu ul li a:link, #submenu ul li a:visited, #submenu ul li a:active, #submenu ul li a:hover
	{
		text-decoration: none;
	}
	* html #submenu ul li, * html #submenu ul li a
	{
		width: 1%; /* IE/Mac needs this */
		display: inline-block;	/* IE/Mac needs this */
		/* \*/
			width: auto;
			display: inline; 
			position: relative;
		/* reset above hack */
	}
	#submenu ul li a
	{
		color: #000;
		letter-spacing: 0px;
	}
	#submenu ul li a:hover, #submenu ul #current_sub a
	{
		color: #fff;
	}
	#submenu ul {
		position: absolute;
		top: 1px;
		/* \*/ top: 8px; /* IE MAC ignores */
		left: 250px;
	}

/** NEWS_LIST **/
	#news_list {
		margin-top: 17px;
		font-size: 11px;
		margin-bottom: 60px;
	}
	.news_item {
		position: relative;
		background-image: url("/images/design/hr.gif");
		background-repeat: repeat-x;
		background-position: 0 100%;
	}
	.news_title {
		padding: 20px 12px 10px 12px;
	}
	.news_image {
		float:left;
		margin-right: 10px;
	}
	.news_summary {
		padding: 0 12px 10px 12px;
	}
	.news_link {
		padding: 0 12px 10px 12px;
		text-align: right;
	}
	.news_link span {
		font-size: 13px;
		line-height: 13px;
	}
	#news_list ul {
		position: relative;
		margin-top: 20px;
		padding: 0;
		list-style-type: none;
	}
	#news_list ul li {
		margin: 0;
		padding: 0;
		padding-left: 10px;
		margin-left: 12px;
		background-image: url("/images/design/li.gif");
		background-repeat: no-repeat;
		background-position: 0 5px;
		margin-bottom: 10px;
	}

	#news_list ul li a {
		text-decoration: none;
		color: #000;
	}
	#news_list ul li a:hover {
		text-decoration: underline;
		color: #000;
	}

/** FORMS **/
	.defaultform {
	}
	.defaultform fieldset {
		border: 0px;
		border-width: 1px 0;
		border-color: black;
		border-style: solid;
		padding: 10px 0;
	}
	.defaultform label {
		float: left;
		width: 150px;
		padding: 3px 0 0 0;
		margin: 3px 0 0 0;
	}
	.defaultform input, .defaultform select, .defaultform textarea {
		font-family: arial, sans-serif;
		font-size: 100%;
		margin: 3px 0 0 0;
	}
	.defaultform #submit{
		margin-top: 10px;
	}
	.defaultform .save_button {
		text-align:right;
	}
	
	input.error, select.error, input.error:focus, select.error:focus {
		padding-right: 16px; 
		border: 1px solid red; 
		background-image: url(/images/warning_obj.gif); 
		background-position: right; 
		background-repeat: no-repeat;
	}
	
/** FORM FOOTER **/
	.form_footer {
		text-align:right;
		font-weight: bold;
		font-size: 85%;
	}
	.form_footer a {
		text-decoration: none;
	}
	.form_footer a:hover{
		text-decoration: underline;
	}
/** LOGINFORM **/
	.login_copyright {
		font-size: 90%;
	}
	.login_error {
		color: red;
		padding-bottom: 10px;
	}
/** DEFAULT ITEM LIST **/
	.item_list {
	}
	.item_list .admin {
		color: red;
		font-size: 85%;
		font-weight: bold;
	}
	.item_list .date {
		font-size: 13px;
		color: #999;
		margin: 0 0 10px 0;
	}
	.item_list .title {
		padding-bottom: 0px;
	}
	.item_list .title h2 a {
		text-decoration: none;
	}
	.item_list .text {
		padding-bottom: 5px;
	}
	.item_list .image_float_right {
		float: right;
		margin: 0px 0 15px 20px;
	}
	.item_list .footer {
		clear: both;
		font-size: 12px;
		text-align: right;
		padding-bottom: 0px;
	}
	.item_list .footer span {
		font-size: 13px;
		line-height: 13px;
	}
	.item_list .footer a {
	}
	.item_list ul {
		list-style-type:none;
		margin: 0;
		padding: 0 0 5px 0;
	}
	.item_list li {
		margin: 0;
		padding: 0;
	}
	.item_list li a {
		text-decoration: none;
	}
	.item_list .icon {
		border: 0;	
	}
	.item_list .filecount {
		font-weight: bold;
		padding: 0 0 0 0;
		font-size: 85%;
		color: #666;
	}
/** DEFAULT ITEM LIST - FOOTER **/
	.item_list_footer {
	}
	.item_list_footer img {
		border: 0px;
	}
/** DEFAULT ITEM **/
	.item {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.item .admin {
		color: red;
		font-size: 85%;
		font-weight: bold;
	}
	.item .date {
		font-size: 13px;
		color: #999;
		margin: 0 0 10px 0;
	}
	.item .title {
		padding-bottom: 5px;
	}
	.item .title h2 a {
		text-decoration: none;
	}
	.item .text {
		padding-bottom: 5px;
	}
	.item .footer {
		font-size: 85%;
		text-align: right;
		padding-bottom: 0px;
	}
	.item .footer a {
		font-weight: bold;
		text-decoration: none;
	}
/** DEFAULT ITEM - FOOTER **/
	.item_footer {
	}
	.item_footer img {
		border: 0px;
	}

.stip {
	background-image: url("../images/design/hr.gif");
	background-repeat: repeat-x;
	background-position: 0 50%;
	height: 12px;
}
