/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}


/* background color for the content part of the pages */
Body
{
    background-image: url(/Portals/0/Skins/Microtelinc_Skin_ver010/bgcolor.gif);  
}

/* 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:link.SelectedTab {
    text-decoration:    none;
    color:white;
}

a:visited.SelectedTab  {
    text-decoration:    none;
    color:#eeeeee;
}

a:active.SelectedTab   {
    text-decoration:    none;
    color:#eeeeee;
}

a:hover.SelectedTab    {
    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:link.OtherTabs {
    text-decoration:    none;
    color:white;
}

a:visited.OtherTabs  {
    text-decoration:    none;
    color:#eeeeee;
}

a:active.OtherTabs   {
    text-decoration:    none;
    color:#eeeeee;
}

a:hover.OtherTabs    {
    text-decoration:    none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* 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: 11px;
    font-weight: normal;
}

/* 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
}

/* 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:link.CommandButton {
    text-decoration:    underline;
    color: #003366;
}

a:visited.CommandButton  {
    text-decoration:    underline;
    color: #003366;
}

a:active.CommandButton   {
    text-decoration:    underline;
    color: #003366;
}

a:hover.CommandButton    {
    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: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    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: dimgrey;
    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;
    font-size: 11px;
    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;
}

table.navBottom 
{ background-image: url(/Portals/0/Skins/Microtelinc_Skin_ver010/'images/oldSite/b_top2Nav_c.gif'); background-repeat: repeat-x }

.normal_White
{
	color: #FFFFFF;
	font-size: 11px;
}

.normal_B_White
{
	color: #FFFFFF;
	font-size: 11px;
    font-weight: bold;	
}

.small_B_White
{
	color: #FFFFFF;
	font-size: 9px;
    font-weight: bold;	
}

.small_Gray
{
	color: Gray;
	font-size: 9px;

}

/* text style for the unselected tabs */
.bottomTabs {
    font-weight: bold;
    font-size: 11px;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
a:link.bottomTabs {
    text-decoration:    none;
    color:white;
}

a:visited.bottomTabs {
    text-decoration:    none;
    color:#eeeeee;
}

a:active.bottomTabs {
    text-decoration:    none;
    color:#eeeeee;
}

a:hover.bottomTabs {
    text-decoration:    none;
    color:#cccccc;
}

td.help
{
	background-color: #F6F6F6;
	color:#818181;
	font-size:10px;
}


/* text style for buttons and link buttons used in the portal admin pages */
.FootLinks     {
    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:link.FootLinks {
    text-decoration:    underline;
    color: #003366;
}

a:visited.FootLinks  {
    text-decoration:    underline;
    color: #003366;
}

a:active.FootLinks   {
    text-decoration:    underline;
    color: #003366;
}

a:hover.FootLinks    {
    text-decoration:    underline;
    color: #ff0000;
}
/* text style for buttons and link buttons used in the portal admin pages */
.HelpPaneLink     {
    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:link.HelpPaneLink {
    text-decoration:    none;
    color: #003366;
}

a:visited.HelpPaneLink  {
    text-decoration:    none;
    color: #003366;
}

a:active.HelpPaneLink   {
    text-decoration:    underline;
    color: #003366;
}

a:hover.HelpPaneLink    {
    text-decoration:    underline;
    color: #ff0000;
}
.top1Tabs 
{ background-image: url(/Portals/0/Skins/Microtelinc_Skin_ver010/bg_topTab1_c.gif); background-repeat: repeat-x }

Table.topBanner
{ background-image: url(/Portals/0/Skins/Microtelinc_Skin_ver010/bg_banner.gif); background-repeat: no-repeat }

.lblFooter
{
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;
	font-size:10px;	
	color: #FF4464;
}

/* Main Menu */


.MainMenu_MenuContainer {
	background-color: white;
	Height: 35px;
}
.MainMenu_RootItem, .MainMenu_RootItem td{
	cursor: hand;
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
	background-image: url(/Portals/0/Skins/Microtelinc_Skin_ver010/tab_item_C.gif); 
	background-repeat: repeat-x;
	Height: 35px;
}
.MainMenu_RootItemActivedSelected, .MainMenu_RootItemActivedSelected td{
	cursor: hand;
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/Portals/0/Skins/Microtelinc_Skin_ver010/tab_sitem_C.gif); 
	background-repeat: repeat-x;
	Height: 35px;
}
.MainMenu_RootItemSelected, .MainMenu_RootItemSelected td{
	cursor: hand;
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	Height: 35px;
	background-image: url(/Portals/0/Skins/Microtelinc_Skin_ver010/tab_aitem_C.gif); 
	background-repeat: repeat-x;
	border-right: #314B7D 1px solid;
	border-left: #C1D4F7 1px solid; 
}
.MainMenu_MenuBar .MainMenu_MenuBar td{
	cursor: pointer; 
	cursor: hand; 
	height:35;
	color: white;
	font-size: 12px; 
	font-weight: bold; 
	background-color: #FFFFFF;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid;
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	color: White; 
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #A2BCE1; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #A2BCE1; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border: 3px solid #B2CCF1;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: transparent; 
	height: 1px;
	color: White;
}

.MainMenu_MenuItemSel {
	background-color: #708FD0; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


