@charset "utf-8";
body {
	background-image: url(../images/bg-inside.gif);
}
#sidebar {
	width: 233px;
	background-image: url(../images/bg-leftmenu.jpg);
	background-repeat: no-repeat;
	height: 390px;
}
#sidemenu {
	width: 207px;
	padding: 15px 13px;
	height: 300px;
}
#iso {
	width: 205px;
	margin: 0 auto;
	clear: both;
	height: 50px;
	padding: 5px 0;
}
#content {
	width: 770px;
	padding: 1px 0 0 0;
	height: 389px;
}
#search {
	width: 212px;
	border-right: 1px solid #666;
	padding: 0 10px 0 0;
}
#searchbox {
	width: 200px;
	border: 1px solid #666;
	background-color: #FFF;
	padding: 1px;
	position: relative;
	height: 18px;
	margin: 0 auto;
}
#searchbox input.txtbox {
	border: 0;
	height: 15px;
	width: 175px;
	font-size: 11px;
	line-height: 1em;
	position: absolute;
	left: 1px;
	top: 3px;
}
#searchbox a {
	background-image: url(../images/bttn-search.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	position: absolute;
	left: 183px;
}
#searchbox a span {
	display: none;
}
#copyright {
	padding: 0 0 0 10px;
	font-size: 11px;
	color: #666;
	width: 750px;
}
#copyright a {
	color: #666;
}
#copyright a:hover {
	color: #333;
	text-decoration:underline;
}
#content-line {
	padding: 10px 0 0 80px;
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	height: 379px;
}
#content-line-project {
	padding: 10px 0 0 80px;
	background-image: url(../images/bg-content-project.jpg);
	background-repeat: no-repeat;
	height: 379px;
}
#content-line a {
	color: #06C;
}
#content-line a:hover {
	color: #09F;
}
#alphabet-nav {
	padding: 0 0 10px 0;
}
#alphabet-nav ul, #client-paging ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#alphabet-nav ul li {
	float: left;
	margin: 5px 5px 0 0;
}
#alphabet-nav ul li.on a {
	color:#e60000;
}
#alphabet-nav ul li a {
	background-image: url(../images/bg-clientbullet.gif);
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: 18px;
	width: 18px;
	padding: 0 0 0 1px;
	text-decoration: none;
}
#alphabet-nav ul li a:hover {
	color: #e60000;
}
#paging-nav {
	padding: 10px 0 0 0;
}
#paging-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#paging-nav ul li {
	float: left;
	margin: 5px 5px 0 0;
}
#paging-nav ul li.on a {
	color:#039;
}
#paging-nav ul li a {
	background-image: url(../images/bg-navpage.gif);
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	height: 18px;
	width: 18px;
	text-decoration: none;
	font-size: 11px;
}
#paging-nav ul li a span {
	display: none;
}

#paging-nav ul li a:hover {
	color: #039;
}
#paging-nav ul li.backward a {
	background-image: url(../images/bullet-backward.gif);
}
#paging-nav ul li.back a {
	background-image: url(../images/bullet-back.gif);
}
#paging-nav ul li.next a {
	background-image: url(../images/bullet-next.gif);
}
#paging-nav ul li.forward a {
	background-image: url(../images/bullet-forward.gif);
}
#float-popup {
	width: 452px;
	position: absolute;
	top: 200px;
	left: 400px;
	visibility: hidden;
}
#float-popup #pop-header {
	background-image: url(../images/bg-popup-head.gif);
	background-repeat: no-repeat;
	padding: 10px;
	height: 20px;
}
#pop-header h2 {
	margin: 0;
	padding: 0;
}

#float-popup #pop-content {
	background-image: url(../images/bg-popuppattern.gif);
	background-repeat: repeat-y;
}
#float-popup #pop-content #pop-form {
	background-image: url(../images/bg-worldpopup.jpg);
	background-repeat: no-repeat;
	padding: 25px 15px 0 15px;
}
#float-popup #pop-bottom {
	background-image: url(../images/bg-pop-bottom.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding: 10px;
	text-align: center;
}
#float-popup .form {
}
#float-popup .form th {
	width: 100px;
	text-align: right;
	padding: 0 5px 0 0;
	font-size: 11px;
	vertical-align: top;
}
#float-popup .form td {
	padding: 5px;
}
#float-popup .form input {
	border: 0px;
	font-size: 11px;
	padding: 3px;
}
#float-popup .form input.longtxt {
	width: 300px;
}
#float-popup .form input.shorttxt {
	width: 200px;
}
#float-popup .form input.browsebttn {
	background-image: url(../images/bg-inputbttn.gif);
	background-repeat: repeat-x;
	height: 24px;
	margin: 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	vertical-align: middle;
}
#float-popup #pop-bottom input.bttn {
	background-image: url(../images/bttn-popup.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 88px;
	border: 0;
	color: #FFF;
	font-weight: bold;
	margin: 0 5px;
}

.uldivsub { height:100px; overflow-y:auto; }
