@charset "utf-8";

/* CSS Document */
*
{
	margin:0px;
	padding:0px;
}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#F5F5F5;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

a:link
{
	text-decoration: none;
	color:#000000;
}

a:visited
{
	text-decoration: none;
	color:#000000;
}

a:hover
{
	text-decoration: none;
	color:#999999;
}

a:active
{
	text-decoration: none;
}

img.pngfix
{
	behavior: url(pngHack.htc);
}

* html img, * html .png
{
	position:relative;
 	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true) );
}

#border
{
	width:1024px;
	background:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

#site
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#top
{
	clear:both;
}

#middle
{
	clear:both;
}

#left
{
	width:200px;
	float:left;
	display:inline;
}

#center
{
	margin-left:8px;
	margin-right:8px;
	width:580px;
	display:inline;
	float:left;
}

#right
{
	width:200px;
	float:right;
	display:inline;
}

#bottom
{
	background:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	min-height:49px;
	clear:both;
	padding:20px;
	text-align:center;
}

#logo
{
	width:100px;
	float:left;
}

#banner
{
	float:right;
	text-align:center;
	padding-right:200px;
	padding-top:15px;
	color:#0000CC;
	font-size:16px;
	font-weight:bold;
}

#menu_top
{
	clear:both;
	height:27px;
	color:#FFFFFF;
	padding-right:10px;
	background:url(../images/menu_top_bg.jpg);
	text-align:right;
}

#menu_top a
{
	color:#FFFFFF;
	font-weight:bold
}

#bar_center
{
	margin-top:5px;
	height:20px;
	background:url(../images/bar_center.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#bar_center a
{
	float:left;
	height:20px;
	background:url(../images/bar_center_title.gif) right no-repeat;
}

#bar_center a span
{
	float:left;
	padding-top:4px;
	padding-right: 25px;
	padding-left:10px;
	font-weight:bold;
	min-width:150px;
	color:#FFFFFF;
}

#content_center
{
	background:url(../images/content_center.gif) top left no-repeat;
	padding-top:10px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	text-align:justify;
	display:block;
	clear:both;
}

#content_center #image
{
	border:#CCCCCC solid 1px;
	margin:2px;
	width: 125px;
	height: 100px;
	padding:1px;
	display:block;
	float:left;
	z-index: -1;
}

#content_center #image img
{
	width: 125px;
	height: 100px;
	border:0px;
	display:block;
}

#content_center #image_new
{
	border:#CCCCCC solid 1px;
	margin:4px;
	width: 320px;
	height: 240px;
	padding:1px;
	display:block;
	float:left;
}

#content_center #image_new img
{
	width: 320px;
	height: 240px;
	border:0px;
	display:block;
}


#content_center #title
{
}

#content_center #title a
{
	color:#004A89;
	font-weight:bold;
	font-size:13px;
}

#content_center #title a:hover
{
	text-decoration:underline;
}

#more
{
	margin-top:5px;
	float:right;
	color:#FF0000;
}

#other_news
{
	clear:both;
}

#other_news a
{
	background-image: url(../images/b_news.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	
	padding-left: 20px;
	text-decoration: none;
}

#other_news a:hover
{
	display: block;
	padding-left: 20px;
	text-decoration: none;
	background-color:#FAFAFA;
}

#date
{
	padding-right: 10px;
	float: left;
	color: #666666;
}

.language
{
	float:right;
	padding-right:5px;
}

.icon20
{
	width:20px;
	border:0px;
}

.bar_left
{
	margin-top:5px;
	height:20px;
	background:url(../images/bar_left.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#FFFFFF;
	clear:both;
}

.bar_left a
{	
	font-weight:bold;
	color:#FFFFFF;
}

.pagging 
{
	margin-top:5px;
	padding-top: 5px;
	padding-right:5px;
	height:20px;
	text-align:right;
	border-top:#C6D6EF solid 1px;
	clear:both
}

.pagging ul
{
	list-style:none;
}

.pagging ul li
{
	display:inline;
	padding:2px;
}

.pagging ul li a
{
	color:#005151;
	font-size:12px;
}

.pagging ul li a:hover
{
	color:#668EC1;
}

.pagging ul li.disabled
{
	color:#999999;
}

.pagging ul li.selected
{
	color:#FF0000;
	font-weight:bolder;
	text-decoration:underline;
}

.adv
{
	padding-top:5px;
	padding-bottom:5px;
	clear:both;
}

.adv img:hover
{
	border: #004A89 1px solid;
}

.adv img
{
	margin-bottom:2px;
	border: #CCCCCC 1px solid;;
}


.table
{
	padding : 0px;
	border: #C6D6EF 1px solid;
}

.table th
{
	color : #3F3F3F;
	border-bottom:#87C2F2 solid 1px;
	background:#DDEDFC;
	padding:4px;
}

.table td
{
	color : #3F3F3F;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:2px;
	min-height:22px;
	border-bottom:#DDEDFC dashed 1px;
}

.scroll
{
	height:100px;
	vertical-align:top;
	overflow:scroll;
}

.table td.enable
{
}

.table td.disabled
{
	color : #CCCCCC;
}

.table td img.icon
{
	width:24px;
	height:24px;
	border:0px;
	padding-left:2px;
	padding-right:2px;
}

.table tr.light
{						 /*  do not rename class "light" */
	background-color: #FFFFFF;
}

.table tr.none
{
	background-color: #FFFFFF;
}

.table tr.active
{
	background-color: #F0F9FF;
}

.table tr.review
{
	background-color: #FEF1F1;
}

.table tr.marked
{					     /*  do not rename class "marked" */
	background-color: #DDDDDD;
}

.table tr.active:hover
{					 /*  do not rename class "light" */
	background-color: #DDF1FF;
	cursor:default;
}

.table tr.review:hover
{					 /*  do not rename class "light" */
	background-color: #FEE9E9;
	cursor:default;
}

.table tr.light:hover
{					 /*  do not rename class "light" */
	background-color: #F1F7FE;
	cursor:default;
}

.table tr.light.hover
{					 /*  do not rename class "light" */
	background-color: #EEEEEE;
	cursor:default;
}

.seperate
{
	height:8px;
	clear:both;
}

.current
{
	clear:both;
	padding-left:5px;
	margin-top:2px;
}

.current a
{
	color:#004A89
}

.current a:hover
{
	text-decoration:underline
}

.current span
{
	color:#000000;
	font-style:italic
}
.img_news
{
	border:#CCCCCC double 3px;
	width:120px;
	height:80px;
	margin-right:5px;
}

.faq
{
	clear:both; 
	padding:2px;
}

.question
{
	background:#fdfbec;
	border:#d59c61 solid 1px;
	padding:3px;
}

.question span
{
	color:#039;
	font-weight:bold;
	font-size:16px;
	font-family:Verdana;
}

.question a
{
	color:#333;
}

.question a:hover
{
	text-decoration:underline;
}

.answer
{
	padding:3px;
	text-align:justify
}

.answer span
{
	color:#990000;
	text-decoration:underline
}

.sender
{
	padding:3px;
	font-style:italic
}

.sender span
{
	color:#EDAF5D;
}

.sender a
{
	color:#990000;
}

.sender a:hover
{
	color:#EDAF5D;
}

.faq_content
{

}


.btnsearch {background:url(../images/icon_search.gif) no-repeat; width:31px; height:30px; border:none;}
top_ipn
{
	
}