/* Stylesheet for Shetland Development Trust */

/* Make Verdana the default font */
*
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
P, TD
{
	font-size: 80%;
}

/* Make a centred page that will fit in 800px browser */
.SDTMain
{
	width: 100%;
	border: solid #032 1px;
	margin-left: auto;
	margin-right: auto;
}

/* Header */
.SDThead
{
	background-image: url(/Portals/0/Skins/SDT/SDTHeadBG.png);
	background-repeat: no-repeat;
	background-color: #002b5b;
	height: 99px;
	border-bottom: 5px solid #ccc;
}

.SDTHeadLogo
{
	text-align: right;
}
/* Panels and Panes */
.LeftPanel
{
	width: 22%;
}

.CentrePanel
{
}

.RightPanel
{
	width: 22%;
}

.SDTContentHead 
{
	height: 65px;
}

.TopPane
{
	margin:  15px 0;
	border: 1px solid #ccc;
	height: 60px;
	padding-left: 20px;
	padding-top: 0px;
}

.ImagePane 
{
	height: 120px;
	overflow: hidden;
}

.Head 
{
	font-size: 130%;
}
/* Content styles */
.Content H1 
{
	color: #036;
	font-size: 190%;
	font-weight: normal;
	line-height: 200%;
}

.Content H2
{
	font-weight: normal;
	font-size: 150%;
	color: #036;
	line-height: 120%;
}

.Content H3
{
	font-weight: normal;
	font-size: 130%;
	color: #036;
	line-height: 120%;
}

.Content P, .Content LI
{
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
}
.TopPane H1
{
	font-size: 220%;
	line-height: 100%;
}

	/* Footer */
.SDTFooter 
{
	background-color: #036;
	padding-left: 5px;
	padding-right: 5px;
}

.SDTFooter TD 
{
	color: #fff;
}

.SDTFooterLink, A.SDTFooterLink:link, A.SDTFooterLink:visited, A.SDTFooterLink:active
{
	color: #fff;
	text-decoration: none;
	font-size: 75%;
}

.SDTFooterLink A:link, .SDTFooterLink A:visited, .SDTFooterLink A:active
{
	color: #fff;
	text-decoration: none;
	font-size: 100%;
}

A.SDTFooterLink:hover
{
	color: #ccc;
	text-decoration: underline;
	font-size: 75%;
}

.SDTFooterLink A:hover
{
	color: #ccc;
	text-decoration: underline;
	font-size: 100%;
}

/* Global Menu */
.mainMenu
{
	background-color: Transparent;
	margin-left: 35px;
	margin-bottom: 0px;
}

.mainMenu .menuItem, .mainMenu .unselectedItem
{
	cursor: hand;
	cursor: pointer;
	margin: 0 10px;
	padding: 4px;
	background-color: #036;
	height: 25px;
	font-weight: bold;
	color: #fff;
	background-image: url(/Portals/0/Skins/SDT/TabBG.gif);
}

.mainMenu .selectedItem
{
	cursor: hand;
	cursor: pointer;
	margin: 0 10px;
	padding: 4px;
	height: 25px;
	font-weight: bold;
	color: #036;
	background-image: url(/Portals/0/Skins/SDT/TabBGS.gif);
}

.mainMenuSubMenu .menuItem, .mainMenuSubMenu .unselectedItem
{
	cursor: hand;
	cursor: pointer;
	margin: 0 10px;
	padding: 4px;
	background-color: #036;
	height: 25px;
	font-weight: bold;
	color: #fff;
}

.mainMenuSubMenu .selectedItem
{
	cursor: hand;
	cursor: pointer;
	margin: 0 10px;
	padding: 4px;
	background-color: #CCC;
	height: 25px;
	font-weight: bold;
	color: #036;
}

.mainMenu .menuItemLeftEdge
{
	background-image: url(/Portals/0/Skins/SDT/TabLeft.gif);
	height: 25px;
	width: 5px;
}

.mainMenu .menuItemRightEdge
{
	background-image: url(/Portals/0/Skins/SDT/TabRight.gif);
	height: 25px;
	width: 5px;
}

.mainMenu .menuItemSeparator
{
	background-image: url(/Portals/0/Skins/SDT/TabSep.gif);
	height: 25px;
	width: 12px;
}

/* Side Menu */
.sideMenuContainer
{
	width: 160px;
	text-align: left;
	line-height: 180%;
	margin-left: 20px;
	margin-right: 20px;
}

.sideMenuHead
{
	background-color: #036;
	color: #fff;
	font-weight: bold;
	padding-left: 10px;
	margin-right: 2px;
	margin-bottom: -2px;
}

.sideMenu 
{
	margin-left: -2px;
}

.sideMenuItem, .sideMenuunselectedItem 
{
	cursor: hand;
	cursor: pointer;
	background-color: #CCC;
	color: #036;
	width: 160px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 130%;
}

.sideMenuselectedItem 
{
	cursor: hand;
	cursor: pointer;
	background-color: #036;
	color: #fff;
	width: 160px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 130%;
}

.sideMenusubMenu 
{
	background-color: #fff;
}


