﻿/* THEME 4*/
body
{
    margin: 0;
    padding: 0; /* Minimum width of layout - remove line if not required */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000; /*border: none;*/
    background-color: #DBDBDB;
}

form
{
	margin: 0;
}

input[type="text"], input[type="password"], textarea
{
	font-size: 11px; /*border:solid 1px #000000;         color:#000000;*/
}

select
{
	/* border:solid 1px #000000;     color:#000000; */
	font-size: 11px;
}

a:link,  a:visited
{
	/*font-weight: bold;*/
	color: #222222;
	border: 0px none;
	text-decoration: underline;
}
a:link.critical
	
	{
	font-weight: bold;
	color: #B70D22;
}

a:hover
{
	/*font-weight: bold;*/
	text-decoration: underline;
	color: #B70D22;
	border: 0px none;
}
a:active
{
	font-weight: bold;
	color: #222222;
	border: 0px none;
}

ul
{
	font-size: 12px;
	color: #000000;
	margin-right: 0;
	margin-bottom: 11px;
	margin-left: 10px;
	margin-top: 12px;
	
}
li
{
	font-size: 12px;
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
hr
{
	height: 1px;
	color: #CCCCCC;
}

table 
{
	font-size: 12px;
	color: #000000;
}

p
{
	font-size: 12px;
	color: #000000;
}

table .Gridless{

    font-size:11px;
    border:none;
	border-collapse: collapse; 
	empty-cells: show;

}

table .Gridless th {

     border:none;

}

table .Gridless td {
	
	    border:none;
	    border-top:solid 0px black;
}

h1
{
	font-size: 20px;
	color:#222222;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
h2
{
	font-size: 18px;
	color:#222222;
	margin-top: 4px;
	margin-bottom: 4px;
}
h3
{
	font-size: 16px;
	color:#222222;
	margin-top: 3px;
	margin-bottom: 3px;
}
h4
{
	font-size: 14px;
	color:#222222;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 14px;
}




