﻿.MainMenuButton
{
	width: 100px;
	height: 40px;
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	font-weight: bold;
	font-size: 12;
	cursor:pointer;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url("../images/Public/MainMenu/button.jpg");
}

.MainMenuButton:hover
{
	background-image: url("../images/Public/MainMenu/over.jpg");
}

.SeperatorStyle
{
	width: 1px;
	height: 40px;
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	vertical-align: middle;
}

.MasterPageStyle
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url("../images/public/bg_body.gif");
}

.MasterPageTableStyle
{
	margin: 0px;
	vertical-align: top;
	width: 800px;
	direction: ltr;
	text-align: center;
	background-color: White;
	border: 0;
	border-collapse: collapse;
}

.MasterPageTableStyle td
{
	text-align: left;
}

.PageTableStyle
{
	margin: 0px;
	vertical-align: top;
	width: 100%;
	direction: ltr;
	text-align: center;
	background-color: White;
	border: 0;
	border-collapse: collapse;
}

a.MenuLinkStyle:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.MenuLinkStyle:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a.MenuLinkStyle:hover
{
	text-decoration: underline;
}

a.LinkStyle:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-decoration: none;
}
a.LinkStyle:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-decoration: none;
}
a.LinkStyle:hover
{
	text-decoration: underline;
}

.MenuLinkSepStyle
{
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
}

.TitleStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}

.TextStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom: 0px;
}

.PageTitleStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	text-decoration: underline;
}

.DataListStyle
{
	width:100%;
}

.TextNoteStye a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: red;
}

.ButtonStyle
{
	width: 100px;
	height: 40px;
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	font-weight: bold;
	font-size: 10;
	width: 100px;
	height: 25px;
	cursor: pointer;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url("../images/Public/button.jpg");
}

.ButtonStyle:hover
{
	background-image: url("../images/Public/ButtonOver.jpg");
}

.TableHeader
{
	background-color: #dcdcdc;
}

.ErrorStyle
{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: Red;
}

.DatagridStyle
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 1px solid #FD3029;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #B3C2CF;
	border-collapse: collapse;
	border-bottom-color: #B3C2CF;
	border-top-color: #B3C2CF;
	border-right-color: #B3C2CF;
	border-left-color: #B3C2CF;
}

.RowStyle
{
	text-align: left;
	background-color: #dcdcdc;
	color: #000000;
}

.RowLinkStyle
{
	text-align: left;
	background-color: #dcdcdc;
	color: #000000;
}

.HeaderStyle
{
	background-color: Gray;
	color: white;
	font-weight: bold;
}

.RowTextStyle
{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
}

.NoteStyle
{
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: Silver;
}

.AlertStyle
{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
}
