/* ------------- INBC Portal Stylesheet ---------------	*/
/* 							*/
/*    	Note: when you change the background-colors	*/
/*	of '.LeftPanel', '.RightPanel' or '.Main',	*/
/*	you will need to edit a few pixels of the	*/
/*	accompanying five images manually:		*/
/*							*/
/*		* _left.gif				*/
/*		* _left_top.gif				*/
/*		* _right.gif				*/
/*		* _right_top.gif			*/
/*		* _top.gif				*/
/*							*/
/*	* = 'left_panel', 'right_panel' or 'main'	*/
/*
/* ----------------------------------------------------	*/


/* ---------- Link colors and behaviours --------------	*/

a:link {
	color: #666666;
	font-style: italic;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-style: italic;
}
a:active {
	color: #666666;
	text-decoration: none;
	font-style: italic;
}

a.MenuBar:link {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
a.MenuBar:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
a.MenuBar:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
}
a.MenuBar:active {
	color: #98C2DE;
	text-decoration: none;
	font-style: normal;
}
a.Copyright:link {
	color: #AAAAAA;
	text-decoration: none;
	font-style: normal;
}
a.Copyright:visited {
	color: #AAAAAA;
	text-decoration: none;
	font-style: normal;
}
a.Copyright:hover {
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
a.Copyright:active {
	color: #AAAAAA;
	text-decoration: none;
	font-style: normal;
}


/* ---------- Menubar layout --------------------------	*/

.MenuBar {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

/* ---------- Left and right panels layout ------------	*/

.LeftPanel {
	background-color: #eeeeee;
}
.LeftPanelItem {
	background-color: #FFFFFF;
}
.LeftPanelTable { 
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;

	border-top-color: #C0C0C0;
	border-left-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;

	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid
}
.LeftPanelTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.LeftPanelText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.RightPanel {
	background-color: #EEEDF3;
}
.RightPanelItem {
	background-color: #FFFFFF;
}
.RightPanelTable { 
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;

	border-top-color: #C0C0C0;
	border-left-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;

	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid
}
.RightPanelTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.RightPanelText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* ---------- Main panel layout -----------------------	*/

.Main {
	background-color: #EEEDF3;
}
.MainItem {
	background-color: #FFFFFF;
}
.MainTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.MainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


/* ---------- Copyright layout -----------------------	*/

.Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10 px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #cccccc;
}

