@charset "iso-8859-1";

/** GENERAL **/
	* {
		margin: 0;
		padding: 0;
		}

	html, body {
		background: #fff;
		color: #333;
		height: 100%;
		} 
	body {
		height: 100%;
		font-size: 100.1%;
		font-family: "Trebuchet MS", verdana, arial, sans-serif;
		margin: 0 0px;
		min-width: 760px;
		} 
	* html body {
		margin: 20px 0;
		text-align: center;
	}

	#wrap {
		margin: -20px auto;
		position: relative;
		height: 100%;
		font-size: 80%;
		text-align: center;
		}
	* html #wrap {
		height: 100%;
		margin: 0;
	}
	#middle_outer {
		text-align: left;
		width: 750px;
		position: relative;
		height: auto;
		min-height: 100%; 
		margin: 0 auto;
		margin-top: 0px;
	}
	* html #middle_outer {
		height: 100%; 
		}
	#middle_outer:after { 
		content: "."; 
		display: block; 
		height: 0; 
		overflow: hidden; 
		clear: both; 
		visibility: hidden; 
		} 
	#top {
		position: absolute;
		background-color: #fff;
		top: 20px;
		left: 0px;
		height: 20px;
		width: 100%;
		min-width: 730px;
		overflow: hidden;
		z-index: 10; 
		}
	* html #top {
		display: none;
		top: 0px;
		border-top: 0px;
	}

	#content {
		padding-top: 40px;
	}
	* html #content {
		padding-top: 0px;
	}

	#footer {
		border-top: 2px solid #CC9966;
		width: 563px;
		position: absolute;
		bottom: 0px;
		right: 0px;
		text-align: right;
		padding: 5px 0 0 0;
		color: #666;
		font-size: 90%;
	}

	.clear {
		clear: both;
	}


	#column_left {
		float: left;
		width: 160px;
		padding-bottom: 50px;
		background-image: url("../images/design/menu_top.jpg");
		background-repeat: no-repeat;
	}
	#submenu {
		margin-top: 196px;
	}

	#column_right {
		float: right;
		width: 563px;
		margin-bottom: 5em;
	}
	#header {
		width: 563px;
		height: 158px;
		background-image: url("../images/design/header.jpg");
		background-repeat: no-repeat;
		border-bottom: 2px solid #CC9966;
	}
	* html #header {
		height: 110px;
	}
	#page_title {
		text-align: right;
	}
	#page_title h1 {
		font-size: 120%;
		color: #666;
		margin: 5px 0;
	}


	#page {
		margin-top: 1em;
	}

	#page h1 {
	}

/**  **/

/** FONTS **/
	* {
		font-family: "Trebuchet MS", verdana, arial, sans-serif;
		margin: 0;
		padding: 0;
		font-size: 100%;
	}
	a {
		color: #CC9966;
	}
	a:hover {
		color: #000;
	}
	h1 {
		font-size: 140%;
		color: #CC9966;
	}
	h2 {
		font-size: 110%;
	}
	h3 {
		font-size: 100%;
	}
	h4 {
		font-size: 100%;
	}
	h5 {
		font-size: 100%;
	}
	h6 {
		font-size: 100%;
	}
	ul, ol {
		margin: 2px 0;
		padding: 0;
	}
	li {
		margin-left: 30px;
	}
	blockquote {
		margin-left: 30px;
	}
/** **/


/** SUBMENU **/
	#submenu
	{
	}
	#submenu ul, #submenu ul li
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: block;
	}
	#submenu ul
	{
		border: solid 0px #000;
		border-bottom-width: 0;
	}
	#submenu ul li
	{
		border-bottom: solid 0px #000;
	}
	#submenu ul li a
	{
		display: block;
		text-decoration: none;
		padding: 4px 0px;
	}
	* html #submenu ul li a /* hide from IE5.0/Win & IE5/Mac */
	{
		height: 1%;
	}
	* html #submenu ul
	{
		position: relative;	/* IE needs this to fix a rendering problem */
	}
	#submenu ul li a
	{
		color: #333;
	}
	#submenu ul #current_sub a
	{
		color: #CC9966;
	}
	#submenu ul li a:hover
	{
		color: #CC9966;
		text-decoration: underline;
	}
/** **/

/** default form **/
	.defaultform {
	}
	.defaultform fieldset {
		border: 0px;
		border-width: 1px 0;
		border-color: #ccc;
		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: "Trebuchet MS", verdana, arial, sans-serif;
		font-size: 100%;
		margin: 3px 0 0 0;
	}
	.defaultform #submit{
		margin-top: 10px;
	}
	.defaultform .save_button {
		text-align:right;
	}
/**  **/

/** adminform **/
	.adminform {
		border-width: 1px 0 0 0;
		border-color: black;
		border-style: solid;
	}
	.adminform fieldset {
		border: 0px;
		background-color:#f1f1f1;
		border-width: 0 1px 1px 1px;
		border-color: black;
		border-style: solid;
		padding: 10px 9px;
	}
	.adminform label {
		padding: 3px 0 0 0;
		margin: 3px 0 0 0;
	}
	.adminform input, .adminform select, .adminform textarea {
		font-family: "Trebuchet MS", verdana, arial, sans-serif;
		font-size: 100%;
		margin: 3px 0 0 0;
	}
	.adminform .submit{
		margin-top: 0px;
	}
	.adminform .save_button {
		text-align:right;
	}
	.adminform .save_button input {
		font-size: 100%;
	}
	.adminform .adminform_label {
		font-weight: bold;
		padding: 0 0 3px 0;
	}
	.adminform .adminform_help {
		font-size: 85%;
		color: #808080;
		padding: 0 0 3px 1px;
	}
/**  **/

/** 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;
	}
/**  **/

/** login form **/
	.login_copyright {
		font-size: 90%;
	}
	.login_error {
		color: red;
		padding-bottom: 10px;
	}
/**  **/

/** hide from screen **/
	.hide {
		display: none;
	}
/**  **/

/** clear **/
	.clear {
		clear: both;
	}
/**  **/

/** center **/
	.center {
		text-align: center;
	}
/**  **/

/**  WYSIWYG HELP  **/
	.help_box {
		position:relative;
		width:540px;
		height: 200px;
		display: none;
		background: #D4D0C8;
		border: 1px solid #808080;
		border-bottom: 0px solid #808080;
		font-size: 11px;
	}
	.help_box_item {
		display: none;
		margin: 0.3em 0.3em 0.3em 1em;
	}
	.help_box_item .nav {
		float: right;
	}
	.help_box_item .nav img {
		border: 0;
		margin: 0 0.4em;
	}
	.help_box_item .nav .spacer {
		padding: 0 0.5em;
	}
	.help_box_item p {
		margin: 0 0 1em 0;
	}
	.help_box_item .title {
		clear: both;
		margin: 1em 0 0.3em 0;
		font-weight: bold;
		text-decoration: underline;
	}
	* html .help_box_item .img {
		width: 10em;
	}
	.help_box_item .img {
		float: left;
		min-width: 10em;
		margin: 0.2em 1em 0 0;
		border: 1px solid black;
	}
	.help_box_item a {
		color: #A54403;
		font-weight: bold;
		text-decoration: none;
	}
/**  **/

/** admin comment **/
	.admin_comment {
		color: red;
		font-size: 85%;
	}
	.admin_comment img {
		border: 0;
	}
/**  **/

/** PAGE MENU (ADMIN) **/
	#page_menu {
		position: absolute;
		top: 5px;
		right: 20px;
		text-align: right;
		z-index: 500;
	}
	#page_menu img {
		border: 0px;
	}
	#page_menu a {
		position: relative;
		text-decoration: none;
		font-weight: bold;
		color: #FE9901;
		padding: 0 2px;
	}
	#page_menu a:hover {
		color: #000;
	}
/**  **/

/** SITE MENU (ADMIN) **/
	#site_menu {
		position: relative;
		top: 0px;
		display: block;
		width: 100%;
		height: 28px;
		padding: 5px 0 5px 0;
		background: #D4D0C8;
		border-bottom:1px solid black;
		border-top:1px solid white;
		background-image: url("/images/admin/2see_logo2.gif");
		background-repeat: no-repeat;
		background-position: 99% 0%;
	}
	* html #site_menu {
		top: -20px;
	}
	#site_menu #description {
		text-align: right;
		font-weight: bold;
		font-size: 75%;
		padding-right: 80px;
	}
	#site_menu img {
		border: 0;
	}
	#site_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 130px;
		float: left;
	}
	#site_menu a, 
	#site_menu h2, 
	#site_menu h3 {
		font: bold 11px/16px arial, helvetica, sans-serif;
		display: block;
		border-style: solid;
		border-color: #fff #808080 #808080 #fff;
		margin: 0;
		padding: 0px 3px 0px 3px;
	}
	#site_menu h2 {
		border-width: 1px;
		padding: 3px 6px 3px 6px;
		margin: 0 0 1px 10px;
	}
	#site_menu h3 {
		border-width: 0px;
	}
	#site_menu h2:hover {
	}
	#site_menu a {
		border: 1px solid #D4D0C8;
		border-width: 1px 1px 1px 1px;
		color: #A90000;
		text-decoration: none;
	}
	#site_menu a:hover {
		border-width: 1px 1px 1px 1px;
		color: red;
		background: #D4D0C8;
	}
	#site_menu h2:hover  {
		border-color:  #808080 #fff #fff #808080; 
	}
	#site_menu li {
		position: relative;
		margin-left: 0px;
	}
	#site_menu ul ul {
		position: absolute;
		left: 12px;
		z-index: 500;
	}
	#site_menu ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
	}

	div#site_menu ul ul,
	div#site_menu ul li:hover ul ul,
	div#site_menu ul ul li:hover ul ul {
		display: none; 	
		border: 1px solid #414141; 
		border-top-color: #fff; 
		border-left-color: #fff;
		padding-bottom: 0px; 
		background: #D4D0C8; 
		width:148px;
	}
	div#site_menu ul ul a {
		background: #D4D0C8;
		border: 1px solid #D4D0C8;
		color: #000;
		padding: 2px 6px;
	}
	div#site_menu ul ul h2, 
	div#site_menu ul ul h3 {
		padding: 0px 0px;
	}
	div#site_menu ul ul a:hover {
		background: #242E67;
		border: 1px solid #D4D0C8;
		border-top: 1px;
		color: #fff;
	}
	div#site_menu ul li:hover ul,
	div#site_menu ul ul li:hover ul,
	div#site_menu ul ul ul li:hover ul {
		display: block;
	}
	* html #site_menu ul li {
		float: left; 
		width: 100%;
	}
	* html #site_menu ul li a {
		height: 1%;
	} 
/**  **/

/** DEFAULT ITEM LIST **/

	.item_list {
		border-bottom: 1px solid #ccc;
		margin-bottom: 5px;
	}
	.item_list .admin {
		color: red;
		font-size: 85%;
		font-weight: bold;
	}
	.item_list .date {
		font-size: 85%;
		font-weight: bold;
		padding-bottom: 5px;
	}
	.item_list .title {
		padding-bottom: 5px;
	}
	.item_list .title h2 a {
		text-decoration: none;
	}
	.item_list .text {
		padding-bottom: 5px;
	}
	.item_list .image_float_right {
		float: right;
		padding-bottom: 5px;
	}
	.item_list .footer {
		clear: both;
		font-size: 85%;
		text-align: right;
		padding-bottom: 2px;
	}
	.item_list .footer a {
		font-weight: bold;
		text-decoration: none;
	}
	.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: #333;
	}
/**  **/

/** DEFAULT ITEM LIST - FOOTER **/
	.item_list_footer {
	}
	.item_list_footer img {
		border: 0px;
	}
/**  **/

/** DEFAULT ITEM **/

	.item {
		border-bottom: 1px solid #ccc;
		margin-bottom: 5px;
	}
	.item .admin {
		color: red;
		font-size: 85%;
		font-weight: bold;
	}
	.item .date {
		font-size: 85%;
		font-weight: bold;
		padding-bottom: 5px;
	}
	.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: 2px;
	}
	.item .footer a {
		font-weight: bold;
		text-decoration: none;
	}
/**  **/

/** DEFAULT ITEM - FOOTER **/
	.item_footer {
	}
	.item_footer img {
		border: 0px;
	}
/**  **/


/** Download - Module Document **/
	#searchbox input {
		font-size: 100%;
	}
	.document_search {
		float:right;
		border: 0px;
	}
	.document_bread_crumb {
		border: 1px solid white;
		border-bottom: 2px solid #ACDE33;
		padding: 0 0 5px 0;
	}
	.document_bread_crumb_header {
		font-weight: bold;
	}
/** **/
/** Fotoalbum - Module Photo **/
	
	#photo_nav_left {
		float:left; 
		color:#666;
		padding-left: 80px;
	}
	#photo_nav_right {
		float:right; 
		color:#666;
		padding-right: 80px;
	}
	#photo_nav_center {
		text-align:center;	
	}
	.photoalbum_table {
		width: 100%;
	}
	.photoalbum_table tr {
	}
	.photoalbum_table td {
		height: 110px;
		vertical-align: top;
		text-align: center;
		width: 25%;
	}
	.photoalbum_table td img {
		position:relative;
	}
	.photoalbum_table td a {
		text-decoration: none;
	}


/** **/

option {
	padding-right: 10px;
}