﻿body {
	background-color: #EBEBCD;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000;
	margin: 0; 
	border: 0px none;
	volume:silent;
}
.topLinks{
	color: #E35000;
	text-decoration: none;
	font-size: 10px;
}

.topLinks:hover {
	color: #000;
}
.loginInput
{
	border-style: solid;
	border-color: #E35000;
	font-size: 12px;
	background-color:#EBEBCD;
	border-width: 1px;
	font-family:Verdana;
}
.inputWM
{
	border-style: solid;
	border-color: #E35000;
	font-size: small;
	background-color: #EBEBCD;
	border-width: 1px;
	color: Gray;
}

.formLabel
{
	font-weight:bold;
	font-size:small;
}

.coloredLabel
{
	font-weight:bold;
	font-size:small;
	color: #E35000;
}
.coloredLabel2
{
	font-size:x-small;
	color: #E35000;
}
.labels
{
	font-size:x-small;
	color: #E35000;
	font-weight:bold;
}
.repeaterHeader
{
	font-weight:bold;
	font-size:x-small;
	color: #E35000;
	text-decoration: underline;
}
.errLabel
{
	font-size: small;
	color: Red;
}
.menuLinks, .menulinks:visited
{
	font-weight:bold;
	font-size:x-small;
	color: #E35000;
	text-decoration: none;
}
.menuLinks:hover
{
	font-weight:bold;
	font-size:x-small;
	color: #E35000;
	text-decoration: underline;
}
.menuLinks:active
{
	font-weight:bold;
	font-size:x-small;
	color: Black;
	text-decoration: underline;
}
.repeaterLinks, .repeater:visited
{
	font-weight:bold;
	font-size:x-small;
	color: #E35000;
	text-decoration: underline;
}
.repeaterLinks:hover
{
	font-weight:bold;
	font-size:x-small;
	color: #E35000;
	text-decoration: underline;
}
.repeaterLinks:active
{
	font-weight:bold;
	font-size:x-small;
	color: Black;
	text-decoration: underline;
}
.Links, .links:visited
{
	color: #E35000;
}
.Links:hover
{
	color: #E35000;
	text-decoration: underline;
}
.Links:active
{
	color: Black;
	text-decoration: underline;
}
.titleText
{
	font-weight:bold;
	font-size:x-large;
	color:#E35000;
	font-family: Arial;
}
.firstLetter {
	font-family: Georgia, serif;
	position: fixed;
	font-size: 20px;
	font-weight: normal;

	color: #C93;
	display: inline;

	width: 20px;
	float:left;
	top: -10px;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.unwatermarked {
	height:18px;
	width:138px;

	font-weight: normal;
}

.watermarked {
	height:20px;
	
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	
/*CollapsiblePanel*/
.collapsePanel {
	
	background-color: Transparent;
	overflow:hidden;
}
.collapsePanelHeader{	
	width:90%;		
	height:30px;
	background-image: url(../../../App_Themes/Squirrel/images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}
.tailored, .tailored:visited
{
	font-weight:bold;
	text-decoration: none;
	color: Black;
}
.tailored:hover
{
	font-weight:bold;
	text-decoration: underline;
	color: Black;
}
.deleteLinks, .deleteLinks:visited
{
	color: Blue;
	text-decoration: underline;
}
.deleteLinks:hover
{
	color:Red;
	text-decoration: underline;
}
/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}
.rtop, .rbottom
{
	width: 799px;
	background: #FFFFFF;
	margin:0 15px;
	display: block;
	background:#EBEBCD;
	padding-left: 0px;
	padding-right: 0px;
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#FFFFFF;
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}
