h2.h2_header_ListItem{
	font: bold  140% Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color:black;
	margin-bottom:8px;
	margin-top:10px;
	color:gray;	
	border-bottom: 1px dotted gray;
}


a.a_add_impression{
	font-size:125%;
	position: relative;
	top:-10px;
	text-decoration: none;
	border-bottom: 1px dashed #BBBBBB;
	color:gray;
	cursor:pointer;
}


table.tbl_edit_item_form{
	width:100%;
}
table.tbl_peopl_impression{
	width:630px;
}
table.tbl_peopl_impression td{
	vertical-align: top;
	text-align: left;
}
table.tbl_peopl_impression h4{
	font:150% verdana;
	color:black;
}
table.tbl_impression_form h4{
	font: normal 150% Verdana, "Trebuchet MS";
	padding-bottom:4px; 
}
table.tbl_impression_form{
	width:400px;
}
table.tbl_impression_form textarea{
	width:90%;
	padding:0;
	margin: 0;
}
table.tbl_impression_form td{
	text-align:left;	
}
table.tbl_impression_form td input{
	width:90%;
	
}
table.tbl_itemList td{
	padding:7px;
}
table.tbl_itemList tr{
	background: #F6F6F6;
}
table.tbl_itemList tr:hover{
/*	background: #eeeeee;*/
}
table.tbl_edit_item_form ._name{
	height:30px;
	white-space:nowrap;
	width:1px;
}
table.tbl_edit_item_form ._input{
	white-space:nowrap;width:280px;
}
table.tbl_edit_item_form ._info{
	width:100%;
}
table.tbl_edit_item_form textarea{	
	padding: 3px;	
	border: 1px solid #BBBBBB; 
}
table.tbl_edit_item_form select {	
	padding: 3px;	
	border: 1px solid #BBBBBB; 
	width: 200px;
        background:white;
}
table.tbl_edit_item_form input{	
	padding: 3px;	
	border: 1px solid #BBBBBB; 
	width:200px;
}
table.tbl_edit_item_form table select, input{	
	padding: 1px;	
	border: 1px solid #BBBBBB; 
	width:100%;
}
table.tbl_edit_item_form td{
	vertical-align: top;
	padding:3px;
}
table.tbl_edit_item_form td select{
	margin:0;
	padding: 3px;	
	border: 1px solid #BBBBBB; 
}

tr.tr_all_gray{
	color:gray;
}
tr.tr_all_gray a{
	color:gray;
}



div.div_peopl{
	width:440px;
	font-size:100%;	
	padding:0;
	margin-top:8px;	
	margin-bottom:8px;		
	white-space: normal;
}
div.div_rules{
        padding:5px;
        margin-top:10px;
        border:1px solid #dddddd;
        -moz-border-radius: 10px;
}


/* tools: overlay
 *
 *******************************************/
#div_advr_form {

    /* overlay is hidden before loading */
    display:none;

    /* standard decorations */
    width:400px;
    border:10px solid #666;

    /* for modern browsers use semi-transparent color on the border. nice! */
    border:10px solid rgba(82, 82, 82, 0.7);

    /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}

#div_advr_form div {
    padding:10px;
    border:1px solid #bbbbbb;
    background-color:#efece8;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif
}

#div_advr_form div p{
    padding:4px;
}

#div_advr_form h2 {
    
    margin-bottom:0px;
    color:black;
    background-color:#efece8;
    padding:5px 10px;    
    font-size:1.6em;
}

#div_advr_form .button{
    border:1px solid #BBBBBB;
    padding-top:4px;
    padding-bottom:4px;
    margin:0;
    width:95px;
}

#div_advr_form .i_text{
    font-size:1.2em;
    padding:2px;
}

#div_advr_form .i_text_err{
    border:1px solid #e09999;
}

/****************************************** tools:end */



ul.ul_info_box_rules{
	margin: 0;	
	padding:10px;
	list-style: circle;
	text-align: left;	
}
ul.ul_info_box_rules li{
	/*background: url('/images/102.png') no-repeat left top;	 */
	vertical-align: top;
	padding-bottom:4px;
	margin-left:20px;
	font-size: 115%; 
}



span.cool{
	color:#f98900;
	font-weight: bold;
}
span.good{
	color:#007700;
	font-weight: bold;
}
span.normal{
	color: #555555;
	font-weight: bold;
}
span.poor{
	color:#2490C2;
	font-weight: bold;
}
span.main_text{
	font-weight: bold;
}


pre.pre_peopl_answer{
	width:440px;
	display: block;
	color:gray;
	font-size:135%;
	padding-top:2px;
	margin-top:14px;
	border-top:1px dotted #cccccc;
	white-space:  pre-wrap;
}
pre.pre_peopl{
	width:440px;
	font-size:135%;	
	padding:0;
	margin-top:8px;	
	margin-bottom:8px;		
	white-space:pre-wrap;
}


img.img_selected{
	border:3px dashed #C41A1C;
}
