/*
BODY {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px auto;
	background: rgb(235, 245, 255);
	width: 90%;
}
*/

H3 {
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
}
	

DIV.horiz_menu_container {
	margin: 2px auto 2px 2px;
	text-align: left;
	left: 0%; right: 100%;
}

TABLE.horiz_menu_table {
	width: 66%;
	margin: 1px auto 1px 2px;
	border: Black 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border-collapse: collapse;
}

TABLE.horiz_menu_table TR {
	height: 20px;
}

TABLE.horiz_menu_table TH {
	padding-left: 6px;
	padding-right: 6px;
	width: 100px;
	border: Black 1px solid;
	font-weight: bolder;
	background: rgb(244, 128, 0);
	color: White;
	text-align: center;
}

TABLE.horiz_menu_table TD {
	padding-left: 6px;
	padding-right: 6px;
	width: auto;
	border: Black 1px solid;
	font-weight: normal;
	background: White;
	color: Black;
	text-align: center;
}

FORM TABLE.horiz_menu_table TD {
	font-size: 12px;
	background: rgb(224, 224, 224);
}

INPUT, SELECT {
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

INPUT[readonly] {
	background: transparent;
	border-style: solid;
}

A {
	color: Navy;
	font-weight: normal;
	text-decoration: none;
}

A:hover {
	color: Red;
}

A:visited {
	color: Navy;
}


DIV.order_list_container {
	left: 0%; right: 100%;
	text-align: center;
	margin: 2px auto;
}

TABLE.order_list_table {
	width: 99%;
	text-align: center;
	margin: 0px auto;
	border: none;
	background: rgb(224, 224, 255);
	font-size: 12px;
}

TABLE.wide {
	width: 95%;
}


TABLE.order_list_table TH {
	font-size: 10px;
	font-weight: bold;
}

TABLE.order_list_table TR.c0 {
	background: rgb(224, 240, 255);
}

TABLE.order_list_table TR.c1 {
	background: rgb(240, 255, 255);
}

TABLE.order_list_table TR.c2 {
	background: rgb(255, 255, 128);
}


DIV.message_box {
	border: 2px Red dotted;
	text-align: center;
	padding: 2px;
	background: Red;
	color: White;
	font-weight: bold;
	font-size: 1.2em;
	width: 40%;
	margin: 2px auto;
}

DIV.page_footer {
	text-align: right;
	margin: 2px auto 2px 2px;
	font-size: 9px;
}

TABLE.data_edit_table {
	text-align: left;
	margin: 10px auto 10px 60px;
}


SPAN.red_hilite {
	font-weight: bold;
	font-size: 13px;
	color: Red;
}

DIV.express_flag {
	margin: 2px auto 0px 20px;
	left: 0%; right: 200px;
	border: black solid 1px;
	background: rgb(255, 255, 128);
	text-align: center;
	color: Black;
	font-size: 15px;
	font-weight: bold;
	padding: 3px;
}

DIV.order_info {
	margin: 0px auto 0px auto;
	left: 0%; right: 100%;
	border: none;
	background: rgb(64, 64, 160);
	color: White;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 20px;
}


IMG.project_image {
	border: none;
	width: 100%;
	margin: 0px;
}

IMG.project_image_small {
	border: none;
	width: 33%;
	margin: auto;
}

DIV.mail_newmail_title {
	margin: 10px auto 0px auto;
	background: rgb(64, 64, 160);
	border: rgb(64, 64, 160) solid 2px;
	color: White;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}


DIV.mail_newmail_window {
	padding: 4px;
	margin: 0px auto 10px auto;
	border: rgb(64, 64, 160) solid 2px;
	color: Black;
	font-size: 12px;
	font-weight: normal;
}

TABLE.new_mail {
	width: 80%;
	margin: 10px auto;
}


TABLE.mail_list {
	width: 99%;
	text-align: center;
	margin: 10px auto;
	border: none;
	background: rgb(212, 255, 240);
	font-size: 11px;
	border-collapse: separate;
}

TABLE.mail_list TR {
	/*margin-bottom: 3px;*/
	padding-bottom: 3px;
	border-bottom: 3px rgb(212, 255, 240);
}

TABLE.mail_list TH {
	font-size: 10px;
	font-weight: bold;
	background: rgb(128, 192, 212);
}

TABLE.mail_list TR.c0 {
	background: rgb(212, 240, 255);
}

TABLE.mail_list TR.c1 {
	background: none;
}

TABLE.mail_list TR.c2 {
	background: rgb(200, 240, 240);
}

TABLE.mail_list TR.c2 > TD:first-child {
	font-weight: bolder;
}

TABLE.adress_page {
	width: 66%;
	margin: 10px auto 10px auto;
	border-spacing: 0px;
}


TABLE.adress_page TH {
	color: White;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
}

TABLE.adress_page TD {
	padding: 4px;
	color: Black;
	font-size: 12px;
	font-weight: normal;
}

TABLE.adress_page TH.adbox {
	width: 35%;
	background: rgb(64, 160, 64);
	border: rgb(64, 160, 64) solid 2px;
}

TABLE.adress_page TD.adbox {
	width: 35%;
	border: rgb(64, 160, 64) solid 1px;
}


TABLE.adress_page TH.printbox {
	color: Black;
	width: 30%;
}

TABLE.adress_page TD.printbox {
	width: 30%;
	color: Navy
}

TABLE.adress_page TH.vatbox {
	width: 35%;
	background: rgb(128, 128, 128);
	border: rgb(128, 128, 128) solid 2px;
}

TABLE.adress_page TD.vatbox {
	width: 35%;
	border: rgb(128, 128, 128) solid 1px;
}

TABLE.data_divider {
	border: dotted 1px Navy;
	border-collapse: collapse;
	vertical-align: top;
	margin: auto;
}

TABLE.data_divider > * > TR, TABLE.data_divider > * > * > TD {
	border: dotted 1px Navy;
	vertical-align: top;
	padding: 4px;
}

SPAN.tiny {
	font-size: 0.8em;
}

A.project_link {
	border: 1px dotted Red;
	font-weight: bolder;
	text-decoration: none;
}

SPAN.project_link_missing {
	border: 1px dotted Gray;
	font-weight: bolder;
	text-decoration: none;
}
