/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.blackTitle {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.blackText {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

A:link
{
	text-decoration: underline;
	color: #000000;
}

A:visited   {
    text-decoration:    underline;
    color:  #000000;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

A:active    {
    text-decoration:    underline;
    color:  #000000;
}

.SearchTextBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	width: 260px;
	height: 16px;
	border-color: #C86633;
	border-width: 1px;
	border-style: solid;
	background: #FFFFFF;
	vertical-align: text-bottom;
}

.SearchTextBoxFrame
{
	width: 310px;
	height: 22px;
	border-color: #C86633;
	border-width: 0px;
	border-style: none;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	background-color: #C86633;
}
