

body {
	padding-bottom: 40px;
	color: #000000;
}

.radio {text-weight:normal; padding-left:35px;padding-bottom:10px;}
.radio label{padding-left:10px;}


.containerWide { width: auto; max-width: 1940px; }
.container { width: auto; max-width: 1940px; }

.col100 {width:100%;}
.col16 {width:16%; text-align:center; vertical-align:middle;}

.divCenter {width:100%; text-align:center; vertical-align:middle;}
.divMiddle {height:100%; vertical-align:middle;}


.cellcenter {text-align:center}

.distName {font-weight: bold; padding-bottom:10px;}

.class5x5 { box-sizing: unset; width:16%; border:solid black 2px; text-align: left; vertical-align: top;}

.div5x5color {padding:2px; top: 0; left: 0; font-size:70%} 

.class5x5 ul{margin-left: 5px;padding-left: 15px; list-style-type: square; list-style-image: none}
.class5x5 li{padding-bottom:8px;}


.ColorGray {background-color:None; color:#000000; border: solid black thin;}
.ColorRed {background-color:#a20000; color:#ffffff;border: solid black thin;}
.ColorOrange {background-color:Orange; color:#000000;border: solid black thin;}
.ColorYellow {background-color:Yellow; color:#000000;border: solid black thin;}
.ColorGreen {background-color:Green; color:#ffffff;border: solid black thin;}
.ColorBlue {background-color:Blue; color:#ffffff;border: solid black thin;}

.ColorGrayCode {background-color:#ffffff; color:#000000; border: solid black thin;}
.ColorRedCode {background-color:#a20000; color:#ffffff;border: solid black thin;}
.ColorOrangeCode {background-color:#ffa500; color:#000000;border: solid black thin;}
.ColorYellowCode {background-color:#ffff00; color:#000000;border: solid black thin;}
.ColorGreenCode {background-color:#006500; color:#ffffff;border: solid black thin;}
.ColorBlueCode {background-color:#0000ff; color:#ffffff;border: solid black thin;}

.ColorGray th{background-color:None; color:#000000; }
.ColorRed th{background-color:#a20000; color:#ffffff;}
.ColorOrange th{background-color:Orange; color:#000000;}
.ColorYellow th{background-color:Yellow; color:#000000;}
.ColorGreen th{background-color:Green; color:#ffffff;}
.ColorBlue th{background-color:Blue; color:#ffffff;}

.ColorPurple1  {background-color:#eeeeee; color:#000000;}
.ColorPurple2  {background-color:#d9d2e9; color:#000000;}
.ColorPurple3  {background-color:#9383bc; color:#000000;}
.ColorPurple4  {background-color:#6c3f97; color:#ffffff;}
.ColorPurple5  {background-color:#3b096b; color:#ffffff;}

.ColorPurple1 th{background-color:#eeeeee; color:#000000;}
.ColorPurple2 th{background-color:#d9d2e9; color:#000000;}
.ColorPurple3 th{background-color:#9383bc; color:#000000;}
.ColorPurple4 th{background-color:#6c3f97; color:#ffffff;}
.ColorPurple5 th{background-color:#3b096b; color:#ffffff;}

.ColorVeryLowCode  {background-color:#eeeeee; color:#000000;}
.ColorLowCode  {background-color:#d9d2e9; color:#000000;}
.ColorMediumCode  {background-color:#9383bc; color:#000000;}
.ColorHighCode  {background-color:#6c3f97; color:#ffffff;}
.ColorVeryHighCode  {background-color:#3b096b; color:#ffffff;}


.ColorVeryLowCodeRev  {background-color:#3b096b; color:#ffffff;}
.ColorLowCodeRev  {background-color:#6c3f97; color:#ffffff;}
.ColorMediumCodeRev  {background-color:#9383bc; color:#000000;}
.ColorHighCodeRev  {background-color:#d9d2e9; color:#000000;}
.ColorVeryHighCodeRev  {background-color:#eeeeee; color:#000000;}

.ColorNone {background-color:white; color:black;}

.TextColorBlack a:link {color:Black;text-decoration: underline;} 
.TextColorWhite a:link {color:White;text-decoration: underline;} 
.TextColorBlack a:active {color:Black;text-decoration: underline;} 
.TextColorWhite a:active {color:White;text-decoration: underline;} 
.TextColorBlack a:visited {color:Black;text-decoration: underline;} 
.TextColorWhite a:visited {color:White;text-decoration: underline;} 
.TextColorBlack a:hover {color:White;text-decoration: none; background-color:Black;} 
.TextColorWhite a:hover {color:Black;text-decoration: none; background-color:White;} 

.tdwhite {background-color:#fbfbfb; text-align:left;}

.Right {text-align:right;}
.Center {text-align:center;}

.ReferenceLink a:link {color:Blue;text-decoration: underline;background-color:white;} 
.ReferenceLink a:active {color:Blue;text-decoration: underline;background-color:white;} 
.ReferenceLink a:visited {color:Blue;text-decoration: underline;background-color:white;} 
.ReferenceLink a:hover {color:Blue;text-decoration: underline;background-color:lightblue;} 

a.acc-head {text-decoration: none; color: black;}
a.acc-head:link    { color:black; text-decoration:underline; }
a.acc-head:hover { color:black; text-decoration:underline; } 


.table-striped>tbody>tr:nth-child(odd)>td { background-color: #DDEEFF; }

