/* CSS Document */

textarea{
	width:550px;
	height:130px;
}

div.image{
	float:left;
	background:url(../images/thumb-bg.jpg) no-repeat;
	width:218px;
	height:218px;
}

div.image img{
	width:200px;
	height:200px;
	margin-top:9px;
	margin-left:9px;
}

div.description{
	float:left;
	padding-left:32px;
	width:490px;
}

div.description a.link_button{
	float:right;
	margin-left:10px;
}

a.more{
	margin-top:10px;
	/*color:#d41200;*/
	color:black;
	font-size:1.3em;
	font-weight:bold;
}

a.more:hover{
	/*background-color:#d41200;*/
	background-color:black;
	color:white;
}

div.movements-expanded,div.movements-collapsed{
	float:left;
	margin-bottom:15px;
	width:100%;
	margin-top:10px;
}

div.movements-expanded a.movement-button{
}

div.movements-collapsed *{
	display:none;
}

div.movements-collapsed a.movement-button, div.movements-collapsed a.movement-button:hover{
	display:block;
	background:url(../images/arrow-down.jpg) 130px center #eff3f9 no-repeat;
}

a.movement-button, a.movement-button:hover{
	clear:both;
	display:block;
	padding:4px 7px 4px 7px;
	font-size:1.3em;
	font-weight:bold;
	background:url(../images/arrow-up.jpg) 130px center #eff3f9 no-repeat;
}

a.movement-button:hover{
	color: #1058a0;
}

a.movement-button img{
	margin-left:8px;
}


div.movement{
	background:url(../images/note.jpg) left center no-repeat;
	border-bottom:1px solid #efefef;
	padding:10px 0 10px 27px;
}

div.movement a{
	color:black;
}

div.movement a:hover{
	color:white;
}

input.button{
	background:black;
	border:none;
	color:white;
	padding:2px;
	width:auto;
	margin-left:5px;
}

input.date{
	width:8em;
}

h2{
	clear:both;
	margin-bottom:3px;
	margin-top:12px;
}

h2.title{
	color: #1058a0;
}

.description textarea{
	width:99%;
	border: 1px solid #CCC;
}


/*Landing page search*/

.search-rectangle{
	float:left;
	width:902px;
	background-color:#9cc7cf;
	padding:20px 19px 20px 19px;
	margin-bottom:10px;
}

.search-rectangle-small{
	float:left;
	width:433px!important;
	background-color:#9cc7cf;
	padding:10px 15px 10px 15px;
	margin-bottom:10px;
}

.search-rectangle-medium{
	float:left;
	width:433px!important;
	background-color:#9cc7cf;
	padding:10px 15px 27px 15px;
	margin-bottom:10px;
}

.search-rectangle-small-right{
	margin-left:12px;
}

.search-rectangle h2, .search-rectangle-medium h2, .search-rectangle-small h2{
	color:white;
	color:black;
	margin:0 40px 2px 0;
	width:auto;
	float:left;
}

.search-rectangle-small label.date{
	float:left;
	width:32%;
	display:block;
}

.search-rectangle-small h2, .search-rectangle-medium h2{
	width:326px!important;
	margin-right:0;
}

.search-rectangle input, .search-rectangle select{
	margin-top:3px;
	float:left;
}

