/* CSS Document */

body{
  margin:0px;
}
form{
	margin-bottom:0px;
}
td{
  font: normal 11px arial, sans-serif;
}
td.section{
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  padding-left: 20px;
  color: #000066;
}
td.control{
  background: URL('images/toolbar.gif');
}
td.ruler{
  background-color: #DD820D;  
}
td.menubar{
  background-color:#DD820D;
}
td.menu{
  font-size:10px;
  font-weight:bold;
  color:black;
  vertical-align:middle;
}
td.sep{
  padding-right:5px;
  text-align:right;
}
td.title2{
  color:White;
  background: URL('images/toolbar.gif');
  font-weight: bold;
}
select, textarea{
  font: normal 11px tahoma, sans-serif;
}
td.big{
  font-weight:bold;
  font-size: 12px;
}
td.tiny{
  font: bold 10px verdana;
}
td.title{
  font-weight: bold;
  font-size: 16px;
  background-color: #FFF3CB;
}
td.header{
  font-weight: bold;
  background-color : #DDDDDD;
}
td.header2{
  background-color: #DDDDDD;
  font-weight: bold;
}
td.banner_head{
	border-bottom-style:solid;
	border-bottom-color:#DD820D;
	border-bottom-width:1px;
	font-weight: bold;
	text-align:left;
}
td.data{
  background-color : #FCF4EA;
}
input.textfield{
  font: normal 11px tahoma, sans-serif;
  height:18px;
}
input.textfield, textarea, select{
  border-bottom:1px solid #7F9DB9;
  border-left:1px solid #7F9DB9;
  border-right:1px solid #7F9DB9;
  border-top:1px solid #7F9DB9;
}
input.readonly{
  font: normal 11px tahoma, sans-serif;
  height:18px;
  color: gray;
  border-bottom:1px solid lightgrey;
  border-left:1px solid lightgrey;
  border-right:1px solid lightgrey;
  border-top:1px solid lightgrey;
}
input.button{
  font:10px Arial;
  height:18px;
}  
input.button2{
  font: bold 12px tahoma, sans-serif;
  height:21px;
}
input.button, input.button2{
  color:black;
  border-bottom:solid #696969 1px;
  border-left:solid white 1px;
  border-right:solid #696969 1px;
  border-top:solid white 1px;
  cursor:pointer;
}

a.menu:link    {text-decoration:none;color:white;}
a.menu:visited {text-decoration:none;color:white;}
a.menu:hover   {text-decoration:none;color:white;}
a.menu:active  {text-decoration:none;color:white;}

a.menu_s:link    {text-decoration:none;color:#DD820D;}
a.menu_s:visited {text-decoration:none;color:#DD820D;}
a.menu_s:hover   {text-decoration:none;color:#DD820D;}
a.menu_s:active  {text-decoration:none;color:#DD820D;}

a.panel:link    {text-decoration:underline;color:#1F3960;}
a.panel:visited {text-decoration:underline;color:#1F3960;}
a.panel:hover   {text-decoration:underline;color:#DD820D;}

a:link    {text-decoration:none;color:#0560A6;}
a:visited {text-decoration:none;color:#0560A6;}
a:hover   {text-decoration:underline;}
