body {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	color: #000;
	line-height: 160%;
	font-size: 90%;
}

P {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#globalHeader TABLE {
	width: 100%;
	height: 80px;
}

#globalHeader TD.logo {
	width: 500px;
	text-align: left;
	vertical-align: middle;
}
#globalHeader TD.banner {
	text-align: right;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#globalFooter {
	clear: both;
	margin-top: 40px;
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: small;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.bar-top {
	margin-top: 0px;
	background: #c3d9ff url(image/box_lt.gif) no-repeat top left;
	height: 5px;
	font-size: 1px;
}

.bar-top span {
	background: url(image/box_rt.gif) no-repeat top right;
	height: 5px;
	display: block;
}

.bar-body {
	padding: 0px 17px 0px 17px;
	background-color: #c3d9ff;
}

.bar-body a {
	color: #0000cc;
	font-weight: 600;
}

.bar-bottom {
	clear: both;
	background: #c3d9ff url(image/box_lb.gif) no-repeat bottom left;
	height: 5px;
	margin-bottom: 10px;
	font-size: 1px;
}

.bar-bottom span {
	background: url(image/box_rb.gif) no-repeat bottom right;
	height: 5px;
	display: block;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#controlPanel {
	height: 26px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
H1 {
	font-family:sans-serif;
	font-size: large;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
H2 {
	font-size: 100%;
	margin-top: 10px;
	border-bottom: dotted 1px #cccccc;
}
H3 {
	font-size: small;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.grid {
	font-size: small;
}

.grid TABLE {
	border: solid 1px #bbbbbb;
	background-color: #ffffff;
}

.grid TH {
	border: solid 1px #bbbbbb;
	background-color: #e8eef7;
	font-weight: normal;
	text-align: center;
	padding: 1px;
	line-height: 160%;
}

.grid TH.required{
	color: red;
}

.grid TD {
	border: solid 1px #bbbbbb;
	padding: 1px;
	line-height: 160%;
}

.grid TD.in {
	background-color: #ffffcc;
}

.grid INPUT.text {
	width: 95%;
/*	width: 78px; */
	padding: 1px;
	border: none;
	background-color: #ffffcc;
}

.grid TEXTAREA.text {
	width: 100%;
	border: none;
	background-color: #ffffcc;
}

.grid SELECT.text {
	width: 100%;
}

.grid INPUT.readonly {
	background-color: #ffffff;
}

.grid INPUT.money {
	text-align: right;
}

.grid INPUT.number {
	text-align: right;
}

.grid INPUT.date {
	text-align: center;
}

.grid TD.money {
	text-align: right;
	padding-right: 2px;
}

.grid TD.number {
	text-align: right;
	padding-right: 2px;
}

.grid TD.date {
	text-align: center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.grid2 {
	font-size: small;
}

.grid2 TABLE {
	border: solid 1px #bbbbbb;
	background-color: #ffffff;
}

.grid2 TH {
	border: solid 1px #bbbbbb;
	background-color: #e8eef7;
	font-weight: normal;
	text-align: center;
	padding: 1px;
	line-height: 100%;
}

.grid2 TD {
	border: solid 1px #bbbbbb;
	padding: 1px;
	line-height: 100%;
}

.grid2 TR.even {
	background-color: #eeeeee;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#buttonPanel {
	padding: 3px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background-color: #e6f3ff;
}

#buttonPanel TD {
	padding: 2px 10px 2px 10px;
}

#buttonPanel INPUT.button {
	width: 100px;
	font-size: 11pt;
	font-weight: bold;
	padding: 3px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
DIV.description {
	clear:both;
	font-size: small;
	line-height: normal;
	color: #999999;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#content {
	float: left;
	color: #333;
	background-color: #fff;
	margin-top: 5px;
	margin-left 20px;
}
#content P {
}

#content .inputDesc {
}

#content .error {
	color: red;
	font-weight: bold;
}


#content .buttonPanel SPAN {
	margin: 5px;
}

#side {
	float: right;
	width: 300px;
	padding: 10px;
	font-size: small;
	font-family: Verdana, Geneva, sans-serif;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.button {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11pt;
	font-weight: bold;
	padding: 3px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.pager {
}

TABLE.pager {
	background-color: #ffffff;
}
TD.pager_title {
	border: none;
}
TD.pager_current {
	border: none;
	background-color: #ffffff;
	text-align: center;
	font-weight: 600;
	width: 25;
}
TD.pager_page {
	border: none;
	background-color: #ffffff;
	text-align: center;
	border: solid 1px #cccccc;
	width: 25;
	padding: 0 0 0 0;
}
TD.pager_count {
	border: none;
	background-color: #ffffff;
	color: #999999;
}
TD.pager_sep {
	border: none;
	background-color: #ffffff;
	width: 3px;
}
TD.pager_blank {
	border: none;
	background-color: #ffffff;
	width: 10px;
}
A.pager {
	width: 100%;
	text-decoration: none;
}
A.pager:hover {
	background-color: #ccccff;
}
A.pager:active {
	background-color: #ccccff;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
P.plain {
	line-height: normal;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
table.inputPanel {
	border: 1px solid #ccb;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #fff;
}

table.inputPanel caption {
	font-weight: bold;
	padding: 5px;
	color: #665;
	background-color: #ddc;
	text-align: center;
}

table.inputPanel th {
	font-weight: bold;
	padding: 5px;
	color: #665;
	background-color: #ddc;
}

table.inputPanel td {
	padding: 2px 5px 2px 5px;
	background-color: #eed;
	text-align: left;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
A.bookmarkCount {
	background-color: #ffcccc;
	color: #6666ff;
	padding: 2px;
	font-size: 80%;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#changeList {
	
}

.changeEntry {
}

.changeEntry TABLE {
	width: 490px;
	margin-top: 0px;
	margin-bottom: 5px;
	border: none;
/*	border: solid 1px red; */
}

.changeEntry A {
	margin-left: 3px;
}

.changeEntry TD {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #cccccc;
}

.changeTitle {
	padding: 0px 5px 0px 0px;
}

/*
.changeItemPane {
}
*/

.changeItemLabel {
}
.changeItemValue {
	padding: 0px 5px 0px 0px;
}

.linked_button A {
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
TABLE.dialogs_dialogPane_table {
	border: solid 3px #ffffff;
}
TH.dialogs_dialogPane_table {
	text-align: center;
	padding: 3 3 3 5;
	color: #ffffff;
	font-weight: 600;
	background-color: #009900;
	filter: Alpha(opacity=100, finishopacity=30, style=1); 
}
