/**************************************************************************************************
 * This style sheet is based on the Sinorca Screen available Open Source Web Design @             *
 * http://www.oswd.org                                                                            * 
 * Modifications :  Kally Shergill                                                                *
 *                  Added orange (FF9900) as another colour.                                      *
 *                  Included borders styles for tables.                                           *
 *                  Created a central container for the text.                                     *
 *                  Changed the look of the side bar navigation and added a backgroud bar to      *
 *                  highlight the currently chosen menu option.                                   *
 **************************************************************************************************/

/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(134,152,152); /* Dark grey */
  /* background-color: rgb(240,240,240); */ /*  light grey*/
/*
  background-color: rgb(140,170,230); light blue 
  background: #FFFFFF url(images/background.png) repeat-y 50% 0;
  background-attachment: fixed;
  */
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
  text-align: center; 
}


/* All tables have a border */
table {
  border-collapse:collapse;
  border: 1px solid #ff9900;
  line-height: 1.25em;
  font-size:100%;
}

caption {
  color: white;
  background-color: #FF9900;
  /* border-bottom: 1px solid white; */
  line-height: 1.5em;
  font-weight:bold;
  font-size:110%;
}

th {
  color: white;
  background-color: #FF9900;
  border: 1px solid #FF9900;
}

.borderTable td {
  border: 1px solid #FF9900; 
}

.CalendarDark td {
  border:1px solid #999999;
  background-color:#dddddd;
  text-align: center; 
}
				  
.Calendar td {
  border:#999999 1px solid;
  text-align: center; 
}

.noborder {
  border:0;
}
				 
acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


img {
  border:0;}
    
/* #### Main container for the page ##### */

.main-container {
  width: 780px; 
  border-left: 1px solid #B9B8B1;
  border-right: 1px solid #B9B8B1;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  text-align: left;
  /*background-color: rgb(240,240,240);  light grey*/
  background-color: rgb(207,214,222); 
}

/* ##### Header ##### */

.superHeader {
  color: white;
  background-color: rgb(100,135,220);
  height: 2em;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
}

.superHeader .right {
  text-align: right; 
  clear:right;
}

.midHeader {
  color: rgb(39,78,144);
  background-color: transparent;
  margin:0px;
}

.headerTitle {
  font-size: 337%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}


.subHeader {
  color: white;
  background-color: rgb(0,51,153);
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm; 
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  text-decoration: underline;
}

.subHeader .right {
  text-align: right; 
  clear:right;
}

.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
}

/* ##### Side Bar ##### */

#side-bar {
  width: 14em; 
  float: left;
  clear: left;
/*  border-right: 1px solid rgb(153,153,153); */
  /*background-color: rgb(240,240,240);  light grey*/
  background-color: rgb(207,214,222); 
}


.divider {
  border-top:1px solid rgb(153,153,153);
}

.sbh {
  font-weight: bold;
  margin:0;
  padding:0;
}

.sbcontain {
}

.sbsub {
  padding-left:10px;  
}

.thisPage {
  background-image:url("images/side_bar_thisPage.gif");
  background-repeat: no-repeat;
}

#side-bar a {
  color: rgb(0,102,204);
  background-color: transparent; 
  text-decoration: none;
  padding: 0.25em 1ex 0.25em 2mm;  
  display:block;
  margin:0;
}

#side-bar a:hover {
  text-decoration: underline;
}

.sideBarTitle {
  font-weight: bold;
  margin: 0 0 0.5em 2.5mm;
  padding: 1em 0 0 0;
}

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
/*  display:block;*/
}

.lighterBackground {
  color: inherit;
  background-color: white;
}

.centre {
  text-align:center;
}


/* ##### Main Copy ##### */


#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 14em;
  padding: 0.5mm 3mm 3mm 3mm; 
/*
  gives more space for the maps.
  padding: 0.5mm 1mm 5mm 2mm; 

  original value
  padding: 0.5mm 5mm 5mm 5mm; 
*/
  border-left: 1px solid rgb(153,153,153);
}


#main-copy p {
  margin: 1em 1ex 1em 1ex;
  padding: 0;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

#main-copy h1 {
	color: #FF9900;
	background-color: transparent;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 170%;
	margin: 1em 0 0 0;
	padding: 0.5ex 0 0.5ex 44px;
	border-bottom: 1px solid #FF9900;
	background-image:url("images/khanda_for_headings.png");
	background-repeat: no-repeat;
	line-height:2em;
}

#main-copy h2 {
/*
  font-size: 120%;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
  */
  color: #FF9900; 
  background-color: transparent;
  font-family: arial, sans-serif;
  font-size: 150%;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 0.5ex 0 0.5ex 0.6ex;
  border-bottom: 1px solid #FF9900;
}

#main-copy .topOfPage {
  color: #FF9900;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 0.5ex 0.5ex 0 0; /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy > .topOfPage {
    margin: 0.75ex 1ex 0 0;  /*For fully standards-compliant user agents */
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 1.25em 1.25em;
  padding: 0;
}

#picture-container {
  text-align:center;
}

/* ##### Footer ##### */

#footer {
  color: white;
  /* background-color: rgb(100,135,220); Changed to the top dark blue */
  background-color: rgb(0,51,153); 
  font-size: 91%;
  margin: 0;
/*  padding: 1em 2.5mm 2.5ex 2.5mm; */
  padding: 0;
  clear: both;
  line-height: 3em;
}

#footer .left {
  float: left;
  clear: left;
  margin-left:1em;
}

#footer .right {
  text-align: right; 
  clear:right;
  margin-right:1em;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}
