@CHARSET "ISO-8859-1";

body {
	margin: 0;
	padding: 0;
	font-family: calibri, tahoma, verdana, arial, sans-serif;
	font-size: 12pt;
}

#divConatiner {
	width: auto;
	height: auto;
}

#divHeaderBar {
	width: auto;
	min-width: 1020px;
	height: 40px;
	background-color: #312F20;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	box-shadow: 5px 5px 5px #A5ABBC, -5px 5px 5px #A5ABBC;
}

#divLoggedUserLimiter {
	width: 1000px;
	height: 5px;
	margin: auto;
	padding-top: 5px;
}

#divLoggedUserContainer {
	float: right;
	width: auto;
	height: 5px;
	padding: 5px 10px 15px 10px;
	border-radius: 5px;
	background-color: #F5A541;
	font-size: 10pt;
	color: white;
	border: 1px solid white;
}

#divMenu {
	width: 1000px;
	height: 30px;
	margin: auto;
	margin-top: 20px;
	padding: 10px 10px 15px 10px;
	border-radius: 12px;
	background-color: #F8F8F8;
}

#divMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#divMenu ul li {
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #5A5D4C;
	background: white;
	border-radius: 10px;
	padding: 10px 10px 10px 10px;
	margin-left: 5px;
	text-align: center;
}

#divMenu ul li:hover {
	cursor: pointer;
	background: #5A5D4C;
	color: white;
}

#divBody {
	width: 1000px;
	min-height: 500px;
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	border-radius: 12px;
	background-color: #F8F8F8;
}

#divSysTitle {
	width: auto;
	text-align: center;
	color: #0A0A0A;
}

#divloginContainer {
	width: 300px;
	height: auto;
	margin: auto;
	margin-top: 30px;
	background-color: #F49018;
	border-radius: 12px;
	padding: 10px;
	color: white;
}

input[type="text"] {
	padding: 3px;
	font-size: 12px;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #BBBBBB;
}

input [type="password"] :focus {
	-webkit-box-shadow: 0px 0px 5px #007eff;
	-moz-box-shadow: 0px 0px 5px #007eff;
	box-shadow: 0px 0px 5px #007eff;
}

input[type="password"] {
	padding: 3px;
	font-size: 12px;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #BBBBBB;
}

select {
	padding: 1px;
	font-size: 12px;
	outline: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #BBBBBB;
}

select:focus {
	-webkit-box-shadow: 0px 0px 5px #007eff;
	-moz-box-shadow: 0px 0px 5px #007eff;
	box-shadow: 0px 0px 5px #007eff;
}

input[type="text"]:focus {
	-webkit-box-shadow: 0px 0px 5px #007eff;
	-moz-box-shadow: 0px 0px 5px #007eff;
	box-shadow: 0px 0px 5px #007eff;
}

input[type="password"]:focus {
	-webkit-box-shadow: 0px 0px 5px #007eff;
	-moz-box-shadow: 0px 0px 5px #007eff;
	box-shadow: 0px 0px 5px #007eff;
}

.btnClass {
	font-size: 13px;
	margin-top: 15px;
	height: 30px;
	font-weight: bold;
	color: white;
	background: #5A5D4C;
	border: 0px;
	border-radius: 10px;
}

.btnClass:hover {
	cursor: pointer;
}

.tbl_grid {
	width: 100%;
	border-radius: 10px;
	border-collapse: collapse;
	padding: 0;
}

.tbl_grid thead th {
	background-color: #F5A541;
	font-size: 12pt;
	color: white;
}

.tbl_grid tbody td {
	background-color: #F8F8F8;
	border: 1px Solid #DDDDDD;
	font-family: calibri, tahoma, verdana, arial, sans-serif;
	font-size: 10pt;
	color: #333333;
	padding: 3px;
}

img {
	border-style: none;
	background-repeat: no-repeat;
}

a {
	outline: none;
}

button {
	outline: none;
}

.hidden{
	display: none;
}

.panel {
	padding: 10px;
	background-color: #F49018;
	border-radius: 12px;
}

.btnEdit {
	background-image: url('../media/images/edit.png'); /* 16x16 px */
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 16px;
	padding-left: 16px;
	vertical-align: middle;
}

.btnDownload{
	background-image: url('../media/images/dowload.png'); /* 16x16 px */
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 16px;
	padding-left: 16px;
	vertical-align: middle;
}

.btnDelete {
	background-image: url('../media/images/delete.png'); /* 16x16 px */
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 16px;
	padding-left: 16px;
	vertical-align: middle;
}

.btnComHide {
	background-image: url('../media/images/eyeHide.png'); /* 16x16 px */
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 16px;
	padding-left: 16px;
	vertical-align: middle;
}

.btnDetail {
	background-image: url('../media/images/detail.png'); /* 16x16 px */
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 16px;
	padding-left: 16px;
	vertical-align: middle;
}

.panelTitle {
	font-size: 14pt;
	color: white;
	font-weight: 600;
	font-style: italic;
	background-color: #F5A541;
	padding: 5px;
}

.panelTable {
	width: 100%;
	background-color: #F5A541;
	font-size: 12pt;
	color: white;
	padding: 5px;
}

.SubMenu {
	width: auto;
	float: right;
}

.SubMenuContainer {
	border: 1px Solid #DDDDDD;
	color: #6A6A6A;
	background-color: white;
	border-radius: 12px;
	width: auto;
	float: right;
	padding: 5px;
}

.SubMenuContainer div {
	width: auto;
	float: left;
}

.SubMenuContainer td {
	font-size: 9pt;
}

.btnUploadPdf{
	background-image: url('../media/images/pdfIcon.png'); /* 32x32 px */
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 128px;
	padding-left: 128px;
	vertical-align: middle;
}

.btnUploadFile{
	background-image: url('../media/images/uploadFile.png'); /* 32x32 px */
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 32px;
	padding-left: 32px;
	vertical-align: middle;
}

.btnUploadXml{
	background-image: url('../media/images/xmlIcon.png'); /* 32x32 px */
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 128px;
	padding-left: 128px;
	vertical-align: middle;
}

.uploading{
	background-image: url('../media/images/load.gif'); /* 32x32 px */
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	height: 128px;
	padding-left: 128px;
	vertical-align: middle;
}