/*
colours

border background:	#DEDEDE
content background:	#FDD7F1
title colour:		#9F325B
*/

html 
{
}

body
{
	margin: 25px;
	background-color: #DEDEDE;
	font-family: verdana;
	font-size: 9pt;
	cursor: default;
	min-width:940px;
}

table 
{
	background-color: #FDD7F1;
}

.navBarLinks
{
	color: #9F325B;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
}

.navBarLinks:hover
{
	color: #F8E7ED;
	cursor: hand;
}

a
{
	color: Black;
	text-decoration: underline;
}

a:hover
{
	color: #9F325B;
	cursor: hand;
}

.navBarLinks
{
	background-image: url("../../Resources/Images/navBarBackground.bmp");
	background-repeat: repeat-x;
	font-family: verdana;
	color: #E6B3C8;
	vertical-align: bottom;
	padding: 5px 5px 5px 5px;
	float: left;
}

.heading
{
	color: #9F325B;
	font-family: verdana;
	font-size: 16pt;
}

.subheading
{
	color: #9F325B;
	font-family: verdana;
	font-size: 11pt;
}

.footer
{
	color: #9F325B;
	font-family: verdana;
	font-size: 8pt;
	font-weight:normal;
}

.error
{
	color: Red;
	font-family: verdana;
	font-size: 8pt;
	font-weight:bold;
}

.invisible
{
	color: #FDD7F1;
	font-family: verdana;
	font-size: 6pt;
}

.footerlinks
{
	color: #9F325B;
	font-family: verdana;
	font-size: 8pt;
	font-weight:normal;
	text-decoration: none;
}

.footerlinks:hover
{
	color: Black;
	cursor: hand;
}

.topBorder
{
	background-image: url("../../Resources/Images/topBorder.bmp");
	background-repeat: repeat-x;
	height: 10px;
}

.bottomBorder
{
	background-image: url("../../Resources/Images/bottomBorder.bmp");
	background-repeat: repeat-x;
	height: 10px;
}

.leftBorder
{
	background-image: url("../../Resources/Images/leftBorder.bmp");
	background-repeat: repeat-y;
	width: 10px;
}

.rightBorder
{
	background-image: url("../../Resources/Images/rightBorder.bmp");
	background-repeat: repeat-y;
	width: 10px;
}

.spacer
{
	height: 10px;
}

.controlspacing
{
	margin-bottom: 5px;
}

.img-shadow 
{
	float: right;
	background:url("../../Resources/Images/trans-shadow.png") no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.img-shadow img 
{
	position: relative; /* Make the shadow's position relative to its image */
	padding: 5px; /* This creates a border around the image */
	background-color: White; /* Background color of the border created by the padding */
	border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
	margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}

/* styles associated with the TabStrip control */
.tab, .tab_selected, .tab_divider
{
	color: #9F325B;
	cursor: default;
	font-family: verdana;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	height: 16px;
	background-color: Transparent;
	margin-top: 4px;
	padding: 2px 7px 1px 7px;
	float: left;
}

.tab
{
	background-color: #9F325B;
	color: #E6B3C8;
}

.tab:Hover
{
	color: #F8E7ED;
	cursor: hand;
}

.tab_selected
{
	cursor: default;
	height: 19px;
	margin-top: 0px;
	border-top: #9F325B 1px solid;
	border-left: #9F325B 1px solid;
	border-right: #9F325B 1px solid;
	border-bottom: Transparent 0px solid;
}	

.tab_divider, .tab_lastDivider
{
	padding: 2px 0px 0px 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: #9F325B 1px solid;
	width: 4px;
}

.tab_lastDivider
{
	width: 100%;
}

/*
.tab, .tab_selected, .tab_divider
{
	color: #9F325B;
	cursor: default;
	text-align: center;
	text-decoration: none;
	height: 16px;
	background-color: Transparent;
	border-top: #9F325B 1px solid;
	border-left: #9F325B 1px solid;
	border-right: #9F325B 1px solid;
	border-bottom: #9F325B 1px solid;
	margin-top: 4px;
	padding: 2px 7px 1px 7px;
	float: left;
}

.tab
{
	background-color: #9F325B;
	color: #E6B3C8;
}

.tab:Hover
{
	color: #F8E7ED;
	cursor: hand;
}

.tab_selected
{
	font-weight: bold;
	height: 19px;
	margin-top: 0px;
	border-top: #9F325B 1px solid;
	border-left: #9F325B 1px solid;
	border-right: #9F325B 1px solid;
	border-bottom: Transparent 0px solid;
}	

.tab_divider
{
	padding: 2px 0px 0px 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: #9F325B 1px solid;
	width: 4px;
}
*/