/* CSS Document */



.blogdiv {

  opacity:0.95;

  padding:.2em 0em 1em 12em;

  filter:alpha(opacity:90);

  background-color: #f8f8f8;

  border:2px solid #FF8000;

}



#blogcontainer {

	font-family: Verdana;

	font-size: 13px;

}



#blogposted {

  height:100;

  opacity:0.95;

  padding:4px;

  filter:alpha(opacity:90);

  background-color: #ECF3E1;

  border:1px solid #C5DEA1;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 12px;

  font-weight: bold;

}



.blogcommentbox {

	background-color: #f8f8f8;

	border:1px solid #909090;

	color:#000000;

	padding:5px 10px 10px;

}





#blogbody {

	font-family: Verdana;

	font-size: 12px;

	padding:0.5em 1em 1em 0em;

}



.blogimg

{

	float:left;

	margin:0px 5px 0px 0px;

}



.blogcontent {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	float:left;

	text-align:left;

}



#blogcomment {

	font-family: Verdana;

	font-size: 11px;

	padding:0.5em 0em 1em 1.6em;

}

.blogcommenttxt {

	font-family: Verdana;

	font-size: 11px;

	padding:0.5em 0em 1em 1.6em;

}

#blogbigtitle {

	font-family: Verdana;

	font-size: 14px;

	font-weight:bold;

	text-align:left;

}



#blogtitle {

	font-family: Verdana;

	font-size: 13px;

	font-weight:bold;

	text-align:left;

}



#blogdate {

	font-family: Verdana;

	font-size: 10px;

	text-align:left;	

}



.blogformlabel {

	font-family: Verdana;

	font-size: 11px;

	color:#000000;

}



.blogtextfield {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	border: 1px solid #454545;

}



.blogtextarea {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	border: 1px solid #454545;

}



.blogbutton {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	background-color: #454545;

	border: 1px solid #454545;

	color: #FFFFFF;

}



a:link, a:visited {

	text-decoration:none

}



a:hover {

	color: #FFFFFF;

	text-decoration:none

}



.modalDialog_contentDiv_error{

	border:3px solid #FFF;	

	padding:2px;

	z-index:100;/* Always needed	*/

	position:absolute;	/* Always needed	*/

	background-color:#F00;	/* White background color for the message */

	color:#FFF;

}

.modalDialog_contentDiv_error a{

	color:#FFF;

}

.closepop a{

color:red;

text-decoration:underline;

}

.modalDialog_transparentDivs{	

	filter:alpha(opacity=40);	/* Transparency */

	opacity:0.4;	/* Transparency */

	background-color:#AAA;

	z-index:1;

	position:absolute; /* Always needed	*/

}

.modalDialog_contentDiv{

	border:3px solid #000;	

	padding:2px;

	z-index:100;/* Always needed	*/

	position:absolute;	/* Always needed	*/

	background-color:#FFF;	/* White background color for the message */

}

.modalDialog_contentDiv_shadow{

	z-index:90;/* Always needed	- to make it appear below the message */

	position:absolute;	/* Always needed	*/

	background-color:#555;

	filter:alpha(opacity=30);	/* Transparency */

	opacity:0.3;	/* Transparency */	

}