*{ 
	margin: 0;
  padding: 0;
}

* .errorExplanation
{
  color: red;
}
body{
  background: #232323;
}

.header{
	height: 100px;
}

* .container{
  position: relative;
	width: 800px;
	height: 580px;
	background: #000;
  color: white;
}

.container table{
 color: white; 
}

.center_container{
  position: relative;
  top: 50px;
}

.master_container{
  position: relative;
	width: 804px;
	background: #232323;
}

.footer{
	background: #232323;
	width: 804px;
	height: 60px;
}

.center_picture{
  position: relative;
  top: 10%;
}

.center_picture img{
  display:none;
}
.center_picture img.active{
  display:block;
}


.list_picture{
	background: #000;
	width: 800px;
	height: 80px;
}

.small{
	height: 52px;
	width: 80px;
	padding: 5px;
	display: inline;
	position: relative;
	top: 15px;
}

.small img{
	height: 50px;
	width: 80px;
	padding: 15px;
	padding: 1px;
	background: #232323;
}

.menu a{
	margin-right: 0px;
	border: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 2px;
	float: left;
}

.session_new{
  top: 30%;
  position: relative;
}

.session_new #text{
  color: white;
  font: verdana;
  font-size: 15px;
}

.session_new #sub-container{
  position: relative;
  top: 30px;
}

.login td{
  color: white;
}

a{
  color: #232323;
}

.contact{
  color: white;
  font-family: verdana;
}

.contact h1{
  position: relative;
  top: 160px;
}

.contact p{
  position: relative;
  top: 190px;
  font-size: 13px;
}

.contact div{
  position: relative;
  top: 250px;
  font-size: 11px;
}

table
{
  border-collapse:collapse;
}


/* This is for the residents. */
.documents tr td
{  
	text-align: center;
	width: 200px;
	height: 200px;
}
.documents tr td a
{  
  text-decoration: none;
  color: black;
}
.documents tr td img
{ 
	width: 100px;
	height: 100px;
}
.documents_text
{  
  font-family: verdana;
  color: white;
}

/* This*/

#new_user td
{
  height:35px;
  width:200px;
}

/* This */

#parking td
{
  height:35px;
  width:100px;
}

#show_pool_user table
{
  left: 30%;
}
#show_pool_user td
{
  height:1.8em;
}

.parking_table_name
{
  text-align: left;
  text-indent: 20px;
}

.second_car
{
  display: none;
  position: relative;
  top: -160px;
}

.car_one
{
  visibility: block;
}

#add_car_text
{
  display: inline;
  position: relative;
  top: -15px;
}
