/***********************
*   main style sheet
*   customized by @cowboy
************************/
@import "gridview.css";

html {
    height: 100%;
}

body
{
  margin: 0;
  padding: 0;
  color: black;
  font: normal 13pt "Meiryo UI", Helvetica, sans-serif;
  /*background: url(../images/background/bg_background.jpg) repeat-x left top;*/
  background: url("../images/background/bg.gif") repeat fixed 0 0 transparent;
  /*height: 1000px;*/
  min-height: 100%;
  /*overflow: hidden;*/
}

*
{
  font: normal 11pt "Meiryo UI", Helvetica, sans-serif;
}
#content_body
{
    padding-top: 61px;
    padding-bottom: 20px;
}

a {
  color: #0069d6;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:hover {
  color: #990000;
  text-decoration: underline;
}

select, input, textarea  {font-size:1em; color:#404040; padding-top:2;}

input[type="text"], input[type="password"], textarea,select
{
  background-color:#FFFFFF;
  border:1px solid;
  border-color: #B7B7B7 #EBEBEB #EBEBEB #B7B7B7;
  vertical-align: baseline;
}

input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}

.uneditable-input {
  background-color: #ffffff;
  display: block;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

h1
{
    background: url(../images/ico_sysTit.gif) no-repeat 0 5px;
/*    border-bottom: 3px double #ccc;*/
    font-size: 1.2em;
    text-align: left;
    padding: 0px 0px 4px 15px;
    color:black;
    font-weight: normal;
    /*text-shadow:0px 0px 1px #555;*/
}

h1 span.more
{
    text-align: right;
    font-size: 12px;
    color: #0084C5;
    letter-spacing: 0.2em;
    margin-left: 10px;
    text-shadow: none;
    background: url(../images/band.gif) no-repeat left center;
    padding-left: 24px;
}

#page
{
  width: 980px;
}

#back_shadow
{
  width: 980px;
  background-color: white;
  background: url(../images/background/bg_shadow_loop.png) repeat-y left top;
  padding: 0;
}

#main_content
{
  width: 970px;
  background-color: white;
  background: url(../images/background/bg_shadow_top.png) no-repeat left top;
  padding: 0 6px 3px 6px;
  min-height: 100%;
}

#header
{
    width: 957px;
    height: 60px;
    font-size: 0.6em;
    font-weight: bold;
    background: url(../images/background/bg_header2.gif) repeat-x left top;
    margin:0;
    color:red;
    padding-left: 10px;
    border-bottom: 1px solid gray;
    position: fixed;
    z-index: 1000;
}

#content
{
    padding: 0px 20px 0px 20px;
}

#pagetitle
{
    padding: 0px 10px 0px 20px;
}

#sidebar
{
	padding: 0px 0px 0px 0px;
}

#fileupload
{
    position: fixed;
    bottom: 20px;
    width: 930px;
    background-color: white;
    height: 35px;
}

#footer
{
    border-top: 3px double #CCCCCC;
    margin-top: 0px;
    font-size: 0.8em;
    font-weight: bold;
    color: #1776BC;
    text-align: center;
    height: 20px;
    white-space: nowrap;
    vertical-align: middle;
}

#logo
{
	padding: 0px 0px;
	font-size: 200%;
}

/*
#mainmenu
{
	background:white url(../images/menu_bg.gif) repeat-x left top;
    text-shadow:1px 1px 1px #ccc;
    height: 28px;
    border-top: 1px solid gray;
}

#mainmenu ul
{
	padding:2px 20px 5px 20px;
}

#mainmenu ul li
{
	display: inline;
  /*background: url(../images/menu_space.gif) no-repeat left top;
  /*background: url(../images/background/h3_menu.jpg) no-repeat left top;
}

#mainmenu ul li a
{
	color:#333;
	background-color:transparent;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #990000;
	/*background-color:#EFF4FA;
	text-decoration:none;
}
*/

#mainmenu {
    /*background-image: url(../images/background/navi.gif);*/
    height: 20px;
    left: 1px;
    bottom: 0px;
}

#mainmenu ul {
    /*border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #F0F0F0;*/
    position: absolute;
    height: 20px;
    right: 10px;
    /*
    padding-left: 0px;
    
    right: 100px;
    top: 0;
    */
}

#mainmenu ul li {
    background-image: url("../images/background/li.gif");
    background-position: 3px center;
    background-repeat: no-repeat;
    display: inline;
    padding-left: 13px;
    padding-right: 7px;
    list-style-type: none;
    border-right: 1px solid #CCCCCC;
}

#mainmenu li a, #mainmenu li strong {
    font-size: 16px;
    color: #1776BC;
    text-decoration: none;
    
    /*
    line-height: 16px;
    display: block;
    float: left;
    height: 18px;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;    
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: white;
    padding-top: 2px;
    text-align: center;
    */
}

#mainmenu li a:hover {
    /*background-image: url(../images/background/navi_li_ov.gif);*/
    color: #e84d1c;
    background-color: #FFFFF7;
    text-decoration: underline;
}

#mainmenu ul li.active a {
    /*background-image: url(../images/background/navi_li_ov.gif);*/
    color: #e84d1c;
    background-color: #FFFFF7;
}

/*
#mainmenu li a span {
    line-height: 10px;
    font-size: 10px;
    color: #C6ECFB;
}
#mainmenu li strong span {
    line-height: 12px;
    font-size: 10px;
    color: #666666;
}
#mainmenu li a:hover span {
    color: #1A80C3;
}

#mainmenu li a {
    background-image: url(../images/background/navi_li.gif);
}

#mainmenu ul li.active a {
    background-image: url(../images/background/navi_li_ov.gif);
    color: #006AAA;
    font-weight: normal;
}
*/
#logmenu ul li {
    background-image: url("../images/background/li.gif");
    background-position: 0px center;
    background-repeat: no-repeat;
    color: transparent;
    padding-left: 10px;
}

#logmenu a {
    font-size: small;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    background: url(../images/b_local.gif) no-repeat left center;
    font-weight: bold;
	font-size: 0.8em;
	padding: 5px 20px;
    margin-left: 10px;
    color: #777;
}

div.breadcrumbs span
{
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{
  margin-top: 0px;
  padding: 0px 0px;
  margin: 0px 0px 0px;
  text-align: left;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
/*  border: 1px solid #AAA;    */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.portlet-decoration
{
  display:none; /*uncomment for show*/
  color:#ff9900;
  font-weight:bold;
  background-color:#f2f2f2;
  padding:3px;
  padding-top:5px;
  padding-left:5px;
  background-image:url("../images/backline.gif");
}

.portlet-title
{
	font-size: 0.8em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
/*	margin: 0 0 5px 0;
	padding: 0px 8px; */
    float: right;
}

.portlet-content ul
{
	/*list-style-image:none;
	list-style-position:outside;
	list-style-type:none;*/
	margin: 0;
	padding: 0;
}

.portlet-content ul li
{
    display: inline;
	padding: 0px 0px 0px 6px;
    background: url(../images/arow2.gif) no-repeat left 2px top 9px;
  /*border-bottom: 1px dotted #999;
  text-shadow: 0 1px 0 #ffffff;
  */
}

.portlet-content ul li a
{
    color: #c7b16d;
    background-color: transparent;
    font-size: 13px;
    font-weight: bold; 
    text-decoration: none;
    padding: 5px 8px;
}

.portlet-content ul li a:hover
{
    /*background-color:#EFF4FA;*/
    text-decoration: underline;
    color: #333;
}

.portlet-content ul li.active a
{
    color: #333;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 0.8em Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	/*background: #80CFFF;*/
  color: #0048A4;
}

/* -----------------------------------------------------------------------
 added by @cowboy [from 2012/6/25]
----------------------------------------------------------------------- */

.block
{
  /*border: 5px solid #DFDFDF;*/
  padding: 0px;
  margin: 0px 0px 10px 0px;
  /*background: url(../images/arrow7.gif) no-repeat 10px 12px;*/
  height: 240px;
  overflow: auto;
}

.block .title
{
  padding: 10px 0px 6px 25px;
  background: url(../images/dot_line.gif) repeat-x bottom left;
}

#subtitle
{
  padding: 0px 0px 0px 15px;
}

.block .content
{
  margin: 0px 0px
}
/*
.comment
{
    -webkit-border-radius:7px;
    padding: 10px;
    background: #F0F0F0;
    margin: 10px 0;
}

.comment .content
{
    margin: 10px 0;
}

.comment .author
{
    margin: 5px 0;
    padding: 0 0 3px;
    border-bottom: 1px solid #DDD;
}

.comment .time
{
    color: #888;
    font-size: 0.8em;
}

.comment a.cid
{
    color:#CCC;
    float:right;
    font-size:1.5em;
    font-weight:bold;
    padding:0 5px 5px 5px;
    text-decoration: none;
}

.comment a.cid:hover
{
    color:#555;
}

.comment .pending
{
    color:red;
}
*/
table.confirm
{
    /*width: 40%;*/
    background-color: #CCCCCC;
}

table.confirm th
{
    font-weight: normal;
    background-color: #FFF;
    width: 200px;
}

table.confirm td
{
    background-color: #FFF;
}

span.red, .correct
{
  font-weight: bold;
  color:#FF3300;
}

.gray
{
  color:#E0E0E0;
  opacity:0;
}

.gray span
{
  color:#E0E0E0;
  
}

.consolidate_cell
{
    width: 890px; 
    overflow-y:hidden; 
    overflow-x:auto; 
    position: relative; 
}

.gray span.correct
{
  color: #FFD6C1;
}

.answer-form
{
  /*border:1px solid #ccc;*/
}

.answer-form .title
{
  color:#FF6600;
  font-weight: bold;
}

table.enquete-result
{
  width: 98%;
  background-color: #AFCAD7;
  border-spacing: 5px;
}

table.enquete-result td
{
  color: white;
  text-align: center;
}

table.enquete-result .title
{
  padding: 5px 10px;
  border-bottom: 1px #aaa dotted;
}

.head_text
{
  color:#ff9900;
  font-weight:bold;
  background-color:#f2f2f2;
  padding:3px;
  padding-top:5px;
  padding-left:5px;
  background-image:url("../images/backline.gif");
}

#forum-info
{
  margin: 0px 0;
  font-size: 0.8em;
  line-height: 1.6em;
}

#forum-info .item
{
  background: url(../images/b_detail.gif) no-repeat left center;
  padding-left: 12px;
}
/*
#forum-info a
{
  font-size: 0.9em;
  text-decoration: none;
  margin: 0 10px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  background: #eee;
  color: #1E5286;
}
*/
#forum-info .forum
{
}

#answer-list, #result
{
  background: white;
  padding: 5px;
/*
  border: 2px solid #e7e7db;
  -webkit-box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.05);
*/
  font-size: 0.9em;
}
/*
#answer-list .answer-form
{
  height: 400px;
  overflow: auto;
  border: 3px solid #92D4E4;
  padding: 10px 3px;
}
*/
#chat
{
  background: white;
  padding: 5px;
/*
  border: 2px solid #e7e7db;
  -webkit-box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.05);
*/
}

#chat .chat-list
{
  border: 2px solid #FFECB3;
  background-color: #FFFFFC;
}

#chat .chat-control
{
  margin-top: 5px;
  text-align: center;
}

#chat .chat-control .chat-input table
{
  margin-bottom: 0px;
}

#chat .chat-control textarea
{
  width: 600px;
  max-width: 600px;
  height: 50px;
  resize: none;
}

.enquete-grid-viw
{

}

.enquete-grid-view h4
{
  width: 100%;
  color:#990000;
  font-size: 1.1em;
  background-color:#f2f2f2;
  padding-bottom:4px;
  padding-top:5px;
  padding-left:5px;
  background-image:url(../images/backline.gif);
}

.user-enquete-board
{
  padding: 4px;
  margin-bottom: 15px;
  background-image: url(../images/background/slantline.gif);
}

.user-enquete-board .title
{
  padding: 0 0px 2px 20px;
  background: url(../images/muser.gif) no-repeat left center;
  font-weight: bold;
  color: #555;
  text-align: left;
  width: 90%
}

.user-enquete-board .action
{
  text-align: right;
}

.user-enquete-board .title .enquete-no
{
  color: #333;
}

.user-enquete-board .button
{
  float: right;
}

.user-enquete-board .button .submit_answer_button
{
}

.user-enquete-board .content
{
  clear: both;
  border: 2px solid white;
  background-color: white;
}

.user-enquete-board .content .radio
{
  width: 10px;
}

.user-enquete-board .content .letter-no
{
  width: 30px;
}

.user-enquete-board .content .answer-content
{
}

/*
.q-grid-view table
{
  border-top: 3px solid #E3C59F;
  border-bottom: 3px solid #E3C59F;
}
*/
.q-grid-view table
{
}

.q-grid-view table td
{
  border-bottom: 1px dotted #ccc;
}

.q-grid-view table tr:hover
{
  background-color: #EEE;
  cursor: pointer;
}

.q-grid-view table tr.selected
{
  background-color: #EEE;
}

.member
{
  font-size:1em;
}

.member td
{
  vertical-align: top;
}

.member .member-register
{
  margin: 20px 20px 0px;
  padding: 10px 10px 0px;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.member .member-register table.header
{
  background: url(../images/background/headbarbg.gif) repeat-x left top;
  margin-top:3;
  margin-bottom:3;
  line-height:130%;
}

.member .member-register table.header .note
{
  font-size:0.9em;
}

.member .member-login
{
  margin: 20px;
  padding: 10px;
  border: 1px solid #E4A392;
  background: #FAF1EF;
  -webkit-border-radius: 5px;
}

.member .member-login .header
{
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.member .member-login .form
{
  background: url(../images/mark_login.gif) no-repeat 0px 20px;
  padding-left: 80px;
  margin-top: 10px;
}

#detail-view
{
  width: 80%;
  font-size: 1.0em;
}

#detail-view
{
  /*
  border-top: 5px solid #CBECF5;
  border-bottom: 5px solid #CBECF5;
  */
  border: 5px solid #CBECF5;
}

#detail-view th
{
  text-align: center;
  width: 30%;
}

#detail-view td
{
  width: 70%;
  padding: 0.3em;
  padding-left: 10px;
}

div.forum-info
{
  font-size: 0.8em;
}
div.forum-info span.sponsor
{
  background: url(../images/muser.gif) no-repeat left center;
  padding-left: 22px;
  font-size: 1.2em;
}
div.forum-info span.openday
{
  margin-left: 10px;
  background: url(../images/calendar.gif) no-repeat left center;
  padding-left: 20px;
}

div.attendance-info
{
  font-size: 0.8em;
  margin: 0px 0px 0px 15px;
}
div.attendance-info div.forum-url
{
  float:left;
}
div.forum-usercount
{
  float: right;
}

div.refresh
{
  clear: both;
  text-align: right;
  padding-top: 0px;
}
div.refresh a
{
  /*text-decoration: none;*/
  background: url(../images/arow_b_dn.gif) no-repeat left center;
  padding-left: 10px;
  font-size: 0.8em;
}

#forum-user-grid
{
  margin-top: 0px;
}

button, input[type="button"], input[type="submit"], .btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  /*padding: 5px 14px 6px;*/
  padding: 3px 10px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 0.9em;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
  text-decoration: none;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover, .btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
button:focus, input[type="button"]:focus, input[type="submit"]:focus, .btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.active, .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 2px 8px;
}
:root .alert-message, :root .btn {
  border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.alert-message {
  position: relative;
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  margin-top: 1px;
  *margin-top: 0;
}
.alert-message a {
  font-weight: bold;
  color: #404040;
}
.alert-message.danger p a,
.alert-message.error p a,
.alert-message.success p a,
.alert-message.info p a {
  color: #ffffff;
}
.alert-message h5 {
  line-height: 18px;
}
.alert-message p {
  margin-bottom: 0;
}
.alert-message div {
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 28px;
}
.alert-message .btn {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message.block-message {
  background-image: none;
  background-color: #fdf5d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 14px;
  border-color: #fceec1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.alert-message.block-message ul, .alert-message.block-message p {
  margin-right: 30px;
}
.alert-message.block-message ul {
  margin-bottom: 0;
}
.alert-message.block-message li {
  color: #404040;
}
.alert-message.block-message .alert-actions {
  margin-top: 5px;
}
.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info {
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-message.block-message.error {
  background-color: #fddfde;
  border-color: #fbc7c6;
}
.alert-message.block-message.success {
  background-color: #d1eed1;
  border-color: #bfe7bf;
}
.alert-message.block-message.info {
  background-color: #ddf4fb;
  border-color: #c6edf9;
}
.alert-message.block-message.danger p a,
.alert-message.block-message.error p a,
.alert-message.block-message.success p a,
.alert-message.block-message.info p a {
  color: #404040;
}

.well {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.hero-unit {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h2 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}

.treeview .hover
{
  color: #4885D3;
}

div.forum-usercount
{
  background: url(../images/ic035.gif) no-repeat left center;
  padding-left: 18px;
}

table.nopadding th, table.nopadding td,
td.dhtmlxLayoutSinglePoly,
td.dhtmlxLayoutPolySplitterHor,
td.dhtmlxLayoutPolySplitterHorInactive
{
  padding: 0;
  vertical-align: top;
}

.group .title
{
  vertical-align: middle;
}

#ui-datepicker-div
{
  font-size: 0.9em;
}

#enquete_tree a
{
  font-size: 0.8em;
}
#enquete_tree a.correct-button
{
  background: url(../images/button/correct.gif) no-repeat left center;
  padding-left: 13px;
  margin-left: 8px;
}
#enquete_tree a.acorrect-button
{
  background: url(../images/button/correct_answer.png) no-repeat left center;
  padding-left: 13px;
  margin-left: 8px;
}
#enquete_tree a.create-button
{
  background: url(../images/button/enquete_add.gif) no-repeat left center;
  padding-left: 16px;
  margin-left: 8px;
}
#enquete_tree a.update-button
{
  background: url(../images/button/update.png) no-repeat left center;
  padding-left: 16px;
  margin-left: 8px;
}
#enquete_tree a.delete-button
{
  background: url(../images/button/delete.png) no-repeat left center;
  padding-left: 16px;
  margin-left: 8px;
}
#enquete_tree a.answer-add-button
{
  background: url(../images/button/answer_add.gif) no-repeat left center;
  padding-left: 16px;
  margin-left: 8px;
}

.row p
{
  font-size: 0.8em;
}

div.login
{
  border: 3px solid #eee;
}

div.member-register td > img
{
  margin-right: 10px;
}

div.row
{
  padding-bottom: 10px;
}

div.buttons input{
  width:130px;
  height:30px
}

div.row label
{
  background: url(../images/background/bg_form_field.png) no-repeat top left;
}

div.row span.comment
{
  color: #999;
  font-size: 0.8em;
}
/*
#table-form
{
  margin: 15px 0;
}

#table-form div.table
{
  border-top: 3px solid #D5E6FF;
  border-bottom: 3px solid #D5E6FF;
  padding-bottom: 5px;
  margin: 5px 0;
}

#table-form div.row {
  height: 24px;
  border-bottom: 1px dotted #DDD;
  padding: 3px;
}

#table-form div.row > label {
  font-size: 13px;
  float: left;
  width: 130px;
  text-align: right;
  color: #404040;
  margin-right: 10px;

  padding: 6px;
  text-transform: uppercase;
  white-space: nowrap;
  background: url(../images/background/slantline.gif);
}

#table-form .buttons
{
  text-align: center;
}
*/
div.div_chat {
  /*padding: 0px 1px;*/
  /*border: 1px 1px 1px 0px solid #A4BED4;*/
  /*border-left: solid 1px #A4BED4;*/
  /*border-right: solid 1px #A4BED4;*/
  /*border-bottom: solid 1px #A4BED4; */
  width: 100%;
  height: 100%;
  min-height: 100%;
}

div.div_chat h4 {
  margin: 0 0 0;
  border-bottom: solid 1px #A4BED4;
  background: url(/images/background/dhxlayout_bg.gif);
  padding-left: 5px;
  /*color: #363;*/
}

.tbl_title
{
    margin-bottom: 0px;
}

.tbl_title td 
{
    vertical-align: top;    
}

.tbl_title h1
{
    width: 500px;
}   

.tbl_title h1 span 
{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 500px;
}

.graph {
    /*float:left;
    margin-top:10px;
    background-color:#cecece;
    position:relative;
    width:100px;
    padding:0*/
    border: 1px solid #DDDDDD;
    display: inline;
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
    width: 100px;
    text-align: left;
    height: 18px;
}
.graph div {
    position: relative;
    top: -19px;
    left:0px;
    text-align: center;
}

.graph .bar {
    /*
    display:block;
    position:relative;
    background-image:url(/images/bargraph.gif);
    background-position:right center;
    background-repeat:repeat-x;
    border-right:#538e02 1px solid;
    text-align:center;
    color:#fff;
    height:15px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:1.0em
    */
    
    background: none repeat scroll 0 0 #39E944;
    border-radius: 2px 2px 2px 2px;
    color: #333333;
    display: block;
    /*padding: 2px 0;*/
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    word-wrap: normal;
    white-space: nowrap;
}

.graph .d_bar {
    background: none repeat scroll 0 0 #39E944;
    border-radius: 1px 1px 1px 1px;
    /*color: #333333;*/
    display: block;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    word-wrap: normal;
    white-space: nowrap;
    height: 18px;
}
.graph .bar span {
    position:absolute;
    left:1em;
}



.graph .bar1 {
    display:block;
    position:relative;
    background-image:url(/images/bargraph1.gif);
    background-position:right center;
    background-repeat:repeat-x;
    border-right:#538e02 1px solid;
    text-align:center;
    color:#fff;
    height:15px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:1.0em
}

.graph .bar1 span {
    position:absolute;
    left:1em
}

.graph1 {
    
    /*float:left;
    margin-top:10px;
    background-color:#cecece;
    position:relative;
    width:100px;
    padding:0
    */
    border: 1px solid #DDDDDD;
    display: inline;
    float: left;
    width: 280px;
    
}

.graph1 .bar {
    /*
    display:block;
    position:relative;
    background-image:url(/images/bargraph.gif);
    background-position:right center;
    background-repeat:repeat-x;
    border-right:#538e02 1px solid;
    text-align:center;
    color:#fff;
    height:15px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:1.0em
    */
    
    background: none repeat scroll 0 0 #39E944;
    border-radius: 2px 2px 2px 2px;
    color: #333333;
    display: block;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.graph1 .bar span {
    position:absolute;
    left:1em
}

#loader
{
    /*padding-top:200px;
    text-align: center;
    vertical-align: middle;*/
    
}

.loading{
    background-color:#FFFFFF;
    border:#99CCFF 1px solid;
}

#loaderContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: expression('absolute');
  height: expression(document.documentElement.scrollHeight+'px');
  width: expression(document.documentElement.scrollWidth+'px');
  z-index: 1000;
  padding-left: 150px;
  padding-right: 150px;
  text-align: center;
}

#loaderContainer_forum {
  position: fixed;
  width: 100%;
  /*height: 100%;
  padding-top: 100px;
  */
  top: 0;
  left: 0;
  position: expression('absolute');
  height: expression(document.documentElement.scrollHeight+'px');
  width: expression(document.documentElement.scrollWidth+'px');
  z-index: 1000;
  /*
  padding-left: 170px;
  padding-right: 170px;
  */
  text-align: center;
}

#loaderContainer_history {
  position: fixed;
  width: 100%;
  /*height: 100%;*/
  margin-top: 150px;
  top: 0;
  left: 0;
  position: expression('absolute');
  width: expression(document.documentElement.scrollWidth+'px');
  z-index: 1000;
  padding-left: 105px;
  padding-right: 115px;
  text-align: center;
}

#loaderContainer, #loaderContainer_forum td {
    /*
    padding-top: 150px;
    */
    vertical-align: top;
    text-align: center;
    background-image:url(/images/transparent.gif);
}

#loaderContainer, #loaderContainer_forum td td {
    padding-top: 3px;
    text-align: left;
}

#loaderContainer_history td {
    padding-top: 0px;
    vertical-align: top;
    text-align: center;
    background-image:url(/images/transparent.gif);
}

#loaderContainer_history #loader {
    padding-top: 30px;
    height: 80px;
}

#loaderContainer_history #loader table {
}

#result-bar h3 {
    margin-bottom: 0px;
}

.chartscontainer {
    padding-left: 20px;
    font-size: 15px;
}

.chartscontainer ol {
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
}

.chartscontainer table {
    margin-bottom: 2px;
}

.chartscontainer td {
    padding: 0px;
}

#div_answer h4 {
    font-size: 17px;
}

/* 2012-11-14 */
.div_notice
{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: expression('absolute');
    z-index: 1000;
    padding-top: 195px;
    padding-left: 185px;
    text-align: center;
    background-image:url(/images/transparent.gif);
}
.notice
{
    border:1px solid #d9d9d9;box-shadow:inset 0 0 0px 1px #FFFFFF;-moz-box-shadow:inset 0 0 0px 1px #FFFFFF;-webkit-box-shadow:inset 0 0 0px 1px #FFFFFF;height:45px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;margin-bottom:25px;padding-left:20px;cursor:pointer; 
}
.notice span
{
    color:#515151;font-size:14px;text-shadow:1px 1px rgba(255,255,255,0.5);line-height:45px;padding 
} 
.notice.warning span
{
    color:#4a3505;
}
.notice.warning
{
    border-color:#eac572;background: rgb(255,244,214);background: -moz-linear-gradient(top,  rgba(255,244,214,1) 1%, rgba(244,226,184,1) 71%);background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,244,214,1)), color-stop(71%,rgba(244,226,184,1)));background: -webkit-linear-gradient(top,  rgba(255,244,214,1) 1%,rgba(244,226,184,1) 71%);background: -o-linear-gradient(top,  rgba(255,244,214,1) 1%,rgba(244,226,184,1) 71%);background: -ms-linear-gradient(top,  rgba(255,244,214,1) 1%,rgba(244,226,184,1) 71%);background: linear-gradient(top,  rgba(255,244,214,1) 1%,rgba(244,226,184,1) 71%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4d6', endColorstr='#f4e2b8',GradientType=0 );
    width: 890px;
}
.notice.success span
{
    color:#617718;
}
.notice.success
{
    border-color:#b2c866;background: rgb(240,250,204);background: -moz-linear-gradient(top,  rgba(240,250,204,1) 0%, rgba(223,242,153,1) 71%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,250,204,1)), color-stop(71%,rgba(223,242,153,1)));background: -webkit-linear-gradient(top,  rgba(240,250,204,1) 0%,rgba(223,242,153,1) 71%);background: -o-linear-gradient(top,  rgba(240,250,204,1) 0%,rgba(223,242,153,1) 71%);background: -ms-linear-gradient(top,  rgba(240,250,204,1) 0%,rgba(223,242,153,1) 71%);background: linear-gradient(top,  rgba(240,250,204,1) 0%,rgba(223,242,153,1) 71%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0facc', endColorstr='#dff299',GradientType=0 ); 
    width: 890px;
}

#forumlist .selected
{
    color: red;
    font-weight: bold;
}

.member-register h3
{
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background-image: url(/images/layout/side_h3_admin.gif);
    height: 20px;
    padding-bottom: 7px;
    font-weight: normal;
    margin-bottom: 1px;
    padding-top: 5px;
    letter-spacing: 1px;
    text-align: center;
}

.member-register .side_box {
    background-image: url(/images/layout/side_box.gif);
    background-repeat: repeat-x;
    background-position: top;
    /*width: 300px;*/
    margin-bottom: 5px;
    background-color: #F2F1EF;
    padding-top: 5px;
    padding-bottom: 10px;
}

.member-register .side_box .side_inbox {
    background-image: url(/images/layout/side_inbox.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    width: 330px;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #F5F5F4;
    margin-right: auto;
    margin-left: auto;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
}

.member-register label {
    display: inline;
    font-size: 0.9em;
    font-weight: bold;
}

.member-register .errorMessage {
    color: red;
    font-size: 14px;
}

.member-register span.required {
    color: red;

/***********************
*   main style sheet
*   customized by @cowboy
************************/
@import "gridview.css";

html {
    height: 100%;
}

body
{
  margin: 0;
  padding: 0;
  color: black;
  font: normal 13pt "Meiryo UI", Helvetica, sans-serif;
  /*background: url(../images/background/bg_background.jpg) repeat-x left top;*/
  background: url("../images/background/bg.gif") repeat fixed 0 0 transparent;
  /*height: 1000px;*/
  min-height: 100%;
  /*overflow: hidden;*/
}

a {
  color: #0069d6;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:hover {
  color: #990000;
  text-decoration: underline;
}

select, input, textarea  {font-size:1em; color:#404040; padding-top:2;}

input[type="text"], input[type="password"], textarea,select
{
  background-color:#FFFFFF;
  border:1px solid;
  border-color: #B7B7B7 #EBEBEB #EBEBEB #B7B7B7;
  vertical-align: baseline;
}

input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}

.uneditable-input {
  background-color: #ffffff;
  display: block;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

h1
{
    background: url(../images/ico_sysTit.gif) no-repeat 0 5px;
    border-bottom: 3px double #ccc;
    font-size: 1.2em;
    text-align: left;
    padding: 0px 0px 4px 25px;
    color:black;
    font-weight: normal;
    /*text-shadow:0px 0px 1px #555;*/
}

h1 span.more
{
    text-align: right;
    font-size: 12px;
    color: #0084C5;
    letter-spacing: 0.2em;
    margin-left: 10px;
    text-shadow: none;
    background: url(../images/band.gif) no-repeat left center;
    padding-left: 24px;
}

#page
{
  width: 980px;
}

#back_shadow
{
  width: 980px;
  background-color: white;
  background: url(../images/background/bg_shadow_loop.png) repeat-y left top;
  padding: 0;
}

#main_content
{
  width: 970px;
  background-color: white;
  background: url(../images/background/bg_shadow_top.png) no-repeat left top;
  padding: 0 6px 3px 6px;
  /*height: 1000px;*/
  min-height: 100%;
}

#header
{
    width: 957px;
    height: 60px;
    font-size: 0.6em;
    font-weight: bold;
    /*background: url(../images/background/bg_header1.png) repeat-x left top;*/
    background: url(../images/background/bg_header2.gif) repeat-x left top;
    margin:0;
    color:red;
    padding-left: 10px;
    border-bottom: 1px solid gray;
}

#content
{
    padding: 0px 20px 0px 20px;
    overflow-y: auto;
    overflow-x: hidden;
}

#pagetitle
{
    padding: 0px 10px 0px 20px;
}

#sidebar
{
	padding: 0px 0px 0px 0px;
}

#footer
{
    /*
    background-c olor: #738686;
    background-image: url("../images/background/foot.gif");
    */
    border-top: 3px double #CCCCCC;
    margin-top: 0px;
    font-size: 0.8em;
    font-weight: bold;
    color: #1776BC;
    text-align: center;
    height: 20px;
    white-space: nowrap;
    vertical-align: middle;
}

#logo
{
	padding: 0px 0px;
	font-size: 200%;
}

/*
#mainmenu
{
	background:white url(../images/menu_bg.gif) repeat-x left top;
    text-shadow:1px 1px 1px #ccc;
    height: 28px;
    border-top: 1px solid gray;
}

#mainmenu ul
{
	padding:2px 20px 5px 20px;
}

#mainmenu ul li
{
	display: inline;
  /*background: url(../images/menu_space.gif) no-repeat left top;
  /*background: url(../images/background/h3_menu.jpg) no-repeat left top;
}

#mainmenu ul li a
{
	color:#333;
	background-color:transparent;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #990000;
	/*background-color:#EFF4FA;
	text-decoration:none;
}
*/

#mainmenu {
    /*background-image: url(../images/background/navi.gif);*/
    height: 20px;
    left: 1px;
    bottom: 0px;
}

#mainmenu ul {
    /*border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #F0F0F0;*/
    position: absolute;
    height: 20px;
    margin: 2px;
    /*
    padding-left: 0px;
    
    right: 100px;
    top: 0;
    */
}

#mainmenu ul li {
    background-image: url("../images/background/li.gif");
    background-position: 3px center;
    background-repeat: no-repeat;
    display: inline;
    padding-left: 13px;
    padding-right: 7px;
    list-style-type: none;
    border-right: 1px solid #CCCCCC;
}

#mainmenu li a, #mainmenu li strong {
    font-size: 13px;
    color: #1776BC;
    text-decoration: none;
    
    /*
    line-height: 16px;
    display: block;
    float: left;
    height: 18px;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;    
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: white;
    padding-top: 2px;
    text-align: center;
    */
}

#mainmenu li a:hover {
    /*background-image: url(../images/background/navi_li_ov.gif);*/
    color: blue;
    background-color: #FFFFF7;
    text-decoration: underline;
}

#mainmenu ul li.active a {
    /*background-image: url(../images/background/navi_li_ov.gif);*/
    color: blue;
    text-decoration: underline;
    background-color: #FFFFF7;
}

/*
#mainmenu li a span {
    line-height: 10px;
    font-size: 10px;
    color: #C6ECFB;
}
#mainmenu li strong span {
    line-height: 12px;
    font-size: 10px;
    color: #666666;
}
#mainmenu li a:hover span {
    color: #1A80C3;
}

#mainmenu li a {
    background-image: url(../images/background/navi_li.gif);
}

#mainmenu ul li.active a {
    background-image: url(../images/background/navi_li_ov.gif);
    color: #006AAA;
    font-weight: normal;
}
*/

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    background: url(../images/b_local.gif) no-repeat left center;
    font-weight: bold;
	font-size: 0.8em;
	padding: 5px 20px;
    margin-left: 10px;
    color: #777;
}

div.breadcrumbs span
{
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{
  margin-top: 0px;
  padding: 0px 0px;
  margin: 0px 0px 0px;
  text-align: left;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #AAA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.portlet-decoration
{
  display:none; /*uncomment for show*/
  color:#ff9900;
  font-weight:bold;
  background-color:#f2f2f2;
  padding:3px;
  padding-top:5px;
  padding-left:5px;
  background-image:url("../images/backline.gif");
}

.portlet-title
{
	font-size: 0.8em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	margin: 0 0 5px 0;
	padding: 0px 8px;
}

.portlet-content ul
{
	/*list-style-image:none;
	list-style-position:outside;
	list-style-type:none;*/
	margin: 0;
	padding: 0;
}

.portlet-content ul li
{
    display: inline;
	padding: 0px 0px 0px 6px;
    background: url(../images/arow2.gif) no-repeat left 7px;
  /*border-bottom: 1px dotted #999;
  text-shadow: 0 1px 0 #ffffff;
  */
}

.portlet-content ul li a
{
    color:#333;
    background-color:transparent;
    font-size:0.8em;
    font-weight:bold;
    text-decoration:none;
    padding:5px 8px;
}

.portlet-content ul li a:hover, .portlet-content ul li.active a
{
    color: #990000;
    /*background-color:#EFF4FA;*/
    text-decoration:none;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 0.8em Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	/*background: #80CFFF;*/
  color: #0048A4;
}

/* -----------------------------------------------------------------------
 added by @cowboy [from 2012/6/25]
----------------------------------------------------------------------- */

.block
{
  /*border: 5px solid #DFDFDF;*/
  padding: 0px;
  margin: 0px 0px 10px 0px;
  /*background: url(../images/arrow7.gif) no-repeat 10px 12px;*/
  height: 240px;
  overflow: auto;
}

.block .title
{
  padding: 10px 0px 6px 25px;
  background: url(../images/dot_line.gif) repeat-x bottom left;
}

.block .content
{
  margin: 0px 0px
}
/*
.comment
{
    -webkit-border-radius:7px;
    padding: 10px;
    background: #F0F0F0;
    margin: 10px 0;
}

.comment .content
{
    margin: 10px 0;
}

.comment .author
{
    margin: 5px 0;
    padding: 0 0 3px;
    border-bottom: 1px solid #DDD;
}

.comment .time
{
    color: #888;
    font-size: 0.8em;
}

.comment a.cid
{
    color:#CCC;
    float:right;
    font-size:1.5em;
    font-weight:bold;
    padding:0 5px 5px 5px;
    text-decoration: none;
}

.comment a.cid:hover
{
    color:#555;
}

.comment .pending
{
    color:red;
}
*/
table.confirm
{
    /*width: 40%;*/
    background-color: #CCCCCC;
}

table.confirm th
{
    font-weight: normal;
    background-color: #FFF;
    width: 200px;
}

table.confirm td
{
    background-color: #FFF;
}

span.red, .correct
{
  font-weight: bold;
  color:#FF3300;
}

.gray
{
  color:#E0E0E0;
  opacity:0;
}

.gray span
{
  color:#E0E0E0;
  
}

.consolidate_cell
{
    width: 890px; 
    overflow-y:hidden; 
    overflow-x:auto; 
    position: relative; 
}

.gray span.correct
{
  color: #FFD6C1;
}

.answer-form
{
  /*border:1px solid #ccc;*/
}

.answer-form .title
{
  color:#FF6600;
  font-weight: bold;
}

table.enquete-result
{
  width: 98%;
  background-color: #AFCAD7;
  border-spacing: 5px;
}

table.enquete-result td
{
  color: white;
  text-align: center;
}

table.enquete-result .title
{
  padding: 5px 10px;
  border-bottom: 1px #aaa dotted;
}

.head_text
{
  color:#ff9900;
  font-weight:bold;
  background-color:#f2f2f2;
  padding:3px;
  padding-top:5px;
  padding-left:5px;
  background-image:url("../images/backline.gif");
}

#forum-info
{
  margin: 0px 0;
  font-size: 0.8em;
  line-height: 2em;
}

#forum-info .item
{
  background: url(../images/b_detail.gif) no-repeat left center;
  padding-left: 12px;
}
/*
#forum-info a
{
  font-size: 0.9em;
  text-decoration: none;
  margin: 0 10px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  background: #eee;
  color: #1E5286;
}
*/
#forum-info .forum
{
}

#answer-list, #result
{
  background: white;
  padding: 5px;
/*
  border: 2px solid #e7e7db;
  -webkit-box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.05);
*/
  font-size: 0.9em;
}
/*
#answer-list .answer-form
{
  height: 400px;
  overflow: auto;
  border: 3px solid #92D4E4;
  padding: 10px 3px;
}
*/
#chat
{
  background: white;
  padding: 5px;
/*
  border: 2px solid #e7e7db;
  -webkit-box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.05);
*/
}

#chat .chat-list
{
  border: 2px solid #FFECB3;
  background-color: #FFFFFC;
}

#chat .chat-control
{
  margin-top: 5px;
  text-align: center;
}

#chat .chat-control .chat-input table
{
  margin-bottom: 0px;
}

#chat .chat-control textarea
{
  width: 600px;
  max-width: 600px;
  height: 50px;
  resize: none;
}

.enquete-grid-viw
{

}

.enquete-grid-view h4
{
  width: 100%;
  color:#990000;
  font-size: 1.1em;
  background-color:#f2f2f2;
  padding-bottom:4px;
  padding-top:5px;
  padding-left:5px;
  background-image:url(../images/backline.gif);
}

.user-enquete-board
{
  padding: 4px;
  margin-bottom: 15px;
  background-image: url(../images/background/slantline.gif);
}

.user-enquete-board .title
{
  /*float: left;*/
  padding: 0 0px 2px 20px;
  background: url(../images/muser.gif) no-repeat left center;
  font-weight: bold;
  color: #555;
  text-align: left;
  width: 90%
}

.user-enquete-board .action
{
  /*float: rigth;*/
  text-align: right;
}

.user-enquete-board .title .enquete-no
{
  color: #333;
}

.user-enquete-board .button
{
  float: right;
}

.user-enquete-board .button .submit_answer_button
{
}

.user-enquete-board .content
{
  clear: both;
  border: 2px solid white;
  background-color: white;
}

.user-enquete-board .content .radio
{
  width: 10px;
}

.user-enquete-board .content .letter-no
{
  width: 30px;
}

.user-enquete-board .content .answer-content
{
}

/*
.q-grid-view table
{
  border-top: 3px solid #E3C59F;
  border-bottom: 3px solid #E3C59F;
}
*/
.q-grid-view table
{
}

.q-grid-view table td
{
  border-bottom: 1px dotted #ccc;
}

.q-grid-view table tr:hover
{
  background-color: #EEE;
  cursor: pointer;
}

.q-grid-view table tr.selected
{
  background-color: #EEE;
}

.member
{
  font-size:1em;
}

.member td
{
  vertical-align: top;
}

.member .member-register
{
  margin: 20px 20px 0px;
  padding: 10px 10px 0px;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 0 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.member .member-register table.header
{
  background: url(../images/background/headbarbg.gif) repeat-x left top;
  margin-top:3;
  margin-bottom:3;
  line-height:130%;
}

.member .member-register table.header .note
{
  font-size:0.9em;
}

.member .member-login
{
  margin: 20px;
  padding: 10px;
  border: 1px solid #E4A392;
  background: #FAF1EF;
  -webkit-border-radius: 5px;
}

.member .member-login .header
{
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.member .member-login .form
{
  background: url(../images/mark_login.gif) no-repeat 0px 20px;
  padding-left: 80px;
  margin-top: 10px;
}

#detail-view
{
  width: 80%;
  font-size: 1.0em;
}

#detail-view
{
  /*
  border-top: 5px solid #CBECF5;
  border-bottom: 5px solid #CBECF5;
  */
  border: 5px solid #CBECF5;
}

#detail-view th
{
  text-align: center;
  width: 30%;
}

#detail-view td
{
  width: 70%;
  padding: 0.3em;
  padding-left: 10px;
}

div.forum-info
{
  font-size: 0.8em;
}
div.forum-info span.sponsor
{
  background: url(../images/muser.gif) no-repeat left center;
  padding-left: 22px;
  font-size: 1.2em;
}
div.forum-info span.openday
{
  margin-left: 10px;
  background: url(../images/calendar.gif) no-repeat left center;
  padding-left: 20px;
}

div.attendance-info
{
  font-size: 0.8em;
  margin: 2px 5px 0px 5px;
}
div.attendance-info div.forum-url
{
  float:left;
}
div.forum-usercount
{
  float: right;
}

div.refresh
{
  clear: both;
  text-align: right;
  padding-top: 0px;
}
div.refresh a
{
  /*text-decoration: none;*/
  background: url(../images/arow_b_dn.gif) no-repeat left center;
  padding-left: 10px;
  font-size: 0.8em;
}

#forum-user-grid
{
  margin-top: 0px;
}

button, input[type="button"], input[type="submit"], .btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  /*padding: 5px 14px 6px;*/
  padding: 3px 10px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 0.9em;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
  text-decoration: none;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover, .btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
button:focus, input[type="button"]:focus, input[type="submit"]:focus, .btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.active, .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 2px 8px;
}
:root .alert-message, :root .btn {
  border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.alert-message {
  position: relative;
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  margin-top: 1px;
  *margin-top: 0;
}
.alert-message a {
  font-weight: bold;
  color: #404040;
}
.alert-message.danger p a,
.alert-message.error p a,
.alert-message.success p a,
.alert-message.info p a {
  color: #ffffff;
}
.alert-message h5 {
  line-height: 18px;
}
.alert-message p {
  margin-bottom: 0;
}
.alert-message div {
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 28px;
}
.alert-message .btn {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message.block-message {
  background-image: none;
  background-color: #fdf5d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 14px;
  border-color: #fceec1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.alert-message.block-message ul, .alert-message.block-message p {
  margin-right: 30px;
}
.alert-message.block-message ul {
  margin-bottom: 0;
}
.alert-message.block-message li {
  color: #404040;
}
.alert-message.block-message .alert-actions {
  margin-top: 5px;
}
.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info {
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-message.block-message.error {
  background-color: #fddfde;
  border-color: #fbc7c6;
}
.alert-message.block-message.success {
  background-color: #d1eed1;
  border-color: #bfe7bf;
}
.alert-message.block-message.info {
  background-color: #ddf4fb;
  border-color: #c6edf9;
}
.alert-message.block-message.danger p a,
.alert-message.block-message.error p a,
.alert-message.block-message.success p a,
.alert-message.block-message.info p a {
  color: #404040;
}

.well {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.hero-unit {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h2 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}

.treeview .hover
{
  color: #4885D3;
}

div.forum-usercount
{
  background: url(../images/ic035.gif) no-repeat left center;
  padding-left: 18px;
}

table.nopadding th, table.nopadding td,
td.dhtmlxLayoutSinglePoly,
td.dhtmlxLayoutPolySplitterHor,
td.dhtmlxLayoutPolySplitterHorInactive
{
  padding: 0;
  vertical-align: top;
}

.group .title
{
  vertical-align: middle;
}

#ui-datepicker-div
{
  font-size: 0.9em;
}

#enquete_tree a
{
  font-size: 0.8em;
}
#enquete_tree a.create-button
{
  background: url(../images/button/enquete_add.gif) no-repeat left center;
  padding-left: 16px;
}
#enquete_tree a.update-button
{
  background: url(../images/button/update.png) no-repeat left center;
  padding-left: 16px;
  margin-right: 8px;
}
#enquete_tree a.delete-button
{
  background: url(../images/button/delete.png) no-repeat left center;
  padding-left: 16px;
  margin-right: 8px;
}
#enquete_tree a.answer-add-button
{
  background: url(../images/button/answer_add.gif) no-repeat left center;
  padding-left: 16px;
  margin-right: 8px;
}

.row p
{
  font-size: 0.8em;
}

div.login
{
  border: 3px solid #eee;
}

div.member-register td > img
{
  margin-right: 10px;
}

div.row
{
  padding-bottom: 10px;
}

div.buttons input{
  width:130px;
  height:30px
}

div.row label
{
  background: url(../images/background/bg_form_field.png) no-repeat top left;
}

div.row span.comment
{
  color: #999;
  font-size: 0.8em;
}
/*
#table-form
{
  margin: 15px 0;
}

#table-form div.table
{
  border-top: 3px solid #D5E6FF;
  border-bottom: 3px solid #D5E6FF;
  padding-bottom: 5px;
  margin: 5px 0;
}

#table-form div.row {
  height: 24px;
  border-bottom: 1px dotted #DDD;
  padding: 3px;
}

#table-form div.row > label {
  font-size: 13px;
  float: left;
  width: 130px;
  text-align: right;
  color: #404040;
  margin-right: 10px;

  padding: 6px;
  text-transform: uppercase;
  white-space: nowrap;
  background: url(../images/background/slantline.gif);
}

#table-form .buttons
{
  text-align: center;
}
*/
div.div_chat {
  /*padding: 0px 1px;*/
  /*border: 1px 1px 1px 0px solid #A4BED4;*/
  /*border-left: solid 1px #A4BED4;*/
  /*border-right: solid 1px #A4BED4;*/
  /*border-bottom: solid 1px #A4BED4; */
  width: 100%;
  height: 100%;
  min-height: 100%;
}

div.div_chat h4 {
  margin: 0 0 0;
  border-bottom: solid 1px #A4BED4;
  background: url(/images/background/dhxlayout_bg.gif);
  padding-left: 5px;
  /*color: #363;*/
}

.tbl_title
{
    margin-bottom: 0px;
}

.graph {
    /*float:left;
    margin-top:10px;
    background-color:#cecece;
    position:relative;
    width:100px;
    padding:0*/
    border: 1px solid #DDDDDD;
    display: inline;
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
    width: 100px;
    text-align: left;
    height: 18px;
}
.graph div {
    position: relative;
    top: -19px;
    left:0px;
    text-align: center;
}

.graph .bar {
    /*
    display:block;
    position:relative;
    background-image:url(/images/bargraph.gif);
    background-position:right center;
    background-repeat:repeat-x;
    border-right:#538e02 1px solid;
    text-align:center;
    color:#fff;
    height:15px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:1.0em
    */
    
    background: none repeat scroll 0 0 #39E944;
    border-radius: 2px 2px 2px 2px;
    color: #333333;
    display: block;
    /*padding: 2px 0;*/
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    word-wrap: normal;
    white-space: nowrap;
}

.graph .d_bar {
    background: none repeat scroll 0 0 #39E944;
    border-radius: 1px 1px 1px 1px;
    /*color: #333333;*/
    display: block;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    word-wrap: normal;
    white-space: nowrap;
    height: 18px;
}
.graph .bar span {
    position:absolute;
    left:1em;
}



.graph .bar1 {
    display:block;
    position:relative;
    background-image:url(/images/bargraph1.gif);
    background-position:right center;
    background-repeat:repeat-x;
    border-right:#538e02 1px solid;
    text-align:center;
    color:#fff;
    height:15px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:1.0em
}

.graph .bar1 span {
    position:absolute;
    left:1em
}

.graph1 {
    
    /*float:left;
    margin-top:10px;
    background-color:#cecece;
    position:relative;
    width:100px;
    padding:0
    */
    border: 1px solid #DDDDDD;
    display: inline;
    float: left;
    width: 300px;
    
}

.graph1 .bar {
    /*
    display:block;
    position:relative;
    background-image:url(/images/bargraph.gif);
    background-position:right center;
    background-repeat:repeat-x;
    border-right:#538e02 1px solid;
    text-align:center;
    color:#fff;
    height:15px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:1.0em
    */
    
    background: none repeat scroll 0 0 #39E944;
    border-radius: 2px 2px 2px 2px;
    color: #333333;
    display: block;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.graph1 .bar span {
    position:absolute;
    left:1em
}

#loader
{
    /*padding-top:200px;
    text-align: center;
    vertical-align: middle;*/
    
}

.loading{
    background-color:#FFFFFF;
    border:#99CCFF 1px solid;
}

#loaderContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: expression('absolute');
  height: expression(document.documentElement.scrollHeight+'px');
  width: expression(document.documentElement.scrollWidth+'px');
  z-index: 1000;
  padding-left: 150px;
  padding-right: 150px;
  text-align: center;
}

#loaderContainer_forum {
  position: fixed;
  width: 100%;
  /*height: 100%;
  padding-top: 100px;
  */
  top: 0;
  left: 0;
  position: expression('absolute');
  height: expression(document.documentElement.scrollHeight+'px');
  width: expression(document.documentElement.scrollWidth+'px');
  z-index: 1000;
  /*
  padding-left: 170px;
  padding-right: 170px;
  */
  text-align: center;
}

#loaderContainer_history {
  position: fixed;
  width: 100%;
  /*height: 100%;*/
  margin-top: 150px;
  top: 0;
  left: 0;
  position: expression('absolute');
  width: expression(document.documentElement.scrollWidth+'px');
  z-index: 1000;
  padding-left: 105px;
  padding-right: 115px;
  text-align: center;
}

#loaderContainer, #loaderContainer_forum td {
    /*
    padding-top: 150px;
    */
    vertical-align: top;
    text-align: center;
    background-image:url(/images/transparent.gif);
}

#loaderContainer, #loaderContainer_forum td td {
    padding-top: 3px;
    text-align: left;
}

#loaderContainer_history td {
    padding-top: 0px;
    vertical-align: top;
    text-align: center;
    background-image:url(/images/transparent.gif);
}

#loaderContainer_history #loader {
    padding-top: 30px;
    height: 80px;
}

#loaderContainer_history #loader table {
}

#result-bar h3 {
    margin-bottom: 0px;
}

.chartscontainer {
    padding-left: 20px;
    font-size: 15px;
}

.chartscontainer ol {
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
}

.chartscontainer table {
    margin-bottom: 2px;
}

.chartscontainer td {
    padding: 0px;
}

#div_answer h4 {
    font-size: 17px;
}

/* 2012-11-14 */
.div_notice
{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: expression('absolute');
    z-index: 1000;
    padding-top: 195px;
    padding-left: 185px;
    text-align: center;
    background-image:url(/images/transparent.gif);
}
.notice
{
    border:1px solid #d9d9d9;box-shadow:inset 0 0 0px 1px #FFFFFF;-moz-box-shadow:inset 0 0 0px 1px #FFFFFF;-webkit-box-shadow:inset 0 0 0px 1px #FFFFFF;height:45px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;margin-bottom:25px;padding-left:20px;cursor:pointer; 
}
.notice span
{
    color:#515151;font-size:14px;text-shadow:1px 1px rgba(255,255,255,0.5);line-height:45px;padding 
} 
.notice.warning span
{
    color:#4a3505;
}
.notice.warning
{
    border-color:#eac572;background: rgb(255,244,214);background: -moz-linear-gradient(top,  rgba(255,244,214,1) 1%, rgba(244,226,184,1) 71%);background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,244,214,1)), color-stop(71%,rgba(244,226,184,1)));background: -webkit-linear-gradient(top,  rgba(255,244,214,1) 1%,rgba(244,226,184,1) 71%);background: -o-linear-gradient(top,  rgba(255,244,214,1) 1%,rgba(244,226,184,1) 71%);background: -ms-linear-gradient(top,  rgba(255,244,214,1) 1%,rgba(244,226,184,1) 71%);background: linear-gradient(top,  rgba(255,244,214,1) 1%,rgba(244,226,184,1) 71%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4d6', endColorstr='#f4e2b8',GradientType=0 );
    width: 890px;
}
.notice.success span
{
    color:#617718;
}
.notice.success
{
    border-color:#b2c866;background: rgb(240,250,204);background: -moz-linear-gradient(top,  rgba(240,250,204,1) 0%, rgba(223,242,153,1) 71%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,250,204,1)), color-stop(71%,rgba(223,242,153,1)));background: -webkit-linear-gradient(top,  rgba(240,250,204,1) 0%,rgba(223,242,153,1) 71%);background: -o-linear-gradient(top,  rgba(240,250,204,1) 0%,rgba(223,242,153,1) 71%);background: -ms-linear-gradient(top,  rgba(240,250,204,1) 0%,rgba(223,242,153,1) 71%);background: linear-gradient(top,  rgba(240,250,204,1) 0%,rgba(223,242,153,1) 71%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0facc', endColorstr='#dff299',GradientType=0 ); 
    width: 890px;
}

#forumlist .selected
{
    color: red;
    font-weight: bold;
}

.member-register h3
{
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background-image: url(/images/layout/side_h3.gif);
    height: 20px;
    padding-bottom: 7px;
    font-weight: normal;
    margin-bottom: 1px;
    padding-top: 5px;
    letter-spacing: 1px;
    text-align: center;
}

.member-register .side_box {
    background-image: url(/images/layout/side_box.gif);
    background-repeat: repeat-x;
    background-position: top;
    /*width: 300px;*/
    margin-bottom: 5px;
    background-color: #F2F1EF;
    padding-top: 5px;
    padding-bottom: 10px;
}

.member-register .side_box .side_inbox {
    background-image: url(/images/layout/side_inbox.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    width: 280px;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #F5F5F4;
    margin-right: auto;
    margin-left: auto;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
}

.member-register label {
    display: inline;
    font-size: 0.9em;
    font-weight: bold;
}

.member-register .errorMessage {
    color: red;
    font-size: 14px;
}

.member-register span.required {
    color: red;
}