/* 
 * $Id: default.css,v 1.6 2003/12/27 12:54:44 cvscourt Exp $
 */

body {
	font-size: 1em;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: none;
	background-color: #dadada;
	padding: 0px;
	margin: 0px;
}

div.main {
	text-align: left;
	border: solid #777 1px;
	   \-moz-border-radius : 1.2em 1.2em 1.2em 1.2em;
	padding-bottom: 20px;
	margin: 20px 200px 10px 160px;
			background-color: white;
}

div.about {
	margin-right: 220px;
	margin-top: 40px;
}

div.menu {
	padding: 0 0px 0px 0px;
	margin: 30px 10px 40px 0px;
	width: 110pt;
	float: right;
}

div.menu h1 {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 1.3em;
	font-weight: none;
	border-bottom: dotted 1px #777;
	color: #777;
}
div.menu ul {
	list-style: disc;
	margin-left: 15px;
	padding-left: 0px;
}
div.menu li {
	padding-left: 0px;
	margin-left: 0px;
}
div.menu li:hover {
	background-color: #bbb;
}
div.menu a:hover {
	text-decoration:none;
	background-color: #bbb;
}

div.main-inside {
	background-color: white;
	/*
	background-color: #dadada;
	*/
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

div.main-inside p {
	margin-top: 20px;

}

div.main-inside h2 {
	font-size:18px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	color: #990033; 
}
div.main-inside h1 {
	font-size: 1.7em;
	/*text-transform: uppercase;*/
	/*text-decoration: underline;*/
	font-weight: bold;
	color: #990033; 
	margin-top: 30px;
}

div.footer {
	font-size: 10px;
	padding-left: 10px;
	margin-top: 30px;
	margin: 20px 200px 10px 120px;
	text-align: center;
}
/*
div.footer {
	font-size: 1em;
	margin-bottom: 30px;
	text-align: center;
	color: #777;
}
*/
div.tablehuge {
	background: #dcdff4;
	border: solid black 1px;
	margin-right: 130pt;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}
div.code {
	background: #dcdff4;
	border: solid black 1px;
	margin-left: 3%;
	margin-right: 3%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 10px;
}
a:link,a:visited,a:active {
	text-decoration:none;
	color:blue;
}
a:hover {
	text-decoration:underline;
	color:blue;
}
img {
	border: 0px;
}
.form {
	border: 1px black solid;
	
}
div.floatwin {
    position:absolute;
    top: 150;
    left: 450;
    width:200;
    visibility:hidden;
    background: #dcdff4;
    padding: 5px;
    border: solid black 1px;
    z-index: 100;
}
div.templatedir {
	float: left;
	background-color: #eef;
	border: solid 1px black;
	padding: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
}
div.menuicon {
	border-bottom: solid 1px black;
	background-color: #dcdff4;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.top {
	text-align: right;
	margin-top: 30px;
	border-bottom: solid #777 1px;
	padding-bottom: 10px;
}
div.viewsource {
	padding: 5px;
	background-color: white;
	font-size: 10px;
}
#topnav {
	margin:0;
	padding: 0 0 0 2em;
	height: 1.6em;
}
	
#topnav UL {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	} 

#topnav LI {
	display: block;
	margin: 0;
	padding: 0;
	float:left;
	width:auto;
	}
	
#topnav A {
	color:#444;
	display:block;
	width:auto;
	text-decoration:none;
	background: #DDDDDD;
	margin:0;
	padding: 2px 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	\-moz-border-radius : 0.7em 0.7em 0 0;
}
	
#topnav A:hover, #topnav A:active {
	background: #BBBBBB;
	}

#topnav A.here:link, #topnav A.here:visited {
	position:relative;
	z-index:102;
	background: #BBBBBB;
	font-weight:bold;
	}
#subnav {
	position:relative;
	top:-1px;
	z-index:101;
	margin:0;
	padding: 0px 0 3px 0;
	background: #BBBBBB;
	border-top:1px solid #fff;
	border-bottom:1px solid #aaa;
	}
	
#subnav UL {
	list-style: none;
	margin: 1px 0 0px 13px;
	padding: 0px;
	border-right: 1px solid #fff;
	border-left: 1px solid #aaa;
	} 

#subnav LI {
	position:relative;
	z-index:102;
	display: block;
	margin: 0;
	padding: 0;
	float:left;
	width:auto;
	}
	
#subnav A {
	color:#fff;
	display:block;
	width:auto;
	text-decoration:none;
	margin:0;
	padding: 2px 12px 2px 10px;
}
	
#subnav A:hover, #subnav A:active {
	color:#444;
	}

#subnav A.here:link, #subnav A.here:visited {
	color:#444;
	}
	
#subnav BR, #topnav BR {
	clear:both;
}
div.topbanner {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	border-bottom: black solid 1px;
}

.warning {
	border:1px dashed black;
	padding:2em;
	margin:auto;
	background-color:#b5e9a5;
}

.warning IMG {
	float:left;
	padding-right:1em;
}

.warning .txt {
	margin-left:60px;
	padding-bottom:1em;
}

