﻿.labelerror {
	color:Red;
	text-align:left;
}

.linkbutton {
	color:#00F;
	text-align:left;
	text-decoration:none;
}

.textboxcapitalize,
.textboxupper {
	border:1px solid #779bcd;
	color:#000;
	text-transform:capitalize;
}

.textboxupper {
	text-transform:uppercase;
}

.paneltitle {
	border-bottom:1px solid Gray;
	font-weight:700;
	padding:3px 0 3px 8px;
	text-align:left;
}

.paneltabs {
	border-width:1px solid #eee;
	padding:5px;
}

.panelsignup {
	background-color:#ebebeb;
	padding:4px 0 3px 5px;
}

.panelerror {
	background-color:#ffe4e1;
	border-bottom:10px solid #fff;
	padding:5px;
}

.panellistheader {
	font-weight:700;
	padding:2px 0;
	text-align:center;
}

.panelbox {
	border:solid 1px #ccc;
	padding:4px 0 3px 5px;
}

.panelscroll {
	overflow:auto;
}

.bulletlist {
	border:solid 0 #FFF;
	text-align:left;
}

.graphicbutton {
	color:#036499;
	font-weight:700;
}

.picbutton {
	color:#FFF;
	font-weight:700;
	text-decoration:none;
}

a.picbutton:link,
a.picbutton:visited,
a.picbutton:active,
a.picbutton:hover {
	color:#FFF;
}

.clientgridviewheader {
	background-color:#779BCD;
	color:#FFF;
	font-weight:700;
	padding:2px 0;
	text-align:center;
	vertical-align:middle;
}

.clientgridviewrow {
	background-color:#FFF;
	color:#000;
	cursor:default;
	font-weight:400;
}

.clientgridviewselectedrow {
	background-color:#265199;
	color:#FFF;
	cursor:default;
	font-family:Verdana;
}

a.tabstrip {
	color:#036499;
	font-weight:700;
	text-decoration:none;
}

.datepicker {
	border:1px solid #779bcd;
	color:#000;
}

.fixedfont {
	font-family:Terminal;
	font-size:8px;
	height:22px;
	overflow:hidden;
}

.fixedfontfirefox {
	font-family:Terminal;
	font-size:13px;
	height:22px;
	overflow:0;
}

.watermark {
	color:#999;
}

.imagebutton,
td.tabstrip {
	cursor:hand;
}

a.tabstrip:visited,
a.tabstrip:hover {
	color:#036499;
}

table.tabstrip,
.tabstripborder {
	border:1px solid #8CA2B8;
}

/** WTP-1492 | Easyedit: Border applied to linked image when image was added in EasyEdit **/
/** These styles are also applied in WebTree\Site\WebSite\App_Themes\intranet\Default.css **/
.EditorPanel img {
  border-style: solid;
}

.EditorPanel img:not([border]),
.EditorPanel img[border="0"] {
 	border: none;
}

.EditorPanel img[border="1"] {border-width: 1px;}
.EditorPanel img[border="2"] {border-width: 2px;}
.EditorPanel img[border="3"] {border-width: 3px;}
.EditorPanel img[border="4"] {border-width: 4px;}
.EditorPanel img[border="5"] {border-width: 5px;}
.EditorPanel img[border="6"] {border-width: 6px;}
.EditorPanel img[border="7"] {border-width: 7px;}
.EditorPanel img[border="8"] {border-width: 8px;}
.EditorPanel img[border="9"] {border-width: 9px;}
.EditorPanel img[border="10"] {border-width: 10px;}
.EditorPanel img[border="11"] {border-width: 11px;}
.EditorPanel img[border="12"] {border-width: 12px;}
.EditorPanel img[border="13"] {border-width: 13px;}
.EditorPanel img[border="14"] {border-width: 14px;}
.EditorPanel img[border="15"] {border-width: 15px;}
.EditorPanel img[border="16"] {border-width: 16px;}
.EditorPanel img[border="17"] {border-width: 17px;}
.EditorPanel img[border="18"] {border-width: 18px;}
.EditorPanel img[border="19"] {border-width: 19px;}
.EditorPanel img[border="20"] {border-width: 20px;}
.EditorPanel img[border="25"] {border-width: 25px;}
.EditorPanel img[border="26"] {border-width: 26px;}
.EditorPanel img[border="27"] {border-width: 27px;}
.EditorPanel img[border="28"] {border-width: 28px;}
.EditorPanel img[border="29"] {border-width: 29px;}
.EditorPanel img[border="30"] {border-width: 30px;}