﻿body
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}
a
{
	color: #3B5998;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

.center
{
	margin-left: auto;
	margin-right: auto;
}

.noDisplay
{
	display: none;
}
.invisible
{
	visibility: hidden;
}

/*********** TEXT *************/
.asterisk
{
	color: #ff0000;
}

.error
{
	color: Red;
}

.txtPageTitle
{
	font-weight: bold;
	font-size: 26px;
	color: #0b7c9d;
	margin-bottom: 20px;
}
.txtPageSubTitle
{
	font-weight: bold;
	font-size: 13px;
	margin-top: 15px;
}
.txtPageSubTitle2
{
	font-weight: bold;
	font-size: 20px;
	color: #0b7c9d;
	margin-bottom: 8px;
}
.txtConfirmation
{
	font-weight: bold;
	color: #0b7c9d;
}
.txtToolTipBase
{
	cursor: default;
	font-size: 10px;
}
.txtBidError
{
	font-size: x-large;
	font-weight: bold;
	color: #CC0000;
}

.feedbackFieldLabel
{
	font-weight: bold;
}

.sellFieldSection
{
	margin-bottom: 8px;
}

.mailMessage
{
	border: solid 1px #cccccc;
	background-color: #efefef;
	margin-bottom: 20px;
	padding: 8px;
}

/*** My Activity Navigation ***/
.activityNavSectionHeader
{
	background-color: #dddddd;
	padding: 5px;
	margin-top: 10px;
}
.activityNavPage
{
	padding-left: 25px;
	line-height: 18px;
}

/************* CONTROLS *************/
.textBox
{
	border: solid 1px Black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px; /*height:13px;*/
}

.numericTextBox
{
	height: 13px;
	font-size: 10px;
	padding: 0px;
}
/************* BUTTONS **************/
.imageButton
{
	background-position: top left;
	background-repeat: no-repeat;
	background-color: Transparent;
	border: solid 0px White;
	margin-top: 5px;
}
.orange100
{
	background-image: url('../../images/buttons/orange100_off.gif');
	width: 100px;
	height: 25px;
}
.orange100:hover
{
	background-image: url('../../images/buttons/orange100_on.gif');
}
.orange150
{
	background-image: url('../../images/buttons/orange150_off.gif');
	width: 150px;
	height: 25px;
}
.orange150:hover
{
	background-image: url('../../images/buttons/orange150_on.gif');
}
.orange200
{
	background-image: url('../../images/buttons/orange200_off.gif');
	width: 200px;
	height: 25px;
}
.orange200:hover
{
	background-image: url('../../images/buttons/orange200_on.gif');
}
.orange250
{
	background-image: url('../../images/buttons/orange250_off.gif');
	width: 250px;
	height: 25px;
}
.orange250:hover
{
	background-image: url('../../images/buttons/orange250_on.gif');
}
.orange300
{
	background-image: url('../../images/buttons/orange300_off.gif');
	width: 300px;
	height: 25px;
}
.orange300:hover
{
	background-image: url('../../images/buttons/orange300_on.gif');
}



.divFormSection
{
	border: solid 1px #aaa;
	padding: 8px;
	background-color: #efefef;
	margin-bottom: 1px;
}


/**********************************************************/
/************* TELERIK OVERRIDE ***************************/

.GridRow_Office2007 td
{
	border-color: Red;
}


/************* SHARING ******************************/
.share_icon
{
	background-image: url(../../images/shareIcons.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 23px;
	margin: 0 2px;
	width: 23px;
}
.share_icon.facebook
{
	background-position: 0px 0px;
}
.share_icon.facebook:hover
{
	background-position: 0px -24px;
}

.share_icon.twitter
{
	background-position: -24px 0px;
}
.share_icon.twitter:hover
{
	background-position: -24px -24px;
}

/*************** FORMS ****************************/
.onProcessing
{
	display: none;
}
