﻿/******************
TODO Change This Stylesheet to alter the demo styles in the website
*****************/

body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url('/background/red017.gif');
}
div
{
    /* border: solid 1px black;*/
    margin-left: auto;
    margin-right: auto;
}

.Border
{
	background-color: #C9D0EA; /*border-top: #FF6D00 1px solid;*/
	border-right: #666666 1px solid;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	border-top: #666666 1px solid;
}

.Nav
{
    background-position: center center;
    border: thin outset #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #000000;
    text-decoration: none;
    text-align: center;
    background-color: #C0C0C0;
    font-weight: bold;
}

.HideControl
{
	display: none;
}

#App_Body
{
	margin-left: auto;
	margin-right: auto;
	width: auto; /**/
	background-color: #C9D0EA; /*border: solid 1px black;*/
}

#App_Header
{
    background-color: #C0C0C0; /* height: 100px;  border-bottom: solid 1px black;*/
}

#App_AppName
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding-right: 15px;
    text-align: right;
    border-top: solid 1px black; /*border-bottom: solid 1px black;*/
}
#App_Menu
{
	border-bottom: solid 1px black;
}

#App_Content
{
    border: thin solid #FF0000;
    background-color: White;
    padding: 0px 3px 0px 3px;
    float:  right;
    width:  auto;
}

#App_Footer
{
    padding: 10px 0px 0px 0px;
    margin-left: auto;
    margin-right: auto;
    width:800px;
    text-align: center;
    color: #ffffff;
    float:right
}

.lbl
{
	font-weight: bold;
}

.Message
{
	color: #990000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
}

a:hover
{
	text-decoration: none;
}

.Border
{
	border: solid 1px #003366;
}


.HeaderCell
{
	/*background-image: url(../images/TableHeaderbgGreen.jpg);*/
	background-color: #003366;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	font-size: 13px;
    text-align: left;
}

/*********************************************************************************/
/*                           BEGINNING OF ERROR RULES                            */
/*********************************************************************************/
.messageInformational, .messageError, .messageWarning, .messageDebug, .messageConfirmation
{
	border: 1px solid #000;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 5px;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 10px;
	text-align: center;
	background-color: #fff;
	color: #000;
	background-repeat: no-repeat;
	background-position: left center;
}

.messageError
{
	background-color: #fdd;
	border-color: #933;
	background-image: url(../Images/Error.gif);
	padding-left: 45px;
	position: relative;
}

.messageWarning
{
	background-color: #fe9;
	border-color: #990;
	background-image: url(../Images/Warning.gif);
	position: relative;
	padding-left: 45px;
}

.messageInformational
{
	background-color: #ffc;
	border-color: #993;
	background-image: url(../Images/Info.gif);
	position: relative;
	padding-left: 45px;
}

.messageWarning ul
{
	margin-top: 5px;
	margin-bottom: 0;
}

/*********************************************************************************/
/*                           END OF ERROR RULES                                  */
/*********************************************************************************/
td
{
    border: thin inset #800000;
    font-family: 'Times New Roman' , Times, serif;
    font-size: small;
    font-weight: 100;
    font-style: normal;
    background-color: #C0C0C0;
    table-layout: auto;
    empty-cells: hide;
    color: #000000;
}
#EsoMain
{
    font-family: Candara;
    background-color: #FFFFCC;
    font-size: large;
    font-weight: 400;
    color: #000000;
}

#Left
{
    float: left;
}
