/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* Coohya Skin 002 Custom Styles */
	.FirstTable {
	width: 760px;
}
	.FT_TopLeft { background: url(corners_top_left.gif) no-repeat top left; }
	.FT_Top { background: url(corners_top.gif) repeat-x; }
	.FT_TopRight { background: url(corners_top_right.gif) no-repeat top right; }
	.FT_Left { background: url(corners_left.gif) repeat-y; }
	.FT_Content{ background-color:#FFFFFF}
	.FT_Right{ background: url(corners_right.gif) repeat-y right; }
	.FT_BotLeft{ background: url(corners_bottom_left.gif) no-repeat top left; }
	.FT_Bot	{ background: url(corners_bottom.gif) repeat-x; }
	.FT_BotRight { background: url(corners_bottom_right.gif) no-repeat top right; }
	.FT_TopLeft, .FT_TopRight, .FT_BotLeft, FT_BotRight{ width: 8px; height: 8px;}
	.FT_Left, .FT_Right{ width:8px;}
	.FT_Top, .FT_Bot{ height:8px;}
	
	.Strip_Top {background: url(TopBG.gif) repeat-x; height: 17px;}
	.Strip_Left { background-color:#ECE9D8; width:3px;}
	.Strip_Horizontal { background-color:#CCCCCC; height: 3px; }

	.WhiteLinks, A.WhiteLinks:link, A.WhiteLinks:visited, A.WhiteLinks:active
	{
		color: #ffffff;
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		text-decoration: none;
		font-weight: bold;
	}
	A.WhiteLinks:hover
	{
		text-decoration: underline;
	}
	.OrangeLinks,  A.OrangeLinks:link, A.OrangeLinks:visited, A.OrangeLinks:active
	{
		color: #FF6600;
		font-family: Tahoma, Verdana, Arial;
		font-size: 10px;
	}
	A.OrangeLinks:hover
	{
		text-decoration: underline;
	}
	.LightBrownText
	{
		font-family: Verdana, Tahoma,  Arial;
		font-size: 11px;
		color: #B4AE57;
	}
	
	.Content_Pane
	{
		width: 460px;
	}
	.Left_MainPane
	{
		width: 285px;
	}
	.Left_TopPane
	{
		width: 285px;
	}
	.Right_TopPane
	{
		width: 460px;
	}
	.LinksBG
	{
		background-color: #CCCCCC;
		height: 30px;
		vertical-align: middle;
		text-align:center;
	}
	.LeftPane {
		padding-top: 5px;
		padding-right: 2px;
		padding-bottom: 5px;
		padding-left: 5px;
	}
	.WhiteTextBoldSmall 
	{
		color: #FFFFFF;
		font-family: Tahoma, Arial, Helvetica;
		font-size: 10px;
		font-weight: bold;
		padding: 4px;
	}
	.OrangeTextBold
	{
		font-family: Tahoma, Verdana,   Arial;
		font-size: 11px;
		color: #FF6600;
		font-weight: bold;
	}
	.SpacerClass
	{
		width: 3px;
	}
	.SpacerGray
	{
		background: url(GraySpacer.gif) repeat-y; 
		width: 5px;
	}
	.MainTable
	{
		height: 100%;
	}
	.NormalSmall
	{
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 10px;
		font-weight: normal;
		color: #333333;
	}

/* End -Coohya Skin 002 Custom Styles */

/* PAGE BACKGROUND */
/* background color for the content part of the pages */
.leftback
{
	background-attachment: fixed;
	background-color: F4E0A1;
	background-image: url(leftback.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.linkrollover {
	text-decoration: none;
	color : #607E9F;
	font-family : Verdana;
	font-size : 7pt;
	text-transform: none;
	font-weight: bold;

}

/* Main Menu */
.MainMenu_MenuContainer {
	 
	/*BACKGROUND: url(Nav_BG.gif) repeat-x 50% bottom; */
	BACKGROUND: url(Nav_BG.gif) repeat-x top; 
	HEIGHT: 45px;
	}
.MainMenu_MenuBar {
	 
	/*BACKGROUND: url(WMP_tab_bg_off.gif) repeat-x 50% bottom; */
	HEIGHT: 45px;
	CURSOR: hand;
}
/*sub menu items*/
.MainMenu_MenuItem {
	cursor: hand; 
	color: #666666; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	padding: 2px 10px 3px 5px;
	
}
.MainMenu_MenuItemSel {
	cursor: hand; 
	color: #666666;
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	border: 0;
	padding: 2px 10px 3px 5px;
	background-color: #C6DBEC; 
	
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: white; 
	filter: none;
	border: 1px solid #C6DBEC;
	margin-top: 1px;
	padding: 1px;
}
.MainMenu_MenuBreak {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; WIDTH: auto; BORDER-BOTTOM: 0px
}
.MainMenu_MenuArrow {
	DISPLAY: none
}
.MainMenu_RootMenuArrow {
	DISPLAY: none
}

.MainMenu_Selected{
	BACKGROUND: transparent scroll repeat 0% 0%;
	HEIGHT: 45px
}
.MainMenu_BreadcrumbActive
{
	BACKGROUND: url(Nav_BG_Selected.gif) repeat-x 50% top;
	HEIGHT: 45px
}
.MainMenu_Active{
	BACKGROUND: url(Nav_BG_Selected.gif) repeat-x 50% top; 
	HEIGHT: 45px;
}

.MainMenu_BreadcrumbActive2
{
	/*BACKGROUND: url(Nav_BG_Selected.gif) repeat-x 50% top;*/ 
	HEIGHT: 45px; 
}
/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

/* 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: #999999;
}

/* 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 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: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #001e64;
}

.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.CommandButton:link, A.CommandButton:visited {
	color: #ffffff;	
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 1px 5px 2px 6px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #0099CC;
}

A.CommandButton:hover {
	color: #ffffff;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #006699;
}
    
/* GENERIC */
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:    underline;
    color:  #000000;
}

A:visited   {
    text-decoration:    underline;
    color:  #000000;
}

A:active    {
    text-decoration:    underline;
    color:  #000000;
}

A:hover {
	color:  #000000;
	text-decoration: none;
}

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;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.TopMenuItem {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.TopMenuItem a, .TopMenuItem a:visited, .TopMenuItem a:link {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.TopMenuItem a:hover {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.LeftMenuItem {
	width: 132px;
	cursor: pointer;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCA932;
	color: #FFF;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.LeftMenuItem a, .LeftMenuItem a:visited, .LeftMenuItem a:link {
	cursor: pointer;
	text-decoration: none;
	cursor: hand;
	color: #011F67;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
	font-variant: normal;
	text-transform: none;
}
.LeftMenuItem a:hover {
	cursor: pointer;
	cursor: hand;
	color: #011F67;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
	text-decoration: underline;
	font-variant: normal;
	text-transform: none;
}
.LeftMenuItem img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 7px;
	vertical-align: middle;
}
.RightMenuItem {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-decoration: none;
}
.RightMenuItem a, .RightMenuItem a:visited, .RightMenuItem a:link {
	text-decoration: none;
	color: #FFFFFF;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
}
.RightMenuItem a:hover {
	text-decoration: underline;
	color: #FFFFFF;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
}
.RightMenuItem img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 8px;
	margin-right: 8px;
	vertical-align: middle;
}
.RightMenuItem2 {
	color: #001E64;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-decoration: none;
}
.RightMenuItem2 a, .RightMenuItem2 a:visited, .RightMenuItem2 a:link {
	text-decoration: none;
	color: #001E64;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
}
.RightMenuItem2 a:hover {
	text-decoration: underline;
	color: #001E64;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
}
.RightMenuItem2 img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 8px;
	margin-right: 8px;
	vertical-align: middle;
}
.BottomMenuItem {
	font-weight: normal;
	color: #4B555A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.BottomMenuItem a, .BottomMenuItem a:visited, .BottomMenuItem a:link {
	font-weight: normal;
	color: #4B555A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.BottomMenuItem a:hover {
	font-weight: normal;
	color: #4B555A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.pageTitle_Blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	color: #001E64;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	padding-top: 6px;
}
.pageTitle_Blue a, .pageTitle_Blue a:visited, .pageTitle_Blue a:link, .pageTitle_Blue a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	color: #001E64;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding-top: 6px;
}
.pageTitle_Orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	color: #FF7E00;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	padding-top: 6px;
}
.pageTitle_Orange a, .pageTitle_Orange a:visited, .pageTitle_Orange a:link, .pageTitle_Orange a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	color: #FF7E00;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding-top: 6px;
}
.pageTitle_Red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	color: #7A1005;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	padding-top: 6px;
}
.pageTitle_Red a, .pageTitle_Red a:visited, .pageTitle_Red a:link, .pageTitle_Red a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	color: #7A1005;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding-top: 6px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #001E64;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p {
	color: #4B555A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
table, td, div {
	font-size: 11px;
}
.normal {
	color: #4B555A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
.login {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.MLLanguageMenuMenuCell {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainFrame {
	background-color: #FFFFFF;
}
.mlsPanel {
	padding-top: 10px;
	text-align: right;
	vertical-align: top;
}
.leftnavPanel {
	background-image: url(images/navigations/nav_back.jpg);
	background-repeat: no-repeat;
	padding: 20px 0 0 0;
}
.sl_leftnavPanel {
	background-image: url(images/navigations/nav_back2.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
}
.leftnavContentPanel {
	padding: 17px 1px 20px 10px;
}
.leftnavWrapper {
	width: 152px;
	background: #FAC039;
	padding: 0 10px 10px 10px;
}
.rightnavContentPanel_Blue {
	background-color: #001E64;
	padding-top: 14px;
	padding-bottom: 12px;
	padding-right: 13px;
	padding-left: 13px;
}
.rightnavContentPanel_Orange {
	background-color: #FF7E00;
	padding-top: 14px;
	padding-bottom: 12px;
	padding-right: 13px;
	padding-left: 13px;
}
.rightnavContentPanel_Red {
	background-color: #7A1005;
	padding-top: 14px;
	padding-bottom: 12px;
	padding-right: 13px;
	padding-left: 13px;
}
.rightnavContentPanel_Grey {
	background-color: #EEEDEE;
	padding-top: 14px;
	padding-bottom: 12px;
	padding-right: 13px;
	padding-left: 13px;
}
.rightnavContentPanel_darkGrey {
	background-color: #5E6A71;
	padding-top: 14px;
	padding-bottom: 12px;
	padding-right: 13px;
	padding-left: 13px;
}
.welcomenotePanel {
	background-image: url(images/mp_content_bg.jpg);
	background-repeat: no-repeat;
}
.contentPanel {
	padding-right: 10px;
	padding-left: 4px;
	padding-top: 9px;
}
.sublevelContentPanel {
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/sl_content_bg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	padding-top: 28px;
}
.latestnewsPanel {
	padding-top: 7px;
	padding-bottom: 6px;
	margin: 0px;
}
.maltapanel {
	background-color: #F6F6F6;
	padding-top: 13px;
	padding-right: 12px;
	padding-bottom: 22px;
	padding-left: 12px;
}
.gozopanel {
	background-color: #F6F6F6;
	padding-top: 13px;
	padding-right: 12px;
	padding-bottom: 22px;
	padding-left: 12px;
}
.schoolpanel {
	padding-left: 7px;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 13px;
}
.lineHoriz {
	background-color: #E8E8E8;
	height: 1px;
}
.lineVert {
	background-color: #E8E8E8;
	width: 1px;
}
.rnBlue {
	background-color: #001E64;
}
.rnOrange {
	background-color: #FF7E00;
}
.rnRed {
	background-color: #7A1005;
}
.rnYellow {
	background-color: #FDECC3;
}
.rnDarkGrey {
	background-color: #5E6A71;
}
.imgNoBorder {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgBorder {
	border: 3px solid #E8E8E8;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
.imgBorder2 {
	border: 3px solid #E8E8E8;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.locationsTextTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #001E64;
	text-decoration: none;
}
.textTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #001E64;
	text-decoration: none;
}
.textTitle a, .textTitle a:visited, .textTitle a:link, .textTitle a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #001E64;
	text-decoration: none;
}
.textTitle a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #001E64;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
} 
.IHSAmainpage {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 41px;
	padding-bottom: 0px;
}
.ihthewelsgroupLogo {
	padding-bottom: 12px;
}
.ihMaltaGozoTitlePane {
	height: 39px;
}
.OurCoursesTitlePane {
	height: 31px;
}

/*--------------------------------------------------------------------------
Generic
--------------------------------------------------------------------------*/

img {
	border: 0; 
}

/*--------------------------------------------------------------------------
Common
--------------------------------------------------------------------------*/

.hide {
	display: none;
}

/*--------------------------------------------------------------------------
Button
--------------------------------------------------------------------------*/

.button {
	padding: 0 10px 0 30px;
}

/*--------------------------------------------------------------------------
Quicklinks
--------------------------------------------------------------------------*/

.quicklinks {
	padding: 0 10px 0 30px;
}

/*--------------------------------------------------------------------------
Book Now
--------------------------------------------------------------------------*/

.booknow {
	font-size: 11px;
	line-height: 15px;
	background: #E0E0E0;
	padding: 17px 20px 17px 20px;
}

/*--------------------------------------------------------------------------
MenuItems
--------------------------------------------------------------------------*/

.BottomNavigation {
	font-size: 10px;
	color: #808FB2;
}
.BottomNavigation a,
.BottomNavigation a:link,
.BottomNavigation a:active,
.BottomNavigation a:visited {
	color: #A9BBE3;
	text-decoration: none;
}
.BottomNavigation a:hover {
	color: #A9BBE3;
	text-decoration: underline;
}

/*--------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------*/

.footer {
	width: 760px;
	text-align: center;
	padding: 0 0 17px 0;
	margin: auto;
}
.footer .BottomNavigationWrapper {
	width: 760px;
	text-align: center;
	margin: 7px 0 0 0;
}
.footer .copyright {
	width: 760px;
	color: #808FB2;
	text-align: center;
	margin: 16px 0 0 0;
}
.footer .copyright img {
	margin: 0 15px -3px 0;
}
.SelectedTab {
	font-size: 10px;
	font-weight: normal;
	color: #808FB2;
}
.SelectedTab a,
.SelectedTab a:link,
.SelectedTab a:active,
.SelectedTab a:visited,
.SelectedTab a:hover {
	color: #808FB2;
	text-decoration: none;
}
.OtherTabs,
a.OtherTabs:link,
a.OtherTabs:active,
a.OtherTabs:visited {
	font-size: 10px;
	font-weight: normal;
	color: #001E64;
}
a.OtherTabs:hover {
	color: #808FB2;
}

/*--------------------------------------------------------------------------
Link Exchange
--------------------------------------------------------------------------*/

.linkExchange {
	width: 587px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 8px;
	border-bottom-color: #001e64;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*--------------------------------------------------------------------------
Contact Us
--------------------------------------------------------------------------*/

.contactus-container {
	width: 300px;
	margin: auto;
}
.contactus-container input,
.contactus-container textarea,
.contactus-container select {
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.contactus-container-buttons {
	float: right;
}
.contactus-container-buttons a,
.contactus-container-buttons a:link,
.contactus-container-buttons a:active,
.contactus-container-buttons a:visited {
	width: auto;
	font-size: 9px;
	white-space: nowrap;
	text-decoration: none;
	background-color: #FFF;
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 7px;
	padding-bottom: 3px;
	margin-top: 7px;
	margin-right: 12px;
	border: 1px solid #0061bc;
	display: inline;
	float: left;
}
.contactus-container-buttons a:hover {
	background-color: #EBEBEB;
	display: block;
}
.contactus-container-details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
p.thankyou {
	padding: 10px;
	background-color: #e8e8e8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 548px;
	color: #001e64;
	margin-top: 20px;
	margin-bottom: 20px;
}
p.thankyou span {
	font-size: 14px;
}
.details-select {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.validating {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FC7216;
	text-decoration: none;
}
.validate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FC7216;
	text-decoration: none;
}
.header-book {
	background-color: #ebebeb;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.outerContainer-book {
	width: 548px;
	border: 3px solid #e8e8e8;
	padding: 10px;
}
.outerContainerYellow-book {
	width: 548px;
	border: 3px solid #fcd06d;
	padding: 10px;
}
.label-book {
	color: #001e64;
	font-weight: bold;
	padding: 5px;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#dnn_ctr8497_XModFeedback_Prefix,
#dnn_ctr8494_XModFeedback_Prefix,
#dnn_ctr8496_XModFeedback_Prefix,
#dnn_ctr8501_XModFeedback_Prefix,
#dnn_ctr8499_XModFeedback_Prefix,
#dnn_ctr8500_XModFeedback_Prefix {
	margin-left: -5px;
}

.outerContainerYellow-book h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #001e64;
	font-weight: bold;
}
.outerContainerYellow-book p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #001e64;
	padding-top: 5px;
	padding-bottom: 5px;
}


/*--------------------------------------------------------------------------
Login
--------------------------------------------------------------------------*/

.login {
	width: 760px;
	margin: auto;
}

