/*

  CSS Styles supporting the TplRawDataProvider CGI

*/

body 
{
/* main body style */
	font-family: verdana,helvetica,sans-serif;
	font-size:12px;
	color: #3f7089;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-left: 1px;
}

table.mytitle
{
	margin-left: auto;
	margin-right: auto;
	background-color: #405040;
        background: rgba(0.2,0.3,0.2,0.4);
}

b.big
{	
	font-family: verdana,helvetica,sans-serif;
        font-size:32px;
        color: #f0f0a0;
}

b.middle
{	
	font-family: verdana,helvetica,sans-serif;
        font-size:24px;
        color: #f0f0a0;
}

b.small
{	
	font-family: verdana,helvetica,sans-serif;
        font-size:18px;
        color: #f0f0a0;
}

h2
{	
	font-family: verdana,helvetica,sans-serif;
        font-size:32px;
        color: #f0f0a0;
        background-color: #406c40;
        text-align:center;
}

table.maintbl
{
/*
   this style applies to the <TABLE> grouping
   all UI elements
*/
	border: 1px solid blue;
	border-collapse: collapse;
	padding: 6px; 
	margin-left: auto;
	margin-right: auto;
}

td.label
{
/*
  this style applies to all <TD> elements containing
  a field description (aka "label")
*/
	border: 1px solid blue;
	border-collapse: collapse;
	font-family: verdana,helvetica,sans-serif;
	font-size:14px; 
	font-weight: bold; 
	background-color: #F9FBFD; 
	padding: 6px;
	margin: 0px;
	text-align: center;
}

td.url
{
/*
  this style applies to all <TD> elements containing
  an HREF ("url")
*/
	border: 1px solid blue;
	border-collapse: collapse;
	font-family: verdana,helvetica,sans-serif;
	font-size:14px; 
	font-weight: bold; 
	background-color: #F9EBCD; 
	padding: 6px;
	margin: 0px;
	text-align: center;
}

