/*

  Stylesheet:
	docs/default.css

  Purpose:
	Default style sheet.

  Copyright:
	Copyright © 2003-2008 by Corpita Pty Ltd
	15 Bedford Street, Collingwood 3066, Australia

  History:
  	2008-10-03 by BMW
	    Update version

	font-family: verdana, arial, sans-serif;


*/

/* MAJOR COMPINENTS */
body {	
	background-image: url(/images/wallpaper_01.jpg);
	background-repeat: repeat-y;
	background-color: #D69B73;
	font-size: medium;
	margin: 10px 0px 10px 0px;
	font-family: franklin gothic book, serif;
	color: rgb(102, 0, 0);
}

table {	border-collapse: collapse;
	border: 0px solid #999999;
	font-size: medium;
}

td {	vertical-align: top;
	border: 0px dotted #999999;
	text-align: left;
}

/* LINK TRANSFORMATIONS */
a:link { 	color: #990000; }
a:active { 	color: #cc0000; }
a:visited { 	color: #cc0000; }
a:hover { 	color: #FF6600; text-decoration: none;}

td a:link {	color: #990000; }
td a:active {	color: #cc0000; }
td a:visited {	color: #cc0000; }
td a:hover {	color: #FF6600; text-decoration: none; }

#menu_left a:link { 	color: #660000;  text-decoration: none; }
#menu_left a:active { 	color: #660000;  text-decoration: none; }
#menu_left a:visited { 	color: #660000;  text-decoration: none; }
#menu_left a:hover { 	color: #660000;  text-decoration: none; }


a.minor:link { 		color: #333333; }
a.minor:active { 	color: #FF6600; }
a.minor:visited { 	color: #333333; }
a.minor:hover { 	color: #FF6600; text-decoration: none;}




/* HEADINGS */
h1 { 	font-size: 28pt;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	font-family: franklin gothic book, serif;
	font-weight: bold;
}

h2 { 	
	font-size: x-large;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-family: franklin gothic book, serif;
}

h3 { 	
	font-family: franklin gothic book, serif;
	font-size: large;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h4 {
	font-family: franklin gothic book, serif;
	font-size: medium;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

/* SPECIAL CASES */
pre {	font-family: monospace;
	font-size: 9pt; 
}

.nwp {	white-space: nowrap; }

#wrapper_outer {
	width: 900px;
	border-right: 0px solid #999999;
	margin: 0px auto 0px 0px;
}

#menu_left {
	font-family: franklin gothic book;
	font-weight: bold; 
	font-size: medium;
	float: left;
	margin: 0px 20px 20px 20px;
	width: 160px;
}

#menu_left p {
	background-color: #D69B73;
	padding: 2px 0px 2px 5px;
	margin: 1px 0px 1px 0px;
	width: 150px;
	border-left: 5px solid #990000;
}


#menu_bottom {
	font-family: franklin gothic book;
	font-weight: bold; 
	font-size: small;
	color: rgb(102, 0, 0);
	float: left;
	margin: 20px 0px 20px 0px;
	text-align: center;
	border: 0px solid #FF0000;
	width: 700px;
}


#content_main {
	width: 700px;
	float: left;
}

#footer {
	clear: both;
}

div.slideshow {
	background-color: #FF0000;
	border: 5px solid #990000;
	width: 448px;
	height: 336px;
	margin: 20px auto 20px auto;
}

img.aas_image {
	margin: 5px 0px 5px 10px;
	border: 5px solid #990000;
}

img.aas_right_image {
	margin: 5px 0px 5px 10px;
	border: 5px solid #990000;
}


.prompt_font { color: #990000; font-weight: bold; }


table.formtable { margin: 0px auto 0px auto; }

table.formtable p { margin: 0px; padding: 0px; }

.formprompt { color: #990000; font-weight: bold;  margin: 0px; padding: 0px 10px 0px 0px; }


