/* ================================
    CSS STYLES FOR MEDCONCERT PORTAL 
    v1.0.07.02.2002
   ================================
*/   

/* Default Style */
*
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
/*
.HeadBg2 {
    background-color: #676DA4;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    margin: 0px;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rende#282C61 by MobilePortalBanner.ascx
/* style for the text of the site title */
/*

/* background/border colors for the group manager */
/*
.GroupsBoxBg {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    background-color: white;
    border-color: #47688D;
}

/* background/border colors for the selected tab */

.TabBg {
    background-color: #282C61;
    xborder-color: #666699;
}

.SubTabBg {
    font-family: Verdana, Helvetica, sans-serif;
	background-color: #282C61;
    color: black;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #9999CC;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    color: white;
    font-weight: bold
}


/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the selected tab */
A.SelectedTab:link    {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:visited {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:active  {
    text-decoration:    none;
    color: black;
}

A.SelectedTab:hover   {
    text-decoration:    none;
    color: black;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration:    none;
    color: white;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    

.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #282C61;
}

.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #808080
}

/* style of event time place */
.EventItemTime    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: normal;
    color: #666666;
}

/* GENERAL */
/* style for module titles */
.Head {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: black;
}
A.Head:link {
    text-decoration: none;
    color: black;
}
A.Head:visited {
    text-decoration: none;
    color: black;
}
A.Head:active {
    text-decoration: none;
    color: black;
}
A.Head:hover {
    text-decoration: underline;
    color: #559F9F;
}
A 
{
	color: Blue;
/*    color: #559F9F; */
    cursor: hand;
}
A:hover {
    text-decoration: underline;
    color: #559F9F;
}

/* style of item titles on edit and admin pages */

.SubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #47688D;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */

.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}


/* text style used for most text rendered by modules */

.NormalSmall {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */

.AddRemoveButton {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	width: 100px
}

.NormalRed {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    dcolor: #282C61;
	color: #ff0000;
}

.ErrorFont {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #CC0000
}

.NormalPrimaryColor {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color: #47688D
}

.NormalGray {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: gray
}

.SmallGray {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: gray
}

.NormalBold {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.DebugFont {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 9px;
    color:#999900
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
   
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: underline;
    color: #47688D;
}

A.CommandButton:visited {
    text-decoration: underline;
    color: #47688D;
}

A.CommandButton:active {
    text-decoration: underline;
    color: #47688D;
}

A.CommandButton:hover    {
    text-decoration: underline;
    color: #559F9F;
}
    


/* GENERIC */
H1 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

.H1_Blue {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #47688D;
}

.DisclaimerTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #47688D;
}

.DisclaimerButton {
	background: #808080;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: white;
	cursor: hand;
	padding: 2px;
	margin: 0px;
	border: 1px solid #333333;
	width: 90px; 
	text-decoration: none;
}

H2 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #47688D;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #47688D;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #47688D;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #47688D;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #47688D;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #47688D;
}
A:link  {
    text-decoration:    none;
    color:  #47688D;
	color: Blue;
}

A:visited   {
    text-decoration:    none;
    color:  #47688D;
	color: Blue;
}

A:active    {
    text-decoration:    none;
    color:  #47688D;
	color: Blue;
}

A:hover {
    text-decoration:    underline;
    color:  #666699;
	color: Blue;
}
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: #47688D;
    height:1pt;
    text-align:left
}

.appButton
{
	background: #47688D;
	dbackground: #282C61;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: White;
	cursor: hand;
	padding: 0px;
	margin: 2px;
	border: 1px solid #333333;
	width: 25px;
	height: 18px;
}

.toggleButton
{
	background: #eeeeee;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	cursor: hand;
	padding: 0px;
	margin: 2px;
	border: 1px solid #cccccc;
	width: 18px;
	height: 18px;
}

.LMSfirstLevel
{
	background-color: #282C61;
}

.LMSsecondLevel
{
	background-color: #999999;
}

.SolidHeader
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 2px;
    background: black;
	color: White;
}

.SolidHeaderShadow
{
	background: #D2DAE3;
}

.selectmenu
{
	font-family:"Arial", "Helvetica"; 
	font-size:8pt;
}

.tableBorder /* This is the outline round the main forum tables */
{
/*    border: 1px #B2B2B2 solid;  */
    background-color: #FFFFFF;
}

TD.fh3 /* TD.fh3 is Threads, Posts cells on main table, Thread cells on ShowForum page (not shaded?) */ 
{
	background-color: #FFFFFF; 
	border-top: 1px solid ##676DA4;
	border-left: 1px solid ##676DA4;
}

TD.fh3a /* TD.fh3a is Alternating table for Post Body in the PostView */ 
{
	background-color: #676DA4; 
	border-top: 1px solid ##676DA4;
	border-left: 1px solid ##676DA4;
}

.DarkBGColor
{
	background-color: #282C61;
}

.LightBGColor
{
	background-color: #676DA4;
}

	#iconLegend{
		border: 1px solid #333333; padding: 5px; 
		width: 525px;
	}
	#iconLegend td{
		padding: 2px;
	}
	#iconLegend img{
		margin-right: 3px;
	}
