/*
#col1{
	position : relative;
	float : left;
	text-align: left;
	width:26%;
	clear : left;
}
*/

#col2{
	position : relative;
	float : left;
	text-align: left;
	width:26%;
	clear : left;
}

#col3{
	position : relative;
	float : left;
	text-align: left;
	width: 512px;
	/*background-color : White;*/
}

#col4 {
	position : relative;
	float : right;
	width: 190px;
	text-align : left;
}

#itemfull {
	background-color: White;
	padding: 10px 20px 20px 20px;
	list-style: none;
	
	width: 512px;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
   	width: 512px; 
}

html>body #itemfull {
   	width: 472px; 
} 


#itemtitle {
	font-size : 17px;
	font-family: Arial, Verdana, sans-serif;
	color : Gray;
	display : block;
	margin: 0px 0px 10px 0;
	padding:0px;
}

#itemfull a {
	color : #C60000;
	text-decoration : none;
}

#itemfull a:hover {
	color : #C60000;
	text-decoration : none;
	background-color : Yellow;
}

#itempic {
	float : left;
	margin-right : 10px;
	margin-bottom : 10px;
	position : relative; /* this tag is required, otherwise img disappears, IE bug */
}

#text_src {
	float : right;
}

#itemfull li {
	list-style-type : none;
	list-style-image : url(../images/ri_list.gif);
	padding : 0px 0px 7px 0px;
}

#ri_item li {
	list-style-type : none;
	list-style-image : url(images/ri_list.gif);
	padding : 0px 0px 0px 0px;
}

#ri_item {
	background-image : url(../images/rel_headbg.jpg);
	background-repeat : no-repeat;
	margin : 0;
	padding: 0;
	border-left : 1px solid #C60000;
}

#ri_title {
	height:22px;
	color : #C60000;
	background-color : White;
	display : inline;
	vertical-align : top;
	font-weight : bold;
	background-image : url(../images/ri_titlebg.gif);
	background-repeat : repeat-x;
	padding : 2px 10px 5px 5px;
}

#ri_climg { /* climg= closing image*/
	display : inline;
}

#ri_item ul {
	display : block;
	margin : 0;
	padding-left :25px;
	margin-top : 5px;
}

#ri_item li {
	list-style-image : url(../images/ri_list.gif);
	list-style-type : none;
}

#ri_foot {
	height: 1px;
	background-image : url(../images/rel_footbg.gif);
	background-repeat : no-repeat;
	padding : 0;
	margin : 0 0 10px 0;
}

#i_datelabel {
	font-weight : bold;
	color : Gray;	
}

#i_date {
	color : Gray;
}

#i_archivelookup {
	text-align : center;
	display : block;
}

#i_footer {
	clear: both;
	display: block;
	position: relative;
	height:20px;
	margin-top: 20px;
}

#i_next {
	float: left;
	display: block;	
}

#i_prev {
	float: left;
	display: block;	
}

#i_total {
	float: right;
	display: block;	
}

#tip_container {
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#tip_icon {
	margin-left:5px;
	margin-right:10px;	
}

#tip_title {
	font-weight: bold;
	background-color: White;
	vertical-align: middle;
	padding:5px;
	color: #696969;	
}

#tip_content {
	padding:5px;
	padding-left:38px;
	padding-right:5px;
	color: #696969;	
}
