﻿/*reset css*/
html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, input, select, option, textarea, button {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

ul, ol {
	list-style: none;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: normal;
	text-align: left;
}

body {
	font-size: 75%;
	font-family: 'Meiryo UI', arial, sans-serif, monospace;
	display: block;
	overflow: hidden;
}

/*master page*/
.header {
    height: 32px;
    background: #dddddd url("../Scripts/jquery-ui/css/images/ui-bg_gloss-wave_100_666666_100x500.png") 50% 50% repeat-x;
	padding-left:10px;
	color: White;
	
}
.header *{
	font-size: 1.3em;
	line-height: 32px;
	vertical-align:bottom;
}

.menubutton{
	min-height: 1.5em;
	/*IE6 Hack*/
	height: auto !important;
	height: 1.5em;

	float: left;
	width:70px;
	cursor: pointer;

	background-color: #F9F9F9;
	border-right: 1px solid #F1F1F1;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

.breadcrumbs{
	min-height: 1.5em;
	/*IE6 Hack*/
	height: auto !important;
	height: 1.5em;

	background-color: #EEEEEE;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;

	margin-left: 70px;
	padding-left: 5px;
	padding-right: 5px;
}

.content {
	overflow: auto;	
}

/*IE6 Hack*/
* html .content{
	margin-right: 16px;
}


.fotter{
	height: 20px;
	background-color: #EEEEEE;
	border-top: 1px solid #BBBBBB;
	
	overflow: hidden;
}

.menu{
	z-index: 1000;
	position: absolute;
	overflow: auto;
	width: 300px;
	border: 1px solid #BBBBBB;
	border-top-width: 0px;
	background-color: White;
	display: none;

	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}


label {
	font-weight: bold;
}

/*----------------------------------------------------------
   ツリーメニューのクラス定義です。
----------------------------------------------------------*/
.menu .tree-menu li a
{
    display: block;
    color : #3C4749;
    font-weight: bold;
    /*text-transform: uppercase;*/
    padding: 6px 13px 6px 13px;
    text-decoration : none;
    vertical-align: middle;
}

.menu .tree-menu li span
{
    float : left;
    margin-right : 4px;
}


.menu a.menu-root
{
    color : #3C4749;
    font-weight: bold;
    /*text-transform: uppercase;*/
    padding: 6px 13px 6px 13px;
    text-decoration : none;
}

.menu .tree-menu a.active
{
    color : #FFFFFF;
    background-color: #767A7D;
}

/* FOR IE6 */
a.tree-menu-item
{
    display:block;
    color : #000000;
    text-decoration : none;
    padding : 4px 11px 4px 11px;
}

.menu .tree-menu a:hover
{
    display:block;
    color : #000000;
    text-decoration : none;
    background-color: #EEEEEE;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

a.tree-menu-item:hover
{
    display:block;
    color : #000000;
    text-decoration : none;
    background-color: #EEEEEE;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}


/* CONTENTS LAYOUT
----------------------------------------------------------*/
.criteria-area th.ui-widget-header{
	border: 1px solid #CACACA;

}

.searchButton
{
	float:left;
	margin-right:5px;
}

.content-header {
	padding: 16px;
}

.content-header table {
	width: 100%;
}

.content-header th {
	padding: 5px;
	min-width: 80px;
	width: auto !important;
	width: 80px;
    white-space:nowrap;
}

.content-header td {
	padding: 1px 4px 1px 4px;
	min-width: 80px;
	width: auto !important;
	width: 80px;
}

.content-detail {
	padding: 16px;
}

.content-detail table {
	width: 100%;
	border-collapse: collapse;
}

.content-detail th, .content-detail td {
	border: 1px solid #CACACA;
	padding: 5px;
    white-space:nowrap;
}

.content-part {
    min-width: 980px;
    width: 980px;
	margin-top: 3px;
	margin-left: 3px;
    margin-right: 3px;
	z-index: 1;
    border: solid 1px #efefef;
}

.content-part .part-header {
    background-color: #efefef;
    padding: 0px 3px 3px 3px
}

.content-part .part-header a {
    background-image: url('../Scripts/jquery-ui/css/images/ui-icons_222222_256x240.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    margin-right: .5em;
    background-position: -64px 0;
}

.content-part a:hover {
    cursor: pointer;
    background-color: #F6F7F8;
}

.content-part .part-header.part-close a {
    background-position: -32px 0;
}

.content-part .part-body {
    padding: 5px;    
}

.content-part .part-body table {
	border-collapse: collapse;	
}

.content-part .part-body table .ui-button-text-only .ui-button-text{
    padding: 3px;
}

.content-part .mru-header th
{
    border: 1px solid #CACACA;
    min-width: 60px;
    width: auto !important;
	width: 60px;
    white-space:nowrap;
    padding: 5px;
}

.content-part .mru-header td 
{
	min-width: 80px;
    width: auto !important;
	width: 80px;
	padding: 1px 4px 1px 4px;
    word-break:break-all;
}

.content-part .mru-header td input
{
	max-width: 410px;
}

.content-part .detail th, .content-part .detail td {
	border: 1px solid #CACACA;
	padding: 3px;
}

.content-part .part-footer {
    margin-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    position: relative;
    text-align: right;
}

.content-part .item-command {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    float: left;
    padding: 3px 3px 0px 3px;
}

.content-part .part-footer .item-command {
    text-align: right;
    border-top: solid 1px #dbdbdb;
    padding: 3px;
    float:none;
}

.content-part .part-footer .item-command  .is-update-header {
    padding: 3px;
}

.content-part .page-command {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    border-bottom: solid 1px #dbdbdb;
    padding: 3px;
    text-align: right;
    min-width: 250px;
}

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.item-created
{
    background-color: #e0ffff;
}

.item-deleted
{
    background-color: #f5f5f5;
}

.item-updated
{
    background-color:#ffffe0;
}

.item-conflicted
{
    background-color: #ffb6c1;
}
#selectColums
{
	float:left;
    margin-top:5px;	
	margin-bottom:5px;	
}
#totalRecords
{
	float:left;
	padding-top:12px;
	padding-left:5px;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

input[type="submit"] {
	width: 120px;
	height: 24px;
	margin: 0px 10px 0px 0px;
	padding: 2px 4px 8px 4px;
}

.error {
	color: #FF3399;
}

input[type="text"].error input[type="password"].error {
	border: 1px solid #FF3399; /* background-color: #FFCCCC; */
}


input[type="text"], input[type="password"], textarea, select {
	width: 320px;
	border: 1px solid #C0C0C0;
	padding: 1px;
	margin: 1px;
}

option {
	width: 320px !important;
	min-width: 320px;
}

/* jQuery UI
 ----------------------------------------------------------------------------*/
.ui-widget {
	font-family: 'Meiryo UI', arial, sans-serif, monospace;
	font-size: inherit;
}

.days-holiday a.ui-state-default {
	background-image: none;
	background-color: #ffe4e1;
	border-color: #ffb6c1;
}

.days-weekend a.ui-state-default {
	background-image: none;
	background-color: #f0ffff;
	border-color: #87cefa;
}

.ui-datepicker-title select {
	padding: 0px;
	width: auto;
}

/* dialog
---------------------------------------------------------------*/
.dialogButtons {
	border-top: 1px solid #C0C0C0;
	margin-top: 10px;
	padding-top: 10px;
	text-align:right;
}

/* ui-sortable
---------------------------------------------------------------*/
#jquery-ui-sortable li {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	font-weight: bold;
	cursor: move;
}

#jquery-ui-sortable input {
	margin-right: 5px;
}

/* Common Menu Area
   jQuery
---------------------------------------------------------------*/
.content-common-menu
{
	padding: 0px;
}
.content-common-menu .ui-widget-content
{
	border-style:none;
}
.content-common-menu .ui-tabs
{
	padding-left:0px;
	padding-right:0px;
}
.content-common-menu .ui-tabs .ui-tabs-nav
{
	padding-left:1em;
}
.content-common-menu .ui-state-active
{
    border-color: #999999;
}
.content-common-menu
{
    border-color: #999999;
}
.content-common-menu .ui-state-default a
{
    color:#565656;
}
.content-common-menu .ui-state-active a
{
    color:#000000;
    font-weight:700;
}
