@charset "UTF-8";
/* CSS Document */

html, body {
	min-height:100%;
}

body {
	background:#c0d5e8 url(../images/content-background-image.png) 0% 100% no-repeat;
}

.header {
	background-color: rgb(1,90,170); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(1,90,170,1) 0%, rgba(0,55,137,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,90,170,1)), color-stop(100%,rgba(0,55,137,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(1,90,170,1) 0%,rgba(0,55,137,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(1,90,170,1) 0%,rgba(0,55,137,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(1,90,170,1) 0%,rgba(0,55,137,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(1,90,170,1) 0%,rgba(0,55,137,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015aaa', endColorstr='#003789',GradientType=0 ); /* IE6-8 */
}

.header h1, .header h2, .header h3, .header h4, .header h5, .header h6 {
	color: #c7cde8;
}

.header h1 a, .header h2 a, .header h3 a, .header h4 a, .header h5 a, .header h6 a { 
	color: #c7cde8;
}

.header h1 { font-size: 42px; line-height: 50px; margin-bottom: 14px;}

.header .container {
	background: url(../images/globe.png) 95% 50% no-repeat;
	font-size: 12px;
	font-weight:bold;
}

.header a, .header a:visited {
	color: #c7cde8;
	text-decoration: none;
}

.header a:hover {
	color: #c7cde8;
	text-decoration: underline;
}

.controls {
	margin: 20px 0 0 0;
	text-align: right;
}

.controls img {
	margin: 0 0 0 10px;
	text-align: right;
	vertical-align: middle;
}

.pagetitle {
	margin: 20px 0 0 0;
	text-align: center;
	color: #ffffff;
}

.welcome {
	font-size: 45px;
	color: #5b82be; 
	text-align: left; 
	line-height: 45px;
}

.blink {
	font-size: 80px; 
	color: #c7cde8; 
	text-align: right; 
	margin-top: 35px;
}

.timeline-title {
	margin: 20px 0 0 0;
	text-align: center;
}

.portal-student-info {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}

.icon-home {
	background: url(../images/icons/home.png) 0% 0% no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	line-height: 12px;
	vertical-align: text-top;
}

.icon-logout {
	background: url(../images/icons/logout.png) 0% 0% no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	line-height: 12px;
	vertical-align: text-top;
}

.icon-profile {
	background: url(../images/icons/profile-avatar.png) 0% 0% no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	line-height: 12px;
	vertical-align: text-top;
}

.icon-video {
	background: url(../images/icons/play-button.png) 0% 0% no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	line-height: 12px;
	vertical-align: text-top;
}

.student-details {
	font-size: 10px;
	color: #ffffff;
	line-height: 12px;
	margin-top: 80px;
}

.info-left {
	display: table-cell;
	width: 46%;
	text-align: left;
	float: left;
}

.info-right {
	padding: 0 0 0 48%;
	text-align: left;
}

.breadcrumbs {
	background:#ffffff;
	padding:5px 0px;
	color:#c7cde8;
	font-size:10px;
}
.breadcrumbs a {
	color: #c7cde8;
}

.breadcrumbs a.current {
	color:#005aa9;
}

.content {
	padding:20px 0;
}


.login {
	margin-top:100px;
	text-align:center;
}
.login-box {
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
	padding:0;
	background:#ffffff;
}
.login-box input {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background:none;
	margin:0;
	padding:15px;	
}

i.triangle {
	background: url(../images/triangle.png) 0 0 no-repeat;
	height:8px;
	width:20px;
	position: relative;
	left: 50%;
	margin-left: -10px;
	display:block;
	margin-top:-1px;
	margin-bottom: 20px;
}

i.triangle-left {
	background: url(../images/triangle-left.png) 0 0 no-repeat;
	height: 20px;
	width: 8px;
	position: relative;
	top: 50%;
	margin-top: -10px;
	display: block;
	float: right;
	margin-right: -1px;
}

i.triangle-left.phone {
	background: url(../images/triangle-phone.png) 0 0 no-repeat;
}

i.triangle-left.email {
	background: url(../images/triangle-email.png) 0 0 no-repeat;
}

i.triangle-left.report {
	background: url(../images/triangle-report.png) 0 0 no-repeat;
}

i.triangle-left.notes {
	background: url(../images/triangle-note.png) 0 0 no-repeat;
}

i.triangle-left.sms {
	background: url(../images/triangle-sms.png) 0 0 no-repeat;
}

i.triangle-left.message {
	background: url(../images/triangle-left.png) 0 0 no-repeat;
	height: 20px;
	width: 8px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	display: block;
	left: 0;
	margin-left: 3px;
}

i.triangle-right.message {
	background: url(../images/triangle-right.png) 0 0 no-repeat;
	height: 20px;
	width: 8px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	display: block;
	right: 0;
	margin-right: 3px;
}

i.triangle-left.note {
	background: url(../images/triangle-left.png) 0 0 no-repeat;
	height: 20px;
	width: 8px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	display: block;
	left: 0;
	margin-left: 3px;
}

i.triangle-right.note {
	background: url(../images/triangle-right.png) 0 0 no-repeat;
	height: 20px;
	width: 8px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	display: block;
	right: 0;
	margin-right: 3px;
}

i.triangle-right {
	background: url(../images/triangle-right.png) 0 0 no-repeat;
	height: 20px;
	width: 8px;
	position: relative;
	top: 50%;
	margin-top: -10px;
	display: block;
	float: left;
	margin-left: -1px;
}

.profile-img {
	width:100px;
	height: 123px; 
	overflow:hidden;
	display: table-cell;
	float:left;
}

.profile-img {
	vertical-align: top;
}

.profile-details {
	padding: 10px 10px 10px 110px;
}

.profile-name {
	font-size:20px;
	color: #005AA9;
	font-weight: bold;
	margin: 15px 0;
	display: block;
}

.profile-name.green {
	color: #31b4af;
}

.profile-name.purple {
	color: #7f216b;
}

.share-photo {
	display:table-cell;
	width:50%;
	border-right:1px dashed #999999;
	text-align:center;
	float:left;
	padding-top: 10px;
	padding-bottom: 12px;
	font-size: 12px;
	height: 101px;
}

.share-photo img {
	display: block;
	margin: 20px auto 0 auto;
}

.add-history {
	padding:0 0 0 50%;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 12px;
	font-size: 12px;
	height: 101px;
}

.add-history img {
	display: block;
	margin: 20px auto 0 auto;
}

.add-photos 
{
    display: table-cell;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 12px;
	font-size: 12px;
	height: 70px;
	width: 33%;
}

.add-photos img {
	display: block;
	margin: 0 auto;
}

.add-documents {
	display:table-cell;
	width:33%;
	border-right:1px dashed #999999;
	text-align:center;
	float:left;
	padding-top: 10px;
	padding-bottom: 12px;
	font-size: 12px;
	height: 70px;
}

.add-documents img {
	display: block;
	margin: 0 auto;
}

.add-news {
	text-align: center;
	padding-top: 10px;
	border-right: 1px dashed #999999;
	padding-bottom: 12px;
	font-size: 12px;
	height: 70px;
	width: 33%;
	display: table-cell;
	float: left;
}

.add-news img {
	display: block;
	margin: 0 auto;
}

.circle {
	border-radius: 50%;
	width: 5px;
	height: 5px;
	position: relative;
	top: 50%;
	margin-top: -3px;
	margin-left:15px;
	display: block;
	background:#999999;
	float:left;
	z-index:3;
	 
	/* width and height can be anything, as long as they're equal */
}

i.timeline {
	position: absolute;
	width: 1px;
	height: 112px;
	background:#999999;
	display: block;
	margin-left: 17px;
	z-index:2;
}

i.timeline.first {
	height: 97px;
	margin-top: 15px;
}

i.timeline.last {
	height: 87px;

}

i.timeline-background {
	position: absolute;
	width: 15px;
	height: 112px;
	background: #ffffff;
	display: block;
	margin-left: 10px;
	z-index: 1;
}

i.timeline-background.first {
	height: 107px;
	margin-top: 5px;
}

i.timeline-background.last {
	height: 97px;
	margin-bottom:15px;
}

.cap-first {
	border-radius: 50%;
	width: 15px;
	height: 15px;
	position: absolute;
	margin-left: 10px;
	display: block;
	background: #ffffff;
	float: left;
	z-index: 1;
	 
	/* width and height can be anything, as long as they're equal */
}

.cap-last {
	border-radius: 50%;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 10px;
	margin-left: 10px;
	display: block;
	background: #ffffff;
	float: left;
	z-index: 1;
	 
	/* width and height can be anything, as long as they're equal */
}

.copy {
	display: table-cell;
    height: 100px;
    vertical-align: middle;
	font-size:12px;
	font-style:italic;
}

.date .copy {font-style:normal; width:100px;}

.box {
	border: 1px solid #999999;
	padding: 0;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 10px "Trebuchet MS", Helvetica, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
	background: #fff; 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	vertical-align:top;
}

.holidaybox {
	border: 1px solid #999999;
	padding: 0;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 10px "Trebuchet MS", Helvetica, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
	background: #fff; 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	vertical-align:top;
	padding: 15px;
}


.overlay {
	border: 1px solid #999999;
	padding: 0;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 10px "Trebuchet MS", Helvetica, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
	background: #fff; 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	vertical-align:top;
	padding: 20px;
	font-size: 12px;
	text-align: left;
	position: relative;
}

.overlay .copy {
	text-align: center;
	font-weight: normal;
	font-style: normal;
	height: auto;
	display:inline;
}

.close-button {
	overflow: hidden;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 10px;
	top: 10px;
}

a.close {
	background: url(../images/close.png) 0% 0% no-repeat;
	width: 27px;
	height: 37px;
	display: block;
}


.icon {
	width: 100px;
	height: 100px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

.icon .title {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	position: relative;
	bottom: 0;
	display: table-cell;
	vertical-align: bottom;
	height: 90px;
	width: 100px;
	font-weight: bold;
}

.icon.phone {
	background: url(../images/icons/phone-call.png) 50% 20% no-repeat, #f2b8ba;
    background: url(../images/icons/phone-call.png) 50% 20% no-repeat, -moz-linear-gradient(top,  #f2b8ba 0%, #eb898e 100%);
    background: url(../images/icons/phone-call.png) 50% 20% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2b8ba), color-stop(100%,#eb898e));
    background: url(../images/icons/phone-call.png) 50% 20% no-repeat, -webkit-linear-gradient(top,  #f2b8ba 0%,#eb898e 100%);
    background: url(../images/icons/phone-call.png) 50% 20% no-repeat, -o-linear-gradient(top,  #f2b8ba 0%,#eb898e 100%);
    background: url(../images/icons/phone-call.png) 50% 20% no-repeat, -ms-linear-gradient(top,  #f2b8ba 0%,#eb898e 100%);
    background: url(../images/icons/phone-call.png) 50% 20% no-repeat, linear-gradient(to bottom,  #f2b8ba 0%,#eb898e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b8ba', endColorstr='#eb898e',GradientType=0 );
}

.icon.email {
    background: url(../images/icons/email.png) 50% 20% no-repeat, #b7dede;
    background: url(../images/icons/email.png) 50% 20% no-repeat, -moz-linear-gradient(top,  #b7dede 0%, #9ecbca 100%);
    background: url(../images/icons/email.png) 50% 20% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7dede), color-stop(100%,#9ecbca));
    background: url(../images/icons/email.png) 50% 20% no-repeat, -webkit-linear-gradient(top,  #b7dede 0%,#9ecbca 100%);
    background: url(../images/icons/email.png) 50% 20% no-repeat, -o-linear-gradient(top,  #b7dede 0%,#9ecbca 100%);
    background: url(../images/icons/email.png) 50% 20% no-repeat, -ms-linear-gradient(top,  #b7dede 0%,#9ecbca 100%);
    background: url(../images/icons/email.png) 50% 20% no-repeat, linear-gradient(to bottom,  #b7dede 0%,#9ecbca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7dede', endColorstr='#9ecbca',GradientType=0 );
}

.icon.report {
    background: url(../images/icons/report.png) 50% 20% no-repeat, #d7bfd3;
    background: url(../images/icons/report.png) 50% 20% no-repeat, -moz-linear-gradient(top,  #d7bfd3 0%, #b68cae 100%);
    background: url(../images/icons/report.png) 50% 20% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7bfd3), color-stop(100%,#b68cae));
    background: url(../images/icons/report.png) 50% 20% no-repeat, -webkit-linear-gradient(top,  #d7bfd3 0%,#b68cae 100%);
    background: url(../images/icons/report.png) 50% 20% no-repeat, -o-linear-gradient(top,  #d7bfd3 0%,#b68cae 100%);
    background: url(../images/icons/report.png) 50% 20% no-repeat, -ms-linear-gradient(top,  #d7bfd3 0%,#b68cae 100%);
    background: url(../images/icons/report.png) 50% 20% no-repeat, linear-gradient(to bottom,  #d7bfd3 0%,#b68cae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7bfd3', endColorstr='#b68cae',GradientType=0 );
}

.icon.note {
    background: url(../images/icons/note.png) 50% 20% no-repeat, #bfd6b6;
    background: url(../images/icons/note.png) 50% 20% no-repeat, -moz-linear-gradient(top,  #bfd6b6 0%, #8ebd7a 100%);
    background: url(../images/icons/note.png) 50% 20% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd6b6), color-stop(100%,#8ebd7a));
    background: url(../images/icons/note.png) 50% 20% no-repeat, -webkit-linear-gradient(top,  #bfd6b6 0%,#8ebd7a 100%);
    background: url(../images/icons/note.png) 50% 20% no-repeat, -o-linear-gradient(top,  #bfd6b6 0%,#8ebd7a 100%);
    background: url(../images/icons/note.png) 50% 20% no-repeat, -ms-linear-gradient(top,  #bfd6b6 0%,#8ebd7a 100%);
    background: url(../images/icons/note.png) 50% 20% no-repeat, linear-gradient(to bottom,  #bfd6b6 0%,#8ebd7a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd6b6', endColorstr='#8ebd7a',GradientType=0 );
}

.icon.sms {
    background: url(../images/icons/sms.png) 50% 20% no-repeat, #bfd9e8;
    background: url(../images/icons/sms.png) 50% 20% no-repeat, -moz-linear-gradient(top,  #bfd9e8 0%, #83a3d7 100%);
    background: url(../images/icons/sms.png) 50% 20% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd9e8), color-stop(100%,#83a3d7));
    background: url(../images/icons/sms.png) 50% 20% no-repeat, -webkit-linear-gradient(top,  #bfd9e8 0%,#83a3d7 100%);
    background: url(../images/icons/sms.png) 50% 20% no-repeat, -o-linear-gradient(top,  #bfd9e8 0%,#83a3d7 100%);
    background: url(../images/icons/sms.png) 50% 20% no-repeat, -ms-linear-gradient(top,  #bfd9e8 0%,#83a3d7 100%);
    background: url(../images/icons/sms.png) 50% 20% no-repeat, linear-gradient(to bottom,  #bfd9e8 0%,#83a3d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd9e8', endColorstr='#83a3d7',GradientType=0 );
}

.icon.disbursment-green {
	background: url(../images/icons/disbursment-green.png) 50% 50% no-repeat, #b7dede;
	background: url(../images/icons/disbursment-green.png) 50% 50% no-repeat, -moz-linear-gradient(top,  #b7dede 0%, #90cbc7 100%);
	background: url(../images/icons/disbursment-green.png) 50% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7dede), color-stop(100%,#90cbc7));
	background: url(../images/icons/disbursment-green.png) 50% 50% no-repeat, -webkit-linear-gradient(top,  #b7dede 0%,#90cbc7 100%);
	background: url(../images/icons/disbursment-green.png) 50% 50% no-repeat, -o-linear-gradient(top,  #b7dede 0%,#90cbc7 100%);
	background: url(../images/icons/disbursment-green.png) 50% 50% no-repeat, -ms-linear-gradient(top,  #b7dede 0%,#90cbc7 100%);
	background: url(../images/icons/disbursment-green.png) 50% 50% no-repeat, linear-gradient(to bottom,  #b7dede 0%,#90cbc7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7dede', endColorstr='#90cbc7',GradientType=0 );
}

.icon.disbursment-orange {	
	background: url(../images/icons/disbursment-orange.png) 50% 50% no-repeat, #fad6a3;
	background: url(../images/icons/disbursment-orange.png) 50% 50% no-repeat, -moz-linear-gradient(top,  #fad6a3 0%, #f8bc71 100%);
	background: url(../images/icons/disbursment-orange.png) 50% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fad6a3), color-stop(100%,#f8bc71));
	background: url(../images/icons/disbursment-orange.png) 50% 50% no-repeat, -webkit-linear-gradient(top,  #fad6a3 0%,#f8bc71 100%);
	background: url(../images/icons/disbursment-orange.png) 50% 50% no-repeat, -o-linear-gradient(top,  #fad6a3 0%,#f8bc71 100%);
	background: url(../images/icons/disbursment-orange.png) 50% 50% no-repeat, -ms-linear-gradient(top,  #fad6a3 0%,#f8bc71 100%);
	background: url(../images/icons/disbursment-orange.png) 50% 50% no-repeat, linear-gradient(to bottom,  #fad6a3 0%,#f8bc71 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad6a3', endColorstr='#f8bc71',GradientType=0 );
}

.icon.disbursment-orange.students {	
	width: 100px;
	height: 123px;
	overflow: hidden;
	display: table-cell;
	float: left;
}

.icon.disbursment-orange {	
	background: url(../images/icons/pound.png) 50% 50% no-repeat, #fad6a3;
	background: url(../images/icons/pound.png) 50% 50% no-repeat, -moz-linear-gradient(top,  #fad6a3 0%, #f8bc71 100%);
	background: url(../images/icons/pound.png) 50% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fad6a3), color-stop(100%,#f8bc71));
	background: url(../images/icons/pound.png) 50% 50% no-repeat, -webkit-linear-gradient(top,  #fad6a3 0%,#f8bc71 100%);
	background: url(../images/icons/pound.png) 50% 50% no-repeat, -o-linear-gradient(top,  #fad6a3 0%,#f8bc71 100%);
	background: url(../images/icons/pound.png) 50% 50% no-repeat, -ms-linear-gradient(top,  #fad6a3 0%,#f8bc71 100%);
	background: url(../images/icons/pound.png) 50% 50% no-repeat, linear-gradient(to bottom,  #fad6a3 0%,#f8bc71 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad6a3', endColorstr='#f8bc71',GradientType=0 );
}

.icon.pound.students {	
	width: 100px;
	height: 123px;
	overflow: hidden;
	display: table-cell;
	float: left;
}


.icon.disbursment-red {
	background: url(../images/icons/disbursment-red.png) 50% 50% no-repeat, #f2b8ba;
	background: url(../images/icons/disbursment-red.png) 50% 50% no-repeat, -moz-linear-gradient(top,  #f2b8ba 0%, #eb898e 100%);
	background: url(../images/icons/disbursment-red.png) 50% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2b8ba), color-stop(100%,#eb898e));
	background: url(../images/icons/disbursment-red.png) 50% 50% no-repeat, -webkit-linear-gradient(top,  #f2b8ba 0%,#eb898e 100%);
	background: url(../images/icons/disbursment-red.png) 50% 50% no-repeat, -o-linear-gradient(top,  #f2b8ba 0%,#eb898e 100%);
	background: url(../images/icons/disbursment-red.png) 50% 50% no-repeat, -ms-linear-gradient(top,  #f2b8ba 0%,#eb898e 100%);
	background: url(../images/icons/disbursment-red.png) 50% 50% no-repeat, linear-gradient(to bottom,  #f2b8ba 0%,#eb898e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b8ba', endColorstr='#eb898e',GradientType=0 );
}

.date {
	text-align:right;
	text-transform: uppercase;
	font-weight:bold;
}

.date.sms.left {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	display: table-cell;
	float: left;
	padding-right: 20px;
}

.date.sms.right {
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	display: table-cell;
	float: right;
	padding-left: 20px;
}

.date.ipad.left {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	display: table-cell;
	float: left;
	padding-right: 20px;
	width: 100%;
	margin-bottom: 20px;
}

.date.ipad.right {
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	display: table-cell;
	float: right;
	padding-left: 20px;
	width: 100%;
	margin-bottom: 20px;
}


span.day {
	color: #67c7c5;
	font-size:13px;
}

.balance {
	text-align:center;
	text-transform: normal;
	font-weight:bold;
	font-style:normal;
	border-left: 1px dashed #999999;
	box-sizing: border-box;
}

.balance .copy {
	width:100%;
	min-width:120px;
	font-style:normal;
}

span.disbursment-green {
	color: #b7dede;
}

span.disbursment-orange {	
	color: #fad6a3;
}

span.disbursment-red {
	color: #f2b8ba;
}

.ibos-button {
	overflow: hidden;
	width: 27px;
	height: 37px;
	position: absolute;
	right: 40px;
	top: 25px;
}

.ibos-button-lc {
	overflow: hidden;
	width: 27px;
	height: 37px;
	position: absolute;
	right: 40px;
	top: 85px;
}

a.ibos {
	background: url(../images/ibos.png) 0% 0% no-repeat;
	width: 27px;
	height: 37px;
	display: block;
}

.invoice-button {
	overflow: hidden;
	width: 120px;
	height: 37px;
	position: absolute;
	right: 180px;
	top: 70px;
	text-align: left;
	font-size: 10px;
}

a.invoice {
	background: url(../images/invoice.png) 0% 0% no-repeat;
	width: 110px;
	height: 37px;
	display: block;
	text-decoration: none;
	line-height: normal;
	color: #f26f7c;
	padding-left: 30px;
}

a.invoice.students {
	width: 45px;
	display: inline-block;
}

.disbursements-button {
	overflow: hidden;
	width: 135px;
	height: 37px;
	position: absolute;
	right: 40px;
	top: 70px;
	text-align: right;
	font-size: 10px;
}

a.disbursements {
	background: url(../images/disbursement.png) 0% 0% no-repeat;
	width: 105px;
	height: 37px;
	display: block;
	text-decoration: none;
	line-height: normal;
	color: #2ab4b0;
	padding-left: 30px;
}

a.disbursements.students {
	width: 65px;
	display: inline-block;
}

a.invoice:hover, a.disbursements:hover {
	text-decoration: underline;
}

a.update {
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}

.iphone {
	background: url(../images/iphone.png) 50% 0% no-repeat;
	height:638px;
}

.iphone.green {
	background: url(../images/iphone-green.png) 50% 0% no-repeat;
}

.iphone.green2 {
	background: url(../images/iphone-green-2.png) 50% 0% no-repeat;
	height: 734px;
}

.iphone-block {
	top: 97px;
	position: relative;
	text-align:center;
	color:#ffffff;
	line-height: 17px;
	font-weight: bold;
	width: 265px;
	height: 440px;
	overflow: hidden;
	margin: 0 auto;
}

.iphone.green2 .iphone-block {
	height: 550px;
	margin: 0;
	left: 19px;
}

.iphone-header {
	background: url(../images/phone-header.png) 50% 0% no-repeat;
	height:16px;
	top: 0px;
	position: relative;
	text-align:center;
	color:#ffffff;
	line-height: 17px;
	font-weight: bold;
}

.iphone-header.green {
	background: url(../images/phone-header-green.png) 50% 0% no-repeat;
}

.ipad.green {
	/* background: url(../images/ipad-green.png) 50% 0% no-repeat; */
	min-height: 730px;
}

.ipad-header-block {
	background: url(../images/ipad-green-header.png) 50% 0% no-repeat;
	min-height: 80px;
	display: block;
}

.ipad-footer-block {
	background: url(../images/ipad-green-footer.png) 50% 0% no-repeat;
	min-height: 80px;
	display: block;
}

.ipad-block {
	top: 0px;
	position: relative;
	text-align:center;
	color:#ffffff;
	line-height: 17px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	min-height: 500px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/ipad-green-content.png) 50% 0% repeat-y;
}

.ipad-header {
	background: url(../images/pad-header.png) 50% 0% no-repeat;
	height:18px;
	top: 0px;
	position: relative;
	text-align:center;
	color:#ffffff;
	line-height: 17px;
	font-weight: bold;
}

.ipad-header.green {
	background: url(../images/pad-header-green.png) 50% 0% no-repeat;
}

.report-content {
	background: url(../images/report-content.png) 50% 0% repeat-y;
	padding: 0 125px;
	overflow: hidden;
}

.report-block {
	position: relative;
	text-align:center;
	color:#ffffff;
	line-height: 17px;
	font-weight: bold;
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
}

.report-header, .report-footer {
	top: 0px;
	position: relative;
	text-align:center;
	color:#ffffff;
	line-height: 17px;
	font-weight: bold;
}

.report-header {
	background: url(../images/report-header.png) 50% 0% no-repeat;
	height: 70px;
}

.report-footer {
	background: url(../images/report-footer.png) 50% 0% no-repeat;
	height: 70px;
}

a.three-col-button {
	background: url(../images/three-column-button-highlight.png) 50% 0% no-repeat, #4cb4af;
	width: 245px;
	display:block;
	color: #ffffff;
	text-decoration:none;
	padding: 6px;
	margin: 5px auto;
	 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
	border: 1px solid #ffffff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-size: 15px;
	text-shadow: 0 1px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 10px 1px #4cb4af;
}

.button-row {
	width: 245px;
	height: 85px;
	margin:0 auto;
	vertical-align: top;
}

a.one-col-button-a, a.one-col-button-b  {
	background: url(../images/three-column-button-highlight.png) 50% 0% no-repeat, #4cb4af;
	width: 75px;
	height: 75px;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	padding: 50px 5px 5px 5px;
	margin: 5px 5px 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	text-shadow: 0 1px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 10px 1px #4cb4af;
	vertical-align: top;
	font-weight: bold;
}

a.one-col-button-a.omega, a.one-col-button-b.omega {
	margin-right:0;
}

a.one-col-button-a {
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, #a3d7d5;
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, -moz-radial-gradient(center, ellipse cover,  #a3d7d5 0%, #75c8c4 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#a3d7d5), color-stop(100%,#75c8c4));
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, -webkit-radial-gradient(center, ellipse cover,  #a3d7d5 0%,#75c8c4 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, -o-radial-gradient(center, ellipse cover,  #a3d7d5 0%,#75c8c4 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, -ms-radial-gradient(center, ellipse cover,  #a3d7d5 0%,#75c8c4 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, radial-gradient(ellipse at center,  #a3d7d5 0%,#75c8c4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3d7d5', endColorstr='#75c8c4',GradientType=1 );
}

a.one-col-button-b {
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, #dcf0ef;
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, -moz-radial-gradient(center, ellipse cover,  #dcf0ef 0%, #a3d7d5 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#dcf0ef), color-stop(100%,#a3d7d5));
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, -webkit-radial-gradient(center, ellipse cover,  #dcf0ef 0%,#a3d7d5 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, -o-radial-gradient(center, ellipse cover,  #dcf0ef 0%,#a3d7d5 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, -ms-radial-gradient(center, ellipse cover,  #dcf0ef 0%,#a3d7d5 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, radial-gradient(ellipse at center,  #dcf0ef 0%,#a3d7d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcf0ef', endColorstr='#a3d7d5',GradientType=1 );
}

a.one-col-button-a:hover {
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, #68b5b2;
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, -moz-radial-gradient(center, ellipse cover,  #68b5b2 0%, #369d97 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#68b5b2), color-stop(100%,#369d97));
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, -webkit-radial-gradient(center, ellipse cover,  #68b5b2 0%,#369d97 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, -o-radial-gradient(center, ellipse cover,  #68b5b2 0%,#369d97 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, -ms-radial-gradient(center, ellipse cover,  #68b5b2 0%,#369d97 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, radial-gradient(ellipse at center,  #68b5b2 0%,#369d97 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68b5b2', endColorstr='#369d97',GradientType=1 );
}

a.one-col-button-a:active {
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, #369d97;
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, -moz-radial-gradient(center, ellipse cover,  #369d97 51%, #68b5b2 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(51%,#369d97), color-stop(100%,#68b5b2));
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, -webkit-radial-gradient(center, ellipse cover,  #369d97 51%,#68b5b2 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, -o-radial-gradient(center, ellipse cover,  #369d97 51%,#68b5b2 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, -ms-radial-gradient(center, ellipse cover,  #369d97 51%,#68b5b2 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/exeat.png) 50% -5px no-repeat, radial-gradient(ellipse at center,  #369d97 51%,#68b5b2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#369d97', endColorstr='#68b5b2',GradientType=1 );


}

a.one-col-button-b:hover {
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, #bee2e0;
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, -moz-radial-gradient(center, ellipse cover,  #bee2e0 0%, #68b5b2 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#bee2e0), color-stop(100%,#68b5b2));
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, -webkit-radial-gradient(center, ellipse cover,  #bee2e0 0%,#68b5b2 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, -o-radial-gradient(center, ellipse cover,  #bee2e0 0%,#68b5b2 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, -ms-radial-gradient(center, ellipse cover,  #bee2e0 0%,#68b5b2 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, radial-gradient(ellipse at center,  #bee2e0 0%,#68b5b2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bee2e0', endColorstr='#68b5b2',GradientType=1 );
}

a.one-col-button-b:active {
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, #68b5b2;
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, -moz-radial-gradient(center, ellipse cover,  #68b5b2 0%, #bee2e0 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#68b5b2), color-stop(100%,#bee2e0));
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, -webkit-radial-gradient(center, ellipse cover,  #68b5b2 0%,#bee2e0 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, -o-radial-gradient(center, ellipse cover,  #68b5b2 0%,#bee2e0 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, -ms-radial-gradient(center, ellipse cover,  #68b5b2 0%,#bee2e0 100%);
	background: url(../images/one-column-button-highlight.png) 50% 0% no-repeat, url(../images/icons/half-term.png) 50% -5px no-repeat, radial-gradient(ellipse at center,  #68b5b2 0%,#bee2e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68b5b2', endColorstr='#bee2e0',GradientType=1 );
}


/* Tables
================================================== */

table {
	width:100%;
	max-width:100%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

th, td {
	padding:10px;
	text-align: left;
	word-wrap: break-word;
}

th {
	color:#ffffff;
	background: #003789;
	background: -moz-linear-gradient(top, rgba(1,90,170,1) 0%, rgba(0,55,137,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,90,170,1)), color-stop(100%,rgba(0,55,137,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(1,90,170,1) 0%,rgba(0,55,137,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(1,90,170,1) 0%,rgba(0,55,137,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(1,90,170,1) 0%,rgba(0,55,137,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(1,90,170,1) 0%,rgba(0,55,137,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015aaa', endColorstr='#003789',GradientType=0 ); /* IE6-8 */
	font-weight: bold;
}

tr.odd {
	background: #FFFFFF;
}

tr.even {
	background: #eef5f9;
}

td {
	border-right: 1px dashed #888;
}

td.last {
	border-right: none;
}


/* Tabbed Menu
================================================== */

.tabbed-menu {
	margin: 0 auto;
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.tabbed-menu-line {
	background: url(../images/tabbed-menu-line-3.png) 50% 0% no-repeat;
	height: 5px; 
	position: relative;
	margin-bottom: 20px;
	margin-top: -15px;
}

.tabbed-menu-shadow {
	-webkit-box-shadow: 0px -4px 11px -1px #5674b8;
	-moz-box-shadow: 0px -4px 11px -1px #5674b8;
	-webkit-box-shadow: 0px -4px 11px -1px #5674b8;
	box-shadow: 0px -4px 11px -1px #5674b8;
	height: 10px; 
	position: relative;
	z-index: -1;
	width: 670px;
	margin: 0 auto;
}

.tab {
	background: #eee; /* Old browsers */
	background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
	background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
  	border: 1px solid #aaa;
   	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	margin-bottom: 0px;
	line-height: normal;
	padding: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
	min-width: 120px;
}

.tab:hover {
	color: #222;
	background: #ddd; /* Old browsers */
	background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa;
}

.tab:active {
	border: 1px solid #666;
	background: #ccc; /* Old browsers */
	background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
	background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
	background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
	background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
	background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ 
}

.tab.full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; 
}

	/* Fix for odd Mozilla border & padding issues */
tab::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Records
================================================== */

.record-a {
	display: table-cell;
	width: 50%;
	float: left;
	font-weight: bold;
}

.record-b {
	padding: 0 0 0 50%;
}

/* iPhone and iPad
================================================== */

.messagebox {
	display: inline-block;
	position: relative;
	margin: 10px 0;
}

.message-right {
	border: 1px solid #999999;
	padding: 0;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 10px "Trebuchet MS", Helvetica, sans-serif;
	color: #777;
	max-width: 100%;
	display: block;
	background: #fff; 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	vertical-align:top;
	margin-right: 10px;
	height: 100%;
	width: 237px;
	float: right;
	padding: 10px;
	text-align: right;
}

.message-left {
	border: 1px solid #999999;
	padding: 0;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 10px "Trebuchet MS", Helvetica, sans-serif;
	color: #777;
	max-width: 100%;
	display: block;
	background: #fff; 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	vertical-align:top;
	margin-left: 10px;
	height: 100%;
	width: 237px;
	float: left;
	padding: 10px;
	text-align: left;
}

.sender {
	color: #31b3b0;
}

.notebox {
	display: inline-block;
	position: relative;
	margin: 10px 0;
	min-height: 530px;
	height: 90%;
}

.note-right {
	border: 1px solid #999999;
	padding: 0;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 10px "Trebuchet MS", Helvetica, sans-serif;
	color: #777;
	max-width: 100%;
	display: block;
	background: #fff; 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	vertical-align:top;
	margin-right: 10px;
	height: 100%;
	width: 700px;
	float: right;
	padding: 10px;
	text-align: right;
}

.note-left {
	border: 1px solid #999999;
	padding: 0;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 10px "Trebuchet MS", Helvetica, sans-serif;
	color: #777;
	max-width: 100%;
	display: block;
	background: #fff; 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	vertical-align:top;
	margin-left: 10px;
	min-height: 520px;
	height: 100%;
	width: 700px;
	float: left;
	padding: 10px;
	text-align: left;
}

.sender {
	color: #31b3b0;
}

.greentext {color: #67c7c5 !important;}
.whitetext {color: #ffffff !important;}

.note-left .copy, .note-right .copy, .report .copy {
	font-style: normal;
	width: 100%;
	float: left;
	text-align: left;
	color: #444;
	font-weight: normal;
	height: auto;
}

.report .copy {
	width: 400px;
}

.note-left .logo, .note-right .logo, .report .logo	 {
	float: right;
	vertical-align: top;
}

.note-left .logo img, .note-right .logo img, .report .logo img	 {
	vertical-align: top;
	display: block;
}

.copy ul {
	list-style: disc inside;
}

.csstable {
	display:table;
	width: 100%;
	margin-bottom:20px;
}

.cssrow {
	display:table-row;
}

.csscell {
	display:table-cell;
	width: 50%;
	vertical-align: top;
}

.iphonetable {
	display:table;
	width: 100%;
}

.iphonerow {
	display:table-row;
}

.iphonecell {
	display:table-cell;
	padding: 3px 5px;
	border-top: 1px solid #31B3B0;
	height: auto;
	vertical-align:top;
}

.iphonecell.left {
	border-right: 1px solid #31B3B0;
}

.iphonerow.title  {
	text-align: left;
	display:block;
	width:100%;
}

.iphonerow.title.take-off  {
	background: rgba(255,255,255,0.3) url(../images/icons/take-off.png) 98% 50% no-repeat;
}

.iphonerow.title.land	  {
	background: rgba(255,255,255,0.3) url(../images/icons/land.png) 98% 50% no-repeat;
}

.iphonerow.title .iphonecell {
	border: none;
}

.iphonecell.icon {
	width:20%;
	padding: 0 5px;
	text-align:center;
	vertical-align:middle;
}

.iphonecell img { width: 35px; }

.iphonecell.caption {
	width:80%;
	
}

.iphonetable a {
	color:#FFFFFF;
	text-decoration:none;
}

.house {
	background: url(../images/icons/house-large.png) 50% 50% no-repeat, #d9c0d3;
	background: url(../images/icons/house-large.png) 50% 50% no-repeat, -moz-linear-gradient(top,  #d9c0d3 0%, #b98eaf 100%);
	background: url(../images/icons/house-large.png) 50% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9c0d3), color-stop(100%,#b98eaf));
	background: url(../images/icons/house-large.png) 50% 50% no-repeat, -webkit-linear-gradient(top,  #d9c0d3 0%,#b98eaf 100%);
	background: url(../images/icons/house-large.png) 50% 50% no-repeat, -o-linear-gradient(top,  #d9c0d3 0%,#b98eaf 100%);
	background: url(../images/icons/house-large.png) 50% 50% no-repeat, -ms-linear-gradient(top,  #d9c0d3 0%,#b98eaf 100%);
	background: url(../images/icons/house-large.png) 50% 50% no-repeat, linear-gradient(to bottom,  #d9c0d3 0%,#b98eaf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9c0d3', endColorstr='#b98eaf',GradientType=0 );
}

.taxi {
	background: url(../images/icons/taxi-large.png) 50% 50% no-repeat, #b5dcf3;
	background: url(../images/icons/taxi-large.png) 50% 50% no-repeat, -moz-linear-gradient(top,  #b5dcf3 0%, #7ca5d9 100%);
	background: url(../images/icons/taxi-large.png) 50% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5dcf3), color-stop(100%,#7ca5d9));
	background: url(../images/icons/taxi-large.png) 50% 50% no-repeat, -webkit-linear-gradient(top,  #b5dcf3 0%,#7ca5d9 100%);
	background: url(../images/icons/taxi-large.png) 50% 50% no-repeat, -o-linear-gradient(top,  #b5dcf3 0%,#7ca5d9 100%);
	background: url(../images/icons/taxi-large.png) 50% 50% no-repeat, -ms-linear-gradient(top,  #b5dcf3 0%,#7ca5d9 100%);
	background: url(../images/icons/taxi-large.png) 50% 50% no-repeat, linear-gradient(to bottom,  #b5dcf3 0%,#7ca5d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5dcf3', endColorstr='#7ca5d9',GradientType=0 );
}

.family {
	background: url(../images/icons/family-large.png) 50% 50% no-repeat, #b9d7ad;
	background: url(../images/icons/family-large.png) 50% 50% no-repeat, -moz-linear-gradient(top,  #b9d7ad 0%, #8bba78 100%);
	background: url(../images/icons/family-large.png) 50% 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9d7ad), color-stop(100%,#8bba78));
	background: url(../images/icons/family-large.png) 50% 50% no-repeat, -webkit-linear-gradient(top,  #b9d7ad 0%,#8bba78 100%);
	background: url(../images/icons/family-large.png) 50% 50% no-repeat, -o-linear-gradient(top,  #b9d7ad 0%,#8bba78 100%);
	background: url(../images/icons/family-large.png) 50% 50% no-repeat, -ms-linear-gradient(top,  #b9d7ad 0%,#8bba78 100%);
	background: url(../images/icons/family-large.png) 50% 50% no-repeat, linear-gradient(to bottom,  #b9d7ad 0%,#8bba78 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9d7ad', endColorstr='#8bba78',GradientType=0 );
}

.memberevent
{
    background-color: #F01010;
    color: White;
}
.bweevent
{
    background-color: #8366A9;
    color: White;
}

.school1
{
}

.school2
{
}

.school3
{
}

.school4
{
}




