﻿BODY
{
	background-color: #42afdc;
	background-image: url(../../App_Themes/iTheme/images/itheme-html-bg.gif);
	background-repeat: repeat-x;
}

.TextTitle
{
	font: bold 12pt "Lucida Grande", Arial, sans-serif;
	color: #666666;
}

.Text
{
	color: #000000;
	font: normal 10pt Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align:justify;
}

.Label
{
	font: normal 10pt "Lucida Grande", Arial, sans-serif;
	color: #666666;
}

.BoldLabel
{
	font: bold 10pt "Lucida Grande", Arial, sans-serif;
	color: #666666;
}

.Button
{
	font-size: 12px;
	color: #ffffff;
	background-color: #669933;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: white thin solid;
	cursor: hand;
}

.ContainerTableCaption
{
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	padding: 5px 5px 5px 5px;
	background-color: gainsboro;
}

.TableCaption
{
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 5px 5px 5px 5px;
	background-color: gainsboro;
}

.ErrorLabel
{
	font-size: 10pt;
	color: Red;
	font-weight: bold;
}

.Widget
{
	background-color: whitesmoke;
}

.LoginControl
{
	background-color: whitesmoke;
}

.CheckBox
{
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}

.HyperLink
{
	font-size: 10pt;
	color: #6699ff;
	font-family: Arial;
}

.TextBox
{
}

.ComboBox
{
	font: normal 10pt "Lucida Grande", Arial, sans-serif;
	color: #666666;
}
