﻿/********** Tags **********/

BODY
{
	background-color: #990066;
	cursor: default;
	background-image: url(/img/bg.jpg);
	background-position:center;
	overflow-y:scroll;
	margin:0px;
}



HR
{
	border: 1px dashed #bb0b83;
}

A
{
	text-decoration: none;
}

A:hover 
{
	/* xcolor: #B90061; */
	text-decoration : underline;
	color: #990066;


}

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: #b00058;
}

.ContentNew
{
	color: #ff0000;
}

.ThisPage, .ThisPage A
{
	color: #000000;
}

.OtherPage, .OtherPage A
{
	color: #000000;
}

.Row .Content, .Row .ContentBold, .Row .ContentNumber
{
	color: #ffffff;
}


/*** Font Size ***/

.Content, .ContentMedium, .ContentBold, .ContentRed, .ContentNew, .ContentGray, .Panel, .RowOdd, .RowEven, .ThisPage, .ThisPage A, .OtherPage, .OtherPage A
{
	font: 11px Arial;
}

.ContentMedium, .ContentMediumBold, .ContentMediumRed
{
	font: 16px Arial;
}

.ContentMediumBold
{
	font: 14px 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: #bb0b83;
}

.RowOdd, .ThisPage
{
	background-color: #eeeeee;
}

.RowEven, .OtherPage
{
	background-color: #FF6699;
}

.Row1, .Row5, .Row7
{
	background-color: #cccccc;
}

.Row2, .Row4, .Row8
{
	background-color: #cccccc;
}

.Row3, .Row6, .Row6a, .Panel
{
	background-color: #ffffff;
}


/*** Border & Row Size ***/

.BrickMain, .Brick 
{
	border: 1px solid #cccccc;
}

.BrickBG
{
	border: 1px solid #666666;
}

.Panel, .ThisPage, .OtherPage
{
	border: 1px solid #666666;
}


.BrickBG
{
	background-image: none;
	background-color: #ffcce6;

}

.Row2
{
	border-right: 1px solid #000000;
}

.Row4, .Row6, .Row6a, .Row7
{
	border-left: 1px solid #000000;
}

.Row1, .Row2, .Row4, .Row5, .Row7, .Row8
{
	background-image: none;
	background-color: #fb4f7e;
}



/*** Border & Row Property ***/

.Row6a
{
	padding: 5px;
}

.Panel
{
	height: 70px;
	padding: 5px;
}


/********** Inputs **********/

/*** Inputs Font ***/
INPUT, SELECT, 
{
	border: 0px solid #cccccc;
	font: 11px Arial;
}

TEXTAREA
{
	border: 1px solid #cccccc;
	font: 11px Arial;
}


INPUT.Password
{
	border: 1px solid #000000;
	font: 11px 'Times New Roman';
}


/*** Inputs Colors ***/

INPUT.Button, INPUT.ButtonSmall, INPUT.Insert
{
	background-color: #bb0b83;
	color: #ffffff;
}

INPUT.ButtonRed, INPUT.ButtonSmallRed
{
	border: 1px solid #dddddd;
	background-color: #ff9999;
}

INPUT.Text, INPUT.Password, SELECT.Text, TEXTAREA.Text
{
	background-color: #eeeeee;
	padding-left: 4px;
	border: 1px solid #666666;
}


/*** Inputs Sizes ***/

INPUT.Button, INPUT.ButtonRed
{
	width: 70px;
	cursor:hand;cursor:pointer;
	border: 1px solid #666666;

}

INPUT.ButtonSmall, INPUT.ButtonSmallRed
{
	width: 50px;
	Height: 20px;
	cursor:hand;cursor:pointer;
	border: 1px solid #666666;
	font: 11px Arial;

}

INPUT.Insert
{
	width: 100px;
	cursor:hand;cursor:pointer;
	border: 1px solid #666666;

}

INPUT.Radio, INPUT.Checkbox
{
	border-width: 0px;
	width: 14px;
	height: 14px;
	cursor:hand;cursor:pointer;
	border: 1px solid #666666;

}


/********** Mouse Icons **********/
.Help
{
	cursor: help;
}

.Hand
{
	cursor:hand;cursor:pointer;
}


/********** 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;
	border: 1px solid #cccccc;


}

SELECT.item
{
	background-color: #e7e7e7;
	padding-left: 4px;
	width: 160px;
	font: 11px Arial;
	color: #000000;
	border: 1px solid #ff99cc;
}
