/* ===== GENERAL PAGE STYLES ===== */
body 
	{ 
	background-color:White; 
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt; 
	}
div.pagesize 
	{ 
	width:754px;  
	}
/* ===== HEADER STYLES ===== */
div.appbar
	{
	background-color:#0045CC;
	border:1px solid Black;
	width:754px;
	height:30px;
	padding-top:2px;
	margin-top:35px;
	}
span.appbarleft
	{
	float:left;
	text-align:left;
	font-size:14pt;
	color:White;
	font-weight:bolder;
	padding-left:0px;
	}
span.appbarright
	{
	float:right;
	padding-right:3px;
	}
span.appbarcenter
	{
	font-size:14pt;
	color:White;
	font-weight:bolder;
	padding-left:0px;
	}
h4 
	{
	font-size:12pt;
	font-weight:bold;
	margin-left:75px;
	margin-top:15px;
	margin-bottom:0px;
	}
.scroll_header
	{
	background-color:#79CEFF;
	border-top:2px solid #000000;
	padding-top:4px;
	border-bottom:2px solid #000000;
	padding-bottom:4px;
	margin-bottom:0px;
	}
/* ===== LIST STYLES ===== */
div.row
 	{
	height:25px;
	padding-top:5px;
	width:750px;
	}
div.row_no_pad
 	{
	height:20px;
	width:750px;
	}
div.spacer
	{
	clear:both;
	}
/* ===== FORM STYLES ===== */
.cleanform	
	{
	border-width:0;
	margin:0;
	padding:0;
	}
.loginbox
	{
	background-color:#99CCFF;
	border:2px ridge #006099;
	text-align:right;
	font-weight:bold;
	padding-right:5px;
	padding-left:5px;
	width:205px;
	}
.form_left_text 
	{ 
	position:absolute;
	left:100px;
	}
.form_right_element 
	{ 
	position:relative;
	left:250px;
	}
span.PickTransferlist_left_box
	{	
	position:absolute;
	left:250px;
	width:150px;
	}
span.PickTransferlist_center_box
	{	
	position:relative;
	left:480px;
	width:50px;
	padding-bottom:100px;
	}
span.PickTransferlist_right_box
	{	
	position:relative;
	left:480px;
	width:150px;
	}
select.smallselect
	{
	font-size:10pt;
	margin:0;
	height:19px;
	padding:0;
	}
/* ===== PARAGRAPHS ===== */
p
	{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color : Black;
	margin-top:0px;
	margin-bottom:5px;
	}
p.all_text
	{ 
	margin-left:110px;
	}
p.footer
	{ 
	font-size:7pt;
	text-align:center;
	}
/* ===== LINKS ===== */
a:link
	{
	color:#0045CC;
	}
a:visited
	{
	color:#7A7A7A;
	}
a:hover
	{
	color:Red;
	}
a.tabletext:link
	{
	color:#000000;
	}
a.tabletext:visited
	{
	color:#0045CC;
	}
a.tabletext:hover
	{
	color: #7A7A7A;
	}
a.footer:link
	{  
	font-size:7pt;
	color:#0075BA;
	}
a.footer:visited
	{
	font-size:7pt;
	color:#7A7A7A;
	}
a.footer:hover
	{
	font-size:7pt;
	color:#EEC86C;
	}
/* ===== TEXT ===== */
.center
	{
	text-align:center;
	}
.right
	{
	text-align:right;
	}
.left
	{
	text-align:left;
	}
.bold
	{
	font-weight:bold;
	}
.italic
	{
	font-style:italic;
	}
.indent
	{ 
	margin-left:80px;
	}
.underline
	{ 
	text-decoration:underline; 
	}
.font8pt
	{
	 font-size:8pt;
	}
.font9pt
	{ 
	font-size:9pt;
	}
.font11pt
	{ 
	font-size:11pt;
	}
.font12pt
	{ 
	font-size:12pt;
	}
.border
	{
	border:1px solid Black;
	}
.red
	{
	color:Red;
	}
.blue
	{
	color:#0045CC;
	}
.super
	{
	vertical-align:text-top;
	}
/* ===== TABLES ===== */

table
	{ 
	font-size:8pt;  
	width:754px;  
	padding:0px;
	margin:0px;
	table-layout:auto;
	empty-cells:show;
	}
th
	{
	background-color:#D5D5D5;
	border-top:2px solid #000000;
	padding-top :4px;
	border-bottom:2px solid #000000;
	padding-bottom:4px;
	margin-bottom:10px;
	
	}
tr.even
	{
	background-color:#EAEAEA;
	}
tr.odd
	{
	background-color:#EAF8FF;
	}
/* ===== IDs ===== */
#header_right_image
	{
	left:405px;
	position:relative;
	}
/* ===== BUTTONS ===== */
.appbar_button
	{
	margin:10px 40px;
	}
.button_basic
	{
	font-size:9pt;
	background:#78A6CA;
	font-weight:bold;
	color:#000000;
	height:23px;
	border-top-color:#E6E9EA;
	border-bottom-color:#808080;
	border-right-color:#808080;
	border-left-color:#E6E9EA;
	}
.button_excel
	{
	font-size:8pt;
	background:#78A6CA;
	font-weight : bold;
	color:#000000;
	height:18px;
	border-top-color:#E6E9EA;
	border-bottom-color:#808080;
	border-right-color:#808080;
	border-left-color:#E6E9EA;
	}
/* ===== MISC ===== */


	