﻿body
{
	font-family: "Arial" Sans-Serif;
	padding: 0px;
	margin: 0px;
	/* background: url(images/bgstripe.png) repeat; */
	background: #DCDCDC;
	margin: 10px;
}

a         { text-decoration: none; }
a:link    { color: #6699CC;        }
a:visited { color: #6699CC;        }
a:hover   { color: #99CCFF;        }

.digitFrame
{
	width: 95%;	
	margin: 0px auto;
}

.menu_item
{
	position: relative;
	top: -22px;
	padding: 5px;
	margin: 5px;
	border: 1px solid black;
	height: 19px;
	width: 100px;
	float: right;
	text-align: center;
	color: black;
	text-decoration: none;
}

#page
{
	width: 900px;
	margin: 0px auto;
	/* border: 1px dashed black; */
	background: white;
}

#top_corners
{
	width: 100%;
	height: 15px;
}

#top_left
{
	width: 15px;
	height: 15px;
	float: left;
	background: url(images/corner_tl.png) top left no-repeat;	
}

#top_right
{
	width: 15px;
	height: 15px;
	float: right;
	background: url(images/corner_tr.png) top right no-repeat;	
}

#header
{
	height: 90px;
	/* background: url(images/JASLogo.png) no-reapeat top left; */
	padding: 5px;
	border-bottom: 1px solid #6699CC;
}

#banner
{
	height: 25px;
	border-bottom: 1px solid #6699CC;
	padding: 5px;
	background: url(images/grad_35.png) top left repeat-x;
}

#content
{
	padding: 5px;
	min-height: 600px;	
}

#footer
{
	height: 50px;
	padding: 5px;
	text-align: center;
	font-family: "Courier" Monospace;
	border-top: 1px solid #6699CC;
	vertical-align: 50%;
	background: url(images/grad_60.png) top left repeat-x;
}

#banner span
{
	font-weight: bold;
	position: relative;
	top: 3px;
}

.show_border
{
	border: 1px solid black;
}

div.container
{
	width: 100%;
	padding: 10px;
}

div.no_float
{
	clear: both;
}

div.login
{
	/* border: 1px solid black; */
	padding: 2px;
	margin: 2px;
	height: 25px;	
	vertical-align: middle;
	float: left;		
}

div.login_label
{
	width: 100px;
}

div.login_entry
{
	width: 300px;	
}

div.login_validation
{
	width: 250px;	
}

.page_title
{
	font-size: larger;
	font-weight: normal;
}

.isis_button
{
	color: black;
	width: 150px;
	height: 20px;
	padding: 2px;
	border: 1px solid black;
	text-align: center;	
	cursor: pointer;
	background: url(images/grad_24.png) top left repeat-x;
	margin: 2px;	
}

.isis_button:hover
{
	background: url(images/grad_24_yellow.png) top left repeat-x;	
}

.pupil_name
{
	font-style: italic;
}

table.std_layout
{
	border: 0px;
}

table.std_layout td
{
	padding: 5px;
}

div.sa_outer_container
{
	width: 96%;
	border: 1px solid #6699CC;
	padding: 2px;
	overflow: auto;
	/* max-height: 600px; */
}

div.sa_inner_container
{
	width: 1600px;
	/*border: 1px dashed green;*/
}

div.level_container
{
	width: 270px; /*300px;*/
	min-height: 100px;
	padding: 2px;
	margin: 2px;
	float: left;
	/*border: 1px solid black;*/
}

div.question
{
	width: 262px; /*292px;*/
	padding: 2px;
	margin: 2px;
	border: 1px solid black;
}

div.question_panel
{
	height: 100px;		
}

div.level_header
{
	height: 50px;
	background: #6699CC;
	text-align: center;
	font-weight: bold; 	
}

div.star
{
	/* width: 100%; */
	width: 225px;
	background: url(images/star.jpg) top left no-repeat;
	min-height: 218px;
	margin: 25px auto;
	float: left;
}

.level_feedback
{
	font-size: larger;	
	font-style: italic;
}

.cell
{
	padding: 2px;
	margin: 2px;
	border: 1px solid #99CCFF;
}

.errorMsg
{
	font-size: large;
	font-style: italic;
	color: Red;	
}
