﻿body
{
	text-align: center;
	margin: 0 auto;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container
{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 750px; /* Centres page */
	overflow: hidden;
}

#header
{
	background-color: #CCCCCC;
	height: 100px;
	width: 750px;
}

#main-content
{
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-color: #B4676F;
	margin-top: -24px;
}


.headingcontainer
{
	padding: 0px 30px;
}


.heading
{
	font-weight: bold;
	font-size: 14px;
	position: relative;
	top: -15px;
	left: 5px;
}

.text
{
	padding: 10px 30px;
	font-size: 12px;
	text-align: justify;
}

.text h2
{
	font-size: 12px;
	font-weight: bold;
}

.text h3
{
	font-size: 12px;
	font-weight: normal;
}

.textalignedwithtable
{
	font-size: 12px;
	font-weight: bold;
	padding: 0px 25px;
	text-align: left;
}

.textalignedcenterbold
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.textalignedcenter
{
	text-align: center;
}

.text li
{
	padding: 5px;
}

.roundtop
{
	background: url(../App_Themes/default/images/tr.gif) no-repeat top right;
}

.roundbottom
{
	background: url(../App_Themes/default/images/br.gif) no-repeat top right;
	margin-top: -32px;
}

.middletop
{
	background: #B4676F;
	height: 24px;
	width: 686px;
	position: relative;
	top: -24px;
	left: 32px;
}

.middlebottom
{
	background: url(../App_Themes/default/images/bottom.gif);
	height: 32px;
}

img.corner
{
	width: 32px;
	height: 32px;
	border: none;
	display: block !important;
}

.rightside
{
	background: url(../App_Themes/default/images/right.gif) repeat-y right;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.leftside
{
	background: url(../App_Themes/default/images/left.gif) repeat-y left;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}


img.leftside
{
	width: 32px;
	height: 16px;
	border: none;
	display: block !important;
}

img
{
	border: none;
}


.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.clearboth
{
	clear: both;
}

#parent
{
	float: left;
	padding: 15px 0px 0px 50px;
}


#student
{
	float: right;
	padding: 15px 50px 0px 0px;
}


#welcome
{
	text-align: justify;
	font-size: 11px;
	padding: 3px 265px 0px 265px; /*position: relative; top: -5px;*/
}

#welcome h2
{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}


#footer
{
	width: 750px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #333333;
}

#footer a:link
{
	color: #333333;
	text-decoration: underline;
}

#footer a:visited
{
	color: #333333;
	text-decoration: underline;
}

#footer a:hover
{
	color: #000000;
	text-decoration: underline;
}

#footer a:active
{
	color: #000000;
	text-decoration: underline;
}

a:link
{
	color: #000000;
	text-decoration: underline;
}

/* unvisited link */
a:visited
{
	color: #000000;
	text-decoration: underline;
}
/* visited link */
a:hover
{
	color: #333333;
	text-decoration: underline;
}
/* mouse over link */
a:active
{
	color: #333333;
	text-decoration: underline;
}
/* selected link */

/* student navbar begin */
#navbar
{
	position: relative;
	margin: 10px auto;
	text-align: left;
	width: 600px;
	height: 75px;
}

#navbar-homepage
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 58px;
	height: 75px;
}

#navbar-homework
{
	position: absolute;
	left: 58px;
	top: 0px;
	width: 62px;
	height: 75px;
}

#navbar-attendance
{
	position: absolute;
	left: 120px;
	top: 0px;
	width: 65px;
	height: 75px;
}

#navbar-library
{
	position: absolute;
	left: 185px;
	top: 0px;
	width: 62px;
	height: 75px;
}

#navbar-awards
{
	position: absolute;
	left: 247px;
	top: 0px;
	width: 54px;
	height: 75px;
}

#navbar-timetable
{
	position: absolute;
	left: 301px;
	top: 0px;
	width: 65px;
	height: 75px;
}

#navbar-web
{
	position: absolute;
	left: 366px;
	top: 0px;
	width: 66px;
	height: 75px;
}

#navbar-files
{
	position: absolute;
	left: 432px;
	top: 0px;
	width: 53px;
	height: 75px;
}

#navbar-password
{
	position: absolute;
	left: 485px;
	top: 0px;
	width: 48px;
	height: 75px;
}

#navbar-logoff
{
	position: absolute;
	left: 533px;
	top: 0px;
	width: 67px;
	height: 75px;
}
/*Navbar End */

/* parent navbar begin */
#navbarp
{
	position: relative;
	margin: 10px auto;
	text-align: left;
	width: 547px;
	height: 75px;
}

#navbarp-homepage
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 58px;
	height: 75px;
}

#navbarp-homework
{
	position: absolute;
	left: 58px;
	top: 0px;
	width: 62px;
	height: 75px;
}

#navbarp-attendance
{
	position: absolute;
	left: 120px;
	top: 0px;
	width: 65px;
	height: 75px;
}

#navbarp-library
{
	position: absolute;
	left: 185px;
	top: 0px;
	width: 62px;
	height: 75px;
}

#navbarp-awards
{
	position: absolute;
	left: 247px;
	top: 0px;
	width: 54px;
	height: 75px;
}

#navbarp-timetable
{
	position: absolute;
	left: 301px;
	top: 0px;
	width: 65px;
	height: 75px;
}

#navbarp-web
{
	position: absolute;
	left: 366px;
	top: 0px;
	width: 66px;
	height: 75px;
}

#navbarp-password
{
	position: absolute;
	left: 432px;
	top: 0px;
	width: 48px;
	height: 75px;
}

#navbarp-logoff
{
	position: absolute;
	left: 480px;
	top: 0px;
	width: 67px;
	height: 75px;
}

/*Navbar End */

#navbar-text
{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.gradualshine
{
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
}

/* PASSWORD STUFF */

.row
{
	clear: both;
	height: 30px;
	vertical-align: middle;
}


.row span.label
{
	float: left;
	width: 150px;
	color: black;
	text-align: left;
	font-weight: bold;
}


.row span.field
{
	float: left;
	width: 175px;
	color: black;
	text-align: left;
}

#passwordcontainer
{
	height: 170px;
	width: 608px;
	padding: 30px 20px 30px 20px;
	margin-left: 20px;
	background-color: #CC9999;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

/* END OF PW STUFF */

#result
{
	font-weight: bold;
	font-size: 12px;
}


table.standardtablenowidth
{
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}


img.divider
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.error
{
	font-weight: bold;
	font-size: 13px;
}

table.standardtable
{
	font-size: 11px;
	width: 650px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

table.webtable
{
	font-size: 11px;
	width: 650px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	table-layout: fixed;
}


table.filestable
{
	font-size: 11px;
	width: 650px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background-color: #CC9999;
	table-layout: fixed;
}

tr.r1 td
{
	background-color: #CC9999;
	text-align: center;
}

tr.r1nr td
{
	background-color: #CC9999;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

tr.r2 td
{
	background-color: #D8D8D8;
	text-align: center;
}

tr.hr th
{
	background-color: #D8D8D8;
	text-align: center;
	font-weight: bold;
}

tr.hrnr th
{
	background-color: #D8D8D8;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

td.periods
{
	background-color: #D8D8D8 !important;
	text-align: center;
	font-weight: bold;
}

td a:link
{
	text-decoration: none;
}
td a:visited
{
	text-decoration: none;
}
td a:hover
{
	text-decoration: none;
}
td a:active
{
	text-decoration: none;
}

td.warning
{
	font-weight: bold;
	font-size: 11px;
	color: Maroon;
}

td.warning a:link
{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: Maroon;
}
td.warning a:visited
{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: Maroon;
}
td.warning a:hover
{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: Maroon;
}
td.warning a:active
{
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: Maroon;
}

tr.r1nr td
{
	text-align: left;
}

td.filename a:link
{
	font-weight: bold;
	text-decoration: none;
}
td.filename a:visited
{
	font-weight: bold;
	text-decoration: none;
}

td.filename a:hover
{
	font-weight: bold;
	text-decoration: none;
}

td.filename a:active
{
	font-weight: bold;
	text-decoration: none;
}

#uploadcontainer
{
	background-color: #CC9999;
	width: 608px;
	margin-left: 20px;
	padding: 30px 20px 30px 20px;
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

#attendancecontainer
{
	padding-left: 50px;
	text-align: center;
}


#attendancekeycontainer
{
	padding-right: 50px;
	text-align: center;
}

#feedback
{
	padding-left:76px;
	margin-top:-15px;
}

.textalignedcenter
{
	text-align: center;
}

.loginlabel
{
	padding: 0px 0px 0px 30px;
}

#webpartleftzone
{
	width: 220px;
	float: left;
	padding-left: 25px;
}

#webpartrightzone
{
	width: 460px;
	float: right;
	padding-right: 25px;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
/* End hide from IE-mac */