
#BlogContent h2{
	margin-bottom:24px;
}

#BlogContent h3{
	margin-top:10px;
	margin-bottom:10px;
}

#BlogContent h3 a{
	font-size:21px;
	text-decoration:none;
}

#BlogContent p.Details{
	color:#909090;
	padding:10px 0 0 0;
	border-bottom:solid 1px #d0d0d0;
	font-style:italic;
}

#BlogContent p.Details a{
	text-decoration:none;
}

.Functions{
	display:block;
	width:auto;
	height:auto;
	overflow:auto;
	margin-top:20px;
	margin-bottom:50px;
	padding:8px;
	background-color:#e6e6e6;
	border:solid 1px #d0d0d0;
	float:none;
	clear:both;
}

div.Tags{
	display:block;
	width:65%;
	height:auto;
	float:left;
	color:#999;
}

.BlogTagsPostInscription{
	color:#666;
}

div.Comments{
	display:block;
	width:30%;
	height:auto;
	float:right;
	text-align:right;
}

div#Comments div.Item{
	margin-bottom:20px;
}

a.BlogListBlogTitle{
	font-size:14px;
	text-decorataion:none;
}

div#CalendarControl{
	margin:0 0 15px 0;
}

div#CalendarControl table{
	width:100%;
	border-color:#fff;
	background-color:#fff;
	
}

div#CalendarControl table td a{
	display:block;
	background-color:silver;
	background-color:#c0dff5;
	text-decoration:none;
	background-image:none;
	text-align:center;
	margin:0;
	padding:0;
}

div#CalendarControl table td a:hover{
	background-color:#7ab6e0;
}


div#CalendarControl table table{
	background-color:silver;
	border-color:silver;
	border:none;
	text-transform:capitalize;
}

div#CalendarControl table table td a{
	background-color:silver;

}

#tagCloud{
    padding:5px;
    margin-bottom:10px;
    text-align:justify;
}

#tagCloud a{
	text-decoration:none;
    font-family:Arial, sans-serif;
	color:#999999;
	line-height:130%;
	background-image:none;
	margin:0;
	padding:0;
}

body div#tagCloud a:hover{
	color:#018dce;
}

#tagCloud a.weight1{
	font-size:24px;
}

#tagCloud a.weight2{
	font-size:20px;
}

#tagCloud a.weight3{
	font-size:17px;
}

#tagCloud a.weight4{
	font-size:12px;
}

#tagCloud a.weight5{
	font-size:8px;
}

/* Form elements */

div.FormElement{
	width:auto;
	height:auto;
	overflow:auto;
	float:none;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}

div.FormElement span.FormLabel{	
	display:block;
	float:left;
	width:85px;
	height:auto;
	padding-top:2px;
}

div.FormElement span.FormValueLabel{
	float:left;
	width:320px;
	height:auto;
}

div.FormElement input.FormInputText{
	float:left;
	width:320px;
	height:auto;
}

div.FormElement textarea{
	float:left;
	width:322px;
	height:auto;
}

input.FormButton{
	width:80px;
	font-size:12px;
}

span.BlogErrorMessage{
	display:block;
	float:none;
	clear:both;
	width:auto;
	height:14px;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	padding-left:32px;
	background-image:url(../gfx/Warning.gif);
	background-repeat:no-repeat;
	background-position:left center;
	border:dotted 1px #cccccc;
	color:red;
}


