/*************************************************************************************
*******   General formatting
***************************************************************************************/ 
BODY {
	background-color : #F7FFFF;
	color : #0B2B2C;
	font-size : 12px;
}

A:active, A:hover, A:link, A:focus {
	color : #265185;
}

A:VISITED {
	color : #0B2B5C;
}

DIV {
	padding-bottom : 10px;
	margin-bottom : 10px;
}


/**************************************************************************************
/****    Main Page
***************************************************************************************/
.GreetingRow {
	background-color : #87A8C5;
	color : #F7FFFF;
	font-size : 16px;
	font-weight : bold;
}

.Instruct {
	font -size: 12px;
}

/************************************************************************************
**** Search results
************************************************************************************/
.LightRow {
	
}

.DarkRow {
	background-color : #87A8C5;
}

/************************************************************************************
*****************  Error reporting functions
*************************************************************************************/
.ErrorMessage {
	background-color : #0B2B5C;
	color : #F7FFFF;
	font-weight : bold;
	width : 100%;
}

.ErrorHint {
	width : 100%;
}

/*******************************************************************************************
*********  Navigation Bar
********************************************************************************************/
.NavBar {
	
}

/********************************************************************************************
***********               Main Text
********************************************************************************************/
/*text start and end*/
HR {
	background-color : #0B2B5C;
}

/*text name*/
.title {
	background-color : #87A8C5;
}

/*chapter name*/
.caption {
	background-color : #87A8C5;
	color : White;
	font-variant : small-caps;
	font-style : normal;
	font-weight : bold;
}

/*Key words*/
.Hilight {
	background-color : #F7FFFF;
	color : Red;
	font-style : italic;
}

/*******************************************************************************************
*******                  Table of contents
********************************************************************************************/
/*TOC head*/
.TOC {
	background-color : #CCDBE8;
	font-family : Arial;
	font-size : 12px;
}

/*horisontal splitter inside TOC*/
.TocSplit {
	background-color :#0B2B5C;
	}

/*links inside TOC*/
 A.toc_link {
	color : #265185;
	text-decoration : none;
}

A.toc_link:hover {
	color : #265185;
	text-decoration : underline;
}

/*********************************************************************************************
*******                  User manual and hints
**********************************************************************************************/
/*Hint text*/	
.Hint {
	background-color : #CCDBE8;
	font-style : italic;
	margin : 10px;
	font-size : 12px;
}
/*Hint Header*/
.HintTitle {
	background-color : #CCDBE8;
	font-weight : bolder;
	margin : 10px;
	font-size : 12px;
}
/*User manual text*/
.instruct {
	font-size : 12px;
}