﻿/******************
HTML Tags
******************/

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:15px 40px;
	background: #691313 url(DarkRed_Paper.png);/* repeat-x;*/
	font-size:.72em;
	}

#content table {
    /* p, table {*/
	/*margin:3px 5px 3px 0px;*/
	/*margin-right:5px;*/
	font-size:1.0em;
	}

#breadcrumb-side label {
	display:none
	}

/******************
FORM STYLES
******************/

#content-container form {
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 10px 10px 20px;
	}

/* a nested fieldset */
#content-container fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content-container legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content-container fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}

#content-container label {
	/*display:block;*/
	padding-top:8px;
	} 

#breadcrumb-side form {
	margin:0px;
	padding:0px;
	text-align:right;
	}

#breadcrumb-side form fieldset {
	margin:0px;
	padding:0px;
	border:none;
	}

#breadcrumb-side form legend {
	display:none;
	}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color: #0000FF;
	text-align: center;
	font-size: larger;
}
    
a:visited {
	/*color:#0099CC;*/
    color:#0000FF;
	}

a:hover {
	color:#000099;
	text-decoration:none;
	}

a:active {
	color:#669966;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav-container a:link {
	/*color:#0F0F0F;
	font-weight:bold;
	text-decoration:none;
    font-family:arial;
    text-shadow: 1px 1px 2px #555555;
    font-size: 13px;*/
      font-weight: bold;
  font-family: verdana;
  font-style: normal;
  font-size: 13px;
  color: #F0F0F0;
  text-decoration: none;
  margin: 0;
  text-shadow: 0px 0px 2px #4082cb;
	}

#mainnav-container a:visited {
	color:#0F0F0F;
	text-decoration:none;
	font-weight:bold;
    font-family:arial;
    text-shadow: 1px 2px 2px #CCCCCC;
	}

#mainnav-container a:hover {
	  font-weight: bold;
  font-family: verdana;
  font-style: normal;
  font-size: 13px;
  color: #9cd9f5;
  text-decoration: none;
  margin: 0;
  text-shadow: 0px 0px 2px #4082cb;
	}

#mainnav-container a:active {
	color: #CCCCCC;
	text-decoration:none;
    font-family: verdana;
  font-style: normal;
  font-size: 13px;
    text-shadow: 1px 2px 2px #CCCCCC;
	}
	
#mainnav-sub a:link {
	color:#0040FF;
	font-weight:bold;
	text-decoration:none;
	}
	
#mainnav-sub a:visited {
	color:#0040FF;
	text-decoration:none;
	font-weight:bold;
	}

#mainnav-sub a:hover {
	color:#00A999;
	text-decoration:underline;
	}

#mainnav-sub a:active {
	color:#669996;
	text-decoration:none;
	}
	
#mainnav-links a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
	
#mainnav-links a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

#mainnav-links a:hover {
	color:Yellow;
	text-decoration:underline;
	}

#mainnav-links a:active {
	color:#66A966;
	text-decoration:none;
	}

/* All link states are selected with an "a" */
#header a {
	color:#FFFFFF
	}
	
#subheader a {
	color:#FFFFFF
	}

#breadcrumb-container a {
	color:#0000FF;
	}

/******************
HEADINGS
******************/

h1 {
	font-size:1.6em;
	padding:0;
	margin:0 0 10px 0;
	}

h2 {
	font-size:1.1em;
    text-align: center;
}

h3 {
	font-size:1.8em;
	color:#003399;
	text-align:center;
	}
	
h4 {
	font-size:1.1em;
	}
	
h5 {
	font-size:.9em;
	}
	
h6 {
	font-size:.8em;
	}

#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}

/******************
Layout Divs
******************/

#mainnav-container {
	padding:14px 10px;
	border-bottom:1px solid #7F7F7F;
	/*border-right:1px solid #7F7F7F;
	border-left:1px solid #7F7F7F;
    border-top:1px solid #7F7F7F;*/
    /*border-bottom:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
	border-left:1px solid #EEEEEE;
    border-top:1px solid #EEEEEE;*/
	margin-bottom:0px;
	/*background: #FFFFFF url(bg-topnav.gif) repeat-x;*/
     border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 0px 0px #666666;
  -webkit-box-shadow: 0px 0px 0px #666666;
  -moz-box-shadow: 0px 0px 0px #666666;
  /*background: #8B8B8B;
  background: linear-gradient(top,  #ECF4FF,  #A7C9EF);
  background: -ms-linear-gradient(top,  #ECF4FF,  #A7C9EF);
  background: -webkit-gradient(linear, left top, left bottom, from(#ECF4FF), to(#A7C9EF));
  background: -moz-linear-gradient(top,  #ECF4FF,  #A7C9EF);/*

  	clear:both;
	/*background: #FFFFFF url(bg-topnav.gif) repeat-x;
	font-size:.95em;
	color:#666666;*/
    background: #265897 url(Black_Blizzard.png);
    font-size:.92em;
    color:rgb(250, 250, 250);

	}

#mainnav {
	float:left;
	width:70%;
	}

#mainnav-sub {
	/*float:left;*/
	padding:8px 30px;
	border-bottom:1px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-left:1px solid #7F7F7F;
    border-top:1px solid #7F7F7F;
	margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
	background: #FFFFFF url(bg-topnav_darker.gif) repeat-x;
	}
	
#mainnav-links {
	padding:8px 10px;
	border-bottom:1px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-left:1px solid #7F7F7F;
    border-top:1px solid #7F7F7F;
	margin-top:1px;
	background: #FFFFFF url(bg_linksnav_darker.gif) repeat-x;
	text-align:right;
	}
	
#mainnav-side {
	float:right;
	width:30%;
	text-align:right;
	}

#header {
	margin-bottom:3px;
	color:#FCFA53;
	padding:10px 10px 10px 10px;
	border-bottom:0px solid #7F7F7F;
	border-right:0px solid #7F7F7F;
    border-left:0px solid #7F7F7F;
    border-top:0px solid #7F7F7F;
	background: #16527D url(dna-w10.jpg);
	font-size:2.0em;
	font-weight:bold;
	}

#header a {
	text-decoration:none;
	color:#FCFA53;
	}
	
#subheader {
	margin-bottom:3px;
	color:#FCFA53;
	padding:3px 10px 3px 10px;
	border-bottom:0px solid #7F7F7F;
	border-right:0px solid #7F7F7F;
	border-left:0px solid #7F7F7F;
    border-top:0px solid #7F7F7F;
    text-align:left;
	background: #16527D;
	font-size:1.4em;
	font-weight:bold;
	}

#subheader a {
	text-decoration:none;
	color:#FCFA53;
	}

#slogan {
	font-size:.65em;
	margin:0px;
	font-weight:normal;
	padding-top:8px;
	}
	
#breadcrumb-container {
	border-bottom:0px solid #7F7F7F;
	border-right:0px solid #7F7F7F;
	border-left:0px solid #7F7F7F;
    border-top:0px solid #7F7F7F;
	margin-bottom:0px;
    margin-left:2px;
	background: #FFFFFF url(bg-topnav.gif) repeat-x;
	padding:6px 0;
	}

#breadcrumb {
	float:left;
	padding:0 10px;
	}

#breadcrumb-side {
	float:right;
	padding:0 10px;
	}

#content-container {
	background:#265897 url(Black_Honeycomb.png);
    /*background:#329DF0 url(LightBlueDiagBG.png);*/
	border-top:1px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
	border-bottom:1px solid #7F7F7F;
	border-left:1px solid #7F7F7F;
	padding:0px;
	margin-top:3px;
    margin-bottom:3px;
	position:relative;
	display:table;
	width:100%
	}

#content-side 
{    
	top:0px;
	left:0px;	 
	padding:10px;
	position:absolute;
	width:150px;
	}

#content {
	padding:10px 10px 80px 10px;
	margin:8px 8px 8px 8px;
	height:100%;
	background-color:#FFFFFF;
	border-left:1px solid #D0D0BF;
	border-right:1px solid #D0D0BF;
	border-top:1px solid #D0D0BF;
	border-bottom:1px solid #D0D0BF;
	overflow:auto;
	}

#three-column-container {
	width:100%;
	margin:10px 0px;
	text-align:justify;
	}

#three-column-left {
	float:left;
	width:30%
	}

#three-column-right {
	float:right;
	width:30%
	}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%
	}

#footer {
	/*margin-top:80px;*/
	/*padding:20px 10px 0px 10px;*/
    padding:10px 10px 10px 10px;
	border-top:1px solid #7F7F7F;
	text-align:center;
	clear:both;
	/*background: #FFFFFF url(bg-topnav.gif) repeat-x;
	font-size:.95em;
	color:#666666;*/
    background: #265897 url(Black_Blizzard.png);
    font-size:.92em;
    color:rgb(250, 250, 250);
     border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 0px 0px #666666;
  -webkit-box-shadow: 0px 0px 0px #666666;
  -moz-box-shadow: 0px 0px 0px #666666;
  	}

	#footer a:link {
		color: #faf9b1;
		text-align: center;
		font-size: larger;
		text-decoration: none;
	}

	#footer a:visited {
		/*color:#0099CC;*/
		color: #faf9b1;
	}

	#footer a:hover {
		color: yellow;
		text-decoration: underline;
	}

/******************
MENU ITEMS
******************/

#mainnav-container ul {
	margin:0px;
	padding:0px;
	}

#mainnav-container li {
	padding:0px;
	list-style:none;
	display:inline;
	margin:5px 5px 5px 5px;
	}
	
#mainnav-sub ul {
	margin:0px;
	padding:0px;
	}

#mainnav-sub li {
	padding:0px;
	list-style:none;
	display:inline;
	margin:5px 5px 5px 5px;
	}

#mainnav-links ul {
	margin:0px;
	padding:0px;
	}

#mainnav-links li {
	padding:0px;
	list-style:none;
	display:inline;
	margin:5px 5px 5px 5px;
	}

#mainnav-side li {
	padding:0px;
	margin:5px 5px 5px 10px;
	}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:2px 0px 2px 12px;
	margin:0px;
	background: url(bullet.gif) no-repeat;
	background-position: 0 50%;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	padding:2px 0px;
	}

#content ul.link-list-vertical li a:link {
	padding:2px 0px 2px 12px;
	background: url(bullet-link.gif) no-repeat;
	background-position: 0 50%;
	}

#content ul.link-list-vertical li a:visited {
	padding:2px 0px 2px 12px;
	background: url(bullet-link-visited.gif) no-repeat;
	background-position: 0 50%;
	}

#content ul.link-list-vertical li a:hover {
	padding:2px 0px 2px 2px;
	background: url(bullet-link-hover.gif) no-repeat;
	background-position: 0 50%;
	}

#content ul.link-list-vertical li a:active {
	padding:2px 0px 2px 12px;
	background: url(bullet-link-active.gif) no-repeat;
	background-position: 0 50%;
	}

/******************
LISTS - IN THE RIGHT OR LEFT COLUMNS
******************/

#content-side ul.list, #content-side ul.link-list-vertical {
	margin:0px 0px 15px 0px;
	padding:0px;
	}

#content-side ul.list li {
	list-style:none;
	padding:2px 0px 2px 12px;
	margin:0px;
	background: url(bullet-right.gif) no-repeat;
	background-position: 0 50%;
	}

#content-side ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	padding:2px 0px;
	}

#content-side ul.link-list-vertical li a:link {
	padding:2px 0px 2px 12px;
	background: url(bullet-link.gif) no-repeat;
	background-position: 0 50%;
	color:Yellow;
	}

#content-side ul.link-list-vertical li a:visited {
	padding:2px 0px 2px 12px;
	background: url(bullet-link-visited.gif) no-repeat;
	background-position: 0 50%;
	color:Yellow;
	}

#content-side ul.link-list-vertical li a:hover {
	padding:2px 0px 2px 12px;
	background: url(bullet-link-hover.gif) no-repeat;
	background-position: 0 50%;
	}

#content-side ul.link-list-vertical li a:active {
	padding:2px 0px 2px 12px;
	background: url(bullet-link-active.gif) no-repeat;
	background-position: 0 50%;
	}

/******************
TABLE STYLES
******************/

#content table {
	border-color:#D0D0BF;
	border-collapse:collapse;
	}

#content td {
	border-color:#D0D0BF;
   	}

	
thead th, tfoot th {
	border-bottom:2px solid #D0D0BF;
	border-top:2px solid #D0D0BF;
	padding:1px;
	font-weight:normal;
	font-variant:small-caps;
	text-align:center;
	}


/******************
CLASSES
******************/

.button-big {
	margin-top:8px;
	}

.button-plus {
    background:url(plus-button.png) center no-repeat #FFFFFF;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial;
    color: #000000;
    font-size: 20px;
    padding: 6px 6px 6px 6px;
    border: solid #1f628d 1px;
    text-decoration: none;
}

.button-plus:hover {
    background:url(plus-button.png) center no-repeat #d0eafa;
    text-decoration:none;
    border: solid #86d163 1px;
}

.button-minus {
  background:url(minus-button.png) center no-repeat #FFFFFF;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial;
    color: #000000;
    font-size: 20px;
    padding: 6px 6px 6px 6px;
    border: solid #1f628d 1px;
    text-decoration: none;
}

.button-minus:hover {
    background: url(minus-button.png) center no-repeat #d0eafa;
    text-decoration: none;
    border: solid #86d163 1px;
}

img.photobig, img.photosmall {
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: #E0E0E0 url(background_table_04.gif) repeat-x;
	padding:8px;
	}

img.photosmall {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	}
	
.searchbox {
	height:13px;
	margin:0px;
	padding:0px;
	width:8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	}

.button-search {
	height:18px;
	margin:0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background: url(bg-button-search.gif) repeat-x;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0000FF;
	}

.none {
	display:none;
	}

.clear {
	clear:both;
	}

 .sortasc-header A 
    { 
        background:url(SortAsc.gif) right center no-repeat;
        padding-right: 20px;
    }

.sortdesc-header A
    {
        background:url(SortDesc.gif) right center no-repeat;
        padding-right: 20px;
    }

.overviewrow td 
	{
		background-color: palegreen !important;
		font-weight: bold;
	}


.TextTable {
	text-align: left;
	margin-bottom: 3px;
}

 td.TextTable
   {
        text-align:left;
        vertical-align:top;
    }

    
 .MainMenuHeader
    {
        background:#265897 url(HexellenceBG.png);
        color:#FFFFFF;
        text-align:center;
        font-weight:normal;
    }
 
    
 .GridViewHeader
    {
        background:#a9c7ef url(GV_BlueBG_2.png);
        color:black;
        text-align:center;
        font-weight:bold;
    }

	.GridViewHeader th {
		background: #a9c7ef url(GV_BlueBG_2.png);
		color: black;
		text-align: center;
		font-weight: bold;
	}    

 .GridViewHeader a
    {
      color:black;
      text-align:center;
      font-weight:bold; 
    }
    
  .GridViewPager
    {
        background:#a9c7ef url(GV_BlueBG_2.png);
        color:black;
        text-align:center;
        font-weight:normal;
    }
    

 .GridViewPager a
    {
      color:black;
      text-align:center;
      font-weight:normal;
    }

  .GridUrgentHeader
    {
        background:#abddaf;
        color:white;
        text-align:center;
        font-weight:bold;
    }
    

 .GridUrgentHeader a
    {
      color:black;
      text-align:center;
      font-weight:bold; 
    }
    
  .GridUrgentPager
    {
        background:#abddaf;
        color:black;
        text-align:center;
        font-weight:normal;
    }
    

 .GridUrgentPager a
    {
      color:black;
      text-align:center;
      font-weight:normal;
    }
    
.AlignTable 
{
    text-align:left;
}
    
   table.AlignTable {
	border-width: 2px;
	border-spacing: 1px;
	border-style: Double;
	border-color: rgb(221, 221, 221);
	border-collapse: separate;
}
table.AlignTable th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: rgb(221, 221, 221);
}

table.AlignTable td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: rgb(221, 221, 221);
}

.MainMenuTable 
{
    text-align:left;
}
    
   table.MainMenuTable {
	border-width: 2px;
	border-spacing: 1px;
	border-style: Double;
	border-color: rgb(221, 221, 221);
	border-collapse: separate;
}
table.MainMenuTable th {
    background:#440101;
    text-align: center;   
    color:white;
    font-weight: bold;
	border-width: 1px;
	padding: 7px;
	border-style: solid;
	border-color: rgb(221, 221, 221);
    font-size:small;
}

table.MainMenuTable td {
	border-width: 1px;
	padding: 7px;
	border-style: solid;
	border-color: rgb(221, 221, 221);
    font-size:small;
}

.InnerTable 
{
    text-align:left;
    width:99%;
    margin: 5px 3px 5px 4px;
    border-color:#4483bf;
}

div.InnerTable {
    padding:4px;
}   
 
   table.InnerTable {
    background-color:#fFfFfF;
	border-width: 6px;
	border-spacing: 5px;
	border-style:none;
	border-collapse: separate;
}

   table.InnerTable tr:nth-child(even) {
       background-color: #f7fcff;
   }

   table.InnerTable tr:hover {
       background-color:#f8fad4;
   }

table.InnerTable th {
	border-width: 2px;
	padding: 5px;
	border-style:none;
    border-bottom: 1px solid #ddd;

}

table.InnerTable td {
	border-width: 2px;
	padding: 5px;
	border-style:none;
	vertical-align:top;
    border-bottom: 1px solid #ddd;
}

.InnerTableGV 
{
    text-align:left;
    width:auto;
    margin: 5px 3px 5px 4px;
    border-color:#4483bf;
}

div.InnerTableGV {
    padding:4px;
}   
 
   table.InnerTableGV {
    background-color:#fFfFfF;
	border-width: 1px;
	border-spacing: 1px;
	border-style:solid;    	
}

   table.InnerTableGV tr:nth-child(even) {
       background-color: #f7fcff;
   }
 
table.InnerTableGV th {
	border-width: 1px;
	padding: 3px;
	border-style:solid;
    border-bottom: 1px solid;

}

    table.InnerTableGV td {
        border-width: 1px;
        padding: 3px;
        border-style: solid;
        vertical-align: middle;
        border-bottom: 1px solid;
    }  

.FormTable 
{
    text-align:left;
}
    
   table.FormTable {
	border-width: 2px;
	border-spacing: 1px;
	border-style: Double;
	border-color: rgb(250, 250, 250);
	border-collapse: separate;
}
table.FormTable th {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: rgb(250, 250, 250);
}

table.FormTable td {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: rgb(250, 250, 250);
}

.HoverFormTable 
{
    margin-left:auto;
    margin-right:auto;
    width:auto;
    margin: 5px 3px 5px 4px;
    border-color:#4483bf;
    font-size:x-large;
}

div.HoverFormTable {
    padding:4px;
}   
 
   table.HoverFormTable {
       text-align:left;
       margin-left:auto;
       margin-right:auto;
       background-color:#fFfFfF;
	   border-width: 4px;
	   border-spacing: 5px;
	   border-style:none;
       border-top: 5px double #a9c7ef !important;
       border-bottom: 5px double #a9c7ef !important;      
	   border-collapse: separate;   
           
}

   table.HoverFormTable tr:nth-child(even) {
       background-color: #f7fcff;
   }

   table.HoverFormTable tr:hover {
       background-color:#f8fad4;
   }

table.HoverFormTable th {
	border-width: 2px;
	padding: 5px;
	border-style:none;
    border-bottom: 1px solid #ddd;
    font-size:small;    
}

table.HoverFormTable td {
	border-width: 2px;
	padding: 6px;
	border-style:none;
	vertical-align:top;
    font-size:small;
    border-bottom: 1px solid #ddd;
}

.PrettyOutputTable 
{
    text-align:left;
}
    
   table.PrettyOutputTable {
	border-width: 2px;
	border-spacing: 1px;
	border-style: Solid;
	border-color: #afd1f6;
	border-collapse: separate;
    margin-left: auto;
    margin-right: auto;
}
table.PrettyOutputTable th {
	border-width: 1px;
	padding: 2px;
	border-style: Solid;
	border-color: rgb(250, 250, 250);
}

table.PrettyOutputTable td {
	border-width: 1px;
	padding: 2px;
	border-style: Solid;
	border-color: rgb(250, 250, 250);
    vertical-align: top;
}

.NoBorderTable 
{
    text-align:left;
}

table.NoBorderTable {
    border-width: 0px;
    border-spacing: 1px;
    border-style: none;
}

table.NoBorderTable th {
	border-width: 0px;
	padding: 1px;
	border-style: None;
}

table.NoBorderTable td {
	border-width: 0px;
	padding: 1px;
	border-style: None;

}


.NotesTable 
{
    text-align:left;
}

table.NotesTable {
    border-width: 0px;
    border-spacing: 1px;
    border-style: none;
}
table.NotesTable tr {
    background-color:inherit;
}

table.NotesTable tr:nth-child(even) {
    background-color:inherit;
}

 table.NotesTable tr:hover {
       background-color:inherit;
   }

table.NotesTable th {
	border-width: 0px;
	padding: 1px;
	border-style: None;
}

table.NotesTable td {
	border-width: 0px;
	padding: 1px;
	border-style: None;

}
    
/**********************
    Calendar Controls
***********************/

/*Keep this line to reset the calendar extender before applying a new class*/
.ajax__calendar_container td { padding:0 !important; margin:0 !important; background-color: white !important; }

/*Calendar Control CSS*/
.cal_Theme1 .ajax__calendar_container   {
background-color: #DEF1F4 !important;
border:solid 1px #77D5F7 !important;
}

.cal_Theme1 .ajax__calendar_header  {
background-color: #ffffff !important;
margin-bottom: 4px !important;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev    {
color: #004080 !important;
padding-top: 3px !important;
}

.cal_Theme1 .ajax__calendar_body    {
background-color: #ffffff !important;
border: solid 1px #77D5F7 !important;
}

.cal_Theme1 .ajax__calendar_dayname {
text-align:center !important;
font-weight:bold !important;
margin-bottom: 4px !important;
margin-top: 2px !important;
color: #004080 !important;
}

.cal_Theme1 .ajax__calendar_day {
color: #004080 !important;
text-align:center !important;
}
 
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active  {
color: #004080 !important;
font-weight: bold !important;
background-color: #DEF1F4 !important;
}

.cal_Theme1 .ajax__calendar_today   {
font-weight:bold !important;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
color: #bbbbbb !important;
}   

/***********************
    Info Icon Hovering
************************/

.hoverimage div {
    display: none;
    border:1px solid #000;
    height:30px;
    width:290px;
    margin-left:10px;
}

.hoverimage a:hover + div {
    display: block;
}​


/***********************
    Random Backgrounds
************************/
.bluegradientcol td {
    background: rgb(2,0,36);
    background: linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(0,51,102,1) 35%, rgba(0,212,255,1) 100%);
}

 /**********************
	 Popup windows
 ***********************/
.modalBackground_Help {
	background-color: Black;
	filter: alpha(opacity=90);
	opacity: 0.8;
}

.modalPopup_Help {
	background-color: #fffffc;
	border-width: 3px;
	border-style: solid;
	border-color: black;
	font-size:13px;
	width: 400px;
	height: 240px;
}

/***************************************
	CSS code for main menu 
****************************************/
.flex-container-center {
	display: flow;
	/*place-items: center;  Removed because it breaks chrome after v130 */ 
	max-width:1300px;
}

.flex-container {
	display: grid;
	/*grid-template-columns: repeat(auto-fill, minmax(1fr, 2fr));*/
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	grid-gap: 20px;
	margin: 20px;
}

.a-spacing-micro, .a-ws .a-ws-spacing-micro {
	margin-bottom: 4px !important;
}

.a-box .a-box-inner {
	border-radius: 8px;
	position: relative;
	padding: 14px 18px;
	border: 1px #D5D9D9 none;
	/*flex-grow: 1;*/
	/*min-height: 230px;*/
}

.a-spacing-base, .a-ws .a-ws-spacing-base {
	margin-bottom: 12px !important;
}

.ya-card-cell {
	/*display: inline-block;
    flex-grow:1;*/
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	/*height: 100%;*/
	padding-left: 20px;
	vertical-align: top;
	border-radius: 8px;
	border: 1px #D5D9D9 solid;
	background-image: linear-gradient(174deg, #ffcc04, #FFF, #FFF, #FFF, #FFF, #FFF, #FFF, #FFF, #FFF, #FFF, #FFF, #ffcc04);
	/*box-shadow: 3px 5px lightblue;*/
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ya-card__heading--poor {
	font-size: 17px;
}

.a-ordered-list.a-nostyle, .a-unordered-list.a-nostyle, ol.a-nostyle, ul.a-nostyle {
	margin-left: 0;
	color: #0F1111;
}

.a-ordered-list, .a-unordered-list, ol, ul {
	padding: 0;
}

.a-unordered-list, ul {
	margin: 0 0 0 18px;
	color: #0F1111;
}

	.a-ordered-list.a-nostyle li, .a-unordered-list.a-nostyle li, ol.a-nostyle li, ul.a-nostyle li {
		list-style: none;
		line-height: 20px;
		font-size: 15px;
	}

	.a-ordered-list .a-list-item, .a-unordered-list .a-list-item, ol .a-list-item, ul .a-list-item {
		color: #0F1111;
	}

.ya-card-cell a, .ya-card-cell a:link, .ya-card-cell a:visited {
	text-decoration: none;
	color: #854e4e;
	font-size: 1.08em;
}

	.ya-card-cell a:hover {
		text-decoration: underline;
		color: #ca5f00;
	}

.ya-card-cell h2 {
	font-weight: 700;
	line-height: 28px;
	padding-bottom: 4px;
	color: #c35c5c;
	margin-top: 0px;
	font-size: 18px;
}

.ya-card-cell hr {
	border: 1px solid #DDDDDD;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	/* Styles */

	.flex-container {
		max-width: 320px !important;
	}
}

/* End CSS code for main menu */

/***********************************/
/******* Code for login page *******/
/***********************************/

/* Width controls for panel */
.login-panel {
	position: relative;
	display: inline-block;
	width: 360px;
	padding: 30px 0px 120px 0px;
}

.login-panel button:focus,
.login-panel input:focus,
.login-panel textarea:focus {
	outline: none;
	box-shadow: none;
	transition: all 500ms ease;
}

	.login-panel .login-form .form-group {
		position: relative;
		margin-bottom: 5px;
	}

		.login-panel .login-form .form-group:last-child {
			margin-bottom: 0px;
		}

		.login-panel .login-form .form-group input[type='text'],
		.login-panel .login-form .form-group input[type='email'],
		.login-panel .login-form .form-group input[type='password'],
		.login-panel .login-form .form-group textarea {
			position: relative;
			width: 100%;
			height: 32px;
			font-size: 14px;
			border: 1px solid #dddddd;
			background: #f9f9f9;
			color: #666;
			padding: 10px 14px;
			transition: all 500ms ease;
		}

	.login-panel .login-text {
		margin-bottom: 30px;
	}

	.login-panel .login-form .form-group .login-btn {
		padding: 10px 33px;
		font-size: 14px;
		text-transform: uppercase;
	}

	.login-panel .login-form .form-group input:focus + button,
	.login-panel .login-form .form-group input:focus {
		border-color: #daf13a;
	}

/** buttons **/

.login-btn {
	position: relative;
	display: inline-block;
	background: #ce2222;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Titillium Web', sans-serif;
	color: #fff !important;
	padding: 8px 30px;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	transition: all 500ms ease;
}

	.login-btn:after {
		background: #8a0303;
	}

	.login-btn:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.5;
		z-index: -1;
		background-color: #fff;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-o-transform-origin: left top;
		transform-origin: left top;
	}

	.login-btn:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: left top;
		-moz-transform-origin: left top;
		-o-transform-origin: left top;
		transform-origin: left top;
	}

	.login-btn:hover::before {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	.login-btn:hover::after {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

/** login-text **/

.login-panel .login-text {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

	.login-panel .login-text.left {
		text-align: left;
	}

.login-panel .login-text p {
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 12px;
}

	.login-panel .error-text p {
		position: relative;
		font-size: 14px;
		line-height: 18px;
		color: red;
		font-weight: 400;
		margin-bottom: 12px;
	}
	
	.login-panel .login-text h2 {
		position: relative;
		font-size: 36px;
		line-height: 48px;
		font-weight: 700;
		color: #8a0303;
		padding-bottom: 30px;
		margin: 0px;
	}


/***********************************/
/***** End Code for login page *****/
/***********************************/
