/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/*
#portalmenu .menu a { cursor: pointer !important; text-decoration: none !important; }

#portalmenu .rootGroup { background-color: #D3DDEC; }
#portalmenu .rootGroup .item a { 
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	padding-right: 20px;
}
#portalmenu .rootGroup .leftimage { margin-top: 5px; margin-right: 4px; margin-left: 4px; }
#portalmenu .rootGroup .separator .leftimage { margin-top: 0px; margin-right: 0px; margin-left: 0px; }

#portalmenu .group { margin-top: 3px; background-color: #5d7dae; border: 2px solid outset; 
	border: 1px solid #DEF; border-color: #95aaca #46577f #46577f #95aaca; }
#portalmenu .group .item {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: white;
	padding: 2px 0px 0px 2px;
}
#portalmenu .group .expandRight { background: red; width: 10px; }
#portalmenu .group .item a { color: white; border: 1px solid #5d7dae; }
#portalmenu .group .item a:hover { background-color: #293d6b; 
	border: 1px solid #293D6B; border-color: #46577f #506086 #17223c #27324c; }
	*/

.JobBoard_TopStrip { background-color: #CCC; }

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* 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    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}

.Normal p {
	padding-left: 0px;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color: #284F9C;
	text-decoration: underline;
}

A:visited   {
	color: #284F9C;
	text-decoration: underline;
}

A:active {
	color: #284F9C;
	text-decoration: underline;
}

A:hover {
	color: #284F9C;
	text-decoration: underline;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

UL {
margin-top: 5px;
margin-bottom: 5px;
}

UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}


#dnn_dnnSEARCH_txtSearch {
	border: 1px solid #284F9C;
	font-size: 10px;
	width: 80px;
	padding-left: 2px;
	margin-bottom: 4px;
}



/* CLF Styles */
.CLFNormalBIG { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000E2E;
	
}