/*  //// Layout13 from http://blog.html.it/layoutgala   /////   */

div#sandboxshell{
	float:left;
	width:100%;
	}

div#sandbox{
	margin: 0 50px 0 179px;
	}

div#navigation{
	float:left;
	width:179px;
	margin-left:-100%;
	}

div#extra{float:left;
	width:50px;
	margin-left:-50px;
	}

/*adjust these for a sticky footer. */


/* //////------ color and other styling ------////// */

body{background-image:url(../sitegraphics/body-strip.png) ;
	background-repeat:repeat-y;
	}

div#header{background-image:url(../sitegraphics/header-strip.png)}

div#sandbox {padding-left:80px;}

#menu ul, #menu li {list-style-type:none; padding:0; margin:0;}


#menu li a {
	display:block;
	background-image:url(../sitegraphics/menu-tab.png);
	background-position:bottom;
	font-family:Impact, Haettenschweiler, Arial, fantasy;
	font-weight:normal;
	color:white;
	font-size:16px;
	line-height:28px;
	height:30px;
	text-align:right;
	padding-right:25px;
	text-decoration:none;
	width:154px;
	}

#menu li a:hover {
	color:black;
	}
	
#menu li a.first {
	height:32px;
	}


p, h1, h2, h3, h4, #sandbox table {line-height:1.2em; margin-top:.6em;}

a {color:#08247F;text-decoration:underline; font-family: Arial, Verdana, Helvetica; font-size: 10pt; font-style: normal; font-weight: normal;}
a:hover{color:#ff0000;text-decoration:none; font-family: Arial, Verdana, Helvetica; font-size: 10pt; font-style: normal; font-weight: normal;}


h1, h2, h3 {font-family:Impact, Haettenschweiler, fantasy;}
h1 { color: #f00; font-size: 17pt; margin-left:-40px;}
h2 { color: #000000; font-size: 14pt;}
h3 { color: #000000; font-size: 12pt;}
h4 { color: #666666; font-size: 8pt;}
h5 { color: #000000; font-size: 10pt;}
h6 { color: #000000; font-size: 8pt;}

td, th, p, ul, ol { font-size: 10pt; }

ul, ol {margin-left:30px;margin-top:.5em;margin-bottom:.5em;}
li {margin-bottom:.7em;}


input, select, textarea {BACKGROUND-COLOR:#FFFFFF;
	border: 1px solid #999;
	COLOR:#000000;
	}
	
textarea {height:100px;width:250px;}

.productlist td, .eklipseform td, .eklipseform th {padding:4px 0 4px 15px; border-top:1px dotted red;}
.productlist td.c1 {font-style:italic; white-space:nowrap}
.productlist td.c3 {text-align:right; font-weight:bold;}

.eklipseform input.button { border-bottom:1px solid black;  border-right:1px solid black;}

#footer {font-size:8pt; color:#666;padding-top:16px;}

.left {padding-right:16px; padding-bottom:8px; clear:left;}
.right {padding-left:16px; padding-bottom:8px; clear:right;}

hr {clear:both;}

.red {color:red;}
.green {color:green;}
.blue {color:blue;}

.sidebar {
	float:right;
	width:230px;
	padding:20px 0 20px 20px;
	margin-left:20px;
	border-left:1px dotted blue;
	}

ul {list-style-position:outside}

#sandbox iframe {margin-left:-80px; width:100%; height:600px}

.courselist {padding-right: 30px;}
.courselist table td {padding:4px;}
.courselist table tr.evenrow {background-color:#eee}

label.error{color:red; display:block; clear:both;}