﻿body 
{
	font-family:Verdana;
	font-size:8pt;
	color:#555555;
	margin:0px;
	padding:0px;
}

a
{
	text-decoration: none;
	color:#754236;
}

a:hover
{
	color:black;
	text-decoration: underline;
}

p
{
	font-family:Verdana;
	font-size:8pt;	
	padding:1px;
	margin-top:5px;
	text-align:justify;
}



h1
{
	font-family:Arial;
	font-size:13pt;
	margin-bottom:1px;
}

h2
{
	font-family:Arial;
	font-size:12pt;
	color:#888888;
	margin-bottom:1px;
}

h3
{
	font-family:Arial;
	font-size:10pt;
	margin-bottom:1px;
	font-weight:bold;
	margin-left:0px;
}

h4
{
	font-size:10pt;
	font-weight:bold;
	margin-bottom:5px;
}

.GeneralSmallText
{
	font-size:8pt;
}


.GeneralContentContainer
{
	padding:10px;
}

.GeneralSmallInfoText
{
	text-align:justify;
	font-size:8pt;
	color:#676767;
	padding-right:5px;
}

.InfoPanelActionText
{
	text-align:justify;
	font-size:8pt;
	color:#676767;
	
	margin-top:15px;
	font-weight:bold;
	text-align:center;
}

.GeneralValidationFailedText
{
	font-size:8pt;
	color:Red;
}

input
{
	font-family:Verdana;
	font-size:8pt;
}

select
{
	font-family:Verdana;
	font-size:8pt;
}

.CodeWindow
{
	font-family:Courier New;
	font-size:8pt;
	color:Black;
	background-color:#ffffff;
}


.LeftHandNavBar
{
	background-color:#eeeeee;
	text-align:justify;
	font-size:8pt;
	color:#666666;
	padding:5px;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.Footer
{
	border-top: solid 2px #b59587;
	background-color:#eeeeee; 
	color:#ffffff;
	font-weight:normal;
}

.FooterText
{
	color:Black;
}

.Toolbar
{
	background-color: #eeeeee;
	font-size: 8pt;
	color: #666666;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: #ece2dd 1px solid;
	border-top: #000000 0px solid;
}

.EmbeddedToolbar_Title
{
	font-size:10pt;
	background-image:url(http://sv1.webvisitor.info/media/img/ReportTitleBar.gif);
	height:16px;
	color:#89898a;
	font-weight:bold;	
	padding:2px;
}

.EmbeddedToolbar
{
	background-color: #ffffff;
	font-size: 8pt;
	color: #666666;
	margin: 5px;
	border-left: #aaaaaa 1px dotted;
	border-right: #aaaaaa 1px dotted;
	border-bottom: #aaaaaa 1px dotted;
	text-align:left;
}

.ContentBox
{
	background-color:#ffffff;
	border-left:dotted 1px #aaaaaa;
	border-right:dotted 1px #aaaaaa;
	padding:0px;
	margin:0px;
}

/*	____________________________________________________________________________
	FORM STYLES
	The following styles are for use with input forms
*/
.InputFormTable
{
	background-color:#eeeeee;
	border:dotted 1px #aaaaaa;
	padding:0px;
}


.InputFormRowHeader
{
	background-color:#999999;
	color:White;
	font-weight:bold;
}

.InputFormRowCell
{
	border-bottom: solid 1px #000000;
	padding-bottom:5px;
}




/*	_________________________________________________________________________________
	MESSAGE STYLES
	The following sytles are for use with Message box's
*/

.WarningMessage
{
	border-top: solid 10px #bb4444;
	width:500px;
	background-color:#eeeeff;
	border-left:solid 1px #aaaaaa;
	border-right:solid 1px #aaaaaa;
	border-bottom:solid 1px #aaaaaa;
	padding:20px;
	text-align:center;
	font-weight:normal;
	
}

.SucessMessage
{
	border-top: solid 10px #448844;
	width:700px;
	background-color:#eeeeff;
	border-left:solid 1px #aaaaaa;
	border-right:solid 1px #aaaaaa;
	border-bottom:solid 1px #aaaaaa;
	padding:20px;
	text-align:center;
	font-weight:normal;
	
}

/* Data Table. i.e. visitor stats etc */
.DataTable
{
	font-family:Verdana;
	font-size:8pt;	
	border:solid 1px #000000;
	background-color:#eeeeee;
	padding:3px;
}

.DataRow1
{
	font-family:Verdana;
	background-color:#fcd8c7;
	text-align:center;
}

.DataRow2
{
	font-family:Verdana;
	text-align:center;
	background-color:#ffe6da;	
}

.ColHeadings
{
	font-family:Verdana;
	background-color:#eeeeee;
	font-size:8pt;
	color:#45294a;
	font-weight:bold;
	text-align:center;
}

.SubHeading
{
	font-family: Verdana;
	background-color: #eeeeee;
	color: #777777;
	font-weight: bolder;
	padding-top:15px;
	border-bottom: ridge;
	border-top: solid 2px #FFFFFF;
}

.TotalRow
{
	font-weight:bold;	
	text-align:center;
}