@charset "utf-8";
/* CSS Document */

/* Force vertical scroll bar - stops page jumping about where some pages do/some don't have vert scroll bar */
html {
	height: 102%;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	background-color: #F6F6F6;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

a {
	color: #555;
	text-decoration: underline;
}

a:hover {
	color:#060;
	text-decoration: underline;
}

input, select, textarea, checkbox {
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 3px;
}

.submit:hover {
	color: #060;
}

img {
	border: 0;
}

.table1 {
	border: 0;
	padding: 0;
}

#work-area {
	width: 928px;
	background-color: #FFF;
	margin-top: 0px;
}

#banner {
	background-color: #F6F6F6;
	color: #060;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 15px;
}

/* Horizontal Menu */
#hMenu {
	width: 928px;
	height: 30px;
	font-size: 12px;
}

#hMenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#hMenu li
{
	float: left;
	padding: 0;
	margin: 0;
}

#hMenu a
{
	width: 110px;
	text-align: center;
	float: left;
	display: block;
	color: #555;
	font-size: 12px;
	text-decoration: none;
	margin: 2px 2px 0 2px;
	border: 1px solid #060;
	padding: 4px 0 4px 0;
}

#hMenu a:hover {
	color:#060;
}

#hMenu .active {
	color:#060;
	font-weight: bold;
	background-color: #EEE;
}

#content-border {
	width: 902px;
	min-height: 960px;
	border: 1px solid #060;
	padding: 10px 10px 20px 10px;
}

/* font-size for #content set to 16px below for compatibilty with ST Matthews only */
#content {
	font-family: helvetica;
	font-size: 16px;
	width: 640px;
	text-align: justify;
	line-height: 1.4em;
}

#content a {
	font-size: 16px;
	color: #555;
	text-decoration: underline;
}

#content a:hover {
	font-size: 16px;
	color:#060;
	text-decoration: underline;
}

#right {
	float: right;
	width: 220px;
}

#commonImage {
	width: 220px;
	margin-top: 10px;
	margin-bottom: 30px;
}

/* Vertical Menu */
#vMenu {
	width: 220px;
}

#vMenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#vMenu li
{
	padding: 0;
	margin: 0;
	width: 214px;
}

#vMenu .li-bottom
{
	width: 214px;
	border: 0;
	border-top: 1px solid #CCC;
}

#vMenu a
{
	height: 14px;
	display: block;
	font-size: 12px;
	color: #555;
	text-decoration: none;
	text-align: left;
	border: 1px solid #CCC;
	border-bottom: 0;
	padding: 4px 2px 4px 2px;
}

#vMenu a:hover {
	color:#060;
}

#vMenu .active {
	color:#060;
	font-weight: bold;
	background-color: #EEE;
}

/* Edit Menu */
#aMenu {
	width: 220px;
	margin-top: 20px;
}

#aMenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#aMenu li
{
	padding: 0;
	margin: 0;
	width: 214px;
}

#aMenu .li-bottom {
	width: 214px;
	border: 0;
	border-top: 1px solid #777;
}

#aMenu a
{
	height: 12px;
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #555;
	text-decoration: none;
	text-align: left;
	border: 1px solid #777;
	border-bottom: 0;
	padding: 4px 2px 4px 2px;
}

#aMenu a:hover {
	color:#060;
}

#aMenu .active {
	color:#060;
	background-color: #CCC;
}

/* Grey bordered division */
#greyBorderDiv {
	width: 630px;
	border: 1px solid #CCC;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}

/* Publications Page */
#pub-container {
	width: 630px;
	height: 150px;
	border: 1px solid #CCC;
	border-bottom: 0;
	padding: 5px 5px 5px 5px;
}

#pub-topOfPage {
	width: 630px;
	height: 16px;
	text-align: right;
	border: 1px solid #CCC;
	border-top: 0;
	padding: 0px 5px 4px 5px;
	margin-bottom: 10px;
}

#pubImg {
	float: left;
	width: 150px;
	height: 150px;
	vertical-align: middle;
}

#pubTxt {
	float: left;
	width: 450px;
	height: 150px;
	margin-left: 10px;
}

#pubTxt a, a:hover {
	font-size: 14px;
}

/* TMS Journal Page */
#journal-container {
	width: 630px;
	border: 1px solid #CCC;
	padding: 0px 10px 10px 10px;
	margin-bottom: 10px;
	line-height: 24px;
}

/* Admin Styles */
#adminTable {
	font-size: 10px;
	text-align:left;
}

#adminTable a, a:hover{
	font-size: 10px;
}

#adminTable .headings {
	font-weight: bold;
}

#adminTable table {
	width: 620px;
	border-collapse:collapse;
}

#adminTable table, th, td {
	border: 1px solid #999;
	padding: 2px 2px 2px 2px;
}

/* #adminTable a and a:hover added below for compatibilty with ST Matthews only */
#adminTable a {
	font-size: 10px;
	color: #555;
	text-decoration: underline;
}

#adminTable a:hover {
	font-size: 10px;
	color:#060;
	text-decoration: underline;
}

/* top of page link */
#topOfPageLink {
	float:left;
	text-align: left;
}

/* Footer and Login */
#footer {
	text-align: left;
	background-color: #FFF;
	padding: 5px 2px 5px 2px;
}

#login {
	color: #555;
	margin-top: 5px;
}

#login a, a:hover {
	font-size: 12px;
}

#loginMsg {
	color: #C00;
	margin-bottom: 5px;
}

#loggedIn {
	font-size: 9px;
	color: #060;
	text-align: left;
	padding: 0px 0px 5px 5px;
}

#copyright {
	width: 928px;
	font-size: 11px;
	color:#666;
	margin-top: 10px;
}

#copyright a:hover {
	font-size: 11px;
}

/* MCE Styles */
.lightGreenText {
	color: #3C773C;
}

.journalTitle {
	color: #3C773C;
	font-size: 14px;
}

.pageSectionTitle {
	color: #3C773C;
	font-size: 14px;
	margin-top: 0px;
}

.pageTitle {
	color: #3C773C;
	font-size: 16px;
}


