@charset "ISO-8859-1";

html, body, p, table, td, form, img, h1, h2, h3, h4, h5, h6, input, address {
    font-size: 1em;
}

html, body, div, p, table, td, form, img, h1, h2, h3, h4, h5, h6, input, address {
    border: 0px transparent none;
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

body {
    background: transparent none;
    font-size: 75%;
}

p, td, h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em;
}

p {
    margin-bottom: 1em;
}

a, a:visited {
    color: #4E7DC2;
    text-decoration: none;
}

a:active, a:hover {
    color: #4E7DC2;
    text-decoration: underline;
}

ul {
    margin: 0px;
    padding: 0px 0px 0px 25px;
}

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



/* ----- HEADER ----- */

#header {
    display: none;
}

#shd_main_head {
    background: transparent none;
}
#shd_main_repeat {
    background: transparent none;
}

#main {
    background: transparent none;
    width: 100%;
}



/* ----- HEADER - Service Navigation ----- */

#serviceNavi {
    display: none;
}

#login_status {
    display: none;
}

/* ----- LEFT COLUMN ----- */

#leftColumn {
    display: none;
}

/* ----- CONTENT ----- */

#content {
		color: #000;
    background-color: transparent;
    width: 100%;
}

#content h1 {
    color: #333333;
    font-family: Arial;
    font-size: 162.25%;
    font-weight: 400;
    margin-bottom: 0.5em;
}


#content .main-picture {
	border: 0;
	margin-bottom: 1.5em;
	overflow: hidden;
}

#content table.table_vertical {
    color: #1D1D1D;
    border-collapse: separate;
    border-spacing: 1px;
    border: 1px solid #000;
    width: 100%;
}

#content .table_vertical caption, 
#content h2 {
    text-align: left;
    font-weight: 400;
    font-size: 145%;
    color: #393939;
}

#content .table_vertical th {
    font-weight: 700;
    background: #F3F3F3 none;
    padding: 4px 20px 4px 10px;
    text-align: left;
    width: 25%;
    vertical-align: top;
}

#content .table_vertical td {
    font-weight: 400;
    background: #F6F6F6 none;
    padding: 4px 20px 4px 20px;
    text-align: left;
    vertical-align: top;
}

#content .table_vertical td input,
#content .table_vertical th input {
    border: 1px solid #CDCDCD;
    padding: 1px 4px;
}

#content .table_vertical td a {
    color: #0C407D;
    text-decoration: underline;
}

#content .table_plantstatus {
		border-collapse: collapse;
		margin-bottom: 2em;
		width: 100%;
}

#content .table_plantstatus thead th {
    background: #F3F3F3 none;
    padding: 10px;
}

#content .plantstatus_invgrp {
	border-right: 1px dashed #C0C9D3;
	background: #F9F9F9 url(../images/table/bg_td_vertical.gif) repeat-x top left;
}

#content .table_horizontal {
		border-collapse: collapse;
		margin-bottom: 2em;
		width: 100%;
		color: #1D1D1D;
}

#content .table_horizontal thead th {
    background: #F3F3F3 none;
    padding: 5px 10px;
    color: #1D1D1D;
}

#content .table_horizontal td {
	background: #F6F6F6 none;
	padding: 5px;
}

#content .table_horizontal_norm {
		border-collapse: collapse;
		margin-bottom: 2em;
		width: 100%;
		color: #1D1D1D;
}

#content .table_horizontal_norm thead th {
    background: #F3F3F3 none;
    padding: 15px 0px 10px 10px;
    color: #1D1D1D;
    text-align: left;
}

#content .table_horizontal_norm td {
		background: transparent none;
		padding: 5px 0px 5px 10px;
}

#content .textleft {
		text-align: left;
}

#content .legend_comment {
	  color: #1D1D1D;
    border: 1px solid #F0F0F0;
    padding: 10px;
    background: #F6F6F6 none;
    margin-top: 3em;
}


/* ----- RIGHT COLUMN ----- */

#rightcolumn {
    display: none;
}



/* ----- FOOTER ----- */

#shd_address {
    margin: 0 auto;
    width: 100%;
    background: transparent none;
}

address {
    background: transparent none;
    font-size: 100%;
    font-style:normal;
    margin: 0 auto;
    padding-top: 30px;
    width: 100%;
}

address a {
    text-decoration: none;
    color: #000;
}

address .separator {
    margin: 0 5px;
}


/* ----- MISC ----- */

#skipnavi, .none {
    display: none !important;
}

.clearall {
    clear: both;
}

.button {
	display: none !important;
}

.nowrap {
	white-space: nowrap;
}

/***************/

