/* basic div setup */
html {
	height: 100%
}

hr {
	border-top: 1px solid #B9BDC6;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

form {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#pageadjust {
	width: 100%;
	margin: 0px auto;
	height: 101%
}

#head {
	background-image: url(../images/headlogo.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
	position: absolute;
}

#left {
	width: 160px;
	top: 80;
	left: 0;
	position: absolute;
	margin: 0px;
	height: 150%
}

#right {
	position: absolute;
	top: 80;
	left: 160;
	margin: auto;
	padding: 10px;
}

#footer {
	left: 160;
	bottom: 15;
	height: 15px;
	text-align: center;
}

#middle {
	width: 99%;
	margin-top: 7px;
	padding-left: 5px;
	padding-right: 5px
}

#thickHR {
	width: 100%;
	margin-bottom: 0;
	margin-top: 0
}

/* login page */
#loginpage {
	width: 960px;
	margin: 0px auto;
}

#loginRight {
	display: inline;
	float: right;
}

#loginBox {
	padding: 10px 0px 10px 10px;
	background-image: url("../images/login/sign-in.jpg");
	background-repeat: no-repeat;
	width: 303px;
	height: 286px;
}

#loginTitle {
	width: 303px;
	padding: 4px 3px 4px 4px;
	font-size: large;
	color: white;
	font-weight: bolder;
	margin-bottom: 3px;
	background: url(../images/login/login_title_bg.jpg) repeat-y;
}

#loginLeft {
	padding-left: 20px;
	display: inline;
	width: 615px;
	float: left;
}

#loginLeft img {
	margin-bottom: 10px;
}

#loginLeft div {
	float: left;
	margin-right: 8px;
}

#loginLeft div {
	float: left;
}

#loginCenter {
	margin: 0 auto;
	width: 615px;
}

#loginCenter img {
	margin: 0 auto;
}

#loginCenter div {
	margin: 0 auto;
}

div.login_warning {
	font-weight: bold;
	padding-bottom: 25px;
	text-align: center;
}

div.copyright {
	border: 1px;
	background-image: url("../images/login/banner_bottom.jpg");
	width: 100%;
	height: 20px;
	background-repeat: repeat-x;
	color: #ffffff;
	padding-left: 5px;
	padding-top: 5px;
}

/* hover buttons */
a.loginButton {
	color: #666666;
	display: block;
	background-color: transparent;
	width: 67px;
	height: 24px;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:active.loginButton,a:visited.loginButton,a:link.loginButton {
	background-image: url("../images/login/login_off.gif");
	background-repeat: no-repeat;
}
/*
a:hover.loginButton{ background-image: url("../images/login/login_on.gif");	background-repeat: no-repeat;text-decoration: none;}
a.button { margin-top:3px; color: black; display: block; float: left; background-color: transparent; background-repeat: no-repeat; margin-right: 5px;	width: 66px; height: 24px;padding: 5px 0 0 0;text-align: center;	font-family: Helvetica, Calibri, Arial, sans-serif;font-size: 11px; font-weight: bold;text-decoration: none; }
a:active.button, a:visited.button, a:link.button {background-image: url("../images/btn_off.gif");	background-repeat: no-repeat;}
a:hover.button{background-image: url("../images/btn_on.gif"); background-repeat: no-repeat;text-decoration: none;}
*/

/* hide submit button */
div.hidSubmit {
	position: absolute;
	z-index: -1;
}

div.hidSubmit input {
	border: 0px;
	width: 1px;
	height: 1px;
	background: transparent;
}

/* look and feel setup */
select {
	border: 1px solid #939393;
	padding: 2px;
	min-width: 200px;
	max-width: 300px;
}

body,table,input,select,textarea {
	color: #000000;
}
input[type="text"],input[type="password"],textarea{
	border: 1px solid #939393;
    box-shadow: 0 0 3px #494949 inset;
    padding: 5px;
    min-width: 250px;
}

FIELDSET {
	border: 0px solid transparent;
	padding: 10px 0px 20px 0px;
}

td.domainSelect {
	vertical-align:top;
	background: none repeat scroll 0 0 #FFFFFF; 
	border : 1px solid #686868;
	width: 300px;
	padding: 5px;
}
td.domainRight {
	vertical-align:top;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #686868;
	padding: 5px;
	width: 80%
}
table.dataForm {
	margin: 0px;
	border-spacing: 10px;
}
LEGEND {
	color: #87C02E;
	font-family: 'Arial';
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	font-size: small;
	display: none;	
}

a:active,a:link,a:visited {
	color: black
}

a.titleLink:active,a.titleLink:link,a.titleLink:visited {
	color: white
}

a:hover {
	text-decoration: underline;
}

th,td,h1,h2,h3 {
	margin-top: 0em;
	margin-bottom: 0em;
}

h1 {
	font-size: large;
}

h2 {
	font-size: 95%;
	text-align: left;
}

h3 {
	font-size: 95%;
}

td {
	font-size: 95%;
}

h4 {
	font-size: 95%;
	font-weight: bold;
}

h5 {
	font-size: 95%;
	font-weight: normal;
}

table.dataGrid {
	width: 100%;
	margin: 0px;
	border-spacing: 0px;
}
/* Modified for better view*/
/*
table.dataGrid td,table.dataGrid th{
	border-right:2px solid #666666;
}*/
/***** New Code *****/
table.dataGrid th{
	border-right:2px solid #666666;
}
table.dataGrid td{
	border-right:1px dotted #666666;
}
/****End of Modification ***/
table.dataGrid td:last-child,table.dataGrid th:last-child{
	border-right:0px solid #666666;
}
table.dataGrid TR TD {
	height: 18px;
	vertical-align: middle;
}

table.dataGrid TR {
	padding: 5px;
}

table.dataGrid TR:nth-child(even) {
	background-color: #ccc;
}

table.dataGrid TR:nth-child(odd) {
	background-color: #fff;
}

table.dataGrid TR:hover {
	background: #747474; /* Old browsers */
	background: -moz-linear-gradient(top, #747474 0%, #858585 50%, #747474 100%, #747474
		100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #747474),
		color-stop(50%, #858585), color-stop(100%, #747474),
		color-stop(100%, #747474) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #747474 0%, #858585 50%, #747474 100%,
		#747474 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #747474 0%, #858585 50%, #747474 100%, #747474
		100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #747474 0%, #858585 50%, #747474 100%, #747474
		100%); /* IE10+ */
	background: linear-gradient(to bottom, #747474 0%, #858585 50%, #747474 100%,
		#747474 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#747474',
		endColorstr='#747474', GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #231F1F;
}

table.dataGrid > TR:hover a {
	color: white;
	text-decoration: none;
	cursor: pointer;
}
/* Added to fix the inner table styling issue */
table.dataGrid table TR {
	background-color: transparent !important;
}

table.dataGrid table TR:hover {
	background: #fff; /* Old browsers */
	color: #000;
}
table.dataGrid table td{
	border-right:0px dotted #666666;
}
table.dataGrid TR:hover table,table.dataGrid TR:hover table TR:hover{
	color:white;
}
 /**************** End of Modification *************/
table.dataForm {
	width: 100%
}

table.searchForm {
	width: 100%
}

div.subCatalog {
	background-color: #b1cccd;
	height: 14px;
	position: relative;
	padding-top: 2px;
}

select.domainSelect {
	height: 100%;
	width: 100%;
	overflow:hidden;
	border: 0px solid #686868;
}

td.colon {
	width: 2px;
}
td.label {
	height: 25px;
	padding-right: 15px;
	text-align: left;
	white-space: nowrap;
	width: 15%;
}

td.labelcenter {
	text-align: center;
	background-color: #D5D1DF;
}

td.field {
	font-weight: normal;
	width: 150
}

td.header,td.header2 {
	background: #747474; /* Old browsers */
	background: -moz-linear-gradient(top, #747474 0%, #858585 50%, #747474 100%, #747474
		100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #747474),
		color-stop(50%, #858585), color-stop(100%, #747474),
		color-stop(100%, #747474) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #747474 0%, #858585 50%, #747474 100%,
		#747474 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #747474 0%, #858585 50%, #747474 100%, #747474
		100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #747474 0%, #858585 50%, #747474 100%, #747474
		100%); /* IE10+ */
	background: linear-gradient(to bottom, #747474 0%, #858585 50%, #747474 100%,
		#747474 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#747474',
		endColorstr='#747474', GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px #231F1F;
	text-transform: uppercase;
}

td.header2 {
	background-color: #BBBBBB;
	font-weight: bold;
	text-align: center;
}

.dataGrid tr:first-child {
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
/* remark field */
div.remarkBlock:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

div.remarkBlock {
	padding: 5px;
	background-color: #FFFFCC;
	font-size: x-small;
	display: inline-block;
}
/* Hides from IE5/Mac \*/
* html div.remarkBlock {
	height: 1px;
}

div.remarkBlock {
	display: block;
}
/* End hide from IE5/Mac */
div.remarkBlock div {
	display: inline;
	padding-right: 20px;
	color: #666666
}

div.remarkBlock span {
	font-weight: bold;
	color: #666666
}

div.remarkBlock a {
	color: #666666
}

/* to cater for different type of data, such as currencys, date, name should be aligned differently */
td.dataGrid1 {
	vertical-align: top;
	text-align: left
}

td.dataGrid2 {
	vertical-align: top;
	text-align: center
}

td.dataGrid3 {
	vertical-align: top;
	text-align: right
}

td.dataGrid4 {
	vertical-align: top;
	text-align: left;
	font-weight: bold
}

td.dataGrid5 {
	vertical-align: top;
	text-align: right;
	font-weight: bold
}

/* the headers */
.h1 {
	text-align: center;
	padding: 2px;
	font-weight: bold;
}

.h1 a {
	text-decoration: underline;
	color: #555555
}

.h2 {
	text-align: center;
	background-color: #669999;
	padding: 2px;
	color: #FFFFFF;
}

.h1Left {
	background-color: #077c8f;
	color: #FFFFFF;
	text-align: left;
	padding: 2px;
}

.h1Left span {
	color: #FFFFFF;
	font-weight: bold;
}

.h3 {
	text-align: left;
	background-color: #c7f3bb;
	color: #000000;
}

.docent_h2 {
	text-align: left;
	background-color: #669999;
	color: #000000;
	font-weight: bold;
}

.docent_top {
	background-color: #b1cccd;
	text-align: left;
	font-size: 100%;
	padding: 2px;
}

.docent_row0 {
	background-color: #f7f7f7;
}

.docent_row1 {
	background-color: #ffffff;
}

.endline {
	background-color: #5d5d5d;
	font-size: 2px;
}

div.buttonBar {
	position: relative;
	background-repeat: repeat;
	height: 35px;
	padding-top: 5px;
	text-align: right;
}
div.buttonBar.left {
	text-align: left;
}
div.buttonBar.right {
	text-align: right;
}
div.buttonBar.center {
	text-align: center;
}
div.addButtonBar {
	text-align: left;
	margin: 0px 0px 10px 0px; 
}

div.recordNotFound {
	background-color: #ffffff;
	text-align: center;
	font-weight: bold
}

span.field {
	font-weight: normal;
}

input.common {
	font-family: inherit;
}

input.currency {
	text-align: right
}

input.currency2 {
	text-align: right;
	border: 0;
}

input.button {
	border: 1px solid gray;
	color: black;
}

/* misc */
/* for description title */
.popup {
	CURSOR: help;
	TEXT-DECORATION: none;
}

td.endline {
	background-color: #5d5d5d;
	font-size: 2px;
}

.pageHeader {
	background-color: #ffffff;
	font-size: 20px;
}

.action {
	font-size: 95%;
}

.title {
	font-weight: bold;
	font-size: 17px;
	color: #888888
}

tr.comments,td.comments {
	font-size: 95%;
}

.top {
	background-color: #b1cccd;
	text-align: left;
	font-size: 100%;
}

.smallfont {
	font-size: 80%;
	text-align: left;
}

.warning {
	color: #FF0000;
	font-weight: bold;
}

.error {
	color: red;
	font-weight: bold;
	padding: 5px;
	margin: 3px;
}

.info {
	color: blue;
	font-weight: bold;
}

div.errorBlock {
	background-color: #FFFFCC;
	border: 1px solid red;
	padding: 2px;
	margin: 3px 3px 6px 3px;
	width: 80%
}

div.errorBlock li {
	list-style: none outside;
}

div.errorBlock ul {
	margin: 0 0 0 3px;
	padding: 1px;
}

div.currency {
	width: 120px;
	text-align: left;
	border: 1px solid red
}

div.currency div {
	text-align: right;
	width: 80px;
	float: right;
	display: inline;
	border: 1px solid blue
}

.lookup {
	border-width: 0px;
	vertical-align: middle;
	margin: 0px;
	vertical-align: text-bottom
}

/*========================================================================================*/
* ICEFACES xp.css style
	/*========================================================================================*/
	

.iceOutProg {
	margin: 10px;
}

.iceOutProgBg {
	border: 1px solid #ABABAB;
	width: 300px;
	height: 13px;
}

.iceOutProgFill {
	background-color: #026AFF;
	/* background-image:url(./css-images/window_top.gif);*/
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
}

.iceOutProgTxt {
	color: black;
}

/* Data paginator */
div.paginator {
	
}

.iceDatPgr {
	
}

.iceDatPgr tr td a img {
	border: none;
}
/* set the common attributes for the pagination numbers */
.iceDatPgrScrCol a,.iceDatPgrCol a {
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #666666;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #FFFFFF;
}
/* override the attributes for the currently selected page */
.iceDatPgrScrCol a {
	color: #555555;
	font-weight: bold;
	border: 1px solid #cccccc;
}
/* End Data paginator */

/* Command Link */
.iceCmdLnk,.iceOutLnk {
	text-decoration: underline;
	font-weight: normal;
	color: #0000FF;
}

.iceInpTxt,.iceInpSecrt,.iceInpTxtArea {
	border: 1px solid #ABABAB;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	font-size: 1em;
}

/* online help */
#onlineHelp {
	position: absolute;
	right: 10px;
	top: 4px;
	font-weight: bold;
}

#onlineHelp a {
	color: #555555
}

/* error page */
.errorBox {
	border-color: thin solid black;
	display: block;
}

.errorTitle {
	font-size: 16px;
	font-weight: bold;
	color: red
}

.bigTitle {
	font-size: 16px;
	font-weight: bold;
	color: #009900
}
/* breadcrumb */
a.mainCrumb:active,a.mainCrumb:link,a.mainCrumb:visited {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

a.crumb:active,a.crumb:link,a.crumb:visited {
	font-weight: bold;
	color: #000000;
}

a.crumb:hover {
	
}

.currCrumb {
	font-weight: normal;
}

/* catalog */
td.tdBorder1 {
	border-left: 1px solid #CCCCCC;
}

td.tdBorder2 {
	border-right: 1px solid #CCCCCC;
}

td.tdCatalog {
	padding: 15px;
}

div.catalogTitle {
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
}

td.catalogName {
	background-color: aqua;
	font-weight: bold;
	font-size: 12px;
	height: 40px;
	padding: 5px 5px 5px 5px
}

td.catalogCode {
	background-color: aqua;
	font-weight: bold;
	font-size: 12px;
	height: 40px;
	padding: 5px 5px 5px 20px
}

td.parentCatalog {
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 13px;
	height: 40px;
	padding: 5px 5px 5px 5px;
	color: #111111
}

/* pagination */
div.pageLabel {
	display: hidden;
}

a.nextLink:visited,a.nextLink:active,a.nextLink:link {
	
}

a.nextLink:hover {
	
}

div.pageContainer {
	margin-top: 20px
}

div.pageDiv {
	display: inline;
}

div.pageDiv span {
	font-weight: bold;
}

div.pageDiv {
	text-align: center;
	padding: 2px;
	margin: 2px
}

span.currPage {
	
}

div.gotoDiv {
	margin-left: 5px;
	display: inline;
	color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

div.gotoDiv a {
	text-decoration: none;
}

div.gotoDiv a:hover {
	text-decoration: underline;
}

/* evaluation */
td.evalMultiColumnHdr {
	font-weight: bold;
	text-align: center;
	width: 100px;
	background-color: #CCCCCC
}

td.evalQuesCol {
	width: 250px;
	background-color: #EEEEFF;
	padding: 3px
}

td.evalAnswerCol {
	background-color: #CCFFFF
}

td.evalHeader {
	background-color: #555555;
	color: white;
	padding: 3px
}

td.evalSubHeader {
	background-color: #CCCCCC;
	padding: 3px
}

td.evalPresentation {
	background-color: #999999;
	padding: 3px
}

div.commentBox {
	border: 1px solid #555555;
	display: block;
	position: relative;
}

div.commentBox span {
	font-weight: bold;
	color: #333333
}

/* TPCP Ruler */
table.tbBorder {
	border-collapse: collapse;
	border: 2px solid black
}

table.tbBorder2 {
	border-collapse: collapse;
	border: 2px solid black;
	width: 100%;
	padding: 10px 10px 10px 10px;
}

table.tbBorder2 TR.row0 {
	background-color: #ebebeb;
}

table.tbBorder2 TR.row1 {
	background-color: #ffffff;
}

td.border1 {
	text-align: center;
	border: 1px solid black
}

td.border2 {
	text-align: center;
	border: 1px solid black;
	font-weight: bold
}

td.border3 {
	text-align: left;
	border: 1px solld black;
	font-weight: bold
}

td.border4 {
	text-align: left;
	border: 1px solid black
}

td.border5 {
	text-align: center;
	border: 1px solid black;
	font-weight: bold;
	color: blue;
}

td.border6 {
	text-align: left;
	border: 1px solid black;
	font-weight: bold;
	background-color: #D5D1DF
}

td.border7 {
	text-align: center;
	border: 1px solid black;
	font-weight: bold;
	background-color: #D5D1DF
}

div.color1 {
	color: #009A31
} /* green  */
div.color2 {
	color: #FA6121
} /* orange */
div.color3 {
	color: #666666
} /* grey   */
div.color4 {
	color: #660099
} /* purple */
div.color5 {
	color: #FF3333
} /* red    */
div.color6 {
	color: #0000FF
} /* blue   */

/* ul */
ul.listing {
	margin: 0px;
	padding-left: 2em;
}

table.dataGrid td.h1:hover{
	background-color: #ffffff;
	color: #000000;
	text-shadow: 0 0px 0px #333;
	text-transform: uppercase;
}
table.dataGrid td.h1{
	background-color: #ffffff;
	color: #000000;
	text-transform: uppercase;
}

.desc-box{
	padding: 5px;
    border: 1px solid black;
    margin: 5px;
}
