/* CSS Document */
body
{
	background: #FFF url("images/lay_center_repeat1.png") repeat-x 0 65px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	width:100%;
	height:100%;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:8pt;
}
table
{
	font-size:8pt;
}
a
{
	font-weight:bold;
	color:#990d00;
}
a:href, a:active, a:link, a:visited
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
	color: #80514d;
}
a.normal
{
	text-decoration:none;
	color:#003399;
}
h1, .h1
{
	font-size:11pt;
	color:#990d00;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	margin:7px 0 4px 0;
	font-weight:bold;
}
h2
{
	font-size:9pt;
	color:#333333;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	margin:4px 0 4px 0;
}
p
{
	margin:8px 0 8px 0;
}
.p
{
	margin:8px 0 8px 0;
}
form
{
	margin:0 0 0 0;
}
input, textarea, select
{
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;

}
thead
{
	background-color:#ffffff;
	font-weight:bold;
	color:#333333;
}
tbody
{
	background-color:#E1E1E1;
}
tbody .co2
{
	background-color:#EAEAEA;
}
tbody .co3
{
	background-color:#90a7d5;
}
tbody .co4
{
	background-color:#c3c3c3;
	}
tfoot
{
	background-color:#F0F0E1;
}
acronym
{
	cursor:help;
}
ul, li
{
	/*list-style-type:none;*/
}
hr
{
	margin:2px 0 2px 0;
	height:1px;
	color:#990d00;
}
img
{
	border:none;
}
/* layout objects */
#logo
{
	position:absolute;
	z-index:1;
	top:9px;
	left:0px;
	background:  url("images/logo1.png") no-repeat;
	width:348px;
	height:46px;
}
#menu_top
{
	position:absolute;
	z-index:4;
	top:45px;
	left:250px;
	width:500px;
	/*height:46px;*/
	font-size:10px;
	text-align: right;
}
#menu_top ul
{
	list-style-type:none;
	display:inline;
}
#menu_top li
{
	display:inline;
	padding: 3px 1em 3px 1em;
}
#menu_top li a
{
	font-weight:normal;
	text-decoration:none;
	color:#003399;
}
#menu_top li a:hover
{
	text-decoration:underline;
	color: #90a7d5;
}
#menu
{
	position:absolute;
	z-index:2;
	top:65px;
	left:0px;
	width:180px;
	height:450px;
	border-right:solid 1px #FFF;
	border-left:solid 1px #FFF;
	background:#003399;
	font-size:10px;
	
}
#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#menu li 
{
	margin: 0;
	padding-bottom:0px;
	border-bottom:solid 1px #FFF;
}

#menu li a 
{
	display: block;
	padding: 2px 3px 2px 10px;
	height:28px;
	background-color: #003399;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	font-weight:bold;
	border-left:solid 5px #003399;
}

html>body #menu li a 
{
	width: auto;
}

#menu li a:hover 
{
	background-color: #90a7d5;	
	color: #fff;
	border-left: solid 5px #FFcc00;
	
}
#menu .current
{
	background-color:#0055ff;
	border-left: solid 5px #c3c3c3;
}
#content
{
	position:absolute;
	z-index:3;
	top:65px;
	left:180px;
	height:450px;
	width:550px;
	background:#FFF;

	padding-left:1em;
	padding-right:1em;
	padding-bottom:3px;
	padding-top:5px;
	vertical-align:top;
	
	border-right:solid 1px #FFF;
	border-left:solid 1px #FFF;
}
/*
#content ul,#content li
{
	list-style-type:square;
}*/
.normal ul, .normal li
{
	list-style-type:square;
}
#contentfooter
{
	position:relative;
	width:100%;
	padding-top:10px;
	text-align:center;
	font-size:7pt;
	color:#999999;
}
.textitem
{
	border-bottom:solid 1px #999;
	padding-bottom:2px;
}
.textitem ul
{
	list-style-type:square;
}
.textitem li
{
	list-style-type:square;
}
.edit
{
	color:#999999;
}
#error
{
	position:absolute;
	z-index:8;
	width:300px;
	height:35px;
	overflow:auto;
	top:0px;
	left:250px;
	border-bottom:solid 1px #C5C5C5;
	border-right:solid 1px #C5C5C5;
	border-left:solid 5px #FFcc00;
	background-color:#FFF;
	padding:3px 0 3px 0;
}
#error ul
{
	margin-left:10px;
}
#breadcrumb
{
	list-style: none;
	margin:0 0 0 0;
	padding: 0;
	border: none;
	display:inline;
}
#breadcrumb li
{
	list-style: none;
	display:inline;
	padding-left:1em;
	font-size:10px;
}
#breadcrumb li a
{
	font-weight:normal;
	text-decoration:none;
}
#breadcrumb li a:hover
{
	text-decoration:underline;
}
#submenu
{
	position:absolute;
	z-index:4;
	top:65px;
	left:753px;
	width:120px;
	height:450px;
	border-right:solid 1px #FFF;
	border-left:solid 1px #FFF;
	background:#003399;
	font-size:10px;
	
}
#submenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#submenu li 
{
	margin: 0;
	padding: 0;
	padding-left: 0px;
	padding-right: 0px;
	
	color: #FFF;
}
#submenu li.title
{
	display: block;
	height: 15px;
	width: 100%;
	margin: 0;
	padding: 5px 3px 3px 5px;
	color: #ffcc00;

}
#submenu li a
{
	display: block;
	padding: 2px 3px 2px 10px;
	height:28px;
	background-color: #003399;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	font-weight:bold;
	border-bottom:solid 1px #FFF;
	/*border-left:solid 5px #003399;*/
}
#submenu li a.home
{
	display: block;
	padding: 2px 3px 2px 10px;
	background-color: #003399;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	height:auto;
	font-weight:bold;
	border-bottom:solid 1px #FFF;
	/*border-left:solid 5px #003399;*/
}
html>body #submenu li a.home 
{
	width: auto;
}
html>body #submenu li a.sub
{
	width: auto;
}

#submenu li a:hover 
{
	background-color: #90a7d5;	
	color: #fff;
	/*border-left: solid 5px #FFcc00;*/
}
#submenu .current
{
	background-color:#0055ff;
}
#user_info
{
	position:absolute;
	z-index:5;
	left:0px;
	top:415px;
	width:180px;
	border-top:solid 1px #FFF;
	padding:0 0 0 0;
	color:#FFF;
}
#user_info dl
{
	padding:1px 1em 1px 1em;
	margin-top:8px;
}
#user_info dl dt
{
	font-weight:bold;
}
#user_info dl dd.left
{
	margin-left: 5px;
	padding-bottom: 2px;
	clear: both;
}
#user_info input.txt
{
	background: #EEE;
	margin-right: 10px;
	padding-left: 2px;	
	border: 1px solid #000;
	float: right;
}
#user_info a
{
	color:white;
	font-weight:normal;
	text-decoration:none;
}
#user_info a:hover
{
	text-decoration:underline;
}
.list
{
	list-style: none;
}
.list li
{
	list-style: none;
}
#shiny_logo
{
	position:absolute;
	z-index:7;
	left:10px;
	top:520px;
	width:15px;
	height:15px;
}
