﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}

body
{
	font-family: Verdana;
	font-size: 10pt;
	background-image: url(Images/IMG_9495.gif);
	/* background-color: white; */
}

.myCentre
{
	text-align: center;
}
.myContentPlaceHolderSpacing
{
	padding-right: 5px;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.MyMaintenancePageColours
{
	color: purple;
	background-color: #87ceeb;
}

.myTablePadding
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.MyRowStyle1
{
	background-color: lemonchiffon;
}
.MyCellStyle1
{
	text-align: center;
}
.MyCellStyle2
{
	text-align: right;
}
.MyCellStyle3
{
	text-align: left;
}

.myShanganiFont
{
	font-family: Verdana;
	font-size: 10pt;
	color: #990000;
	vertical-align: text-bottom;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	border-right-style: solid;
	border-top-color: #990000;
	border-top-style: solid;
	border-right-color: #990000;
	border-left-style: solid;
	border-left-color: #990000;
	padding-right: 10px;
}
.myShanganiFontHeader
{
	font-family: Verdana;
	font-size: 12pt;
	vertical-align: text-bottom;
	text-align: center;
	font-weight: bold;
	background-color: #990000;
	color: #ffffcc;
}

.myShanganiButton
{
	font-family: Verdana;
	font-size: 14pt;
	vertical-align: text-bottom;
	text-align: center;
	background-color: #990000;
	color: #ffffcc;
}

.myShanganiButtonSmall
{
	font-family: Verdana;
	font-size: 8pt;
	vertical-align: text-bottom;
	text-align: center;
	background-color: #990000;
	color: #ffffcc;
}

/* Content Page Layout */
.dropShadowPanel
{
	background-color: #d2b48c;
	color: black;
	font-family: Verdana;
	font-size: 10pt;
	background-image: none; /* text-align: left; */
	border-right: black thin;
	border-bottom-color: black;
	border-right-width: thin;
	border-top-color: black;
	border-top-width: thin;
	border-bottom-width: thin;
	border-right-color: black;
	border-left-color: black;
	border-left-width: thin;
}

/*Drag Panel*/
.dragMe {
	width:100%;
	height:21px;
	background-color:#FFF;
	background-image:url(images/header-opened.png);
	text-align:center;
	cursor:move;
	font-weight:bold;
}

