
/*

management section Sylesheet

colour scheme is Purple.

Standard colour: #98AEDE
Dark Colour: #B900B9 
Light Colour:  #CAD6EE (left menu sub-item highlight)

*/


.SectionNoPhoto {
	border: 1px solid #98AEDE;/* standard colour */
	height:142px;
	width:110px;
	margin:5px;
}


.SectionBackground{
background-color:#98AEDE;
}

.SectionBackgroundOver{
background-color:#CAD6EE;
color: white;
}

.SectionFore{
color:#b900b9;
}


.SectionSidebar {
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
text-align: center;
TEXT-DECORATION: none;
color: #000000;
line-height: normal;
font-size:8pt;
}

.SectionSidebarHeader{
background-color:#98AEDE;
color: #ffffff;
font-weight:bold;

FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
text-align: center;
TEXT-DECORATION: none;

line-height: normal;
font-size:8pt;
}




h1{
	color:#98AEDE;

	FONT-WEIGHT: normal;
	FONT-SIZE: 26px;
	MARGIN-BOTTOM: -9px;
	MARGIN-TOP: -4px;
	FONT-FAMILY: verdana
}



.SectionMainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: bold;
	color: #990099;
}

.SectionSubHeader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: bold;
	color: #98AEDE;
	text-transform:lowercase;
	text-decoration:none;
}

.SectionInput{
	BORDER-RIGHT:#98AEDE 1px solid; 
	BORDER-TOP: #98AEDE 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT:#98AEDE 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #98AEDE 1px solid; 
	FONT-FAMILY: verdana
}

.SectionButton A:hover {
	background-color: #C1CFEC;	/* really light */
}
.SectionButton{
	color: #98AEDE;/* standard colour */
	border: 1px solid #98AEDE;/* standard colour */
}



.CallMeButton A:hover {
	background-color: #CAD6EE;	/* really light */
}
.CallMeButton{
	color: #990099;	/* standard colour */
}



/*
.SectionButtonOver {
	font-size: 8pt;
	line-height: 12pt;
	font-weight: bold;
	color: #990099;
	border: 1px solid #98AEDE;
	background-color: #FF82FF;
	text-align: center;
	cursor: pointer;
	width:56px;
}
*/
.SectionBorder {
	border: 1px solid #98AEDE;
}

.SectionCallMeBorder {
	border: 1px solid #98AEDE;
	padding: 0px;
}


LI {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-FAMILY: verdana;
	LIST-STYLE-TYPE: square;
	list-style-position: outside;
	list-style-image: url(../images/management/bullet.gif);
	margin-top: 15px;
	margin-left: 10px;
}



.NoBorder{
	border:none;
	border-bottom:none;
	border-top:none;
	border-left:none;
	border-right:none;
}