/*
filethumbnail_result	tag
*/

/*-------------------------------------------------------------------------
								html
-------------------------------------------------------------------------*/
*{
	font-size: 14px;
}

html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

/*-------------------------------------------------------------------------
								body
-------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
	color:#000000;
	width:100%;
	height:100%;
	overflow:hidden;
}

/*-------------------------------------------------------------------------
								wrapper
-------------------------------------------------------------------------*/
#wrapper{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	position:relative;
	z-index:0;
	overflow-x:auto;
	overflow-y:hidden;
}
/*-------------------------------------------------------------------------
								contentlist
-------------------------------------------------------------------------*/
#contentlist{
	margin: 0 auto;
	width:auto;
	min-width: 800px;
	position:absolute;
	top:60px;
	bottom: 0px;
	left:0px;
	right: 0px;
	overflow: hidden;
	z-index:0;
}
/*-------------------------------------------------------------------------
								topmenu
-------------------------------------------------------------------------*/
#topmenu{
	width: 100%;
	min-width:800px;
	height:56px;
	position:relative;
	z-index: 5;
	color:#fff;
}
#loadbox{
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
	position:relative;
	top:0px;
	width:100%;
	min-width:800px;
	height: 4px;
	z-index: 4;
}
#loadbar{
	position:absolute;
	height: 4px;
	left:0px;
	width:0px;
}
.icon{
	cursor: pointer;
	position: relative;
	top: 13px;
	margin-left: 20px;
	margin-right: 20px;
}
.largeicon
{
	margin-top: 5px;
    cursor: pointer;
}
#togglemenu{
	height: 50px;
	width:64px;
	float: left;
	transition:background-color 0.2s ease;
}
#togglemenu:HOVER{
	background-color: #6EA9EA;
}
#userbutton{
	height: 50px;
	max-width:180px;
	margin-right: 11px;
	margin-left: 20px;
	float:right;
	text-align: center;
    line-height: 60px;
    cursor: pointer;
}
#userbutton .ellipsis{
	display: inline-block;
	max-width: 150px;
}
#userbutton img{
	vertical-align: 33%;
}
.rightmenu{
	border-radius:20px;
}
.rightmenu:HOVER{
	background-color:#EBF3FF;
}


/*-------------------------------------------------------------------------
								list
-------------------------------------------------------------------------*/
div.linecolor{
	height: 40px;
	line-height: 41px;
	border-bottom: 1px solid #E5EFF4;
    min-width: 583px;
}
div.linecolor:HOVER a{
	text-decoration: underline;
}
div.listcolumncheck{
	position: relative;
	top: 1px;
	margin-left: 8px;
	float: left;
	line-height:40px;
}

div.listcolumnl,
div.listcolumn,
div.listcolumnr{
	padding:0px 2px;
	border-color: #FFFFFF;
	height: 40px;
	border:1px;
}
div.listcolumnl{
	width: 150px;
	margin:2px;
	float:left;
}
div.listcolumn{
	margin-left: 40px;
	margin-right:423px;
}
div.listcolumnr{
	width: 100px;
	float:right;
}
div.columntext{
	height: 38px;
}
div.ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
/*-------------------------------------------------------------------------
								filethumbnail_result
-------------------------------------------------------------------------*/
#filethumbnail_result{
	position: absolute;
	top:82px;
	bottom:40px;
	left:0px;
	right:0px;
	float: left;
	overflow: auto;

	background-color: #fff;
}
.thumbnailbox {
	position:relative;
    margin: 1px;
    padding: 4px 8px;
    width: 150px;
    height: 100px;
    float: left;
    background-color: #FFFFFF;
    border: 1px;
    border-style: solid;
    border-color: #FFFFFF;
    display: block;
}

.thumbnailbox:HOVER{
	background-color:#d1eefe;
}
div.vcenter{
	display: table-cell;
	vertical-align:middle;
	text-align: center;
	width: 150px;
	height:80px;
}

/*-------------------------------------------------------------------------
								input
-------------------------------------------------------------------------*/
input{
	outline:0px;
}
input[type="button"],input[type="submit"]{
	color: #fff;
	border:0px;
	font-size:14px;
	text-align: center;
	cursor: pointer;
	border-radius:1px;
	box-shadow:0px 1px 5px rgba(0,0,0,0.2);
	transition:background-color 0.3s ease,box-shadow 0.3s ease;
}
input[type="button"]{
	width:150px;
	height: 25px;
	line-height: 25px;
}
input[type="submit"]{
	width:250px;
	height: 30px;
	line-height: 30px;
}
input[type="button"]:HOVER,
input[type="button"]:FOCUS,
input[type="submit"]:HOVER,
input[type="submit"]:FOCUS {
	box-shadow:0px 1px 7px rgba(0,0,0,0.2);
	transition:background-color 0.3s ease,box-shadow 0.3s ease;
}
input[type="button"]:ACTIVE,
input[type="submit"]:ACTIVE{
	box-shadow:0px 1px 5px rgba(0,0,0,0.2);
	transition:background-color 0.1s ease,box-shadow 0.1s ease;
}

input[type="text"].text_underline,
input[type="password"].text_underline{
	width: 250px;
	height:30px;
	font-size: 16px;
}
div.input_text_title{
	text-align: left;
	width: 250px;
	margin: auto;
}
.img_checkbox.checked,
.img_radiobutton_on {
	box-shadow: inset 0px 0px 0px rgba(0,0,0,0.3);
	transition: background-color 0.1s ease, box-shadow 0.1s ease;
}
/*-------------------------------------------------------------------------
								common
-------------------------------------------------------------------------*/
hr.separator_light{
	 border: 0px;
	 border-bottom: 1px solid #DFE2E9;
}

div.error_message{
	color:#ED6969;
}
div.caution,
span.caution {
	margin-bottom: 5px;
	font-size: 12px;
	color: #ED6969;
}
.icon_response{
	opacity:0.9;
	transition:opacity 0.2s ease;
	
}
.icon_response:HOVER{
	opacity:1;
	transition:opacity 0.2s ease;
}
.center{
	text-align:center;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

div.center{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
/*-------------------------------------------------------------------------
								img_checkbox img_radiobutton
-------------------------------------------------------------------------*/
.img_checkbox{
	position: relative;
	top: 2px;
	width: 15px;
	height: 15px;
	border-style: none;
	border-radius: 3px;
}
.img_checkbox.unchecked {
	background-color: #eee;
	box-shadow: inset 0px 1px 3px rgba(0,0,0,0.2);
	transition: background-color 0.1s ease, box-shadow 0.1s ease;
}
.img_checkbox.unchecked:HOVER,
.img_checkbox.unchecked:FOCUS{
	background-color: #f5f5f5;
}
.img_checkbox.unchecked:ACTIVE{
	background-color: #eaeaea;
}
.img_checkbox.disabled,
.img_checkbox.disabled:HOVER,
.img_checkbox.disabled:FOCUS,
.img_checkbox.disabled:ACTIVE{
	box-shadow: inset 0px 0px 0px rgba(0,0,0,0.2);
	background-color: #f5f5f5;
}
.img_radiobutton{
	position:relative;
	top:2px;
	width: 15px;
	height: 15px;
	border-style:none;
	border-radius:7px;
	background-color: #eee;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	transition:background-color 0.1s ease, box-shadow 0.1s ease;
}
.img_radiobutton:HOVER,
.img_radiobutton:FOCUS{
	background-color: #f5f5f5;
}
.img_radiobutton:ACTIVE{
	background-color: #eaeaea;
}
.img_radiobutton_on{
	position:relative;
	top:2px;
	width: 15px;
	height: 15px;
	border-style:none;
	border-radius:7px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.3) inset;
	transition:background-color 0.1s ease, box-shadow 0.1s ease;
}