﻿.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#fff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:270px;
}

.glc_Button_Left {
	background-image:url(http://www.executary.co.uk/images/UserControls/glc_button_left.png);
	background-repeat:no-repeat;
	height:20px;
	width:9px;
}
.glc_Button_Right {
	background-image:url(http://www.executary.co.uk/images/UserControls/glc_button_right.png);
	background-repeat:no-repeat;
	height:20px;
	width:9px;
}
.glc_Button_Center {
	background-image:url(http://www.executary.co.uk/images/UserControls/glc_button_center.png);
	background-repeat:repeat-x;
	height:20px;
}

.glc_Buttons a:link { text-decoration: none; color:White; }
.glc_Buttons a:visited { text-decoration: none;color:White; }
.glc_Buttons a:hover { text-decoration: underline;color:White; }
.glc_Buttons a:active { text-decoration: none;color:White; }

.glc_Text { font-size:11px; font-weight:bold; }

