body {
	font-family: 'Arial', 'Helvetica', sans-serif;
    background: -webkit-linear-gradient(right, #d4d4d4, #ffffff, #d4d4d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #d4d4d4, #ffffff, #d4d4d4); /* For Opera 11.1 to 12.0 */
    background: linear-gradient(to right, #d4d4d4, #ffffff, #d4d4d4);
	margin: 0px;
	margin-bottom: 100px;
	}

/* controls sizeing and position of main page content */
div.OverallBody {
    max-width: 1000px; 
    margin: auto;
    }
div.ControledBody {
    margin-left: 100px;
    margin-right: 100px;
    }

/* sliding Up arrow and home icon control */
img.UpArrow {
	position: fixed; bottom: 50px; left: 45px;
	border: 0px;
	}
img.Home {
	position:fixed; top:60px; left: 45px; 
	z-index: 0;
	border: 1px solid black;
	border-radius: 8px;
	box-shadow: 8px 8px 10px #979797;
	}
img.IgraLogo {
	position:absolute; top:15px; left: 20px;
	z-index: 1;
	background-color: #fbfdfb;
	border: 2px solid black;
	border-radius: 8px;
	box-shadow: 10px 10px 10px #171717;
	}
    
/* used for small logos on many pages */
img.smalllogo {
	border: 1px solid gray;
	box-shadow: 8px 8px 10px #979797;
	float: right;
	margin-right: 25px;
	}
	
/* page header controls */
div.Header { 
	text-align: center; 
	height: 150px;
	margin: auto;
	margin-bottom: 50px;

	}

div.Header {
	background-image: url(/css/HeaderBackgrounds/01/05.jpg);
	background-repeat: repeat-x;
	background-position: center; 
	border-bottom: 5px solid black;
	box-shadow: 0px 10px 13px #444444;
	}
    
/* applies a dark tint to header so text will stand out */
div.HeaderTint {
	background-color: rgba(0,0,0,0.4);
	height: 150px;
	}
    
/* formats primary page title */
div.MainTitle {
	color: #ffffff; 
	text-shadow: 10px 10px 13px #000000;
	font-size: xx-large; 
	font-weight: bold;
	padding-top: 25px;
	}
span.SubTitleA {
	color: #ffffff;
	font-size: x-large;
	}
span.SubTitleB {
	color: #ffffff;
	font-size: medium;
	}
    
/* updated block in upper right corner of pages */
div.updated {
	position: absolute; right: 10px; top: 10px;
	text-align: right;
	color: white;
	text-shadow: 10px 10px 13px #000000;
	font-size: x-small;
	padding: 10px;
	}
/* controls IGRA address blick */
div.igraaddress {
	width: 250px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	}

/* positions Google tranlate box */
div.translate {
	position: absolute; top: 75px; right: 10px;
	z-index: 1;
	width: 160px;
	border: 1px solid black;
	background-color: #ffffff;
	text-align: center;
	box-shadow: 8px 8px 10px #171717;
	}
	
/* site wide fieldset box formating */
fieldset.FieldsetBox {
	border: 2px solid black;
	box-shadow: 8px 8px 10px #979797;
	}
legend.LegendBox {
	font-size: large;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	}
    
/* fancies for general graphics site wide */
img.left {
	float: left;
	border: 1px solid black;
	box-shadow: 8px 8px 10px #979797;
	margin-right: 15px;
	margin-bottom: 15px;
	}
img.right {
	float: right;
	border: 1px solid black;
	box-shadow: 8px 8px 10px #979797;
	margin-left: 10px;
	margin-bottom: 15px;
	}
img.general {
	text-align: center;
	border: 1px solid black;
	box-shadow: 8px 8px 10px #979797;
	margin-bottom: 15px;
	}

/* style for resource and university index navigation icon used on resource pages */
img.resourceindex {
	position:fixed; top:200px; left: 15px; 
	z-index: 0;
	border: 1px solid black;
    box-shadow: 8px -8px 10px #979797;
	border: 1px solid black;
	border-radius: 8px;
    background-color: white;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
	}
img.universityindex {
	position:fixed; top:200px; left: 43px; 
	z-index: 0;
	border: 1px solid black;
    box-shadow: 8px 8px 10px #979797;
	border: 1px solid black;
	border-radius: 5px;
    background-color: white;
	}
        
/* forces new and updated icons to right side of page menues */
td.MenuNew {
	text-align: right;
	}

/* canceled event span */
span.canceled {
	font-weight: bold;
	color: red;
	text-decoration: line-through;
	}
span.red {
	font-weight: bold;
	color: red;
	}
	
	
	
span.camera {
	}
span.camerapossible {
	background-color: #bebebe;
	
		}
