html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #484848;}
a:hover {color: #777;}

body {
	background: #777;
	color: #777;
	font: normal 62.5%  Arial, Helvetica, sans-serif;
}

.loggeduser {
    margin-left: 30px;
margin-top:5px; margin-bottom:5px; float:left
}

.loggeduser h5{ font-size:13px}

.loggeduser > span{ font-weight:bold; margin-left:15px;font-size:13px}

.loggeduser a{color:#116b9d}

.bg-blue-container {
    background: #e0f6fe none repeat scroll 0 0;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    width: 100%;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.4em  Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}



blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3,h4,h5 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFFFFF;
	font-size: 1.1em;
	margin: 0 auto;
	width: 780px;
	
}

/* header */

.header {
	background: #e5ca85;  
	font-size: 1.2em;
	height: 300px;
	margin: 0 auto;
	width: 780px;
}

.logo{height:97px;}

 .header .hinside {
	background: #FFF;
	color: #FFF;
	height: 300px;	
}
.header .hinside {
	overflow: auto;
	width: 780px;
}
.header .hinside p,.header .hinside h2 {padding: 0 16px;}
.header .hinside h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	background: #116b9d  url(img/menubg.jpg);
	height: 32px;
}
.navigation a {
	background: #116b9d  url(img/menubg.jpg);
	color: #FFF;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #FFF!important; background: #116b9d  url(img/menubg.jpg)}

/* main */
.main {

	background:  #FFF;
	
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */

.contentf {

	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 750px;
	}
.contentf .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.contentf ul {margin-left: 18px;}
.contentf ul li {list-style: url(img/li.gif); line-height:2;}
.contentf ol li {list-style: decimal;}
.contentf p {font-family: Arial, Helvetica, sans-serif;}

.border{border:thin solid #CC9933;}

.contentl {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.subhead {
	color: #116b9d;
	
}








/* footer */
.footer {
	background:#FFF;
	color: #777;
	font: 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer .right {color: #48;}
.footer .right a {color: #777; text-decoration: none;}
.footer a, .footer a:hover,.footer .right a:hover {color: #45;}





/*Login*/
.login-container{ width:350px; margin:0 auto; margin-bottom:30px}
.field-group{  margin-bottom:20px}
.user{ width:80px; font-weight:bold; float:left; line-height:28px; font-size:12px}
.input-login{ height:25px; width:200px}

.btn-login{ border:none; height:35px; min-width:72px; text-align:center; font-weight:700!important; float:right; margin-right:69px;font-size:12px; width:auto; }

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #000!important;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; color:#fff!important
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#116b9d!important;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  color:#fff!important
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color:#fff;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/*Members Page*/


.odd > td {
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    text-align: center;
white-space: nowrap!important;
border-right:1px dashed; padding-left:5px; padding-right:5px
}

.even > td {
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    text-align: center;
white-space: nowrap!important;
border-right:1px dashed; padding-left:5px; padding-right:5px
}

.even th{white-space: nowrap!important; border-right:1px dashed;padding-left:5px; padding-right:5px}

.even {
    height: 33px;
    text-align: center;
font-size:12px;
background:#e4f3fb!important
}


.subhead.style1 > div {
    float: right;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 2px;


.subhead.style1 a{color:#e75854!important
}

.morph-button-modal-2 .morph-content{background:#e4f3fb!important}

.addrecord{color:#116b9d}

.icon-close {
	z-index: 100;
	display: block;
	overflow: hidden;
	width: 3em;
	height: 3em;
	text-align: center;
	line-height: 3;
	cursor: pointer;
        background: #116b9d url("img/close.png")!important;
}

div#student_wrap {
    overflow: scroll!important;
}

.btn-view {
    border: none;
    padding: 6px; border-radius:4px
}
.address-content {
    color: #000;
    float: right;
    line-height: 19px;
    font-family: calibri;
    font-size: 13px;
    padding-right: 15px;
    font-weight: bold;
}
.address-content{float:right}
.address-content ul{margin:0, padding:0}
.address-content ul li{line-height:22px; font-size:12px,color:#7a7a7a; font-family:calibri}