
@charset "utf-8";
/* CSS Document */

.no_back
{
	background:none;
}

html
{
	height:100%;
}

body
{
	padding:0px;
	margin:0px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}

div#site_outer
{
	background-color:#106939;
	width:100%;
	min-height:100%;
}

div#site_inner
{
	width:1215px;
	margin-left:auto;
	margin-right:auto;
}

table#site_content_table
{
	height:100%;
}

td.site
{
	font-size:1px;
	line-height:1px;
}

td#site_top
{
	display:none;
}

td#site_header_left, td#site_header_right
{
	height:364px;
	width:7px;
	background-image:url(../images/border_vert.jpg);
}

td#site_header
{
	height:364px;
	max-height:364px;
	width:981px;
	background-image: url(../images/header.jpg);
	vertical-align:top;
}

td#site_subheader
{
	height:7px;
	width:995px;
	background-image:url(../images/subheader_border.jpg);
}

td#site_content_left, td#site_content_right
{
	width:7px;
	background-image:url(../images/border_vert.jpg);
}

td#site_bottom
{
	height:7px;
	width:995px;
	background-image:url(../images/bottom_border.jpg);
}

/*td#site_content
{
	background:url(../images/background_top.png) top no-repeat;
	vertical-align:top;
}*/


td#site_content
{
	/*background:url(../images/background_top.png) top no-repeat;*/
	vertical-align:top;
	
	background: url(../images/background_bottom.png) no-repeat bottom;
}

td#site_left_outer
{
	width:0px;
	vertical-align:top;
}

td#site_right_outer
{
	width:220px;
	vertical-align:top;
	padding-top:0px;
}


div#site_content_main
{
	width:100%;
	min-height:1000px;
	/*background:url(../images/background_bottom.png) bottom no-repeat;*/
}

div.site_box
{
	float:left;
	width:200px;
	margin-left:10px;
	margin-top:10px;
}

div.site_box_title
{
	width:100%;
	height: 20px;
	background:url(../images/box_title.jpg) repeat-x;
	color: #FFFFFF;
	text-align:center;
}

div.site_box_content
{
	width:100%;
	background:url(../images/box_content.png) repeat-y;
	padding: 5px;
}

div.site_box_bottom
{
	width:100%;
	height:1px;
	background:url(../images/box_bottom.jpg) repeat-x;
}

div.site_content_box
{
	float:right;
	width: 751px;
	max-width:751px;
	min-height:500px;
	margin-right:10px;
	margin-top:10px;
	background:url(../images/content_box_content.png) repeat-y;
}

div.site_content_box_title
{
	width:741px;
	height:40px;
	background:url(../images/content_box_title.jpg) repeat-x;
	color:#FFFFFF;
	padding-left:10px;
	font-size:24pt;
}

div.site_content_box_content
{
	width:100%;
	min-height:500px;
}

div.site_content_box_bottom
{
	width:100%;
	height:1px;
	background:url(../images/content_box_bottom.jpg) repeat-x;
}

div.site_content_box_small_left
{	
	float:left;
	width:365px;
	height:100%;
	margin-bottom:10px;
	background:url(../images/content_box_content_small.png) repeat-y;
}

div.site_content_box_small_right
{	
	float:right;
	width:365px;
	height:100%;
	margin-bottom:10px;
	background:url(../images/content_box_content_small.png) repeat-y;
}

div.site_content_box_small_title
{
	width:355px;
	height:40px;
	background:url(../images/content_box_title.jpg) repeat-x;
	color:#FFFFFF;
	padding-left:10px;
	font-size:24pt;
}

div.site_content_box_small_content
{
	width:100%;
}

div.site_content_inner_wrapper
{
	margin: 8px 15px 10px 15px;
	min-height:200px;
}

div.site_header_days
{
	height:120px;
	max-height:120px;
	width:861px;
	margin: 170px 0px 0px 60px;
	overflow:hidden;
}

div.site_header_box
{
	background:url(../images/50p_transparent_white.png);
	border:1px solid #106939;
	margin-bottom:10px;
	width:450px;
}

div.site_header_marquee
{
	height:20px;
	width:861px;
	margin: 10px 0px 13px 60px;
	background:url(../images/50p_transparent_white.png);
	border:1px solid #106939;
}

div.site_header_menu
{
	height:28px;
	width:981px;
	background:url(../images/menu_button.png) repeat-x;
}

a.menu_button
{
}

div.menu_button_border
{
	width:1px;
	height:28px;
	background:url(../images/menu_button_l.png) no-repeat;
	float:left;
}

div.menu_button_main
{
	height:28px;
	/*background:url(../images/menu_button.png) repeat-x;*/
	font-size:18pt;
	font-style:italic;
	float:left;
	color:#000000;
	padding:0 16px 0 16px;
}

div.menu_button_main:hover
{
	background:url(../images/menu_button_a.png) repeat-x;
}

div.menu_button_active
{
	background:url(../images/menu_button_a.png) repeat-x;
}

ul.main_navigation
{
	margin:0;
	padding:0;
	list-style-position: inside;
	list-style-image:url(../images/list_elem.png);
}

ul.main_navigation li
{
	margin: 0;
	padding: 0;
	width:185px;
}

ul.main_navigation li:hover
{
	list-style-image:url(../images/list_elem_active.png);
	color:#106939;
	background-image:url(../images/30p_transparent_white.png);
}

ul.main_navigation li.active
{
	list-style-image:url(../images/list_elem_active.png);
	color:#106939;
	background-image:url(../images/30p_transparent_white.png);
}

ul.main_navigation a
{
	text-decoration: none;
	color:#000000;
	width:180px;
}

div.site_header_menu a
{
	text-decoration:none;
	color:#000000;
}



textarea.text
{
	border: 1px solid #820101;
}

input.text
{
	border: 1px solid #820101;
	background:url(../images/50p_transparent_white.png) transparent;
}

select
{
	border: 1px solid #820101;
	background:url(../images/50p_transparent_white.png) transparent;
}

input.button
{
	border: 1px solid #820101;
	background-image:url(../images/button.jpg);
	height:22px;
	margin-top:5px;
}

h2
{
	font-size:16px;
	margin:6px 0 6px 0;
}

p
{
	font-size:14px;
}

a
{
	color:#820101;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

div.error
{
	margin-top:5px;
	margin-bottom:10px;
	color:#FF0000;
	padding:5px;
	border: 1px dashed black;
	background:url(../images/50p_transparent_white.png);
}

div.info
{
	margin-top:5px;
	margin-bottom:10px;
	color:#002200;
	padding:5px;
	border: 1px dashed black;
	background:url(../images/50p_transparent_white.png);
}

div.success
{
	margin-top:5px;
	margin-bottom:10px;
	color:#006600;
	padding:5px;
	border: 1px dashed black;
	background:url(../images/50p_transparent_white.png);
}

table.manage_table
{
	margin-top:10px;
	background:url(../images/50p_transparent_white.png);
	border-top: 1px solid #820101;
	border-left: 1px solid #820101;
	border-right: 1px solid #820101;
}

table.manage_table td
{
	border-bottom: 1px solid #820101;
}

table.manage_table td.head
{
	background:url(../images/70p_transparent_white.png);
}

body.admin
{
	background-color: #106939;
}

body.admin a
{
	color: #FFFFFF;
}

table.manage_table a
{
	color: #820101;
}

body.admin div.site_box a
{
	color: #000000;
}

body.admin div.error
{
	background:url(../images/70p_transparent_white.png);
	color: #820101;
}

body.admin div.success
{
	background:url(../images/70p_transparent_white.png);
	color: #000000;
}

a img
{
	border: none;
}

div.vote_bar
{
	height:12px;
	background-image:url(../images/vote_bar.jpg);
}

div.breadcrumb
{
	margin-bottom:15px;
	
	border: 1px solid #820101;
	background-image:url(../images/50p_transparent_white.png);
	padding:3px 5px 3px 5px;
	font-weight:bold;
}

table.content_table
{
	border: 1px solid #802101;
}

table.content_table td
{
	padding: 3px 5px 3px 5px;
}

table.content_table td.table_head
{
	color:#FFFFFF;
	background-image:url(../images/box_title.jpg);
	height:20px;
	text-align:center;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:0px;
}

table.content_table td
{
	border-right: 1px solid #802101;
	border-bottom:1px solid #802101;
}

table.content_table td.no_border
{
	border-right: none;
}

table.content_table tr
{
	border-bottom:1px solid #802101;
	background-image:url(../images/30p_transparent_white.png);
}

form
{
	margin-bottom:0px;
}

div.index_greeting
{
	height:49%;
	width:44%;
	background:url(../images/50p_transparent_white.png);
	border:1px solid #106939;
	text-align:right;
    float:right;
}

div.index_greeting p
{
	padding: 0;
    margin: 0;
}

div.pagination
{
	margin-top:5px;
	margin-bottom:10px;
	color:#000000;
	padding:5px;
	border: 1px solid black;
	background:url(../images/30p_transparent_white.png);
}

