@charset "utf-8";

/*--------------------------------------
  Default Style Sheet
  Last Update 

  - Universal selector
  - Structure Module
  - Text Module
  - Hypertext Module
  - List Module
  - Edit Module
  - Forms Module
  - Tables Module
  - Image Module
  - Object Module

---------------------------------------*/

/*--------------------------------------
  Universal selector
---------------------------------------*/

*{
	color: #333;
	font-size: 100%;
	background-color: transparent;
	margin:	 0;
	padding: 0;
}
	
/*--------------------------------------
  Structure Module
---------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin-left: 5px;
	background-color: #ffeabf;
	background-image: url(../images/bg_background.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #ccc;
}

#container { 
	display: block;
	width: 870px;
	background-image: url(../images/bg_contents.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	padding: 0 40px 0 10px;
}

#main-area {float: left; width: 610px; padding: 20px 0 20px 0; margin-top: 10px; }
#right-area {float: right; width: 215px; padding: 10px 0 20px 0; margin-top: 10px; }

/*--------------------------------------
  Text Module
---------------------------------------*/

.txt11gray {
	font-size: 9px;
	color:#999;
	}
	
:root .txt11gray {
	font-size: 10px;
	}
	
.txt10gray {
	font-size: 10px;
	color:#999;
	}
	
:root .txt10gray {
	font-size: 10px;
	}
	
.txt_red {
	color:#FF0000;
	}
	
.txt9 {
	font-size: 9px;
	color:#333;
	}
	
:root .txt9 {
	font-size: 10px;
	}
	
.txt9nh {
	font-size: 9px;
	color:#666;
	line-height: 12px;
	}
	
:root .txt9nh {
	font-size: 10px;
	}
	
.txt9gl {
	font-size: 9px;
	letter-spacing: -1px;
	color:#666;
	}
	
:root .txt9gl {
	font-size: 10px;
	letter-spacing: 0px;
	}
	
.txt9tm {
	font-size: 9px;
	color:#666;
	margin-top: 5px;
	}
	
:root .txt9tm {
	font-size: 10px;
	}	

p,
pre,
address,
cite {
	font-size: 80%;
	line-height: 140%;
}

html>/**/body p { font-size /*\**/: 11px\9 }



h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	line-height: 1.2;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 130%;
	font-weight:bold;
}

h2.blue {
	display:block;
	background-image:url(../images/bar_blue.gif);
	background-repeat:no-repeat;
	width: 550px;
	height: 32px;
	color:#fff;
	font-size: 16px;
	font-weight:bold;
	padding: 5px 10px 0 40px;
}

h2.orange {
	display:block;
	background-image:url(../images/bar_orange.gif);
	background-repeat:no-repeat;
	width: 550px;
	height: 32px;
	color:#fff;
	font-size: 16px;
	font-weight:bold;
	padding: 5px 10px 0 40px;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 90%;
}

h5 {
	font-size: 80%;
}

h6 {
	font-size: 80%;
}

pre {
	width: auto;
	_width: 90%; /*for IE*/
	overflow: auto;
	font-size: 75%;
	letter-spacing: 1px;
	color: #3d4263;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 8px 16px;
}

pre[title]::before {
	display: block;
	color: black;
	content: attr(title);
	margin-bottom: 0.8em;
}

blockquote {
	display: block;
	background-color: #eaeeef;
	border-top: 1px solid #b9c3c8;
	border-left: 1px solid #b9c3c8;
	margin: 0.8em 24px;
	padding: 1px;
}

blockquote * {
	color: #434755;
}

em {
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}

strong {
	font-size: 12px;
}

/*--------------------------------------
  Hypertext Module
---------------------------------------*/

a {
	text-decoration: none;
}

a:link {
	color: #1B62B1;
}

a:visited {
	color: #1B62B1;
}

a:hover {
	color: #3399ff;
}

a.arrow {
	background-image:url(../images/icon_arrow_small.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding: 0 0 0 15px;
	font-size: 12px;
	font-weight:bold;
	margin-left: 10px;
	}

/*--------------------------------------
  List Module
---------------------------------------*/

ul,
dl {
	list-style: none;
	margin:0;
	padding:0;
}

li,
dt,
dd {
	font-size: 10px;
}

/*--------------------------------------
  table Module
---------------------------------------*/
#view table {
	margin: 10px 0 0 0;
	}

#view table td{
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 7px;
	text-align: left;
	}
	
#view table strong {
	font-weight: normal;
	text-decoration: none;
	border: none;
	}
	
#view table ul {
	margin: 0 0 0 15px;
	padding: 0;
	}
	
#view table li {
	margin: 5px 0 0 0;
	padding: 0px;
	color: #666;
	font-size: 9px;
	}
	
:root #view table li {
	font-size: 10px;
	}
	
#view #formview {
	margin-left: -10px;
	}
	
#view #formview table{
	background-color: #999;
	}
	
#view #formview td {
	border: none;
	background-color: #fff;
	}
	
/*--------------------------------------
  Image Module
---------------------------------------*/

img {
	vertical-align: bottom;
	border:0;
}

/*--------------------------------------
  Object Module
---------------------------------------*/

object,
embed {
	margin: 0px;
	margin: 0px;
}

