/* CVS: $Id: custom.css,v 1.62 2010/04/27 11:56:08 dan Exp $ */

img{-ms-interpolation-mode:bicubic}.

tr.hoverHighlight:hover {
	background-color: #F5F2BE;
}

p.std { padding: 5px; }

.padding5 {
	padding: 5px;
}

.margin5 {
	margin: 5px;
}

a.modal {
	text-decoration: none;
	border-bottom: 1px dotted #3F4C6B;
	outline: none;
}

a.modal:hover {
	color: #006E2E;
}

a.plain {
	text-decoration: none;
}

a.icon {
	text-decoration: none;
	background-color: #FFFF88;
	border-bottom: 1px solid #ccc;
	border-right:  1px solid #ccc;
	padding: 3px;
}

a.icon img { 
	margin-bottom: -3px; 
}

img.icon {
  margin-bottom: -3px;
}

div.box div.box_container {
	padding: 5px;
}

span.detail {
	display: block;
	font-size: 10px;
	padding: 3px;
}

form div.form-row {
  display: block;
  width: 100%;
  padding: 5px;  
}

form div.form-row label {
  font-weight: bold; 
  display: block; 
}

form.std label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

form.std .submit input {
  margin-left: 4.5em;
}

div#globalFlash 
{
  background-color: #fff;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  border: 0px solid #cccccc;
  margin: 0 auto 0 auto;
}

div.autocomplete 
{
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}

div.autocomplete ul 
{
  list-style-type:none;
  margin:0px;
  padding:0px;
}

div.autocomplete ul li.selected 
{ 
	background-color: #ffb;
}

div.autocomplete ul li 
{
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

div.add_comments_form_wrap
{
  float:left;
  display:inline;
  width:550px;
}

form.commentform input.title 
{
  width: 95%;
}

form.commentform textarea.comment 
{ 
  width: 95%;
  height: 120px;
}

div.blogentry-single { margin: 0; }
div.blogentry-single div.blogheader { width: 720px; }
div.blogentry-single div.blogcontent { width: 700px; }
div.blogentry-single div.blogfooter { width: 720px; }
div.blogentry-single div.blogfooter div.blogfootercomment { float: right; text-align: right; }


table#inboxlist a.from
{
  font-weight: bold;
  color: #000;
}

table#inboxlist tr.unread 
{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #E8EEF7;
}

table#inboxlist tr.read 
{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

div#messagetext { }
div#messagetext strong { font-weight: bold; }
div#messagetext em { font-style: italic; }
div#messagetext ul { list-style: disc; padding-left: 30px;  }
div#messagetext ol { list-style: decimal; padding-left: 30px; }

div.data-controls
{
  background:#D9E0F2;
  width:719px;
  float:left;
  display:inline;
  border-bottom:1px solid #f3f3f4;
  border-left:1px solid #f3f3f4;
  border-right:1px solid #f3f3f4;
  margin-bottom:20px;
}

ul#mailcontrols li 
{
  clear:left;
  height:17px;
  margin-left:10px;
  padding:3px 0px 0px 5px;
  font-size:0.9em;
}

div#centreunregistered
{
  background-color: #FF7F00;
  font-size: 11px;
  padding: 5px;
  height: 23px;
  color: #fff; 
  text-align: center;
  float:left;
  position:relative;
  width: 890px;
}

div#unreadmessage
{
  font-size: 11px;
  padding: 5px;
  height: 23px;
  color: #fff;
  background-color: red;
  text-align: center;
  float:left;
  position:relative;
  width: 890px;
}

#quotaalert
{
  background-color: #ff7f00;
  font-size: 11px;
  padding: 5px;
  height: 23px;
  color: #fff; 
  text-align: center;
  float:left;
  position:relative;
  width: 890px;
}

div#unreadmessage a, div#centreunregistered a { color: #fff; }

/* basic css for flash uploader */

#demo-status
{
  background-color: #F9F7ED;
  padding: 10px 15px;
  width: 420px;
}

.hide {
	 display: none;
	}
 
#demo-status .progress
{
  background: white url(/js/fancyupload/assets/progress-bar/progress.gif) no-repeat;
  background-position: +50% 0;
  margin-right: 0.5em;
}
 
#demo-status .progress-text
{
  font-size: 0.9em;
  font-weight: bold;
}
 
#demo-list
{
  list-style: none;
  width: 450px;
  margin: 0;
}
 
#demo-list li.file
{
  border-bottom: 1px solid #eee;
  background: url(/js/fancyupload/assets/file.png) no-repeat 4px 4px;
}
#demo-list li.file.file-uploading
{
  background-image: url(/js/fancyupload/assets/uploading.png);
  background-color: #D9DDE9;
}
#demo-list li.file.file-success
{
  background-image: url(/js/fancyupload/assets/success.png);
}
#demo-list li.file.file-failed
{
  background-image: url(/js/fancyupload/assets/failed.png);
}
 
#demo-list li.file .file-name
{
  font-size:        1.2em;
  margin-left:      44px;
  display:        block;
  clear:          left;
  line-height:      40px;
  height:         40px;
  font-weight:      bold;
}
#demo-list li.file .file-size
{
  font-size:        0.9em;
  line-height:      18px;
  float:          right;
  margin-top:       2px;
  margin-right:     6px;
}
#demo-list li.file .file-info
{
  display:        block;
  margin-left:      44px;
  font-size:        0.9em;
  line-height:      20px;
  clear
}
#demo-list li.file .file-remove
{
  clear:          right;
  float:          right;
  line-height:      18px;
  margin-right:     6px;
}

/* end of flash uploader */

div.inline-edit-wrap { width: 550px; }
div.inline-edit-wrap div.box { width: 550px; }
div.inline-edit-wrap div.boxheader-1 { width: 550px; }

div.form_error
{
	color: #ff0000;
}

div.blogcontent strong
{
  font-weight: bold;
}

div.blogcontent em
{
  font-style: italic;
}

div.blogcontent ul
{
  list-style: disc;
  padding-left: 30px; 
}

div.blogcontent ol
{
  list-style: decimal;
  padding-left: 30px; 
}

div#uploadmanagercontrols
{
	padding: 5px;
}

div#confirmAction 
{
	text-align: center;
}

span.red { color: red; font-size: 12px; }

div.message_body 
{
	border: 1px solid #EFEFEF;
	padding: 5px;
	background-color: #fff;
}

/* should match tinymce/advanced/themes/content.css */
div.reply_indent 
{
  border-left: 2px solid blue;
  margin-left: 15px; 
  padding-left: 5px; 
}

span.user_status_active { color: green; }
span.user_status_other { color: red; }

div.sidemenu 
{
	float:left;
	position:relative
}

div.sidemenu ul { list-style:none; margin:10px 0px 10px 0px; }
div.sidemenu ul li 
{
	clear:left;
	padding:3px 0px 0px 10px;
	font-size:0.9em;
}
div.sidemenu ul li a:hover 
{
	background-color: #ccc;
	color: #000;
	padding: 1px;
}

div#leftcontent div.colbox ul.colmenu li, div#leftcontent div.colbox p
{
	padding: 5px;
  font-size:0.8em;
  line-height:1.4em;
  color:#333;
}


.odd {

}

.even {
  background-color:#F3F3F3;
}

ol.olist li {
	padding: 2px;
	border-bottom: 1px solid #EFEFEF;
	font-size: 10px;
}

span.timeago { color: #ccc; font-style: italic; }

span.filecontrols a
{
	font-size: 0.8em;
}

div.rptstatus {
  font-size: 0.9em;
  display: inline;	
  color: #666;
}

span.account_status_controls
{
	padding: 1px;
	font-size: 0.8em;
}

div#task_image
{
	float: right; 
	width: 100px; 
	height: 80px; 
	padding: 4px;
}

p.subevent {
	padding-top: 5px;
  margin-left: 15px;	
}

table#newsfeedtbl tr td {
	vertical-align: top;
}

p.filtered_results {
	padding: 3px; 
	background-color: #CDEB8B; 
	font-size: 12px;
}

div.green_info {
	padding: 3px; 
  background-color: #CDEB8B; 
  font-size: 12px;
}

span.green_info {
  padding: 5px;
  background-color: #CDEB8B;
  font-size: 12px;
}

/* colours for marksheet status:
  
  Green   In progress
  Amber   Awaiting mark
  Red     Marked
  Black   Submitted to OCR
  
*/
span.ms_status_100, span.ms_status_100 a { color: #02cd38; }
span.ms_status_200, span.ms_status_200 a { color: #ff9500; }
span.ms_status_300, span.ms_status_300 a { color: #ff0000; }
span.ms_status_320, span.ms_status_320 a { color: #0000ff; }
span.ms_status_350, span.ms_status_350 a { color: #000000; }
span.ms_status_400, span.ms_status_400 a { color: #000000; }


table#newsfeedtbl {
	font-size: 10px;
}

table#evidenceTable tr td {
  padding: 4px;
  border: 3px solid #A7B6DD;
}

table#evidenceTable tr td div.evidenceWrap {
  padding: 2px;
}

span.checkFileTaggedStatus{
  font-size: x-small;
}

/* calendar css */

.calendar tbody  td.special
{ 
  color: green;
  text-decoration: underline;
}

div#imageEditContainer {
  padding: 10px;
}

div#imageEditControls {
  padding: 10px;
}

/* forms */
fieldset { 
	 border:1px solid #ECECEC;
	 padding: 1em;
	 margin: 5px;
}

fieldset label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
}

fieldset input, 
fieldset button, 
fieldset textarea,
fieldset select {
	 margin: 2px;
}
  
fieldset legend {
  padding: 0.2em 0.5em;
  font-size: 14px;
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
  text-align:right;
}

/* markscheme rendering */
span.block_mark {
	width: 100px;
}

div.block_mark {	
}

div.lower {
	color: green;
}

div.upper {
	color: red;
}

tr.head-2 { background-color: #CDEB8B; }
tr.head-app {
  color: #fff; 
  background-color: #C5007B;
  font-weight: bold;
}

/* style of task description */

div#currentTaskDescription, div.tinyMCEContent {
	 
}

div#currentTaskDescription strong, div.tinyMCEContent strong {
  font-weight: bold;
}

div#currentTaskDescription p, div.tinyMCEContent p {
  margin-bottom: 5px;
}

div#currentTaskDescription em, div.tinyMCEContent em {
  font-style: italic;
}

div#currentTaskDescription ul, div.tinyMCEContent ul {
  list-style: disc;
  padding-left: 30px; 
  margin-bottom: 5px;
}

div#currentTaskDescription ol, div.tinyMCEContent ol {
  list-style: decimal;
  padding-left: 30px;
  margin-bottom: 5px; 
}

/* Growler Notice Custom Styling */
div.Growler-notice {
  background-color: #000;
  color: #fff;
  opacity: .85;
  filter: alpha(opacity = 85);
  zoom: 1;
  width: 235px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  display: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  min-height: 40px;
}

div.Growler-notice-head {
  font-weight: bold;
  font-size: 10px;
}

div.Growler-notice-exit {
  float: right;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}

div#centrelogo {
	text-align: center;
}

div#centrelogo img {
	padding: 3px;
}

table#exception tr td {
	padding: 5px;
}

/* new pagination styles */

div.pagination2 {
  padding: 3px;
  margin: 3px;
  float: left;
  position: relative;
  display: block;
}

div.pagination2 a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #AAAADD;
  text-decoration: none; /* no underline */
  color: #000099;
}

div.pagination2 a:hover, div.pagination2 a:active {
  border: 1px solid #000099;
  color: #000;
}

div.pagination2 span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #000099;
  font-weight: bold;
  background-color: #000099;
  color: #FFF;
}

div.pagination2 span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #EEE;
  color: #DDD;
}

/* old pagination style */

.pagination{
  float: left;
  padding: 2px;
  margin-top: 5px;
}

.pagination ul{
  margin: 0;
  padding: 0;
  text-align: left; /*Set to "right" to right align pagination interface*/
  font-size: 14px;
}

.pagination li{
  list-style-type: none;
  display: inline;
  padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
  padding: 0 5px;
  border: 1px solid #AAAADD;
  text-decoration: none; 
  color: #000099;
}

.pagination a:hover, .pagination a:active{
  border: 1px solid #000099;
  color: #000;
  /*background-color: #FFFF80;*/
}

.pagination a.currentpage{
  background-color: #000099;
  color: #FFF !important;
  border-color: #AAAADD;
  font-weight: bold;
  cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
  background-color: white;
  cursor: default;
  color: #929292;
  border-color: #929292;
  font-weight: normal !important;
}

.pagination a.prevnext{
  font-weight: bold;
}

.greyed, a.greyed:visited, a.greyed:active, a.greyed {
    color: #666;
}

input.watermark {
  color:#999;
}

span.noResults {
  color: #999;
}


div#levelsRange {
  margin: 5px;
  
}

ul.appMarkschemeList {
  list-style: circle;
  padding-left: 15px;
}

table.property-list {
  font-size: 10px;
  border: 1px solid #ccc;
}

table.property-list tr td {
  padding: 5px;
}

table.property-list tr td:first-child {
  background-color: #ececec;
}

.stdoutline {
  border: 1px solid #ccc;
  margin: 2px;  
}

table.resume {
  border: 1px solid #ccc;
  margin: 2px;
}

table.resume tr td {
  padding: 2px;
}

table.resume tr.head {
  background-color: #D9E0F2;
}

div.tinymce-text        { }
div.tinymce-text strong { font-weight: bold; }
div.tinymce-text em     { font-style: italic; }
div.tinymce-text ul     { list-style: disc; padding-left: 30px;  }
div.tinymce-text ol     { list-style: decimal; padding-left: 30px; }

.session-status-pending { color: #ccc;    }
.session-status-paused  { color: #ff9500; }
.session-status-running { color: #02cd38; }
.session-status-stopped { color: #f00;    }
.session-status-notrun  { color: #ccc;    }

span.task-owner {  
  color:#000; 
  padding: 1px; 
  margin: 2px; 
  font-size: 8px; 
}

div.newsfeed-centre-info {
  font-size: xx-small;
  color: #333;
  margin-top: 5px;
  text-align: right;
  width: 99%;
}

div#datagrid {
  width: 720px;
  overflow: auto;
}


ul#wizard-steps {
  margin-left: 10px;
}

ul#wizard-steps li.todo {
  color: #ccc;
}

div.class-username {
  margin-top: 3px;
}

div.class-username img {
  margin-bottom: -4px;
}

form.newform label {
  display: block;
  margin: 3px 0 3px 0;
  color: #333;
}

form.newform button {
  margin-top: 5px;
}

form.newform input[type="text"], form.newform input[type="password"] {
  font-size: 16px;
  padding: 2px;
  border: 1px solid #ccc;
}

form.newform input:focus {
  border: 2px solid #D9E0F2;
}

/* Asset message */
#asset-message {
	color: #ff0000;
	font-weight: bold;
}
p.file-failed {
	font-weight: bold;
	color: #ff0000;
}
.file-info {
	font-weight: bold;
  	color: #ff0000;
}

