﻿table

{
	border-collapse: collapse;
}

p 
{
	line-height: 1.3em;
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-top: 0em;
}

div.p 
{
	line-height: 1.3em;
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-top: 0em;
}

div.p p
{
	font-size: 1em;
}

div.p table
{
	margin-bottom: 1em;
	margin-top: 0em;
}

ul, ol
{
	margin-bottom: 1em;
	margin-top: 1em;
}
li
{
	margin: 5px 0px 5px -20px;
}

.copyright
{
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.highlight
{
	text-decoration: none;
	color: black;
	background: yellow;
}

h3
{
	font-size: 1.2em;
	text-transform: none;
	color: #d21a4e;
	border-bottom: none;
	font-weight: bold;
}

h4
{
	font-size: 1.5em;
	text-transform: none;
	color: #d21a4e;
	border-bottom: none;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

a.h3:link, a.h3:active
{
	text-decoration: none;
	color: #d21a4e;
}
a.h3:visited
{
	text-decoration: none;
	color: #d21a4e;
}
a.h3:hover
{
	text-decoration: underline;
	color: #ef2b62;
}

a:link, a:active
{
	text-decoration: none;
	color: #114477;
}
a:visited
{
	text-decoration: none;
	color: #114477;
}
a:hover
{
	text-decoration: underline;
	color: #0066cc;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

input, select
{
	color: #333333;
	font-size: 1.1em;
}

textarea
{
	color: #333333;
	font-size: 1em;
}

textarea.input
{
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}


.rating_star {
    font-size: 0pt;
    width: 15px;
    height: 15px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.rating_user_fill {
    background-image: url(/resource/image/star_fill.png);
}
.rating_user_empty {
    background-image: url(/resource/image/star_empty.png);
}

.rating_user_saved {
    background-image: url(/resource/image/star_saved.png);
}

.rating_editor_fill {
    background-image: url(/resource/image/star_saved.png);

}
.rating_editor_empty {
    background-image: url(/resource/image/star_empty.png);
}

.rating_editor_saved {
    background-image: url(/resource/image/star_fill.png);
}

blockquote
{
	margin: 0px 10px 0px 20px;
	padding: 5px 5px 5px 5px;
	border-bottom: solid 1px #E0E0E0;
	color: #666666;
	background: #FFFFFF url(/resource/image/quote_content.gif) bottom right no-repeat;
}

blockquote h6 {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 4px 18px;
	border-bottom: solid 1px #E0E0E0;
	font-weight: normal;
	color: #808080;
	background: #FFFFFF url(/resource/image/quote_header.gif) top left no-repeat;
}
