@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a{
	color:#005E9C;
	text-decoration:none;
}
a:hover{
	text-decoration:underline
}
h2 {
    font-size: 12px;
}
#header_bg{
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header {
	background-color: #FFFFFF;
	background-image: url(../images/header_bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#header_menu {
	padding-top: 60px;
	padding-right: 20px;
	font-size: 11px;
}
#header_menu a{
	text-decoration:none;
	color:#000000;
}
#header_menu a:hover{
	text-decoration:underline;
	color:#666666;
}
#content_main{
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 7px;
	padding-left: 7px;

}
#content_footer{
	background-color: #FFFFFF;
	background-image: url(../images/content_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 950px;
	padding-bottom: 7px;

}
#menu_footer {
	background-color: #CCCCCC;
	background-image: url(../images/menu_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right-width: 7px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}
#menu_area {
	background-image: url(../images/menu_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
 #content_title {
      background-image: url(../images/title_bg.png);
      background-repeat: no-repeat;
      background-position: left top;
      padding-left: 70px;
      border-bottom-width: 7px;
      border-bottom-style: solid;
      border-bottom-color: #FFFFFF;
 }
#content_title h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
#content_main_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.inputMed {
        width: 110px;
}
.tableBorder{
    border-collapse: collapse;
}

.tableBorder td{
    border: 1px solid rgb(204, 204, 204);
}

.tableHeader{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #005E9C;
}

.oddRow{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #EEEEEE;
}

.evenRow{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
}


#news_area{
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FFFFFF;

	background-image: url(../images/news_bg.png);
	background-repeat: no-repeat;
	background-position: left 68px;
}
#news_title{
	background-color:#CCCCCC;
	background-image: url(../images/news_title_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 20px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#news_title h1{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  font-weight:normal;
  padding:0px;
  margin:0px;
}
#news_title2{
  background-color:#CCCCCC;
  background-image: url(../images/news_title_bg_2.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  padding-left: 20px;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}
#news_title2 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
#news_main_text{
	padding:10px;
	font-size: 11px;
}
.news_item_data{
	font-size: 11px;
	padding-bottom:5px;
}
.news_item_title{
	font-size: 11px;
	padding-bottom:5px;
}
.news_item_desc{
	font-size: 11px;
}
.news_item_link{
	font-size: 11px;
	padding-bottom:15px;
}

.menu_item{
	background-image: url(../images/item.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 12px;
	padding-bottom:4px;
	padding-top:4px;
	font-size: 12px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1A1A1;
}
.menu_item a{
	color:#000000;
}
.menu_item_select{
	background-image: url(../images/item_select.gif);
	background-repeat: no-repeat;

	background-position: 0px 6px;
	padding-left: 12px;
	padding-bottom:4px;
	padding-top:4px;

	font-size: 12px;
	color:#005E9C;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1A1A1;
}

.menu_item_sub{
	background-image: url(../images/item_sub.gif);
	background-repeat: no-repeat;

	background-position: 4px 8px;

	margin-left:12px;
	padding-left: 12px;

	padding-bottom:3px;
	padding-top:3px;

	font-size: 11px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1A1A1;
}
.menu_item_sub a{
	color:#000000;
}
.menu_item_sub_select{
	background-image: url(../images/item_sub_select.gif);
	background-repeat: no-repeat;

	background-position: 4px 8px;

	margin-left:12px;
	padding-left: 12px;

	padding-bottom:3px;
	padding-top:3px;

	font-size: 11px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1A1A1;
}

/*------------------*/
.menu_item_sub_2{
	background-image: url(../images/item_sub.gif);
	background-repeat: no-repeat;

	background-position: 4px 8px;

	margin-left:24px;
	padding-left: 12px;

	padding-bottom:3px;
	padding-top:3px;

	font-size: 11px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1A1A1;
}
.menu_item_sub_2 a{
	color:#000000;
}
.menu_item_sub_2_select{
	background-image: url(../images/item_sub_select.gif);
	background-repeat: no-repeat;

	background-position: 4px 8px;

	margin-left:24px;
	padding-left: 12px;

	padding-bottom:3px;
	padding-top:3px;

	font-size: 11px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A1A1A1;
}
/*---------------*/
#footer{
	color:#FFFFFF;
	font-size:11px;
}
#footer a{
	color:#FFFFFF;
}
.error{
    color:red;
}