@CHARSET "UTF-8";


.fav_description
{
	color: #828282;
	font-size: 110%;
}

.fav_date
{
	color: #424242;
	width: 20%;
	font-size: 110%;
	margin-right:10px; 
	margin-bottom: 20px; 
	text-align: right;
	padding-right: 10px
}

.fav_link
{
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
}

.fav_input
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
/*  width: 400px;*/
	margin-top: 5px;
	margin-bottom: 10px;
	color: #4d4d4d;
	font-family: arial;
	font-size: 100%;
	border: solid 1px #ababab;
	background-color: #F7FCFF;
}

.confirmation
{
	font-weight: bold;
	text-decoration: none;
}

.confirmation:hover
{
	font-weight: bold;
	text-decoration: none;
}

.confirmation:visited
{
	font-weight: bold;
	text-decoration: none;
}

.fav_form_div
{
	border: 1px solid #E7E8E9;
	padding: 10px;
	margin-right: 10px;
	margin-left:7px;
	width:400px;
}

.fav_form_header
{
	display: block; 
	float: left;
	background-image: url(/images/favoriting.gif);
	background-repeat: no-repeat; 
	height: 26px;
	padding-right: 5px;	
	color: #383838;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
	font-family: sans-serif;
	padding-left: 35px;
	vertical-align: bottom;
	padding-top: 5px;
}

.fav_submit
{
	border: solid 1px #D9DBDD;
	font-size: 85%;
	color: #555555;
	font-weight: bold;
	background-color: #E1F2FA;
	padding: 2px;
}

.fav_submit:hover
{
	border: solid 1px #888888;

}

.fav_item
{
	list-style: none;
	height: 90px;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

h2.fav_header
{
	font-size: 200%;
	border-bottom: solid 1px #dedfe0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
}