/* labs stylesheet */
/* primary palette */
/* 862633 - PMS 202 (burgundy) */
/* 231F20 - Black */
/* 63666A - Cool Grey 10 */
/* 97999B - Cool Grey 7 */
/* 8C8279 - Warm Grey 8 */
/* A59C94 - Warm Grey 6 */

/* secondary palette */
/* E10098 - Rhodamine Red (hot pink) */
/* E4002B - PMS 185 (salsa red) */
/* FE5000 - Orange 021 */
/* FFB81C - PMS 1235 (gold/mustard) */
/* FEDD00 - Yellow */
/* E1E000 - PMS 396 (pale lime green) */
/* 78BE20 - PMS 368 (light green) */
/* 00B398 - PMS 3275 (teal) */
/* 00AEC7 - PMS 3125 (aqua) */
/* 307FE2 - PMS 2727 (lightish blue) */
/* 1E22AA - PMS 2736 (purplish blue) */
/* BB29BB - PMS Purple */

/* other Computer Science colours */
/* c9c801 - CS light green */
/* ebebd5 - CS warm grey */
/* efefd0 - CS greenish grey */
/* 9c9b00 - CS moss green */

body
{
    margin: 4px 4px;
    background-color: #FEFEFE;
    color: #303030;
    font-family: Verdana;
    font-size: 1em;
}

#masthead {
    background: transparent url("../images/subheader-trans.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #862633;
    border-radius: 10px;
    height: 80px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding: 4px 0px;
    line-height: 80px;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 140%;
}

#submasthead {
    background: transparent url("../images/subheader-trans.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    position: relative;
    height: 32px;
    padding: 4px 0px;
    color: #FFFFFF;
    background-color: #9c9b00;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    font-size: 120%;
    vertical-align: middle;
}

#buttons {
    position: relative;
    height: 100%;
    padding: 4px 0px;
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    line-height: 100%;
    vertical-align: middle;
}

#readings {
    padding: 4px 0px;
}

#quotes {
    padding: 4px 0px;
}

#notes {
    padding: 4px 0px;
}

#objectives {
    padding: 4px 0px;
}

#introduction {
    padding: 4px 0px;
}

#points {
    padding: 4px 0px;
}

#authors {
    background: transparent url("../images/subheader-trans.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    position: relative;
    height: 16px;
    padding: 4px 8px;
    color: #000;
    background-color: #9c9b00;
    text-align: left;
    font-weight: bold;
    font-style: italic;
    line-height: 16px;
    vertical-align: middle;
}

masthead, img {
    vertical-align: middle;
}

hr {
    border: 2px solid #9c9b00;
}

input {
    font-family: Verdana;
    font-size: 90%;
    border: 1px solid #777777;
    border-radius: 4px;
    background: #9c9b00;
    color: #FFFFFF;
    padding: 4px 4px;
    margin: 8px 4px;
    font-weight: bold;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#labexercises {
    padding: 4px 0px;
}

#reviewexercises {
    padding: 4px 0px;
}

#pointstoconsider {
    padding: 4px 0px;
}

div.reminder {
    border: 2px dotted #9c9b00;
    padding: 4px 4px;
}

div.reminder p.rem{
    margin-top: -16px;
    line-height: 1em;
    background-color: white;
    border-top: 1px dotted #9c9b00;
    border-right: 1px dotted #9c9b00;
    border-bottom: 0px dotted #9c9b00;
    border-left: 1px dotted #9c9b00;
    position: relative;
    padding: 4px 4px;
    font-weight: bold;
}

div.solution
{
  display: none;
}

div.exercise {
	clear: both;
	position: relative;
	width: 100%;
	padding: 1px 0px 1px 0px; /* don't change top and bottom padding in this...messes up printing */
}

div.exercisenum {
	float: left;
	position: relative;
	width: auto;
	vertical-align: top;
	padding: 1px 10px 1px 0px;  
}

div.textinexercise {
	float: left;
	position: relative;
	width: 86%;
	vertical-align: top;
	padding: 1px 2px;
}

div.buttons {
    clear: both;
    height: 100%;
    padding: 4px 0px;
    color: #FFFFFF;
	width: auto;
    text-align: center;
    font-weight: bold;
    line-height: 100%;
    vertical-align: middle;
}

div.questions{
	clear: both;
	width: 99%;
	border-top: 1px solid #97999B ;
	border-right: 0px solid #97999B ;
	border-bottom: 1px solid #97999B ;
	border-left: 1px solid #97999B ;
	border-collapse: collapse;
	background-color: transparent;
	margin: 3px 0px 0px 0px;
	padding: 5px 5px;
	color: #404040;
}

div.indented 
{ 
	text-align: left;
	margin-left: 40px;
}

a:link { 
	background-color: transparent;
	color: #9c9b00;
	text-decoration: underline;
}

a:visited { 
	background-color: transparent;
	color: #862633;
	text-decoration: none;
}

a:focus { 
	background-color: transparent;
	color: #9c9b00;
	text-decoration: underline;
}

a:hover {
	background-color: #ebebd5;
	color: #9c9b00;
	text-decoration: underline;
}

a:active { 
	background-color: transparent;
	color: #9c9b00;
	text-decoration: underline;
}

h1
{
    color: #FFFFFF;
    font-size: 140%;
    padding: 4px 0px;
}

h2
{
    background: transparent url("../images/subheader-trans.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #c9c801;
    border-radius: 10px;
    position: relative;
    height: 16px;
    padding: 4px 16px;
    color: #231F20;
    font-size: 110%;
    font-weight: bold;
    line-height: 16px;
    vertical-align: middle;
    text-align: left;
    text-indent: 16px;
    display: inline;                    
}

h3
{
    color: #231F20;
    font-size: 100%;
    font-weight: bold;
    padding: 4px 0px;
}

h4.code
{
    color: #231F20;
    text-align: center;
    font-size: 100%;
    font-weight: normal;
    padding: 4px 0px;
    margin: 16px 0px 4px 0px;
}

h4
{
    color: #231F20;
    font-size: 100%;
    font-weight: normal;
    padding: 4px 0px;
    margin: 16px 0px 4px 0px;
}

h5
{
    color: #FFFFFF;
    font-size: 100%;
    font-weight: normal;
    padding: 4px 0px;
}

/*p {
	clear: both;
	position: relative;
	width: 100%;
}

p.note
{
	font-size: 100%;
}

ul.discstyle
{
	list-style-type: disc;
}

ul.circlestyle
{
	list-style-type: circle;
}

ul.squarestyle
{
	list-style-type: square;
}

ol.number
{
	list-style-type: decimal;
}

ol.letter
{
	list-style-type: lower-alpha;
}
*/

table.notbordered
{
    border-width: 0px;
    border-collapse: collapse;
    padding: 0px 0px 0px 0px;
    color: #231F20;
    font-size: 1em;
    margin: auto;
}

table.notbordered td
{
    background-color: transparent;
    padding: 4px 4px 4px 4px;
    font-size: 1em;
}

table.notbordered th
{
    background-color: transparent;
    padding: 4px 4px 4px 4px;
    font-size: 110%;
}

table.bordered
{
    border-width: 1px;
    border-style: solid;
    border-color: #97999B;
    border-collapse: collapse;
    padding: 0px 0px 0px 0px;
    color: #231F20;
    font-size: 1em;
    margin: auto;
}

table.bordered td
{
    background-color: transparent;
    padding: 2px 2px 2px 2px;
    border: 1px solid #97999B;
    font-size: 1em;
}

table.bordered th
{
    padding: 2px 2px 2px 2px;
    border: 1px solid #97999B;
    background-color: #e1e000;
    color: #231F20;
    font-size: 1em;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
}

table.code
{
    border-width: 0px;
    border-collapse: collapse;
    background-color: #99BFC2;
    padding: 0px 0px 0px 0px;
    color: #404040;
    width: 90%;
    margin: auto;
    font-size: 1em;
}

table.code th
{
    padding: 2px 2px 2px 2px;
    border: 1px solid #97999B;
    background-color: #e1e000;
    color: #231F20;
    font-size: 110%;
    text-decoration: none;
    text-align: center;
    font-style: normal;
    font-weight: normal;
}

table.code tr.even
{
    background-color: #cccccc;
    border: 1px solid #97999B;
}

table.code tr.odd
{
    background-color: #dddddd;
    border: 1px solid #97999B;
}

table.code tr.odd td.num
{
    width: 10%;
    border: 1px solid #97999B;
}

table.code tr.even td.num
{
    width: 10%;
    border: 1px solid #97999B;
}

table.code tr.odd td.source
{
    border: 1px solid #97999B;
}

table.code tr.even td.source
{
    border: 1px solid #97999B;
}

table.questions
{
    width: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #97999B;
    border-collapse: collapse;
    background-color: #cccccc;
    padding: 4px 4px 4px 4px;
    color: #404040;
    font-size: 1em;
}

table.questions th
{
    padding: 2px 2px 2px 2px;
    border: 1px solid #97999B;
    background-color: #e1e000;
    color: #231F20;
    font-size: 110%;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}

table.questions td
{
    padding: 4px 4px 4px 4px;
    font-size: 1em;
}

pre{
	width: auto;
}

pre.notablecode {
	border-width: 0px;
	border-collapse: collapse;
	background-color: #e1e000;
	padding: 0px 0px 0px 0px;
	color: #404040;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: arial;
	font-size: 1em;
}

pre.tablecode {
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	font-family: arial;
	font-size: 1em;
}



input.button
{
    height: 100%;
    padding: 4px 4px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    line-height: auto;
    vertical-align: middle;
}

input[type=text]
{
    height: 100%;
    padding: 4px 4px;
    color: #231F20;
    background-color: #efefd0;
    text-align: left;
    font-weight: bold;
    line-height: auto;
    vertical-align: middle;
}

select
{
    font-family: Verdana;
    font-size: 90%;
    border: 1px solid #97999B;
    border-radius: 4px;
    background: #c9c801;
    color: #231F20;
    padding: 2px 2px;
    margin: 8px 4px;
    font-weight: bold;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
