/* #region Text */
body
{
    margin:0px;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:16px;
}
h1 {
	font-family:"Trebuchet MS";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight:900;
	text-transform:uppercase;
	
}
h2 {
	font-family: "Arial";
	font-size: 15px;
	color: #A0A0A0;
	text-decoration: none;
}
h3 {
	margin-top:0px;
	margin-bottom:0px;
	font-family: "Arial";
	font-size: 20px;
    color: #000000;
	text-decoration: none;
}
p {
	margin-top:0px;
	line-height:130%;
}
/* #endregion */

/* #region Containers */
.bodyContents
{
	min-height:200px;
	width:900px;
	margin: 0px auto;
	text-align: center;
}
.maincontent {
	vertical-align:top;
	min-height:100%;
	text-align:left;
	background-color: #ffffff;
    padding: 5px 10px 50px 10px;
	width:730px;

}

.MasterTop
{
    width:750px;
	Height:150px;
	background: url("http://cdn.entelectonline.co.za/eventmanager/onlineEvents.jpg");
	background-size:750px 150px;
}
.MasterLeft
{
    width:75px;
    background-color:#849494;
    background: -moz-linear-gradient(#849494, #FFFFFF); /* FF 3.6+ */  
    background: -ms-linear-gradient(#849494, #FFFFFF); /* IE10 */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #849494), color-stop(100%, #FFFFFF)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#849494, #FFFFFF); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#849494, #FFFFFF); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#849494', endColorstr='#FFFFFF'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#849494', endColorstr='#FFFFFF')"; /* IE8+ */  
    background: linear-gradient(#849494, #FFFFFF); /* the standard */ 
}
.MasterRight
{
    width:75px;
    background-color:#849494;
    background: -moz-linear-gradient(#849494, #FFFFFF); /* FF 3.6+ */  
    background: -ms-linear-gradient(#849494, #FFFFFF); /* IE10 */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #849494), color-stop(100%, #FFFFFF)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(#849494, #FFFFFF); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(#849494, #FFFFFF); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#849494', endColorstr='#FFFFFF'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#849494', endColorstr='#FFFFFF')"; /* IE8+ */  
    background: linear-gradient(#849494, #FFFFFF); /* the standard */ 
}

.MasterBottom
{
}
.MasterTopMid
{
}
/* #endregion */

/* #region links */
a img {
	border:none;
}
a:link {
    color: #117493;
	text-decoration: none;
}
a:active {
	color: #ff5f04;
	text-decoration: none;
}
a:visited {
	color: #117493;
	text-decoration:none;
}
a:hover {
	color: #ff5f04;
	text-decoration:underline;
}
/* #endregion */

ul {
	margin-left: 16px;
	margin-top: 0px;
	list-style-position: outside;
}
li	{
	line-height:130%;
}
/* #region Entry Form */
.TableLabel
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
	line-height:16px;
}
.TableHeader
{
    font-size:15px;
}
.ErrorMessage
{
    color:#bb0000;
	font-size:11px;
	line-height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* #endregion */

#box, .LoadingBox
{
	width: 150px;
	height: 50px;
	background: #FFF;
	border: black solid 5px;
	text-align: center;
	position: fixed;
	margin-left: -75px;
	margin-top: -75px;
	left: 50%;
	top: 50%;
	z-index: 20;
	display: none;
}

.EntrySummarySpan input
{
    margin:3px 0px 3px 3px;
}

.DimButton
{
    opacity: 0.75;
    font-weight: normal;
}

.FormLabel
{
    float:left;
    width:150px;
    margin-right:10px;
}
.FormField
{
    margin-bottom:5px;
}
.Container
{
    margin: 5px;
    padding:5px;
}
.inline
{
    display:inline;
    margin-right:10px;
    margin-bottom:10px;
}

.CheckOutTotal
{
	color: #000000 ;
    font-size: 20px;
	text-decoration: underline;
}
.ShowTillLoaded
{
    background-image: url("../Images/ajax-loader.gif");
    background-repeat:no-repeat;
    min-height: 32px;
    width:32px;
    margin-left: auto;
    margin-right: auto;
}
.HideTillLoaded
{
    display:none;
}
.GalleryAlbumImageDiv
{
    float:left;
    margin:0px 5px 20px 0px;
    max-width:300px;
    max-height:300px;
    overflow:hidden;
}

