@font-face {
		font-family: "COpenSans";
		src: url("../css/opensans-light.eot"), url("../css/opensans-light.ttf") format("truetype");
		font-weight: normal;
}

html
{
	overflow: auto;
}

body
{
	margin: 0px;
	padding: 0px;
	border: none;
	background: url("../images/bg.png");
}

img
{
	border: none;
	vertical-align: middle;
}

form
{
	padding: 0px;
	margin: 0px;
}

#Title
{
	float: left;
	line-height: 77px;
	padding-left: 46px;
	padding-right: 46px;
	background-color: #4BAED0;
	font-family: "COpenSans";
	font-weight: bold;
	font-size: 19pt;
	color: #FFFFFF;
}

#Logo
{
	text-align: center;
}

#Logo img
{
	height: 77px;
	width: auto;
}

#Banner
{
	height: 77px;
	background-image: url("../images/bg_banner.png");
	overflow: hidden;
}

/* Toolbar */
#Toolbar
{
	height: 55px;
	background-color: #99003E;
	font-family: "COpenSans";
	font-size: 16pt;
	color: #FFFFFF;
	overflow: hidden;
}

#Toolbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

#Toolbar ul li {
	float: left;
}

#Toolbar ul li a
{
	display: block;
	font-family: "COpenSans";
	font-size: 16pt;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 55px;
	padding-left: 15px;
	padding-right: 15px;
}

#Toolbar ul li a.sel
{
	display: block;
	font-family: "COpenSans";
	font-size: 16pt;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 55px;
	background-color: #1865AF;
	padding-left: 15px;
	padding-right: 15px;
}

#Toolbar ul li b
{
	font-family: "COpenSans";
	font-size: 16pt;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 55px;
}

li.Action
{
	line-height: 55px;
	margin-left: 20px;
}

/* App Menu Style */

#AppBtn
{
	float: left;
	background-color: #3E95B3;
}

#AppPnl
{
	display: none;
	position: fixed;
	float: left;
	width: 680px;
	border: 1px solid #CCCCCC;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 3px 3px 15px 5px #CCCCCC;
	background-color: #FFFFFF;
	margin-top: -4px;
	z-index: 3;
}

div.apppnlpadding
{
	margin: 10px;
}

div.appitem
{
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

div.notification
{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 20px;
	background-image: url("../images/bg_notification.png");
	background-repeat: no-repeat;
	background-position: center; 
	font-family: "COpenSans";
	font-size: 12pt;
	color: #FFFFFF;
	text-align: center;
}

/* User Menu Style */

#UserBtn
{
	float: right;
	margin-right: 24px;
}

#UserPnl
{
	display: none;
	position: fixed;
	top: 0px;
	right: 24px;
	width: 258px;
	z-index: 3;
}

#UserIcon
{	
	position: relative;
	float: right;
	width: 79px;
	height: 77px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	box-shadow: -5px 0 5px -5px #CCCCCC, 5px 0 5px -5px #CCCCCC;
	z-index: 4;
}

#UserMenu
{
	position: relative;
	top: -1px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 3px 3px 15px 5px #CCCCCC;
	z-index: 3;
}

div.userpnlpadding
{
	margin: 2px;
}

#UserDetail
{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 2px;
	padding-bottom: 20px;
	border-bottom: 2px solid #EEEEEE;
	font-family: "COpenSans";
	font-size: 14pt;
	color: #7A93AE;
}

#UserMenu ul
{
	padding: 0px;
	margin: 0px;
}

#UserMenu ul li
{
	list-style: none;
}

#UserMenu ul li a
{
	display: block;
	padding-left: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
	text-decoration: none;
	font-family: "COpenSans";
	font-size: 15pt;
	color: #7A93AE;
}

#UserMenu ul li a:hover
{
	display: block;
	padding-left: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
	text-decoration: none;
	font-family: "COpenSans";
	font-size: 15pt;
	color: #FFFFFF;
	background-color: #4BAED0;
}

/* Content Style*/
div.Content
{
	position: fixed; 
	top: 77px;
	left: 0px; 
	right: 0px;
	bottom: 0px;
	overflow: auto;
	z-index: 1;
}

div.ContentFull
{
	position: fixed; 
	top: 0px;
	left: 0px; 
	right: 0px;
	bottom: 0px;
	overflow: auto;
	z-index: 1;
}

div.container
{
	position: fixed;
	top: 130px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 2px;
	background-color: #FFFFFF;
	overflow: auto;
}

.clear
{
	clear: both;
}

input.btn
{
	-webkit-appearance: none;
	min-width: 114px;
	height: 48px;
	border: none;
	font-family: "COpenSans";
	font-size: 17pt;
	color: #FFFFFF;
	background-color: #4BAED0; 
}

input.btn:disabled
{
	-webkit-appearance: none;
	min-width: 114px;
	height: 48px;
	border: none;
	font-family: "COpenSans";
	font-size: 17pt;
	color: #FFFFFF;
	background-color: #EEEEEE !important;
}

input.btncancel
{
	-webkit-appearance: none;
	min-width: 114px;
	height: 48px;
	border: none;
	font-family: "COpenSans";
	font-size: 17pt;
	color: #8F8F8F;
	background-color: #E2E2E6; 
}

input.btncancel:disabled
{
	-webkit-appearance: none;
	min-width: 114px;
	height: 48px;
	border: none;
	font-family: "COpenSans";
	font-size: 17pt;
	color: #FFFFFF;
	background-color: #EEEEEE !important;
}

div.pnl
{
	position: absolute;
	width: 400px;
	top: 50px;
	left: 50%;
	margin-left: -200px;
	border: 1px solid #CCCCCC;
	box-shadow: 3px 3px 15px 5px #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
}

div.pnlcontent
{
	margin: auto;
	width: 260px;
	text-align: left;
}

div.row
{
	margin-bottom: 10px;
}

label
{
	font-family: "COpenSans";
	font-size: 15pt;
	font-weight: normal;
	color: #9EABAD;
}

label.bold
{
	font-family: "COpenSans";
	font-size: 15pt;
	font-weight: bold;
	color: #9EABAD;
}

label.FormLabel
{
  font-family: "COpenSans";
  color : black;
  font-size : 14pt;
  font-style : normal;
  font-weight : bold;
}

label.FormLabelWhite
{
  font-family: "COpenSans";
  color : #FFFFFF;
  font-size : 14pt;
  font-style : normal;
  font-weight : bold;
}

p.note
{
	font-family: "COpenSans";
	font-size: 10pt;
}

p.main
{
	font-family: "COpenSans";
	font-size: 12pt;
}

p.error
{
	font-family: "COpenSans";
	font-size: 12pt;
	color: red;
}

b.Caption, div.Caption
{
	font-family: "COpenSans";
	color : #4F5051;
	font-size : 14pt;
	font-style : normal;
	font-weight : normal;
}

b.CaptionGray
{
	font-family: "COpenSans";
	color : gray;
	font-size : 14pt;
	font-style : normal;
	font-weight : normal;
}

b.CaptionGreen
{
	font-family: "COpenSans";
	color : green;
	font-size : 14pt;
	font-style : normal;
	font-weight : normal;
}

b.CaptionBold
{
	font-family: "COpenSans";
	color : black;
	font-size : 14pt;
	font-style : normal;
	font-weight : bold;
}

a.Links:Link, a.Links:Visited, a.Links:Active 
{
	font-family : "COpenSans";
	color : #4F5051;
	font-size : 14pt;
	font-style : normal;
	font-weight : normal;
	text-decoration: none;
}

a.Links:Hover 
{
	font-family : "COpenSans";
	color : #999999;
	font-size : 14pt;
	font-style : normal;
	font-weight : normal;
	text-decoration: none;
}

div.progress-bar
{
	height: 16px;
	width: 100px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

div.progress-bar div
{
	background-color: green;
}

/* Dialog */
div.DialogBack
{
	position: fixed;
	z-index: 1000;
	background-color: #333333;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

div.DialogLoader
{
	position: fixed;
	z-index: 1009;
	background-color: #FFFFFF;
	top: 50%;
	left: 50%;
	height: 200px;
	width: 500px;
	margin-left: -250px;
	margin-top: -100px;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 10px 1px #666666;
	border-radius: 5px;
}

div.DialogFullScreen
{
	position: fixed;
	z-index: 1005;
	background-color: #FFFFFF;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 10px 1px #666666;
	border-radius: 5px;
}

div.DialogFullScreenContent
{
	position: fixed;
	top: 110px;
	bottom: 50px;
	left: 50px;
	right: 50px;
	overflow: auto;
}

div.DialogReportParameter
{
	position: absolute;
	z-index: 1001;
	background-color: #FFFFFF;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 550px;
	margin-left: -300px;
	margin-top: -275px;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 10px 1px #666666;
	border-radius: 5px;
}

div.DialogReportCheckList
{
	position: absolute;
	z-index: 1002;
	background-color: #FFFFFF;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 550px;
	margin-left: -300px;
	margin-top: -275px;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 10px 1px #666666;
	border-radius: 5px;
}

div.DialogDocumentPreview
{
	position: absolute;
	z-index: 1003;
	background-color: #FFFFFF;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	margin-top: -300px;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 10px 1px #666666;
	border-radius: 5px;
}	