/* ********
     TITLE: WriteIt Style Sheet
      TYPE: Style Sheet Definition
    AUTHOR: Antti Koivunen <Antti.Koivunen@hut.fi>
 COPYRIGHT: 2000 Antti Koivunen. All Rights Reserved.
******** */

.block {
	border-style: solid;
	border-color: #9C9C9C;
	border-width: 1px;
	}

.dot {
	margin-right: 15px;
	margin-left: 5px;
	}

.heading {
	font-size: 16px;
	color: #003366;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.heading2 {
	font-size: 14px;
	color: #003366;
	margin-left: 0px;
	margin-bottom: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.titlebar {vertical-align: middle;}

body { color:#000000; background-color:#FFFFFF; MARGIN-TOP: 0px;  MARGIN-BOTTOM: 0px;  MARGIN-RIGHT: 0px;  MARGIN-LEFT: 0px;  PADDING: 0px;}
body, table, tr, td, th, p, ol, ul, div { font-family:Verdana, Arial, sans-serif; font-size:12px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5 { color:#333333; text-decoration:none; font-family:Verdana, Arial, sans-serif; font-weight:bold; }
h1, .h1 { font-size:20px; margin-top:0px; }
h2, .h2 { font-size:18.95px; }
h3, .h3 { font-size:16px; }
h4, .h4 { font-size:14.95px; }
h5 { font-size:12px; }

a { text-decoration:none; font-weight:bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #003366;}
a:active, a:hover { text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #003366;}

.content a:link { color:#11AAEE; }
.content a:visited { color:#66AA66; }

ul { list-style: disc outside url("images/bullet_gray3.gif"); margin-bottom:3px; }
ul ul { list-style: circle outside url("images/bullet_blue3.gif"); }
ul ul ul { list-style: square outside url("images/bullet_green3.gif"); }

tr, td {vertical-align:top;}
th { text-align:left; background-color:#003366; color:#FFFFFF; }
pre, .code { font-family:"Courier New", monospace; font-size:12.95px; }

input { font-family:monospace; font-size:12.95px; }
input.button { font-family:Verdana, Arial, sans-serif; font-size:12px; font-weight:bold; background-color:#003366; color:#FFFFFF;  
		border-style:outset; border-color:#003366; border-width: 2px;}
textarea, .textarea { font-family:monospace; font-size:12.95px; }

.orangebox, .bluebox, .greenbox, .graybox, .orangebox a, .bluebox a, .greenbox a, .graybox a { color:#422100; font-weight:bold; }
.bluebox, .bluebox a { color:#002939; }
.greenbox, .greenbox a { color:#183118; }
.graybox, .graybox a { color:#2D2D2D; }

.boxitem a { color:#000000; font-weight:normal; }
.copyright { font-family:Verdana, Arial, sans-serif; font-size:x-small; }
.copyright a, .copyright a:link, .copyright a:visited { color:#3C3C3C; }

.message { border:2px groove #FF8000; font-weight:bold; }

.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }
.middle { vertical-align:middle; }
.highlight { background-color:#FFFFCC; }
.small { font-size:0.8em; }
.big { font-size:1.2em; }
.orange { color:#FF8000; }
.normal { color:#000000; font-family:Verdana, Arial, sans-serif; font-size:12px; font-weight:normal; }

.form {
	background-color: #003366;
	color: #FFFFFF;
}

span.form {
	font-weight: normal;
}

#menuServices, #menuResources, #menuHome { position:absolute; top:50px; visibility:hidden; width:160px; PADDING: 10px;}
#menuServices { left:175px; PADDING: 10px;}
#menuResources { left:265px; PADDING: 10px;}
#menuHome { left:355px; PADDING: 10px;}
