/* layout styles */

body {
	background-color: #374680;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}

#innerpage {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 786px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 752px;
	background-repeat: repeat-x;
	}

html>body #innerpage {
  	width: 752px;
	} 

#header {
	height: 73px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/stripe_back.gif);
	background-repeat: repeat-x;

}

#content {
	width: 550px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	float: left;
}

#infobar {
	margin: 0px;
	width: 180px;
	float: right;
	padding: 0px;
	padding-top: 22px;
	background-image: url(../images/infobartop.gif);
	background-repeat: no-repeat;
}

#footer {
	clear:both;
	height: 50px;
        background-image: url(../images/stripe_back.gif);
        background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

/* Text styles */

#header h1 {
	width: 400px;
	float: left;
	height: 73px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/vworkslogo.gif);
	background-repeat: no-repeat;

}

#header p {
	width: 95px;
	float: right;
	height: 73px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/keithjbrown.gif);
	background-repeat: no-repeat;
}

.none {
	display: none;
}

#content {
	font-size: 1em;
}

#content h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	color: #374680;
	margin-top: 20px;
}

#content h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #374680;
	margin-top: 20px;
}

#content h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #374680;
}

#content h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #374680;
}

#content p, #content td, #content ul,  #content ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 150%;
}

#content ul ul {
	font-size: 1.0em;
}

#content p.php {
	padding: 5px;
	border: thin outset #19B;
}

#content p.php code {
	font-size: 120%;
}

 #content td {
 	padding: 2px;
 }

#content pre {
	font-size: 11px;
	margin: 30px 0px 30px 2px;
}

#content pre.scrolling {
	width: 	540px;
	overflow: scroll;
}

#content td pre {
	font-size: 11px\;
}

#infobar h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #374680;
	background-image: url(../images/vw.gif);
	margin: 0px;
	padding-left: 20px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}


#footer p {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.7em;
	color: white;
	margin: 0px;
	padding: 10px;
}

#footer p a {
	color: white;
	text-decoration: none;
}

/* Main menu styles */

div#mainmenu	{
	height: 26px;
	margin: 0 0 0 0px;
	padding: 0;
	border: 0;
	border-bottom: #374680 solid 5px;
	overflow: hidden;
	background-image: url(../images/mm-back.gif);
	background-repeat: repeat-x;
	}

div#mainmenu ul#navlist{
	height: 26px;
	margin: 0;
	padding: 0;
	}

div#mainmenu ul#navlist li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	}
	
ul#navlist li, ul#navlist a {
	height: 26px;
	display: block;
	}
	
#serverlink {left: 0; width: 156px;}
#mysqllink {left: 157px; width: 58px;}
#phplink	{left: 216px; width: 119px;}
#weblink {left: 336px; width: 92px;}
#excellink {left: 429px; width: 57px;}

#serverlink a { background-image:url(../images/mm-server_n.gif);}
#mysqllink a { background-image:url(../images/mm-mysql_n.gif);}
#phplink a { background-image:url(../images/mm-php_n.gif);}
#weblink a { background-image:url(../images/mm-web_n.gif);}
#excellink a { background-image:url(../images/mm-excel_n.gif);}

#serverlink a:hover { background-image:url(../images/mm-server_o.gif); }
#mysqllink a:hover { background-image:url(../images/mm-mysql_o.gif); }
#phplink a:hover { background-image:url(../images/mm-php_o.gif); }
#weblink a:hover { background-image:url(../images/mm-web_o.gif); }
#excellink a:hover { background-image:url(../images/mm-excel_o.gif); }

#server #serverlink a { background-image:url(../images/mm-server_hn.gif); }
#mysql #mysqllink a { background-image:url(../images/mm-mysql_hn.gif); }
#php #phplink a { background-image: url(../images/mm-php_hn.gif) }
#web #weblink a { background-image:url(../images/mm-web_hn.gif); }
#excel #excellink a { background-image:url(../images/mm-excel_hn.gif); }

#server #serverlink a:hover { background-image:url(../images/mm-server_ho.gif); }
#mysql #mysqllink a:hover { background-image:url(../images/mm-mysql_ho.gif); }
#php #phplink a:hover { background-image:url(../images/mm-php_ho.gif); }
#web #weblink a:hover { background-image:url(../images/mm-web_ho.gif); }
#excel #excellink a:hover { background-image:url(../images/mm-excel_ho.gif); }

/* infobar styles */

#infobar ul {
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 10px 0px;
}

#infobar li {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	list-style: none;
	background: url(../images/arrows.gif) no-repeat left center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 150%;
	border: 1px solid #CCCCFF;
	}

#infobar li a:link, #infobar li a:visited {
	text-decoration: none;
	color: #6666CC;
	display:block;
}

#infobar li a:hover {
	color: #9999CC;
}

#infobar .centreme {

	text-align: center;
	padding: 0px;
	margin: 10px 0px 10px 0px;

}

/* comment styles */

#content .parentcomment {

}

#content .parentcomment h3 {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	border-bottom: 2px solid #374680;
}

#content .parentcomment h4 {
	margin: 0px;
	padding: 2px 0px 0px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-image: url(../images/parent-comment-back.gif);
	background-repeat: no-repeat;
	height: 30px;
	color: #232C50;
}

#content .childcomment {
	margin: 20px 0px 0px 20px;
}

#content .childcomment h3 {
	color: #586FCC;
	border-bottom-color: #586FCC;
}

#content .childcomment h4 {
	background-image: url(../images/child-comment-back.gif);
	background-repeat: no-repeat;
	color: #374680;
}

#content form {
	width: 560px;
}

.formrow {
	clear: both;
	height: 25px;
}

.formrow span.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	float: left;
  	width: 130px;
  	text-align: right;	
}

.formrow span.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	float: right;
  	width: 420px;
  	text-align: left;
}

p.reply {
	margin-bottom: 30px;
	text-align: right;
}

div.formrow .coloredBox {
	background: #CCCCFF;
	color: #003366;
	border: 1px solid  #374680;
	margin-top: 1px;
	margin-left: 3px;
}

div.formrow .coloredBoxSelect {
	background: #FFFFFF;
	color: #003366;
	border: 1px solid #374680;
	margin-top: 1px;
	margin-left: 3px;
}

div.formrow .coloredButton {
	background: #CCCCFF;
	color: #374680;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
}
