﻿.postit_container {
float:left;
display:inline-block;
margin-bottom:60px;
margin-top:10px;

}
.postit {
display: table; 
height: 195px;
width: 195px; 
overflow: hidden; 
#position: relative; 
/*float:left;*/
}
.postit_container a.IdeaLink {
text-decoration:none;
display: inline-block;
}
.postit_img {
background-repeat: no-repeat;
height:195px;
display: table-cell;
vertical-align: middle;
overflow: hidden; 
#position: absolute; 
#top: 50%;
background: transparent;
}
.postit_stats{
text-align: center;
height:47px;
margin-top:0px;
margin-bottom:10px;
font-size:11pt;
/*background-image:url('/img/layout/postit_stats.png');*/	
background-position: center;
background-repeat: no-repeat;
position: relative;
}
.postit_stats_text {
padding-top:9px;
color:#333333;
font-size:11pt
}
.p0 {
background-image:url('/img/layout/postit-realized.jpg');	
}
.p0h {
background-image:url('/img/layout/postit-realized_hover.jpg');	
}

.p1 {
background-image:url('/img/layout/postit1.jpg');	
}
.p1h {
background-image:url('/img/layout/postit1-hover.jpg');	
}

.p2 {
background-image:url('/img/layout/postit2.jpg');	
}
.p2h {
background-image:url('/img/layout/postit2-hover.jpg');	
}

.p3 {
background-image:url('/img/layout/postit3.jpg');	
}
.p3h {
background-image:url('/img/layout/postit3-hover.jpg');	
}

.postit_text{
#position: relative; 
#top: -50%;
margin-top:40px;
margin-bottom:35px;
overflow: hidden;
text-align:center;
font-size:11pt;
font-weight:400; 
margin-left:30px;
margin-right:30px; 
color:#333333; 

}
.iDetails {
font-size:10pt;
color:gray;
display:none;
padding-left:30px;
margin-top:40px;
}

#DisplayControls{
color:#333333;
margin-top:15px;
margin-bottom:15px;
margin-left:0px;
padding-left:0px;
padding-top:5px;
padding-bottom:5px;
width:100%;
background-color:white;
border-top:thin gray dashed;
border-bottom:thin gray dashed;
}
.PagingBar {
clear:both;
}
.IdeaDate {
color: gray;
text-align: center;
margin-bottom: 15px;
margin-top: 0px;
font-size: 9pt;
width: 200px;
height: 27px;
overflow: hidden;
}