﻿
body, textarea, select, iframe, input, option
{
/* scrollbar-face-color: #eeeeee; */
/* scrollbar-shadow-color: #aabbcc; */
/* scrollbar-highlight-color: #ffffff; */
/* scrollbar-3dlight-color: #aabbcc; */
/* scrollbar-darkshadow-color: #ffffff; */
/* scrollbar-track-color: #eeeeee; */
/* scrollbar-arrow-color: #883311; */
background-color: #eeeeee;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
}

body	{ margin: 0px 0px 20px 0px; }
     
input.button
{
width: 90px;
height: 20px;
color: #ffffff; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px;
text-transform: uppercase; 
font-weight: bold;
border-left: 1px solid #de7008; border-top: 1px solid #de7008;
border-right: 1px solid #cc3300; border-bottom: 1px solid #cc3300;
background-color: #de7008;
}
      
input.button_hover
{
border-left: 1px solid #c13100; border-top: 1px solid #c13100;
border-right: 1px solid #aa1100; border-bottom: 1px solid #aa1100;
background-color: #c13100;
cursor: pointer;
}

table 				{ border-collapse: collapse }
table.footer		{ background-color: #f8f7f3; border-bottom: 3px solid #00a6d6; }
table.layout		{ background-color: #ffffff; border-left: 1px solid #eeeeee; border-right: 1px solid #eeeeee; }

td 					{ font-family: Verdana; font-size: 11px; color: #444444; }
th					{ font-family: Verdana; font-size: 11px; color: #444444; font-weight: bold; }

td.layout			{ padding: 0px; }
td.header			{ background-color: #00a6d6; }
td.main				{ border-top: 1px solid #d6d6bc; }
td.sidetop			{ background-color: #e9e5d7; }
td.sidenote			{ background-color: #f8f7f3; }

a			{ color: #007799; text-decoration:none; font-weight: bold; }
a:hover 	{ text-decoration:underline }  

h1 	{ font-family: Verdana; font-size: 14px; font-weight: bold; color: #ffffff; margin: 0px;}
h2 	{ font-family: Verdana; font-size: 14px; font-weight: bold; color: #00a6d6 }
h3 	{ font-family: Verdana; font-size: 14px; font-weight: bold; color: #00a6d6 }
h5 	{ color: #ccc }
.warning, .error, .required { color: #ff0000 }
.editorbutton {border-color: #1177bb;}