﻿html,body {
	margin:0px;
	padding:0px;
	height:100%; /* needed for container min-height */
    background-color: #666666;
	
	font-family: Tahoma, Arial, sans-serif;
	color:#eeeeee;
}

a
{
    text-decoration: none;
    color: #c70000;
}
a:hover
{
    text-decoration: underline;
    color: #c70000;
}

p
{
    margin: 10px 0px 10px 0px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	
	width: 1045px;
	background-image: url(bg_top.png);
	background-repeat: no-repeat;
	background-color: #c6c7c9;
}

#logo
{
    position: absolute;
    display: block;
    width: 100%;
    top: 40px;
    height: 160px;
}

ul#top_menu
{
    padding-top: 465px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin: 0px;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    list-style: none;
    cursor: default;
}
ul#top_menu p
{
    padding: 0px;
    margin: 0px;
    border: none;
}
ul#top_menu li
{
    float: left;
    margin-right: 0.3em;
}
ul#top_menu li.last
{
}
ul#top_menu li a
{
    color: white;
    text-decoration: none;
}
ul#top_menu li a:hover
{
    color: #9a141b;
}

div#content
{
    padding-left: 10px;
    padding-right: 10px;
    clear: both;
	padding-bottom: 110px; /* bottom padding for footer */
}

div#content_left
{
    width: 664px;
    padding: 0px;
    float: left;
}
div#content_right
{
    float: right;
    width: 350px;
    margin-top: -45px;
}

/* boxes */

div.bigbox_outer
{
    width: 664px;
    background-image: url(bigbox_top.png);
    background-repeat: no-repeat;
    background-color: White;
    background-position: top left;
    margin-bottom: 10px;
}
div.bigbox_inner
{
    background-image: url(bigbox_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    min-height: 20px;
    padding: 10px;
    font-size: 13px;
    color: #666666;
}

div.smallbox_outer
{
    width: 350px;
    background-image: url(smallbox_top.png);
    background-repeat: no-repeat;
    background-color: White;
    background-position: top left;
    margin-bottom: 10px;
}
div.smallbox_inner
{
    background-image: url(smallbox_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    min-height: 20px;
    padding: 10px;
    font-size: 12px;
    color: #666666;
}

/* footer */

div#footer 
{
    clear: both;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	
	height: 100px;
	background-image: url(bg_bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	
	font-size: 11px;
	color: #888888;
}
div#footer p 
{
	padding-left: 35px;
	padding-top: 12px;
	margin: 30px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
}
div#footer a
{
    color: #9a141b;
}

/*** admin ***/
a.admin
{
    border-bottom: 1px #c0c0c0 dashed;
    font-style: italic;
}
a.admin:hover
{
    text-decoration: none;
    border-bottom: 1px #c70000 dashed;
}

div.adminedit
{
	display: inline-block;
	position: absolute;
	margin-left: 13px;
	top: 22px;
	border: 1px dotted #505050;
	padding: 1px 5px 1px 5px;
	color: #c0c0c0;
	font-size: 12px;
	z-index: 120;
}
div.adminedit:hover
{
	border: 1px solid #000000;
}
div.adminedit a
{
	color: #606060;
	text-decoration: none;
}
div.adminedit a:hover
{
	color: #c70000;
	text-decoration: none;
}

/* loginbox */
#loginbox
{
    position: absolute;
    left: 15px;
    top: 445px;
    width: 400px;
    height: 15px;
    
    padding: 0px 0px 0px 2px;
    margin: 0px;
    font-size: 11px;
    line-height: 15px;
    color: #f0f0f0;
}
#loginbox span
{
    vertical-align: middle;
}
#loginbox a
{
    vertical-align: middle;
    color: #808080;
}
#loginbox a:hover
{
    color: #c70000;
}
#loginbox label
{
    position: absolute;
    color: #c0c0c0;
    margin-top: 2px;
    height: 13px;
    margin-left: 3px;
    cursor: text;
}
#loginbox input
{
    border: 1px solid #e0e0e0;
    background-color: #f8f8f8;
    width: 80px;
    height: 13px;
    font-size: 11px;
    color: #404040;
    vertical-align: middle;
}

/****/
h1
{
    font-size: 17px;
    font-weight: bold;
    color: #666666;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-transform: uppercase;
}

h2
{
    font-size: 15px;
    font-weight: bold;
    color: #56764b;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    text-transform: uppercase;
}

h3
{
    font-size: 20px;
    font-weight: normal;
    color: #56764b;
    margin: 0px;
    padding: 0px;
}

h4
{
    font-size: 12px;
    font-weight: bold;
    color: #9a141b;
    margin: 0px;
    padding: 0px;
}

h5
{
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    margin: 0px;
    padding: 0px;
}

div.alcim
{
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    line-height: 20px;
}

/**/
a.button1
{
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid #92b387;
	background-color: #56764b;
	color: white;
	font-size: 12px;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	margin-top: 1px;
	margin-bottom: 1px;
}
a.button1:hover
{
    border: 1px solid #56764b;
	background-color: #92b387;
	text-decoration: none;
}
a.button1_disabled
{
    background-color: #808080;
    color: #e0e0e0;
}
a.button1_disabled:hover
{
    background-color: #808080;
    color: #e0e0e0;
}

/* List */
table.list
{
    border: 1px solid #e0e0e0;
}
table.list td, table.list th
{
    padding-left: 2px;
    padding-right: 2px;
    min-width: 150px;
}
table.list th
{
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
	background-color: #e0e0e0;
}

/* Fields */

table.fields
{
}
table.fields td, table.fields th
{
    padding: 2px;
    min-width: 150px;
}
table.fields td
{
	width: 370px;
} 
table.fields th
{
	text-align: right;
	padding-right: 4px;
}
table.fields th.section
{
	text-align: center;
	padding: 4px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #e0e0e0;
	font-size: 13px;
}
table.fields th.comment
{
	text-align: left;
	font-size: 10px;
	color: #808080;
}
table.fields th.field
{
	text-align: right;
	padding-right: 4px;
	width: 180px;
	vertical-align: top;
	padding-top: 4px;
}
span.req { color: Red; text-underline-position: above; }
table.fields, table.fields input
{
	font-size: 12px;
}
table.fields input, table.fields select, table.fields textarea
{
	border: 1px solid #e0e0e0;
	width: 290px;
}
table.fields .focus
{
	border: 1px solid #9E392F;
}
table.fields input.nb
{
	border: 0px;
}
table.fields input.cb
{
	width: auto;
}
table.fields td div.comment
{
    color: #808080;
    padding: 2px 0px 2px 20px;
}

/* UserRegAdmin */
tr.user_state_1 td
{
	background-color: #f0f0f0;
	color: #a0a0a0;
}
tr.user_state_2 td
{
	background-color: #fff0f0;
	color: #e0a0a0;
}
tr.user_state_3 td
{
	background-color: White;
	color: #404040;
}
tr.user_state_4 td
{
	background-color: White;
	color: #408040;
}
table.userregadmin
{
	border: 1px solid #808080;
}
table.userregadmin th
{
	background-color: #e0e0e0;
	border-bottom: 1px solid #d0d0d0;
	text-align: left;
}
table.userregadmin tr.hover td
{
	background-color: #e0e0ff;
	cursor: default;
}
div.userregadmin
{
	background-color: #e0e0e0;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding-bottom: 3px;
}
div.userregadmin span.label
{
	margin-left: 5px;
	font-weight: bold;
	width: 80px;
	display: -moz-inline-box;
	display: inline-block;
	text-align: right;
	padding-right: 4px;
}
div.userregadmin div.extraline_inner
{
	padding: 5px;
	background-color: White;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: center;
}

/* Popup */
body.popup
{
    background-color: #c6c7c9;
}
body.popup #content
{
    padding-top: 20px;
    padding-left: 30px;
}

/***/

div.pictures
{
    margin-top: 8px;
}
div.pictures a
{
    margin-right: 5px;
    margin-top: 5px;
    border: 4px solid #999;
    display: inline-block;
}
div.pictures img
{
    border: 1px solid white;
    padding: 0px;
}

div.files
{
    margin-top: 8px;
}
div.files > div
{
    margin-bottom: 2px;
}
div.files a
{
    text-decoration: none;
}
div.files a:hover
{
    text-decoration: underline;
}

