/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.textNavbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bolder;
	white-space: normal;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #9A3334;
	font-size: 12px;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #9A3334;
	font-size: 12px;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #990100;
	font-size: 12px;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #990100;
	font-size: 12px;
	text-decoration: underline;
}
#Bottom_Link:link
{
	color: #ebebeb;
	text-decoration: underline;
}
#Bottom_Link:visited
{
	color: #ebebeb;
	text-decoration: underline;
}
#Bottom_Link:active
{
	color: #ffffff;
	text-decoration: underline;
}
#Bottom_Link:hover {
	color: #ffffff;
	text-decoration: underline;
}
.ITopMenu {
	color: #cccccc;
	text-decoration: none;
}
.ITopMenu A:Link {
	color: #ebebeb;
	text-decoration: none;
}
.ITopMenu A:Visited {
	color: #ebebeb;
	text-decoration: none;
}
.ITopMenu A:Active {
	color: #ebebeb;
	text-decoration: underline;
}
.ITopMenu A:Hover {
	color: #ffffff;
	text-decoration: underline;
}
.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.subheadWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9A3334;
	font-weight: bold;
}
.textBoldGray {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.textAlt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.textAltRed {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9A3334;
	font-weight: normal;
}
.textBoldGrayON {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	background-color: #FFFFFF;
}
.textBoldRedON {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9A3334;
	font-weight: bold;
	background-color: #FFFFFF;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{background-color: "#FFFFFF";
}

/* background/border colors for the selected tab */
.TabBg {
	background-color: "#ffffff";
	background: #ffffff;
}

table, tr, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
	margin-left:1px;
	text-decoration:none;
	color:black;
	font:12px arial, helvetica;
	background-color: white;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
	border-top: 8px solid #990000;
	cursor: default;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link, A.SelectedTab:visited, A.SelectedTab:active {
	margin-left:1px; 
	/*padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:4px;*/
	text-decoration:none;
	color:black;
	font:12px arial, helvetica;
	background-color: white;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
	border-top: 8px solid #990000;
	cursor: default;
}

A.SelectedTab:hover    {
	background-color: #ffffff;
	color: #333333;
	margin-left:1px;
	text-decoration:none;
	font:12px arial, helvetica;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
	border-top: 8px solid #990000;
	cursor: default;
}

	
/* text style for the unselected tabs */
.OtherTabs {
	margin-left: 1px;
	color: black;
	font: 12px arial, helvetica;
	background-color: #EBEBEB;
	text-align: center;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link, A.OtherTabs:visited, A.OtherTabs:active {
	margin-left: 1px;
	text-decoration: none;
	color: black;
	font: 12px arial, helvetica;
	background-color: #EBEBEB;
	text-align: center;
}

A.OtherTabs:hover {
	background-color: #dddddd;
	color: #990000;
	text-align: center;
	font-size: 12px;
}

/* GENERAL */
/* style for module titles */
.Head   {
	/*background-color: #990000;*/
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */

A.CommandButton:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #9A3334;
}

A.CommandButton:visited  {
	font-family: Arial, Helvetica, sans-serif;
	color: #9A3334;
}

A.CommandButton:active   {
	font-family: Arial, Helvetica, sans-serif;
	color: #990100;
}

A.CommandButton:hover    {
	font-family: Arial, Helvetica, sans-serif;
	color: #990100;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu 
--------------------------------------------------------------------*/
.ModuleTitle_MenuContainer {
	/*color: #333333;
	padding: 1px 1px 1px 1px;*/
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 18px;
	/*padding: 1px 1px 1px 1px;*/ 
}

/* Module Title Menu 
--------------------------------------------------------------------*/
.ModuleTitle_MenuItem {
	color: #333333; 
	background: #ebebeb;
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;  
	font-style: normal;	
	height: 21px;
}

.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	background: #ebebeb;
	display: none;
	/*font-family: Arial, Helvetica, serif;*/
}

.ModuleTitle_SubMenu {
	cursor: pointer;
	cursor: hand;
	color: #ffffff;
	height: 12px;
	background-color: #990000;
}

.ModuleTitle_MenuBreak {
	display: none;
}

.ModuleTitle_MenuItemSel {
	margin-left:1px; 
	text-decoration:none;
	color:black;
	font:12px arial, helvetica;
	background-color: white;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
	border-top: 8px solid #990000;
	cursor: default;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.ModuleTitle_MenuIcon {
	padding: 1px 1px 1px 1px;
}

.ModuleTitle_SubMenu {
	padding: 1px 1px 1px 1px;
}

/* Main Menu -----------------------------------------------------------------*/

.MainMenu_MenuBar {
	margin-left: 1px;
	background: #ebebeb;
	margin-left:1px; 
	text-decoration:none;
	color:black;
	font:12px arial, helvetica;
	background-color: #ebebeb;
}

/* Main-Menu: Normal state */
.MainMenu_MenuItem {
	/*color: #333333;*/
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding: 1px 1px 1px 1px;
	background-color: #eeeeee;*/
	margin-left:1px; 
	text-decoration:none;
	color:black;
	font:12px arial, helvetica;
	background-color: #ebebeb;
	cursor: default;
}

/* Sub-Menu: Normal state */
.MainMenu_SubMenu {
	font-size: 12px;
	margin-left: 1px;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/*  Add background:  */
.MainMenu_MenuContainer
{
	background-color: #ebebeb;
}

.Search
{
	font-size: 12px;
	font-family: Arial;
}
A.Search:link
{
	color: #333333;
	text-decoration: none;
}
A.Search:visited
{
	color: #333333;
	text-decoration: none;
}
A.Search:active
{
	color: #333333;
	text-decoration: none;
}
A.Search:hover
{
	color: #333333;
	text-decoration: underline;
}
.Breadcrumb_Link
{
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
}
A.Breadcrumb_Link:link
{
	color: #666666;
	text-decoration: none;
}
A.Breadcrumb_Link:visited
{
	color: #666666;
	text-decoration: none;
}
A.Breadcrumb_Link:active
{
	color: #666666;
	text-decoration: none;
}
A.Breadcrumb_Link:hover
{
	color: #333333;
	text-decoration: underline;
}

#LanguageComboBox SELECT
{
	font-size: 12px;
	width: 135px;
	height: 17px;
}
#SearchTextBox INPUT
{
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	font-size: 12px;
	border-left: #999999 1px solid;
	color: #333333;
	border-bottom: #999999 1px solid;
	height: 17px;
}
#SearchTextBox_Admin INPUT
{
	font-size: 12px;
	color: #333333;
	height: 19px;
}
.MainMenu_RootMenuItem TD
{
	font-weight: normal;
	font-size: 13px;
	BACKGROUND-POSITION-Y: bottom;
	background-image: url(http://www.unityworksmedia.com/portalFiles/menuitem_c.gif);
	text-transform: uppercase;
	color: #666666;
	background-repeat: repeat-x;
	font-family: Arial;
	height: 27px;
}
.MainMenu_RootMenuItemSel TD
{
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	color: #990000;
	font-family: Arial;
	height: 27px;
}
.MainMenu_RootMenuItemActive TD
{
	font-weight: normal;
	font-size: 13px;
	BACKGROUND-POSITION-Y: bottom;
	background-image: url(http://www.unityworksmedia.com/portalFiles/menuitemsel_c.gif);
	text-transform: uppercase;
	color: #ebebeb;
	background-repeat: repeat-x;
	font-family: Arial;
	height: 27px;
}


/*  Add background-image: : url(bar2.jpg)
.MainMenu_MenuContainer
{
	background-color: transparent;
	background-image: url(bar2.jpg);
} */

/* Sub-Menu: Hover state */
.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 1px;
	margin-right: 1px;
	font-weight: normal;
	/*background-color: #990000;
	background-color: #ebebeb;*/
}

.TextWhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.HeaderWhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:1px; 
	color: #ebebeb;
}

/* for the date ---------------------------------------------------*/
.SelectedTab {
	/*background: #ffffff;
	font:11px arial, helvetica;*/
	/*background-color: white;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
	border-top: 8px solid #990000;*/
	cursor: default;
	margin-left:1px; 
	text-decoration:none;
	background-color: #ebebeb;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}


/* Item titles on edit and admin pages 
-------------------------------------------------------------------*/
.SubHead    {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
	padding: 0;
}

.RGContainerMainPane { 
	width:203px;
}
.RGContainerMainPane A {
	display:block;
}

A.RGHead:link, A.RGHead:visited, A.RGHeadCurrent:link, A.RGHeadCurrent:visited {
	margin-left:0px; 
	padding-top:18px;
	padding-left:6px;
	padding-bottom:6px;
	text-decoration:none;
	color:black;
	font:bold 12px arial, helvetica;
	background-color:#ebebeb;
	border-bottom:1px solid #CCCCCC;
}
A.RGHead:hover {
	background-color:#dddddd;
}
A.RGHeadCurrent:link {
	margin-left:0px; 
	padding-top:18px;
	padding-left:6px;
	padding-bottom:6px;
	text-decoration:none;
	color:black;
	font:bold 12px arial, helvetica;
	background-color: white;
	border-bottom: 1px solid #990000;
	border-left: 8px solid #990000;
	border-top: 1px solid #990000;
}
* html A.RGHead, A.RGHead:visited, A.RGHeadCurrent:link, A.RGHeadCurrent:visited {
	width:189px;
}

html>body A.RGHead, A.RGHead:visited, A.RGHeadCurrent:link, A.RGHeadCurrent:visited {
	width:182px;
}


A.RGSubHead:link, A.RGSubHead:visited {
	margin-left:1px; 
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:4px;
	text-decoration:none;
	color:black;
	font:11px arial, helvetica;
	background-color:#EBEBEB;
	border-bottom:1px solid #CCCCCC;
	border-left:8px solid #EBEBEB;
	border-top:1px solid #999999;
}
* html A.RGSubHead:link, A.RGSubHead:visited { /*IE Setting*/
	width:189px;
}

html>body A.RGSubHead:link, A.RGSubHead:visited { /*FireFox Setting*/
	width:175px;
}

A.RGSubHead:hover {
	background-color:#dddddd;
}
A.RGSubHeadCurrent:link, A.RGSubHeadCurrent:visited {
	margin-left:1px; 
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:4px;
	text-decoration:none;
	color:black;
	font:11px arial, helvetica;
	background-color: white;
	border-bottom: 1px solid #990000;
	border-left: 8px solid #990000;
	border-top: 1px solid #990000;
	cursor: default;
}

