﻿/*
general
*/

#logo {
	float: left;
	height: 40px;
	margin-left: 10px;
}

#logo h1 {
	float: left;
	margin: 0;
	font-family: Verdana;
	font-size: 26px;
	color: #0099E8;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #0099E8;
}

#logo h2 {
	float: left;
	margin: 0;
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #6D6D6D;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

.title
{
	font-weight: bold;
	font-size: 11pt;
	font-family: Verdana;
	color: #006EA6;
}

a {
	color: #0094E0;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.ajax__calendar_container { z-index : 1000 ; }

/*
header
*/
.header .InputLabel
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}
.header a
{
	text-decoration: none;
}
.header a:hover
{
	text-decoration: underline;
}

.header .signin
{
	display: block;
}

.header .signin:hover
{
	display: none;
}

/*
postingSummary
*/

.postingSummary .Title
{
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	/*background-color: rgb(240,240,240); */
	/*border-bottom: solid 1px blue; */
}

.postingSummary .Title a
{
	text-decoration: none;	
}

.postingSummary .Title a:hover
{
	text-decoration: underline;
}

.InputLabel
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;	
}

.InputLabelSmall
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}

.DropDownListSmall, .TextBoxSmall
{
	font-family: Verdana;
	font-size: 8pt;
	border-color: rgb(227,227,227);	
}
.Link
{
	font-weight: bold;
}

.Button
{
	font-family: Verdana;
	font-size: 10pt;
	border: solid 1px black;
	background-color: #0099E8;
	color: White;
}

.ButtonSmall
{
	font-family: Verdana;
	font-size: 8pt;
	border: solid 1px black;
	background-color: #0099E8;
	color: White;
}

.ratingStar
{
	white-space:nowrap;
	margin:1em;
	height:14px;
}

.ratingStar .ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}

.ratingStar .Filled {
    background-image: url(images/rating/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(images/rating/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(images/rating/ratingStarSaved.png);
}

/*
dashboard
*/
.dashboard td
{
	border-color: rgb(227,227,227);
}

/*
posting form
*/
.postingForm td
{
	padding-bottom: 5px;
}

.postingForm .TextBox 
{
	width: 250px;
	font-family: Verdana;
	font-size: 10pt;
	padding-bottom: 5px;
	border: solid 1px silver;
}
.postingForm .TextBoxLong
{
	width: 500px;
	font-family: Verdana;
	font-size: 10pt;
	padding-bottom: 5px;
	border: solid 1px silver;
}

.postingForm .DropDownList
{
	width: 250px;
	font-family: Verdana;
	font-size: 10pt;
	padding-bottom: 5px;
	border: solid 1px silver;
}

.postingForm .DropDownListLong
{
	width: 500px;
	font-family: Verdana;
	font-size: 10pt;
	padding-bottom: 5px;
	border: solid 1px silver;
}

.postingForm .CheckBox
{
	font-family: Verdana;
	font-size: 10pt;
}

.postingForm .Button
{
	font-family: Verdana;
	font-size: 10pt;
	border: solid 1px black;
	background-color: #0099E8;
	color: White;
}

.postingForm .InputLabel
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

/*
user profile form
*/
.userForm td
{
	padding-bottom: 5px;
}

.userForm .TextBox 
{
	width: 250px;
	font-family: Verdana;
	font-size: 10pt;
}

.userForm .DropDownList
{
	width: 250px;
	font-family: Verdana;
	font-size: 10pt;
	border: solid 1px silver;
}

.userForm .CheckBox
{
	font-family: Verdana;
	font-size: 10pt;
}

.userForm .Button
{
	font-family: Verdana;
	font-size: 10pt;
	background-color: #0099E8;
	color: White;
	border: solid 1px black;
}

.userForm .InputLabel
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

/* toolbar */

.toolbar a
{
	text-decoration: none;
}

.toolbar a:hover
{
	text-decoration: underline;
}

.toolbar .Link
{
	font-weight: bold;
}

