﻿/******************
TODO Change This Stylesheet to alter the demo styles in the website
*****************/

body
{
    margin-top: 10px;
	padding: 0px;
	background-color: #DDDDDD;
	font-family: Verdana;
	font-size: 12px;
	color:White;
}
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;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	text-transform:capitalize;
	font-weight:bold;
}

.HideControl
{
	display: none;
}

#App_Body
{
	margin-left: auto;
	margin-right: auto;
	width: 900px; /**/
	border: 1px solid #BBBBBB;
}

#App_Header
{
	background-color: #ffffff; /* height: 100px;  border-bottom: solid 1px black;*/
	height:35px;
	margin-top:0px;
	padding-top:1px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/topleftkesit.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#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
{
	height:35px;
}

#App_Content
{
	background-color: White;
}

#App_Footer
{
	padding: 5px 10px 0px 10px;
	text-align: left;
	color: #ffffff;
	height:23px;
	line-height:23px;
	background-image:url(../images/bottomleftkesit.gif);
	background-repeat:repeat-x;
	vertical-align:middle;
}

.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: 12px;
	color: #222222;
}

a:hover
{
	text-decoration: none;
}

.button
{
    cursor:pointer;
}

ul
{ 
     margin-top:0px;
     margin-bottom:0px;
}

p
{ 
     margin-bottom:10px;
     margin-top:10px;
}


.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;
}

/*********************************************************************************/
/*                           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                                  */
/*********************************************************************************/


#newspaper-a {
border:1px solid #333333;
border-collapse:collapse;
font-family:Verdana;
font-size:12px;
margin:20px;
text-align:left;
width:480px;
background-color:White;
}
#newspaper-a th {
border-bottom:1px dashed #111111;
color:#333333;
font-size:14px;
font-weight:normal;
padding:12px 17px;
}
#newspaper-a td {
color:#666666;
padding:7px 17px;
}

.newspaper-a {
border:1px solid #333333;
border-collapse:collapse;
font-family:Verdana;
font-size:12px;
margin:auto;
text-align:left;
width:480px;
background-color:White;
}
.newspaper-ath {
border-bottom:1px dashed #111111;
color:#333333;
font-size:14px;
font-weight:normal;
padding:12px 17px;
}
.newspaper-a td {
color:#666666;
padding:4px 17px;
}

input 
{
    border:1px solid #CDCDCD;
    color:#282828;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    padding:1px 0 1px 5px;
}
textarea
{
    border:1px solid #CDCDCD;
    color:#282828;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    padding:1px 0 1px 5px;
    width:70%;
}