/* 
================================
Skin styles for DotNetNuke
================================
*/   

BODY {
	background-color: white;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

IMG {
	border: 0;
}

A {
	color: red;
}

#searchcontainer 
{
	text-align:right;
	height:16px;
}

#searchcontainer .NormalTextBox
{
	width:95px;
	height:16px;
	border:none;
	font:11px;
}

a:link.skinobject, a:visited.skinobject, a:hover.skinobject, a:active.skinobject
{
	color:#ffffff;
	font:10px Arial;
}

#customsearch
{
	width:140px;
	height:16px;
	background: url(images/search/searchbutton.gif) left no-repeat;
}


.formsection 
{
	width:127px;
	text-align:right;
	font: 11px Arial;
	color:#8d8e8e;
	height:39px;
	vertical-align:bottom;
}

.fieldname
{
	width:127px;
	text-align:right;
	font: 11px Arial;
	vertical-align:top;
	padding-top:4px;
}

.fieldspacer 
{
	width:14px;
}

.fieldinput 
{
	font: 10px Arial;
	width:200px;
}

.frmselect 
{
	font: 9px Arial;
	
}

.frmtextbox 
{
	border: 1px solid #a1a1a1;
	width:175px;
	height:16px;
	font: 9px Arial;
}

.frmCalendar
{
	vertical-align:bottom;
	height:16px;
}

.frmerror 
{
	font: 10px Arial;
	color: Red;
}

.dateselection a:link, .dateselection a:visited 
{
	font:10px Arial;
	color:#511715;
}

.dateselection a:hover, .dateselection a:active 
{
	font:10px Arial;
	color:red;
}

.frmradio td 
{
	font:10px Arial;
}

.frmTextarea 
{
	width:290px;
	height:90px;
	border:1px solid #a1a1a1;
	font:10px Arial;
}

