/* 
    Document   : Training
    Created on : Apr 26, 2016, 1:28:01 PM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/

#MainNav li a#TrainingLink {
  color: #ed1c24;
  }

.TClist li {
  margin: 0 0 .5em 0;
  }
.TClist li a {
  display: block;
  }

/**********************************************/
/* Styles for Course list                     */
/**********************************************/

.printable-training-container {
    margin: 20px 0;
}

.printable-footer {
/*    background: #121212;
    color: #919191;*/
    background: #fff;
    color: #000;
    bottom: 0;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    padding: 20px 0;
    position: fixed;
    margin: 30px 0 0 0;
    width: 100%;
}

.printable-schedule {
  float: right;
  width: 200px;
  height: 50px;
  background: #e6e6e6 url(../images/bgPrintButton.png) no-repeat 15px 3px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  padding: 0 0 0 0;
  cursor: pointer;
  text-decoration: none;
  border-radius: 10px;
  }
.printable-schedule span {
  display: block;
  margin: 0 0 0 70px;
  padding: 4px 0 0 0;
  }
.printable-schedule:hover {
  background: #236093 url(../images/bgPrintButton.png) no-repeat 15px -152px;
  color: #fff;
  }

#TrainingList h1, .printable-training-container h1 {
  font-size: 22px; /* 22px / 16px */
  line-height: 26px; /* 26px / 22px */
	color: #0060a4;
  margin: 0 0 .6818181818181818em 0; /* 15px / 22px */
  font-weight: 700;
  }

#TrainingList h2, .printable-training-container h2 {
  font-size: 18px; /* 18px / 16px */
  line-height: 24px; /* 24px / 18px */
  color: #236093;
  margin: .5555555555555556em 0; /* 10px / 18px */
  font-weight: 600;
  }
#TrainingList p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 .625em 0;
  }


#search {
  display: none;
  float: right;
  margin: 5px 0 5px 20px;
  padding: 0 10px 0 10px;
  border: 1px solid #236093;
  background: #c0e9fd;
  }
#search h3 {
	font-size: 12px;
	line-height: 15px;
	margin: 5px 0 5px 0;
	}
#search p {
	margin: 0 0 0 0;
	}
#search input {
  margin: 0 0 5px 0;
  }
#search select {
  margin: 0 0 5px 0;
  }
#search .ButtonPane {
  clear: both;
  text-align: center;
  margin: 5px 10px 10px 10px;
  padding: 0;
	}

table#Schedule, .training-list {
  border-collapse: separate;
  border-spacing: 10px 10px;
  font-size: 14px;
  line-height: 1.2em;
  }
table#Schedule th, .training-list-header th {
  border-bottom: 1px solid #000000;
  text-align: left;
  padding: 0 5px 2px 0;
  color: #0060a4;
  font-weight: 600;
  }
table#Schedule td {
  padding: 0 10px 0 0;
  vertical-align: top;
  }
td.Date {
  }
td.Course {
  color: #003366;
  }
td.Place {
  color: #666666;
  }
td.Time {
  color: #b27000;
  }
td.Local {
  text-align: right;
  color: #236093;
  }
td.Register {
  }
td.Canceled {
  color: #c70624;
  }
td.Full {
  }

.printable-training-container table.training-list {
  border-spacing: 15px 10px;
  margin: 10px auto;
  }
.printable-training-container td.Date {
  min-width: 85px;
  }
.printable-training-container td.Course a {
  text-decoration: none;
  }
.printable-training-container td.Place {
  color: #000;
  }
.printable-training-container td.Time {
  color: #003366;
  min-width: 145px;
  }
.printable-training-container td.Local {
  color: #000;
  }

/**********************************************/
/* Styles for Pop ups                         */
/**********************************************/

.TrainMap {
  float: right;
  width: 48%;
  min-width: 450px;
  }

		#map {
      position: relative;
			margin:0;
			padding:0;
			width:450px;
			height:325px;
			background:url(../images/TrainingMap.png) top left no-repeat #fff;
		}
		
		#map li {
			margin:0;
			padding:0;
			list-style:none;
      font-size: .8em;
      line-height: 1.1em;
		}
		
		#map li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background: url(../images/blank.gif);
   			text-decoration:none;
			color:#000;
		}
		
		#map li a span { display:none; }
		
		#map li a:hover span {
			position:relative;
			display:block;
			width:200px;
			left:-83px;
			top:-70px;
			border:1px solid #000;
			background:#000;
			color: #fff;
 			filter:alpha(opacity=80);
			opacity:0.8;
			border-radius: 10px;
  		}
		#map li a:hover span:after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -18px;
    border-width: 10px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
		#map li a:hover span span {
			position: static;
			display:block;
			width:180px;
			border:0;
			margin: 5px;
			background:none;
 			filter:alpha(opacity=100);
			opacity:1;
			border-radius: 0;
  		}
	
		#map a.AtlantaGa {
			top:169px;
			left:53px;
			width:20px;
			height:20px;
		}
		
		#map a.AugustaGa {
			top:189px;
			left:177px;
			width:20px;
			height:20px;
		}
		
		#map a.CharlotteNc {
			top:54px;
			left:240px;
			width:20px;
			height:20px;
		}
		
		#map a.KennesawGa {
			top:147px;
			left:43px;
			width:20px;
			height:20px;
		}
		
		#map a.SavannahGa {
			top:277px;
			left:225px;
			width:20px;
			height:20px;
		}


/**********************************************/
/* Calendar Styles                             */
/**********************************************/

.TElinks {
  float: right;
  clear: right;
  margin: 30px 10px 0 0;
  }
.TElinks a {
  text-decoration: none;
  }
.TElinks a:hover {
  text-decoration: underline;
  }

.VElinks {
  float: right;
  margin: 10px 10px 10px 0;
  }
.VElinks a {
  text-decoration: none;
  }
.VElinks a:hover {
  text-decoration: underline;
  }

.EventCal {
  position: relative;
  margin: 0 0 15px 0;
  }
.EventCal table {
  border-spacing: 5px;
  border-collapse: separate;
  border: 0;
  width: 100%;
  }

 td.CalMonth {
  background: #c60d13;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 8px 10px 8px;
  border-radius: 10px;
  }

 td.CalHeader {
  background: #d7d6aa;
  color: #5d5d45;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 8px 10px 8px;
  border-radius: 10px;
  width: 120px;
  }

 td.CalDay {
  background: #efefef;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 8px 10px 8px;
  border-radius: 10px;
  vertical-align: top;
  }

.CalNum {
  display: block;
  color: #690000;
  font-weight: bold;
  }

.CalName {
  margin: 10px 5px 5px 5px;
  }
.CalDate {
  margin: 5px;
  }
.CalLoc {
  margin: 5px;
  }
.CalTime {
  margin: 5px 5px 10px 5px;
  }

.Course {
  position: relative;
  font-size: 13px;
  letter-spacing: 0;
  }
.PopInfo {
  display: none;
  position: absolute;
  top: 0;
  left: 110%;
  width: 150px;
	background: #ffffff;
  font-size: 12px;
  color: #000;
	border: 2px solid #1e3882;
  z-index: 10;
  margin: -30% 0 0 0;
  border-radius: 10px;
  }
.PopInfo:after, .PopInfo:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.PopInfo:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 10px;
	margin-top: -10px;
}
.PopInfo:before {
	border-color: rgba(30, 56, 130, 0);
	border-right-color: #1E3882;
	border-width: 13px;
	margin-top: -13px;
}

a:hover .PopInfo {
  display: block;
  }


/**********************************************/
/* Styles for Notice                          */
/**********************************************/

.NoticeBar {
  background: #ed1c24;
  margin: -20px 0 30px 0;
  padding: 0;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  }
.NoticeBar h2 {
  color: #fff;
  margin: 20px 30px 10px 30px;
  text-transform: uppercase;
  }
.NoticeBar p {
  color: #fff;
  margin: 0 30px 20px 30px;
  }



@media screen and (max-width: 980px) {
.TrainMap {
  float: none;
  clear: both;
  margin: 10px auto;
  }
.HalfL {
  float: none;
  width: 100%;
  }
}
@media screen and (max-width: 850px) {
.printable-schedule {
  float: none;
  display: block;
  margin: 10px auto;
  }
}
@media screen and (max-width: 640px) {
 td.CalHeader {
   display: none;
  }
 td.CalDay {
   display: block;
   margin: 0 0 5px 0;
  }
a:hover .PopInfo {
  display: none;
  }
.TElinks {
  float: none;
  display: block;
  }
}
@media screen and (max-width: 535px) {
table#Schedule {
  border-spacing: 5px 15px;
  font-size: 12px;
  }
}
@media screen and (max-width: 470px) {
.TrainMap {
  width: 100%;
  min-width: 100px;
  }
		#map {
      background-size: contain;
      width: 100%;
      height: auto;
      padding: 300px 0 0 0;
		}
		#map li {
      height: 100px;
		}
		#map li a {
      position: static;
      display: block;
		}
		#map li a span {
    display:block;
    position: static;
    width: 270px;
    }
		#map li a:hover span {
    display:block; 
    position: static;
    width: 270px;
    background: none;
    color: #000;
			border:0;
 			filter:alpha(opacity=100);
			opacity:1;
			border-radius: 0;
    }
		#map li a:hover span span {
			display:block;
			width:270px;
			margin: 0;
  		}
	#map li a:hover span:after {
  display: none;
  }
}
@media screen and (max-width: 440px) {
table#Schedule {
  border-spacing: 1px 15px;
  font-size: 10px;
  }
}
@media screen and (max-width: 375px) {
th.Local {
  display: none;
  }
td.Local {
  display: none;
  }
}
@media screen and (max-width: 330px) {
th.Place {
  display: none;
  }
td.Place {
  display: none;
  }
}


