/*================================================================*/
/* LIST ITEM                                                      */
/*================================================================*/
 
.ONKitemHolder
{
    display: table;
    clear: both;
    width: 100%;
    padding: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-top: 1px dotted gray;
    background: url("../design/elements/itembgr.png") no-repeat;     
}

.state_p
{
    background-color: transparent;
}

.state_f
{
    background-color: #ccffcc;
}


.ONKitemHolder div.ONKlistItem 
{
	width: inherit;
	background: transparent;            
}

.ONKitemHolder div.ONKlistItem h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
    line-height: 18px;
	padding-left: 34px;
	background: transparent;
    text-shadow: none; 
    margin: 0px;   
}

.ONKitemHolder div.ONKlistItem h1.hk
{
	color: #ff3333;
	text-decoration: line-through ;
    background-color: transparent;
}

.ONKitemHolder div.ONKlistItem h1.hk a
{
	color: #ff3333;
    background-color: transparent;
}

.ONKitemHolder div.ONKlistItem h1.ht
{
	color: #006600;
    background-color: transparent;
}

.ONKitemHolder div.ONKlistItem h2
{
	color: #99ad99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin-bottom:  5px;
    padding:        0px;
	padding-left:  34px; 
	background: transparent;
}

.ONKitemHolder div.ONKlistItem p
{
	color: #444444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-left:  34px; 
	background: transparent;    
}

.ONKitemHolder div.listDates
{
	clear: left;
	display: none;
	width: 700px;
	padding-left: 34px;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;


}

div#page div.content div.result div.ONKitemHolder div.listDates ul
{
	background: transparent;
	width: 700px;
}

div#page div.content div.result div.ONKitemHolder div.listDates li
{
	display: inline;
	padding-left: 5px;
	line-height: 24px;
	font-size: 11px;
	background: transparent;
}

div#page div.content div.result div.ONKitemHolder div.listDates li a
{
	font-size: 11px;
}


div#page div.content div.result div.ONKitemHolder div.listDates li a.hk { color: red; }
div#page div.content div.result div.ONKitemHolder div.listDates li a.ht { color: green; }
div#page div.content div.result div.ONKitemHolder div.listDates li a.hj { color: gray; }



.ONKlistItem span.c1
{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;	
	background: transparent;
    color: #006600;    
}

.ONKlistItem span.c1 a
{
    color: #006600;
    text-decoration: none;
}

.ONKlistItem span.c1 a:hover
{
    text-decoration: underline;
}

.ONKlistItem span.c2
{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;	
	background: transparent;
    color: black;
    text-align: justify;    
}

.ONKlistItem span.mk
{
    background: transparent;
    color:gray;
    font-size: 11px;
}
