
* {
margin: 0px;
padding: 0px;
}

select
{
	padding: 1px 0 1px 0;
	margin: 2px 4px 2px 0px;
    border: 1px solid #999999;
}

input
{
	margin: 2px 4px 2px 0px;
}

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

td, th {

}

.help_div {
	text-align: left;
	margin-top: 102px;
	padding: 10px;
	border: solid 1px #A0A0A0;
	-moz-border-radius: 10pt;
	-webkit-border-radius: 10pt;
	background: #eee;
}

.SUBMIT_BUTTON {
	padding: 0px 1px 0px 1px;
}

body.main {
	text-align: center;
}

div.tab, div.tab_active {
	position: relative;
	float: right;
	line-height: 26px;
}
.tab {
	background-image: url(/common/common/images/tab_images/wide/tab.png);
}

div.tab:hover {
	background-image: url(/common/common/images/tab_images/wide/tab.hover.png);
}

.tab_active {
	background-image: url(/common/common/images/tab_images/wide/tab.active.png);
}

.tab, .tab_active {
	width: 120px;
	height: 25px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #0F0F0F;
}

th.report, td.report {
  background: #FFFFFF;
}

th.report_header, table.normal_table th.report_header {
  /*background: #66CCFF url(/common/lib/management_tool/images/calendar_lighten_top.png) top repeat-x;*/
  background: #6cf url(/common/lib/management_tool/images/calendar_lighten_bottom.png) bottom repeat-x;
  padding: 5px 2px 2px;
  text-align: left; vertical-align: bottom;
}

td.report_footer, table.normal_table td.report_footer,
th.report_footer, table.normal_table th.report_footer {
  background: #bce9ff url(/common/lib/management_tool/images/calendar_lighten_bottom.png) bottom repeat-x;
  padding: 3px 2px;
}

/* prevent wrapping from whitespace within container */
.whitespace_nowrap {
	display: block; white-space: nowrap;
}

td.report,span.report,th.report,td.report_xs,th.report_xs {

}

td.report,span.report,th.report,td.report_dim,td.report_dim {

}

td.report_xs,th.report_xs,td.report_xs_dim,th.report_xs_dim,td.report_saturday,td.report_holyday,td.report_sunday,td.report_weekday {

}

td.report_saturday,th.report_saturday {
    background: #D0D0D0 url(/common/lib/management_tool/images/calendar_lighten_bottom.png) top repeat-x;

}

td.report_sunday,th.report_sunday {
    background: #B5B5B5 url(/common/lib/management_tool/images/calendar_lighten_bottom.png) top repeat-x;

}

td.report_holyday,th.report_holyday {
	background: #A090B0;
}

td.report_weekday,th.report_weekday {
	background: #FFFFFF;
}

table.report_table {
	border: solid 1px;
}

table.identifiers_table {
	border: solid 1px black;
	background: #a0a0a0;
	cellpadding: 0px;
	cellspacing: 0px;
}




table.normal_table {
	border: #CCCCCC 1px solid;
	border-collapse: collapse;
	padding: 1px;
	border-spacing: 1px;
	width: 100%;
}

span.db_listing_header {
	font-size: 1.125em;
        color: #8fc210;
}

table.normal_table th {
	color: #191919;
	border: #FFFFFF 1px solid;
	padding: 2px;
	background: #d0d0d0;
	font-weight: bold;
}

table.normal_table th.footer {
	color: #000;
	background: #d0d0d0;
}

table.normal_table td, .td2 {
	font-weight: normal;
	border: #FFFFFF 1px solid;
	padding: 2px;
}

table.normal_table td.date_row {
        background: #550055;
        font-weight: bold;
	text-align: left;
}

table.normal_table th.date_row_holyday {
	background: #d49494;
        font-weight: bold;
}

table.normal_table td {
	background: #F0F0F0;
}

table.normal_table tr.highlight th {
	background: #d4a4a4;
}

table.normal_table tr.highlight td {
	background: #F0E0E0;
}


table.normal_table td.row_1 {
	background-color: #ffffff;
}

table.normal_table td.row_2 {
	background: #e0e0e0;
}



.td1 {
	background: #FFFFFF;
}



.red {
	color: #C20000;
}

.green {
	color: green;
}

.white {
	background: #FFFFFF;
}

.left_div {
	width: 200px;
}

.doc_div {
	min-height: 373px;

	padding-left: 30px;
	padding-right: 30px;

	padding-bottom: 10px;
}

.text_div {
	width: 680px;
}


#Manual {
	background-color: #D0D0D0;
	padding-top: 5px;
	border-style:solid;
	border-width:1px;
	border-color:#B0B0B0;
	text-align: left;
	width:400px;
}
#ManualM {
	float: left;
	background-color: #D0D0D0;
	padding-top: 5px;
	border-style:solid;
	border-width:1px;
	border-color:#B0B0B0;
	text-align: left;
	width:300px;
}
#ContentM {
	margin-left: 20px;
	float: left;
	width:700px;
}

#ManualR {
    background-color: #D0D0D0;
    padding-top: 5px;
    border-style:solid;
    border-width:1px;
    border-color:#B0B0B0;
    text-align: left;
    width:450px;
}
#ContentR {
    width:700px;
}


/* IE-hacks */
* html .doc_div {height:373px}
* html .doc_div_wide {height:373px}

.doc_div_inner {
	padding-top: 10px;
	text-align: left;
}

.nav_div {
	text-align: right;
	float: right;
	margin-top: -30px;
}


.border {
	border: solid;
}

.normal_text, p, li, .nav_div, .doc_div_wide, .doc_div_inner {
font-weight: normal;
font-variant: normal;
color: #000000;
}

.normal_text, p{
text-align: left;
}
.info_text {
font-weight: bold;
font-variant: normal;
color: #000000;
}

.info_text_green {
font-weight: bold;
font-variant: normal;
color: #009900;
}

.warning {
font-weight: bold;
font-variant: normal;
color: red;
}

.flag_text {
	color: #AAAAAA;
}

div.right_buttons  {
	margin-left: auto;
	float: right;
	margin-right: 18px;
	margin-top: -13px;
}

div.customer_org  {
	clear: both;
	margin-left: auto;
	float: right;
	margin-right: 8px;
	margin-top: 0px;
}

div.right_flags {
	margin-left: auto;
	margin-right: 10px;
	margin-top: -14px;
	float: right;
}

tr.list1, td.list1 {
	background-color: #FFFFFF;
}
tr.list2, td.list2 {
	background-color: #F0F0F0;
}

tr.list1, td.list3 {
	background-color: #FFFFFF;
}
tr.list2, td.list4 {
	background-color: #F0F0F0;
}

td#MainMenuCell,
td#menu_left_cell {
	width: 200px;
	/*border-right: 1px solid gray;*/
}

.main_div {
        width: 100%;
        position: relative;
}

.top_tabs {
        height: 25px;
}

.top_div {
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url('/images/tuomieu/tuomieu_bg.png');

        width: 100%;
        height: 58px;
        margin-top: 0px;
        text-align: left;
	/*border-bottom: 1px solid #A7A6A5;*/
}

body.body_without_header,body.main, tr.no_bg_image, .top_tabs {
	background: #E0E0E0;
	background-position: top center;
}

.top_div_upper {
	height: 24px;
	padding-top: 24px;
}

.doc_div_title {
	padding-top: 10px;
	text-align: left;
	padding-bottom: 10px;
}

.top_div_title {
	overflow: visible;
	position: absolute;
	width: 500px;
	height: 66px;
	left: 30px;
	margin-left: 0;
	top: 0px;
	z-index: 50;
	background-image: url('/images/tuomieu/tuomi_logo_new.png');
        background-repeat: no-repeat;
        background-position: top left;
}


.bottom_div {
	position: relative;
	background-image: url('/images/tuomieu/tuomieu_bg.png');
	width: 100%;
	height: 18px;
        padding-top: 4px;
        border-bottom: 1px solid #A7A6A5;
        text-align: left;
}

h1,
.text_title {
	color: #8fc210;
}
h1,
.ext_title {
    color: #8fc210;
	font-family: Verdana;
	font-size: 12pt;

}

body,
.basic_a {
    font-family: Verdana;
    font-size: 8pt;
    width: 100%;
}


.bottom_left_logo_div {
	position: absolute;
	bottom: 22px;
	left: 0px;
}

.mid_div {
	background: #FFFFFF;
	width: 100%;
	height: auto;
	min-height: 273px;
}

.print_show_only {
        display: none;
        visibility: hidden;
}

.big_link, a.big_link {
}

DIV.floater_help {
	 width: 40%;
 	 margin: auto;
	 padding: 10px;
	 border: 1px solid #6699FF;
	 background-color: #BBD2FF;
	 font-size: 90%;
	 float:right;
}

