﻿/* DEFAULTS
----------------------------------------------------------*/

input[type="text"] {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px;
}
.DropDownList {
  border: 1px solid #999;
  border-radius: 4px;
  padding: 4px;
  margin-top:3px;
  margin-bottom:3px;
  margin-left:3px;
  margin-right:3px;
  vertical-align: middle ;
}


input[type="text"]:focus {
  border: 2px solid #D03B59;
  outline: 0;
}
.DropDownList:focus {
  border: 2px solid #D03B59;
  outline: 0;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-top:1px;
    margin-bottom:1px;
    margin-left:1px;
    margin-right:1px;
    padding: 0px;
    font-size:10pt;
    line-height: 1em;
}

.p_fontsize14
{
    margin-top:1px;
    margin-bottom:1px;
    margin-left:1px;
    margin-right:1px;
    padding: 0px;
    font-size:14pt;
    line-height: 1em;
}

.p_red_fontsize12
{
	color: red;
    margin-top:1px;
    margin-bottom:1px;
    margin-left:1px;
    margin-right:1px;
    padding: 0px;
    font-size:12pt;
    line-height: 1em;
}

.p_red_fontsize10
{
	color: red;
    margin-top:1px;
    margin-bottom:1px;
    margin-left:1px;
    margin-right:1px;
    padding: 0px;
    font-size:10pt;
    line-height: 1em;
}

.a_red
{
	color: red;
}

.HyperLink
{
    margin-top:1px;
    margin-bottom:1px;
    margin-left:1px;
    margin-right:1px;
    padding: 0px;
    font-size:14pt;
    color: #0000ff;
    line-height: 1em;
}

.link_AkiDsp
{
    margin-top:1px;
    margin-bottom:1px;
    margin-left:1px;
    margin-right:1px;
    padding: 0px;
    font-size:10pt;
    line-height: 1em;
}

.button_disabled
{
    font-size:10pt;
    color: #0000ff;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:5px;
    margin-right:5px;
	padding: 3px;
}

.button_image2
{
    font-size:18pt;
    color: #000000;
    margin-top:3px;
    margin-bottom:3px;
    margin-left:5px;
    margin-right:5px;
	padding: 3px;
}

.button2
{
    font-size:10pt;
    color: #0000ff;
    margin-top:2px;
    margin-bottom:0px;
    margin-left:5px;
    margin-right:5px;
	padding: 0px 0px 0px 0px;
}

.button_form
{
    font-size:10pt;
    color: #0000ff;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:1px;
    margin-right:1px;
	padding: 1px;
}

.button_form_width
{
    font-size:10pt;
    color: #0000ff;
    margin-top:1px;
    margin-bottom:0px;
    margin-left:5px;
    margin-right:5px;
	padding: 2px;
    width:120px; 
}

.btn {
	    background: #EEE;
	    border: 1px solid #DDD;
	    border-radius: 8px;
	    -moz-border-radius: 8px;
	    -webkit-border-radius: 8px;
	    color: #111;
	    width: 100px;
	    padding: 10px 0;
	}

.button_custom {
    font-size:16pt;
    margin-top:3px;
    margin-bottom:3px;
    margin-left:5px;
    margin-right:5px;
	padding: 3px;
	position: relative;
	background-color:whitesmoke ;
	border-radius: 4px;
	color: black;
	line-height: 40px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #666;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button_custom:hover {
	background-color: ButtonHighlight;
	box-shadow: 0 3px 0 black;
}
.button_custom:active {
	top: 3px;
	box-shadow: none;
}

.button_custom_small {
    font-size:10pt;
    margin-top:2px;
    margin-bottom:2px;
    margin-left:2px;
    margin-right:2px;
	padding: 2px;
	position: relative;
	background-color:whitesmoke ;
	border-radius: 2px;
    color: #0000ff;
	line-height: 20px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 1px 0 #666;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    vertical-align:middle;
}
.button_custom_small:hover {
	background-color: ButtonHighlight;
	box-shadow: 0 1px 0 black;
}
.button_custom_small:active {
	top: 1px;
	box-shadow: none;
}


.tablebutton
{
    font-size:10pt;
    color: #0000ff;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
	padding: 0px 0px 0px 0px;
}

.waitbutton
{
    font-size:10pt;
    color: #0000ff;
    margin-top:5px;
    margin-bottom:0px;
    margin-left:5px;
    margin-right:5px;
	padding: 0px 0px 0px 0px;
}

.dummybutton
{
	background: none;
	display: none;
	width: 0px;
	visibility: hidden;
}


.listbox
{
    font-size:10pt;
    color: #0000ff;
    margin-top:1px;
    margin-bottom:1px;
    margin-left:1px;
    margin-right:3px;
	padding: 1px 1px 1px 1px;
	vertical-align: middle;
	text-align: left;
}

.listbox_right
{
    font-size:10pt;
    color: #0000ff;
    margin-top:1px;
    margin-bottom:1px;
    margin-left:1px;
    margin-right:3px;
	padding: 1px 1px 1px 1px;
	vertical-align: middle;
	text-align: right;
}

.optbutton
{
	font-size: 10pt;
	color: #0000ff;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	margin-right: 3px;
	padding: 1px 1px 1px 1px;
	vertical-align: middle;
	text-align: left;
}

.checkbox
{
	font-size: 10pt;
	color: #0000ff;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1px;
	margin-right: 3px;
	padding: 1px 1px 1px 1px;
	vertical-align: middle;
	text-align: left;
}

.textbox_num
{
	font-size: 10pt;
	color: #0000ff;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 3px 3px 3px 3px;
	vertical-align: middle;
	text-align: right;
}

.textbox_str
{
	font-size: 10pt;
	color: #0000ff;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 3px 3px 3px 3px;
	vertical-align: middle;
	text-align: left;
}

.imagebutton_st
{
    margin-left:0px;
    margin-right:3px;
    line-height: 1em;
}

.imagebutton_ed
{
    margin-left:3px;
    margin-right:0px;
    line-height: 1em;
}

.imagebutton
{
    margin-left:3px;
    margin-right:3px;
    line-height: 1em;
}

.table
{
	color :black;
    list-style: none;
    margin: 3px;
    padding: 3px;
    line-height: 1em;
    text-align:center; 
	border-color:#0000CC;
}

.table_border-width_bottom
{
	color :black;
    list-style: none;
    margin: 3px;
    padding: 3px;
    line-height: 1em;
    text-align: center; 
    border-top-style: solid;   
    border-top-color: #0000CC;
    border-top-width: 1px;
    border-left-style: solid;   
    border-left-color: #0000CC;
    border-left-width: 1px;
    border-right-style: solid;   
    border-right-color: #0000CC;
    border-right-width: 1px;
    border-bottom-style: solid;   
    border-bottom-color: #0000CC;
    border-bottom-width: 3px;
}

.table2
{
	color: black;
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 1.1em;
	border-style: none;
	border-width: 0em;
	vertical-align: middle;
	white-space: nowrap;
}

.table_line
{
	color: black;
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
	border-style: none;
	border-width: 0em;
	vertical-align: middle;
	white-space: nowrap;
}

.table_Info
{
	color: black;
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 1.1em;
	border-style: none;
	border-width: 0em;
	vertical-align: middle;
}

.table2_red
{
	color: red;
	list-style: none;
	margin: 0px;
	padding: 3px;
	line-height: 1.1em;
	border-style: none;
	border-width: 0em;
	vertical-align: middle;
	white-space: nowrap;
}

.table3
{
	color: black;
	background: LightGray; 
	margin: 0px;
	padding: 3px;
	line-height: 3em;
	border-top-style: solid;
    border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-width: 0.1em;
	border-left-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
    border-color:#0000CC;
	vertical-align: middle;
    text-align:center;  
}

.table3_top
{
	color: black;
	background: LightYellow; 
	list-style: none;
	margin: 0px;
	padding: 3px;
	line-height: 0em;
	border-top-style: solid;
    border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-top-width: 0.1em;
	border-left-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
    border-color:#0000CC;
	vertical-align: middle;
    text-align:center;  
}

.table3_bottom
{
	color: black;
	background: LightGray;
	list-style: none;
	margin: 0px;
	padding: 3px;
	line-height: 0em;
	border-top-style:  dotted;
    border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-width: 0.1em;
	border-left-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
    border-color:#0000CC;
	vertical-align: middle;
}

.gridview
{
	list-style: none;
	margin: 1px;
	padding: 3px;
	line-height: 1em;
	border-style: none;
	border-width: 0em;
	vertical-align: middle;
}

.gridcell
{
	border: 1px solid #9FDFBF;
	list-style: none;
	margin: 1px;
	padding: 3px;
	line-height: 1em;
	vertical-align: middle;
}
 
.tableLogin
{
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    padding: 3px;
    border-style:solid;
    border-width:1px;
    border-color:#0000CC;
    list-style: none;
    line-height: 0em;
    vertical-align:middle;
}

.tableLoginNon
{
    margin: 0px;
    padding: 0px;
    border-style:none;
    border-width:0px;
}

.tableNon_comment
{
    margin: 0px;
    padding: 1px;
	line-height: 1.2em;
	border-style: none;
	border-width: 0em;
	vertical-align: middle;
}

.tableAll
{
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0000CC;
	list-style: none;
	line-height: -1em;
	vertical-align: middle;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
	text-align: left;
	/*white-space: nowrap;*/
}

.tableAll_center
{
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0000CC;
	list-style: none;
	line-height: -1em;
	vertical-align: middle;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
	text-align: center;
	white-space: nowrap;
}

.tableAllTate
{
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0000CC;
	list-style: none;
	line-height: -1em;
	vertical-align: middle;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
	text-align: center;
}

.tableAllLeft
{
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0000CC;
	list-style: none;
	line-height: -1em;
	vertical-align: middle;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
	text-align: left;
	white-space: nowrap;
}

.tableAllLeft_rap
{
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0000CC;
	list-style: none;
	line-height: -1em;
	vertical-align: middle;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
	text-align: left;
}

.table_bg
{
	background:  #0000CC;
	color: White;
    list-style: none;
    margin: 3px;
    padding: 3px;
    line-height: 1em;
    text-align:center; 
	border-color:#0000CC;
}

.table_bg_light
{
	background: #C1C1CC;
	color: Black;
    list-style: none;
    margin: 3px;
    padding: 3px;
    line-height: 1em;
    text-align:center; 
	border-color:#0000CC;
    border-top-style: double;   
    border-top-color: #0000CC;
    border-top-width: 1px;
    border-left-style: solid;   
    border-left-color: #0000CC;
    border-left-width: 1px;
    border-right-style: solid;   
    border-right-color: #0000CC;
    border-right-width: 1px;
    border-bottom-style: solid;   
    border-bottom-color: #0000CC;
    border-bottom-width: 1px;
}

.table_bg_light_bottom_double
{
	background: #C1C1CC;
	color: Black;
    list-style: none;
    margin: 3px;
    padding: 3px;
    line-height: 1em;
    text-align:center; 
	border-color:#0000CC;
    border-top-style: solid;   
    border-top-color: #0000CC;
    border-top-width: 1px;
    border-left-style: solid;   
    border-left-color: #0000CC;
    border-left-width: 1px;
    border-right-style: solid;   
    border-right-color: #0000CC;
    border-right-width: 1px;
    border-bottom-style: double;   
    border-bottom-color: #0000CC;
    border-bottom-width: 3px;
}

.tableAllLeft_bg
{
	background:  #0000CC;
	color: White;
	font-size: larger; 
	margin: 3px 3px 3px 3px;
	padding: 3px;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0000CC;
	list-style: none;
	line-height: -1em;
	vertical-align: middle;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
	text-align: left;
	white-space: nowrap;
}

.tableAllLeft2
{
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-style: solid solid solid solid;
	border-width: 1px 0px 1px 1px;
	border-color: #0000CC;
	list-style: none;
	line-height: -1em;
	vertical-align: middle;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
	text-align: left;
	white-space: nowrap;
}

.tableAllRight2
{
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 0px;
	border-color: #0000CC;
	list-style: none;
	line-height: -1em;
	vertical-align: middle;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
	text-align: left;
	white-space: nowrap;
}

.tableLeft
{
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-style: solid none solid solid;
	border-width: 1px 0px 1px 1px;
	border-color: #0000CC;
	list-style: none;
	line-height: -1em;
	vertical-align: middle;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
	text-align: left;
	white-space: nowrap;
}

.tableLeft_rap
{
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-style: solid none solid solid;
	border-width: 1px 0px 1px 1px;
	border-color: #0000CC;
	list-style: none;
	line-height: -1em;
	vertical-align: middle;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
	text-align: left;
}

.tableMiddle
{
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-style: solid none solid none;
	border-width: 1px 0px 1px 0px;
	border-color: #0000CC;
	list-style: none;
	line-height: -1em;
	vertical-align: middle;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
	text-align: left;
	white-space: nowrap;
}

.tableRight
{
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-style: solid solid solid none;
	border-width: 1px 2px 1px 1px;
	border-color: #0000CC;
	list-style: none;
	line-height: 0em;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
}

.table_Blue
{
	color :black;
    list-style: none;
    margin: 1px;
    padding: 1px;
    line-height: 1em;
    text-align:center; 
	border-color:Blue;
}

.tableAll_Blue
{
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	border-color: Blue;
	list-style: none;
	line-height: -1em;
	vertical-align: middle;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
	text-align: left;
	white-space: nowrap;
}

.tableAllTate_Blue
{
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	border-color: Blue;
	list-style: none;
	line-height: -1em;
	vertical-align: middle;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
	text-align: center;
}

.tableAllLeft_Blue
{
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	border-color: Blue;
	list-style: none;
	line-height: -1em;
	vertical-align: middle;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
	text-align: left;
	white-space: nowrap;
}

.tableAllLeft2_Blue
{
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-style: solid solid solid solid;
	border-width: 1px 0px 1px 1px;
	border-color: Blue;
	list-style: none;
	line-height: -1em;
	vertical-align: middle;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
	text-align: left;
	white-space: nowrap;
}

.tableAllRight2_Blue
{
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 0px;
	border-color: Blue;
	list-style: none;
	line-height: -1em;
	vertical-align: middle;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
	text-align: left;
	white-space: nowrap;
}

.tableLeft_Blue
{
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-style: solid none solid solid;
	border-width: 1px 0px 1px 1px;
	border-color: Blue;
	list-style: none;
	line-height: -1em;
	vertical-align: middle;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
	text-align: left;
	white-space: nowrap;
}

.tableMiddle_Blue
{
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-style: solid none solid none;
	border-width: 1px 0px 1px 0px;
	border-color: Blue;
	list-style: none;
	line-height: -1em;
	vertical-align: middle;
	border-spacing: -1px;
	text-indent: -1px;
	word-spacing: -1em;
	letter-spacing: 0em;
	text-align: left;
	white-space: nowrap;
}

.tableRight_Blue
{
	margin: 0px 0px 0px 0px;
	padding: 3px;
	border-style: solid solid solid none;
	border-width: 1px 2px 1px 1px;
	border-color: Blue;
	list-style: none;
	line-height: 0em;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
}

.HyperLink
{
	list-style: none;
    font-size :10pt;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	border-style: none;
	border-width: 0em;
	vertical-align: middle;
}

.label
{
	list-style: none;
    font-size :10pt;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	border-style: none;
	border-width: 0em;
	vertical-align: middle;
	text-align: left;
}

.label_line
{
	list-style: none;
    font-size :10pt;
	margin: 0px;
	padding: 0px;
	line-height: 1.1em;
	border-style: none;
	border-width: 0em;
	vertical-align: middle;
	text-align: left;
}

.label_Cyuui
{
	color: red;
	list-style: none;
    font-size : 10pt;
	margin: 2px;
	padding: 2px;
	line-height: 1em;
	border-style: none;
	border-width: 0em;
	vertical-align: middle;
	text-align: left;
    width:auto; 
}

.label_12pt
{
	list-style: none;
    font-size :12pt;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	border-style: none;
	border-width: 0em;
	vertical-align: middle;
	text-align: left;
}

.label_16pt
{
	list-style: none;
    font-size :16pt;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	border-style: none;
	border-width: 0em;
	vertical-align: middle;
	text-align: left;
}

.labeltitle
{
	list-style: none;
	color: White;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	border-style: none;
	border-width: 0em;
	vertical-align: middle;
	text-align: left;
}

.tablelabel
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 0em;
	border-style: none;
	border-width: 0em;
	vertical-align: middle;
	text-align: left;
}

.txtInfomation
{
	background-color :lightcyan;
	color: Blue;
	font-size: 10pt;
	list-style: none;
	margin: 0px;
	padding: 1px;
	line-height: 1.2em;
	border-style: none;
	border-width: 0em;
	display: block;
	visibility: visible;
}

.txt_cyuui
{
	font-size: 10pt;
	list-style: none;
	margin: 0px;
	padding: 1px;
	line-height: 1.2em;
	border-style: none;
	border-width: 0em;
	display: block;
	visibility: visible;
}

/* HEADINGS   
----------------------------------------------------------*/


h1{
font-size:120%;
border: solid 1px #0C2C4C;
color:#ffffff;
background-image:url(../image/blue2.png);
line-height: 26px;
padding-left:10px;
}

h10
{
	background-color: #0000CC;
	color:#EEFFEE; 
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
	background-color: #0000CC;
	color:#EEFFEE; 
    font-size: 12pt;
    font-weight: 200;
    padding:3px;
	margin:0px;
}

h3
{
	color:#000000; 
    font-size: 10pt;
    padding:3px;
	margin:0px;
}

h4
{
	background-color: #143677;
	color: #143677;
	font-size: 1pt;
	padding: 0px;
	margin: 0px;
	line-height: 2em;
}

h5
{
    font-size: 1pt;
	padding: 1px;
	margin: 0px;
	line-height: 2em;
}

h6
{
	background-color: #000059;
	color: #004D00;
	font-size: 1pt;
	padding: 3px;
	margin: 0px;
	line-height: 2em;
}
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
	/*font-family:Meiryo,'メイリオ';*/
	font-family: Meiryo,'メイリオ',Osaka,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",'Segoe UI Light','Segoe UI',Tahoma,Arial,Verdana;
	/*font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic,   "ＭＳ Ｐゴシック", sans-serif;*/
	/*width: 1180px;*/
	background-color: snow;
	margin: 20px auto 0px auto;
	border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
	top: 0px;
	left: 0px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    border: none;
    line-height: 2em;
    font-size: larger;
}

.main {
	background-color: snow;
	padding: 0px 5px;
	margin: 12px 3px 3px 3px;
	min-height: 420px;
	line-height: 2em;
	font-size: 10pt;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#000066;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #000066;
    border: 1px #000066 solid;
    color: #FFFFFF;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #00008C;
    color: #FFFFFF;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #0000FF;
    color: #000066;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    font-size:16pt;
    display: block;
    text-align: center;
    width: auto;
}

.title2
{
    font-size:10pt;
    display: block;
    text-align: left;
    width: auto;
    color: #000000;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #CC3300;
}

.loginDisplayName
{
	margin: 0px;
	padding: 4px;
}


.loginDisplay a:link
{
    color: #339933;
}

.loginDisplay a:visited
{
    color: #339933;
}

.loginDisplay a:hover
{
    color: #339933;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.red
{
    color: Red;
}