@charset "utf-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;	
}

th{
text-align:left;

}
label{
	font-size:12px;	
}
.req{
color:red;
font-weight:bold;
font-size:12px;	
}
#header{
	/*background-color:#F4F4F4;*/
	background-image:url(../images/2pxheadbar.png);
	background-repeat:repeat-x;
	height:137px;
	width:100%;
}

#leftnav{
	float:left;
	width:100px;
	color:#F00;
	text-indent:30px;
	/*background-color:#23408F;
	background-repeat:repeat-y;	*/
	min-height:250px;
	}

#leftnav a:link{
	color:#F00;	
}
	
#leftnav a:visited{
	color:#F00;	
}
#leftnav a:active{
	color:#F00;	
}
#leftnav a:hover{
	color:#F00;	
}
#topnav{
	float:left;
	width:100%;
	height:auto;
	/*color:#F00;*/
	text-indent:30px;
	/*background-color:#23408F;
	background-repeat:repeat-y;	*/
	background-image:url(../images/2pxtopbar.png);
	background-repeat:repeat-x;
	}

#topnav a:link{
	color:#F00;	
}
	
#topnav a:visited{
	color:#F00;	
}
#topnav a:active{
	color:#F00;	
}
#topnav a:hover{
	color:#F00;	
}


#contentcontainer{
	float:left;
	width:100%;
	
}
#contentmain{
	
	float:left;
	width:100%;
	min-height:250px;
	
}


fieldset{
width:400px;	
	
}

#message{
	
}
#box{
	
}

#collection_details{
	text-align:center;
}

.buttonmodern{
	float:left;
	text-align:center;
	font-size:24px;
	width:265px;
	height:181px;
	padding:30px;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../images/buttonbackground.png);
	line-height:90px;	
}
.buttonmodern:hover{
	float:left;
	text-align:center;
	font-size:24px;
	width:265px;
	height:181px;
	padding:30px;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../images/buttonbackgroundhover.png);
	line-height:90px;	
	cursor:pointer;
}
.buttonstaffmodern{
	float:left;
	text-align:center;
	font-size:20px;
	width:200px;
	height:130px;
	padding:30px;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../images/buttonbackground.png);
	line-height:70px;	
}
.buttonstaffmodern:hover{
	float:left;
	text-align:center;
	font-size:20px;
	width:200px;
	height:130px;
	padding:30px;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../images/buttonbackgroundhover.png);
	line-height:70px;	
	cursor:pointer;
}

#footer{
	float:left;
	clear:both;
	background-color:#F4F4F4;
	width:100%;
}
#register{
	
	float:right;
}


#overlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#overlay-text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}