@CHARSET "ISO-8859-1";
@IMPORT url("edoc_form.css");
@IMPORT url("datatable_jui.css");

html,body {
	margin: 0px;
	height: 100%;
	font-size: 12px;
	font-family: Arial,Sans-Serif;
	color: #485B6E;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

#footer {
	text-align: center;
}

a {
	text-decoration: none;	
}
a:link { color:#7096BC; }
a:active { color:#7096BC; }
a:visited { color:#7096BC; }
a:hover { color: #590E0E; }

h1 {font-size: 130%; padding-left: 3px;}
h2 {font-size: 120%; padding-left: 3px;}
h3 {font-size: 110%; padding-left: 3px;}


table {
	width: 100% !important;
}

table thead tr th {
	border-bottom: 2px solid #9D9C9F;
	background-color:  #DBD9D9;
	font-size: 95%;
	height: 20px;
}

table tbody tr {
	vertical-align: text-top;
}

table tbody tr td {
	border-bottom: 1px solid #CCCCCC;
	font-size: 90%;
	padding-left: 3px;
}

table tbody tr ul {
	margin: 0 0 0 0;
}

p {
	padding-left: 3px;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 3px;
}

#header {
	height:80px;
}


#div-header-left, .floatleft {
	float: left;
	width: 49%;
}

.floatleftnomax {
	float: left;
}

#div-header-right, .floatright {
	float: right;
	width: 50%;
}
#div-header-right img {
	float: right;
}

.floatleft10 {
	float: left;
	width: 10%;
}
.floatright90 {
	float: right;
	width: 89%;
}

#dbEnvironment
{
	position: absolute;
	right: 350px;
	top: 28px;
	color: #BDBDBD;
	font-family: Tahoma,Sans-Serif;
	font-weight: bold;
	font-style: italic;
}

#back-to-original-link
{
	position: absolute;
	right: 500px;
	vertical-align: top; 
	padding: 10px;
	float: right;
	font-family: Tahoma,Sans-Serif;
}


#application-name {
	position: absolute;
	right: 390px;
	top: 10px;
	color: #BDBDBD;
	font-family: Tahoma,Sans-Serif;
	font-weight: bold;
	font-style: italic;
}

#online-help
{
	position: absolute;
	right: 10px;
	top: 70px;
	vertical-align: top; 
	padding: 10px;
	color: white;
	font-weight: bold;
	float: right;
	font-family: Tahoma,Sans-Serif;
	z-index: 10;
}

#header-span-user
{
	position: absolute;
	right: 100px;
	vertical-align: top; 
	padding: 10px;
	float: right;
	color: #BDBDBD;
	font-family: Tahoma,Sans-Serif;
}

#div-home-image {
	position: relative;
	top: 60px;	
}

#h2-home-bannar {
	position: relative;
	top: 20px;	
	font-size: 28px;
	font-weight: bold;
}

/* common class*/

.padding-left2px {
	padding-left: 2px;
}

.clsButton {
	min-width: 80px;
	cursor: pointer;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.class12 {
	width: 12%;
}

.class30 {
	width: 30%;
}

.class38 {
	width: 38%;
}

.class50 {
	width: 50%;
}

.w80 {
	width: 80px;
}

.w120 {
	width: 120px;
}
.rshift20 {
	position: relative;
	left: 20px;
}

.rshift30 {
	position: relative;
	left: 30px;
}
.rshift50 {
	position: relative;
	left: 50px;
}
.warn {
	color: red;
}
.blue {
	color: blue;
}
.warnBorder {
	border: 1px solid red;
}

.noBorder{
	border: none;
}

.hoverrow tr:hover
{ 
	background-color: #FFE4B5;
}
