﻿
select, textarea, dropdownlist {
    font-family: verdana, Arial, sans-serif;
    font-size: 100%;
    color: #666; 
    font-size: 12px; 
    border: 1px solid #999; 
}
input.formal {
    font-family: verdana, Arial, sans-serif;
    font-size: 100%;
    color: #006;
    height: 16px; 
    font-size: 12px; 
    border: 1px solid #CCC;
}
div.notes {
  float: right;
  width: 130px;
  height: auto;
  margin: 0 0 5px 5px;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}
div.notes h4 {
  background-image: url(../ExtImages/info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 4px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ccc;
  color: #666666;
  font-size: 110%;
}
div.error {
  float: left;
  width: auto;
  height: auto;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 10px;
  border: 1px solid #ccc;
  background-color: #ffffe1;
  color: #000;
  font-size: 88%;
}
div.error h4 {
  background-image: url(../ExtImages/error.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 4px 27px;
  border-width: 0 0 0 0;
  border-style: solid;
  border-color: #ccc;
  color: firebrick;
  font-size: 110%;
}
div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}
div.notes p.last {
  margin: 0em;
}

/* SEARCH BOX CLASSES */
.search, .searchEmpty
{
    background-color: White;
    border: solid 1px #7F9DB9;
    border-right: 0px;
    font-weight: normal; 
    font-size: 9pt; 
    vertical-align: middle;
    text-align: left;
    padding: 1px;
    height: 15px;
}

.search
{
    color: Black;
}

.searchEmpty
{
    color: #666666;
}

.searchIcon
{
	display: -moz-inline-box;
    display: inline-block;
    background: url("../images2/mag_glass2.gif") center center no-repeat;
    text-decoration: none;
    background-color: White;
    border: solid 1px #7F9DB9;
    border-left: solid 0px White;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    cursor: default;
    padding: 1px;
    margin-left: -4px;
}

.searchClearIcon
{
	display: -moz-inline-box;
    display: inline-block;
    background: url("../images3/redX.gif") center center no-repeat;
    text-decoration: none;
    background-color: White;
    border: solid 1px #7F9DB9;
    border-left: solid 0px White;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    padding: 1px;
    margin-left: -4px;
}

.searchDropIcon
{
	display: -moz-inline-box;
    display: inline-block;
    background: url("../images3/dropdown.gif") center center no-repeat;
    text-decoration: none;
    background-color: White;
    border: solid 1px #7F9DB9;
    border-left: solid 0px White;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    cursor: default;
    padding: 1px;
    margin-left: -4px;
}

/* SMART FOLDER EDIT */

.left_title{
	width:110px;
	/*border:1px solid blue;*/
	height:25px;
}

  #smartFolderForm
        {
            margin: 0;
            padding:0;
            border: 0; 
        }
        
        #smartFolderForm ol
        {
        	margin: 0em 2em 0em 0em; 
        	padding: 0;
        	
        }
        
        #smartFolderForm li
        {
        	list-style: none; 
        	padding: 3px; 
        	margin: 0;
        }
        
       #smartFolderForm label
        {
        	display: inline-block;
        	line-height: 1.8;
        }
        #smartFolderForm h5 {
	        font-size: 10pt;
	        padding: 0px 20px 20px 0px;
	        color:#666;
	        letter-spacing:0px;
        }