html,body {
  margin: 0px;
  padding: 0px;
  
}

body {
  font-family:  Arial, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 15px;
    background: url('/images/header.jpg') no-repeat 0px 22px;
  }

#wrapper {
  float: left;
  margin-top: 100px;
  width: 795px;
  min-height: 450px;
  margin-top: 181px;
}

#logo {
  position: absolute;
  left: 176px;
  top: 41px;
	width: 288px;
	height: 32px;
	z-index: 2;
}

#navigation {
	float: left;
	width: 160px;
	height: 400px;
	margin-top: 10px;
}

#print {
	float: left;
	width: 600px;
}

#print {
	float: left;
	padding: 15px;
	width: 600px;
}

#content {
	float: left;
	clear: right;
	padding: 15px;
	width: 600px;
	min-height:380px;
}

#bottom_navi {
  float:left;
  clear:both;
	width: 630px;
	height: 10px;
	margin-left: 170px;
	font-size: 10px;
	margin-top: 10px;
	display: inline;
}

a.bottom_navi {
  text-decoration: none;
  margin-left: 8px;
}

#bottom_top {
  float: left;
}

#bottom_print {
  float: right;
}

a.bottom_print {
  text-decoration: none;
  margin-left: 7px;
  cursor: pointer;
	cursor: hand;
}

#bottomline {
  float: left;
  clear: both;
	width: 630px;
	height: 1px;
	margin-left: 170px;
  margin-top: 12px;
  border-top: 2px solid #1d3b52;
  display: inline;
}

#bottomline_print {
  float:left;
  clear:both;
	width: 630px;
	height: 1px;
	margin-left: 15px;
  margin-top: 12px;
  border-top: 2px solid #1d3b52;
  display: inline;
}

#copyright {
  float:left;
  clear:both;
	width: 630px;
	height: 20px;
	padding-left: 170px;
  margin-bottom: 30px;
}

#copyright_print {
  float:left;
  clear:both;
	width: 630px;
	height: 20px;
	padding-left: 15px;
  margin-bottom: 30px;
}

.navi_icon {
  float: left;
	width: 37px;
	height: 63px;
}

.navi_link {
  float: left;
  clear: both;
	width: 135px;
	height: 25px;
	margin-top: 0px;
	margin-left: 15px;
}

a.navi {
  font-size: 12px;
  color: #1d3b52;
	text-decoration:none;
	font-weight: bold;
	line-height:18px;
}
a.navi:visited {
  text-decoration:none;
}
a.navi:hover {
  text-decoration:underline;
  color: #000;
}


a.navi_high {
  font-size: 12px;
  color: #000000;
	text-decoration: underline;
	font-weight: bold;
	line-height:18px;
}

a.button_blue {
  /* Sliding right image */
  background: transparent url('/images/but_part_right.png') no-repeat scroll top right;
  display: block;
  float: left;
  height: 24px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
  padding-right: 19px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
  /* FONT PROPERTIES */
  text-decoration: none;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
}

a.button_blue span {
  /* Background left image */ 
  background: transparent url('/images/but_part_left.png') no-repeat; 
  display: block;
  line-height: 24px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
  padding: 0px 7px 0px 13px;
}


a.button_blue_bright {
  /* Sliding right image */
  background: transparent url('/images/but_part_right_bright.png') no-repeat scroll top right;
  display: block;
  float: left;
  height: 24px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
  padding-right: 19px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
  /* FONT PROPERTIES */
  text-decoration: none;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
}

a.button_blue_bright span {
  /* Background left image */ 
  background: transparent url('/images/but_part_left_bright.png') no-repeat; 
  display: block;
  line-height: 24px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
  padding: 0px 7px 0px 13px;
}


a.button_blue_bright:hover {
  background: transparent url('/images/but_part_right.png') no-repeat scroll top right;
}
a.button_blue_bright:hover span {
  /* Background left image */ 
  background: transparent url('/images/but_part_left.png') no-repeat; 
}

.error_message {
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 4px solid #e9641a;
  color: #e9641a;
  font-size:13px;
  line-height:18px;
}

.headline {
  font-family:  Arial, sans-serif;
  color: #1d3b52;
  font-size: 16px;
  font-weight: bold;
}

a {
  color:#000;
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


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

select {
  border: 1px solid #797979;
  /*border-top: 2px solid #294e6b;*/
	padding: 2px;
}

input {
  border: 1px solid #797979;
  background: White url(/images/input_bg.gif) repeat-x;
  /*border-top: 2px solid #294e6b;*/
	padding: 2px;
	margin-bottom:6px;
}

textarea {
  font-family:  Arial, sans-serif;
  color: #000;
  font-size: 12px;
  border: 1px solid #797979;
  background: White url(/images/input_bg.gif) repeat-x;
  /*border-top: 2px solid #294e6b;*/
	padding: 2px;
	margin-bottom:6px;
}

.datatable {
  background-color: #f7f7f7;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}

.datatable tr th {
  white-space: nowrap;
  background-color: #eee;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 1px;
  padding-left: 4px;
  padding-right: 4px;
}

.datatable tr td {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 1px;
  padding-left: 4px;
  padding-right: 4px;
}

.datatable a {
  border: 1px solid #f7f7f7 !important;
  padding: 1px !important;
  display: block !important;
}

.datatable a:hover {
  border: 1px solid black !important;
  background-color: #B7BFD4 !important;
}

.last_th {
  border-right: 1px solid #ffffff !important;
}

.last_td {
  border-right: 1px solid #ffffff !important;
}

.tablegrey td {
  border: 0px none ;
  padding: 8px;
  background-color: rgb(245, 245, 245);
}


ul {
    margin-left: -24px;
  }
