﻿/******************
TODO Change This Stylesheet to alter the demo styles in the website
*****************/

/*body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
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
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background-color: Background;
}

.HideControl
{
	display: none;
}

#App_Body
{
	margin-left: auto;
	margin-right: auto;
	width: 800px; /**/
	background-color: #fff; /*border: solid 1px black;*/
}

#App_Header
{
	background-color: #ffffff; /* 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
{
	background-color: #fff;
	padding: 0px 3px 0px 3px;
}

#App_Footer
{
	padding: 10px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center;
	color: #ffffff;
}

.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/logo_tall2.png);*/
	background-color: black;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	font-size: 13px;
}

/*********************************************************************************/
/*                           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                                  */
/*********************************************************************************/
