.listing-table
{
	border: solid medium white;
	border-collapse: collapse;
	width: 100%;	
	color: black;
}

.list-line-odd
{
	background-color: lightgrey;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
}

.list-line-even
{
	background-color:grey;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
}

.list-title
{
	color: black;
	font-weight: bold;
	font-size:x-large;
}

.list-actions
{
	font-size: small;
	text-align: right;
	padding-left: 1em;
}

.list-actions a:link, a:visited {
    text-decoration: none;
    color: #FFFFFF;
	font-weight: bold;
	font-size:medium;
}

.list-actions a:hover, a:active {
    text-decoration: underline;
    color: red;
	font-weight: bold;
	font-size:medium;
}

.new-action a:link, a:visited {
    text-decoration: none;
    color: #FFFFFF;
	font-weight: bold;
	font-size:medium;
}

.new-action a:hover, a:active {
    text-decoration: underline;
    color: red;
	font-weight: bold;
	font-size:medium;
}

.edit-form {
	border: solid medium white;
	padding: 0px;
	margin: 0px;
}

.edit-form-contents {
	/*border-top: solid thin white;*/
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	height: 100%;
	vertical-align: top;
	background-color: grey;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
	
}

.new-form{
	padding: 5px;
	margin: 0 0 0 0;
	background-color: grey;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
	vertical-align: top;
	border: solid medium white;
}

.paragraph{
	color: #FFFFFF;
}

.red_paragraph{
	color: red;
}

.page_nav
{
	color:#FFFFFF;
	margin-top: 10px;
}

.page_nav a
{
	color:#FFFFFF;
	text-decoration: none;
	font-family:"Arial Black";
	font-weight:normal;
 	font-size:small;
	
}

.page_nav a:hover
{
	color: red;
	text-decoration: underline;
	font-family:"Arial Black";
	font-weight:normal;
 	font-size:small;
	
}

