
/*
#C2CAF2
#7A88E0
#2F0892
*/


body {
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Tahoma, Helvetica, Arial, sans-serif;
    background: White;
    margin: 0;
    padding: 0;
}


a, a:visited, a:active, a:link, a:hover {
    text-decoration: underline;
    color: #4040FF;
    background-color: transparent;
}

a:hover {
    background-color: #7376FF;
    color: white;
}


img {
	border: none;
	vertical-align: middle;
}

p {
    margin: 0.5em 0em 1em 0em;
    text-align: justify;
    line-height: 1.5em;
}


p img {
    border: 0;
    margin: 0;
}


hr {
    clear: both;
    height: 1px;
    color: #2F0892;
    background-color: transparent;
}


h1, h2, h3 {
    color: #2F0892;
    font: 100% Tahoma, Helvetica, Arial, sans-serif;
    margin: 0;
    margin-right: 15px;
    margin-bottom: 1em;
    padding-top: 1em;
    border-bottom: 1px solid #2F0892;
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 140%;
}

h4, h5, h6 {
    color: #2F0892;
    font: 100% Tahoma, Helvetica, Arial, sans-serif;
    margin: 0;
    margin-bottom: 0.5em;
    padding-top: 0.5em;
}

h4 {
    font-size: 120%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 80%;
}

ul { 
    margin-top:0px;
    margin-bottom:0.8em;
    margin-left: 2em;
    padding:0;
    list-style-image: url(../graphics/bullet.gif);
    line-height: 1.5em;
}


ol {
    line-height: 1.5em;
    margin-left: 2em;
    padding:0;
    list-style: decimal outside none;
}


.highlighted {
    font-weight: bold!important;
    color: #7A88E0!important;
}


.highlighted2 {
    color: #025E41!important;
}

.sourcecode {
    font-family: courier new !important;
    font-size: 10;
}


#sideBar
{
    FONT-SIZE: 11pt;
    MARGIN: 1.5em 0.5em 0.5em 0.5em;
    WIDTH: 10em;
    BORDER-RIGHT: #2F0892 1px solid;
    BORDER-TOP: #2F0892 0px solid;
    BORDER-LEFT: #2F0892 1px solid;
    BORDER-BOTTOM: #2F0892 1px solid;
    BACKGROUND-COLOR: #C2CAF2
}
.sideBarHdr
{
    PADDING-RIGHT: 0.5em;
    BORDER-TOP: #2F0892 1px solid;
    PADDING-LEFT: 0.5em;
    FONT-WEIGHT: bold;
    PADDING-BOTTOM: 0.2em;
    PADDING-TOP: 0.2em;
    BORDER-BOTTOM: #2F0892 1px solid;
    BACKGROUND-COLOR: #7A88E0
}
.sideBarTxt
{
    PADDING-RIGHT: 0.5em;
    PADDING-LEFT: 0.5em;
    PADDING-BOTTOM: 0.2em;
    PADDING-TOP: 0.2em;
    COLOR: gray;
}
.sideBarSep
{
    BORDER-TOP: #7A88E0 1px solid;
    MARGIN: 0.2em -0.1em
}

.sideBarTxt a, .sideBarTxt a:visited, .sideBarTxt a:active, .sideBarTxt a:link, .sideBarTxt a:hover
{
    text-decoration: none;
    color: #2F0892;
}

.sideBarTxt a.selected, .sideBarTxt a.selected:visited, .sideBarTxt a.selected:active, .sideBarTxt a.selected:link, .sideBarTxt a.selected:hover
{
	font-weight: bold;
}

.sideBarTxt a:hover
{
    text-decoration: underline;
    color: white;
    background: transparent;
}



/*------------------------------------------------------*/

table.simpleTable {
	margin: 4px;
	padding: 0px;
	border-style: none;
	border-width: 1px; 
	border-color: #2F0892;
	border-collapse: collapse;
}

table.simpleTable td {
	margin: 0px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	vertical-align: top;
	border-width: 1px;
	border-color: #2F0892;
	border-style: solid solid solid solid;
}

table.simpleTable td.parttitle{
	BACKGROUND-COLOR: #C2CAF2;
	font-weight: bold;
	color: #2F0892;
	vertical-align: middle;	
	
}
table.simpleTable td.title {
	background: #C0C0C0;
	vertical-align: middle;	
	font-weight: bold;
}

table.simpleTable td.angleTL {
	border: none;
}



/***************************/



table.resTable {
	margin: 4px;
	padding: 0px;
	border-style: none;
	border-width: 1px; 
	border-color: #2F0892;
	border-collapse: collapse;
}

table.resTable td {
	margin: 0px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	vertical-align: middle;
	text-align: right;
	border-width: 1px;
	border-color: #2F0892;
	border-style: solid solid solid solid;
}

table.resTable td.parttitle{
	BACKGROUND-COLOR: #C2CAF2;
	font-weight: bold;
	color: #2F0892;
	text-align: center;
	vertical-align: middle;	
	
}
table.resTable td.title {
	background: #C0C0C0;
	vertical-align: middle;	
	font-weight: bold;
}

table.resTable td.angleTL {
	border: none;
}




/*******************************/




table.medRank {
	margin: 4px;
	padding: 0px;
	border-style: none;
	border-width: 1px; 
	border-color: #2F0892;
	border-collapse: collapse;
}

table.medRank td {
	margin: 0px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	vertical-align: middle;
	text-align: center;
	border-width: 1px;
	border-color: #2F0892;
	border-style: solid solid solid solid;
}

table.medRank tr.title{
	BACKGROUND-COLOR: #C2CAF2;
	font-weight: bold;
	color: #2F0892;
	text-align: center;
	vertical-align: middle;	
	
}

table.medRank td.angleTL {
	border: none;
}








/******************/

div.bottomBar {
	font-size: 80%;
	background: #7A88E0;
	color: white;
}

div.bottomBar a, div.bottomBar a:visited, div.bottomBar a:active, div.bottomBar a:link, div.bottomBar a:hover {
	background: transparent;
	color: white;
}

div.bottomBar table {
	border-style: solid solid solid solid;
	border-width: 1px; 
	border-color: #2F0892;
	width: 100%;
	margin: 0;
	padding: 0;
}

div.bottomBar td {
	margin: 0;
	padding: 0;
}


