/*
 * Visionary Voyager Photo-Paint Tuts
 * style sheet for Tutorials, 2005
 * Copyright (c) 1999-2005, Visionary Voyager Corp P/L, Australia
 * last modified 27-4-05
 */

/* MAIN LARGE LAYOUT BLOCK SELECTORS */

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(tuts05_bg.jpg);
	background-repeat: repeat-x;
	background-color: #F2F8FC;
}

/* header_holder and Header SELECTORS */

#header-holder {
	height:100px;

	voice-family: "\"}\"";
	voice-family: inherit;
	height: 100px;

}

#header{
	position: absolute;
	left: 0px;
	top: 0px;
}

#title{
	top : 8px;
	right : 5px;
	text-align : right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #6666a8;
	letter-spacing: 0.4em;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-top: 4px;
	line-height: 1.3em;
	clear: right;
	position: absolute;
}

html>body #banner {

	/* Mozilla and Safari */
	height: 99px;
}

/* Left and Right main holders */

#left {
	position: absolute;
	left:0px;
	top:100px;
	width:320px;
	padding: 0px 5px 10px 0px;
}


#right {
	position: absolute;
	right:0px;
	top:100px;
	width:332px;

}

/* Main content holder and content selectors */

#content {
	margin-left: 10px;
	margin-right:320px;
	padding: 20px 5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 10px;
	margin-right:340px;
}



html>body #content {

	/* these two margins affect Mozilla and Safari */
	margin-left: 10px;
	margin-right:332px;
}


#content h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
	letter-spacing: 0.1em;
}

#content h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #000000;
	background-color : transparent;
}

#content h3 {

	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #000000;
	background-color : transparent;
}

#content h4 {


	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #000000;
	background-color : transparent;
}

#content p{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 140%;
	text-align: justify;
	margin-left: 10px;
}

/* Content box images:
	use p.contentImg as the containing full width box with background
	images within this p will be centered
*/
#content p.contentImg {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	line-height : 140%;
	text-align: center;
	border: 1px solid #3399FF;
	padding: 20px;
	margin: 2px;
	display: block;
	clear: right;
	background-image: url(aaa_2005_img_bg1.jpg);
}

#content img {
	text-align: center;
	vertical-align: middle;
}

#content img.border {
	border: 3px groove #3399FF;
	padding: 5px;
	margin: 2px;
}

/* content links */

#content a:link, #content a:active, #content a:visited, #content a:active {
	color: #6666CC;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right-color: #F2F8FC;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #F2F8FC;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #000033;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#content a:hover {
	color: #333399;
	border-right-color: #000033;
	border-right-style: solid;
	border-left-color: #000033;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	background-color: #F8FDFF;
	border-top-color: #000033;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: none;
}

/* inline content styles */

.KBshortcut {
	font-weight: bold;
	color: #0066FF;

}

.menucmd {
	color: #CC3300;
	font-weight: bold;
}

.inLineHiLite {
	font-weight: bold;
	color: #000099;
	background-color: #FFFFFF;
	border: 1px solid #3366FF;
	padding: 2px;
	line-height: 25px;
	vertical-align: middle;
}

.tip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 0px;
	margin-right: 10px;
	vertical-align: baseline;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CC6600;
	border-bottom: 1px solid #CC6600;
	border-left: 1px solid #FFFFFF;
	background-color: #FFFBEA;
	padding: 0px 2px 0px 4px;
}

#content ul {
	list-style-image: url(bullet-blue_lite.gif);
	list-style-type: square;
	font-style: normal;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

/* Navigation DIV and SELECTORS */

#navigation{
	/*width: 260px; */
	margin: 30px 50px 30px 50px;
}

#navigation p {
	margin-bottom: 4px;
	margin-top: 6px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 80%;
	color: #333333;
    font-size: 80%;
}

.button a {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #333333;
	text-decoration: none;
	background-color: #DDDDDD;
	border: 1px solid #333333;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	display: block;
	line-height: 12px;
}

.button a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	border: 1px solid #333333;
}

.button2 a {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #0066FF;
	text-decoration: none;
	background-color: #E2E8FC;
	border: 1px solid #000099;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	display: block;
	line-height: 15px;
	z-index: 3;
	font-weight: bold;
}

.button2 a:hover {

	color: #FFFFFF;
	text-decoration: none;
	background-color: #3399FF;
	border: 1px solid #000099;
}

.navSection {
	font-size: 150%;
	color: #330099;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 14px;
	line-height: 15px;
	z-index: 3;
	font-weight: bold;
}

/* FIGURES section */

#figures {
	background-color: #E2F2FC;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 300px;
	top: 20px;
	margin: 15px;
	padding: 5px;
	border-top-width: 3px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
	border-left-color: #FFFFFF;

}

html>body #figures {

	/* these two margins affect Mozilla and Safari */
	width: 280px;
}

#figures p.title{
	white-space: nowrap;
	vertical-align: top;
	font-size: 130%;
}

#figures p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	font-size: 80%;
	text-align: center;
	border: none;
	border-bottom-color: #666666;
	border-bottom-width: 2px;
	text-decoration: none;
	margin: 25x 0px 0px 0px;
}


#figures img {
	text-align: center;
	border: solid #9999cc 1px;
	border-bottom-color: #666666;
	border-bottom-width: 2px;
	padding: 2px;
	margin: 0px 0px -20px 0px;
}

#figures p>img {
	margin: 20px 0px 0px 0px;
}

/* Other page navigation */

#topGoBack {
	position: absolute;
	top: 88px;
	right: 5px;
	text-align: right;
	vertical-align: middle;
	display: block;
	z-index: 50;

}

html>body #topGoBack {

	/* these two margins affect Mozilla and Safari */
	top: 70px; 
}

.goBack a {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 70%;
	color: #0066FF;
	text-decoration: none;
	background-color: #E2E8FC;
	border: 1.5px outset #FFFFFF;
	padding: 5px 12px 5px 12px;
	vertical-align: middle;
	line-height: 2em;
}

.goBack a:hover {

	color: #FFFFFF;
	text-decoration: none;
	background-color: #3399FF;
	border: 1.5px outset #0033FF;
}


.upArrow {
	background-color : transparent;
	text-align: right;
	margin-left: 10px;
	display: block;
	margin-right: 25px;
	border: none white 0px;
	width: 100%;
	border-width: 0;
}

/* MISC selectors */

.boxrt {
   font-family: webdings, fantasy;
   font-size: 80px;
   color: #999999;
   float: right;
   margin: 2px 2px 2px 10px;
} 

.boxlft {
   font-family: webdings, fantasy;
   font-size: 75px;
   color: #999999;
   float: left;
   margin: 2px 10px 2px 2px;
}


#footer {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #0033FF;
	font-weight: bold;
	width: 100%;
	margin-top: 5px;
	margin-left: 20px;
	padding-bottom: 40px;
	bottom: 0px;

}
