 /* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image: url(../images/scl96x96.jpg);
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

div div{
	margin: 2px 2px 2px 2px;
	border: 1px solid #ccc;
}

div div div{
	border-style: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* head layer */
#head{
	height: 50;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
	border-bottom: 1px solid #cccccc;
	position: absolute:
}

/* navigation layer */
#navigation{
	top: 60;
	width: 150px;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: absolute;
}

#navigation div{
	font-size: 14px
}

#navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul a{
	padding: 0;
	font-size:14px;	
}

#navigation ul ul a{
	padding: 0 0 0 25px;
	font-size:12px;	
}

/* content layer */
#content{
	top: 60;
	left: 160px;
	width: 840px;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #ccc;
	position: absolute;
	background-color:#FFFFFF;
}

/***********************************************/
/* Classes                                     */
/***********************************************/

/* visibility subsection */
.opened{
	display: block;
}

.closed{
	display: none;
}

/* error subsection */
.success{
	color: green;
}

.error{
	color: red;
	font-style: italic;
}
 
/* shadow table subsection */
table.shadowTable{
	width:100%;
	padding:2;
	border: 1;
	font-size:12px;	
}

table.shadowTable th{
	background-color:#CCCCCC;
}

table.shadowTable tr.r0 td {
	background-color: #EEEEFF;
}

table.shadowTable tr.r1 td {
	background-color: #EEFFFF;
}