@CHARSET "UTF-8";
body{
	font-family:Verdana, Sans-Serif;
	font-size:10pt;
	color:black;
}
a{
	color:black;
}
img{
	border:none;
}
input[type=submit]{
	background-image:url(images/buttonbg.png);
	width:100px;
	height:25px;
	color:white;
}
div#appframe{
	margin:0px auto;
}
div#headline{
	margin:auto;
	padding:5px;
	width:98%;
	height:50px;
	background-image:url(images/headlinebg.jpg);
}
div#mainarea{
	margin:auto;
	padding:5px;
	width:98%;
	min-height:500px;
	background-color:#efeff5;
    overflow:auto;
}
fieldset{
	border:1px solid silver;
}
fieldset legend{
	color:grey;
}
label{
	width:140px;
	display:block;
	float:left;
}
.button{
	background-image:url(images/buttonbg.png);
	color:black;
	font-weight:bold;
}
div.message{
	position:absolute;
	width:300px;
	height:200px;
	left:30%;
	top:100px;
	padding:5px;
	background-color:#f0f2f8;
	color:grey;
	font-size:11pt;
}
div.message.error{
	border:1px solid red;
}
div.message.info{
	border:1px solid silver;
}
div.messageHeader{
	border:1px solid silver;
	padding:2px;
	cursor:pointer;
	background-color:silver;
	text-align:right;
}
ul.menu{
	list-style-type:none;
	margin-top:33px;
	margin-left:50px;
}
ul.menu.level0 li{

	width:120px;
	height:20px;
	text-align:center;
	background-color:#999999;
	background-image:url(images/headline1bg.jpg);
	border:1px solid #666666;
	color:white;
	float:left;
}
ul.menu.level0 li a{
	color:white;
	text-decoration:none;
}
ul.menu.level1{
	margin-left:-41px;
	margin-top: 2px;
}
ul.menu.level1 li{
	width:120px;
	height:20px;
	text-align:center;
	background-color:#999999;
	background-image:none;
	border:1px solid #666666;
}
h1{
	font-size:14pt;
}
h2{
	font-size:13pt;
}
table{
	margin-left:20px;
}
form{
	width:98%;
	margin:auto;
	
}
form#currencyDetailForm label{
	width:150px;
}
form#exportTabDefForm label{
	width:200px;
}
th{
	padding:5px;
	border:1px solid silver;
	background-color:silver;
}
td{
	padding:5px;
	border:1px solid silver;
	vertical-align:top;
}
table.layout tr td{
	border:none;
}
table#treeview tr td{
	border:none;
}
.popup_calendar{
	position:absolute;
	font-size:10px;
}

table.cpBorder td{
	padding:0px;
	background-color:silver;		
}
.cpMonthNavigation{
	background-color:grey;
	cellspacing:0px;
}
.cpCurrentDate{
	background-color:grey;
	color:white;
}