/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: black;
}

/* 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:  11px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 120%;
}

/* text style for html tables designed for Liz for Special Sessions area */
.specialsessionstitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	font: medium;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
.specialsessionsmenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	font: small;
	font-weight: bold;
	line-height: 120%;
}
.specialsessionstxt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font: x-small;
	line-height: 120%;
	
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #717871;
}

.NormalRed
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    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;
}
    
/* GENERIC */
H1  {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}

H2  {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

H3  {
}

H4  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
	color:  #00808D;
	text-decoration: underline;
	font-weight:bold;
}

A:visited   {
    color:  #333333;
	text-decoration: underline;
	font-weight:bold;
}

A:active    {
    color:  #FF3839;
	text-decoration: underline;
	font-weight:bold;
}

A:hover {
    color:  #94C8AE;
	text-decoration: underline;
	font-weight:bold;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:  12px;
    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: hand;
	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 {

	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	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 */

.TopGroup {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-align:left;
	color:#333333;
	cursor: pointer;
	cursor: hand;
	border-top: #E05650 1px solid;
	background-color:#FFFFFF;
	height: 15px;
	margin-left: 2px;
	line-height: 120%;
}

.Group {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt; 
	font-weight: bold;
	text-align:left;
	color:#333333;
	cursor: pointer; 
	cursor: hand; 
	border-bottom: #E05650 1px solid; 
	border-left: #E05650 1px solid; 
	border-top: #E05650 1px solid; 
	border-right: #E05650 1px solid;  
	background-color: #FFFFFF; 
}

.TopItem {
	cursor: pointer; 
	cursor: hand; 
	border-bottom: #E05650 1px solid; 
	height:15px;
	padding-left: 10px;
	padding-right: 10px;
}

.Item {
	cursor: pointer; 
	cursor: hand; 
	height:15px;
	padding-left: 10px;
	padding-right: 10px;
}

.TopItemOver {
	border-bottom: #E05650 1px solid; 
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color:#94C8AE; 
	height:15px;
	padding-left: 10px;
	padding-right: 10px;
}

.ItemOver {
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #94C8AE; 
	height:15px;
	padding-left: 10px;
	padding-right: 10px;
}

.TopItemSelected {
	border-bottom: #E05650 1px solid; 
	border-top: White 0px solid;  
	border-right: #00808D 0px solid;
	border-left: #00808D 0px solid;
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #52A9A6; 
	height:15px;
	padding-left: 10px;
	padding-right: 10px;
}

.ItemSelected {
	border-bottom: White 0px solid; 
	border-left: White 0px solid; 
	border-top: White 0px solid;  
	border-right: #003366 0px solid; 
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #FF3839; 
	height:15px;
	padding-left: 10px;
	padding-right: 10px;
}

.TopItemSelectedOver {
	border-bottom: #E05650 1px solid; 
	border-top: White 0px solid;  
	border-right: #00808D 0px solid;
	border-left: #00808D 0px solid; 
	background-color: #FFFFFF;  
	cursor: pointer; 
	cursor: hand; 
	color: #94C8AE; 
	height:15px;
	padding-left: 10px;
	padding-right: 10px;
}

.ItemSelectedOver {
	border-bottom: White 0px solid; 
	border-left: White 0px solid; 
	border-top: White 0px solid;  
	border-right: #003366 0px solid; 
	background-color: #FFFFFF;  
	cursor: pointer; 
	cursor: hand; 
	color: #94C8AE; 
	height:15px;
	padding-left: 10px;
	padding-right: 10px;
}

.TopItemChildSelected {
	border-bottom: #E05650 1px solid; 
	border-top: White 0px solid;  
	border-right: #00808D 0px solid;
	border-left: #00808D 0px solid; 
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #FF3839; 
	height:15px;
	padding-left: 10px;
	padding-right: 10px;
}

.ItemChildSelected {
	border-bottom: White 0px solid; 
	border-left: White 0px solid; 
	border-top: White 0px solid;  
	border-right: #003366 0px solid; 
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #FF3839; 
	height:15px;
	padding-left: 10px;
	padding-right: 10px;
}

.TopItemChildSelectedOver {
	border-bottom: #E05650 1px solid; 
	border-top: White 0px solid;  
	border-right: #00808D 0px solid;
	border-left: #00808D 0px solid; 
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #94C8AE; 
	height:15px;
	padding-left: 10px;
	padding-right: 10px;
}

.ItemChildSelectedOver {
	border-bottom: White 0px solid; 
	border-left: White 0px solid; 
	border-top: White 0px solid;  
	border-right: #003366 0px solid; 
	background-color: #FFFFFF; 
	cursor: pointer; 
	cursor: hand; 
	color: #94C8AE; 
	height:15px;
	padding-left: 10px;
	padding-right: 10px;
}




/* Custom for Mercury 2006 */

.GrayboxHeader
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:18px;
}
.GrayboxTable {
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.DefaultContainerHead
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FF3839;
}
.Login
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight: bold;
}
.Login a:link {
	color: #FFFFFF;
	}
.Login a:visited {
	color: #FFFFFF;
	}
.Login a:hover {
	text-decoration: underline;
	color: #333333;
	}
.Login a:active {
	color: #FFFFFF;
	}








/* gdcSuperSearch Styles */

.gdcHeader
{ 
	background-color: #9C9A63;
	font-weight: bold;
	font-size: 14pt;	
	color: #FFFFFF;
	font-family: Arial, Helvetica, Veranda;	
}

.gdcSearch
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 11px;
    	font-weight: bold;
	color: Black;	
}

.gdcError
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 11px;
    	font-weight: bold;
	color: Red;	
}
.gdcLblHelp
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 11px;
	color: Black;	
}

.gdcInfoLabel
{
	font-size: 8pt;	
	color: Black;
	font-family: Arial, Helvetica, Veranda;	
}

/* Styles for display grid */

.gdcSSTableHeader
{
	color: Black;
	border-color: #999999;
	border-style: none;
	border-width: 1px;
	font-family: Arial, Helvetica;	
	font-size: smaller;
}

.gdcSSHeader
{
	color: Black;
	font-weight: bold;
	font-family: Arial, Helvetica;	
	font-size: 10pt;
	font-color:black;
	background-color: #F7F7EF;
}
.gdcSSColumnHeader
{
	font-weight: bold;
	font-family: Arial, Helvetica;	
	font-size: 10pt;
	background-color: #F7F7EF;
	color: Black;
}
.gdcSSItem
{
	background-color: #FFFFFF;
	vertical-align: top;
}

.gdcSSAltItem
{
	background-color: E9E9E9;
	vertical-align: top;
}

.gdcSSFooter
{
	color: Black;
	background-color: #CCCCCC;
}

.gdcSSPagerStyle
{
	color: Black;
	font-family: Arial;
	font-size: 8pt;
	text-align: left;
	background-color: #F7F7EF;
}

.gdcSSNormal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 11px;
    	font-weight: normal;
}

.gdcSSAbstract
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 11px;
    	font-weight: normal
	color: Black;
}

.gdcLink
{
	color:  #003366;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}
.gdcLink:link
{
	color:  #003366;

}
.gdcLink:hover
{
	color:  #CC3300;
}

/* Styles for Tentative Schedule Table */

.scheduleTable1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.scheduleTable2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 10px; 
	font-weight: bold; 
}

.scheduleTableDays {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 12px; 
	font-weight: bold; 
}
