/* HTML TAGS */

body {
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color : white;
	background-color : white;
}

p,td {
	font-size : 100%;
	padding-left: 10px;
}

img {
	border-width: 0px;
}

li {
	list-style-type: none;
}

h1 {
	
	margin-top: 10px;
	font-size : 150%;
	color : #003399;
	border-bottom: 1px solid #336633;
}

h2 {
	margin-top: 15px;
	margin-bottom: 0px;
	font-size : 120%;
	color : #003399;
	font-weight: bold;
	border-bottom: 1px solid #003399;
	padding-left: 15px;
}

h3 {
	margin-top: 15px;
	margin-bottom: 0px;
	font-size : 100%;
	color : #003399;
	font-weight: bold;
	border-bottom: thin solid #003399;
	padding-left: 15px;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size : 100%;
	color : #336633;
	text-align: right;
	font-weight: bold;
}

h5 {
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 0px;
	padding:5px;
	font-size : 100%;
	color : #336633;
	text-align: left;
	font-weight: bold;
}


a:link {
	color: #336633; 
	text-decoration:underline;
}
a:visited {
	color: #336633; 
	text-decoration:underline;
}
a:hover {
	color:#003399;
	text-decoration:none;
}

label { 
  	display: block;
	font-weight: bold;
	font-size : 90%;
}

/* Specials Div Classes */

div.main {
	margin-left: 5%;
	margin-right: 5%;
}

div.content {
}

div.form {
	color:#000;
	background-color:#f5f8fc;
	font-size : 100%;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin: 20px;
	padding-left: 10px;
	border:1px solid #69c;
}

div.spacer {
	clear: both;
}

div.leftmenu {
	float: left;
	width:24%;
}

div.homecontent {
	float: right;
	color:#000;
	width:73%;
	background-color:#f5f8fc;
	border:1px solid #69c;
}

div.list {
	color:#000;
	background-color:#f5f8fc;
	border: 1px solid #69c;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

div.error {
	color:#000;
	background-color:#f5f8fc;
	border: 1px solid #69c;
	padding: 20px;
}

div.result {
	color:#000;
	background-color:#f5f8fc;
	border: 1px solid #69c;
	padding: 20px;
}

div.header {
	font-size : 150%;
	color : #003399;
	font-weight: bold;
	text-align:center;
	border-bottom: 1px solid #003399;
	padding-bottom: 10px;
}

div.footer {
	font-size : 75%;
	text-align:center;
	border-bottom: 2px solid #003399;
	font-weight: bold;
}

/* Specials Table, Tr and Td Classes */

table.list {
	border-bottom: 2px solid #003399;
	border-collapse: collapse;
	padding: 20px;
}

th.listtitle {
	border-bottom: 2px solid #003399;
}


th.listtitle_newspapers {
	border-bottom: 2px solid #003399;
	font-size : 70%;
}



th.listnotitle {
	border-bottom: 2px solid #003399;
}

td.listitem {
	padding-left: 10px;
	border: thin solid #336633;
}

td.listitem_newspapers {
	padding-left: 10px;
	border: thin solid #336633;
	font-size : 70%;
}




td.listaction {
	border: medium solid #336633;
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	padding: 5px;
}

td.listpages {
	border: 2px solid #336633;
	text-align: center;
}

table.stats {
	border-collapse: collapse;
	margin-top: 20px;
	margin-left: 35px;
}

td.stats { 
	padding: 5px;
	border: 1px solid #003399;
	font-weight:bold;
}

td.statsvalue { 
	padding: 10px;
	border: 1px solid #003399;
}

/* Specials P Classes */

p.error {
	color: red;
}

p.comment {
	padding-left: 15px;
}

p.content {
	padding-left: 15px;
}

/* Specials Li Classes */

ul.shortlist {
	margin-left: 10px;
	margin-top:0px;
	margin-bottom: 0px;
}

li.shortlist {
	border-bottom: thin dotted #003399;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
}

ul.actionlist {
	padding-top: 10px;
	border-top: thin solid #003399;
	border-bottom: thin solid #003399;
	padding-bottom: 10px;
}

li.action {
	padding-left: 10px;
	display: inline;
	font-weight: bold;
}

li.leftmenu {
	border-bottom:1px solid #d6e1ec;
}

ul.leftmenu {
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #d6e1ec;
	padding: 0;
	margin: 0;
}
