/*** Default tag styles ***/

body
{
	font-family: Verdana, Arail, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#003399;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
}

a
{
	text-decoration: none;
	font-weight: normal;
	color:#003399;
}

a:hover 
{
	text-decoration: underline;
}


table
{
	text-align:left;
	vertical-align:top;
	font-size: 11px;
	font-weight: normal;
}

td
{
	vertical-align:top;
}

input 
{
	border:1px solid gray; 
	width: 125px;
	color: gray
	font-size: 9px;
	background-color: #ffffff; 
}

input.radio
{
	border:0px solid gray;
}

h1 
{
	font-size: 18px;
}

h2 
{
	font-size: 16px;
}

h3 
{
	font-size: 14px;
}

h4 
{
	font-size: 12px;
}

h5 
{
	font-size: 10px;
}

h6 
{
	font-size: 8px;
}


td.h1 
{
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #003399;
}


td.h2 
{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #003399;
}

td.h3 
{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #003399;
	height:5%;
}


/*************************/

/*** Login form styles ***/

input.login
{
	width:50;
}

input.login_txt
{
	width:125;
}

td.nav
{
	text-align: right;
	vertical-align:top;
}

td.foot
{
	vertical-align: bottom;
}

td.error 
{
	font-size:11px;
	font-weight: bold;
	color:red;
	text-align:center;
}

table.login
{
	font-size:10px;
	width:150px;
	height:150px;
}

td.content
{
	font-size:11px;
	vertical-align:top;
	height:275px;
}
/*************************/

/*** Trader and Admin styles ***/
body.tdr
{
	font-family: Verdana, Arail, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#003399;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#ffffff;
	background-repeat : repeat-y; 
	background-image : url('../images/leftstripes.jpg');
}

td.nav_tdr
{
	background-color:#330099;
}

input.side_button
{
	background-color: #330099;
      color: #FFFFFF;
      cursor: hand;
}

td.head
{
	background-color: #ccccff;
	font:bold 12px Arial;
	
}

td.cell
{
	background-color: #ccccff;
	font:normal 10px Arial;
}


/*********************/

/*** report styles ***/

table.rep
{
	background-color:#ccccff;
	font-family: "Arial", "Verdana";
      font-weight: normal;
      font-size: 10pt;
	text-align:center;
	border: 1px solid;

}

td.rep_cell
{
	background-color:white;
}

input.date
{
	width: 30;
}


/*********************/





