/* CSS Document */
* {
	margin: 0;
	padding: 0
}

html{ overflow-y: scroll; }


/* commented backslash hack v2 */
html,body {
	height: 100%;
}

/* end hack */
html,body {
	margin: 0;
	padding: 0;
}

body {
	background-image: url("images/body_bg.gif");
	background-repeat: repeat;
	background-position: left top;
	font-family: Verdana, sans-serif;
	font-size: 0.75em;
	text-align: center;
}

#container {
	width: 992px;
	min-height: 100%;
	text-align: left;
	background-image: url("images/container_bg.gif");
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	margin: 0px auto;
}

/* commented backslash hack v2 */
* html #container {
	height: 100%;
}

/* end hack */
#mainheader {
	position: absolute;
	left: 0;
	top: 0;
	height: 135px;
	width: 100%;
	min-width: 992px;
	background-image: url("images/mainheader_bg.gif");
	background-repeat: repeat-x;
	background-position: top left;
	z-index: -1;
}

* html #mainheader {
	height: 161px;
	height: 160px
}

#header {
	height: 85px;
	width: 952px;
	background-image: url("images/header_bg.gif");
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 25px 20px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

* html #header {
	height: 86px;
	height: 86px
}

#header_nav {
	width: 500px;
	position: absolute;
	bottom: 16px;
	right: 28px;
}

#innerwrap {
	width: 992px;
	text-align: left;
	margin: 5px auto;
}

#sidebar {
	float: left;
	width: 211px;
	padding: 0px 0px 0px 19px;
}

#sidebar div.sidebar_box,#content div.sidebar_box {
	width: 188px;
	border: 1px solid #b4b3b3;
	margin-bottom: 15px;
	padding: 2px;
}

#sidebar div.sidebar_box_inner,#content div.sidebar_box_inner {
	background-image: url("images/sidebar_box_inner_bg.gif");
	background-repeat: repeat-y;
	border: 1px solid #b4b3b3;
	padding: 5px;
}

#contact_box {
	width: 188px;
	margin: 35px 0px;
	padding: 2px;
}

#contact_box div.bottom_hr {
	padding-bottom: 3px;
	margin-bottom: 3px;
}

#content {
	width: 742px;
	float: left;
	padding: 0px;
	line-height: 1.5em;
}

div.addext {
	margin-top: 35px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 992px;
	height: 30px;
	padding: 10px 0px;
	background-image: url("images/footer_bg.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

* html #footer {
	height: 30px;
	height: 30px;
}

#footer_nav {
	width: 300px;
	float: right;
	margin-right: 16px;
}

* html #footer_nav {
	margin-right: 8px;
}

#footer_notice {
	margin-left: 230px;
}

#clearfooter {
	height: 80px;
	width: 100%;
	clear: both
}

div.between_hr {
	width: 100%;
	border-top: 1px solid #9E0A0A;
	border-bottom: 1px solid #9E0A0A;
	padding: 25px 0px;
	margin: 5px 0px;
}

div.bottom_hr {
	width: 100%;
	border-bottom: 1px solid #9E0A0A;
	padding-bottom: 25px;
	margin-bottom: 5px;
}

div.box {
	padding: 5px;
	border: 1px solid #b4b3b3;
	margin-bottom: 25px;
	min-height: 120px;
}

div.right_image_box {
	float: right;
	width: 300px;
	margin-left: 35px;
	margin-bottom: 20px;
	text-align: center;
}

div.right_image_footer {
	width: 100%;
	height: 68px;
	padding-top: 10px;
	/*background-image: url("images/right_box_footer_bg.gif");
	background-repeat: no-repeat;
	background-position: bottom;*/
}

.right_button {
	float: right;
}

.left_button {
	float: left;
}

.center_button {
    text-align: center;
}

/* *** text *** */
div,p {
	margin-top: 0
}  /*clear top margin for mozilla*/
p,ul,ol {
	margin-bottom: 0.5em
}

ul,ol {
	margin-left: 20px;
}

#header h1 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

#content h1, #content span.subtitle {
	display: block;
	font-weight: normal;
	font-size: 0.9em;
	font-style:italic;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
	color:#666;
}

#content h2 {
    font-weight: normal;
    font-size: 1.6em;
    line-height: 135%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 3px 0px;
    border-bottom: 1px solid #9E0A0A;
}

#content h3 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 135%;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
}

#content h3.line_bottom {
    border-bottom: 1px solid #9E0A0A;
}

#content h4,#content h5,#content h6 {
	font-weight: normal;
	font-size: 1.0em;
	line-height: 135%;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
}

#sidebar div.sidebar_box div.header {
	margin: 0;
	padding: 0;
	height: 17px;
	background-image: url("images/header_menu_bg.gif");
	background-repeat: repeat-x;
	border: 1px solid #6f0202;
	padding: 2px 5px;
	margin-bottom: 2px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}

#content ul li {
	list-style-type: none;
	padding-left: 12px;
	margin-left: 0px;
	margin-bottom: 5px;
	background-image: url("images/ul_li_1.gif");
	background-repeat: no-repeat;
}

#content ol li {
	margin-left: 15px;
	margin-bottom: 5px;
}

#footer_notice {
	font-size: 10px;
	color: #666;
}

code {
	display: block;
	border: 1px solid #B4B3B3;
	padding: 5px;
	margin: 25px auto;
	font-size: 1.1em;
	color: #077F00;
}

.small {
	font-size: 0.9em;
}

/* *** hyperlinks *** */
#innerwrap a {
	color: #9E0A0A;
	text-decoration: underline;
}

#innerwrap a:hover {
	color: #F00;
}

a img {
	border: none;
}

/* *** menu *** */
#sidebar div.nav_v_list ul {
	padding: 0px;
	margin: 0px;
}

#sidebar div.nav_v_list li {
	list-style-type: none;
	line-height: 20px;
	background-image: url("images/sidebar_menu_bg.gif");
	background-repeat: no-repeat;
	padding-left: 10px;
}

* html #sidebar div.nav_v_list li {
	height: 20px;
}

#sidebar div.nav_v_list ul li a {
	display: block;
	width: 150px;
	height: 22px;
	background-image: url("images/menu_arrow_1.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 5px 3px 10px;
	font-family: Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	overflow: hidden;
}

#sidebar div.nav_v_list ul li a:hover {
	background-color: transparent;
	background-image: url("images/menu_arrow_1_hover.gif");
	color: #9e2927;
}

#sidebar div.nav_v_list ul li ul li a {
	width: 140px;
}

#sidebar div.nav_v_list ul li ul li ul li a {
	width: 130px;
}

#header_nav div.nav_h_flat a {
	display: block;
	float: right;
	height: 16px;
	background-image: url("images/header_menu_bg.gif");
	background-repeat: repeat-x;
	border: 1px solid #6f0202;
	border-bottom: none;
	padding: 3px 5px;
	margin-right: 1px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

#header_nav div.nav_h_flat a:hover {
	background-image: url("images/header_menu_hover_bg.gif");
}

#footer_nav div.nav_h_flat a {
	display: block;
	float: right;
	background-image: url("images/footer_menu_bg.gif");
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px 2px;
	padding-right: 8px;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

#footer_nav div.nav_h_flat a:hover {
	background-color: transparent;
}

/* *** forms *** */
form {
	margin: 0px;
	padding: 0px;
}

input,textarea,select {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #FFF;
}

div.sidebar_box input,div.sidebar_box textarea,div.sidebar_box select {
	border-top: 1px solid #b4b3b3;
	border-left: 1px solid #b4b3b3;
	border-right: 1px solid #b4b3b3;
	border-bottom: 1px solid #b4b3b3;
	background-color: #FFF;
}

input.button,input.submit_button {
	background-color: #FFF;
	color: #000;
	border: 1px solid #9E0A0A;
	font-weight: bold;
	font-size: 1.1em;
	padding: 2px 10px;
}

input.radio_field,input.checkbox_field {
	border: none;
}

fieldset {
	width: 95%;
	border: 1px solid #ccc;
	padding: 2%;
	margin-bottom: 25px;
}

legend {
	background: #efe2e2;
	padding: 4px;
	border: 1px solid #6a1b1b;
	border-right-width: 2px;
	border-bottom-width: 2px;
	margin: 0px 0px 4px 0px;
	font-weight: bold;
}

label {
	margin: 0px;
}

#search_input {
	float: left;
	width: 114px;
	height: 16px;
	margin-right: 12px;
	padding: 3px;
	font-weight: bold;
}

#search_submit {
	border: none;
}

/* *** misc *** */
table tr td {
	vertical-align: top;
}

.NoBorder {
	border: none;
}

.clear {
	clear: both;
}

hr {
	border: 1px solid #9E0A0A;
	color: 9E0A0A;
	background-color: 9E0A0A;
	height: 1px;
}

/* *** registration *** */
table.login_form,table.pw_forgotten_form,table.registration_form {
	margin-top: 15px;
}

table.login_form tr td,table.pw_forgotten_form tr td,table.registration_form tr td
	{
	padding: 1px 3px;
}

a.password_forgotten {
	font-size: 0.9em;
}

div.reg_error {
	background-color: #FFEFEF;
	border: 2px solid #9E0A0A;
	margin: 0px 0px 25px 0px;
	padding: 10px;
}

div.reg_saved {
	background-color: #F9FFEF;
	border: 2px solid #659E0A;
	margin: 0px 0px 25px 0px;
	padding: 10px;
}

tr.error_field td input {
	border: 2px solid #9E0A0A;
}

/* *** search addon *** */
#searchform input {
	
}

#searchsubmit {
	margin-top: 5px;
	padding: 0 10px;
	text-align: center;
}

#searchform fieldset {
	border: 0;
}

div.search_results {
	margin-bottom: 25px;
}

div.search_results em {
	color: #026a0c;
}

/* *** glossar *** */
#glossar_description {
	margin-bottom: 25px;
}

p.char_bar {
	
}

#char_overview,#entry_description {
	margin: 25px 0px;
}

div.copy_notice {
	margin-top: 75px;
}

div.copy_notice h4 {
	font-weight: bold !important;
	margin: 0px 0px !important;
}

/* *** contact *** */
table.contact_form_fields {
	width: 300px;
	margin-right: 35px;
	float: left;
}

td.input_cell input {
	float: right;
	margin-bottom: 5px;
	width: 190px;
}

div.subject_box {
	margin-top: 15px;
	margin-bottom: 15px;
}

div.message_box {
	height: 200px;
	width: 400px;
}

div.message_box textarea {
	height: 200px;
	width: 400px;
}

.defaultSkin table.mceLayout {
	border: 0;
	border-left: 1px solid #666 !important;
	border-right: 1px solid #666 !important
}

.defaultSkin table.mceLayout tr.mceFirst td {
	border-top: 1px solid #666 !important
}

.defaultSkin table.mceLayout tr.mceLast td {
	border-bottom: 1px solid #666 !important
}

.defaultSkin tr.mceLast .mceToolbar tr td {
	border: 0 !important;
}

.defaultSkin .mceIframeContainer {
	border-top: 1px solid #666 !important;
	border-bottom: 1px solid #666 !important
}

div.subject_box input {
	width: 402px;
}

div.submit_button {
	float: right;
	margin-left: 15px;
}

div.submit_button,div.cancel_button {
	margin-top: 50px;
}

div.mandatory_fields_notice {
	font-size: 0.8em;
	margin-top: 25px;
}

tr.error_field td input {
	border: 2px solid #9E0A0A;
}

div.error_message_box,div.sent_message_box {
	margin: 0px 0px 25px 0px;
	padding: 10px;
}

div.error_message_box {
	background-color: #FFEFEF;
	border: 2px solid #9E0A0A;
}

div.sent_message_box {
	background-color: #F9FFEF;
	border: 2px solid #659E0A;
}

/* *** aritso tools *** */
#ts2t_notice,#t2ts_notice {
	float: right;
	width: 350px;
	height: 120px;
	text-align: right;
}

#ts2t_form {
	width: 350px;
}

#ts2t_form label {
	width: 150px;
	display: block;
	float: left;
}

#ts2t_form input,#ts2t_form select {
	margin-bottom: 15px;
}

#t2ts_form {
	width: 350px;
}

#t2ts_form label {
	width: 150px;
	display: block;
	float: left;
}

#t2ts_form input {
	width: 55px;
}

#t2ts_form input.button {
	width: auto;
}

#t2ts_form input,#t2ts_form select {
	margin-bottom: 15px;
}

#md5_hash_form {
	float: left;
	margin-top: 25px;
}

#md5_hash_form #input_string {
	width: 300px;
	height: 150px;
	margin-bottom: 15px;
}

#md5_hash {
	margin-top: 45px;
	margin-left: 350px;
}

table.registration_form tr td.terms_of_use {
	padding: 15px 0px;
}

table.webdir_table,table.webdir_table_print,table.websites_table {
	width: 100%;
	border-collapse: collapse;
	border-color: #ccc;
	margin-bottom: 15px;
}

table.webdir_table_print {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

table.webdir_table tr td,table.webdir_table_print tr td,table.websites_table tr td
	{
	padding: 3px;
}

table.websites_table tr td input {
	width: 100%;
}

div.webdir_rightbar {
	float: right;
	width: 200px;
}

div.type_id_form,div.website_information {
	border: 1px solid #000;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 25px;
}

div.type_id_form form select {
	width: 100%;
}

div.top_text {
	margin-bottom: 15px;
}

div.info_site_text,div.payment_text {
	margin-right: 230px;
}

input.calendar_form_submit {
	float: right;
	width: 300px;
	margin-top: 25px;
}

/* *** blog *** */
div.blog_rightbar {
	float: right;
	width: 194px;
}

div.blog_post {
	margin-right: 209px;
}

div.blog_post h2 {
	
}

div.blog_post div.short_desc {
	
}

div.blog_post div.links {
	margin-top: 10px;
	margin-bottom: 40px;
}

div.category_list {
	border: 1px solid #000;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 25px;
}

#post_entry {
	margin-bottom: 25px;
}

#post_comments {
	margin: 50px auto;
}

#post_comments div.comment {
	border: 1px solid #B4B3B3;
	background-color: #EFEFEF;
	padding: 5px;
	margin-bottom: 25px;
}

#comment_form {
	margin-top: 25px;
}

#comment_form label {
	margin-left: 5px;
}

#comment_form_error {
	background-color: #FFEFEF;
	border: 2px solid #9E0A0A;
	margin: 0px 0px 25px 0px;
	padding: 10px;
}

#comment_form_success {
	background-color: #F9FFEF;
	border: 2px solid #659E0A;
	margin: 0px 0px 25px 0px;
	padding: 10px;
}