

body
{
	display: block;
	width: 1050px;
	margin-top: 80px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	font-family: Calibri, Arial, Times New Roman; /*background-image: url("/images/bg.png"); 	background-attachment: fixed; 	background-size: contain;*/ /*background: #005596;*/
	font-family: Verdana, Arial, Helvetica, sans-serif; /*color: #333;*/ /* IE10 Consumer Preview */
	background-color:#116622;
	background-image: -ms-radial-gradient(center, circle farthest-corner, #117825 0%, #0F4000 100%); /* Mozilla Firefox */
	background-image: -moz-radial-gradient(center, circle farthest-corner, #117825 0%, #0F4000 100%); /* Opera */
	background-image: -o-radial-gradient(center, circle farthest-corner, #117825 0%, #0F4000 100%); /* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #117825), color-stop(1, #0F4000)); /* Webkit (Chrome 11+) */
	background-image: -webkit-radial-gradient(center, circle farthest-corner, #117825 0%, #0F4000 100%); /* W3C Markup, IE10 Release Preview */
	background-image: radial-gradient(circle farthest-corner at center, #117825 0%, #0F4000 100%);
}


#PageBlock
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: 50px;
}


#content
{
	background-color: White;
	padding: 20px;
	margin: auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 16px rgba(50, 50, 50, 0.74);
	-moz-box-shadow: 2px 2px 16px rgba(50, 50, 50, 0.74);
	box-shadow: 2px 2px 16px rgba(50, 50, 50, 0.74);
	font-size: 14px;
	min-height: 500px;
}

#headerImg
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


h1
{
	font-size: 35px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 0px;
}

footer
{
	text-align: center;
	color: white;
	font-size: 14px;
	margin-bottom: 50px;
}

.prettyimg
{
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.66);
	-moz-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.66);
	box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.66);
	display: block;
	margin-left: 20px;
	margin-right: auto;
	margin-bottom:15px;
	float:right;
	max-width:300px;
}


.posterimg
{
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.66);
	-moz-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.66);
	box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.66);
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
	max-width:950px;
}




.green-links
{
	text-align:center;
}

a:link, a:visited {
	color:#597b00;
}

a:hover, a:active {
	color: #333;
}





#dialog-message
{
	font-size:14px;
}

.ui-dialog-title
{
	font-size:14px;
}


#memberDataView table {
	border-collapse: collapse;
}

#memberDataView table td{
    padding-bottom: .8em;
}


#memberDataEdit input[type="text"] {
	width: 250px;
}

#memberDataEdit input[type="checkbox"] {

}

#memberDataEdit #txtMfnzMemberNum {
	width: 144px;
}

#memberDataEdit select {
	width: 150px;
}

#memberDataEdit select #optNameTitle{
	width: 80px;
}

#memberDataEdit table {
	border-collapse: collapse;
}

#memberDataEdit table td{
    padding-bottom: .8em;
}

#dialog-message #message {
	font-style: italic;
	text-align: center;
}



#txtFirstName-error {
	font-weight: bold;
	color: red;
	font-size: 15pt;
}


/* Login */
/* just for the demo */

        label {
            position: relative;
            vertical-align: middle;
            bottom: 1px;
        }
        input[type=text],
        input[type=password],
        input[type=submit],
        input[type=email] {
            display: block;
            margin-bottom: 15px;
        }
        input[type=checkbox] {
            margin-bottom: 15px;
        }
		
		
		
		
		
 .ui-menu { 
	 position: absolute; 
	 width: 300px; 
	 z-index: 100000;
 }
 
 .ui-button-text {
	 color: black;
 }
 
 
 #controls #addMember {
	float: right;
	margin-bottom: 20px;
}

 #controls #emailControl {
	 float:right;
	 margin-right: 20px;
 }
 
 #controls #downloadCSV {
	 float:right;
	 margin-right: 20px;
 }
 
 #adminFooter
 {
	 margin-top: 20px;
 }
 
 .fc-event-container {
	 font-size: 16px;
	 //height:50px;
 }
 
 .fc-title {
	//display: block;
    white-space: normal;
    word-wrap: break-word;
	text-align: center;
	margin: 5px 0px;
 }
 
 .fc-time {
	 text-align: center;
	 margin:0;
 }