/*** $Id: ezlog.css,v 1.6 2009/04/15 07:09:34 frank Exp $ ***/

p, td {
	font-family: "Times New Roman", "Times", "FreeSerif", "serif";
}

h, a, th, input, select, option {
	font-family: "Arial", "Helvetica", "MgOpen Modata", "FreeSans", "sans-serif";
}

a, input, select, option {
	font-size: 12px;
}

td, p {
	font-size: 12px;
}

h, th {
	font-size: 12px;
}

/******/
input {
	font-weight: bold;
	color: #339;
}

input.login {
	height: 22px;
	width: 130px;
}

input.formbutton {
	width: 85px;
	height: 22px;
	border: 1px outset;
	font-size: 11px;
	background-color: #CCC;
}

input.formbuttonDisable, .disabled {
	color: #999;
}

/******/
select {
	font-weight: bold;
	color: #339;
	text-align: center;
}

.date {
	font-size: 11px;
	font-weight: bold;    
}

/******/
p {
	font-size: 13px;
	font-weight: normal;
}

a {
	text-decoration: underline;
	font-weight: normal;
	color: #00F;
}
a:link, a:visited {
	color: #00F;
}
a:focus, a:active {
	color: #00F;
}
a:hover {
	color: #07F;
}

/******/
.menu {
	height: 28px;
	border-top:    2px solid #09C;
	border-right:  2px solid #039;
	border-bottom: 2px solid #036;
	border-left:   2px solid #09F;
	font-size: 13px;
}
.sysmenu {
	height: 28px;
	border-top:    2px none  #FFF;
	border-right:  2px solid #FFF;
	border-bottom: 2px solid #FFF;
	border-left:   2px none  #FFF;
}
.submenu {
	height: 24px;
	border: 1px solid #666;
}

.menu a, .sysmenu a, .submenu a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.menu a {
	font-size: 13px;
}

.menu a:link, .menu a:visited,
.sysmenu a:link, .sysmenu a:visited, .submenu a:link, .submenu a:visited {
	color: #FFF;
}

.menu a:focus, .menu a:active,
.sysmenu a:focus, .sysmenu a:active, .submenu a:focus, .submenu a:active {
	color: #F9F;
}
.menu a:hover, .sysmenu a:hover, .submenu a:hover {
	color: #FF6;
}

/******/
.warnTable {
	border: 2px solid #960;
	height: 45%;
}
.warnTable, .warnTable p {
	font-size: 13px;
}

.warnTitle {
	border: 1px solid #FFF;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	height: 36px;
}

/******/
.infoTable {
	border: 2px solid #8598A3;
	font-size: 13px;
	height: 45%;
}
.infoTitle {
	border: 1px solid #FFF;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	height: 36px;
}

/******/
.msgPage {
	border: 1px solid #CCC;
}

.msgAction, .msgAction th, .msgAction td {
	font-size: 12px;
}
.msgTable {
	border: 2px solid #8598A3;
}
.msgTitle {
	border: 1px solid #FFF;
	font-weight: bold;
	color: #FFF;
	height: 30px;
}

/******/
.srchPage {
	border: 1px solid #BBB;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	height: 36px;
}
.srchTable {
	border: 1px solid #CCC;
	height: 100px;
}
.srchTitle {
	font-weight: bold;
	height: 32px;
}

/******/
.itemTable1 {
	border: 1px solid #999;
}

.itemTable2 {
	border: 1px solid #666;
	color: #FFF;
}

.itemTable1 tr, .itemTable2 tr {
	line-height: 1.5em;
}

.itemTitle {
	font-weight: bold;
}

.helpTable {
	font-size: 13px;
}
.helpTable li {
	padding-bottom: 10px;
}
.helpTable ul li {
	padding-bottom: 0px;
}

/******/
.btnSpace {
	font-size: 8px;
}

.center {
	position: relative;
	text-align: center;
	margin: 3% auto;
}

.string {
	background:#FFFFE0;
	font-weight: bold;
	font-size: 12px;
	font-family: 'courier new', monospace;
}

.imgShadow {
	display: block;
	border: 2px solid #FFF;
	margin-left:  auto;
	margin-right: auto;
}

