BODY
{
	background-color: #404040;
	xbackground-color: #999999;
	xbackground-image: url(/Images/bg.gif);
	cursor: default;
}

HR
{
	border: 1px dashed #000000;
	width: 100%;
}

A
{
	text-decoration: none;
}

A:hover
{
	color: 000000;
	text-decoration : underline;
}

LI.Active
{
	color: #00ff00;
	padding: 0px;
}

LI.Inactive
{
	color: #ff0000;
	padding: 0px;
}

LI.New
{
	color: #ffcc00;
	padding: 0px;
}


/********** Fonts **********/


/*** Font Color ***/

.Content, .ContentMedium, .ContentBold, .ContentBig, .ContentTip, .ContentNumber
{
	color: #000000;
}

.ContentRed, .ContentMediumRed, .ContentRequired
{
	color: #ff0000;
}

.ContentSmall, .ContentGray, .Panel
{
	color: #333333;
}

.ContentMediumBold
{
	color: #552104;
}

.ContentNew
{
	color: #0571AC;
}

.ThisPage, .ThisPage A
{
	color: #000000;
}

.OtherPage, .OtherPage A
{
	color: #000000;
}

.Row .Content, .Row .ContentBold, .Row .ContentNumber
{
	color: #ffffff;
}


/*** Font Size ***/

.Content, .ContentMedium, .ContentBold, .ContentNew, .ContentGray, .Panel, .RowOdd, .RowEven, .ThisPage, .ThisPage A, .OtherPage, .OtherPage A
{
	font: 11px Arial;
}

.ContentRed
{
	font: 11px Arial;
}

.ContentMedium, .ContentMediumBold, .ContentMediumRed
{
	font: 16px Arial;
}

.ContentSmall
{
	font: 10px Verdana,Arial;
}

.ContentTip
{
	font: 10px Arial;
}

.ContentRequired
{
	font: 14px Courier;
}

.ContentBig
{
	font: 20px Arial;
}

.ContentNumber
{
	font: 9px Verdana;
}


/*** Font Property ***/

.ContentBold, .ContentMediumBold
{
	font-weight: bold;
}

.ContentTip
{
	background-color: #ffffdd;
}




/********** Borders & Rows **********/


/*** Border & Row Color ***/

.Row
{
	background-color: #3a2f29;
}

.RowOdd
{
	background-color: #dcd8cc;
}

.RowEven
{
	background-color: #eeebe2;
}

.ThisPage
{
	background-color: #3a2f29;
}

.OtherPage
{
	background-color: #eeebe2;
}


.Row1, .Row2
{
	background-color: #3a2f29;
}

.Row3, .Panel
{
	background-color: #ffffff;
}

.Row4, .Row5, .Row6, .Row6a, .Row7, .Row8
{
	background-color: #eeeeee;
}


/*** Border & Row Size ***/

.Brick, .BrickAds, .BrickBG, .Panel, .ThisPage, .OtherPage
{
	border: 1px solid #000000;
	background: #FFFFFF;
}

.BrickBG
{
	xbackground-image: url(/Images/bg.gif);
	background-color: #dcd8cc;
}

.BrickMain
{
	border: 1px solid #000000;
}

.Row3
{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}


/*** Border & Row Property ***/
.Row6a
{
	padding: 5px;
}

.Panel
{
	height: 70px;
	padding: 5px;
}


/********** Inputs **********/

/*** Inputs Font ***/
INPUT, SELECT, TEXTAREA
{
	border: 1px solid #000000;
	font: 11px Arial;
}

INPUT.Password
{
	font: 11px 'Times New Roman';
}


/*** Inputs Colors ***/

INPUT.Button, INPUT.ButtonSmall, INPUT.Insert
{
	background-color: #3a2f29;
	color: #ffffff;
}

INPUT.ButtonRed, INPUT.ButtonSmallRed
{
	background-color: #ff6666;
}

INPUT.Text, INPUT.Password, SELECT.Text, TEXTAREA.Text
{
	background-color: #dddddd;
	padding-left: 4px;
}


/*** Inputs Sizes ***/

INPUT.Button, INPUT.ButtonRed
{
	width: 70px;
	cursor: hand;
}

INPUT.ButtonSmall, INPUT.ButtonSmallRed
{
	width: 50px;
	cursor: hand;
}

INPUT.Insert
{
	width: 100px;
	cursor: hand;
}

INPUT.Radio, INPUT.Checkbox
{
	border-width: 0px;
	width: 14px;
	height: 14px;
	cursor: hand;
}

SELECT.Item
{
	width: 150px;
}

/********** Mouse Icons **********/
.Help
{
	cursor: help;
}

.Hand
{
	cursor: hand;
}


/********** Miscellaneous **********/
.Frame
{
	background-color: #eeeeee;
	background-image: none;
}

.Graph
{
	color: #666666;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	font: 9px Verdana;
	text-align: right;
	padding-right: 2px;
}
SELECT
{
	background-color: #ffffff;
	padding-left: 4px;
	font: 11px Arial;

}

SELECT.item
{
	background-color: #eeebe2;
	padding-left: 4px;
	width: 160px;
	font: 11px Arial;
	color: #000000;

}
