/* ************************************************************ */
/* € Common CSS */
/* PRS - Project Registration System 04/03/2021 K.Ono */
/* ************************************************************ */

@charset "utf-8";

/* BODY STYLES */
html, body, form{
	margin:0;
	padding:0;
}
body{
	background-color:#DFE9F5;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666666;
}
body.edit{
	max-width:986px;
	background-color:#DFE9F5;
	background:url(../images/edit_bg.png) repeat-y;
}
img{
	border: none;
}

/* Tags */
img{
	border: none;
}
textarea, select, input{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
textarea{
	font-size:small !IMPORTANT;
	white-space:pre-wrap;
}
input[type="submit"], input[type="button"]{
	min-width:70px;
	height:24px;
	color:#264E91;
	font-weight:bold;
	border:solid 1px #A7A7A7;
	background:url(../images/button.png) repeat-x;
}
input[type="submit"]:hover, input[type="button"]:hover{
	border:solid 1px #264E91;
}
input[type="submit"]:disabled, input[type="button"]:disabled{
	color:#999;
	border:solid 1px #CCCCCC;
}
input[type="submit"].long, input[type="button"].long{
	min-width:140px;
}


table{
	border-collapse:collapse;
	border-spacing:0;
}
th{
	font-weight:normal;
	font-size:8pt;
}
a:link, a:visited{
	color:#264E91;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

h1{
	margin:0;
	padding:0;
	font-size:20px;
	color:#264E91;
	font-weight:bold;
	font-style: italic;
}
h2{
	margin:0;
	padding:0;
	font-size:18px;
	color:#264E91;
}
h3{
	margin:0;
	padding:0;
	font-size:16px;
	color:#264E91;
}
h4{
	margin:0 0 5px 5px;
	padding:0;
	font-size:14px;
	color:#264E91;
}

hr{
	border:solid 2px #264E91;
	border-width: 2px 0px 0px 0px;
	height:1px;
}

/* Fieldset */
fieldset{
	padding:10px;
	padding-top:0px;
	border:solid 2px #264E91;
}
legend{
	color:#264E91;
	font-weight:bold;
	padding:5px;
}

/* Text Boxes */
input[type="text"], input[type="password"], textarea{
	border:1px solid #A5ACB2;
	/*border: none;*/
	margin:0;
	padding:2px;
}
input.required, textarea.required{
	background-color:#FFFFD7;
}
input.list_required, textarea.list_required{
	background-color:#FFFFD7;
}
input.readonly, textarea.readonly{
	background-color:#EEEEEE;
}
input.number, input.price, input.rate{
	text-align:right;
}
input.red{
	color:#D70000;
}
input.faint{
	color:#999;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus{
	border:solid 1px #D70000;
}

/* Select */
select{
	margin:0;
	border:1px solid #A5ACB2;
	height:22px;
}
select.required{
	background-color:#FFFFD7;
}
select.list_required{
	background-color:#FFFFD7;
}
select.readonly{
	background-color:#EEEEEE;
}
input.error, select.error, textarea.error{
	background-color:#FFC1A4;
}

/* Width */
input[type="text"].short, select.short, textarea.short{
	width:75px;
}
input[type="text"].middle, select.middle, textarea.middle{
	width:150px;
}
input[type="text"].long, input[type="password"].long, select.long, textarea.long{
	width:300px;
}
input[type="text"].full, select.full, textarea.full{
	width:800px;
}

/* Checkbox & Radio */
input[type="checkbox"], input[type="radio"]{
	margin:4px 1px;
}

/* List */
ul{
	list-style-type:none;
	margin:0;
	padding:0;
}



/* HEADER STYLES */
div#header{
	background-color:#BED2EC;
	padding:5px 15px 0 15px;
}
body.edit div#header{
	padding:10px 15px 0 15px;
}
div#header table{
	border-collapse: separate;
	border-spacing:2px;
}
div#header td.tab{
	width:250px;
	height:36px;
	background-color:#264E91;
	text-align:center;
}
div#header td.tab h1{
	color:#FFF;
	font-size:18px;
	font-style: normal;
}
div.container{
	border-top:3px solid #264E91;
}


/* MAIN TAB STYLES */
table.menu{
	font-size:8pt;
	border-collapse: separate;
	border-spacing:2px;
}
table.menu td.menu_tab{
	text-align:center;
	line-height:25px;
	width:120px;
	white-space: nowrap;
}
table.menu td.menu_tab a{
	background-color:#E1E1E1;
	color:#979797;
	display: block;
	text-decoration:none;
	border-top:3px solid #aaaaaa;
}
table.menu td.menu_tab a:hover, table.menu td.selected a{
	background-color:#DFE9F5;
	border-top:3px solid #264E91;
	color:#364F6B;
	font-weight: bold;
}


/* Common Styles */
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}
.top{
	vertical-align:top;
}
.bottom{
	vertical-align:bottom;
}
.red{
	color:#F00;
}
div.footer{
	text-align:right;
	margin-top:15px;
}
div.spacer{
	margin-bottom:10px;
	clear:both;
}
div.spacer_narrow{
	margin-bottom:5px;
	clear:both;
}
div.spacer_wide{
	margin-bottom:15px;
	clear:both;
}
div.clear{
	clear:both;
}
.transparent{
	background-color:transparent;
}

/* Container */
div.index{
	width:400px;
	margin:100px auto;
	clear:both;
}
div.container{
	padding:15px;
	padding-bottom:0;
}
div.edit{
	width:980px;
}


/* Table (common) */
table.nowrap th, table.nowrap td{
	white-space:nowrap;
}

/* Table (List) */
table.list{
	border-collapse: separate;
	border-spacing:3px;
}
table.list tr{
	background-color:#F0F0F0;
}
table.list tr.even{
	background-color:#FFFFFF;
}
table.list tr.inactive{
	background-color:#B1B1B1;
}
table.list tr:hover{
	background-color:#FFFFD7;
}

table.list tfoot tr{
	background-color:transparent !important;
	font-weight:bold;
}
table.list tfoot tr:hover{
	background-color:transparent;
}

table.list th{
	border-bottom:1px solid #DFE9F5;
	background-color:#264E91;
	color:#FFFFFF;
	padding:2px;
	white-space:nowrap;
}
table.list th a:link, table.list th a:visited{
	color:#FFFFFF;
}
table.list th.date{
	width:100px;
}
table.list th.by{
	/*width:150px;*/
}
table.list td{
	padding:3px 5px;
	white-space:nowrap;
}
table.list td a:link, table.list td a:visited{
	font-weight:bold;
	background:url(../images/arrow_right_blue.png) no-repeat center left;
	padding-left:10px;
}
table.list th.input, table.list td.input{
	padding:0;
	text-align:center;
}
table.list td.input input{
	/*border:1px solid #FFF;*/
	/*border:none;*/
}
table.list td.input img{
	vertical-align:middle;
}
table.list td.left{
	text-align:left;
}
table.list td.normal{
	white-space:normal;
}

/* Table (Criteria) */
table.criteria{
	border-collapse: separate;
	border-spacing:3px;
	/*width:980px;*/
	font-size:8pt;
}
table.criteria th{
	width:100px;
	text-align:right;
	padding-right:10px;
	white-space:nowrap;
}
table.criteria td{
	padding:0;
	white-space:nowrap;
}
table.criteria td.right{
	padding-right:0;
}

/* Table (Edit) */
table.edit{
	border-collapse: separate;
	border-spacing:5px;
}
table.edit th{
	text-align:right;
	padding:0 5px;
	white-space:nowrap;
	background-color:#264E91;
	color:#FFFFFF;
	width:100px;
	height:21px;
}
table.edit td{
	padding:0 5px;
	white-space:nowrap;
}
table.edit td.right{
	padding-right:0;
}
table.edit td input[type="submit"], table.edit td input[type="button"]{
	/*height:22px;*/
}
table.edit td.title{
	padding:0;
}
table.edit td.button{
	padding:0;
	margin:0;
	text-align:right;
}
table.edit td.title h4{
	margin:0;
}

/* Table (Footer) */
table.footer{
	border-collapse: separate;
	border-spacing:3px;
}
table.footer th{
	width:70px;
	text-align:right;
	padding-right:10px;
	white-space:nowrap;
}
table.footer td{
	padding:0;
	white-space:nowrap;
}

/* Error message */
div#message{
	padding:5px;
	color:#D70000;
	font-weight:bold;
}

