/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #D3D3D3;
}

/* background color for the content part of the pages */
Body
{
    background-color: #CFC7D2;
}

/* 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: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
    font-weight:    normal;
    color: #003366;
}

/* 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: 11pt;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
    font-weight: normal;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
    font-weight: normal;
}

.NormalRed
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
    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: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
    font-weight:    normal;
    color: #003366;
}

H4  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
    font-weight:    bold;
    color: #003366;
}

H6  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    underline;
    color:  #003366;
}

A:visited   {
    text-decoration:    underline;
    color:  #003366;
}

A:active    {
    text-decoration:    underline;
    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 ;
    font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
}

UL LI LI    {
    list-style-type:    disc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
}

UL LI LI LI {
    list-style-type:    circle;
    font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
}

OL LI   {
    list-style-type:    decimal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
}

OL OL LI    {
    list-style-type:    lower-alpha;
    font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
}

OL OL OL LI {
    list-style-type:    lower-roman;
    font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11pt;
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

.ModuleTitle_MenuBar {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11pt;
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

.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;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

.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;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

.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;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

.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;	
font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	
}

.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;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

/* Main Menu */

/* Main Menu */

.MainMenu_MenuContainer {
	/*border-bottom: #404040 0px solid; 
	border-left: #C8C7C7 0px solid; 
	border-top: #C8C7C7 0px solid; 
	border-right: #404040 0px solid;  */
	background-color: transparent;
		vertical-align:middle;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	vertical-align:middle;
	height:32;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: transparent 0px solid; 
	border-bottom: #D4D4D4 0px solid; 
	border-top: #D4D4D4 0px solid; 
	border-right: transparent 0px solid;
	vertical-align:middle;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	text-align: center;
	padding-right: 0px;
	padding-left: 3px;
	background: transparent;
	display: none;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	background: #D4D4D4;/*D4D4D4*/
	margin-top: 5px;
	border: 2px solid #fff;
	padding: 0px 2px 1px 1px;
	filter: none; 
}

.MainMenu_MenuBreak {
	border-bottom: #C8C7C7 0px solid; 
	border-left: #C8C7C7 0px solid; /*C8C7C7*/
	border-top: #C8C7C7 0px solid;  /*C8C7C7*/ 
	border-right: #C8C7C7 0px solid; /*404040*/
	background-color: White; 
	height: 1px;
	vertical-align:middle;
}

.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	vertical-align:middle;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: transparent 0px solid; 
	border-bottom: transparent 0px solid; 
	border-top: transparent 0px solid;
	vertical-align:middle;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	vertical-align:middle;
}

p 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}
td 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px
}

.joblistings
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
    font-weight: normal;
}


.LeftSep, .LeftSep2, .LeftSep3 {
	border: solid 0px transparent;
	vertical-align:top;
	padding: 0px;
	margin:0px;
}	
.norepeatbg
{
	background-repeat:no-repeat;
}
.MenuContainer
{
	border: solid 0px transparent;
	padding: 0px;
	margin:0px;
	text-align:center;	
	width:120px;
}
.HoverMenuItem
{
	border: solid 0px transparent;
	padding: 0px;
	margin:0px;
	cursor: pointer; 
	cursor: hand; 

	color:black;
	font-family: Tahoma;
	font-size: 10px; 
	font-weight:bold;
	text-align:center;
	width:120px;
	text-transform:capitalize;
}
.CurrentMenuItem
{
	border: solid 1px red;
	padding: 0px;
	margin:0px;
	background-image: url(menubg.jpg);
	color:black;
	font-family: Tahoma;
	font-size: 10px; 
	font-weight:bold;
	text-align:center;
	cursor: hand; 
	vertical-align:middle;
	text-transform:capitalize;
}
.RootMenuItem
{
	border: solid 0px transparent;
	padding:0px;
	margin:0px;
	color:black;
	font-family: Tahoma;
	font-size: 10px; 
	font-weight:bold;
	text-align:center ;
	cursor: hand; 
	vertical-align:middle;
	text-transform:capitalize;
}

.MainMenu_MenuContainer {
	background-color: transparent;
	vertical-align:top;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	vertical-align:middle;
	height:30;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color:black;
	font-family: Tahoma;
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
	vertical-align:middle;
	text-transform:capitalize;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	text-align: center;
	padding-right: 0px;
	padding-left: 3px;
	background: transparent;
	display: none;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	background: #D4D4D4;
	margin-top: 5px;
	border: 2px solid #fff;
	padding: 0px 2px 1px 1px;
	filter: none; 
}

.MainMenu_MenuBreak {
	background-color: transparent; 
	height: 1px;
	vertical-align:middle;
}

.MainMenu_MenuItemSel {
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color:black;
	font-family: Tahoma;
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	vertical-align:middle;
	text-transform:capitalize;
	border: transparent 0px solid;  
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand; 
	border-left: transparent 0px solid;  
	border-right: transparent 0px solid; 
	border-bottom: transparent 0px solid; 
	border-top: transparent 0px solid;
	vertical-align:middle;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
	vertical-align:middle;
}

