/**
 * @file		main.css
 * @version		1.1.0.12,	7-Mar-2003
 * @author		Yury Fedorov
 * @copyright	2001-2003 CompEd Software Design
 */

span.static, a.toolbar, td.h1
{
	color			: rgb( 58, 67, 106);
	filter			: Shadow(Color=#8D8D8D, Direction=135);
}

span.header
{
       color                    : rgb(58, 67, 106);
       font-style		: normal;
       font-weight		: bold;

}
td.h1
{
	font-style		: normal;
	font-weight		: bold;
	color           	: rgb(58, 67, 106);
	font-size		: 180%;
}

tr.command
{
	font-size		: x-small;

}


span.filter
{
	font-size		: small;

}

tr.header, a.theader
{
	color			: white;
}

h1, h2, h3, h4 
{
	font-family		: Verdana, Arial;
	font-weight		: bold;
	color			: #000000; 
}

h1 
{
	font-size               : 145%;
	margin-bottom       	: .5em; 
}

h2 
{
	font-size		: 125%;
	margin-top		: 1.5em;
	margin-bottom           : .5em; 
}

h3 
{
	font-size		: 115%;
	margin-top		: 1.2em;
	margin-bottom           : .5em;
}

h4 
{
	font-size		: 100%;
	margin-top		: 1.2em;
	margin-bottom           : .5em; 
}

input
{
   background-color             : #ffffff;
   font-size                    : x-small;
}

input.button
{
   border-right         	: black 1px solid;
   border-top           	: white 1px solid;
   background           	: #B5C6DE;
   border-left          	: white 1px solid;
   border-bottom                : black 1px solid;
   text-align                   : center;
   font-size            	: x-small;
}

input.checkbox
{
   background               	: #E3EBF8;
}

table
{
	color			: rgb( 58, 67, 106);
	font-size		: x-small;
	font-family		: Verdana, Arial, ;
}
table.headerpg
{
   font-style                   : normal;
   color			: rgb(32, 34, 53);
   text-decoration      	: none;
}

table.dfm
{
	color			: rgb( 58, 67, 106);
	font-size		: x-small;
	font-family		: Verdana, Arial;
	background-color        : rgb(227,235 , 248);
	font-size		: x-small;
}

tr.light
{
        background-color        : #FdFdFd;
}

tr.dark
{
	background-color        : #E3EBF8;
}

table.menu
{
   padding                      : 0;
   font-style                   : normal;
   color                        : rgb(32, 34, 53);
}

tr.header
{
	background-color        : rgb( 141, 141, 141);
	font-weight		: bold;
	text-align 		: center;
}

body
{	color			: rgb( 58, 67, 106);
	font-size		: x-small;
	font-family		: Verdana, Arial, ;
        background-color        : #E3EBF8;
	background-repeat       : no-repeat;
	margin-top		: 0;
	margin-right            : 0;
}

/* header of table*/
a.theader
{
	text-decoration		: none;
}

a.theader:hover
{
	text-decoration		: underline;
}

img
{
	border			: none;
}

pre
{
	color			: #800;
}

/*fields*/
td.type-date, td.type-string
{
	text-align		: left;
}

td.type-int, td.type-double
{
	text-align		: right;
}

#pToTop
{
	text-align             : center;
}