/* Common */
html
{
	width: 100%;
	height: 100%;
	margin: 0;
}
body
{
	background-color: #c0c0c0;
	color: #000000;
	font-family: Tahoma,Arial,Aharoni;
	font-size: 11px;
	margin: 0;
	height: 100%;
}

h3
{
	color: #666666;
	font-family: Tahoma,Arial,Aharoni;
	font-size: 10px;
	font-weight: normal;
}
html h3
{
	margin: 0;
}

/* COMMON */

.errMessage
{
	color: #ff0000;
	font-family: Tahoma,Arial,Aharoni;
	font-size: 11px;
	margin: 0;
}

.txtHelp
{
	display: block;
	margin: 0px 5px 0px 5px;
	color: #000000;
	font-family: arial,tahoma,times new roman;
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	vertical-align: bottom;
}

/* HEAD */

.headBackFrame
{
	background-color: #000000;
	text-align: center;
	display: block;
	margin: 5px 0px 5px 0px;
	width: 990px;
	height: 60px;
}
.headInfoName
{
	color: #ffaa00;
	margin: 0px 0px 0px 0px;
	display: block;
	font-family: times new roman,arial,tahoma;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.headInfoText
{
	color: #ffffff;
	font-family: arial,tahoma,times new roman;
	font-size: 12px;
	font-weight: normal;
}
.headMainButton
{
	background-color: #880000;
	border-top: solid 1px #cc0000;
	border-bottom: solid 1px #440000;
	border-left: solid 1px #660000;
	border-right: solid 1px #aa0000;
	color: #ffffff;
	font-family: arial,tahoma,times new roman;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	width: 150px;
	line-height: 17px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
}
A.headMainButton:hover
{
	background-color: #aa0000;
}

A.headInfoLink
{
	color: #1d4167;
	font-family: Tahoma,Arial,Aharoni;
	font-size: 13px;
	font-weight: bold;
}
A.headInfoLink:hover
{
	color: #a71010;
}

/* FOOT */

.footInfoLabel
{
	color: #000000;
	font-family: Tahoma,Arial,Aharoni;
	font-size: 11px;
	font-weight: normal;
}
.footInfoLink
{
	color: #000000;
	font-family: Tahoma,Arial,Aharoni;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
A.footInfoLink:hover
{
	color: #ff0000;
}

/* LOGIN */

.backLogin
{
	background-color: #ffffff;
	border: solid 1px #880000;
	text-align: center;
	display: inline-table;
	margin: 20px 0px 20px 0px;
	width: 420px;
}
.logTitle
{
	text-align: center;
	display: block;
	margin: 0px 0px 0px 0px;
	color: #880000;
	font-family: arial,tahoma,times new roman;
	font-size: 15px;
	font-weight: bold;
}
.logLegend
{
	text-align: center;
	display: block;
	margin: 0px 0px 0px 0px;
	color: #333333;
	font-family: arial,tahoma,times new roman;
	font-size: 12px;
	font-weight: normal;
}
.logContLabel
{
	font-family: verdana,tahoma,arial;
	font-size: 13px;
	color: #333333;
	width: 100px;
	display: block;
}
.logContTextInput
{
	border: solid 1px #1d4167;
	font-family: verdana,tahoma,arial;
	font-size: 13px;
	color: #880000;
	width: 150px;
}
.logContlogContCheckbox
{
	font-family: verdana,tahoma,arial;
	font-size: 11px;
	color: #880000;
}
.logContButton
{
	border-top: solid 1px #cc0000;
	border-bottom: solid 1px #440000;
	border-left: solid 1px #660000;
	border-right: solid 1px #aa0000;
	background-color: #880000;
	cursor: hand;
	cursor: pointer;
	font-family: verdana,tahoma,arial;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	width: 80px;
	height: 22px;
}
A.logContButton:hover
{
	color: #ffff00;
}
.logLinkText
{
	color: #880000;
	font-family: verdana,tahoma,arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
A.logLinkText:hover
{
	color: #ff0000;
	text-decoration: underline;
}

/* SETTING */

.mainSetting
{
	background-color: #ffffff;
	border: solid 1px #880000;
	text-align: center;
	display: inline-table;
	margin: 5px;
	width: 990px;
}
.mainBlock
{
	background-color: #dedede;
	border: solid 1px #880000;
	text-align: center;
	display: inline-table;
	width: 100%;
}
.setTitle
{
	text-align: center;
	display: block;
	margin: 5px 0px 5px 0px;
	color: #000000;
	font-family: arial,tahoma,times new roman;
	font-size: 15px;
	font-weight: bold;
}
.setSubtitle
{
	text-align: center;
	display: block;
	margin: 0px 0px 5px 0px;
	color: #880000;
	font-family: arial,tahoma,times new roman;
	font-size: 13px;
	font-weight: bold;
}
.setMainMenuItem
{
	display: inline-block;
	margin: 5px 5px 0px 5px;
	color: #000000;
	font-family: arial,tahoma,times new roman;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
A.setMainMenuItem:hover
{
	color: #ff0000;
	text-decoration: underline;
}

.dataContPart
{
	color: #880000;
	font-family: arial,tahoma,times new roman;
	font-size: 12px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	vertical-align: middle;
	line-height: 20px;
}
.dataContLabel
{
	color: #333333;
	font-family: arial,tahoma,times new roman;
	font-size: 11px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	vertical-align: middle;
	line-height: 16px;
	text-indent: 10px;
}
.dataContValue
{
	color: #000088;
	font-family: arial,tahoma,times new roman;
	font-size: 11px;
	font-weight: bold;
	display: block;
	vertical-align: middle;
	line-height: 16px;
}
.dataContInputText
{
	border: solid 1px #666666;
	color: #000088;
	font-family: arial,tahoma,times new roman;
	font-size: 11px;
	font-weight: normal;
}
.dataContInputArea
{
	border: solid 1px #666666;
	color: #000000;
	font-family: arial,tahoma,times new roman;
	font-size: 11px;
	font-weight: normal;
}
.dataContInputRead
{
	border: solid 1px #666666;
	color: #333333;
	font-family: arial,tahoma,times new roman;
	font-size: 11px;
	font-weight: normal;
}
.dataContButton
{
	background-color: #880000;
	border-top: solid 1px #cc0000;
	border-bottom: solid 1px #440000;
	border-left: solid 1px #660000;
	border-right: solid 1px #aa0000;
	color: #ffffff;
	font-family: arial,tahoma,times new roman;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
	width: 80px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
}
A.dataContButton:hover
{
	color: #ffff00;
}
.dataContInfoMsg
{
	color: #880000;
	font-family: arial,tahoma,times new roman;
	font-size: 11px;
}
.dataContTable
{
	border: solid 1px #333333;
	width: 100%;
}
.dataContPageListOn
{
	color: #000000;
	font-family: arial,tahoma,times new roman;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
A.dataContPageListOn:hover
{
	color: #880000;
}
.dataContPageListOff
{
	color: #666666;
	font-family: arial,tahoma,times new roman;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
.dataContTabHead
{
	background-color: #880000;
	border: solid 1px #666666;
	color: #ffffff;
	font-family: arial,tahoma,times new roman;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.dataContTabCell
{
	background-color: #ffffff;
	border: solid 1px #666666;
	color: #000000;
	font-family: arial,tahoma,times new roman;
	font-size: 11px;
	font-weight: normal;
}
.dataContBtnEditOn
{
	background-color: #cccccc;
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #aaaaaa;
	border-left: solid 1px #bbbbbb;
	border-right: solid 1px #dddddd;
	color: #000000;
	font-family: arial,tahoma,times new roman;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 2px;
	width: inherit;
	display: block;
}
A.dataContBtnEditOn:hover
{
	background-color: #aa0000;
	border-top: solid 1px #ee0000;
	border-bottom: solid 1px #660000;
	border-left: solid 1px #880000;
	border-right: solid 1px #cc0000;
	color: #ffffff;
}
.dataContBtnEditOff
{
	background-color: #666666;
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #222222;
	border-left: solid 1px #444444;
	border-right: solid 1px #888888;
	color: #ffffff;
	font-family: arial,tahoma,times new roman;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 2px;
	width: inherit;
	display: block;
}
.dataContTextTitle
{
	color: #000088;
	font-family: arial,tahoma,times new roman;
	font-size: 12px;
	font-weight: bold;
	width: 500px;
	display: inline-block;
}
.dataContTextDisabled
{
	color: #000000;
	font-family: arial,tahoma,times new roman;
	font-size: 12px;
	width: 500px;
	display: inline-block;
}
.dataContTextNone
{
	color: #000000;
	font-family: arial,tahoma,times new roman;
	font-size: 12px;
	font-style: italic;
	width: 500px;
	display: inline-block;
}
