/* qtwinstylesheet.css
-- created by:  Olivia Zheng
-- created on:  05.05.2009
-- modified on: 12.01.2009 - add image file "QIMRlogo.jpg", "QTwinlogo.jpg"
--              14.01.2009 - "sidebar" position = relative
--              15.01.2009 - foot-size = 13
--              20.01.2009 - putting correct measurement for sidebar and add button,textbox etc
--              16.02.2009 - commented out " background-color: WhiteSmoke; "
--
*/
#header {
   margin-left: 5px;
   margin-right: 30px;
   /* background-color: WhiteSmoke; */
   border-top: 2px solid FireBrick;
   border-bottom: 2px solid FireBrick;
   height: 120px;
   color: black;
 }

#footer 
   {margin-left: 180px;
    margin-right: 30px;
    /* background-color: WhiteSmoke; */
	border-top: 2px solid FireBrick;
	clear: both; 
	font-size: 12px;
    font-family: Arial;
 	position: relative;
    } 

#sidebar 
  {margin-left: 5px;
   height: 430px;
   width: 170px;
   float: left; 
   background-color: Teal;
   background-position: top left;
   line-height:3em;
   color: White;
   text-align: center;
   font-family: Arial;
   font-size: 14px;
   position: absolute left;
 } 

#qimrlogo {
	background: url(images/QIMRlogo.jpg); 
	background-position: top left;
	background-repeat: no-repeat;
    height: 120px; 
	width: 170px;
	border: 0;
	float: left;
}

#qtwinlogo {
	background: url(images/QTwinlogo.gif); 
	background-position: top right;
	background-repeat: no-repeat;
    height: 100px;
	width: 163px;
	border: 0;
	float: right;
}

#title1
  {font-family: Book Antiqua; 
   font-weight: bold;
   text-align: center;
   font-size: 35px;
  }

#title2 
  {font-family: Book Antiqua;
   font-style:oblique;
   font-weight: bold;
   text-align:center;
   color: FireBrick;
   font-size: 20px;
  }

#contenttext
 {margin-left: 100px;
  margin-right: 30px;
  /* background-color: WhiteSmoke; */
  line-height: 1.5em;
  font-family: sans-serif;
  text-align: justify;
  padding-left: 5em;
  padding-right: 1em;
 }

input.radiobutton
   { 
   width: 1.7em; height: 1.7em;
   }

input.textbox 
{
 background: Moccasin;
 }

input.next
{ background: Teal;
  font-weight: bold;
  font-size: 1em;
  color: Black;
}


