/* DevZoo style sheet */

/* topbar styles */
td.topbar
{
	font-family: arial, "lucida console", sans-serif;
	font-size: 10px;
	padding: 10px;
	vertical-align: top;
	text-align: center;
}
a.topbar:link
{
	text-decoration: none;
	color: blue;
}
a.topbar:visited
{
	text-decoration: none;
	color: blue;
}
a.topbar:hover
{
	text-decoration: underline;
	color: red;
}
a.topbar:active
{
	text-decoration: none;
	color: green;
}

/* body styles */
.leftborder
{
	border-left-style: dotted;
	border-left-color: blue;
	border-left-width: 1px;
}
.rightborder
{
	border-right-style: dotted;
	border-right-color: blue;
	border-right-width: 1px;
}

h1,h2,h3,h4,h5,h6
{
	font-family: arial, "lucida console", sans-serif;
	color: black;
}

h2
{
	color: indigo;
	text-align: right;
}

body
{
	font-family: arial, "lucida console", sans-serif;
	background-color:white;
}

/* hyperlinks */
a:link		{ color: blue }
a:visited	{ color: violet }
a:hover	{ color: red }

/* welcome styles (for use on index.html) */
h1.welcome
{
	font-size: medium;
}

/* alarm styles */
h1.alarm,h2.alarm,h3.alarm,h4.alarm,h5.alarm,h6.alarm
{
	color: red;
}

/* end notice styles */
h6.endnotice
{
	font-size: 7pt;
	text-align: center;
	font-weight: 400;
}

/* tool_list styles */
table.tool_list
{
	font-family: arial, "lucida console", sans-serif;
	font-size: small;
	background-color: #C4C8D4;
}
th.tool_name, th.tool_description
{
	font-weight: bold;
	padding: 5px;
	line-height: 125%;
	vertical-align: top;
	background-image: url("/images/bg1.jpg");
	background-repeat: repeat-x;
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#00669966', EndColorStr='#90669966' ) progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#00669966', EndColorStr='#40669966' );
*/
}
td.tool_name, td.tool_description
{
	vertical-align: top;
	padding: 10px;
	background-color: #EDF0F7;
/*	background-color: AliceBlue;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#00B4CCE5', EndColorStr='#90B4CCE5') progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#00B4CCE5', EndColorStr='#40B4CCE5' );
	*/
}
td.tool_name
{
	font-weight: bold;
}
td.tool_description
{
	line-height: 150%;
}
td.tool_name_odd, td.tool_description_odd
{
	vertical-align: top;
	padding: 10px;
	background-color: #D9E2EC;
/*	background-color: white;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#00FFFFFF', EndColorStr='#40CCCC99' ) progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#00FFFFFF', EndColorStr='#40CCCC99' );
*/
}
td.tool_name_odd
{
	font-weight: bold;
}
td.tool_description_odd
{
	line-height: 150%;
}
/*
a.tool:link		{ color: green }
a.tool:visited	{ color: green }
a.tool:hover	{ color: green }
*/
a.tool:link		{ text-decoration: none; color: #5C81B1 }
a.tool:visited	{ text-decoration: none; color: #5C81B1; }
a.tool:hover	{ text-decoration: underline; color: red; }
a.tool:active	{ text-decoration: none; color: #5C81B1; }

/* notes styles */
table.notes
{
	background-color: Transparent;
	border: #6699cc 1px solid;
	padding: 2px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#00B4CCE5', EndColorStr='#90B4CCE5') progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#00B4CCE5', EndColorStr='#40B4CCE5' );
}
th.notes
{
	color: white;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FF003399', EndColorStr='#FFA5C9EF');
}
li.notes
{
	font-size: 10pt;
	line-height: 150%;
}

/* contact form styles */
.formtable
{
}
.formcell1
{
	font-weight: bold;
	padding-left: 1cm;
	padding-right: 0.5cm;
}
.formcell2
{
}
.formcellmerged
{
}
.formerror
{
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	color: red;
}
.formconfirm
{
	text-align: center;
	padding-top: 1cm;
	padding-bottom: 1cm;
	font-weight: bold;
	font-size: 14pt;
	color: green;
}
.formintro
{
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	color: blue;
}
