@import "tables.css";
@import "lists.css";
@import "modules.css";

.actions ul
{
	list-style: none;
	text-align:right;
}
	
.hidden 
{
	display:none;	
}
.actions ul li
{
	display: inline;
	margin-left: 1em;
}
body { 
  font-size : x-small;
}

#Form { 
  font-size : 90%;
}


#Layout_ContentPane {
  color : #333333;
}

h1, .itemListHeading, .pageTitle {
  font-size : 120%;
  color : #4682B4;
}

h2 {
  margin : 1.7em 0 0.5em 0;

  font-size : 120%;
  font-weight : normal;
  color : #804E25;
}

p {
  line-height : 1.5em;
  margin : 0 0 1.5em 0;
}

hr {
  height : 1px;
  margin : 1em auto;

  border : 0;
  border-top : 1px dashed #804E25;
}


img.polaroid {
  border : 1px solid #000000;
  margin : 0.5em 0 0 1em;
}

.verticalSpace
{
	margin-top: 5px;
	margin-bottom: 5px;
}
