/* ================================
    CSS STYLES FOR Medical Council
   ================================
*/
Body
{
}

H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #2D829A;
}
H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #2D829A;
}
H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #2D829A;
}
H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #2D829A;
}
H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #2D829A;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #2D829A;
}
TFOOT, THEAD
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #003366;
}
TH
{
	vertical-align: baseline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #2D829A;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
}

/* background/border colors for the selected tab */
.TabBg
{
}



.SubHead
{
}

.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
{
}

.Head
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	background: white;
}

/* GENERAL */
/* style for module titles */


/* 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
{
}



.LogoPane
{
}

.Normal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


.NormalTextBox
{
}

.NormalRed
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #ff0000;
}
.NormalBold
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
}

.CommandButton
{
}

A.CommandButton:link
{
}

A.CommandButton:visited
{
}

A.CommandButton:active
{
}

A.CommandButton:hover
{
}





.ItemTitle
{
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer
{
}

.ModuleTitle_MenuBar
{
}

.ModuleTitle_MenuItem
{
}

.ModuleTitle_MenuIcon
{
}

.ModuleTitle_SubMenu
{
}

.ModuleTitle_MenuBreak
{
}

.ModuleTitle_MenuItemSel
{
}

.ModuleTitle_MenuArrow
{
}

.ModuleTitle_RootMenuArrow
{
}


/* Main Menu */

/* Colour of entire menu pane background and outer border */
.MainMenu_MenuContainer
{
}

.MainMenu_MenuBar
{
}

/* Colour of root menu items */
.MainMenu_MenuItem
{
}

/* Colour of selected flyout menu items ... or icons */
.MainMenu_MenuIcon
{
}

/* Colour of flyout menu, inc. outer border */
.MainMenu_SubMenu
{
}

/* cant make this do anything */
.MainMenu_MenuBreak
{
}


.MainMenu_MenuItemSel
{
}

.MainMenu_MenuArrow
{
}

.MainMenu_RootMenuArrow
{
}

/*.MainMenu_MenuArrow { 

}

.MainMenu_RootMenuArrow {
}*/

.MenuPane
{
}

.Logo
{
}

.Breadcrumb
{

}

.Message
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10;
	font-weight: bold;
	background-color: #eeeeee;
}




.HorizLogo
{
}

.Title
{
}

.black-text
{
	color: #000000;
}
a:link
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #2D829A;
	text-decoration: underline;
}
a:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #CE6574;
	text-decoration: underline;
}

a:active
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #2D829A;
	text-decoration: underline;
}
a:hover
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #CE6574;
	text-decoration: underline;
}

SMALL
{
	font-size: 8pt;
}

BIG
{
	font-size: 8pt;
}
BLOCKQUOTE, PRE
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}
UL LI
{
	list-style-type: disc;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

UL LI LI
{
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

UL LI LI LI
{
	list-style-type: circle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

OL LI
{
	list-style-type: decimal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

OL OL LI
{
	list-style-type: lower-alpha;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

OL OL OL LI
{
	list-style-type: lower-roman;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

HR
{
}

.topnav
{
}

.topnav:link
{
}
.topnav:active
{
}
.topnav:visited
{
}
.topnav:hover
{
}

.searchbut
{
}
.searchbox
{
}

.button
{
}

.DropBox
{
}

.ContainerTitle
{
}


P
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}








