﻿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;
}
