/* Main Body of skin */
/*----------------------------------------------------------------------------------*/

Body
{
	background-color: #f3f5fb; /*#E9E9E9;*/
	background-image: url(images/allegro_bodybackgroundtile.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Tahoma, Verdana;
	font-size: 100.1%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*----------------------------------------------------------------------------------*/
.ControlPanel
{
	border-right: #012E5B 0px solid;
	border-top: #012E5B 0px solid;
	border-left: #012E5B 0px solid;
	width: 100%;
	border-bottom: #012E5B 0px solid;
	height: 20px;
	background-color: #ffffff;
}
/*----------------------------------------------------------------------------------*/

/* Default font of skin */
.Skinobject, A.Skinobject, A.Skinobject:active
{
	font-weight: normal;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
	font-size: 0.75em;
}

A.SkinObject:link
{
	font-weight: normal;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
}

A.SkinObject:visited
{
	font-weight: normal;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
}
A.Skinobject:hover
{
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: underline;
}

.header A.SkinObject:visited
{
	font-weight: normal;
	color: #ffffff;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
}

/*----------------------Class for Container Title-------------------------------------*/

.head
{
	font-weight: bold;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 0.92em;
}
.headwhite
{
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Tahoma, Verdana;
	vertical-align: middle;
	font-size: 0.92em;
}

.SubHead
{
	font-weight: bold;
	font-size: 0.85em;
	color: #003366;
	font-family: Arial, Tahoma, Verdana;
}
.SubSubHead
{
	font-weight: bold;
	font-size: 0.85em;
	color: black;
	font-family: Arial, Tahoma, Verdana;
}
/*---------------Skin Object Like Class------------------------*/
/*----------------------------------------------------------------------------------*/

.Normal
{
	font-weight: normal;
	font-size: 0.75em;
	font-family: Arial, Tahoma, Verdana;
	color: #444444;
}
.NormalDisabled
{
	font-weight: normal;
	font-size: 0.75em;
	font-family: Arial, Tahoma, Verdana;
	color: silver;
}

.NormalBold
{
	font-weight: bold;
	font-size: 0.75em;
	font-family: Arial, Tahoma, Verdana;
}
.Normalwhite
{
	font-weight: bold;
	font-size: 0.75em;
	color: #F8FAF9;
	font-family: Arial, Tahoma, Verdana;
}

/*------------------------For Tree Menu---------------------------------------*/
/*----------------------------------------------------------------------------------*/

.TreeMenu_NodeSelected
{
	font-weight: normal;
	font-size: 0.82em;
	font-family: Arial, Tahoma, Verdana;
	background-color: #dcdcdc;
}

A.TreeMenu_Node:link
{
	color: #003366;
	text-decoration: none;
}

A.TreeMenu_NodeSelected:link
{
	color: #003366;
	text-decoration: none;
}

A.TreeMenu_Node:visited
{
	color: #003366;
	text-decoration: none;
}

A.TreeMenu_NodeSelected:visited
{
	color: #003366;
	text-decoration: none;
}

A.TreeMenu_Node:active
{
	color: #003366;
	text-decoration: none;
}

A.TreeMenu_NodeSelected:active
{
	color: #003366;
	text-decoration: none;
}

A.TreeMenu_Node:hover
{
	color: #ff0000;
	text-decoration: none;
}

A.TreeMenu_NodeSelected:hover
{
	color: #ff0000;
	text-decoration: none;
}

/*------------------------FileManage Styles---------------------------------------*/
/*----------------------------------------------------------------------------------*/

.FileManager
{
	border: #0000 1px solid;
	height: 400px;
	background-color: #E0E0E0;
}
.FileManager_ToolBar
{
	border-bottom: #0000 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: #FFFffF;
	margin: 2px;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: #FFffFF;
	margin: 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: #FFffFF;
	padding: 25px;
}

.FileManager_Header
{
	font-size: 0.75em;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
	font-family: Arial, Tahoma, Verdana;
}

.FileManager_Pager
{
	background-color: #EEE;
	font-weight: bold;
	font-size: 0.75em;
	border-top: #696969 1px solid;
	height: 25px;
	font-family: Arial, Tahoma, Verdana;
}

.FileManager_StatusBar
{
	font-weight: normal;
	font-size: 0.75em;
	background-color: #dedfde;
	font-family: Arial, Tahoma, Verdana;
	height: 25px;
	margin: 2px;
}

.FileManager_Item
{
	font-size: 0.75em;
	font-weight: normal;
	color: #000000;
	background-color: #F8F8F8;
	border-top: #0000 1px dashed;
	border-bottom: #0000 1px dashed;
	font-family: Arial, Tahoma, Verdana;
}

.FileManager_AltItem
{
	font-size: 0.75em;
	font-weight: normal;
	color: #000000;
	background-color: #EEEeeE;
	border-style: none;
	font-family: Arial, Tahoma, Verdana;
}
.FileManager_SelItem
{
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFffF;
	background-color: #9fffff;
	border-style: none;
}

.FileManagerTreeNode
{
	font-size: 0.75em;
	font-weight: normal;
}

.FileManagerTreeNodeSelected
{
	font-size: 0.75em;
	font-weight: normal;
	background-color: #dcdcdc;
}

/*-----------------------------------------------------------------------*/
/* ------------------Wizard FrameWork Styles---------------*/
.Wizard
{
	border: #0000 1px solid;
	height: 400px;
	width: 650px;
}
.WizardButton
{
	border: #696969 1px solid;
	padding: 2px;
	background-color: #dcdcdc;
}
.WizardHeader
{
	background: #ffcc;
	border-bottom: #0000 1px solid;
	height: 40px;
}
.WizardFooter
{
	border-top: #0000 1px solid;
	background: #cfcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding: 11px;
	height: 325px;
}
.WizardHelp
{
	padding: 5px;
	border-left: #000 1px solid;
	width: 180px;
	background-color: #cfffff;
	font-size: 0.75em;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 0.7em;
	color: #000000;
	width: 180px;
	font-family: Arial, Tahoma, Verdana;
	height: 300px;
}
.WizardText
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 0.75em;
	color: #000000;
}

/*------------------------------------------------------------------------*/

.Help
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 0.75em;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: Arial, Tahoma, Verdana;
	background-color: #ffff99;
}

/*------------------------------------------------------------------------*/

.CommandButton
{
	font-weight: normal;
	font-size: 0.90em;
	font-family: Arial, Tahoma, Verdana;
}

/*-----------------------------------------------------------------*/
/*--------------Headings for the skin---------------------*/

H1
{
	font-weight: bold;
	font-size: 1.35em;
	color: #444444;
	font-family: Arial, Tahoma, Verdana;
}

H2
{
	font-family: Arial,Tahoma,Helvetica;
	font-size: 1.25em;
	color: #444444;
	font-weight: 500;
}

H3
{
	font-weight: normal;
	font-size: 0.93em;
	color: #444444;
	font-family: Arial, Tahoma, Verdana;
}

H4
{
	font-weight: normal;
	font-size: 0.82em;
	color: #444444;
	font-family: Arial, Tahoma, Verdana;
}

H5
{
	font-weight: normal;
	font-size: 0.69em;
	color: #444444;
	font-family: Arial, Tahoma, Verdana;
}

H6
{
	font-weight: normal;
	font-size: 0.57em;
	color: #444444;
	font-family: Arial, Tahoma, Verdana;
}

/*------------------------------------------------------------*/

TFOOT
{
	font-size: 0.82em;
	color: #003366;
	font-family: Arial, Tahoma, Verdana;
}

THEAD
{
	font-size: 0.82em;
	color: #003366;
	font-family: Arial, Tahoma, Verdana;
}

TH
{
	font-weight: bold;
	font-size: 0.82em;
	vertical-align: baseline;
	color: #003366;
	font-family: Arial, Tahoma, Verdana;
}
/*----------------------------------------------------------------------------*/
/*------------------Links style for site----------------------------*/

A:link, A:visited, A:active, A:hover
{
	color: #1F5495;
	text-decoration: underline;
	font-weight: normal;
}

/*-------------------------------------------------------------------------------*/

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE
{
	font-family: Lucida Console, monospace;
}

PRE
{
	font-family: Lucida Console, monospace;
}

/*------------------------------------------------------------------------------------*/

UL LI
{
	list-style-type: square;
}

UL UL LI
{
	list-style-type: disc;
}

UL UL UL 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
{
	height: 1pt;
	text-align: left;
}

/*------------------------------------------------------------------------*/
/*-----------------Module Classes--------------------------*/


.ModuleTitle_MenuContainer
{
	border-width: 0;
}

.ModuleTitle_MenuBar
{
	height: 15px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	color: #000;
	font-weight: bold;
	font-style: normal;
	border: #FFF 1px solid;
	border-width: 1px 0;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	background-color: #EEE;
	border: #EEE 1px solid;
	border-width: 1px 0 1px 1px;
	text-align: center;
	width: 15px;
	height: 15px;
}

.ModuleTitle_SubMenu
{
	background-color: #FFF;
	border-width: 0;
}

.ModuleTitle_MenuBreak
{
	border: #EEE 1px solid;
	border-width: 1px 0;
	background-color: #EEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	color: #000;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
	border-right: #ffffff 1px solid;
	border-top: #ffffff 0px solid;
	font-size: 0.8em;
	cursor: hand;
	border-bottom: #ffffff 1px solid;
	font-family: webdings;
}
.ModuleTitle_RootMenuArrow
{
	font-size: 0.8em;
	cursor: hand;
	font-family: webdings;
}
/*---------------------------------------------------------------------------*/

.HeadBg
{
	background-color: #cccccc;
}
.TabBg
{
	background-color: black;
}

/*------------Selected Tab Style-----------------------------*/
.SelectedTab
{
	font-weight: bold;
	font-size: 0.71em;
	color: #ffffff;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
}

/*------------UnSelected Tab Style-----------------------------*/
A.SelectedTab:link
{
	color: white;
	text-decoration: none;
}
A.SelectedTab:visited
{
	color: #eeeeee;
	text-decoration: none;
}
A.SelectedTab:active
{
	color: #eeeeee;
	text-decoration: none;
}
A.SelectedTab:hover
{
	color: #cccccc;
	text-decoration: none;
}
.OtherTabs
{
	font-weight: bold;
	font-size: 0.71em;
	color: white;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
}
A.OtherTabs:link
{
	color: white;
	text-decoration: none;
}
A.OtherTabs:visited
{
	color: #eeeeee;
	text-decoration: none;
}
A.OtherTabs:active
{
	color: #eeeeee;
	text-decoration: none;
}
A.OtherTabs:hover
{
	color: #cccccc;
	text-decoration: none;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	padding-left: 4px;
	font-weight: normal;
	color: #333;
	line-height: 12px;
	font-family: Arial, Tahoma, Verdana;
}
TD.NormalTextBox
{
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	background: none transparent scroll repeat 0% 0%;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px;
	padding-top: 0px;
	border-bottom: 0px;
}
.NormalTextBox#dnn_dnnSEARCH_txtSearch
{
	border-right: #ffffff 0px solid;
	padding-right: 0px;
	border-top: #ffffff 0px solid;
	padding-left: 4px;
	background: none transparent scroll repeat 0% 0%;
	padding-bottom: 0px;
	border-left: #ffffff 0px solid;
	width: 135px;
	cursor: text;
	color: #868E93;
	padding-top: 4px;
	border-bottom: #ffffff 0px solid;
	height: 19px;
}


/*------------Main Menu Style-----------------------------*/
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: hand;
	height: 25px;
	background-color: Transparent;
}

/*-----------------------------Main Menu Menu Bar Color Style----------------------*/

.rootMenuItem TD
{
	cursor: hand;
	color: #124585;
	font-style: normal;
	font-weight: bold;
	background-color: Transparent;
	font-family: Arial, Tahoma, Verdana;
	padding-left: 8px;
	padding-right: 8px;
	background-image: url(images/allegro_18.gif);
}

.rootmenuitemactive TD
{
	cursor: hand;
	color: #124585; /*#F8FAF9; */
	font-style: normal;
	font-weight: bold;
	background-color: Transparent;
	font-family: Arial, Tahoma, Verdana;
	padding-left: 8px;
	padding-right: 8px;
}

/*-----------------------------Main Menu Menu Bar Currentle Active Tab Style----------------------*/
.rootmenuitembreadcrumb TD
{
	cursor: hand;
	color: #124585; /*#f7f7f7;*/
	font-style: normal;
	font-weight: bold;
	background-color: Transparent;
	font-family: Arial, Tahoma, Verdana;
	padding-left: 8px;
	padding-right: 8px;
	background-image: url(images/allegro_18.gif);
}

/*-----------------------------Main Menu Menu Bar Mouse Over Style----------------------*/
.rootmenuitemselected TD
{
	cursor: pointer; /*background-image:url(images/allegro_14.gif);*/
	height: 25px;
	cursor: hand;
	color: #124585;
	font-style: normal;
	font-weight: bold;
	background-color: Transparent;
	font-family: Arial, Tahoma, Verdana;
	padding-left: 8px;
	padding-right: 8px;
}
/*-----------------------------Inner-Menu Menu Bar text Color Style----------------------*/
.MainMenu_MenuItem
{
	border-left: #EFEEEE 0px solid;
	border-bottom: #EFEEEE 0px solid;
	border-top: #EFEEEE 0px solid;
	border-right: #EFEEEE 0px solid;
	cursor: hand;
	color: #124585;
	font-style: normal;
	font-weight: 700;
	background-color: Transparent;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
}

/*-----------------------------Inner-Menu Menu Bar Color Style----------------------*/
.MainMenu_MenuItemSel
{
	background-image: url(images/allegro_18.gif);
	border-left: #3C3939 0px solid;
	border-bottom: #3C3939 0px solid;
	border-top: #3C3939 0px solid;
	border-right: #3C3939 0px solid;
	cursor: hand;
	color: #124585;
	font-style: normal;
	font-weight: 700;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
}
.MainMenu_MenuItemAct
{
	border-left: #3C3939 0px solid;
	border-bottom: #3C3939 0px solid;
	border-top: #3C3939 0px solid;
	border-right: #3C3939 0px solid;
	cursor: hand;
	color: #DCDCDC;
	font-style: normal;
	font-weight: bold;
	background-color: Transparent;
	font-family: Arial, Tahoma, Verdana;
}

.MainMenu_MenuIcon
{
	background-color: #ffffff;
	border-left: #353536 0px solid;
	border-bottom: #353536 0px solid;
	border-top: #353536 0px solid;
	cursor: hand;
	text-align: center;
	width: 4px;
	height: 20px;
}

/*-----------------------------Inner-Menu Mouse Over Style----------------------*/
/* sub menu mouse over bg*/
.submenu
{
	margin-top: 2px;
	z-index: 100;
	background-color: #ffffff;
	color: #000000;
	filter: Alpha(Opacity=100, FinishOpacity=100, Style=1);
	-moz-opacity: .99;
	margin: 0;
	padding: 0;
	border-right: #ababab 1px solid;
	border-left: #ababab 1px solid;
	border-top: #ababab 1px solid;
	border-bottom: #ababab 1px solid;
}

/*-----------------------------Inner-Menu Background Style----------------------*/
.MainMenu_SubMenu
{
	margin-top: 0px;
	margin-left: -1px;
	background-color: #484F5F;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #000000;
	font-weight: 400;
}
.MainMenu_MenuBreak
{
	border-bottom: #00ff00 0px solid;
	border-left: #00ff00 0px solid;
	border-top: #00ff00 0px solid;
	border-right: #00ff00 0px solid;
	background-color: transparent;
	height: 0px;
}
.MainMenu_MenuArrow
{
	border-right: #EFEFEF 0px solid;
	border-bottom: #EFEFEF 0px solid;
	border-top: #EFEFEF 0px solid;
	font-family: webdings;
	font-size: 0.8em;
	cursor: hand;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 0.8em;
	cursor: hand;
}

.searchImg
{
	background-image: url(images/searchbg.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.contgreyshade
{
	background-image: url(images/cont2grey_09.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.boldgrey, A.boldgrey, A.boldgrey:active
{
	font-weight: bold;
	font-size: 0.75em;
	color: #CCCCCC;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
}

A.boldgrey:link
{
	font-weight: bold;
	font-size: 0.75em;
	color: #CCCCCC;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
}

A.boldgrey:visited
{
	font-weight: bold;
	font-size: 0.75em;
	color: #CCCCCC;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
}
A.boldgrey:hover
{
	font-size: 0.75em;
	color: #F8FAF9;
	font-family: Arial, Tahoma, Verdana;
	text-decoration: none;
}

.whitetext, A.whitetext, A.whitetext:link, A.whitetext:visited, A.whitetext:active, A.whitetext:hover
{
	font-weight: normal;
	color: #F8FAF9;
	font-family: Arial, Tahoma, Verdana;
	font-size: 0.75em;
}
A.whitetext:hover
{
	font-weight: normal;
	color: #F8FAF9;
	font-family: Arial, Tahoma, Verdana;
	font-size: 0.75em;
}
.footertext, .footertext .SkinObject, .footertext A.SkinObject, .footertext A.SkinObject:hover
{
	white-space: nowrap;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
}
.footertext A.SkinObject:hover
{
	text-decoration: underline;
}
.header, .header .SkinObject, .header A.SkinObject, .header A.SkinObject:hover
{
	white-space: nowrap;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
}
.header A.SkinObject:hover
{
	text-decoration: underline;
}
.flashbg
{
	background-image: url(images/flashbg.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #618DBC;
}



/*updated template*/
#Body
{
	text-align: center;
	min-width: 970px;
}
#pageframe
{
	position:relative;
	text-align: left;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
}
#pageheader
{	position:absolute;
	top:0;
	overflow: hidden;
	width: 100%;
	background-color: #2E4679;
	width:970px;
}
#pageheader .SkinObject
{
	color: #FFFFFF;
}
#pageheaderleft
{
	float: left;
}
#pageheaderright
{
	float: right;
	text-align: right;
	padding-right: 7px;
}
#pagecontent
{
	width:970px;
	position:absolute;
	top:78px;
	background-color:#ffffff;
}
#pagebreadsearch
{
	overflow: hidden;
	background-image: url(/Portals/_default/Skins/Allegro_Blue/images/allegro_21.gif);
	background-repeat: repeat-x;
	height: 50px;
}
#pagefooter
{
	overflow: hidden;
	width: 100%;

	background-color: #2E4679;

}
#SloganContainer
{
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
	clear: both;
	vertical-align: top;
}
.searchcontainer
{
	position: relative;
	top: -10px;
}
.DNNEmptyPane
{
	display:none;
}

