@charset "UTF-8";
/* CSS Document */
body{
 margin-top: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
img{
	border: 0px;
}
.hidden{
	/*display: none;*/
	visibility: hidden;
	
}
#container{
	width: 955px;
	margin: 0px auto 0px auto;
}

#header{
	height: 50px;
	width: 100%;
	background: black;	
}

a:link, a:visited{		color: black; text-decoration: none;}


#menu{	 font-size: 18px; text-align: right; padding-right: 5px; }
#menu ul{	list-style: none; margin: 0px;  padding: 20px 5px 5px 0px; }
#menu li{	display: inline;  color: white; }
#menu a:link, #menu a:visited { 	padding: 5px 5px 5px 5px; color: white;	  text-decoration: none;	}
#menu a:hover {	background-color: #F60; padding: 5px 5px 6px 5px; color: black; border-bottom: 2px solid black;}

#login_menu { margin-right: 20px;}
.input_text{ background: #FC3; border: 1px solid #F90;  color: #008BE6;}
.button {  color: #333; }


#footer{
	clear: both;
	height: 50px;
	
	width: 100%;
	background-image: url("http://campussublet.com/images/dot-reflection.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
}
#footer_left{	font-size: 14px;	float: left; 	 width: 720px; padding-top: 10px; background-color: black; color: white;}
#footer_right{	font-size: 14px;	float: left; 	 text-align: right; width: 205px; padding-right: 30px; padding-top: 10px; }
#footer_right ul{	list-style: none; margin: 0px; padding: 0px; }
#footer_right li{	display: inline; padding-right: px;}
#footer_right a:link, #footer_right a:visited { 	color:#000;  text-decoration: none;	}
#footer_right a:hover {	color: #F60; }


#left{
	/*background: url("http://campussublet.com/images/BlueStripes.png");*/
	width: 420px;
	height: 330px;
	float: left;
	position:relative;
	
}
#center{
	background: #F60;
	float: left;
	position:relative;
	height: 330px;
	width:	5px;
}
#right{
	
	float: left;
	position:relative;
	width: 520px;
	height: 320px;
	overflow-y: scroll; 
	white-space: normal;
	margin:5px;
	
	
}

#right_top{
	/*background: url("http://campussublet.com/images/OrangeStripes.png");*/
	width: 100%;
	height: 30px;
}

#right_title{  margin: 5px 20px 5px 10px;  font-size: 18px;  }

#right_bottom{
/*	background: url("http://campussublet.com/images/OrangeStripes.png");*/

	width: 100%;
	height: 300px;

}

#map_canvas{   	border: 3px solid black; }
#left_canvas{
	width: 405px;
	height: 310px;
	margin-top: 13px;
	margin-left: 9px;
	/*margin: 10px 10px 10px 10px;*/

}

#left_content{
	
		overflow: auto;	
		margin: 10px;
		height: 300px;

}

.white-pop{
		background: white;
}



.enclosure_div{
	width: 100%;
	height: 300px;
	background: red;
}
	
#main{
	width: 100%;
	/*height: 350px;*/
}

.email_button{
	font-weight: bold;
	color: white;
}
.label{
	font-weight: bold;
}

label{
	font-weight: bold;
}
#bottom_content{
	float: left;
	position:relative;
	width: 100%;
	/*border-top: 5px solid #F60;*/
}

