/* ================================
    CSS STYLES FOR THE PORTAL www.radiologypa.com

      #ECE9D8 - Light Tan
      #006699 - Dark Blue
      #00A0C6 - Light Blue
      #666666 -  Dark Gray
      #333333 - Darker Gray
      #EEEEEE - Very Light Gray
      #FFFFFF - White
 
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the content part of the pages */
Body
{
   background-color: #EEEEEE;
}

/* background color for the header at the top of the page  */
.HeadBg
{
/*   background-color: #ECE9D8; */
   background-image: url(images/TanDot_ECE9D8.gif);
   
}

/* background color for the Content area of the page  */
.PageBg
{
   background-color: #FFFFFF;
}

.container
{
   /* width: 548px; */ /* margin: 0 auto 0 auto; */ /* border: 1px solid #122880; */
   border: 1px solid #006699;
}


/* background color for the Footer at the bottom of the page  */
.FooterBg
{
/*   background-color: #ECE9D8; */
   background-image: url(images/TanDot_ECE9D8.gif);
}


/* PAGE BANNER Main Navigation for the site*/
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 20px;
   font-weight: bold;
   color: #006699;
}

/* background/border colors for the selected tab */
.TabBg
{
   background-color: LightGray;
   border-color: LightGray;
}

/* background/border colors for the unselected tabs?? */
.OtherTabsBg
{
   background-color: LightGray;
   border-color: LightGray;
}

/* text style for the selected tab */
.SelectedTab
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #006699;
}

/* text style for the unselected tabs */
/* Banner-Selected/current Tab color */
.OtherTabs
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   color: #666666;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
   text-decoration: none;
   color: #006699;
}

A.OtherTabs:visited
{
   text-decoration: none;
   color: #006699;
}

A.OtherTabs:active
{
   text-decoration: none;
   color: #006699;
}

A.OtherTabs:hover
{
   text-decoration: none;
   color: #00A0C6;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
}

/* hyperlink style for the site links */
A.SiteLink:link
{
   text-decoration: none;
   color: #006699;
}

A.SiteLink:visited
{
   text-decoration: none;
   color: #006699;
}

A.SiteLink:active
{
   text-decoration: none;
   color: #006699;
}

A.SiteLink:hover
{
   text-decoration: none;
   color: #00A0C6;
}

/* style for separator between site links */
.Accent
{
   color: #00A0C6;
   font-weight: bold;
}


/* hyperlink style for the site links */
A.GrayLink:link
{
   text-decoration: none;
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #666666;
}

A.GrayLink:visited
{
   text-decoration: none;
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;   
   color: #666666;
}

A.GrayLink:active
{
   text-decoration: none;
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   font-size: 12px;
   color: #666666;
}

A.GrayLink:hover
{
   text-decoration: none;
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #00A0C6;
}

/* Define How and image tag should look */
img 
{
   border: 0;
}

/* style for separator between site links */
.Accent
{
   color: #00A0C6;
   font-weight: bold;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   background-color: #eeeeee;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #006699;
}



/* GENERAL */
/* style for module titles */
.Head
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #006699;
}


/* style of DataGrid */
.ColumnHeadBlue
{   
   background-color: #006699;
   font-family:Arial;
   font-size: 12px;
   font-weight: bold;   
   color: #FFFFFF;   
}

/* style of item titles on edit and admin pages */
.SubHeadGray
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #666666;
}

/* style of item titles on edit and admin pages */
.SubHeadBlue
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #006699;
}


/* style of item titles on edit and admin pages */
.SubHeadWhite
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #FFFFFF;
}

/* style of item titles on edit and admin pages */
.SubHead
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #006699;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubHeadBlue
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #006699;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubHeadGray
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #666666;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #006699;
}

/* */
.SubSubHeadBlue
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #006699;
}

/* */
.SubSubHeadGray
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #666666;   
}

.SubSubHeadWhite
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   line-height: 15px;
   text-align: justify;
   color: White;
}



/* module footer style  */
.Footer
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: White;
}


/* text style used for most text rendered by modules */
.Normal
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal; /*    line-height: 15px ; */ /*	text-align: justify;  */
   color: #666666;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #666666;
}

.NormalRed
{
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: red;
}

.NormalBlue
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #006699;
}

.NormalBlueBold
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #006699;
}

.NormalGrayBold
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #666666;
}

/* text style used for most text rendered by modules */
.NormalWhite
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   line-height: 16px;
   text-align: justify;
   color: White;
}


/* text style used for most text rendered by modules */
.NormalWhiteBold
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: Bold;
   line-height: 14px;
   text-align: justify;
   color: White;
}


/* text style used for Login */
.Login
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   line-height: 15px;
   text-align: justify;
   color: #666666;
}

/* text style used for Login */
.MonoSpaceText
{
   font-weight: normal;
   font-size: 12px;
   color: #333333;
   line-height: 15px;
   font-family: 'Courier New' , Arial, 'Verdana Bold' , Helvetica, sans-serif;
   text-align: justify;
}


/* BR pixel height of 10 */
.br10
{ clear: both; 
  line-height: 10px; 
  display: block; 
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
   text-decoration: underline;
   color: darkred;
}

A.CommandButton:visited
{
   text-decoration: underline;
   color: darkred;
}

A.CommandButton:active
{
   text-decoration: underline;
   color: darkred;
}

A.CommandButton:hover
{
   text-decoration: underline;
   color: red;
}




/* Headers Gen */
H1
{
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: normal;
   color: #006699;
}

H2
{
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 22px;
   font-weight: normal;
   color: #006699;
}

H3
{
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: normal;
   color: #006699;
}

H4
{
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: normal;
   color: #006699;
}

H5, DT
{
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #006699;
}

H6
{
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #006699;
}

TFOOT, THEAD
{
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
   color: #006699;
}

TH
{
   vertical-align: baseline;
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #006699;
}

A:link
{
   text-decoration: none;
   color: #006699;
}

/* Might not need visited links?? */
A:visited
{
   text-decoration: none;
   color: #006699;
}

A:active
{
   text-decoration: none;
   color: #006699;
}

A:hover
{
   text-decoration: none;
   color: #00A0C6;
}

SMALL
{
   font-size: 12px;
}

BIG
{
   font-size: 16.px;
}




/* Might not need below?? */

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;
}

.ColumnNormal
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   line-height: 12px; /*	text-align: justify;  */
   color: #666666;
}
.ColumnNormalBold
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: Bold;
   line-height: 12px; /*	text-align: justify;  */
   color: #666666;
}
.ColumnNormalBlueBold
{
   font-family: Arial, Verdana Bold, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: Bold;
   line-height: 12px; /*	text-align: justify;  */
   color: #006699;
}
