@CHARSET "UTF-8";

body, input {
	font-family: arial, verdana, helvetica, sans-serif;
	margin: 0px;
}

img {
	border: none;
}

.table-main td {
    font-size: 12px;
}

.content-table-header-td {
    background-color: #9cd5eb;
    width; 100%;
}

.content-table-menu-td {
    background-color: #eeeeee;
}

.content-table-body-td {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
	padding-top:10px;
	padding-bottom:10px;
}

.contents {
    text-align: left;
    width: 1024px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sub-contents {
    width: 934px;        
}

.content-table-footer-td {
    background-color: #DFDFDF;
}

.button-logout {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 8px;
    font-size: 12px;
}

.button-account {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 8px;
    font-size: 12px;
}

.button-language {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 8px;
    font-size: 12px;
}

.button-head {
    margin-left: 3px;
    margin-bottom: 10px;
    margin-top: 8px;
    font-size: 12px;
    float: left;
}

.ui-button {
	color: #1e1e1e;
}

.ui-state-hover {
/*	border-color: #5ca249; */
}

.header-bottom-bar {
     text-align: right;
     height: 42px;
     background-color: #1B4F1A;
}


.table-name {
	padding-top: 5px;
	padding-left: 10px;
	border-radius: 3px;
	background-color: #006a91;
	color: #ffffff;
	font-weight:bold;
	margin-bottom: 5px;
}
.table-list {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    width: 944px;
    margin-bottom: 10px;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	border-radius: 3px;
	font-weight:bold;
	margin-bottom: 5px;    
}

.table-list th {
    border: 1px solid #CCCCCC;
    color: #4a4a4a;
    background-color: #dbf5ff;
    height: 30px;
    padding: 1px;
    text-align: center;
}

.table-list td {
    background-color: #ffffff;
	border: 1px solid #CCCCCC;
    height: 20px;
    padding: 5px;
    text-align: left;
    /*
    white-space: pre-wrap; /* css-3 /
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 /
    white-space: -pre-wrap; /* Opera 4-6 /
    white-space: -o-pre-wrap; /* Opera 7 /
    word-wrap: break-word; /* Internet Explorer 5.5+ /
    */
    
}