body {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background: #fff;
	margin: 0px;
	font: 11px verdana, arial, sans-serif;
	text-align: center;
	background: #fff;
	color: #333
}
a {
	font-weight: bold;
	color: #09c;
}
a:link {
	text-decoration: none
}
a:visited {
	font-weight: bold;
	color: #07a;
	text-decoration: none
}
p {
	margin: 0px 10px 10px
}

h1 {
	padding-top: 10px;
	margin: 0px 10px 10px;
	font-size: 14px
}
ol {
	margin-right: 40px
}
li {
	margin-bottom: 10px
}
img {
	padding: 0px;
	float: left;
	border: 0px;
}
.greek {
	color: #888
}
.note {
	font-size: 11px;
	letter-spacing: normal;
	line-height: 15px;
	text-align: center;
	color: #999
}
.img_l {
	align: left;
	float: left;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 2px;
} 
.img_r {
	align: right;
	float: right;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 2px;
} 
.img_bnr_l {
	align: center;
	vertical-align: top;
} 
.supersc {
	font-size: 8px;
	letter-spacing: normal;
	vertical-align: super;
	color: #999
}
.link_top {
	text-align: right;
	font-size: 10px;
	letter-spacing: normal;
} 

.top 	  {vertical-align: top; } 
.text-top {vertical-align: text-top; } 
.middle   {vertical-align: middle; }
.bottom   {vertical-align: bottom; }
.left     {text-align: left; } 
.right    {text-align: right; } 
.centre   {text-align: center; } 

#frame {
	width: 650px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
}
#pg_hdr {
	width: 650px;
	height: 70px;
	padding-bottom: 25px;
}
#pg_lf {
	width: 60px;
	float: left;
}
#pg_ctr {
	width: 425px;
	height: 330px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	text-align: justify;
	font-size: 13px;
	letter-spacing: 1px;
	line-height:20px;
}
#pg_rt {
	width: 125px;
	padding-right: 0px;
	float: left;
	letter-spacing: 0px;
	text-align: right;
}
#pg_ftr {
	width: 650px;
	height: 30px;
	text-align: center;
}
#pg_whole {
	width: 650px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	text-align: justify;
}
.form_text {
	font-size: 11px;
	letter-spacing: normal;
	line-height: 15px;
	text-align: right;	
}
select {
	font: 11px verdana, arial, sans-serif;
}
input {
	font: 11px verdana, arial, sans-serif;
}


/* table formatting styles */
table {
	font: 11px verdana, arial, sans-serif;
	border: 1px solid #666;
	width: 100%;
	margin: 10px 0 10px 0;
}
th, td {
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: top;
}
thead tr {
  background-color: #fc0;
}
th.sorted {
    background-color: orange;
}
th a, th a:visited {
  color: black;
}
th a:hover {
  text-decoration: underline;
  color: black;
}
th.sorted a, th.sortable a {
	background-position: right;
	display: block;
}
th.sortable a {
	background-image: url(../img/arrow_off.png);
}
th.order1 a {
	background-image: url(../img/arrow_down.png);
}
th.order2 a {
	background-image: url(../img/arrow_up.png);
}
tr.odd {
  background-color: #fff
}
tr.tableRowEven, tr.even {
  background-color: #fea
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: -10px 0 10px 0;
	width: 100%;
}

span.export {
	padding: 0 4px 1px 20px;
	display:inline; display:inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../img/ico_file_excel.png);
}
span.csv {
	background-image: url(../img/ico_file_csv.png);
}
span.xml {
	background-image: url(../img/ico_file_xml.png);
}

span.pagebanner {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 100%;
	margin-top: 10px;
	display:block;
	border-bottom: none;
}

span.pagelinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 100%;
	display:block;
	border-top: none;
	margin-bottom: -5px;
  }

#loading {
 	width: 200px;
 	height: 100px;
 	background-color: #c0c0c0;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}

