body {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	overflow: auto;
}



h1, h2, h3 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F06431;
	padding: 0px 0px;
}



h2 {
	font-size: 20px;
}



h3 {
	font-size: 16px;
}

td.header{
	font-family: Trebuchet MS, Verdana, Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #F06431;
	font-size: 16px;
}

.Ingress {
	font-weight:bold;
	text-transform: uppercase;
}


p {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0px;
	margin: 0px;
}



a {
	text-decoration: none;
	color: #F06431;
}

a:hover{
	text-decoration: underline;
}

/* Tutorial spesific */

td.exercisequestion
{
	padding: 5px 5px 5px 5px;
	border-left: #A4A4A4 1px solid;
	border-right: #A4A4A4 1px solid;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	font-family: Lucida, Verdana, Geneva, Helvetica, Arial, sans-serif;
	background-image: url("http://www.coastkey.no/content/files/images/pagegraphics/navi_bottom.jpg");
}

td.exercisequestionno
{
	font-size: 12px;
	font-weight: bold;
	color: white;
	font-family: Lucida, Verdana, Geneva, Helvetica, Arial, sans-serif;
	background-image: url("http://www.coastkey.no/content/files/images/pagegraphics/question_number.gif");
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
}

td.exercisequestionname
{
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	font-family: Lucida, Verdana, Geneva, Helvetica, Arial, sans-serif;

}

td.exercisebottom
{
	font-size: 10px;
	font-weight: bold;
	color: #222222;
	font-family: Lucida, Verdana, Geneva, Helvetica, Arial, sans-serif;
	background-image: url("http://www.coastkey.no/content/files/images/pagegraphics/box_bottom.jpg");
}

td.exercisechapter
{
	padding: 5px 5px 5px 5px;
	border-left: #A4A4A4 1px solid;
	border-right: #A4A4A4 1px solid;
	font-size: 14px;
	font-weight: bold;
	color: #222222;
	font-family: Lucida, Verdana, Geneva, Helvetica, Arial, sans-serif;
}

td.exerciseanswer
{
	font-size: 11px;
	font-weight: normal;
	color: #222222;
	font-family: Lucida, Verdana, Geneva, Helvetica, Arial, sans-serif;
	border-left: #A4A4A4 1px solid;
	border-right: #A4A4A4 1px solid;
}

td.exercisebuttons
{	
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	font-family: Lucida, Verdana, Geneva, Helvetica, Arial, sans-serif;
	background-image: url("http://www.coastkey.no/content/files/images/pagegraphics/ftr_bg.jpg");
}

/* Tool menu */
.tb 

{

  -moz-user-select: none;

  -khtml-user-select: none;

  user-select: none;

  font-family:Arial, DejaVu Sans Condensed, Nimbus Sans L, sans-serif;

  background-color:#F5F4F2;

  background-image:url(/gfx/tb.gif);

  background-repeat:repeat-x;

  border:none;

  cursor:default;

}



.tb2, .tb3, .tb4, .tb5, .tb6

{

  height:18px;

  _height:20px;

  border-left:1px solid #848284;

  border-right:1px solid #848284;

  border-top:none;

  border-bottom:1px solid #848284;

  padding-top:1px;

  overflow:hidden;

  white-space:nowrap;
  
  font-size: 12px;

}



.navlist

{

  border:none;

  margin:0;

  padding:0;

  overflow:hidden;

  cursor:default;

}



.navlist li

{

  height:18px;

  _height:auto;

  float:left;

  display:inline;

  list-style:none;

  vertical-align:top;

  margin-top:0px;

}



.navlist li a 

{

  text-align:center;

  color:#333;

  text-decoration:none;  

  font-weight:bold;    

  padding:0px 3px 0px 3px;            

  float:left;

}



.navlist li a img

{

  vertical-align:-4px;

}



.navlist li a:hover

{

  background-color:#CCCCCC;

  color:#333;

  text-decoration:none;  

  border:1px solid;

  border-left-color:#848284;

  border-top-color:#848284;

  border-right-color:#FFF;

  border-bottom-color:#FFF;

  padding:0px 2px 0px 2px;

  margin-top:-1px;

}



.navlist li a.disabled img

{

  filter:gray;

}



.navlist li a.disabled

{

  color:#969696;

  cursor:default;

}



.navlist li a.disabled:hover

{

  background:none;

  border:none;

  padding:1px 3px 1px 3px;            

  _padding:1px 4px 1px 3px;            

  cursor:default;

}



.navlist li.separator{padding:1px}

/* Sortable tables START */
table.sortable thead {
	text-align: left;
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;

}
table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;

}

table.sortable th, table.sortable td {
	text-align: left;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #7c715f;
}

table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #ccc;
	 background: url(/gfx/xp3.gif);
	 background-repeat: repeat-x;	
	 font: bold 12px;
	 color: Black;
}

table.sortable td {
/*	border-width: 0px 1px 0px 1px;*/
	border-left: 1px dashed #bdb5a8;
	border-right: 1px dashed #bdb5a8;
	border-top: 0px;
	border-bottom: 1px dashed #7c715f;
	font: 10px;
}

table.sortable tr.odd td {
	background-color: #ddd;
}

table.sortable tr.even td {
	background-color: #fff;
}

table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}
/* Sortable tables END */

 .font0 { font:7.00pt Helvetica, Arial;}
 .font1 { font:9.00pt Helvetica, Arial;}
 .font2 { font:12.00pt Helvetica, Arial; }
 .font3 { font:13.00pt Helvetica, Arial; }
 .font4 { font:14.00pt Helvetica, Arial; }
 .font5 { font:16.00pt Helvetica, Arial;}
 .font6 { font:18.00pt Helvetica, Arial;}
 .font7 { font:20.00pt Helvetica, Arial; }
 
 .lysfont0 {color: #fff; font:7.00pt Helvetica, Arial; }
 .lysfont1 {color: #fff; font:9.00pt Helvetica, Arial; }
 .lysfont2 {color: #fff; font:12.00pt Helvetica, Arial; }
 .lysfont3 {color: #fff; font:13.00pt Helvetica, Arial; }
 .lysfont4 {color: #fff; font:14.00pt Helvetica, Arial; }
 .lysfont5 {color: #fff; font:16.00pt Helvetica, Arial; }
 .lysfont6 {color: #fff; font:18.00pt Helvetica, Arial; }
 .lysfont7 {color: #fff; font:20.00pt Helvetica, Arial; }
 
 
 h2.trigger {
	padding: 0 0 0 0px;
	margin: 0 0 5px 0;
	background: url(/gfx/header_bg_480.png) no-repeat;
	height: 32px;
	line-height: 32px;
	width: 480px;
	font-size: 1em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #ccc;
}
h2.active {background-position: left bottom;}

.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(/gfx/toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1em;
	width: 480px;
	clear: both;
}

.toggle_container .block {
	padding: 5px;
	background: url(/gfx/toggle_block_btm.gif) no-repeat left bottom;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
/*.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}*/
