@CHARSET "ISO-8859-1";

/**
 *	DiscussionContent InfoWindow
 */
 
.mediaMap_Wall {
	background-color: #f4f6f4;
	margin: 2px;
	border: 1px solid #11720f;
	overflow: auto;
	
		-moz-border-radius:4px;
	-webkit-border-radius:4px;
    border-radius:4px;
}

.mediaMapPost{


padding-right:4px;
background-image: url("/administrator/components/com_mediamapserver/Viewer/images/fade2.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    max-height: 200px;
    min-height: 35px;
    vertical-align: middle;
}
.mediaMapPost:hover{
	
	background-color:white;
}
/*
.mediaMapPost_even {
	background-color: #d3e5d2;
	border-bottom: 1px dashed gray;
	border-top: 1px dashed gray;
	background-image: url(/administrator/components/com_mediamapserver/Viewer/images/fade.png);
}
*/
.mediaMapPost_odd {}
.mediaMapPost_table {}

.mediaMapPostLeft{
	vertical-align: middle;
	text-align: center;
	height: 100%;
}
.mediaMapPost.hidden{
	background-color: #E5D3D3;
}
.mediaMapPost.hidden .mediaMapPost_Text{
	color:red;
}
.mediaMapPost_even.hidden{
	
}
.mediaMapPost_odd.hidden {
	
}

/*section to modify posts for administrators and owners*/
TD.mediaMapPost_Edit {
	width: 50px;
	background-color: #f6ebeb;
	
	display:none;
}

.mediaMapPostImage {
    background-color: white;
    border: 1px solid gray;
    height: auto;
    margin: 2px;
    padding: 2px;
    width: 40px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
    border-radius:3px;

}

.mediaMapPostRight  {
	text-align: left;
	width: 100%;
	overflow: auto;
}


.mediaMapPost_Text {
	float: left;
	/*position: relative;*/
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
	font-size: small;
	color:#666666;
}

.mediaMapPost_Rate {
display:none;
}

.mediaMapPost_User, .mediaMapPost_Time, .mediaMapPost_Delete {
	font-size: smaller;
	float: right;
	padding-left: 5px;
	color: blue;
}
.mediaMapPost_Delete {
	color:red;
	cursor:pointer;
}
.mediaMapPost_User_guest {
	color: green;
}

div.mediaMapPost_User_admin {
	color: red;
}

div.mediaMapPost_Time {
	color:#4E6F91;
}

/*the input section*/
div.mediaMap_Input {
	background-color: #eaedf3;
	margin: 2px;
	border: 1px solid #11720f;
}

.mediaMap_InputTable {
	width: 100%;
}

.mediaMap_InputRight, .mediaMap_InputLeft {
	text-align: right;
	vertical-align: middle;
}

TEXTAREA.mediaMap_InputText {
	width: 100%;
	height: 100%;
	/*overflow: */
}

div.mediaMap_InputSubmit {
	background-image: url(/administrator/components/com_mediamapserver/Viewer/images/helloclick.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 75px;
	
}
