/* CSS Document */

/*-------------------------------------------------
TABLES
-------------------------------------------------*/

td {
  font-size: 13px;
}

/*-------------------------------------------------
BUTTONS
-------------------------------------------------*/
.account_info {
 clear: both;
 padding: 5px 5px 5px 30px;
 background: #eee url(/icon/user_gray.png) 8px 50% no-repeat;
 border: 1px solid #ccc;	
}

/*-------------------------------------------------
BUTTONS
-------------------------------------------------*/
.buttons {
	height:30px;
}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type] {
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type] {
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active {
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive {
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover {
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active {
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative {
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover {
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active {
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/*-------------------------------------------------
FORM FIELDS
-------------------------------------------------*/

fieldset {
 margin: 15px 0;
 padding: 15px 0;
 border: 0 none;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
}
fieldset div {
 margin: 0;
 padding: 5px 0;
 border-top: 1px dotted #cfcfcf;
}
fieldset div.last {
 border-bottom: 1px dotted #cfcfcf;
}
legend {
 display: block;
 width: 100%;
 margin: 0;
 padding: 3px;
 font: bold 1.2em 'lucida grande',tahoma,sans-serif;
 color: #999;
 background: #eee;
 border-bottom: 1px solid #ccc;
}
label {
 display: block;
 float: left;
 clear: left;
 margin-right: 5px;
 width: 100px;
 font: normal 1.1em/1.6em 'lucida grande',tahoma,sans-serif;
 color: #777;
 text-align: right;
}

div.long {
 padding-left: 100px;
}
div.long label {
 text-align: left;
 width: auto;
 float: none;
}
div.long input,	div.long select {
 clear: none;
}

#content em.desc {
 display: block;
 margin: 0 0 0 105px;
 font: italic 1em/1.1em 'lucida grande',tahoma,sans-serif;
 color: #999;
}

/*#content fieldset .question {
 margin: 0;
 padding: 4px 4px 4px 25px;
 background: #f7f7f7 url(/icon/question.gif) 3px 50% no-repeat;
}
fieldset .question label {
 display: inline;
 float: none;
 width: auto;
}*/

div.checks {
 padding-left: 100px;
}
div.checks label {
 display: inline;
 float: none;
 width: auto;
 text-align: left;
}
div.checks input {
 clear: none;
}
#content div.checks p {
 margin: 0 0 0 -100px;
}
#content div.checks em.desc {
 margin-left: 10px;
}

div.important {
 background: #ffc;
}
#content div.important .desc {
 color: #999;
}

div.options label {
 display: inherit;
 float: none;
 width: auto;
 margin-left: 100px;
}
fieldset div.options input {
 margin-right: 2px;
}
#content #content div.options p {
 margin: 5px 0;
}

div.textarea label {
 float: none;
 width: 99%;
}
div.textarea textarea {
 width: 99%;
 height: 100px;
}

#content form .option {
 margin: 5px 0;
 padding: 4px;
 font-size: 1.1em;
 background: #eee;
}
#content form .option input {
 margin-right: 2px;
}

form .formControls {
 clear: both;
 margin: 2em 0;
 padding: .5em 1em;
 background: #f5f5f5;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
}
form .formControls span {
 display: block;
 float: left;
}

/*-------------------------------------------------
FULL PAGE SPREAD
-------------------------------------------------*/

#fullspread {
  width: 910px;
  float: left;
  margin-left: 25px;
  font: normal normal 12px/18px Geneva, Arial, Helvetica, sans-serif;
  padding: 10px;
  border-top: 1px solid #ccc;
}

/*IE workaround*/
/*All IE browsers*/
* html #fullspread {
  width: 910px;
  float: left;
}

/*-------------------------------------------------
MISCELLANEOUS
-------------------------------------------------*/

p.submit,
div.submit {
  color: #666;
  font-size: 11px;
}

p.submit input {
  vertical-align: middle;
}

div.submit {
  border-top: 2px solid #000;
  padding: 8px 0 12px 0;
  text-align: center;
}

div.submit input {
  font-size: 14px;
}

.smallnote {
	font-size: 10px;
	color: #999;
	font-weight: normal;	
}

.light {
	font-weight: normal;
}

.lightgray {
	font-weight: normal;
	color: #666;
	font-size: 9px;
}

.lightgray a:link, .lightgray a:visited {
	color: #999;
	background: inherit;
	text-decoration: underline;
}

.lightgray a:hover {
	color: #fff;
	background: #000;
}

.smallgray {
  font-weight: normal;
  color: #666;
  font-size: 10px;
}

.smallgray a:link, .smallgray a:visited {
  color: #666;
  background: inherit;
  text-decoration: underline;
}

.smallgray a:hover {
  color: #fff;
  background: #000;
}

.highlight {
	background-color: #ffc;
	padding: 10px;
	border: 1px solid #ccc;
}

.highlightImportant {
	padding: .5em 1em .5em 35px;
	background: #ffc url(../icon/alert.gif) 10px 6px no-repeat;
	border: 1px solid #ccc;
}

td, th {
	padding: 3px;
	text-align: left;
}

.bigger {
	font-size: 12px;
}

.red {
	color: red;
}

.blue {
	color: #06c;
	}
	
.green {
	color: #390;
	}

code, pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	font-size: 80%
	}

pre {
  overflow: auto;
}

	/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */

* html code	{
	font-size : 105%; 
	}

#fullspread ul.block_list {
margin-top: 5px;
}
#fullspread ul.block_list li {
padding: 5px 0 5px 0px;
display: block;
background: url(../icon/arrow_right_grey.gif) no-repeat 0 8px;
padding-left: 17px;
}

/*-------------------------------------------------
FORM STUFF (MORE BELOW)
-------------------------------------------------*/

table.NewLink th {
	text-align: left;
	font-size: 10px;
}

span.formoptions /* small text inside an h2 */ {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
}

span.formoptions a {
	padding: 4px;
}

.ButtonGroup {
	font-size: 11px;
	text-align: right;
	margin: 15px 0 3px 0;
}

.error {
	background-color: red;
	padding: 2px;
}

.field_with_errors {
  padding: 4px 0 4px 2px;
  display: inline;
  border-left: 8px solid red;
  margin-left: 3px;
}

.general_error_box {
  border: 1px solid #c99;
	background: url(/icon/alertbad.gif) #c00 5px 10px no-repeat;
	color: #fff;
  padding: 10px 10px 10px 37px;
  margin-bottom: 20px;
}

.general_error_box h2 {
  color: #fff;
  margin-top: 0;
  line-height: 140%;
}

.general_error_box p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 5px;
}

.general_error_box a:link,
.general_error_box a:visited {
  color: #fff;
}

#ErrorExplanation,
#errorExplanation {
	border: 2px solid red;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}

#ErrorExplanation h2,
#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 27px;
	font-size: 12px;
	margin: -7px;
	background: url(/icon/alertbad.gif) #c00 left no-repeat;
	color: #fff;
}

#ErrorExplanation p,
#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}

#ErrorExplanation ul,
#errorExplanation ul {
	margin-left: 30px;
}

#ErrorExplanation ul li,
#errorExplanation ul li {
	font-size: 12px;
	list-style: square;
}

/*-------------------------------------------------
FLASHES
-------------------------------------------------*/

#Flash {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 30px;
	font-size: 14px;
	margin-bottom: 12px;
}

.login #Flash {
  margin-top: 12px;
  font-size: 12px;
}

#Flash.flash_notice {
	border-color: #9c9;
	color: #060;
	background: url(/icon/alertgood.gif) #E2F9E3 left no-repeat;
}

#Flash.flash_alert {
	border-color: #c99;
	color: #fff;
	background: url(/icon/alertbad.gif) #c00 left no-repeat;
}

#Flash.flash_alert a {
  color: #fff;
}

#Flash.flash_alert a:hover {
  background: #000;
}

/*-------------------------------------------------
EFFECTS
-------------------------------------------------*/

#fade {
	background-color: #ffff99;
}

#zoomer {
  position: absolute;
  background: #ccc;
  display: none;
}

.inactive {
  opacity: 0.0;
  filter: alpha(opacity: 0);
}

.active {
  opacity: 1.0;
  filter: alpha(opacity: 100);
}

.ticketcount {
  border: 1px solid #666666;
  padding: 5px 10px;
  font-weight: bold;
}

/*-------------------------------------------------
HELP SECTION
-------------------------------------------------*/

div.helpBar {
	padding: 10px;
	border-top: 1px solid orange;
	border-bottom: 1px solid orange;
	background-color: #ffc;
	text-align: center;
	margin-bottom: 50px;
}

div.helpBar h1 {
	font-size: 14px;
	margin: 0 0 5px 0;
	color: #000;
}

body.help div.SubHeader {
	text-align: center;
	margin-bottom: 35px;
	border-top: 1px solid #000;
	padding-top: 5px;
}

body.help div.SubHeader span {
	display: inline;
	padding: 5px 10px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

div.topqs {
	margin: 15px 0 25px 25px;
}

div.topqs li {
	list-style: square;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 1.4em;
}

div.Right div.topqs li {
	font-size: 12px;
}

ul.helpmenu1 {
	padding: 3px 0 4px 0;
}

ul.helpmenu2 {
	padding-bottom: 5px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 15px;
}

ul.helpmenu1 li,
ul.helpmenu2 li {
	font-family: "Lucida Grande", arial, sans-serif;
	display: inline;
	font-weight: bold;
}

ul.helpmenu1 li a:link,
ul.helpmenu1 li a:visited,
ul.helpmenu2 li a:link,
ul.helpmenu2 li a:visited {
	font-weight: normal;
}

ul.helpmenu1 li {
	font-size: 14px;
	padding-right: 10px;
}

ul.helpmenu2 li {
	font-size: 12px;
	padding-right: 10px;
}

p.screenshot img {
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #dcdcdc;
	padding: 5px;
}

img.screenshot {
	padding: 5px;
	border: 1px solid #dcdcdc;
	background: #fff;
}

div.answer {
	padding: 10px 10px 0px 10px;
	border: 1px solid #ccc;
	border-top: none;
	margin-bottom: 20px;
	display: none;
	background: #efefef;
}

#otherquestions div.answer {
	border: none;
	margin-bottom: 20px;
	padding-top: 4px;
	display: none;
	background: #fff;
}

div.closeanswer {
	background: url(/image/closeanswer.gif) no-repeat left;
	background: #666;
	margin: 0 -10px;
	padding: 3px 10px 3px 20px;
	color: #fff;
	font-size: 11px;
}

#otherquestions div.answer div.closeanswer {
	background: #fff none;
	color: #000;
	font-size: 11px;
}

div.closeanswer a:link, div.closeanswer a:visited {
	color: #fff;
}

div.closeanswer a:hover {
	color: #fff;
	background: #000;
}

#otherquestions div.answer div.closeanswer a:link, 
#otherquestions div.answer div.closeanswer a:visited  {
	color: #333;
}

#otherquestions div.answer div.closeanswer a:hover {
	color: #fff;
	background: #000;
}

h2.question {
	font-size: 14px;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 5px 10px;
	border: 1px solid #ccc;
	background: #f0f0f0;
}

#otherquestions h2.question {
	border: none;
	font-size: 12px;
}

div.answer p {
	margin: 0 0 10px 0;
}

body.help .Left h2 {
	font-size: 18px;
	color: #000;
	margin: 0 0 3px 0; padding: 0;
}

body.help .Left h3 {
	font-size: 16px;
	color: #000;
	margin: 0 0 3px 0; padding: 0;
}

body.help .Left h3 span {
	color: #666;
	font-weight: normal;
}

body.help .Left p {
	margin: 0 0 20px 0;
}

body.help div.blankBar p {
	margin: 0;
}

body.help div.blankBar {
	margin-bottom: 20px;
}

/*-------------------------------------------------
POPUP
-------------------------------------------------*/

#Popup {
	text-align: left;
}

#Popup #Header {
	border: none;
	padding-left: 15px;;
}

#Popup #Header h2 {
	font-size: 16px;
	padding: 0;
	margin: 0px;
}

#Popup p {
	text-align: left;
}

#Popup #Body {
	margin: 0 15px;
}

#Popup #close {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: #fff;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	text-align: center;
}


/*-------------------------------------------------
LOGIN SCREEN (.login is body class)
-------------------------------------------------*/

.login div.content {
	width: 730px;
	margin: 50px auto 20px auto;
	min-width: inherit;
}

.login dl {
	margin: 10px 0 0 0;
}

.login p {
	margin: 10px 0 0 0;
}

.login dt {
	float: left;
	width: 104px;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
}

.login dd {
	margin: 0 0 5px 148px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-left: 105px;
}

.login input {
	font-size: 14px;
	padding: 2px;
}

.login dd span#forgot {
	color: #666;
	font-size: 12px;
}

.login input#schoolid,
.login input#password,
.login input#postcode,
.login input#pid, {
	width: 100px;
	margin-right: 5px;
}

.login input#emailpassword,
.login input#pid, {
	vertical-align: middle;
	margin-right: 5px;
}

.login div.AlertGood,
.login div.AlertBad {
	margin: 10px 0 20px 0;
}

.login div#Dialog {
	border: 10px solid #ccc;
	padding: 15px 20px 10px 20px;
	text-align: left;
	width: 410px;
}

body.login div.below {
	font-size: 10px;
	text-align: right;
	padding: 5px 0 0 0;
}

body.login div.below a:link,
body.login div.below a:visited {
	color: #666;
}

body.login div.below a:hover {
	color: #fff;
	background-color: #666;
}


/*-------------------------------------------------
TABS
-------------------------------------------------*/

#Tabs {
	margin: 0 0 0 30px;
	height: 25px;
	padding: 0;
}

#Tabs ul {
	margin: 0; padding: 0;
}

#Tabs li {
	margin: 0; padding: 0;
	display: inline;
	list-style: none;
	border: none;
}

#Tabs ul#MainTabs {
}

div#Tabs a:link,
div#Tabs a:visited {
  text-decoration: none;
}

#Tabs a:hover {
	color: #fff;
	background: #333;
}

#Tabs ul#MainTabs a:link, #Tabs ul#MainTabs a:visited {
  float: left; /* for IE6 */
	font-size: 12px;
	font-weight: normal;
	padding: 4px 8px 6px 8px;
	margin: 0;
}

#Tabs ul#MainTabs a:link.current, #Tabs ul#MainTabs a:visited.current {
	background: #e5e5e5 url(/image/tab-bg.gif) top repeat-x;
	border-bottom: 1px solid #e5e5e5;
	color: #222;
	font-weight: bold;
	text-decoration: none;
  margin: 0;
}

/*-------------------------------------------------
NEW
-------------------------------------------------*/

body.messages div.button_to_add_new img {
  width: 176px;
}

body.messages div.button_to_add_new a.pressed {
  background-image: url(/image/post_a_new_message-pressed.gif);
  width: 176px;
}

body.edit_message div.FormBlock,
body.new_message div.FormBlock {
  margin-top: 0;
}
