/* Default CSS Stylesheet for a new Web Application project */

/*///////// HTML Elements //////////*/

body
{
	background-color: #ffffff;
	margin: 0;
}

body, ul, li, table, td, p
{
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 10pt;
	color: #454F72;
}

td
{
	padding: 4px;
}

table input, textarea
{
	color: #000;
	background-color: #fff;
	border: 1px solid #454F72 ;
}

select 
{

	font-size: 9px; 
}

a:link, a:visited, a:active 
{ 
	color: #fff; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover, a:visited:hover  	
{
	color: #ff0; 
	text-decoration: underline; 
}

h1,h2,h3,h4,h5,h6
{
	font-family: Arial, Helvetica, Sans-Serif; 
	color: #454F72;
}

h1
{
	font-size: 20px; 
}

h2
{
	font-size: 16px; 
}

h3
{
	font-size: 15px; 
}


/*///////// Classes //////////*/

.white
{
    font-family: Arial, Helvetica, Sans-Serif; 
	color: #fff;
}

.white p
{
  	color: #fff;
}

.big	
{ 
	font-family: Arial, Helvetica, Sans-Serif; 
	color: #ff0;
}

.blue, #pnlContent
{ 
	font-family: Arial, Helvetica, Sans-Serif; 
	color: #454F72;
}

#pnlContent
{
	background-color:white;
	padding: 15px;
	width: 90%;
	color: blue;
}

#pnlContent a, #pnlContent img, #pnlContent table, #pnlContent td
{
	background-color:white;
	color: #454F72;
}

.button
{
    margin:10px;
	cursor: pointer;    
}