﻿body
{
	background-color: #ffffff;
	text-align: center;
}
.MarqueeTable
{
	margin-top: 10px;
	width: 80%;
}
.MarqueeDivLeft
{
	background: url(../../Move/Resources/Images/header_caption_l.jpg);
	width: 10px;
}
.MarqueeDiv
{
	background: url(../../Move/Resources/Images/header_caption.jpg);
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: bolder;
	color: #993399;
	width: 98%;
	height: 35px;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px;
}
.MarqueeDivRight
{
	background: url(../../Move/Resources/Images/header_caption_r.jpg);
	width: 15px;
}

.LoginDiv
{
	width: 100%;
	height: 232px;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	background-color:#fefbfe;
}
.TitleText
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #9E0738;
}
.InfoText
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: lighter;
	color: #484C4F;
}
.MasterHeader
{
	background: url(../../Move/Resources/Images/HeaderCenter.jpg);
	vertical-align: top;
	text-align: left;
}

.PageBG
{
	/*background-image: url(../../Move/Resources/images/html_bg.png);  	background-repeat: no-repeat;  	background-position: top;*/
}
.FooterText
{
	background: url(../../Move/Resources/Images/footer.jpg);
	color: #993399;
	font-size: 11pt;
	font-family: Tahoma;
	font-weight: lighter;
}
.TextBox
{
	border-right: #993399 1px solid;
	border-top: #993399 1px solid;
	border-left: #993399 1px solid;
	border-bottom: #993399 1px solid;
	color: #000000;
	width: 140px;
}
.TextMessage
{
	font-size: 12pt;
	color: Red;
}
.RedButton
{
	background-image: url(../../Move/Resources/Images/btn_bg.jpg);
	background-repeat: repeat;
}
.HyperLinks
{
	font-family: Arial;
	font-weight: bold;
	font-size: 13pt;
	color: #9a2a4f;
}
.EmployeeInfo
{
	height: 5px;
	font-family: Arial;
	font-weight: bold;
	font-size: medium;
	color: #D94C95;
}
.TableHeader
{
	background-color: #993399;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
}
.TableRow
{
	background-color: #FCE8F3;
	color: #993399;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: lighter;
	text-align: right;
}
.TableAlternativeRow
{
	background-color: #FFFFFF;
	color: #993399;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: lighter;
	text-align: right;
}
.ContentTable
{
	border: solid 1px #993399;
	padding-right: 10px;
}
table
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
td
{
	height: 35px;
}

.MenuBG
{
	background-image: url(../../Move/Resources/Images/header_caption.jpg);
}
.MenuStaticSelectedStyle
{
	background-image: url(../../Move/Resources/Images/old_top_menu_over_bg.jpg);
	background-position: top;
	background-color: Transparent;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
}
/*This is to solve the asp:menu bug of a box(or the same background again) around the text*/
.MenuStaticSelectedStyle A:visited
{
	background-image: none;
	color: #FFFFFF;
	height: 25px;
	font-family: Arial;
	font-weight: bold;
}
.MenuStaticSelectedStyle A:link
{
	background-image: none;
	color: #FFFFFF;
	height: 25px;
	font-family: Arial;
	font-weight: bold;
}
.MenuStaticHoverStyle
{
	background-image: url(../../Move/Resources/Images/top_menu_over_bg.jpg);
	background-position: top;
	background-color: Transparent;
	text-align: center;
	vertical-align: middle;
	font-family: Arial;
	font-weight: bold;
}
.MenuStaticHoverStyle A:visited
{
	background-image: none;
	height: 25px;
	font-family: Arial;
	font-weight: bold;
}
.MenuStaticHoverStyle A:link
{
	background-image: none;
	height: 25px;
	font-family: Arial;
	font-weight: bold;
}
caption
{
	font-size:X-large;
}
.PageHeader
{
	background: url(../../Resources/Images/header_caption.jpg);
	font-size: 18pt;
	font-family:Verdana;
	font-weight:bolder;
	color: #993399;
	text-align:center;
	height:35px;
}
