/*
@font-face {
	font-family: 'RieslingRegular';
	src: url('fonts/riesling.eot');
	src: local('Riesling Regular'), local('Riesling'), url('fonts/riesling.ttf') format('truetype');
}

*/
P
{
	font-family: verdana;
	font-size: 9px;
}

.input
{
	font-family: verdana;
	font-size: 9px;
}
td
{
	font-size: 9pt;
	font-family: verdana;
}
select
{
	font-size: 9pt;
	font-family: verdana;
}
input
{
	font-size: 9pt;
	font-family: verdana;
}

A
{
	text-decoration: none;
}
a:link
{
	color: blue;
	text-decoration: underline;
}
a:visited
{
	color: blue;
	text-decoration: underline;
}
a:hover
{
	color: blue;
	_cursor: hand;
	cursor: pointer;
	text-decoration: underline;
}


a:active
{
	color: #0000FF;
	text-decoration: underline;
}

.divMain
{
	clear: both;
	width: 798px;
	border: solid 1px #7F9DB9;
	margin-top: 5px;
	background-color: #ffffff;
}

.divHeader
{
	background-image: url('images/page_bg_blue_new.gif');
	background-repeat: repeat-x;
	font: normal 16px Tahoma;
	text-align: left;
	border-bottom: solid 1px #7F9DB9;
}

.DesignBackground
{
	background-image: url('/images/gradient_bg.gif');
	background-repeat: repeat-x;
}

.DesignBackgroundOrange
{
	background-image: url('/images/page_bg_orng.gif');
	background-repeat: repeat-x;
}

.EditorPageTextTitle, .imageEditTitle, .imageEditTitleHadler
{
	background-image: url('images/arrow.gif');
	background-position: top right;
	background-repeat: no-repeat;
	border-top-color: #A0B2C0;
}

.imageEditTitleLeftHadler
{
	background-image: url('images/arrowright.GIF');
	background-position: left bottom;
	background-repeat: no-repeat;
	border-left-color: #A0B2C0;
}


.imageEditTextTitle
{
	color: Black;
	font-weight: bold;
	font-size: 16px;
}


.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* stop commented backslash hack */