
html
{
	height: 100%;
	padding: 0;
	margin: 0;
}

body
{
    font-size: 10pt;
    color: black;
    font-family: Arial;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

form
{
	border: 1px solid white;
}

td
{
    font-size: 10pt;
    font-family: Arial;
}


h1, .Heading1
{
	font-size: 14pt;
	color: #293A4E;
	font-weight: bold;
	margin: 5px 0 10px 0;
}

h2
{
	font-size: 12pt;
	color: #293A4E;
	font-weight: bold;
}

#FramesContainer
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#MenuFrame
{
	width: 280px;
	height: 100%;
	margin: 0;
	padding: 0;
}

#ContentFrame
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#MenuContainerCell
{
	width: 280px;
	padding-top: 5px;
	padding-left: 0;
}

#ContentContainerCell
{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	border-left: 1px solid grey;
}

.OptionsTable
{
	border: #293A4E 1px solid;
	margin: 10px 0 10px 0;
	width: 700px;
}

.OptionsTable td
{
	padding: 4px;
	text-align: left;
}

.OptionsTable input[type='text']
{
	width: 200px;
}

.OptionsTable input[type='password']
{
	width: 200px;
}

.OptionsTable select
{
	width: 200px;
}

.OptionsTable .DescCell
{
	width: 200px;
}

#ContentContainer
{
	width: 600px;
}

.FixedWidthContent
{
	width: 800px;
}

.ReportFormContainer
{
	width: 800px;
}

.ReportContainer
{
	min-width: 1600px;
}

.WhereToFind
{
	font-style: italic;
	color: #1F497D;
}

#MainBanner
{
	width: 100%;
	background-image: url('images/login_grad.gif');
	background-repeat: repeat-x;
}

#LogoContainer
{
	width: 397px;
	height: 82px;
	background-image: url('images_new/login_top.jpg');
}

.LoggedOutPageContainer
{
	width: 600px;
	margin: 0 auto 0 auto;
}

.RoundedBorder
{
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border: 2px solid #AAAAAA;
}

#LostPasswordInfoBox
{
	padding: 10px;
}

#LoginFormContainer
{
	width: 400px;
	margin: 0 auto 0 auto;
}

#FormTable
{
	width: 300px;
}

#LoginTable a
{
	color: #666666;
	font-weight: bold;
}

.CenteredContent
{
	text-align: center;
}

.JustifiedContent
{
	text-align: justify;
}

.TitleText
{
	color: #293A4E;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

.LoginFormLabel
{
	width: 30%;
}

.LoginFormControl
{
	width: 70%;
	width: 200px;
}

.DivLine
{
	margin: 0 auto 5px auto;
	height: 1px;
	border-bottom: 1px solid #CCCCCC;
}

#LoginBaseContainer
{
	color: #666666;
}

.SubscriptionOptionButton
{
	padding-top: 4px;
}

.WelcomeText
{
	font-family: Arial;
	color: #293A4E;
	font-size: 14pt;
	font-weight: bold;
	text-align: center
}

.WelcomeTextSml
{
	font-family: Arial;
	color: #293A4E;
	font-size: 12pt;
	font-weight: bold;
	text-align: center
}

.LoginTable
{
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: White;
	color: Black;
	font-family: Arial;
	font-size: 10pt
}
.TextBoxes
{
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-family: Arial;
	color: Black;
	font-size: 10pt;
	width: 100px;
	background: White;
}

.LoginError
{
	font-family: Arial;
	color: Red;
	font-size: 10pt;
	font-weight: bold;
	text-align: center
}

.TableHeader
{
	background-color:#293A4E; 
	color:white; 
	font-family:arial; 
	font-size:10pt; 
	font-weight:Bold;
}

.Heading2
{
	font-family: Arial;
	font-size: 14pt;
	color: black;
	font-weight: bold;
	text-decoration: underline
}

.Heading3
{
	font-family: Arial;
	font-size: 12pt;
	color: navy;
	font-weight: bold;
	text-decoration: underline
}

.Heading4
{
	font-family: Arial;
	font-size: 10pt;
	color: navy;
	font-weight: bold;
	text-decoration: underline
}

.Heading5
{
	font-family: Arial;
	font-size: 10pt;
	color: navy;
	font-weight: bold;
}

.BodyText
{
	font-family: Arial;
	font-size: 10pt;
	color: black;
}

.BodyTextBold
{
	font-family: Arial;
	font-size: 10pt;
	color: black;
	font-weight: bold
}

.BodyTextSmall
{
	font-family: Arial;
	font-size: 10px;
	color: black;
}

.Calendar
{
border-width: 1px;
}

.CalendarDay
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: Black
}

.CalDropDown
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	background-color: Silver;
	color: black;
	width: 80px;

}

.OptionsTableSmall
{
	border-bottom: #293A4E 1px solid;
	border-top: #293A4E 1px solid;
	border-left: #293A4E 1px solid;
	border-right: #293A4E 1px solid;
	background-color: #293A4E;
	color:White;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
}


.dgMain
{
	background-color: White;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-family: Arial;
	font-size: 9pt;
	overflow:visible;
}

.dgRestrictions
{
	background-color: White;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-family: Arial;
	font-size: 10pt;
	overflow:hidden;
}

.Salestable
{
	background-color: White;
	border-style: none;
	font-family: Arial;
	font-size: 10pt;
	color: Black;
	overflow: hidden;
	width: 385px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.EmptyReport
{
	font-family: Arial;
	font-size: 10pt;
	color: navy;
	font-weight: bold;
	text-align: center;
}

.EmptyReport_Left
{
	font-family: Arial;
	font-size: 10pt;
	color: navy;
	font-weight: bold;
	text-align: left;
}

.ReportTotals
{
	font-family: Arial;
	font-size: 10pt;
	color: navy;
	font-weight: bold;
	text-align: left;
}

.IntroLabel
{
	font-family: Arial;
	font-size: 10pt;
	color: Black;
	text-align: left;
}

.TotalsTable
{
	border-bottom: solid 1px #293A4E;
	border-top: solid 1px #293A4E;
}

.ErrorText
{
	color: Red;
}

.ErrorMessage
{
	font-family: Arial;
	font-size: 12pt;
	color: Maroon;
	font-weight: bold;
	text-align: center;
}

.ErrorMessageSmall
{
	font-family: Arial;
	font-size: 10pt;
	color: Maroon;
	font-weight: bold;
	text-align: center;
}

.RegisterNow
{
	font-family: Arial;
	font-size: 10pt;
	color: Black;
	font-weight: bold;
	text-align: center;
}	

.GridHeader
{
	background-color: #ECE9D8;
	font-family: Arial;
	font-size: 10pt;
}








/* THE FOLLOWING WAS CREATED BY RAYMOND FOR THE ORIGINAL SITE. I HAVE LEFT IT AS IT HAS SEVERAL USES */

.FormLbl
{
    FONT-SIZE: 10px;
    COLOR: #08086b;
    FONT-FAMILY: Verdana, Arial
}
.HiddenTextBox
{
    DISPLAY: none;
    FONT-SIZE: 10px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial
}
.dateday
{
    BORDER-RIGHT: #08086b 1px inset;
    BORDER-TOP: #08086b 1px inset;
    FONT-SIZE: 10px;
    BORDER-LEFT: #08086b 1px inset;
    WIDTH: 40px;
    COLOR: #08086b;
    BORDER-BOTTOM: #08086b 1px inset;
    FONT-FAMILY: Verdana, Arial;
    HEIGHT: 22px;
    BACKGROUND-COLOR: #e7f3ff
}
.datemonth
{
    BORDER-RIGHT: #08086b 1px inset;
    BORDER-TOP: #08086b 1px inset;
    FONT-SIZE: 10px;
    BORDER-LEFT: #08086b 1px inset;
    WIDTH: 50px;
    COLOR: #08086b;
    BORDER-BOTTOM: #08086b 1px inset;
    FONT-FAMILY: Verdana, Arial;
    HEIGHT: 22px;
    BACKGROUND-COLOR: #e7f3ff
}
.dateyear
{
    BORDER-RIGHT: #08086b 1px inset;
    BORDER-TOP: #08086b 1px inset;
    FONT-SIZE: 10px;
    BORDER-LEFT: #08086b 1px inset;
    WIDTH: 60px;
    COLOR: #08086b;
    BORDER-BOTTOM: #08086b 1px inset;
    FONT-FAMILY: Verdana, Arial;
    HEIGHT: 22px;
    BACKGROUND-COLOR: #e7f3ff
}
.CurrencyBox
{
    BORDER-RIGHT: #08086b 1px inset;
    BORDER-TOP: #08086b 1px inset;
    FONT-SIZE: 10px;
    BORDER-LEFT: #08086b 1px inset;
    WIDTH: 70px;
    COLOR: #08086b;
    BORDER-BOTTOM: #08086b 1px inset;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #e7f3ff
}
.FormHeading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial
}
.ShortTextBox
{
    BORDER-RIGHT: #08086b 1px inset;
    BORDER-TOP: #08086b 1px inset;
    FONT-SIZE: 10px;
    BORDER-LEFT: #08086b 1px inset;
    WIDTH: 40px;
    COLOR: #08086b;
    BORDER-BOTTOM: #08086b 1px inset;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #e7f3ff
}
INPUT
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
SELECT
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
.ReportHeading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: black;
    FONT-FAMILY: Arial
}
.ReportNote
{
    FONT-SIZE: 10px;
    COLOR: black;
    FONT-FAMILY: Arial
}
.ReportBody
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
.FormNote
{
    FONT-SIZE: 10px;
    COLOR: black;
    FONT-FAMILY: Arial
}

.TextArea
{
    FONT-SIZE: 10px;
    OVERFLOW: scroll;
    WIDTH: 250px;
    COLOR: #000000;
    LINE-HEIGHT: normal;
    FONT-FAMILY: Arial;
    HEIGHT: 50px;
}

.TreeViewTable
{
	border: solid 1 #08086B;
}

.Radio
{
    FONT-FAMILY: Arial
}

.ASPCalBorder
{
 font-family : Arial,Helvetica,Sans-serif;
 font-size : 10pt;
 color : #293A4E;
 background-color : #293A4E;
 border-top: #293A4E;
 border-bottom: #293A4E;
 border-left: #293A4E;
 border-right: #293A4E;
}

.ASPCalDay
{
font-family : Arial,Helvetica,Sans-serif;
font-size : 10pt;
color : #ffffff;
background-color : #293A4E;
}

.ASPCalWknd 
{
font-family : Arial,Helvetica,Sans-serif;
font-size : 10pt;
color : #ffffff;
background-color : #d3d3d3;
}

HR
{
    FONT-SIZE: 1px;
    COLOR: #000000
}
.CheckBox
{
}
A:active
{
    FONT-SIZE: 10pt;
    COLOR: navy;
    FONT-FAMILY: Arial
}
A:link
{
    FONT-SIZE: 10pt;
    COLOR: navy;
    FONT-FAMILY: Arial
}
A:visited
{
    FONT-SIZE: 10pt;
    COLOR: navy;
    FONT-FAMILY: Arial
}

.Link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    CURSOR: hand;
    COLOR: navy;
    FONT-FAMILY: Arial
}
A
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: navy;
    FONT-FAMILY: Verdana, Arial
}


/* NEW STYLES*/

/*DataGrid styles*/
/*table*/
table.DgTable
{
	background-color: #ffffff;
	border: 1px solid black;
	overflow:hidden;
}
/*header*/
.DgHeader
{
	border: 0px solid black;
	background-color: #293A4E;
	font-family: Arial;
	color:#ffffff;
	font-size: 14px;
	text-align:center;
	font-weight:bold;
}
.DgHeader a:link , .DgHeader a:visited 
{
	font-family: Arial;
	color:#ffffff;
	font-size: 14px;
	text-align:center;
	font-weight:bold;
	text-decoration: none;
}
.DgHeader a:hover
{
	color: #ffff33;
}
/*Item*/
tr.DgItem
{
	border: 1px solid black;
	background-color: #ffffff;
	font-family: Arial;
	color:#000000;
	font-size: 10px;
	text-align:center;
	font-weight:normal;
}
tr.DgItem:hover, tr.over td 
{
	background-color: #ffff33;
}

tr.DgAlternateItem
{
	border: 1px solid black;
	background-color: #dcdcdc;/*gainsboro*/
	font-family: Arial;
	color:#000000;
	font-size: 10px;
	text-align:center;
	font-weight:normal;
}
tr.DgAlternateItem:hover, tr.over td 
{
	background-color: #ffff33;
}
td.DgAlternateItem, td.DgItem
{
	overflow:auto;
}
/*footer*/
.DgFooter
{
	border: 1px solid black;
	background-color: #ffffff;
	font-family: Arial;
	color:#000000;
	font-size: 14px;
	text-align:center;
	font-weight:bold;
}
.DgFooter a:link , .DgFooter a:visited 
{
	background-color: #ffffff;
	color:#293A4E;
	font-size: 14px;
	text-align:center;
	font-weight:bold;
	text-decoration: none;
}
.DgFooter a:hover
{
	color: #000000;
}


/*other DataGrid*/
.dgCurrency
{
	background-color: #d3d3d3;
	color:#000000;
	border: 1px solid black;
	font-family: Arial;
	font-size: 10pt;
	overflow:hidden;
}
.dgCurrencyHeader
{
	font-weight:bold;
}

/* outline table*/
.TblOutline{ border: solid 1px #000000}


/*BUTTONS*/
.Button
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}

.WideButton
{
	width: 200px;
}
