body {
	background-color: #f9f9f9;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	height: 100%;
	padding: 0px;
	width: 100%;
}


#head {
	/* background-color: #333333;*/
	background-color: #ffffff;
}

#title {
	display: inline;
	float: left;
	height: 30px;
}

#logo {
	display: inline;
	float: left;
	height: 90px;
	width:100%;
}

#log {
	display: inline;
	float: right;
	height: 30px;
}


#log a {
	color: #000000;
}

#group {
	padding: 5px;
}


.LangLink a
{
	text-decoration:underline;
}

.menu {
	border: none;
	clear: both;
	display: block;
	font-size: 14px;
	padding: 0px;
	padding-top: 5px;
}

#menu-one {
	background-color: #585858;
}

#menu-two {
	background-color: #cccccc;
}

.menu li {
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	display: inline;
	line-height: 200%;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	margin-left: 5px;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}

#menu-one li a {
	color: #f0f0f0;
	text-decoration: none;
}

#menu-one li:hover {
	color: #555555;
	background-color: #9f9f9f;
}

#menu-one li.act {
	background-color: #cccccc;
}

#menu-one li.act a {
	color: #333333;
	text-decoration: none;
}

#menu-two li a {
	color: #333333;
	text-decoration: none;
}

#menu-two li:hover {
	background-color: #f9f9f9;
}

#menu-two li.act {
	background-color: #f0f0f0;
}	

#content {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
	margin: 5px;
	min-height: 500px;
	padding: 10px;
}

h1 {
	font-size: 24px;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
	margin-bottom: 16px;
}

h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

h5 {
	font-size: 14px;
	margin-bottom: 8px;
}

p {
	margin: 0px;
	margin-bottom: 7px;
	margin-top: 2px;
	position: relative;
}

a, a:visited, a:active {
	color: #000c8f;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

abbr {
	border-bottom: 1px dotted;
	cursor: help;
}

small {
	font-size: 8px;
}

.error, .info {
	margin: 10px;
	padding: 10px 5px;
}

.icon {
	float: left;
	margin-right: 2px;
}

.formset {
	border: 1px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px;
}

.list-table {
	border: 1px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
}

.list-table thead {
}


.list-table thead tr .header {
	background-image: url(../img/icon/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	
}

.list-table thead tr .headerSortUp {
	background-image: url(../img/icon/asc.gif);
}

.list-table thead tr .headerSortDown {
	background-image: url(../img/icon/desc.gif);
}

.list-table thead th {
	background-color: #eeeeee;
	border: 1px solid #ccc !important;
	border-width: 0 1px;
	color: #333333;
	height: 20px;
	line-height: 2.5em;
	padding: 0 5px;
	text-align: left;
	white-space: nowrap;
}

.list-table thead th.half {
	height: 15px;
	line-height: 1.2em;
}

.list-table tr {
	border: 1px solid #cccccc;
}

.list-table td {
	border-bottom: 1px solid #cccccc;
	height: 1.2em;
	padding: 2px 3px;
}

.list-table-small {
	font-size: 10px;
}

.list-table-small thead {
	background-color: #c8c8c8;
	padding: 0px 3px;
}

.list-table-small tr {
	border: 1px solid #cccccc;
}

.list-table-small td {
	height: 1.2em;
	padding: 2px 3px;
}

.divPaging {
	font-size:16px;
	margin-top:8px;
	margin-bottom:8px;
	width:100%;
}

.divPaging a {
	padding:3px;
}

.pagingselected {
	font-weight:bold;
	color:#ff0000;
	padding-right:5px;
	padding-left:5px;
	font-size:16px;
}

.paging-table {
	border: 1px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px;
	padding: 0px;
}

.paging-table tr {
	background-color: #f6f6f6;
}

.paging-table td {
	font-weight: bold;
	height: 20px;
}

.form-table {
	margin-bottom: 20px;
}

.form-table th, .form-table td {
	height: 2em;
}

.form-table th {
	text-align: left;
	vertical-align: top;
	width: 180px;
}

.form-table td {
	padding-right: 10px;
	vertical-align: top;
	width: 250px;
}

.form-table input[type=text],
.form-table input[type=password],
.form-table select {
	width: 240px;
}
.form-table textarea {
	width:240px;
	height:120px;
}

.first {
	font-size: 12px;
	font-weight: bold;
	width: 180px;
}

.third {
	font-weight: bold;
	padding-left: 10px;
	width: 180px;
}

.button-cell {
	text-align: right;
}

#foot {
	/* background: #585858 url(../img/logozic.gif) no-repeat 10px 13px;*/
	bottom: 0px;
	clear: both;
	height: 50px;
	font-size: 10px;
	line-height: 50px;
	padding: 10px 5px 10px 130px;
	position: relative;
	vertical-align: middle;
	text-align:right;
}

.orderbutton {
	background: url(../img/icon/bg.gif) no-repeat;
	background-position:right;
	width:100%;
	text-align:left;
	font-weight:bold;
}

