/***
ExtremeCooling.org EC_Default css
<link rel="stylesheet" type="text/css" href="./stylesheet.css" />
***/

body	{ 
		background-color: #FFFFFF; 
		background-image: url(./images/background.png); 
		text-align: center;
		width: 700px;
		
		font-family: helvetica, verdana, sans-serif;
		font-size: 10pt;
		
		scrollbar-arrow-color:#9C9C9C;
		scrollbar-base-color:#F4F4F4;
		scrollbar-face-color:#9B9B9B;
		scrollbar-highlight-color:#FFFFFF;
		scrollbar-shadow-color : #000000;
}

table {
		margin: 0; 
		border-width: 0;
		border-style: none; 
		border-color: #FFFFFF; 
}

table.footerTable {
		position: absolute;
		top:10px;
		left:10px;
		text-align: center;
		width: 100%; 
		height: 65;
}

table.contentTable {	
		background: url(./images/background_trail.jpg);
		border-width: 1;
		border-style: solid; 
		border-color: #000000;
		text-align: left;
		width: 600px;
}



table.noSupport {
		text-align: Center;
}

img {
		border-width: 0;
		border-style: none;
}

A {
		color:#49497C;
		font-weight: bold;
}

A:hover {		
		color:#1818FF;
		font-wright: bold;
}

h1 {		
		font-size: 18pt;
		font-weight: bold;
}

h2 {
		font-size: 16pt;
		font-weight: bold;
}


.noframesError {
		background-image: url(); 
		background-color: #FF0000;
		font-size: 16pt;
		color: #FFFFFF
}

.error{
		background-color: #FF0000;
		font-size: 10pt;
		color: #FFFFFF;
		font-weight: bold;
		text-align: left;
		position: absolute;
		top: -1px;
}


.contentHeader {
		font-size: 16pt;
		font-weight: bold;
		height: 58px;
		padding-left: 50px;
		
}

.contentValue {
		height:370px;
		vertical-align: top;
		padding-left: 50px;
		padding-right: 50px;
}

.copyright {
		font-size: 12px;
		position: absolute;
		left: 5px;
		top: 5px;
		height: 28;
}