﻿#Background
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: Gray;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
#Progress
{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
	text-align: center;
	background-color: White;
	border: solid 2px black;
}
.postContent
{
	margin-top: 5px;
	/*border-bottom: 1px solid #C0C9DD;*/
}
.fcg
{
	color: gray;
}
.fwn
{
	font-weight: normal;
}
.profileName
{
	font-size: 11px;
}
.fsm
{
	font-size: 12px;
	font-family: Verdana;
}
p
{
	margin: 1em 0;
}
a
{
	color: #3B5998;
	cursor: pointer;
	text-decoration : none;
	
}
a:hover
{
	text-decoration :none;
	}
.textInput
{
	border: 1px solid #42619C;
	box-shadow: 0 0 0 4px #F2F5F7;
	color: #000000;
	height: 50px;
	margin: 0 auto;
	padding: 0 10px;
	width: 90%;
	font-size: small;
	font-family: Verdana;
}
.publishContainer
{
	background-color: #F2F2F2;
	border-color: #B4BBCD;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 2em;
	padding: 1em 1.2em;
	text-align: right;
}
.msgTextArea
{
	/*border-radius: 7px 7px 7px 7px;*/
	border-style :ridge;
	border-width :1.5pt;
	height: 80px;
	width: 494px;
}
.msgTextArea1
{
	/*border-radius: 7px 7px 7px 7px;*/
	border-style :ridge;
	border-width :2px;
	height: 85px;
	width: 448px;
	
	
	
}
.msgTextArea2
{
/*border-radius: 7px 7px 7px 7px;*/
	border-style :ridge;
	border-width :2px;
	height: 85px;
	width: 468px;
	margin-right:32px;
	margin-top:2px;
	
	
	
}
.btn
{
	background-color: #5B74A8;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px;
	text-align: center;
}
.DelPost
{
	margin-right:46px;
	
}
		
a.DelPost:hover,a.DelPost:active 
{
	/*Background-image:url('code/images/Delete_Open.jpg');*/
	
}

/* Css Code for Deselection Text and Disable Right Clck */                                       
body
{
-moz-user-select: none;
}
                                  
                                  

