/* CSS Document */

html {
	height: 100%;
}

body {
	background-color: #ffffff;
	font-family: verdana, sans;
	font-size: 12px;
}

a {
	color: #800000;
	text-decoration: none
}

a:hover {
	color: #800000;
	text-decoration: underline;
}

td, th {
	font-family: verdana, sans;
	font-size: 12px;
	vertical-align: top;
}


/*
	The page style is attached to the table that wraps the whole web page.
	For this template the page table is a 3 column table.
	
	-----------------------------------------
	|                header                 |
	-----------------------------------------
	| menu |        content      | summaries|
	|      |                     |          |
	|      |                     |          |
	|      |                     |          |
	|      |                     |          |
	|      |                     |          |
	|      |                     |          |
	----------------------------------------
*/
#page {
	border: 1px solid black;
	width: 800px;
	background-color: white; /* #ffffc6;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/*
	The header style is attached to the left-most td element of the first row of the page table.
	This td element contains the NCSG logo image.
*/
#header {
}

/*
	The search style is attached to the right-most column of the first row of the page table
	This element contains the search form.
*/
#search {
	background-image: url(/templates/ncsg/images/ncsg_15.gif);
	background-position: top right;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

/*
	The menu style is attached to the left-most td of the second row of the
	page table. This td element contains the navigation menu for the web site.
*/
#menu {
	padding-right: 10px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#menu a {
	font-size: 12px;
	padding: 4px;
}

#menu a#active_menu {
	font-weight: bold
}

#menu td {
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu .moduletable_text th {
	padding-top: 10px;
	font-size: 12px;
}
#menu .moduletable_text td {
	font-size: 10px;
}

/*
	The summaries style is associated with the right-most td of the second
	row of the page table.  This td element contains headlines and event listings.
*/
#summaries {
	width: 150px;
	font-size: 12px;
	border-left: 1px solid black;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

#summaries ul.latestnews {
	margin-left: 0px;
	padding-left: 0px;
}

#summaries li.latestnews {
	padding-bottom: 10px;
	list-style-type: none;
}

#summaries .moduletable th {
	background-color: black;
	color: white;
	padding: 2px;
}

#summaries .moduletable_quote td {
	font-size :11px;
}

#summaries .moduletable_quote table {
	margin-top: 15px;
	border-top: 1px solid black;
}

#summaries .moduletable_moderation {
	margin-top: 10px;
}

#summaries .moduletable_moderation th {
	background-color: black;
	color: white;
	padding: 2px;
}

#summaries .moduletable_moderation td {
	font-size: 10px;
}

/*
	The content style is attached to the center td of the second row of the 
	page table.  This td element contains the main content of the web site.
*/
#content {
	font-size: 12px;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	
}

#content .blog_front .contentheading_front {
	font-weight: bold;
	font-size: 12px;
}

#content .componentheading {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

#content .contentheading {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Some front page styles */
#content .contentpaneopen_front img {
	margin-left: 0px;
}

#content .contentpaneopen_front span {
	font-size: 10px;
	font-weight: bold;
}

#content .contentpaneopen_front td.createdate {
	font-size: 10px;
}

/* For the list of events on the Past Events page */
#content .sectiontableheader {
	padding-top: 10px;
	font-weight: bold;
}

.modifydate {
	font-size: 10px;
}

.createdate {
	font-size: 10px;
	font-style: italic;
}

/* For the Special Offers box that appears in the summaries column */
table.moduletable_offers {
	margin: 10px;
}

table.moduletable_offers td {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid black;
	background-color: white;
	color: #800000;
	font-weight: bold;
	text-align: center;
}

/* 
	Special styles for popup page displayed when the print icon is clicked.
*/
body.contentpane {
	background-color: #ffffff;
}

body.contentpane .contentheading {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

div.back_button {
	margin-top: 10px;
	font-weight: bold;
}

div.mosimage_caption {
        font-size: 10px;
        font-style: italic;
}
