/* ================================
		CSS STYLES FOR DotNetNuke
	 ================================
*/
BODY {
	FONT-SIZE: 9pt;
	COLOR: #000000;
	FONT-FAMILY: verdana, tahoma, arial,verdana;
	BACKGROUND-COLOR: #fbf3e3;
}
/* styles for Archmere specifics */
.Archmere-Head {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #006633;
}
.Archmere-SubHead    {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:  12px;
		font-weight: bold;
		color: #999999;
}
.Archmere-Table {
	background-color: #F0EBDD;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		border: 1px solid #126702;
		padding: 4px;
		xfilter:progid:DXImageTransform.Microsoft.Shadow(offX=-1,offY=1,color=gray,positive=0);
}
.Archmere-ModuleHead {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: normal;
		color: red;
}
/* text style used for most text rendered by modules */
.Normal
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
}

.NormalRed
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #ff0000
}

.NormalBold
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold
}

/* text style for the selected tab */
.SelectedTab {
	font-weight: normal;
	font-size: 7.5pt;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.SelectedTab:link {
	text-decoration: none;
	color:black;
}

A.SelectedTab:visited  {
	text-decoration: none;
	color:666666;
}

A.SelectedTab:active   {
	text-decoration: none;
	color:black;
}

A.SelectedTab:hover    {
	text-decoration: none;
	color:green;
}

/* text style for the unselected tabs */
.OtherTabs {
		font-weight: normal;
		font-size: 7.5pt;
		color: #999999;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
}
A.OtherTabs:link {
		text-decoration:    none;
		color:#999999;
}
A.OtherTabs:visited  {
		text-decoration: none;
		color:#999999;
}

A.OtherTabs:active   {
		text-decoration: none;
		color:#999999;
}

A.OtherTabs:hover    {
		text-decoration: none;
		color:green;
}

/* GENERAL */
/* style for module titles */
.Head   {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: normal;
		color: #000000;
}
/* style of item titles on edit and admin pages */
.SubHead    {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:  11px;
		font-weight: normal;
		color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:  10px;
		font-weight: normal;
		color: black;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: normal;
}
