/* ================================
    CSS STYLES FOR SHARP-START
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
	background-color: #FFFFFF;
}
/* background color for the content part of the pages */
Body {
	background-color: white;
}
/* background/border colors for the selected tab */
.TabBg {
	background-color: #524E4E;
}
.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;
	vertical-align: middle;
}
/* 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: #FFFFFF;
	/*font-family: Tahoma, Arial, Helvetica;*/
	text-decoration: none;
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration:    none;
	color:#524E4E;
}
A.OtherTabs:visited {
	text-decoration:    none;
	color:#999494;
}
A.OtherTabs:active {
	text-decoration:    none;
	color:#524E4E;
}
A.OtherTabs:hover {
	text-decoration:    none;
	color:#999494;
}
/* GENERAL */
/* style for module titles */
.Head {
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size:  12px;
	font-weight: bold;
	color: #524E4E;
}
/* 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: 14px;
	font-weight: normal;
	color: #4D5159;
}
/* text style used for most model names */
.Model {
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 12px;
	font-weight: bold;
	color: #323434;
}
/* text style used for product page links */
.ProductPageLinks {
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
/* text style used for product page links */
.SubModels {
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #999999;
}
/* 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;
	color: #4D5159;
}
/* 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;
}
/* GENERIC */
h1 {
	font-size: 28px;
	line-height: 1.5em;
	letter-spacing: 0;
	color: #000000;
	font-weight: 400;
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 24px;
	line-height: 1.5em;
	letter-spacing: 0;
	color: #000000;
	font-weight: 400;
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 20px;
	line-height: 1.5em;
	letter-spacing: 0;
	color: #000000;
	font-weight: 400;
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: 0;
	color: #000000;
	font-weight: 400;
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0;
	color: #000000;
	font-weight: 400;
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}
h6 {
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0;
	color: #000000;
	font-weight: 400;
	font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}
TFOOT, THEAD {
	font-family: 'Open Sans', Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
}
TH {
	vertical-align: baseline;
	font-family: 'Open Sans', Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
A:link {
	text-decoration:    none;
	color:  #003366;
}
A:visited {
	text-decoration:    none;
	color:  #003366;
}
A:active {
	text-decoration:    none;
	color:  #003366;
}
A:hover {
	text-decoration:    underline;
	color:  #ff0000;
}
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: #CCC;
	height:1pt;
	text-align:left
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message {
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 11px;
	font-weight: normal;
	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;
	height:16px;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer;
	color: black;
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #363434 0px solid;
	border-bottom: #363434 1px solid;
	border-top: #363434 1px solid;
	border-right: #363434 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
/* filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);*/
	border-bottom: #363434 0px solid;
	border-left: #363434 0px solid;
	border-top: #363434 0px solid;
	border-right: #363434 0px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #363434 1px solid;
	border-left: #363434 0px solid;
	border-top: #363434 1px solid;
	border-right: #363434 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer;
	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;
	border-right: #363434 1px solid;
	border-bottom: #363434 1px solid;
	border-top: #363434 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}
/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #363434 0px solid;
	border-left: #363434 0px solid;
	border-top: #363434 0px solid;
	border-right: #363434 0px solid;
	background-color: Transparent;
	vertical-align: middle;
}
.MainMenu_MenuBar {
	cursor: pointer;
	height:16px;
}
.MainMenu_MenuItem {
	cursor: pointer;
	color: #ffffff;
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #363434 0px solid;
	border-bottom: #363434 1px solid;
	border-top: #363434 1px solid;
	border-right: #363434 0px solid;
}
.MainMenu_MenuIcon {
	cursor: pointer;
	background-color: #363434;
	border-left: #363434 0px solid;
	border-bottom: #363434 0px solid;
	border-top: #363434 0px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	background-color:#363434;
 /*filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);*/
	border-bottom: #363434 0px solid;
	border-left: #363434 0px solid;
	border-top: #363434 0px solid;
	border-right: #363434 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #363434 1px solid;
	border-left: #363434 0px solid;
	border-top: #363434 1px solid;
	border-right: #363434 0px solid;
	background-color: White;
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: Transparent;
	cursor: pointer;
	color: #999494;
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #363434 1px solid;
	border-bottom: #363434 1px solid;
	border-top: #363434 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}
.CurrDate {
	font-weight: bold;
	font-size: 8.5pt;
	color: #524E4E;
	/*font-family: Tahoma, Arial, Helvetica;*/
	text-decoration: none;
	vertical-align: middle;
}
.ProductCategories {
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 11px;
	font-weight: bold;
	color: #4D5159;
}
.Help {
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	/*font-family: Tahoma, Arial, Helvetica;*/
	text-decoration: none;
}
.demos {
	list-style-type: circle;
	left: 25px;
/*	font-family: Tahoma, Arial;*/
	font-size: 9px;
	font-weight: bold;
}
.titles {
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size:  14px;
	font-weight: bold;
	color: #524E4E;
	font-style: italic;
}
.ProductCategoriesWhite {
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.NormalCopyWhite {
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.ProductCategoriesRed {
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.NormalBoldLG {
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 12px;
	font-weight: bold;
	color: #4D5159
}
.tableBackground {
	background-image: url(/portals/0/IDClogosmallfl.gif);
	background-repeat: no-repeat;
}
.ProductCategoriesSmall {
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 9px;
	font-weight: bold;
	color: #4D5159;
}
.tableBackgroundflash {
	background-image: url(/portals/0/contest_logo.swf);
	background-repeat: no-repeat;
}
.ProductCategoriesBlue {
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 11px;
	font-weight: bold;
	color: #0000FF;
}
.NormalRedLarge {
	/*font-family: Tahoma, Arial, Helvetica;*/
	font-size: 14px;
	font-weight: bold;
	color: #ff0000
}
.emailBackground {
	background-color: #252424;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}

.dnnEditState .DnnModule {
opacity: 1.0;
}