/* CSS Document */

/*these are just for the demo, not used in the dist */
.demohomediv {
background-color:#FFFFFF;
	margin-right: 150px;
	margin-top:20px;
	padding:15px;
	margin-left: 150px;
	border: thin dotted #666666;
	color:#666666;
}
.demoheader {
font-size:105%;
	margin-top:5px;
	padding-top:5px;
	margin-bottom:0px;
	padding-bottom:0px;
	/*color:#666666;*/
	font-weight:500;

}
.demoli {
font-size:100%;
color:#666666;

}
p {
margin-top:5px;
color:#666666;

}

.democall {
float:right; 
margin:5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
width:220px; 
height:115px;
border:thin dotted;
background-color:#FFFFCC;
margin-left:10px;
}

.democall2 {
float:right; 
margin:5px 5px 5px 5px;
padding: 5px 5px 5px 5px;
width:220px; 
height:135px;
border:thin dotted;
background-color:#FFFFCC;
margin-left:10px;
clear:right;
}

body {
background-color:#CCFFCC;
font-size:100%;
}
ul {margin-top:5px;}
