﻿/*=============== COMMON ================*/
a, a:visited { color: #397dbc; text-decoration: none; }
a:hover { /*color: #aac4dd;*/ color: #184574; }
a.sidebar_link, a.sidebar_link:visited, a.sidebar, a.sidebar:visited { color: #aac4dd; text-decoration: none; }
a.sidebar_link, a.sidebar_link:visited { font: bold 10pt Tahoma; }
a.sidebar_link:hover, a.sidebar:hover { color: #ffffff; text-decoration: underline; }

/*
ul { padding-left: 10pt; padding-right: 5pt; }
li { padding-top: 0.6em; }
*/
ul { margin: 0px; padding: 0px; padding-left: 12pt; padding-right: 5pt; }
li { }

.text_weight_normal { font-weight: normal; }
.text_weight_bold { font-weight: bold; }

.text_align_justify, .text_content { } /*{ text-align: justify; }*/

.text, .text_content, .text_black, .text_white, .text_grey_a, .text_grey_b, 
.text_blue_a, .text_blue_b, .text_blue_c, .text_blue_mnt, .text_blue_mnb,
.text_cyan_a, .text_yellow_a { font: normal 8pt Tahoma; line-height: 1.4em; }
.text_color, .text, .text_content { color: #343434; }
.text_black_color, .text_black { color: #000000; }
.text_white_color, .text_white { color: #ffffff; }
.text_grey_a_color, .text_grey_a { color: #606060; } /* dark */
.text_grey_b_color, .text_grey_b { color: #e0e0e0; } /* light */
.text_blue_a_color, .text_blue_a { color: #184574; /*#1b4978;*/ } /* title font color from sample (in main area), looks similar to the global outer background  */
.text_blue_b_color, .text_blue_b { color: #184574; } /* same as global outer background */
.text_blue_c_color, .text_blue_c { color: #102e4f; } /* darkest */
.text_blue_mnt_color, .text_blue_mnt { color: #397dbc; } /* same as passive menu tab color (early version) */
.text_blue_mnb_color, .text_blue_mnb { color: #aac4dd; } /* same as light background of the whole menu */
.text_cyan_a_color, .text_cyan_a { color: #72c1f1; } /* for using on the right sidebar */
.text_yellow_a_color, .text_yellow_a { color: #fffaba; }

h1, h2, h3, h4, h5, ul.ul_key_features, ul.ul_assessments { color: #184574; margin-top: 0px; margin-bottom: 0.2em; }
ul.ul_services, ul.ul_refs { margin-top: 0px; margin-bottom: 0.2em; }
h1 { font: bold 13pt Tahoma; }
h2 { font: bold 12pt Arial; }
h3, ul.ul_key_features, ul.ul_assessments, ul.ul_standards, ul.ul_services, ul.ul_refs { font: bold 12pt Arial; }
h3 { margin-bottom: 0.6em; }
h4 { font: bold 12pt Arial; }
h5 { font: bold 12pt Arial; }
h6 { font: 12pt Arial; }

ul.ul_key_features { color: #ffffff;}
li.li_key_features, li.li_services { padding-top: 0.6em; }

ul.ul_assessments {}
li.li_assessments {}

ul.ul_services { font-weight: normal; color: #343434;}
li.li_services {}

ul.ul_refs { padding-top: 0.6em; font-weight: normal; color: #343434; }
li.li_refs {}

ul.ul_standards { color: #343434; }
li.li_standards {}

ul.ul_users {}
li.li_users {}

ul.ul_enum { list-style: decimal; }

li.li_padded { padding-bottom: 0.6em; }

.text_shifted_list { margin-left: 6pt; margin-top: 4pt; margin-bottom: 4pt; }


