﻿body 
{
    color:black;
    font-family:Calibri;
    font-size:medium;
}

.pStyle
{
    color:rgb(23,28,143);
    font-weight:bold;
    font-family:Calibri;
    font-size:x-large;
    padding:2px;
}

.GradientBG
{
    background: -webkit-linear-gradient(rgb(0,159,223), rgb(221,221,221));
    background: -o-linear-gradient(rgb(0,159,223), rgb(221,221,221));
    background: -moz-linear-gradient(rgb(0,159,223), rgb(221,221,221));
    background: linear-gradient(rgb(0,159,223), rgb(221,221,221));
    color:white;
    font-weight:bold;
    font-family:Calibri;
    font-size:x-large;
    padding:2px;
}

.GradientGB
{
    background: -webkit-linear-gradient(rgb(221,221,221), rgb(0,159,223));
    background: -o-linear-gradient(rgb(221,221,221), rgb(0,159,223));
    background: -moz-linear-gradient(rgb(221,221,221), rgb(0,159,223));
    background: linear-gradient(rgb(221,221,221), rgb(0,159,223));
    color:white;
    font-weight:bold;
    font-family:Calibri;
    font-size:x-large;
    padding:2px;
}

.GradientWG
{
    background: -webkit-linear-gradient(rgb(255,255,255), rgb(175,171,171));
    background: -o-linear-gradient(rgb(255,255,255), rgb(175,171,171));
    background: -moz-linear-gradient(rgb(255,255,255), rgb(175,171,171));
    background: linear-gradient(rgb(255,255,255), rgb(175,171,171));
    color:white;
    font-weight:bold;
    font-family:Calibri;
    font-size:x-large;
    padding:2px;
}

.pStyleWhite
{
    color:white;
    font-weight:bold;
    font-family:Calibri;
    font-size:x-large;
    padding:2px;
}

.pStyleLB
{
    color:rgb(0,159,223);
    font-weight:bold;
    font-family:Calibri;
    font-size:x-large;
    padding:2px;
}

.mainText
{
    color:black;
    font-family:Calibri;
    font-size:medium;
}

.mainTextWhite
{
    color:White;
    font-family:Calibri;
    font-size:medium;
}


.table tr
{
    border:0;
    color:white;
    font-family:Calibri;
    font-size:small;
    background-color:rgb(0,102,203);
}

.table td
{
    border:0;
    color:black;
    font-family:Calibri;
    font-size:small;
    background-color:white;
    padding-left:10px;
    padding-right:10px;
}

.table tr.tableOdd td
{
    border:0;
    color:black;
    font-family:Calibri;
    font-size:small;
    background-color:rgb(238,233,233);
    padding-left:10px;
    padding-right:10px;
}

.TALeftTop
{
    font-family:Calibri;
    font-size:small;
    text-align:left;
    vertical-align:top;
}

.TALeftMiddle
{
    font-family:Calibri;
    font-size:small;
    text-align:left;
    vertical-align:middle;
}

#header
{
    width: 100%;
    color:black;
    font-size:small;
    text-align:left;
    margin: 0;
    padding: 0;
}

#footer
{
    width: 100%;
    color:black;
    font-size:small;
    text-align:center;
    margin: 0;
    padding: 5px;
}

#kmsoftware
{
    color:rgb(23,28,143);
    font-size:smaller;
    font-style:italic;
    text-align:center;  
}

#main
{
 width: 100%;
 border: none;
 margin: 0;
 padding: 5px;
 vertical-align: top;
 }


#wrapper {
 width: 95%;
 margin: 0 auto;
 border: none;
 }

.accordion{width: 90%;}
.accordionHeader 
{
	border: none;
	color: rgb(0,159,223);
	background-color: white;
	font-family: Calibri;
	font-size: medium;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.accordionHeaderSelected {
	border: none;
	color: rgb(0,159,223);
	background-color: white;
	font-family: Calibri;
	font-size: medium;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}
.accordionContent{
    background-color: white;
	border: none;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

hr{border-color:rgb(0,159,223);}

.roundabout-holder {
      list-style: none;
      padding: 0;
      margin: 0;
      height: 150px;
      width: 150px;
   }
   .roundabout-moveable-item {
      width: 150px;
      height: 150px;
      cursor: pointer;
      background-color: none;
      border: none; 
   }
   .roundabout-in-focus {
      cursor: auto;
   }

.news-holder p {
    margin-bottom: 12px;
}

.news-holder {
    max-width: 500px;
    margin: 0 auto;
    font-family: Verdana, sans-serif;
    font-size: 13px;
}

.news-holder * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-headlines {
  list-style: none;
  position: relative;
}

  .news-headlines li {
    padding: 5px 20px 5px 24px;
    margin-bottom: 15px;
    position: relative;
    z-index: 20;
    color: #336699;
  }

  .nh-anim {
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .news-headlines li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #888;
    vertical-align: middle;
    margin-left: -12px;
    margin-right: 7px;
  }

  .news-headlines li:hover, a:hover {
      cursor: pointer;
      text-decoration: underline;
  }
  
  .news-headlines .highlight {
     width: 100%;
     background: #ededed;
     border-top: solid 1px #999;
     border-left: solid 1px #999;
     border-bottom: solid 1px #999;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 10;
  }

  .news-headlines .highlight:before {
    display: none;
  }

.news-headlines {
   float: left;
   width: 49%;
}

.news-preview {
   float: left;
   border: solid 1px #999;
   width: 51%;
   background: #ededed;
   position: relative;
   z-index: 5;
   margin-left: -1px;
   min-height: 304px;
   position: relative;
}

  .news-preview img {
    display: block;
    border: solid 1px #999;
    width: 100%;
    height: auto;
    max-width: 220px;
    max-height: 143px;
    margin: 0 auto 5px auto;
  } 

.news-content {
    position: absolute;
    background: #ededed;
    font-family:Calibri;
    font-size:medium;
    z-index: 10;
    padding: 10px;
    top: 0;
    left: 0;
    display: none;
}

.top-content {
    display: block;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.HyperlinkCssClass img {
    width: 30px;
    height: 15px;
}