.boldblue
{
  font-weight: bold;
  color: #6284c7;
}
.greyblock
{
  background: #cccccc;
  padding: 10px;
}
.lightblueblock
{
  background: #dde4f3;
  padding: 10px;
}
li.big
{
 list-style: url("/images/listylesignal.png"); 
}
li
{
 list-style: url("/images/listylecircle.png"); 
}
.bigtime
{
  font-size: 20px;
  font-weight: bold;
}
red_box {
	background: rgb(255, 214, 214); padding: 13px; color: rgb(204, 0, 0); border-top-color: rgb(239, 112, 111); border-bottom-color: rgb(239, 112, 111); border-top-width: 2px; border-bottom-width: 2px; border-top-style: solid; border-bottom-style: solid;
}
.blue_box {
	margin: 15px 0px 18px; padding: 5px 10px; color: rgb(4, 156, 195); line-height: 50px; font-size: 34px; font-weight: normal; border-top-color: rgb(4, 156, 195); border-bottom-color: rgb(4, 156, 195); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.blue_small_box {
	margin: 10px 0px 20px; padding: 10px 0; color: #587cb3; line-height: 26px; font-size: 20px; font-weight: normal; border-top-color: #587cb3; border-bottom-color: #587cb3; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.blue_box_top_0 {
	margin: 10px 0px 20px; padding: 10px 0; color: #587cb3; line-height: 26px; font-size: 20px; font-weight: normal; border-top-color: #587cb3; border-bottom-color: #587cb3; border-top-width: 0; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.green_box {
	margin: 10px 0px 20px; padding: 10px 0; color: #4aa45b; line-height: 26px; font-size: 20px; font-weight: normal; border-top-color: #4aa45b; border-bottom-color: #4aa45b; border-top-width: 2px; border-bottom-width: 2px; border-top-style: solid; border-bottom-style: solid;
}
.orange_box {
	background: rgb(254, 246, 216); padding: 13px; color: rgb(163, 129, 6); border-top-color: rgb(253, 225, 121); border-bottom-color: rgb(253, 225, 121); border-top-width: 2px; border-bottom-width: 2px; border-top-style: solid; border-bottom-style: solid;
}
.yellow_box {
	background: rgb(244, 245, 185); padding: 13px; color: rgb(159, 161, 18); border-top-color: rgb(239, 241, 30); border-bottom-color: rgb(239, 241, 30); border-top-width: 2px; border-bottom-width: 2px; border-top-style: solid; border-bottom-style: solid;
}

.gray_box {
	background: rgb(240, 240, 240); padding: 13px; color: rgb(75, 75, 75); border-top-color: rgb(157, 157, 157); border-bottom-color: rgb(157, 157, 157); border-top-width: 2px; border-bottom-width: 2px; border-top-style: solid; border-bottom-style: solid;
}
.black_box {
	background: rgb(51, 51, 51); padding: 13px; color: rgb(255, 255, 255); border-top-color: rgb(77, 77, 77); border-bottom-color: rgb(77, 77, 77); border-top-width: 2px; border-bottom-width: 2px; border-top-style: solid; border-bottom-style: solid;
}
.boxed {
	margin: 0px; padding: 3px 0px; border: currentColor; color: rgb(0, 0, 0); font-size: 13px; font-weight: normal; float: left;
}
.padded {
	margin-right: 14px; float: left;
}
.boxed_black {
	border: 4px solid rgb(0, 0, 0); margin-right: 14px; float: left;
}
.nn_tabs.outline_content > .tab-content > .tab-pane
{
padding: 12px 0 0 0 !important;
}
.nn_tabs.outline_content > .tab-content
{
border: 2px solid grey;
padding: 0 10px 10px;
margin-bottom: 15px;
border-radius: 0 4px 4px 4px !important;
}
.nn_tabs .nav-tabs, .nn_tabs.top > ul.nav-tabs > li > a, .nn_tabs.top > ul.nav-tabs > li.active a, .nn_tabs.top > ul.nav-tabs > li.active a:hover
{
/*border-bottom: 2px solid #494f56;*/
font-weight: bold;
}
.nn_tabs.top > ul.nav-tabs > li.active a, .nn_tabs.outline_handles ul.nav-tabs > li a:hover
{
text-decoration: underline;
cursor: pointer;
}
.nn_tabs.outline_handles ul.nav-tabs > li a, .nn_tabs.outline_handles ul.nav-tabs > li a:hover
{
border: 2px solid grey;
font-weight: bold;
border-bottom: 0;
}