/* CSS Document */

.content #listform{
padding:10px;
}

form {
color:#ffffff;
}

#listform .group input,#listform .group select {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#336699;
font-size:14px;
border-style:solid;
border-color:#006699;
border-width:1px;
width:180px;
margin-bottom:5px;
}

.imp input {
border-color:#CC6600;
border-width:1px;
background-color:#FFF8F2;
color:#CC6600;
}

#listform .group .hide input{
border-style:none;
background-color:#F5F5F5;
color:#666666;
}


#listform .group label {
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}


#listform .group form div input {
width:20px;
border-style:none;
}

#ucheck {
font-size:14px;
color:#006600;
margin-bottom:5px;
}

#ucheck a:link, #ucheck a:visited {
text-decoration:none;
font-weight:bold;
font-size:14px;
}

.prop_head {
border-style:solid;
border-width:2px;
border-color:#006699;
margin-bottom:15px;
background-color:#EAF1FF;
padding:5px;
}

.prop_head label{
display:block;
width:100px;
float:left;
}

.prop_head div{
border-style:solid;
border-width:2px;
border-color:#006699;

background-color:#ffffff;
padding:5px;
}


.prop_head div label{
display:block;
width:150px;
float:left;
}

.prop_head div span {
font-size:12px;
}


.prop_head div .bar {
display:block;
background-image:url(../../imgs/barbg.jpg);
background-repeat:repeat-x;
float:left;
margin-right:5px;
height:20px;
}

.featured {
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
background-color:#EEEEEE;
width:auto;
padding:5px;
margin-bottom:10px;
}

.featured label {
display:block;
float:left;
width:150px;
}

.featured input {
border-style:solid;
width:130px;
}

.noborder {
border-style:none;
width:15px;
}

#tooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color:#D8FBD7;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
color:#333333;
font-size:16px;

filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#pointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.ER {
padding:10px;
padding-left:50px;
background-color:#DEFBDD;
margin:10px;
border-style:solid;
border-width:1px;
border-color:#336600;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#666666;
}



