@import url("ak.css");


/*
**********************************
GET PROJECT beta SITE 
Screen Styles

Current screen styles

Version 1.0.0 - Initial Splash/Placeholder Styles
Version 2.0.0 - Design Revision Styles

**********************************
*/

/*--------------------------------    
    Temporary Selectors
--------------------------------*/
.edit,.edits{
	color:red;
	border:1px dotted red;
	padding:10px;
	line-height: 1.4em;
	}


/*--------------------------------    
    Globals
--------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body{
	color:#333;
	font:62.5% "Trebuchet MS","Arial",sans-serif;
	background-image: url(../images/bkg.gif);
	}

.clear{
	clear:both;
	}

.hide{
	display: none;
	}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.0em;
	}
	
.amp{
	font-family: Arial;
}

dfn {
		border-bottom: #EC881D;
    	border-width: 0px 0px 1px 0px;
    	border-style: none none dotted none;
    	font-style:normal;
    	cursor: help;
    	speak:normal;
		}
		
	dfn:hover {
		background-color:#EC881D; 
		}
		
img { 
border: none; 
}



/*--------------------------------    
    Structure
--------------------------------*/

#pageWrap{
	background-color:#fff;
	width: 864px;
	padding:20px;
	margin:0 auto;
	}

#header {
	width: 864px;
	position: relative;
}

#nav {
	width:864px;
	border-top: 1px solid #333;
	padding: 20px 0 0 0;
}

#nav2 {
	width:864px;
	height: 32px;
	background-color: #666;
	background-image: url(../images/nav2_background.gif);
	background-repeat: repeat-x;
	background-position: 0 32px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.left2Col{
	width:272px;
	margin-right: 24px;
	background-color: #C9E7F0;
	}
	
.left2Colw{
	width:272px;
	margin-right: 24px;
	}

.right4Col{
	float: right;
	display: inline;
	width:568px;
	}

#footer {
	width:864px;
	margin-top: 35px;
	padding:15px 0 5px 0;
	border-top: 1px solid #999;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.4em;
}


/*--------------------------------    
    Headers
--------------------------------*/

h1{
	font-size:2.2em;
	padding:10px 0 8px 20px;
	color:#fff;
	background-color: #333;
	text-transform: uppercase;
}

h1#logo {
	width: 283px;
	padding: 10px 0 8px 0;
	text-indent: -9999px;
	background-color: #fff;
}

h1#logo a {
	width: 283px;
	height: 55px;
	display: block;
	background-image: url(../images/met_logo.gif);
	background-repeat: no-repeat;
	border: none;
}

h1.noSub {
	margin-bottom: 30px;
}

h2{
	font-size:1.6em;
	padding: 0 0 2px 15px;
	margin-bottom: 10px;
	color:#333;
	background-color: #fff;
	border-bottom: 1px solid #333;
}

h3 {
	font-size: 1.5em;
	padding: 0 100px 0 15px;
	margin-bottom: 5px;
	color: #333;
}

.rightCheckbox {
	font-weight: normal;
	font-size: 1.2em;
	vertical-align: top;
	margin-left: 15px;
	clear:both;
}

h5{
	font-size:1.3em;
}

tr.tableHead td {
	color: #333;
	padding:5px 10px;
	line-height: 20px;
	margin:0;
	border-bottom: 1px solid #999;
	background-color: #afd9ed;
}

tr.tableHead td.checkRight {
	text-align: right;
	font-size: 1.1em;
	padding-right: 10px;
}


/*--------------------------------    
    Navigation
--------------------------------*/
#nav li {
	float: left;
	display: inline;
	font-size: 1.5em;
	line-height: 1.0em;
	font-weight: bold;
	margin: 0 37px 25px 0;
}

#nav li.contact {
	float: right;
	margin: 0 0 25px 0;
}

#nav li a {
	color: #777;
	padding-bottom: 2px;
	border-bottom: 3px solid #fff;
	text-decoration: none;
	display: block;
}

#nav li a:hover {
	border-bottom: 3px solid #777;
}

#nav li a.current {
	color: #EC881D;
	border-bottom: 3px solid #EC881D;
}

#nav2 li {
	float: left;
	display: inline;
	font-size: 1.4em;
	font-weight: bold;
}

#nav2 li a, #nav2 li span {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 20px;
	line-height: 32px;
	display: block;
	border: none;
}

#nav2 li a.current {
	background-color: #FDB913;
	padding-bottom: 20px;
	background-image: url(../images/bubble_yellow.gif);
	background-repeat: no-repeat;
	background-position: 0 32px;
}

#nav2 li a:hover {
	background-color: #FDB913;
}


/*--------------------------------    
    Header
--------------------------------*/

#header p {
	font-size: 13px;
	color: #4FB3CF;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 7px;
}

#header p span {
	margin: 0 4px;
}

#header p a {
	color: #4FB3CF;
	text-decoration: none;
	border: none;
}

#header p a:hover {
	text-decoration: underline;
}



/*--------------------------------    
    Homepage
--------------------------------*/

#callout,#calloutShort {
	width: 864px;
	height:324px;
	margin-bottom: 20px;
	padding: 0;
	background-color: #4FB3CF;
}


#callout p,#calloutShort p {
	width: 432px;
	text-align: left;
	font-size: 2.3em;
	line-height: 1.3em;
	margin: 0 0 15px 0;
	float:left;
}

#calloutShort.noMargin {
	margin: 0;
}

#callout p span,#calloutShort p span { font-weight:bold; }

#ss,#ssShort{
	margin-right:40px;
	width:272px;
	height:324px;
	float:left;
}

#calloutShort,#ssShort {
	height:150px;
}
.quote {
	width:242px;
	color: #4FB3CF;
	font-size: 1.7em;
	line-height: 1.5em;
	font-weight: bold;
	padding: 15px 15px 40px 15px;
	background-image: url(../images/bubble_blue.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
		background-color: #C9E7F0;
}

.quote span {
	color: #333;
	font-weight: normal;
	font-size: 0.7em;
	line-height: 1.4em;
	text-indent: -7px;
	margin-left: 7px;
	padding-top: 8px;
	display: block;
}

.home p {
	padding: 0 50px 0 15px;
}

.toppers{
	font-size: .9em;
}

#videoThumbnail{
	float:left;
	margin:5px 10px 15px;
	border:3px solid #333;
}

#videoThumbnail:hover{
	border:3px solid #ec881d;
}



/*--------------------------------    
    Forms
--------------------------------*/

form {
	background-color: #EAEAEA;
}

fieldset {
	border: none;
}

form h2 {
	padding-top: 20px;
	margin-bottom: 20px;
}

form p {
	margin:0 35px 5px 35px;
	font-size: 1.3em;
}

form ul, form ol, .message ul, .message ol {
	font-size: 13px;
	line-height: 18px;
	margin: 10px 0 15px 0;
	padding-right: 15px;
}

form ol li, .message ol li {
	margin: 0 0 10px 60px;
}

form ul li {
	margin: 0 0 7px 60px;
}

form ol ul li, form ul ul li {
	margin: 0 0 7px 15px;
	list-style: disc;
}

.message ul li, .message ul ul li {
	margin: 0 0 7px 40px;
	list-style: disc;
}

.right4Col ul, .right4Col ol {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0 15px 0;
}

.right4Col ul li {
	margin: 0 0 7px 35px;
}

.right4Col ul ol li {
	margin: 0 0 7px 60px;
}

/*
form ul, form ol, .right4Col ul, .message ul {
	font-size: 1.4em;
	margin: 10px 105px 25px 45px;
}

.message ul li ul {
	font-size: 1.0em;
	list-style: disc;
	margin: 0 105px 15px 15px;
}

.message ul li ul li {
	margin: 10px 0 5px 0;
}

form ul li,form ol li {
	margin: 0 0 15px 10px;
}

.right4Col ul li {
	margin: 0 0 10px 10px;
	font-size: 0.9em;
}


form ol li ul {
	margin: 0 0 5px 0;
	font-size: 1.3em;
	list-style: disc;
}

form ol li ul li{
	margin: 10px 0 5px 20px;
}
*/

label {
	font-size: 1.2em;
	display: block;
	color: #333;
	margin: 0 0 7px 25px;
}

input, textarea, select{
	width: 350px;      
	margin:0 0 20px 15px;
	font-size: 1.5em;
	}

input {
	padding: 5px;
}

hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0 0 15px;
}

small {
	font-size: 1.2em;
	color: #666;
	display: block;
	margin: -15px 0 5px 15px;
}

form#welcome {
	padding: 0 15px;
	background-color: transparent;
	border-bottom: 20px solid #fff;
}

form#welcome input {
	width: auto;
	margin: 0 0 15px 0;
}

input.tabular, select.tabular {
	width: 185px;
	margin:0;
	display: block;
}

input.tabular.checkedInside {
	width: 150px;
	padding-right: 35px;	
}

input.zipShort {
	width: 100px;
}

input.zipShort.checkedInside {
	width: 65px;
}

input.gradeGroup,input.subjectGroup,input.confirmed {
	width: auto;
	margin-left: 0;
}

input.radio {
	width: auto;
	margin: 0 10px 5px 15px;
}

form#welcome p {
	margin-left:0;
}

#callout form {
	background-color: #4FB3CF;
	margin: 0 0 15px 297px;	
	
}

input.applySubmit {
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: 25px 0 0 0;
	border: 0px solid #FFFFFF;
}

.asLarge {
	background-image: url(../images/mainbuttonL.gif);
	width: 700px;
	height: 44px;
}

.asMedium {
	background-image: url(../images/mainbuttonM.gif);
	width: 280px;
	height: 44px;
}

form#welcome input.asSmall {
	background-image: url(../images/mainbuttonS.gif);
	width: 220px;
	height: 28px;
	font-size: 1.1em;
}

input.applySubmit:hover {
	background-position: 0 44px;
	cursor: pointer;
}

form#welcome input.asSmall:hover {
	background-position: 0 28px;
}

#submit_holder {
	background-color: #4FB3CF;
	text-align: center;
	width: 864px;
	padding-bottom: 25px;
	border-top: 1px solid #666;
}

input.teacherToEmail {
	width: auto;
	margin-left: 5px;
}

input.prefillEmail {
	width: 200px;
	font-size: 0.9em;
}

textarea#customMessage {
	width:550px;
	height:200px;
	overflow-y:scroll;
	margin:0 0 20px 35px;
	font-size: 1.2em;
}


/*--------------------------------    
    Tables
--------------------------------*/
table {
	margin: 0 0 15px 15px;
}

/*
th {
	background-color: #afd9ed;
	padding: 10px 0;
	text-transform: uppercase;
	border-right: 5px solid #FFF;
}
*/

th {
	padding: 3px 0;
	text-transform: uppercase;
	text-align: left;
}

td {
	padding:0 0 8px ;
	vertical-align: top;
}

th.last {
	border-right: none;
}

table input {
	margin:0;
}

table.teacherGroupTable {
	display: none;
}

table.results {
	font-size: 1.1em;
	padding-bottom: 10px;
}

table.results th {
	background-color: #666;
	color: #fff;
	padding: 3px 5px;
}

table.results td {
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #CCC;
}

table.principalInfo {
	border-bottom: 1px solid #666;
}


/*--------------------------------    
    Error Reporting
--------------------------------*/
.invalid{
	color:red;
}

span .invalid {
	font-size: 1.2em;
	margin-left: 10px;
	font-style: normal;
	vertical-align: top;
}

.checkedInside {
	background-image: url(../images/checked.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
	width: 315px;
}

.errorAlert{
	margin:10px 0;
	padding:10px;
	border:1px dotted red;
	color:red;
}

#pageError {
	color: red;
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0 15px 15px 15px;
}



/*--------------------------------    
    Definition
--------------------------------*/
.definition{
	margin:20px 20px 0;
}

/*--------------------------------    
    Icon Links
--------------------------------*/

.download {
	background: url(../images/pdf.gif) transparent no-repeat 1px 3px;
	padding:4px 4px 4px 1.5em;
	margin:0 0 .3em;
	text-indent: 0;
	display:block;
}

span.download {
	background: url(../img/common/pdf.gif) transparent no-repeat 2px -2px;
	padding:0 0 4px 1.5em;
	margin:0 0 .3em;
	text-indent: 0;
	display:inline;
}

.videoLink {
	background: url(../images/play.png) transparent no-repeat 1px 5px;
	padding:4px 4px 4px 1.5em;
	margin:0 0 .3em;
	text-indent: 0;
	display:block;
}




/*--------------------------------    
    Admin
--------------------------------*/

a.logout {
	font-size: 1.3em;
	float: right;
	margin: -30px 15px 0 0;
}

a.logout:hover {
	color: #EC881D;
}

.adminTeachers input.editField {
	width: 60px;
	font-size: 1.0em;
	padding: 2px;
	float: left;
	display: inline;
	margin:0 5px 0 0;
}

.adminTeachers select {
	width: 120px;
	margin:0;
	padding:0;
	font-size: 1.0em;
}

#admin #pageWrap, #admin #header, #admin #nav, #admin #footer, #admin #submit_holder {
	width:1500px;
}
