﻿/**********************************************
 *** General Layout
 **********************************************/
body
{
	/*background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;*/
	background-position: left top;
	background-color: #ecf4f7;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS" , Arial, Verdana, sans-serif;
	font-size: 9pt;
}

#content
{
	top: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 820px;
}

#header
{
	/*background-image: url(images/header.jpg);
	background-repeat: repeat-x;*/
	background-color: #FBFBF7;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	width: 800px;
	height: 80px;
}

#watermarktext
{
	color: Gray;
	font-family: 'Trebuchet MS' , Verdana;
	font-size: 9pt;
}

#tblCaptionRow
{
	background-color: Navy;
	font-family: 'Trebuchet MS' , Verdana;
	font-size: 12pt;
	color: White;	
}

#backgroundCSSClass
{
	background-color: Gray;
}
/**********************************************
 *** Login.aspx
 **********************************************/
#loginBox
{
	background-color: #FBFBF7;
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
	width: 300px;
}

.errorText
{
	color: Red;
	font-family: 'Trebuchet MS' , Verdana;
	font-size: 9pt;
}

.darkText
{
	color: #003666;
	font-family: 'Trebuchet MS' , Verdana;
	font-size: 9pt;
}

.darkTextBold
{
	color: #003666;
	font-family: 'Trebuchet MS' , Verdana;
	font-size: 9pt;
	font-weight: bold;
}

.darkTextBold-Large
{
	color: #003666;
	font-family: 'Trebuchet MS' , Verdana;
	font-size: 10pt;
	font-weight: bold;
}

#login
{
	background-color: #FBFBF7;
	color: Black;
	width: 800px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	top: 100px;
}

#editOrder
{
	background-color: #FBFBF7;
	color: Black;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	top: 100px;
}

/**********************************************
 *** Standard Tag-Level Styles
 **********************************************/
.stdLabelRequired
{
	color: #003666;
	font-family: 'Trebuchet MS' , Verdana;
	font-size: 9pt;
}

.stdLabel
{
	color: #003666;
	font-family: 'Trebuchet MS' , Verdana;
	font-size: 9pt;
}

.selectedLabel
{
	/*background-color: Gray;*/
	font-family: 'Trebuchet MS' , Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: Maroon;
}

.stdErrorLabel
{
	font-family: 'Trebuchet MS' , Verdana;
	font-size: 9pt;
	color: Red;
	width: 100%;
	background-color: #FFE4E1; /*   border-bottom-color: #800000;   border-top-color: #800000;   border-left-color: #800000;   border-right-color: #800000;   border-bottom-style: solid;   border-top-style: solid;   border-left-style: solid;   border-right-style: solid;   border-bottom-width: 1px;   border-top-width: 1px;   border-left-width: 1px;   border-right-width: 1px; */
}

.messageLabel
{
	color: Black;
	font-family: 'Trebuchet MS' , Verdana;
	font-size: 10pt;
}

.maskedEditFocus
{
	background-color: #FFFFC0;
	font-family: 'Trebuchet MS' , Verdana;
	font-size: 9pt;
	font-weight: normal;
}

