/*Links*/
a {  color: #27638C;  text-decoration: none;}
a:link,a:visited { color: #27638C; text-decoration: none;}  
a:hover{  text-decoration: underline;}
a:active {  text-decoration: none;}

/*Headers*/
h1 {  font-size: 2.5em;  font-weight: normal;}
h2 {  font-size: 1.75em;  font-weight: normal;}
h3 {  font-size: 1.25em;  font-weight: bold;}
h4 {  font-size: 1.1em;  font-weight: bold;}

html {  background: #F4F7E7;   color: #666;}
body {  background: #FFF;  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 75%;   font-weight: normal;  line-height: 160%;  }

#header{height:100px;background-color:#ffffff;padding:20px;top:0px;left:0px;border-bottom:3px solid #A7CE38;
}
#blue{height:20px;background-color:#2B6E9D;border-bottom:1px solid white;
}
#main{background: #F4F7E7 url('../images/content-gradient.png') repeat-x 0 1px;padding-left: 15px;    /* LTR */padding-top:20px;
}

.navigationUP{
padding:3px;font-size:1.1em;font-weight:bold;background-color:#BFDDFF;color:#27638C;
border:1px solid #A7CE38;width:120px;float:left;margin-right:5px;text-align:center;
}
.navigationDOWN{
padding:3px;font-size:1.1em;font-weight:bold;background-color:#cccccc;color:#27638C;
border:1px solid #666;width:120px;float:left;margin-right:5px;text-align:center;
}
.navigationOFF{
padding:3px;font-size:1.1em;font-weight:bold;background-color:#888888;color:#27638C;
border:1px solid #666;width:120px;float:left;margin-right:5px;text-align:center;
}

#workspace{
min-height:400px;height:auto!important;height:400px;
clear:both;
width:925px;
padding:10px;
background-color:#eeeeee;
border-top:1px solid #666;border-right:2px solid #888;border-bottom:2px solid #888;border-left:1px solid #666;
}
#searchform{
/*min-height:400px;height:auto!important;height:400px;*/
clear:both;
width:880px;
padding:5px;
background-color:#BFDDFF;
border-top:1px solid #666;border-right:2px solid #888;border-bottom:2px solid #888;border-left:1px solid #666;
}

.result{font-size:1em;margin-left:10px;margin-top:10px;clear:both;border-bottom:1px solid #ededed;}
.resultcount{font-size:1.2em;margin-left:10px;}

.deletebutton{font-size:1em;padding:3px;border:1px solid #ff9999;background-color:#eee;}
.formdescription{font-size:1em;}
