﻿body
{
	background-color	: #CECECE;
	margin				: 0px 0px 0px 0px;
	font-family			: Arial, Verdana, Helvetica, Tahoma, Sans-Serif;
	font-size			: 14px;
	color				: #000000;
}

div
{
	text-align			: left;
}

h1
{
	font-size			: 22px;
	color				: #379BDC;
	margin				: 0px 0px 15px 0px;
	padding				: 6px 0px 8px 28px;
	text-align			: left;
}

h2
{
	font-size			: 16px;
	color				: orange;
	padding				: 0px 0px 0px 0px;
	margin				: 12px 0px 8px 0px;
	text-align			: left;
}

h3
{
	color				: #1F75AD;
	font-size			: 16px;
	padding				: 0px 0px 0px 0px;
	margin				: 10px 0px 10px 0px;
	text-align			: left;
}

h4
{
	color				: #1F75AD;
	font-size			: 14px;
	padding				: 0px 0px 0px 0px;
	margin				: 10px 0px 10px 0px;
	text-align			: left;
}

a
{
	color				: #379BDC;
	text-decoration		: none;
}

a:hover
{
	color				: #FFB849;
	text-decoration		: none;
}

textarea
{
	background-image	: url(/includes/images/styles/backtextbox.png);
	background-repeat	: repeat-x;
	background-position	: top left;
	padding				: 0px 3px 0px 3px;
	margin				: 0px 0px 0px 0px;
	border				: 1px solid #3C3C3C;
	color				: #379BDC;
	font-size			: 12px;
}

input[type=text], input[type=password]
{
	background-image	: url(/includes/images/styles/backtextbox.png);
	background-repeat	: no-repeat;
	background-position	: top left;
	padding				: 0px 3px 0px 3px;
	margin				: 0px 0px 0px 0px;
	height				: 20px;
	border				: 1px solid #3C3C3C;
	color				: #379BDC;
	font-size			: 12px;
}

input[disabled], input[readonly]
{
	background-image	: url(/includes/images/styles/backtextbox.png);
	background-repeat	: no-repeat;
	background-position	: top left;
	padding				: 0px 3px 0px 3px;
	margin				: 0px 0px 0px 0px;
	height				: 20px;
	border				: 1px solid #3C3C3C;
	color				: #3C3C3C;
	font-size			: 12px;
}

select
{
	background-image	: url(/includes/images/styles/backtextbox.png);
	background-repeat	: no-repeat;
	background-position	: top left;
	padding				: 0px 0px 0px 0px;
	margin				: 0px 0px 0px 0px;
	height				: 22px;
	border				: 1px solid #3C3C3C;
	color				: #379BDC;
	font-size			: 12px;
}

checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly]
{
	background-color	: #E0E0E0; 
	border				: #D0D0D0 2px solid; 
	color				: #C0C0C0; 
	cursor				: default; 
}

table.MainTable
{
	background-color	: #CECECE;
}

table.MainTable tr td.LeftCell
{
	background-image	: url(/includes/images/styles/mainbackleft.png);
	background-position	: top right;
	background-repeat	: repeat-y;
}

table.MainTable tr td.CenterCell
{
	background-color	: #000000;
}

table.MainTable tr td.RightCell
{
	background-image	: url(/includes/images/styles/mainbackright.png);
	background-position	: top left;
	background-repeat	: repeat-y;
}

/* ======================================================= BUTTON ======================================================= */
span.Button
{
	background-image	: url(/includes/images/styles/buttonstyle.png);
	background-repeat	: no-repeat;
	background-position	: right top;
	padding				: 0px 24px 0px 0px;
	display				: inline-block;
	height				: 24px;
	vertical-align		: middle;
}

span.Button input
{
	background-image	: url(/includes/images/styles/buttonstyle.png);
	background-repeat	: no-repeat;
	background-position	: left top;
	background-color	: #FFFFFF;
	height				: 24px;
	padding				: 4px 0px 4px 8px;
	border				: 0px;
	font-size			: 12px;
	color				: #555555;
	cursor				: pointer;
	font-weight			: bold;
	margin				: 0px 0px 0px 0px;
	vertical-align		: top;
}

span.Button input[disabled]
{
	color				: #A0A0A0;
	cursor				: default;
}

span.Button:hover
{
	border				: 0px;
}

span.Button:hover input
{
	border				: 0px;
	color				: #000000;
}

span.Button:hover input[disabled]
{
	color				: #A0A0A0;
}

span.Button:active
{
	background-image	: url(/includes/images/styles/buttonstyle.png);
	background-position	: right bottom;
	border				: 0px;
}

span.Button:active input
{
	background-image	: url(/includes/images/styles/buttonstyle.png);
	background-position	: left bottom;
	border				: 0px;
}

span.ButtonOK
{
	background-image	: url(/includes/images/styles/buttonokstyle.png);
}

span.ButtonOK input
{
	background-image	: url(/includes/images/styles/buttonokstyle.png);
}

span.ButtonOK:active
{
	background-image	: url(/includes/images/styles/buttonokstyle.png);
}

span.ButtonOK:active input
{
	background-image	: url(/includes/images/styles/buttonokstyle.png);
}

span.ButtonCancel
{
	background-image	: url(/includes/images/styles/buttoncancelstyle.png);
}

span.ButtonCancel input
{
	background-image	: url(/includes/images/styles/buttoncancelstyle.png);
}

span.ButtonCancel:active
{
	background-image	: url(/includes/images/styles/buttoncancelstyle.png);
}

span.ButtonCancel:active input
{
	background-image	: url(/includes/images/styles/buttoncancelstyle.png);
}
/* ======================================================= BUTTON ======================================================= */