﻿* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}

body {
    color: #444444;
    font:normal normal normal 14px/20px Arial, Tahoma, Verdana, sans-serif;
    background: url(../../UI/Image/bg_basic.gif) #f7fafa 0 0 repeat-x;
}

body, form {
    margin:0;
    padding:0;
}

body:last-child form {height: 100%;}

p.Header {
    color: #FFFFFF;
    background: url(../../UI/Image/bg_h1.gif) #215a9b 0 0 repeat-x;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 9px;
    font-weight: normal;
    display:block;
    text-transform:uppercase;
}

h1 {
    color: #9c121c;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 15px 15px 25px;
    font-weight: normal;
}

h2 {
    font-size: 17px;
    font-weight:normal;
    color: #1c82c3; 
    text-align:left;
    margin:8px 5px;  
    padding: 5px 0;
}

h3, h2.First, h2.Second, h2.Third {
    font-size: 15px;
    font-weight:bold;
    color: #1c82c3;
    text-align:left;
}

input.txt, textarea {
    background: url(../../UI/Image/bg_input_textarea.gif) #FFFFFF 0 0 no-repeat;
    border: solid 1px #c8ced4;
    padding: 0 2px 0 3px;
    font: 11px/17px Arial, Tahoma, Verdana, sans-serif;
    color: #707172;
}

div.Page {
    position: relative;
    width: 960px;
    margin: 0 auto;
    min-height: 100%;
    background: url(../../UI/Image/bg_page.gif) center top repeat-y;
}
*html div.Page {
    height: 100%;
}

/* Header :-------------------:start */

div.Header {
    height: 163px;
    background: url(../../UI/Image/bg_header.gif) #FFFFFF 0 0 no-repeat;
}
img.Logo {
    position: absolute;
    left: 35px;
    top: 45px;
}
div.HeaderImage {
    position: absolute;
    top: 29px;
    right: 9px;
    width: 682px;
    height: 118px;
    background: url('../../UI/Image/img_header_pic.jpg') no-repeat right bottom;
}

/* Header :---:end */

div.PageContent, div.HelpContent {
    position: relative;
    min-height: 418px;
    background: url('../../UI/Image/bg_content.gif') repeat-y 0 0;
    padding: 0 0 10px 0;
}
*html div.PageContent {
    height: expression( this.scrollHeight < 420 ? "418px" : "auto" );
    border-top: solid 1px #FFFFFF; /* ie6 fix */
}
b.RightShadow {
    position: absolute;
    height: 419px;
    width: 9px;
    top: 0;
    right: 0;
    background: url('../../UI/Image/bg_content_right.gif') no-repeat 0 0;
}
b.LeftShadow {
    position: absolute;
    height: 419px;
    width: 9px;
    top: 0;
    left: 0;
    background: url('../../UI/Image/bg_content_left.gif') no-repeat 0 0;
}

div.PageContent ul {
    
}

*html div.PageContent ul {
    height: 1%;
}

div.HomeContent {
    background: url(../../UI/Image/bg_central.gif) #124a76 left bottom repeat-x;
    height: 507px;
    margin: 2px 24px 2px 24px;
    position: relative;
    /*padding-top: 1px;*/
}

/* Login :-------------------:start */

div.Login {
    position: absolute;
    right: 0;
    top: 0;
    height: 487px;
    width: 194px;
    background-color: #aad0e9;
    z-index: 2;
}

div.Login h3 {
    color: #FFFFFF;
    background: #124e80 url(../../UI/Image/bg_h3_login.gif) 0 0 repeat-x;
    font-size: 13px;
    padding: 5px 0 0 20px;
    height: 53px;
}

div.Login h3 span {
    clear: both;
    margin-left: 20px;
}

div.Graduate {
    width: 232px;
    height: 317px;
    position: absolute;
    right: 186px;
    bottom: 21px;
    background: url('../../UI/Image/school-timetable-software-graduate.png') no-repeat 0 0;
    z-index: 4;
}

*html div.Graduate {
    background-image: url(../../UI/Image/school-timetable-software-graduate.gif);
}

div.FrontMenu {
    width: 730px;
    height: 486px; 
    background: url('../../UI/Image/bg_table.jpg') no-repeat 0 47px;
}

/* Login panel :---:end */


div, a, p, input, textarea, select {
    font: normal normal normal 12px/16px Arial;
    color: #404040;
}

p {
    margin: 5px 10px;
    font-size:13px;
    line-height:20px;
}

/* Button Start */

input.Button, input.LiquidButton, a.LinkButton {
    background: #0065a2;
    border: solid 1px #aad0e9;
    padding: 2px 5px;
    margin: 0 7px;
    cursor: pointer;
    color: #f7f7f7;
}

input.Button {
    width: 90px;    
}

input.ButtonMouseOver, input.ButtonFocus {
    background: #FF9A31;
}

input.LiquidButton {
    
}

a.LinkButton:link, a.LinkButton:active, a.LinkButton:hover, a.LinkButton:visited {
    color: #f7f7f7;
    float:right;
    width:auto;
    text-decoration:none;
    padding:5px 10px;
}

a.LinkButton:hover {
    background: #004F80;
}


/* Button End */

input.TextBox, input.Watermark {
    background: #F7F7F7 url(../../UI/Image/input-background.gif) no-repeat scroll left top;
    padding: 2px 4px;
    margin: 0;
    width: 220px; /* height: 18px; */
    line-height: normal;
    border: 1px solid #C2EAFF;
}

input.TextBox {
    color: #0e0e0e;
}

input.TextBoxFocus, input.TextBoxMouseOver {
    border: 1px solid #46DF3F;
}

input.TextBoxKeyDown {
    border: 1px solid #ffdfb5;
}

input.Watermark, textarea.Watermark {
    color: #AAD0E9;
}

select.DropDownList, select.DropDownListFocus, select.DropDownListBlur {
    width: 233px;
    height: 22px;
    background: #9ee790;
}

select.DropDownListFocus {
    background: #9ee790;
}

.RequiredFieldValidator, .RegularExpressionValidator {
/*    margin-left:10px;
    display:inline; */
}

p.RequiredInfo {
    font-size:12px;
    line-height:16px;
    font-style:italic;
    text-align:right;
    padding-right:10px;
    margin:0 5px 0 0;
}

a, a:link, a:active, a:visited {
    cursor: pointer;
    color:#0065A2;
    text-decoration:none;
    outline: none;
}

th a, th a:link, th a:active, th a:visited {
    color:#46DF3F;
}

a:hover {
    outline: none;
    text-decoration:underline;
}

a img {
    border: none;
    text-decoration: none;
    outline:none;
}

div.Service {
    background: url(../../UI/Image/service-back.gif) #032349 repeat-x;
    padding: 5px 0 5px;
    margin:0;
    display:block;
    height:20px;
}

div.Service p {
    font-weight: bold;
    text-align:center;
    color: #FFFFFF;
    font-size:14px;
    margin:0;
    padding:0;
}

div.Menu {
    display: block;
    text-align: right;
    padding: 0 4px;
    margin: 0 10px 0 0;
    font-family: Arial;
    line-height: 15px;
    float: right;
    width: auto;
    position:relative;
}

div.MenuItem {
    text-align: center;
    display: block;
    float: left;
    padding: 3px 6px;
    margin: 3px 6px;
    color: #0e0e01;
    border: solid 1px #1c82c3;
    background: #c2eaff;
}

div.AdminPanel {
    
}

div.Title {
    background: #314550;
    margin: 10px 0;
    padding: 0;
    border-bottom:dotted 1px #404040;
    clear: both;
}

.Admin {
}

.AdminContent {
    background: #c2e9ff;
}

/* General Start */

/* General End */

div.Notification {
    position: absolute;
    border: dotted 1px #314550;
    padding: 10px 20px 10px 10px;
    background: #F7FCC1;
    top: 0;
    left: 0;
    z-index: 1000;
    margin:0;
    white-space:nowrap;
}

div.NotificationHover {
    cursor: pointer;
}

div.Notification div {
    font-size: 14px;
    line-height:23px;
    padding: 3px 0 3px 30px;
}

div.Notification div.Info {
    background: transparent url(../../UI/Image/Icon/info.gif) left top no-repeat;
}

div.Notification div.Warning {
    background: transparent url(../../UI/Image/Icon/warning.gif) left top no-repeat;
}

div.Notification div.Error {
    background: transparent url(../../UI/Image/Icon/error.gif) left top no-repeat;
}

span.Error {
    color:Red;
}

div#UpdateProgressContainer {
    position: absolute; 
    top: 162px; 
    margin: 0 auto; 
    z-index: 100000; 
    text-align: center;
    display: block; 
    width: 100%;
}

div#UpdateProgress {
    position: relative; 
    width: 960px; 
    display: block; 
    text-align: center;
    margin: 0 auto;
}

div#UpdateProgressText {
    display: block; 
    text-align: right; 
    margin-right: 30px;
    color: #007984;
}

img.UpdateProgress {
    border: none; 
    padding: 0; 
    margin: 0; 
    line-height: 0;
    font-size: 0;
}

/* Default Page Start */

div.Application, div.ApplicationHide {
    margin: 0;
    padding: 0;
    width: 512px;
    height: 384px;
    z-index:100000;
    display:block;
}

div.ApplicationContainer {
    width: 100%;
    height: 100%;
}

div.ApplicationHide {
    display:none;
    visibility:hidden;
    background:blue;
}

div.Minimized {
}

div.Maximized {
    width: 100%;
    height: 100%;
}

div.ApplicationObject {
    display:block;
    z-index:100000;
}

/* Default Page End */

/* Registration Start */

em {
    font-weight:bold;
    color: #DE3A46;
    margin-right:2px;
}

div.PagePadding ul, div.ContentPadding ol, div.HelpContent ul, div.FormRegion ul {
    margin: 10px 5px 15px 5px;
}

div.ContentPadding li, div.HelpContent li, div.FormRegion li {
    list-style-type:circle;
    margin:5px 0 5px 40px;
}

ol.why {
    margin:20px 10px;
}

ol.why li {
    list-style-type:decimal;
    font-weight:bold;
    margin:10px 40px;
}

ol.why p {
    
}

div.LoginFormRegion {
    width:200px;
    height:462px;
    float:right;
    display:inline;
    margin:0;
    padding:0;
    background: #AAD0E9;
}

div.FormRegion, div.TextRegion, div.ApplicationArea {
    /* background: url(../../UI/Image/form-backgroud.gif) #bfe7fd left top repeat-x; */
    background: #AAD0E9;
    padding: 5px 8px 10px 10px;
    margin: 0;
}

div.LoginFormRegion p {
    color: #286192;
}

div.ApplicationArea {
    /* background:#ffdfb5; */
}

div.FormRegion h3 {
    display:inline;
}

div.FormRegionAdmin {
    width: 100%;
    overflow: auto;
}

div.FormRow {
    clear: both;
    margin: 15px 0 3px 0;
    height: auto;
    width: auto; /* IE6 fix */
    display:block; /* IE6 fix */
}

div.FormRow label {
    width: 180px;
    padding: 0 10px;
    display: block;
    float: left;
    clear: left;
    line-height: 25px;
    text-align: right;
}

div.LoginFormRegion div.FormRow label {
    text-align:right;
    width:80px;
    padding:0 5px;
}

div.LoginFormRegion div.FormRow input.TextBox, div.LoginFormRegion div.FormRow input.Watermark {
    width:150px;
    text-align:left;
}

div.LoginFormRegion div.FormRow {
    margin: 5px 0 3px 0;
}

div.LoginButtonArea a {
    text-align:left;
    display:inline;
    float:left;
}

div.LoginButtonArea input {
    float:right;
}

div.LoginPanel {
    text-align:left;
    float:right;
    display:block;
    width:auto;
}

div.Editions {
    display:block;
    text-align:center;
    margin:0 auto;
    width:100%; /* IE6 fix */
}

div.EditionCell, div.EditionCellSelected {
    text-align:left;
    float:left;
    display:inline;
    padding:11px 16px;
    margin: 0 14px 10px 0;
    background-color: #AAD0E9;
    border:dotted 1px #0065A2;
    width:255px;
}

div.EditionCellSelected {
    background-color: #FFF1A9;
    border:solid 2px #0065A2;
    padding:10px 15px;
}

div.Price {
    text-align:right;
    margin:15px 0 5px;
}

div.Editions h3 {
    font-size:14px;
}

div.Price h4 {
    text-align:right;
    font-size:14px;
    font-weight:bold;
    color: #0065A2;
}

div.EditionCellSelected div.Price h4 {
    /* border-bottom: solid 2px #9EE790; */
    /* color:#9EE790; */
    text-decoration:underline;
}

div.Editions ul li {
    list-style-type:square;
}

/* Registration End */

/* Open Start */

table.Default {
    border: 1px solid #0065A2;
    border-bottom: 3px solid #0065A2;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    color: #666666;
    font-size: 95%;
    margin: 15px 0;
    clear:both;
}

table.Default th, table.Default td {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.1em;
}

table.Default th {
    background-position: 1px 1px;
    background-repeat: repeat-x;
    background-color: #0065A2;
    font-size: 100%;
    text-align: left;
    line-height: 1.3em;
    color: #f7f7f7;
    border-left: 1px solid #0e0e0e;
    border-right: 1px solid #0e0e0e;
    border-bottom: 1px solid #0065A2;
}

table.Default td {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dotted #0065A2;
}

table.Default tr {
    background-color: #ECF6FB;
}

table.Default tr.even {
    background-color:#F3F7FB;
}

/* Open End */

p.MoreHelp {
    margin-top:20px;
}

/* Home Page */

/* .FrontMenu, .FrontMenu .Bar {
	width: 720px;    
}

.FrontMenu
{
	padding: 5px 5px 0px 5px;
	margin-left: 2px;
	margin-top: -4px;
}
*/

.FrontMenu .Bar
{
	background: #F6ECA4 url(images/MainPage/bar.jpg) no-repeat top left;
	height: 47px;
	position: relative;
}

.FrontMenu .Bar a
{
	color: #FFFFFF;height: 47px;	line-height: 47px;
	font-size: large;
	position: relative;
	top: 0px;
	display: block;
	text-decoration: none;
	padding-right: 6px;
	margin-right: -6px;
	cursor: pointer;
}

.FrontMenu .Bar span.item
{
	line-height: 47px;
	margin: 0;
	float: left;
	position: relative;
	display: inline;
	cursor: pointer;
	width: 140px;
	text-align: center;
	margin-left: 6px;
}

/* We have to handle hover with jQuery because :hover makes IE6 crash. */
.FrontMenu .Bar a.hover
{
	background: transparent url(images/MainPage/hoverRight.gif) no-repeat center right;
	height: 47px;
}

/* We have to handle hover with jQuery because :hover makes IE6 crash. */
.FrontMenu .Bar a.hover span
{
	background: transparent url(images/MainPage/hoverLeft.gif) no-repeat center left;
	height: 47px;
	display: block;	line-height: 47px;
}

.FrontMenu .Bar span.sel a:hover { background: none; padding-left: 0px; margin-left: 0px;}
.FrontMenu .Bar span.sel a:hover span { background: none; padding-left: 0px; margin-left: 0px;}

.FrontMenu .Bar span.sel
{
	background: transparent url(images/MainPage/selLeft.gif) no-repeat top left;
	height: 47px;
}

.FrontMenu .Bar span.item .spike, .FrontMenu .Bar span.sel .spike
{
	background: transparent url(images/MainPage/spike.gif) no-repeat top left;
	display:none;
	position: absolute;
	top: 43px;
	left: 50%;
	margin-left: -11px;
	width: 25px;
	height: 14px;
	z-index: 1;
}

.FrontMenu .Bar span.sel .spike
{
	display: block;
}

.FrontMenu .Bar span.sel .right
{
	background: transparent url(images/MainPage/selRight.gif) no-repeat top right;
	position: absolute;
	height: 48px;
	width: 4px;
	right: 0px;
	top: 0px;
}

.FrontMenu .Bar span.sel a { color: #003571; }

div.PanelBack {
    padding:42px 28px;
}

.FrontMenu div.Panel div.item {
	/* background: #ebe19b url(images/MainPage/panel.jpg) no-repeat 0% 0%; 
	background: #007A84;*/
	float: left;
	width: 400px;
	/* border-right:solid 10px yellow; */
}

div.Panel div.item h2 {
    margin:5px 5px 5px 20px;
    padding:16px 0 4px;
    font-size:18px;
}

div.Panel div.item p, div.Panel div.item ul li {
	color: #FFFFFF;
	/*margin-left:20px;*/
	padding-left:10px;
	font-size:14px;
	line-height:20px;
}

div.Panel div.item ul {
    margin:10px 0;
}

div.Panel div.item ul li {
    list-style-type:square;
    margin-left: 40px;
}

div.Panel div.item p.LinkMore {
    margin: 15px 0 0 0;
    padding:0;
    text-align: right;
}

div.Panel div.item div.ButtonMore {
    text-align: right;
    height: 23px;
}

div.Panel div.item p.Footnote {
    font-style: italic;
    font-size: 12px;
    margin-top:15px;
}

div.Panel div.item p.Footnote a, div.Panel div.item p.LinkMore a {
    color:#FFB26D;
}

div.Panel div.item p.LinkMore a {
    font-size:14px;
}

div.Panel div.item p.Footnote a {
    font-style: italic;
}

div.BoardParagraph {
    width: 470px;
}

h2.First {
    color: #C9DA7E;
}

h2.Second {
    color: #FFB26D;
}

h2.Third {
    color: #FFEE88;
}

.ReadMoreLayer {
    padding: 10px 20px;
    display:none;
    border: solid 1px #0e0e0e;
    background: #FEFEFE;
    width: 500px;
    z-index:100;
}

ul.FooterMenu {
    color: #B6B6B6;
    margin: 0 0 0 14px;
}
ul.FooterMenu li {
    /*float: left;*/
    display: inline;
}
ul.FooterMenu li a, ul.FooterMenu li a:link, ul.FooterMenu li a:visited {
    display: inline;
    padding: 0 10px;
    color: #265d8c;
    text-decoration: none;
}
ul.FooterMenu li a:hover, ul.FooterMenu li a:active {
    color: #ff4e00;
    text-decoration: none;
}

div.Login {
    padding:0;
    margin:0;
}

div.Login h3 {
    color: #FFFFFF;
    background: #124e80 url(../../UI/Image/bg_h3_login.gif) 0 0 repeat-x;
    font-size: 13px;
    padding: 5px 0 0 20px;
    height: 53px;
    margin:0;
}

div.Login h3 span {
    clear: both;
    margin-left: 20px;
}

div.Login em.Separator {
    height: 5px; display:block;
    background-color: #134a75;
	line-height:5px;
	font-size:1px; 
	margin-top:30px /* temp fix */;
	width:194px; /* dirty fix */
}

input.Submit {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('../../UI/Image/button_blue.gif') no-repeat 0 0;
    color: #FFFFFF;
        cursor: pointer;     text-align: left;
        width: 122px;     font-weight: bold;
        height: 27px;
        line-height: 24px;
        font-size: 13px;
        padding: 0 0 0 32px;
}

input.SubmitOver {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('../../UI/Image/button_blue.gif') no-repeat -160px 0;
    color: #FFFFFF;
        cursor: pointer; 
        text-align: left;
        width: 122px; 
        font-weight: bold;
        height: 27px;
        line-height: 27px;
        font-size: 13px;
        padding: 0 0 0 33px;
}

/* Footer :-------------------:start */

div.Footer {
    background: url(../../UI/Image/bg_footer.gif) #dddfdf 0 0 repeat-x;
    min-height: 50px;
    margin: 0 9px;
    position: relative;
    padding: 2px 0 0 0;
}
*html div.Footer {
    height: expression( this.scrollHeight < 52 ? "50px" : "auto" ); /* ie6 fix */
}
p.Copyright {
    color: #878a8a;
    text-align: center;
    margin: 5px 0;
}

/* Footer :---:end */

div.Break, .Break, div.Content div.Break {
    clear: both;
    line-height: 0;
    font-size: 0;
    border: none;
}

br.Break, div.content br.Break {
    clear: both;
    display: block;
    line-height: 0;
    font-size: 0;
    border: none;
}

/* End Home Page */

/* Light box */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/Gallery/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/Gallery/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/Gallery/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}	

/* End Light box */

/* Start Help */

div.HelpContent {
    padding: 0 30px 20px 15px;
}

div.ContentPadding {
    padding: 0 30px 20px 20px;
}

div.HelpContent, div.HelpContent p, div.HelpContent a, blockquote {
    font: normal normal normal 14px/20px Arial;
}

div.HelpContent h2 {
    font-size: 16px;
    border:none;
    margin: 10px 10px 5px 10px;
    padding: 5px 0;
}

blockquote {
    border: dotted 1px #0e0e0e;
    display: block;
    padding: 2px 4px;
    font-style: italic;
    margin:15px 40px;
    padding: 5px 5px 5px 35px;
    background: #F7FCC1 url('../../UI/Image/Icon/info.gif') 5px 5px no-repeat;
}

div.toc {
    width: 450px;
    margin-bottom:20px;
}

div.toc ul {
    list-style-type: none;
}

div.toc ul li {
    margin: 20px 0 10px 10px;
    padding: 0;
    font-size: 16px;
    list-style-type: none;
}

div.toc ul li ul {
    margin:5px 10px;
}

div.toc ul li ul li {
    list-style-type: none;
    margin:0 0 0 5px;
    padding:0 0 0 22px;
    background: url('../../Help/Image/book.gif') no-repeat bottom left;
    line-height:16px;
}

*html div.toc ul li ul li {
    height:16px; /* IE6 fix */
}

div.toc a:link, div.toc a:active, div.toc a:visited, div.toc a:hover {
    font-size: 14px;
    padding: 3px 0;
    display: block;
}

div.BreadCrumb {
    margin-right:20px;
    padding:0 5px 5px;
    text-align:right;
}

div.BreadCrumb a, .BreadCrumbTitle {
    margin: 0 5px;
}

/* End Help */

/* Printing Start */

@media print {

    object {
        display:none;
    }
    
    html, body {
        background: #ffffff;
        overflow: auto;
    }

    div.Print {
        display:block;
    }

    div.Change {
        /*    background:red;
        width:100px;
        height:100px;
        */
    }

    table.Timetable {
        border-collapse: collapse;
        border: solid 1px #111111;
    }

    table.Timetable td {
        border-left: solid 1px #0759BE;
        border-top: solid 1px #0759BE;
        color: #0000A0;
    }

    table.Timetable td.ResourceName {
        padding: 0 2px;
    }

    table.Timetable td.Space {
        border-top:none;
    }

    table.Sub {
        width:100%;
        height:100%;
    }

    table.Sub td {
        border:none;
    }

    div.SchoolTitle {
        font-size: large;
        padding:10px 5px;
    }

    div.SchoolYear {
        padding:0 5px 5px;
    }

}

@media screen {

    object {
        display:block;
    }
    
}

/* Printing End */