/* ================================
    CSS STYLES FOR DotNetNuke - FPM
   ================================
*/
.Button_Style_Alt
{
	background: #666152;
	color: White;
	font-weight: bold;
}

.LinkButtonDark
{
	color:Navy; 
	font-family: Verdana;
	font-size:11pt;
	
}
.Label_BoldTextStyle_Small {
    color: Black;
 	font-weight: bold;
     font-size:10pt;
}
.Label_PlainTextStyle_Small {
    color: Black;
     font-size:10pt;
}
.DataGrid_SelectedItemStyle_Alt
{
	background-color: #ffffc8;
	font-size: 10pt;
}
.DataGrid_HeaderStyle_Alt th 
{
	 text-decoration: none;
     color: White; 
     text-align: left; 
     vertical-align:bottom;
}
.DataGrid_HeaderStyle_Alt
{
	background-color:#666152;
	color: White;
	font-size: 10pt;
	font-weight: bold;	
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: center;
}
.DataGrid_HeaderStyle_Alt A:link  
{
	 text-decoration: underline;
     color: White;
}

.DataGrid_HeaderStyle_Alt A:visited   
{
     color: WhiteSmoke;
	 text-decoration: underline;
}


.DataGrid_HeaderStyle_Alt A:active    
{
     color: White;
	 text-decoration: underline;
}

.DataGrid_HeaderStyle_Alt A:hover 
{
     color: Yellow;
	 text-decoration: underline;
}

.DataGrid_HeaderStyle th 
{
	 text-decoration: none;
     color: White; 
     text-align: left; 
     vertical-align:bottom;
}



.Label_InfoStyle 
{
    font-size: 10pt;
 	font-weight: bold; 
     border: 1px solid black; 
     padding: 5px 5px 5px 5px;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
a:link
{
	color:#990000;
	text-decoration:none;
}
a.LinkButtonDark:link 
{
	color:Navy; 
	text-decoration:none;
}
a.skinuser:link
{
	color:white;
}
a:visited
{
	color:#FF0000;
	text-decoration:none;
}
a.LinkButtonDark:visited
{
	color:Navy; 
	text-decoration:none;
}
a:hover
{
	color:#990000;
	text-decoration:underline;
}
a.LinkButtonDark:hover
{
	color:LightSteelBlue;
	text-decoration:underline;
}

a:active
{
	color:#CCCCCC;
	text-decoration:none;
}

a.LinkButtonDark:active
{
	color:#CCCCCC;
	text-decoration:none;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #333333;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #333333 0px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 1px solid; 
	border-right: #333333 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #333333; 
	border-left: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #333333; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCCCC; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.UWRedBG {
	background-color: #990000; 
}

.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#990000
}

.Button_Style
{
	background: DarkRed;
	color: White;
	font-weight: bold;
}

.Calendar_DayStyle
{
	border-color:Black;
	text-align:left;
	vertical-align:top;
}

.Calendar_NextPrevStyle
{
	background-color:DarkRed;
    color:#ffffff;
}

.Calendar_OtherMonthDayStyle
{
	background-color:LightGrey;
	border-color:Black;
	text-align:left;
	vertical-align:top;
}

.Calendar_SelectedDayStyle
{
	background-color:#ffff66;
	border-color:Black;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}

.Calendar_TitleStyle A:link
{
	 text-decoration: underline;
     color: White;
}

.Calendar_TitleStyle A:visited
{
     color: WhiteSmoke;
	 text-decoration: underline;
}

.Calendar_TitleStyle A:active
{
     color: White;
	 text-decoration: underline;
}

.Calendar_TitleStyle A:hover
{
     color: Yellow;
	 text-decoration: underline;
}

.Calendar_TitleStyle
{
	background:DarkRed;
	border-color:Black;
	color:White;
	font-weight:bold;
}

.Calendar_TodayStyle
{
	text-align:left;
}

.Calendar_DayHeaderStyle
{
	text-align:center;
	border-color:Black;
	font-weight:bold;
}

.CheckBox_Style
{
	font-size: 10pt;
}

.DataGrid_AlternatingItemStyle
{
	background-color: WhiteSmoke;
	font-size: 10pt;
}

.DataGrid_EditItemStyle
{
	background-color: #ffff66;
}

.DataGrid_FooterStyle
{
	background-color: Black;
	color: White;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: left;
}

.DataGrid_HeaderStyle
{
	background-color: DarkRed;
	color: White;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: center;
}

.DataGrid_HeaderStyle A:link  
{
	 text-decoration: underline;
     color: White;
}

.DataGrid_HeaderStyle A:visited   
{
     color: WhiteSmoke;
	 text-decoration: underline;
}

.DataGrid_HeaderStyle A:active    
{
     color: White;
	 text-decoration: underline;
}

.DataGrid_HeaderStyle A:hover 
{
     color: Yellow;
	 text-decoration: underline;
}

.DataGrid_ItemStyle
{
	background-color: White;
	font-size: 10pt;
	text-align: left;
}

.DataGrid_PagerStyle
{
}

.DataGrid_SelectedItemStyle
{
	background-color: #ffff66;
	font-size: 10pt;
}

.DataGrid_Style TD
{
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

.HyperLink_Style
{
	color: DarkRed;
}

.Label_AttentionStyle
{
	color: Maroon;
	font-weight: bold;
}

.Label_BoldTextStyle
{
 	color: Black;
 	font-weight: bold;
}

.Label_ErrorStyle
{
 	color: Red;
	font-size: 10pt;
 	font-weight: bold;
}

.Label_HeaderStyle
{
	color: Black;
	font-size: 20pt;
}

.Label_SubHeaderStyle
{
	color: Black;
	font-size: 18pt;
}

.Label_PlainTextStyle
{
	font-size: 10pt;
}

.Label_Style
{
	color: DarkRed;
}

.LinkButton_Style
{
	color: DarkRed;
}

.Label_IntroductionStyle
{
	font-style:italic;
	font-weight:bold;
}

.Label_QuestionOrderStyle
{
	background-color:DarkRed;
	color: White;
	font-weight:bold;
	width:100%;
}

.Label_QuestionStyle
{
	color:Black;
	font-weight:bold;
}

.Label_SurveyTitleStyle
{
	color:Black;
	font-size:24pt;
	font-weight:bold;
}