/* CSS Document */

.home {
	width: 149px;
	height: 92px;
	float: left;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
}

.home a {
	width: 149px;
	height: 92px;
	display: block;
	background:url('../images/home.jpg') no-repeat #CCCCCC;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
}

.home a:hover {
	background:url('../images/home_over.jpg') no-repeat #CCCCCC;
}

.profile {
	width: 116px;
	height: 92px;
	float: left;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
}

.profile a {
	width: 116px;
	height: 92px;
	display: block;
	background:url('../images/profile.jpg') no-repeat #CCCCCC;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
}

.profile a:hover {
	background:url('../images/profile_over.jpg') no-repeat #CCCCCC;
}

.products {
	width: 139px;
	height: 92px;
	float: left;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
}

.products a {
	width: 139px;
	height: 92px;
	background:url('../images/products.jpg') no-repeat #CCCCCC;
	display: block;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
}

.products a:hover {
	background:url('../images/products_over.jpg') no-repeat #CCCCCC;
}

.news {
	width: 126px;
	height: 92px;
	float: left;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
}

.news a {
	width: 126px;
	height: 92px;
	display: block;
	background:url('../images/news.jpg') no-repeat #CCCCCC;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
}

.news a:hover {
	background:url('../images/news_over.jpg') no-repeat #CCCCCC;
}

.contact {
	width: 127px;
	height: 92px;
	float: left;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
}

.contact a {
	width: 127px;
	height: 92px;
	display: block;
	background:url('../images/contact.jpg') no-repeat #CCCCCC;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
}

.contact a:hover {
	background:url('../images/contact_over.jpg') no-repeat #CCCCCC;
}

.line {
	width: 3px;
	height: 92px;
	float: left;
	background:url('../images/liner_nav.jpg') no-repeat #CCCCCC;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
}

.table-list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-collapse: collapse;
	clear: both;
	margin: 10px 0px 30px 0px;
	padding: 0px 0px 0px 0px
}

.table-list select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.table-list input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.table-list tr {
	margin: 20px 0px 0px 0px;	
	padding: 20px 0px 0px 0px;
}

.table-list th {
	color: #444444;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 10px;
	border-bottom: 1px solid #DDDDDD;
}

.table-list td {
	border-bottom: 1px solid #DDDDDD;
	color: #666666;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
}

.table-common {
	width: 100%;
	height: auto;
	font-size: 11px;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.table-common th {
	background-color: #446C8F;
	background-image: url('../images/table-th.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 5px;
}

.table-common td {
	color:#666666;
	border: solid 1px #CCCCCC;
	padding:2px 0px 3px 3px;
}

.table-common a {
	color: #005287 !important;
	font-weight: bold;
	text-decoration: none;
}

.table-common a:hover {
	color: #CC6600 !important;
	text-decoration: underline;
}

.form-login {
	width: 237px;
	height: 144px;
	color: #454545;
	text-align:left;
	font-size: 10px;
	background-image: url('../images/back-login.jpg');
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	padding: 16px 0px 0px 0px;
}

.form-login input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 2px;
	margin: 2px 2px 0px 0px;
	border: 1px solid #999999;
}

.form-login table {
	margin: 0px 0px 0px 26px;
	padding: 0px 0px 0px 0px;
}

.form-login div{
	text-align: left;
	font-size: 10px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
}

.form-login a{
	color: #FF6C00;
	font-weight: bold;
	text-decoration: none;
}

.form-login a:hover {
	color: #FFA84B;
	text-decoration: underline;
}

.button {
	width:auto;
	height: 22px;
	border: none;
	background-color: #659CAA;
	font-weight: bold;
	color: #FFFFFF;
}
