* {
margin:0;
padding:0;
}

/* General Style Info */
body {
	color: #fff;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	font-size: 100.01%;
}
a {
	background-color: inherit;
	color: #003d4c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	background-color: inherit;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}

/* Layout */
#container {
	text-align: left;
}

#header{
	background-image: url('../img/title.gif');
	width: 746px; height: 44px;
	margin: 5px;
}
#header h1 { 
	color: #ffffff;
	font-size: 1.6em;
	padding: 5px;
}

#content{
	background-image: url('../img/press.gif');
	clear: both; color: #333;
	overflow: auto; width: 746px;
	margin-left: 5px;
}
#footer {
	clear: both;
	text-align: center;
	width: 746px; height: 44px;
	margin: 5px;
	background-image: url('../img/title.gif');
}
.articles { margin: 5px; }
.articles h1 {
	font-size: 1.1em;
}

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both; color: #333;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}

th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: block;
	font-size: 0.8em;
}

.articles td h1 {
	font-size: 0.9em; text-align: left;
	border-bottom: 1px solid #ccc; color: #333;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 60%;
}

.clear {clear: both; height: 2px;}
label {
	display: inline; float: left;
	font-size: 0.8em;
	font-weight: bold; padding-right: 5px;
	margin: 1px; text-align: right;
}

input, textarea {
	float: left; width: 50%;
	display: inline;
	font-size: 0.8em;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	margin: 1px;	
}

input.searchbutton {
	color: inherit;
	background: #eee url(../img/find.png) no-repeat 2px 50%;
	padding-left:19px;
	border: 1px solid grey;
	cursor: pointer;
}

input.searchbutton:hover {
	border: 1px solid black;
	cursor: pointer;
}

input.savebutton {
	clear: both; display: block;
	color: inherit; padding-left:19px;
	background: #eee url(../img/save.png) no-repeat 2px 50%;
	border: 1px solid grey; cursor: pointer;
	margin-left: 131px; margin-bottom: 10px;
}

input.savebutton:hover {
	border: 1px solid black;
	cursor: pointer;
}

select {
	float: left;
	font-size: 0.8em;
	vertical-align: text-bottom;
	padding: 2px;
}

label.admin { width: 120px; }

.attachlayer {
	clear: both;
	margin-top: 2px;
}
.attach {
	float: left; border-right: 1px solid #ccc;
	margin-right: 4px; margin-top: 6px;
	text-align: left; padding-right: 3px;
}

.attach:hover {
	border-right: 1px solid #000;
}

.attach p {
	font-size: 0.7em !important;
}

div.error-message {
	display: block; color: maroon;
	clear: both; font-weight: bold;
	font-size: 0.8em; margin-left: 132px;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;	
}

div.pager
{
    margin:0.5em 0 0.5em 0;
    text-align:right;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

div.pager div.entries
{
    float: left;
}

div.pager div.pages {}
#pwd { color: maroon; font-weight: bold; }
.articles p { font-size: 0.9em;}
ul#menu { list-style-type: none; }
#menu li {float: left;}
#menu li a { display: block; margin-left: 15px; font-size: 0.9em;}
#flashMessage { text-align: center; color: red; font-weight: bold; }