/* AjaxScaffoldGenerator version 3.1.0 (c) 2006 Richard White <rrwhite@gmail.com>

 AjaxScaffoldGenerator is freely distributable under the terms of an MIT-style license.

 For details, see the AjaxScaffoldGenerator web site: http://www.ajaxscaffold.com/ */
 
/* Holy Grail styling from A List Apart (http://www.alistapart.com/articles/holygrail/) */
body, table{
	font-family: Verdana;
	font-size: 13px;
}

.news_table {
	border: 2;
	/*cellpadding: 1;*/
	border-spacing: 1px; 
	border-collapse: collapse;
	/*cell-spacing: 1;*/
	margin: 2px;
	width : 100%;
	background-color: gray;
}
/*
#header {
	background-color: #2175bc; 
}

#branding   { font-family: "Lucida Grande", Verdana, Arial; font-size: 14pt; color: white; display:block; padding: 0.4em;}
#branding a { color: white; text-decoration: none;}
#branding a:hover { text-decoration: underline;}

#top_nav {
	color: white;
  background-color: #003399;
	margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;
	font-size: 8pt;
}
#top_nav a, a:hover, a:visited { color: white; text-decoration: none;}

#left {
	color: white;
  background-color: #2175bc;
	float: left;
	width: 13em;
	padding-bottom: 0.5em;
	border-right: 1px solid #999999;
	position: relative;
	    margin: 0 auto;
	    text-align: left;
		min-height: 50%;
	    height: auto;
}

#center {
	color: black;
	background-color: white;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 0 13em;
	padding: 0.5mm 5mm 0.5em 5mm;
	border-left: 1px solid #999999;
}
#center a, a:hover, a:visited { color: blue; text-decoration: none;}

#content_for_layout {
	width: 100%;
}

#footer {
	height: 25px;
	clear: both; 
}
#footer, #footer a {background-color: #2175bc; color: white; text-align: center; font-style: italic; font-size: 9pt;}
#footer a:hover {color:  orange;}

.message {
	background: rgb(221, 255, 221);
	border-color: rgb(0, 170, 0);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	color: black;
	font-size: 11px;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
}*/
