body{
	background-image: url("../images/web_fadeBG03.jpg");
	background-color: white;
	background-repeat: repeat-x; 
	font-family: sans-serif;
}

.tr
{ 
background-color: #CCCCCC;
color: black;
font-family: sans-serif, serif;
font-size: 11px;
caption-side: top;
}

.tr .white{
	background-color: white;
	text-align: right;
}

a{
	color: #006699;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.noBorder{
	border: none;
}

.noBorder a{
	border: none;
}

#campusLink{
	padding-left: 10px;
	float: left;
	top: 30px
	
}

#body{
	position: relative;
	height: 590px;
	margin-left: auto;
	margin-right: auto;
	width: 705px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: white;
	margin-top: -15px;
}

#header{
	background-color: #990033;
	padding-bottom: 12px;
	height: 95px;
	width: 698px;
}

#footer{
	background-color: #990033;
	padding-top: 2px;
	height: 75px;
	width: 700px;
	margin-top: 5px;
	
}

#footerText{
	color: white;
	padding-top: 12px;
	padding-right: 10px;
	font-size: 8pt;
	text-align: center;
	text-decoration: none;
	float: right;
	width: 520px;
}

div#footerText a:hover{
	text-decoration: underline;
}

div#footerText a{
	color: white;
	text-decoration: none;

}

#center{
	margin-top: 5px;
	height: 396px;
}

#main{
	position: relative;
	margin-left: 165px;	
	width: 540px;
	background-color: white;
}

#mainText{
	position: relative;
	color: black;
	font-size: 10pt;
	padding-left: 10px;
	padding-top: 5px;
	margin: 0px;
}

#buttons{
	position: absolute;
	right: 0px;
	margin-top: 5px;
	margin-right: 4px;
	bottom: 85px;
	width: 535px;
}

#leftNav{
	background-image: url("../images/mainNav_BG.jpg");
	background-repeat: no-repeat;
	width: 160px;
	height: 100%;
	float: left;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}

.navText{
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	color: white;
	width: 100px;
	display: block;
	text-decoration: none;
	font-size: 10pt;
	font-weight: 600;
	letter-spacing: 0px;
}
.navText:hover{
	color: #FFD91A;
	text-decoration: none;
}

.subNavText{
	color: #FFF5CC;
	font-size: 8pt;
	padding-left: 30px;
	text-decoration: none;
	display: block;
	text-indent: -5px;
}

.subNavText:hover{
	color: #FFD91A;
	text-decoration: none;
}

.Navbutton{
	border: none;
}

#quickLinks{
	float: left;
}

#quickLinkFrame{
	position: relative;
	border: none;
	width: 160px;
	height: 70px;
	overflow: hidden;
}

.Headline{
	font-size: 20pt;
	color: #990033;
	font-weight: 600;
}

div.campusPhoto {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
  
div.campusPhoto a {
   color: #006699;
   text-decoration: none;
}

div.campusPhoto a:hover {
   color: #006699;
   text-decoration: underline;
   }
 
#campusDescription{
	float: right;
	height: 280px;
	overflow: auto;
	margin-right: 8px;
	width: 217px;
	padding-top: 2px;
}
  
.liIndent li{
	color: #006699;
	margin-left: -15px;
}


.i{
	font-style: italic;
	color: black;
	font-weight: bold;
	margin-left: -15px;
}

.subTitle{
	color: #006699;
	font-weight: bold;
}

.subTitle a{
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

.subTitle a:hover{
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
}

#topPhoto{
	width: 100%;
	height: 145px;
	background-color: white;
}

.blockText{
	padding-top: 5px;
	overflow: auto;
	height: 260px;
}

.blockTextTopPhoto{
	position: relative;
	height: 135px;
	overflow: auto;
	padding-top: 5px;
	padding-right: 10px;
	width: 96%
}

.blockTextNoPhoto{
	padding-top: 5px;
	overflow: auto;
	height: 300px;
	width: 98%;
}

.floatRight{
	float: right;
	padding-right: 5px;
}

.floatLeft{
	float: left;
}

.rightContact{
	float: right;
	padding-right: 5px;
	margin-right: 80px;
}

.homeText{
	float: right;
	font-size: 14px;
	display: block;
	width: 150px;
}

#requestButton{
	position: relative;
	top: 5px;
	left: 180px;
}

select{display: block;}

/* the div that holds the date picker calendar */
.dpDiv {
	}

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}

/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}

/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}

/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
	/*show no select in the cal */
.NoSelect{
		background-image: url("../images/calendarX.gif");
		background-repeat: no-repeat; 
		background-position:center; 
	background-color: #CCCCCC;
}
	
	
	#calImage{
		width: 15px;
		height: 15px;
		cursor: pointer;
	}
	
#formEnteredData{
	position: relative;
	float: right;
	border: solid;
	border-width: thin;
	padding: 5px;
	margin-right: 20px;
	width: 200px;
	word-wrap: break-word;
	overflow: hidden;
}

#editRequestInfo{
	float: right;
	color: #006699;
	text-decoration: none;
}

#editRequestInfo:hover{
	text-decoration: underline;
}

.leftAfil{
	float: left;
	width: 220px;
}

.rightAfil{
	float: right;
	width: 220px;
	margin-right: 10px;
}

.floatRightTour{
	float: right:
	margin-right: 10px;
	margin-top: 8px;
}

.floatRightClosure{
	float: right;
	margin-right: 100px;
}

#adminBody{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 705px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: white;
	margin-top: -15px;
}

.galleryThumb{
	cursor: pointer;  
}

#gallery{ 
	position: relative;
	height: 310px;
	left: -5px;
	bottom: 5px;
	overflow: auto;
	width: 75px;
}

#galleryImage{
	position: relative;
	float: left;
	right: 9px;
	bottom: 5px;
}

.event{
	border-bottom: solid;
	border-width: thin;
	padding-bottom: 10px;
	border-color: #CCCCCC;
	width: 400px;
}

.eventTitle{
	color: #006699;
	font-weight: bold;
	font-size: 14pt;
}

.campusSection{
	margin-right: 5px;
	border-width: thin;
	text-align: center;
	border-color: #CCCCCC;
	font-weight: bold;
}

.academicsPull{
	margin-bottom: 5px;
}

.CampusPhoto{
	padding-right: 10px;
	border: none;
	
}
.CampusPhoto img{
	padding-top: 20px;
	border: none;
}


.CampusPhotoBottomLeft{
	margin-left: 85px;
	margin-right: 10px;
	border: none;
}

.CampusPhotoBottomLeft img{
	border: none;
}


#mapLeft {
	float: left;
	width: 140px;
}

#mapRight{
	float: right;
	width: 150px;
}

#mapMiddle { 
	float: left;
	width: 40%;
}

.pathTitle{
	color: #990033;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

.path{
	padding-bottom: 12px;
	border: none;
}

.campusDir{
	padding-right: 40px;
}

#imageContainer { height:309px; }  
#imageContainer img { display:none; 	
			position:absolute; 	
			top:-5px; left:-8px; 	
			height:309px;  	
			width:530px; 	
			opacity: -0.01; } 	
			
			
.subTitleSmall{
	color: #006699;
	font-size: 8pt;
}

.Title{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 5px;
	margin-left: 5px;
}

.Forms a{
	margin-bottom: 5px;
}

.Forms {
	margin-bottom: 20px;
	margin-left: 20px;
}

.littleSpace{
	line-height: 1.4;
}

#RequestInfo{
	background-color: #DDDCDC;
	width: 500px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
}

#selectHSYear{

}

#studySelect{

}

#courseSelect{
	
}

#campusSelect{
	
}

#timeOfDay{
			
}

#heardThru{
		
}

.requrestInfoSection{
	margin-top: 5px;
	margin-bottom: -15px;
}