/* CSS Document */

.newcon{
margin:10px 15px 5px 0px;
padding:5px;
line-height:15px;
}

.newcon h1 {
font-size:16px; font-weight:bold; margin:0px 0px 10px 0px; padding:0px 0px 5px 0px; border-bottom:1px #CCCCCC solid;
}

.newcontact{
margin:10px 15px 5px 0px;
padding:5px;
line-height:15px;
background:#EDEDED;
}

.newcontact h1 {
font-size:16px; font-weight:bold; margin:0px 0px 10px 0px; padding:0px 0px 5px 0px; border-bottom:1px #CCCCCC solid;
}

.treeview UL{ /*CSS for Simple Tree Menu*/
margin:0px; padding:0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
margin:0px 0px 0px 0px; 
padding:0px 0px 0px 0px;
background: url(../media/images/document/list.gif); /*no-repeat left center;*/
background-repeat: no-repeat;
background-position:left 1px;
list-style-type: none;
list-style:none;

/*padding-left: 22px;
margin-bottom: 3px;*/
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
margin:0px; padding:0px 0px 5px 20px;
background: url(../media/images/document/closed.gif);
background-repeat: no-repeat; 
background-position: left 1px;
color:#669900; font-size:11px; font-weight:bold;
cursor: hand !important;
cursor: pointer !important;
text-decoration:underline;
}



.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
margin:2px 0px 2px 10px; padding:0px 0px 0px 0px; 
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
margin:3px 0px 3px -20px; padding:0px 0px 0px 10px;
font-size:11px;color:#666666; font-weight:normal;
cursor: default;
}

.treeview .submenu a{ /*Style for LIs of ULs that are children of LIs (submenu) */
font-size:11px;color:#666666; font-weight:normal; text-decoration:none;
}
.treeview .submenu a:hover{ /*Style for LIs of ULs that are children of LIs (submenu) */
text-decoration:underline;

}

#clientname {
 position:absolute;
 font-size:18px;
 left:266px;
 top:25px;
 height:13px;
 z-index:1;
}


#newtable {
margin:5px 0px 15px 0px; background:#FFFFF1; 
border:none;
border-collapse:collapse;
font-weight:normal;
}

#newtable th{
background-color:#9FBD77; border:solid 1px #999;
padding:3px; text-align:left; color:#32441A;
}

#newtable td{
	border: solid 1px #999999;
	padding:5px;
}

#modifytable{ font-size:11px; margin:5px 0px 5px 0px; }
#modifytable td{padding:7px 0px 0px 5px}
#modifytable input,select,textarea {font: 11px Verdana, Arial; COLOR: #666666; margin:0px; padding:2px; width:auto; 
}