.red {
font-family: Verdana; font-size: 11px;
color: red;
-webkit-border-radius:25px;
-moz-border-radius:25px;
background:#ffffff;
}

.foo {
font-family: Verdana; font-size: 40px;
color: black;
-webkit-border-radius:25px;
-moz-border-radius:25px;
background:#F2FFE1;
}



.tdgradient1 {
	background: transparent url(/images/gradientf3.png);
	background-repeat: repeat-x; 
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #333;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: left;
	text-transform: none;
	border: 1px solid #bbbbbb;
}

a.tdgradient1:link /* 0B3763 */
{
	text-decoration: none;
	font-size: 13px;
	line-height: 15px;
	color: #0088cc;
	font-weight: none;
	border-width: 0pt 0pt 0pt 0pt;
}

a.tdgradient1:visited 
{
	text-decoration: none;
	font-size: 13px;
	line-height: 15px;
	color: #0088cc;
	font-weight: none;
	border-width: 0pt 0pt 0pt 0pt;
}

a.tdgradient1:hover
{
	text-decoration: underline;
	font-size: 13px;
	line-height: 15px;
	color: #0088cc;
	font-weight: none;
	border-width: 0pt 0pt 0pt 0pt;
}


.smallgraytext
{ 	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #7b7b7b;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-align: left;
	text-transform: none;

}

a.smallgraytext:link /* 0B3763 */
{
	text-decoration: underline;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	padding: 0px;
	font-weight: none;
	border-width: 0pt 0pt 0pt 0pt;
}

a.smallgraytext:visited 
{
	text-decoration: underline;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	padding: 0px;
	font-weight: none;
	border-width: 0pt 0pt 0pt 0pt;
}

a.smallgraytext:hover
{
	text-decoration: underline;
	font-size: 12px;
	line-height: 15px;
	color: #273b78;
	background-color: #fff;
	font-weight: none;
	border-width: 0pt 0pt 0pt 0pt;
}


.largegraytext
{ 	font-family: Verdana, sans-serif;
	font-weight: none;
	font-size: 15px;
	line-height: 15px;
	color: #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	text-align: left;
	text-transform: none;

}

a.largegraytext:link /* 0B3763 */
{
	text-decoration: underline;
	font-size: 14px;
	line-height: 15px;
	color: #333333;
	padding: 0px;
	font-weight: none;
	border-width: 0pt 0pt 0pt 0pt;
}

a.largegraytext:visited 
{
	text-decoration: underline;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	padding: 0px;
	font-weight: none;
	border-width: 0pt 0pt 0pt 0pt;
}

a.largegraytext:hover
{
	text-decoration: underline;
	font-size: 12px;
	line-height: 15px;
	color: #273b78;
	background-color: #fff;
	font-weight: none;
	border-width: 0pt 0pt 0pt 0pt;
}


.searchbox
{ 	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	text-transform: none;

}

.textboxstyle{
background-image:url('/images/search.png');
background-repeat: no-repeat;
background-position: center right;

}


.hideProgress { 
    display: none
}
 
.showProgress {
    position: absolute;
    left: 40%;
    top: 40%;
    display: block
}

#homeBlog, #homeERC {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(230,239,255,0.8)), color-stop(0.4, white), to(white));
    background-image: -moz-linear-gradient(top, rgba(230,239,255,0.8), white 40%, white);
    border: thin solid rgba(230,239,255,1);
}


