/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

TD
{
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

A:active
{
	color: blue;
	text-decoration: none;
}

A:link
{
	color: blue;
	text-decoration: none;
}

A:visited
{
	color: blue;
	text-decoration: none;
}

A:hover
{
	color: red;
	text-decoration: underline;
}


.HeaderTitle
{
	font-weight: bold;
	font-size: 20pt;
	word-spacing: normal;
	text-transform: none;
	color: palegoldenrod;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	height: 100px;
	background-color: slateblue;
	text-align: center;
}

.HeaderDate
{
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	color: palegoldenrod;
	direction: rtl;
	text-indent: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: slateblue;
	text-align: right;
	height: 25px;
}

.LeftSideMain
{
	font-family: Verdana;
	background-color: slateblue;
}

.ContentCenter
{
	font-family: Verdana;
	background-color: white;
}

.RightSideMain
{
	font-family: Verdana;
	background-color: #f5593d;
}

.VerticalMenu
{
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	text-indent: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: slateblue;
	text-align: left;
}

A.VerticalMenu:active
{
	font-weight: normal;
	color: white;
	text-decoration: none;
}

A.VerticalMenu:link
{
	font-weight: normal;
	color: white;
	text-decoration: none;
}

A.VerticalMenu:visited
{
	font-weight: normal;
	color: white;
	text-decoration: none;
}

A.VerticalMenu:hover
{
	font-weight: normal;
	color: red;
	text-decoration: underline;
}

.FooterText
{
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-family: Tahoma;
	letter-spacing: normal;
}

.FooterTable
{
	background-color: #5b7285;
}

A.FooterLink:active
{
	color: white;
	text-decoration: none;
	font-weight: normal;
}

A.FooterLink:link
{
	color: white;
	text-decoration: none;
	font-weight: normal;
}

A.FooterLink:visited
{
	color: white;
	text-decoration: none;
	font-weight: normal;
}

A.FooterLink:hover
{
	color: white;
	text-decoration: underline;
	font-weight: normal;
}

TD.RollOverMenuTop
{
	font-size: 8pt;
	color: #787878;
	font-family: Verdana;
	background-color: white;
	border-top: #dbdbdb 1px solid;
	border-bottom: #dbdbdb 1px solid;
}

TD.RollOverMenu
{
	font-size: 8pt;
	color: #787878;
	border-bottom: #dbdbdb 1px solid;
	font-family: Verdana;
	background-color: white;
}

TD.RollOverMenuBottom
{
	font-size: 8pt;
	color: #787878;
	font-family: Verdana;
	background-color: white;
	border-bottom: #dbdbdb 1px solid;
}

A.RollOverMenu:active
{
	color: #787878;
	text-decoration: none;
	font-weight: normal;
}

A.RollOverMenu:link
{
	color: #787878;
	text-decoration: none;
	font-weight: normal;
}

A.RollOverMenu:visited
{
	color: #787878;
	text-decoration: none;
	font-weight: normal;
}

A.RollOverMenu:hover
{
	color: #787878;
	background-color: #ecedf3;
	width: 150px;
	font-weight: normal;
}
