/* CSS Document */


a:link, a:visited { text-decoration: none; color: #065773; }
a:hover { color: #3B3B3B; }
a { outline: none; }
h1 { margin: 0px 0px 10px 0px; font-weight: normal; font-size: 22px; }
h2 {
	clear: both;
	background: #6c93a2 url(../img/corner.gif) no-repeat top right;
	color: #ffffff;
	padding: 7px 0 7px 5px;
	font: bold 16px Tahoma, Arial, Sans-Serif;
	margin: 5px;
	border-bottom: 4px solid #537d8d;
	
	
	}
h3 { margin: 0px 0px 10px 0px; font-weight: normal; font-size: 16px; }
#footer { clear: both;  text-align:center; color: #000000; padding-bottom: 10px; padding-top: 18px;  margin: auto; }
#footer a { color: #000000; }
#footer a:visited { color: #000000; }
#footer a:hover { color: #000000; text-decoration: underline; }
ul{list-style:square; padding-bottom:5px;}


body {
	font-family:"Calibri",Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#e3f2fa; background-image:url(../img/body-bg14.png); background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.preview, .submit, .closeFB, upload {width: 80px; elevation:above;  padding: 5px; background: #ededed; display: block; line-height: 16px; text-decoration: none; text-align: center; border: solid 1px #ccc;}

.itbutton { background-image:url(../img/payment.png); background-repeat:no-repeat; border:0px; width:120px; height:120px; font-size:0px;}

.mybutton {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.mybutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
.mybutton:active {
	position:relative;
	top:1px;
}





.button {
	-moz-box-shadow: 3px 4px 0px 0px #1564ad;
	-webkit-box-shadow: 3px 4px 0px 0px #1564ad;
	box-shadow: 3px 4px 0px 0px #1564ad;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#79bbff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:12px 44px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
	background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
	background-color:#378de5;
}
.button:active {
	position:relative;
	top:1px;
}


.courseselect select {
    display: inline-block;
    padding: 4px 3px 5px 5px;
    width: 200px;
    outline: none;
    color: #666666;
    border: 1px solid #C8BFC4;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px #ddd8dc;
    background-color: #fff;        
}


.courseselect select option {border:1px solid #000000; background: #efefef;}


input {padding: 6px 10px}
 fieldset {
border: 0;
}
label {
display: block;
margin: 5px 0 0 0;
}
select {
width: 200px;
}
.overflow {
height: 200px;
}
.text-label {
    color: #cdcdcd;
    font-weight: bold;
}
.style1 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
body,td,th {
	color: #666666;
}
.tablehigh {background-color:#6c93a2; border-bottom:4px solid #537d8d; color:#ffffff; padding:5px;}
.tablehigh1 {border-bottom:4px solid #537d8d; color:#ffffff; font-size:18px; background: #6c93a2 url(../hands.png) no-repeat center left; padding-left:35px;}


.mytbox {
	background-image: url(../img/mybg1.jpg);
	border:2px solid #73bad7;
	border-radius:5px;
	height: 22px;
	
}

.newbutton {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.newbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.newbutton:active {
	position:relative;
	top:1px;
}




.cancelbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d));
	background:-moz-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-webkit-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-o-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-ms-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d',GradientType=0);
	background-color:#fc8d83;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #ffffff; */
}


.cancelbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83));
	background:-moz-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-webkit-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-o-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-ms-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83',GradientType=0);
	background-color:#e4685d;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	/* text-shadow:0px 1px 0px #ffffff; */
}
.cancelbutton:active {
	position:relative;
	top:1px;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	/* text-shadow:0px 1px 0px #ffffff; */
}

.newbgcolor {color:#218009; font-family:Impact, Haettenschweiler;}

/* Header/logo Title */
.header {
  padding: 20px;
  text-align: center;
  background-color:#6c93a2; background-image:url(../img/body-bg14.png); background-repeat:repeat;
  border-bottom:4px solid #537d8d;
  color: white; 
}





/* Column container */
.row {  
  display: flex;
  flex-wrap: wrap;
}


.side {
  flex: 30%;
  background-color:#eafaf8; background-image:url(../img/body-bg14.png); background-repeat:repeat;
  padding: 20px;
}
.side h2 { margin: 0px 0px 10px 0px; padding:5px; font-weight: normal; font-size: 20px; font-family:"Tahoma",Arial, Helvetica, sans-serif; letter-spacing:-1; background-color:#6c93a2; border-bottom:4px solid #537d8d;  color: #fff; }
.side h3 { margin: 0px 0px 10px 0px; font-weight: normal; font-size: 18px; }


.side2 {
  flex: 20%;
  background-color:#eee; background-image:url(../img/body-bg17.png); background-repeat:repeat;
  padding: 20px;
}
.side2 h2 { margin: 0px 0px 10px 0px; padding:5px; font-weight: normal; font-size: 20px; font-family:"Tahoma",Arial, Helvetica, sans-serif; letter-spacing:-1;  background-color:#6c93a2; border-bottom:4px solid #537d8d;  color: #fff; }
.side2 h3 { margin: 0px 0px 10px 0px; font-weight: normal; font-size: 18px; }

/* Main column */
.main {
  flex: 40%;
  background-color: white;
  padding: 20px;
}
.main2 {
  flex: 70%;
  background-color:#dcf3fd; background-image:url(img/body-bg14.png); background-repeat:repeat;
  padding: 20px;
}


/* Footer */

.footer { clear: both;  text-align:center; color: #ffffff; padding-bottom: 10px; padding-top: 18px;  margin: auto;  background-color:#43a0cb; background-image:url(img/body-bg14.png); background-repeat:repeat; }
.footer a { color: #ffffff; }
.footer a:visited { color: #efefef; }
.footer a:hover { color: #efefef; text-decoration: underline; }

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 700px) {
	
  .row, .navbar, .menu_simple {   
    flex-direction: column;
  }
}



.menu_simple ul {
    margin: 0; 
    padding: 0;
    width:100%;
    list-style-type: none;
}

.menu_simple ul li a {
    text-decoration: none;
    color: white; 
    padding: 10.5px 11px;
    background-color: #349bc6;
	border-bottom:4px solid #3388ac;
	 border-radius: 5px;
    display:block;
	box-shadow: inset 0 -3px 0 #1f97c7, inset 0 -3px 3px #1f9acc, inset 0 2px 2px #9ad7ef, inset 1px 0 2px #22a4d9, inset -1px 0 2px #22a4d9, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
	 background: -o-linear-gradient(top, #69c4e8, #21a1d4);
  background: -ms-linear-gradient(top, #69c4e8, #21a1d4);
  background: -webkit-linear-gradient(top, #69c4e8, #21a1d4);
  background: -moz-linear-gradient(top, #69c4e8, #21a1d4);
  background: linear-gradient(to bottom, #69c4e8, #21a1d4);



}
 
.menu_simple ul li a:visited {
    color: white;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: #eee;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
   background-color: #7abdd8;
}