body
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	color: #000000;
	line-height: 1.2em;
}

h1, .h1 
{
	font-size: 13pt;
	font-weight:normal;
	margin: 0px;
	padding: 3px 0px 5px 0px;
	line-height: 1.2em;
}

.title
{
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
}

.secondaryresult
{
	margin-top: 5px;
	margin-bottom: 3px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #C9E0F0;
}

.paging
{
	margin-right: 20px;
}

.paging a
{
	color: #666666;
	text-decoration: none;
}

h2, .h2
{
	color: #666666;
	font-size: 12pt;
	font-weight: normal;
	margin: 0px 0px 0.5em 0px;
	line-height: 1.2em;
}

h3, .h3
{
	font-size: 10pt;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0px;
}

h4, .h4
{
	font-size: 9pt;
	font-weight: bold;
	margin: 0px;
}

h1.download
{
	font-size: 11pt;
}

h1.productdesc
{
	font-size: 11pt;
	font-weight: bold;
}

p, .p
{
	padding: 0.2em 0px 0.8em 0px;
	margin: 0px;
}

.strong
{
	font-weight: bold;
}

.metadata
{
	font-size: 8pt;
}

img
{
	border: none;
}

ul
{
	margin: 0px;
	padding-left: 15px;
}

ul li
{
	margin-bottom: 5px;
}

.formedit, .formview
{
	padding: 0.6em 2em 0.6em 2em;
	background: #F4F4F4;
	border: solid 1px #545151;
}
.formview td
{
	border-bottom: solid 1px #DFDFE3;
}

.detailslabel
{
	padding: 5px 2px 5px 2px;
	vertical-align: top;
}

.detailsvalue
{
	padding: 5px 2px 5px 2px;
	vertical-align: top;
}

label, .formlabel
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	color: #000000;
	width: 140px;
}
.controllabel
{
	display: block;
	float: left;
	width: 70px;
	margin-left: 0.2em;
}
label.none 
{
	padding-right: 0px;
	width: auto;
}
.formheading
{
	text-align: left;
	padding-left: 6px;
}
.formfield
{
	text-align: left;
	padding: 0.2em;
	width: 270px;
}
.formfield input:focus, .formfield select:focus
{
	background: #FBFBF5;
	border-color: #CECD93;
	color: #000000;
}
.formvalidation
{
	color: #7B1212;
	text-align: left;
	padding-right: 2em;
}
.formrequired
{
	font-weight: bold;
	border-right: solid 2px #7B1212;
	padding-right: 30px;
}
.formindent
{
	/* Used by elements that need to line up with the formfield. Should = formlabel.width + .padding-right */
	padding-left: 132px;
}
.button
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	background: #545151;
	border: solid 1px #000000;
	color: #FFFFFF;
	padding: 0.3em 1em 0.3em 1em;
	cursor: pointer;
	width: auto;
}
.button:hover
{
	background: #7D7878;
	cursor: pointer;
}

input, select, .input
{
	color: #000000;
	border: solid 1px #CCCCCC;
	font-size: 10pt;
	width: 200px;
}
input, .input
{
	padding: 1px 0px 1px 3px;
}
input[type=checkbox], input[type=radio], input[type=image]
{
	width: auto;
	border: none;
	vertical-align:middle;
}
.readonly
{
	border-style: none;
	background-color: transparent;
}
.liststyle
{
	border: solid 1px #C7C7C9;
}

.liststyle td
{
	border-color: #545151;
}
.liststyle th
{
	border-bottom: solid 1px #C7C7C9;
}

.listheader
{
	background: #F3F3F3 url(../images/admin/tabstop.gif) repeat-x bottom;
	height: 20px;
}

.listheader th, .listrow td, .listaltrow td
{
	padding: 0.3em 0.7em 0.3em 0.7em;
}

.listfooter
{
}

.listrow
{
	background-color: #FFFFFF;
}

.listaltrow
{
	background-color: #EBEBEB;
}

/* gridview/datalist horizontal gridline fix */
.gridlineshorizontal
{
	border: none;
}

.gridlineshorizontal tr td
{
	border-bottom: solid 1px black;
}

.gridlineshorizontal tr td td
{
	border: none;
}

.hint
{
	font-size: 83%;
	color: #555555;
	font-style: italic;
	padding-left: 3px;
}

/* Rating */
.ratingstar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledratingstar {
    background-image: url(../images/FilledStar.png);

}

.emptyratingstar {
    background-image: url(../images/EmptyStar.png);
}

.savedratingstar {
    background-image: url(../images/SavedStar.png);
}

/* links */
a {
	color: #000000;
}
a:hover {
	color: #185083;
	text-decoration: underline;
}
.nounderline 
{
	text-decoration: none;
}

/* CMS */
.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.underline
{
	text-decoration: underline;
}

.darkblue
{
	color: #336699;
}

.floatright
{
	float: right;
}

.floatleft
{
	float: left;
}

/* Page specific classes */

.brochure
{
	padding: 0px;
	vertical-align: top;
}

.brochure > h1, .brochure > p
{
	margin: 0px 0px 0px 6px;
	padding: 0px;
}

.noresults {
    display:block;
    height:400px;
    margin-top:5em;
    text-align:center;
}