﻿/* Default CSS Stylesheet for a new Weblog Application project */

body
{
	color: #000000;
	font-family: Verdana, Arial, Sans Serif;
}

a.comment
{
	color: black;
	cursor:hand;
	text-decoration:underline;
}

a.comment:hover
{
	color: red;
	cursor:hand;
	text-decoration:underline;
}

a.blackbg
{
	color: white;
	cursor:hand;
	text-decoration:none;
}

a.blackbg:hover
{
	color: yellow;
	cursor:hand;
	text-decoration:underline;
}

p
{
	margin-top: 0.5em;
}

.info
{
	color: maroon;
}

h1
{
}

h2
{
	color: maroon;
	font-size: 120%;
}

h3
{
	color: maroon;
	font-size: 100%;
}

table
{
	font-size: 100%;
	padding: 3;
}

table.box
{
	border-width: 3;
	border-style: dashed;
	border-collapse: collapse;
}

tr
{
	vertical-align: top;
}

td
{
	vertical-align: top;
}



td.footer
{
	vertical-align: top;
	text-align: center;
}

td.title
{
	vertical-align: middle;
	text-align: left;
}

td.sidebar
{
	text-align: center;
	vertical-align: top;
}

td.content
{
	vertical-align: top;
	margin-left : 0;
}

td.boxtitle
{
	vertical-align: top;
	text-align: left;
}

td.boxcontent
{
	font-size: 90%;
	vertical-align: top;
}

pre
{
	margin-top: .5em;
	margin-bottom: .5em;
}
waitCursor
{
 cursor: wait;
}

