﻿body{
	margin: 20px; 
	padding: 0; 
	border: 0; 
	height: 100%; 
	max-height: 100%; 
	font-family:Calibri, Tahoma; 
	font-size: 14px; 
	background-color: rgb(252,252,252); 
}

.box {
	border: 1px dotted silver;   
	padding: 7px 5px 7px 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #CCC;    
 }
 
 .post {
	margin-bottom: 5px; 
	border: 1px dotted gray;
	padding: 10px 10px 10px 10px;   
	border-radius: 5px;
	box-shadow: 0px 0px 5px #CCC;     
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.completionListElement 
{  
	margin : 0px!important;
	background-color: #fff;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	overflow : auto;	
    text-align : left; 
    list-style-type : none;
    border-bottom-left-radius: 6px;    
    border-bottom-right-radius: 6px;    
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.highlightedListItem
{
	background-color: #007fbf;
	color: white;
	padding: 1px;
    font-size: 14px;
}

.listItem 
{
	background-color : window;
	color : black;
	padding : 1px;
    font-size: 14px;
}

.cols4 {
	list-style: none; margin-left: 0px;
}
.cols4 li {
	width: 25%; line-height: 25px; float: left;
}


.cols3 {
	list-style: none; margin-left: 0px;
}
.cols3 li {
	width: 33%; line-height: 25px; float: left;
}


.cols2 {
	list-style: none; margin-left: 0px;
}
.cols2 li {
	width: 50%; line-height: 25px; float: left;
}

legend {
    line-height: 23px;
}

	legend h1 {
		font-size: 23px !important;
		font-weight: 700;
		line-height: 21px;
	}

	legend h4 {
		font-size: 16px !important;
		font-weight: 600;
		line-height: 21px;
	}

.footer, .footer a {
	color: gray;
	text-align: right;
	opacity: 0.7;	
}

.tags {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

	.tags li {
		float: left;
	}

.tag {
	background: #eee;
	border-radius: 3px 0 0 3px;
	color: #999;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 20px 0 23px;
	position: relative;
	margin: 0 7px 3px 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
}

	.tag::before {
		background: #fff;
		border-radius: 10px;
		box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
		content: '';
		height: 6px;
		left: 10px;
		position: absolute;
		width: 6px;
		top: 10px;
	}

	.tag::after {
		background: #fff;
		border-bottom: 13px solid transparent;
		border-left: 10px solid #eee;
		border-top: 13px solid transparent;
		content: '';
		position: absolute;
		right: 0;
		top: 0;
	}

	.tag:hover {
		background-color: lightblue;
		color: white;
		text-decoration: none !important;
	}

		.tag:hover::after {
			border-left-color: lightblue;
		}