/*
Learning Object Creator (LOC)
Copyright: University of Southampton
Updated: 14 May 2007 rej
Updated: 23/01/08 gsg
*/

body {
	padding: 0;
	margin: 0;
	}

/* ---( font parameters )------------------------------- */

body, td, th, ul {
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-family: Georgia, serif;
}

body {
	font-size: small;
	color: #333;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

/*-- ( outer wrapper for whole page ) --*/

#outer {
    min-width: 500px;
    background:url(s2_bg_outer.gif) #fff repeat-x;
	border: 1px solid #ccc;
	margin: 20px;
	padding: 20px; 
	position: relative;
	}

/* ---( text )------------------------------- */

p {
	padding: 0;
	margin: 2px 0 10px 0;
	}
p.task_intro { margin: 2em 0 0 0;}

h1 {
    font-size: 160%;
	font-weight: normal;
	border-bottom: 1px dashed #6a6a6c;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	color: #6a6a6c;
    }

h2 {
	font-size: 140%;
	font-weight: normal;
	color: #336;	
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 1em;
    }
	
h3 {
	font-size: 120%;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 10px 0;
	color: #336;	
    }

.feedback, .hidefeedback, .help, .hidehelp, .review, .hidereview { 
	cursor: pointer; 
	cursor: hand;
	border: none;
	color: #333366;
	font-size: 120%;
	font-weight: bold;
	font-family: Georgia,serif;
}
	
h4 {
	font-size: 100%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #336;	
	font-style: italic;
    }

/* ---( links )------------------------------- */
a:link {
color: #336;
   text-decoration: none;
   font-weight: 800;
    background-repeat: no-repeat;
    }

a:active {
    color: #f63;
    text-decoration: underline;
    }

a:visited {
color: #336;
text-decoration: none;
}

a:hover {
    color: #f63;
    text-decoration: underline;
    }

/* ---( boxes )------------------------------- */

.activities {
    clear:both;
	margin: 10px 0 0 0;
	padding: 10px;
	border: 1px solid #ccc;
}

.activities label {
	margin: 0 1em 0 2em;
	padding: 0;
}

.activities input.cloze, .activities input.yesno {
	margin: 0 0.5em 0 0.5em;
	padding: 0;
}

.reviewbox {
    clear:both;
	margin: 10px 0 10px 0;
	background: #eee;
	padding: 8px;
	border: 1px solid #ccc;
}


.instruction {	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px ;
	margin: 10px 0px ;
	}

.instruction h2 {	
	color: #669;
	font-weight: normal;
	font-style: italic;
	font-size: 140%;
	line-height: 1.4em;	
	}
	
.instruction  p {	
	color: #999;
	font-weight: normal;
	font-style: italic;
	font-size: 110%;
	line-height: 1.4em;	
	}


/* ---( images )------------------------------- */
.imagebox {
	float: left;
	margin: 6px 20px 12px 0px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
	position: relative;
}

.imagebox p {
	font-size:90%;
	color: #999;
	padding: 0;
	margin: 5px;
	text-align: center;
}

/* ---( icons )------------------------------- */
.help, .hidehelp, .feedback, .hidefeedback {
	padding: 0 0 0 15px;
	*padding: 0 ;
	margin: 0;
}
.help {
	background:url(s2_icon_plus.gif) no-repeat left center;
}
.hidehelp {
	background: url(s2_icon_minus.gif) no-repeat left center;
}

.helpanswer {
	background: #eee;
	color: #666;
	padding: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 10px 0;
}

.feedback {
	background: url(s2_icon_plus.gif) no-repeat left center;
}

.hidefeedback {
	background: url(s2_icon_minus.gif) no-repeat left center;
}
.feedbackanswer {
	background: #eee;
	color: #666;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	margin: 20px 0 20px 0;
}

.review, .hidereview {
	padding: 5px 0 0 15px;
	*padding: 5px 0 0 0px;
	margin: 0;
}
.review {
	background: url(s2_icon_plus.gif) no-repeat left center;
}
.hidereview {
	background: url(s2_icon_minus.gif) no-repeat left center;
}

.reviewanswer { margin: 20px 0 0 0 ;}

.footnotes a {
    color:#00FF00;
	text-decoration:none;
	}

/* ---( misc )------------------------------- */
#copyrightnotice {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 5px;
}
