@charset "utf-8";
html{height:100%;}
body{height:100%;}
.button {cursor:pointer;}
.link{text-decoration:underline;}

/**
 * File element
 */
div.fileinputs {
	position: relative;
	text-align:right;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width:100%;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width:100%;
}

/**
 * Layout
 */
#wrap{width:100%;height:100%;}


/**
 * Full Screen
 */
.full_popup_bg{position:absolute;top:0;left:0;z-index:10;}
.full_popup_box{position:absolute;top:0;left:0;z-index:11;text-align:center;width:100%;height:100%;overflow:auto;}
.full_popup_content{margin:auto auto;width:80%;min-width:400px;text-align:left;height:80%;overflow:auto;}

/**
 * Popup
 */
.popup {z-index:20;}

/**
 * ToolTip
 */
.tool_tip_box{position:absolute;z-index:30;border:1px solid #000000;background-color:#FFFFAA;color:#000000;padding:4px;white-space:nowrap;}

.word_wrap{white-space:nowrap;}
.word_break{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/**
 * Documents Table Header
 */
 
.document_list_head_standard{background-color:#ffffff;background-image:url('../../resource/images/bg_boardtitline.gif');}
.document_list_head_secret  {background-color:#ffffff;background-image:url('../../resource/images/bg_boardtitline01.gif');}

/**
 *