/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* 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-color: #ffffff;
}

#dnn_dnnSEARCH_txtSearch {
width: 90px;
margin-left: 0px;
padding-left: 0px;
}
/* background/border colors for the selected tab */
.TabBg {
}

.ContentHeader {

}
.ContentHeader2 {

}

/* Dynamic Login Module text box style */
.DynamicLogin_Password, .DynamicLogin_UserName
{
  font-size:8pt;
  margin: 0px;
}

/* Dynamic Module text style for buttons and link buttons */
.DynamicLogin_LoginLink, .DynamicLogin_PasswordLink, .DynamicLogin_RegisterLink {

}

    
/* Dynamic Login Module hyperlink style for buttons and link buttons */
A.DynamicLogin_LoginLink:link, A.DynamicLogin_PasswordLink:link, A.DynamicLogin_RegisterLink:link
{
  font-size: 8pt;
  font-family: verdana;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #AAAAAA;
  border-top: 2px solid #EEEEEE;
  border-bottom: 2px solid #777777;
  border-right: 2px solid #777777;
  border-left: 2px solid #EEEEEE;
  padding: 1px 4px 1px 4px;
  margin: 5px 0 5px 0;
  text-decoration: none;
  line-height: 200%;
}

A.DynamicLogin_LoginLink:visited, A.DynamicLogin_PasswordLink:visited, A.DynamicLogin_RegisterLink:visited
{
  font-size: 8pt;
  font-family: verdana;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #AAAAAA;
  border-top: 2px solid #EEEEEE;
  border-bottom: 2px solid #777777;
  border-right: 2px solid #777777;
  border-left: 2px solid #EEEEEE;
  padding: 1px 4px 1px 4px;;
  margin: 5px 0 5px 0;
  text-decoration: none;
  line-height: 200%;
}

A.DynamicLogin_LoginLink:active, A.DynamicLogin_PasswordLink:active, A.DynamicLogin_RegisterLink:active
{
  background-color: #EBEBEB;
  color: #333333;
  text-decoration: underline;
}

A.DynamicLogin_LoginLink:hover, A.DynamicLogin_PasswordLink:hover, A.DynamicLogin_RegisterLink:hover
{
  background-color: #EBEBEB;
  color: #333333;
  text-decoration: underline;
}



/* text style for the Login Button Link */
.LoginBlock {
  font-family: verdana;
  font-size: 7.5pt;
  font-weight: bold;
  color: #444444;
}

/* hyperlink style for the Login Button links */
A.LoginBlock:link {
  color: #6666cc;
  text-decoration: none;
}

A.LoginBlock:visited  {
  color: #6666cc;
  text-decoration: none;
}

A.LoginBlock:hover    {
  text-decoration: underline;
  color: red;
}

/* text style for the Bread Crumb Link */
.CrumbLinks {
  font-family: verdana;
  font-size: 7.5pt;
  font-weight: bold;
  color: #444444;
}


/* hyperlink style for the Bread Crumb links */
A.CrumbLink:link {
  color: #6666cc;
  text-decoration: none;
}

A.CrumbLink:visited  {
  color: #6666cc;
  text-decoration: none;
}

A.CrumbLink:hover    {
  text-decoration: underline;
  color: red;
}

/* 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   {
  font-size: 17px; 
  font-family: verdana;
  color: #004684;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  font-weight: bold; 
  background-color: transparent; 
  cursor: default;
  text-decoration: none;
}

/* style for titles outside of module titles, container not displayed */
.Head2  {
  font-size: 17px; 
  font-family: verdana;
  color: #004684;
  padding: 0px 0px 0px 15px; 
  font-weight: bold; 
  background-color: transparent; 
  cursor: default;
  text-decoration: none;
}

/* style of item titles on edit and admin pages */
.SubHead    {
  font-size: 12.5px; 
  font-family: verdana;
  color: #003399;
  padding: 0px 0px 0px 0px; 
  font-weight: bold; 
  background-color: transparent; 
  cursor: default;
  text-decoration: none;
}

.subhead    {
  font-size: 12.5px; 
  font-family: verdana;
  color: #003399;
  padding: 0px 0px 0px 0px; 
  font-weight: bold; 
  background-color: transparent; 
  cursor: default;
  text-decoration: none;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
  font-size: 11px; 
  font-family: verdana;
  color: #6666cc;
  padding: 0px 0px 0px 0px; 
  font-weight: bold; 
  background-color: transparent; 
  cursor: default;
  text-decoration: none;
}

.subsubhead {
  font-size: 11px; 
  font-family: verdana;
  color: #6666cc;
  padding: 0px 0px 0px 0px; 
  font-weight: bold; 
  background-color: transparent; 
  cursor: default;
  text-decoration: none;
}

/* text style used for most text rendered by modules */
.Normal
{
  font-size: 11.5px; 
  font-family: verdana;
  color: #333333;
  padding: 0px 0px 0px 0px; 
  font-weight: normal; 
  line-height: 1.5em;
  background-color: transparent; 
  cursor: default;
  text-decoration:none;
}

.Norm_1
{
  font-size: 11px; 
  font-family: verdana;
  color: #333333;
  padding: 0px 10px 0px 20px; 
  font-weight: normal; 
  line-height: 1.65em;
  background-color: transparent; 
  cursor: default;
  text-decoration:none;
}

.norm_1
{
  font-size: 11px; 
  font-family: verdana;
  color: #333333;
  padding: 0px 10px 0px 20px; 
  font-weight: normal; 
  line-height: 1.65em;
  background-color: transparent; 
  cursor: default;
  text-decoration:none;
}

.Norm_2
{
  font-size: 11px; 
  font-family: verdana;
  color: #333333;
  padding: 0px 0px 0px 0px; 
  font-weight: normal; 
  line-height: 1.5em;
  background-color: transparent; 
  cursor: default;
  text-decoration:none;
}

.norm_2
{
  font-size: 11px; 
  font-family: verdana;
  color: #333333;
  padding: 0px 0px 0px 0px; 
  font-weight: normal; 
  line-height: 1.5em;
  background-color: transparent; 
  cursor: default;
  text-decoration:none;
}

.Norm_AO
{
  font-size: 10px; 
  font-family: verdana;
  color: #333333;
  padding: 0px 0px 0px 0px; 
  font-weight: normal; 
  line-height: 1.25em;
  background-color: transparent; 
  cursor: default;
  text-decoration:none;
}

.norm_ao
{
  font-size: 10px; 
  font-family: verdana;
  color: #333333;
  padding: 0px 0px 0px 0px; 
  font-weight: normal; 
  line-height: 1.25em;
  background-color: transparent; 
  cursor: default;
  text-decoration:none;
}

.Icaos_FYI
{
  font-size: 10px; 
  font-family: verdana;
  color: #666666;
  padding: 0px 0px 0px 0px; 
  font-weight: normal; 
  line-height: 1.5em;
  background-color: transparent; 
  cursor: default;
  text-decoration:none;
}

.icaos_fyi
{
  font-size: 10px; 
  font-family: verdana;
  color: #666666;
  padding: 0px 0px 0px 0px; 
  font-weight: normal; 
  line-height: 1.5em;
  background-color: transparent; 
  cursor: default;
  text-decoration:none;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
  font-size:8pt;
  margin: 0px;
}

.NormalRed
{
}

.NormalBold
{
}

/* 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 {
  font-size: 8pt;
  font-family: verdana;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #AAAAAA;
  border-top: 2px solid #EEEEEE;
  border-bottom: 2px solid #777777;
  border-right: 2px solid #777777;
  border-left: 2px solid #EEEEEE;
  padding: 1px 4px 1px 4px;
  margin: 5px 0 5px 0;
  text-decoration: none;
  line-height: 200%;
}

A.CommandButton:visited  {
  font-size: 8pt;
  font-family: verdana;
  font-weight: normal;
  color: #FFFFFF;
  background-color: #AAAAAA;
  border-top: 2px solid #EEEEEE;
  border-bottom: 2px solid #777777;
  border-right: 2px solid #777777;
  border-left: 2px solid #EEEEEE;
  padding: 1px 4px 1px 4px;;
  margin: 5px 0 5px 0;
  text-decoration: none;
  line-height: 200%;
}

A.CommandButton:active   {
  background-color: #EBEBEB;
  color: #333333;
  text-decoration: underline;
}

A.CommandButton:hover    {
  background-color: #EBEBEB;
  color: #333333;
  text-decoration: underline;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
margin-top: 4px;
margin-bottom: 4px;
}


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    {
  font-size: 11.0px; 
  font-family: verdana;
  color: #333333;
  padding: 0px 0px 0px 0px; 
  font-weight: normal; 
  line-height: 1.5em;
  background-color: transparent; 
  cursor: default;
  text-decoration:none;
}   

/* style of item titles by Announcements and events */
.ItemTitle   {
  font-size: 11px; 
  font-family: verdana;
  color: #333333;
  padding: 0px 0px 0px 0px; 
  font-weight: normal; 
  line-height: 1.5em;
  background-color: transparent; 
  cursor: default;
  text-decoration:none;
}


.skinheader {
}

.controlpanel {
	width: 100%;
	background-color: #dddddd;
}

.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
}

.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 3px;
	padding-top: 4px;
}

.contentpane {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	border-left: #ff0000 0px solid; 
	border-bottom: #ff0000 0px solid; 
	border-top: #ff0000 0px solid; 
	border-right: #ff0000 0px solid;
}

.contentpane_full {
	width: 625px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
}

.rightpane {
	width: 375px;
	background-color: transparent;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 4px;
	border-left: #cc66ff 1px solid; 
	border-bottom: #cc66ff 1px solid; 
	border-top: #cc66ff 1px solid; 
	border-right: #cc66ff 1px solid;
}

.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 1px;
	background-color: transparent;
}

.MainMenu_MenuItem {
	border-left: #999999 0px solid; 
	border-bottom: #999999 0px solid; 
	border-top: #999999 0px solid; 
	border-right: #999999 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana, Sans Serif; 
	font-size: 7.5pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: transparent;
	height: 20px;
}
.MainMenu_MenuIcon {
	background-color: #999999; 
	border-left: #999999 0px solid; 
	border-bottom: #999999 0px solid; 
	border-top: #999999 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 20px;
}
.MainMenu_SubMenu {
	background-color: #999999;  
	z-index:9999; 
	cursor: pointer; 
	cursor: hand; 
	font-size: 7.5pt; 

}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #cc3333; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana, Sans Serif; 
	font-size: 7.5pt; 
	font-weight: normal; 
	font-style: normal;
	height: 20px;
}
.MainMenu_MenuArrow {
	border-right: #cccccc 0px solid; 
	border-bottom: #cccccc 0px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand;
}

.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}

.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}


A:link.menuhdr  {
    text-decoration:    underline;

}

A:link  {
    text-decoration:    underline;

}

A:visited   {
    text-decoration:    underline;

}

A:active    {
    text-decoration:    underline;

}

A:hover {
    text-decoration:   underline;
    cursor: hand;
}



.footertext
{
  font-size: 8pt; 
  font-family: verdana, tahoma, arial;
  color: #666666;
  padding-left: 5px;
  padding-top: 10px;
  line-height: 150%;
  font-weight: normal; 
  padding-bottom: 0px; 
  background-color: transparent; 
  cursor: default;
}


.Homepage_Blurb_Title   {
  font-size: 16px; 
  font-family: verdana;
  color: #cc0000;
  padding: 2px 3px 2px 3px;
  font-weight: bold; 
  background-color: transparent; 
  text-decoration:none;
  cursor: default;
}

.VR_Blurb_Title   {
  font-size: 14px; 
  font-family: verdana;
  color: #670099;
  padding: 2px 3px 2px 3px;
  font-weight: bold; 
  background-color: transparent; 
  text-decoration:none;
  cursor: default;
}

.MenuItem a:link {
	border-left: #999999 0px solid; 
	border-bottom: #999999 0px solid; 
	border-top: #999999 0px solid; 
	border-right: #999999 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 14px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	text-decoration:underline
}

.MenuItem a:visited {
	border-left: #999999 0px solid; 
	border-bottom: #999999 0px solid; 
	border-top: #999999 0px solid; 
	border-right: #999999 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 14px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	text-decoration:underline
}
.MenuItem a:active {
	border-left: #999999 0px solid; 
	border-bottom: #999999 0px solid; 
	border-top: #999999 0px solid; 
	border-right: #999999 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 14px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	text-decoration:underline
}
.MenuItem a:hover {
	border-left: #999999 0px solid; 
	border-bottom: #999999 0px solid; 
	border-top: #999999 0px solid; 
	border-right: #999999 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #666666; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 14px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	text-decoration:underline
}

.TitleCell {
  font-size: 8pt;
}

.CategoryCell {
  font-size: 8pt;
}

.DescriptionCell {
  font-size: 8pt;
}


/* style of item titles on Form page*/
.FormSubHead    {
  font-size: 12.5px; 
  font-family: verdana;
  color: #003399;
  padding: 10px 0px 0px 0px;
  margin-top: 10px; 
  font-weight: bold; 
  background-color: transparent; 
  cursor: default;
  text-decoration: none;
}

.FormTextBox
{
  font-size:8pt;
  margin: 0 0 15px 0;
}

.img-left {
padding: 0px;
}

img.img-left {
float:left;
margin:3px;
}

img.img-middle {
vertical-align:absmiddle;
}

/* Use Defined Table Classes */
.UDT_Table_Head {
background: #CCCCCC;
}

tr.UDT_Table_Head {
border-bottom:3px solid #000000;
}

.UDT_Table_Head a {
  font-size: 12.5px; 
  font-family: verdana;
  color: #003399;
  padding: 2px; 
  font-weight: bold; 
  background-color: transparent; 
  cursor: default;
  text-decoration: none;
}

.UDT_Table_AlternateItem {
vertical-align:top;
background: whitesmoke;
}

.UDT_Table_Item {
vertical-align:top;
}


.LoginContent img { display: none; } 
.LoginContent p { margin: 2px; padding: 2px; } 
.LoginContent span { color: #676767; } 
.LoginContent input 
{ 
margin-left: 0px; 
padding-left: 0px; 
width: 188px; 
height: 21px; 
border: solid 1px #999999; 
font-size: 13px; 
} 
.LoginContent { width: 213px; } 

.LoginContent a, .LoginContent a:hover, .LoginContent:active, .LoginContent a:visited 
{ 
border: solid 0px blue !important; 
color: blue !important; 
background-color: transparent !important; 
text-decoration: underline !important; 
font-weight: bold !important; 
font-size: 11px !important; 
font-family: Verdana !important; 
} 

A.DynamicLogin_LoginLink { float: left; } 
A.DynamicLogin_RegisterLink { float: right; } 
A.DynamicLogin_PasswordLink { } 
.LoginContent .checkbox { 
width: 23px; 
height: 21px; 
padding: 0 10px 0 0; 
background: url(/DesktopModules/AuthenticationServices/ICAOS/images/RememberMe.png) no-repeat; 
display: block; clear: left; float: left; 
}



/* This keeps the arrow in front of the search result link actually in front of the search result link */
.Open-SearchResultsContent div p a { padding-left: 10px; }


