/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
font: 18pt verdana;
}


body
{
	font-family: "georgia", sans-serif;
	font-size: 10pt;
	background-color: #fff;
	color: #555;
}

a
{
	color: #007788;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
}

/* Outer */

#outer
{
	position: relative;
	margin: 2em;
}

/* Header */

#header
{
	position: absolute;
	top: 1.5em;
	background: #073C4C url('images/header.jpg') top right no-repeat;
	height: 135px;
	width: 100%;
}

#header h1
{
	position: absolute;
	top: 1.2em;
	left: 1.0em; 
	font-size: 2.5em;
	color: #fff;
}

#header h2
{
	position: absolute;
	top: 6em;
	left: 2.5em; 
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
}

#header a
{
	color: #fff;
	text-decoration: none;
}

/* Menu */

#menu
{
	position: absolute;
	width: 100%;
	top: 0em;
	left: 0em;
	background: #007788 url('images/x3.gif') top left repeat-x;
	height: 4em;
}



	




/* Content */

#content
{
	line-height: 1.7em;
	padding-top: 188px;
}

#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h5,h6
{
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.1em;
	background: #fff url('images/x2.gif') top left repeat-x;
}

#content h2 span, #content h3 span
{
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('images/x1.gif') top right no-repeat;
	width: 16px;
	height: 28px;
}
#content h1 {
text-align: left;

font-family: arial,sans-serif;

font-style: normal;

font-variant: normal;

font-weight: bold;

font-size: 28px;

line-height: normal;

font-size-adjust: none;

font-stretch: normal;

color: #000000;

border-bottom-width: 2px;

border-bottom-style: solid;

border-bottom-color: #bfbfbf;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 0pt;

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;
} 

#content h2 {
text-align: left;

font-family: arial,sans-serif;

font-style: normal;

font-variant: normal;

font-weight: bold;

font-size: 22px;

line-height: normal;

font-size-adjust: none;

font-stretch: normal;

color: #000000;


padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 0pt;

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;
}

#content ul
{
	
}

/*#content blockquote
{
	border: dashed 1px #BFB793;
	background: #FFFEFB url('images/x5.gif') top left repeat-x;
	padding: 1em;
	margin-bottom: 1.5em;
}*/

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background: #FDFEFE url('images/x6.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowB
{
	background: #FFFEFC url('images/x7.gif') top left repeat-x;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	position: relative;
	float: left;
	
	width: 80%;
}

#primaryContent
{
	margin: 0em 33em 0em 0em;
	padding: 1.5em;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: right;
	width: 12em;
	padding: 1.5em;
	margin-right: 1em;
}

/* Tertiary Content */

#tertiaryContent
{
	
	float: right;
	width: 12em;
	padding: 1.5em;
	
}

/* Footer */

#footer
{
	padding: 1.5em;
	background: #fff url('images/x2.gif') top left repeat-x;
}
#tertiaryContent a {
display: block;
}
.goodalert {
    background: #fff6bf url(/course/icons/accept.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    margin: 5px;
    }
    .badalert {
    background: #fff6bf url(/course/icons/cancel.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    margin: 5px;
    }
   .obvious {
   font: bold 10pt verdana;
   }
   .correct {
   color: green;
   }
   .incorrect {
   color: red;
   } 
   p {
   margin: 10px;
   }
   div#questionform {
   display: none;
   }
   table.helpdesk {
   border: 1px solid black;
   border-collapse: collapse;
   background-color: #F6FAFF;
  
   }
   table.helpdesk td {
   border: 1px solid black;
   padding: 5px;
   font: 10pt verdana;
   }
   table.helpdesk td.title {
   background-color: #ddd;
   padding: 5px;
   font: 10pt verdana;
   margin-left: 5px;
   }
     table.helpdesk td.content {
   padding: 13px;
   }
   .debug {
   border: 1px solid #bbb;
   background-color: #eee;
   font: 9pt verdana;
   color: #bbb;
   margin: 20px;
   padding: 4px;
   }
   #linksmenu a{
	
	width:183px; 
	//height:20px; 
	background-color:#073C4C; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
	padding-left: 5px;
	padding: 5px;
}
#linksmenu a:hover{
	background-color:#92B4DE;
}
#linksmenu a.extra {
background-color: #0C607B;
}
#linksmenu a.extra:hover{
	background-color:#92B4DE;
}
#linksmenu a.divider {
background-color: #fff;
color: black;
}
#linksmenu a.header {
background-color: #fff;
color: black;
background-image: url(/course/grad.jpg);
}
#linksmenu a.highlight {
background-color: #92B4DE;
background-image: url(/course/icons/arrow_undo.png);
background-repeat: no-repeat;
background-position: center right; 
}
#linksmenu a.normal {
float: none;
}
li {
margin: 0px;
padding: 0px;
width: 90%;
}
li a {
text-decoration: none;
margin: 0px;
padding: 0px;
}
ul {
padding-left: 50px;
}
.purchasetable {
border: 2px solid black;
padding: 5px;
}
.noscreen {
display: none;
}
h4 {
background-image: url(/course/grad.jpg);
background-repeat: repeat-x;
width: 600px;
color: black;
border: 1px solid black;
padding: 4px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

ul, ol {
padding: 10px;
padding-left: 30px;
border: 1px solid black;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.slidethumb {
float: left;
margin: 3px;
}