/* ********* ********* ********* ********* ********* */ 
/* TEMPLATE CLASSES */

body 		{ background-color: #d0cdcd; font: 10pt verdana; margin: 20px; }
table 		{ font: 10pt verdana; }

h1		{ font: 10pt verdana; }


a:link		{ color: 0033ff; }
a:visited	{ color: 0033ff; }
a:hover		{ color: 0033ff; }


.Title 		{font: 24pt verdana;}
.MainTable 	{background-color: #ffffff; font: 10pt verdana; border: 1px solid #336699;}

.Box 		{padding: 10px; border: 1px solid #999999;}
.BoxYellow	{padding: 10px; border: 1px solid #999999; background-color: #ffffcc;}


.ColorBox 	{background-color: #f0f0f0; border: 1px solid #6699cc; height: 100%;}
.ColorBox h3	{background-color: #6699cc; margin: 0; padding: 5px; color: #ffffff; display: block; text-align: center;}
.ColorBox p     {padding: 5px; margin: 0;}



.Adsense 	{float: left; padding: 10px;}

.Code		{font: 8pt courier new;}

/* ********* ********* ********* ********* ********* */ 
/* PostIt CLASSES */

.PostIt	{
	background-image: url('images/postit.gif');
	background-repeat: none;
}


/* ********* ********* ********* ********* ********* */ 
/* Toolbox CLASSES */

.tbUserForm { padding: 10px; background-color: #e0e0e0; border: 1px solid #999999; }
.tbControl {} 
.tbControlLarge {width: 400px;}

.tbTable {font: 8pt verdana;}
.tbTable th {background-color: #e0e0e0;}


/* ********* ********* ********* ********* ********* */
/* DATA GRID STYLES */
.TBL		{ font: 7pt verdana;  border: 0; background-color: #ffffff; }	
.TBLHeader	{ 
	font-weight: bold; 
	text-align: center; 
}
.TBLHeader td 
{
	border: 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.TBLItem	{ 
	background-image: url('/images/GradientGray.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
}
.TBLItem td {
	border: 0;
	border-bottom: 1px solid #999999;
}
.TBLAltItem	{ 
	background-image: url('/images/GradientGray.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
}
.TBLAltItem td {
	border: 0;
	border-bottom: 1px solid #999999;
}
/*
.TBLEditItem	{ 
	background-image: url('/images/GradientRed.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
}
.TBLEditItem td {
	border: 0;
	border-bottom: 1px solid #ff6666;
}
.TBLFooter	{ 
	background-image: url('/images/GradientYellow.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
}
.TBLFooter td {
	border: 0;
	border-bottom: 1px solid #ffe000;
}
*/
.TBLEditItem	{ 
	background-image: url('/images/GradientYellow.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
}
.TBLEditItem td {
	border: 0;
	border-bottom: 1px solid #ffe000;
}
.TBLFooter	{ 
	background-image: url('/images/GradientGreen.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
}
.TBLFooter td {
	border: 0;
	border-bottom: 1px solid #66cc66;
}
.TBLTextbox {
	width: 100px;
}

