/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
	letter-spacing: normal;
	background-color: #15646b;
}
a:hover
{
	text-decoration: underline;
}
a:link
{
}
a:visited
{
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
.navLink
{
    font-size: x-small;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.navImage
{
}
.navTable
{
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
}
.navTable
{
    border-top-style: none;
	font-family: Verdana, Helvetica, sans-serif;
    border-right-style: none;
    border-left-style: none;
    background-color: #dcdce5;
    border-bottom-style: none;
}
.navHeader
{
	font-weight: bold;
	font-size: x-small;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	vertical-align: middle;
	background-color:#633393;
}
.navItem
{
    padding-right: 3px;
    background-color: #e7c97f;
}

.copyrightText
{
    font-weight: bold;
	font-size: x-small;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copyrightLink
{
    font-weight: bold;
	font-size: x-small;
	color: c78e15;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tabbedBoxHeaderBlank
{
	border-bottom: black thin solid;
}

.tabbedBoxHeaderBlue
{
	font-size: x-small;
	font-weight: bold;
	color: mediumblue;
	background-color: #66ccff;
	border-left: black thin solid;
	border-bottom: black thin solid;
	border-right: black thin solid;
	border-top: black thin solid;
}
.tabbedBoxBodyBlue
{
	border-right: black thin solid;
	font-size: x-small;
	color: black;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
.tabbedBoxHeaderYellow
{
	border-right: black thin solid;
	border-top: black thin solid;
	font-size: x-small;
	font-weight: bold;
	border-left: black thin solid;
	color: white;
	border-bottom: black thin solid;
	background-color: #7979ff;
}
.tabbedBoxBodyYellow
{
	font-size: x-small;
	color: black;
	border-right: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
.tabbedBoxHeaderGreen
{
	font-size: x-small;
	font-weight: bold;
	color: black;
	background-color: #00bb00;
	border-left: black thin solid;
	border-bottom: black thin solid;
	border-right: black thin solid;
	border-top: black thin solid;
}
.tabbedBoxBodyGreen
{
	font-size: x-small;
	color: black;
	border-right: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
.tabbedBoxHeaderRed
{
	border-right: black thin solid;
	border-top: black thin solid;
	font-weight: bold;
	font-size: x-small;
	border-left: black thin solid;
	color: white;
	border-bottom: black thin solid;
	background-color: #ff3300;
}
.tabbedBoxBodyRed
{
	font-size: x-small;
	color: black;
	border-right: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.requiredField
{
	color: Red;
	font-size: x-small;
}
.normalField
{
	font-size: x-small;
}

.errorMessage
{
	font-weight: bold;
	font-size: medium;
	color: sienna;
}
.articleTable
{
    border-right: gray thin solid;
    border-top: gray thin solid;
    font-size: x-small;
    border-left: gray thin solid;
    border-bottom: gray thin solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #f2f3f5;
}
.articleTableEvenRow
{
    font-weight: bold;
    font-size: x-small;
    vertical-align: top;
    color: #6a6a6a;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #e1e1e1;
}
.articleTableOddRow
{
    font-weight: bold;
	background-color: #F2F3F5;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #6A6A6A;
	vertical-align: top;
}
.csPage
{
    margin-top: 2px;
    background-color: #15646b;
    text-align: center;
}
.csPageTable
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
    margin: 0px;
    width: 779px;
    background-color: white;
    text-align: center;
}
.csPageTopOfPage
{
}
.csPageBottomOfPage
{
    background-color: #15646b;
}
.csPageBottomLine
{
    background-color: #15646b;
}
.csPageLeftColumn
{
    background-color:#e7c97f;
    width: 179;
    text-align: left;
}
.csPageCenterColumn
{
    background-color:White;
    width: 400;
}
.csPageRightColumn
{
    background-color:#e7c97f;
    width: 200;
}

.csHomePageTable
{
    width:100%;
}
.csHomePageLeftColumn
{
    width: 600;
}
.csHomePageLatestNewsHeader
{
    font-weight: bold;
    font-size: medium;
    color: darkgray;
    font-family: Verdana, Helvetica, sans-serif;
}
.csArticleTable
{
}
.csArticleDate
{
    font-weight: bold;
    font-size: small;
    color: purple;
    font-family: Verdana, Helvetica, sans-serif;
}
.csArticleTitle
{
    font-weight: bold;
    font-size: medium;
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
}

.csArticleBody
{
    font-size: x-small;
    font-family: Verdana, Helvetica, sans-serif;
}

.csArticleCommentLink:hover
{
    font-size: x-small;
    color: blue;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: underline;
}
.csArticleCommentLink:link
{
    color: cornflowerblue;
	font-size: x-small;
    font-family: Verdana, Helvetica, sans-serif;
}
.csArticleCommentLink:visited
{
    font-size: x-small;
    color: blue;
    font-family: Verdana, Helvetica, sans-serif;
}
.csInfoBoxTable
{
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    margin:4px;
    width: 98%;
}
.csInfoBoxTitle
{
    font-weight: bold;
    font-size: medium;
    color: #633393;
    font-family: Verdana, Helvetica, sans-serif;
    text-align: left;
}
.csInfoBoxImage
{
}
.csInfoBoxBody
{
    font-size: x-small;
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
}

.csInfoBoxLink:hover
{
}
.csInfoBoxLink:link
{
}
.csInfoBoxLink:visited
{
}

.csSubmitEmailTable
{
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    border-top-style: none;
    padding-top: 3px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.csEmailTitle
{
    font-size: x-small;
    font-family: Verdana, Helvetica, sans-serif;
}
.csPostedByLink
{
    color: cornflowerblue;
	font-size: xx-small;
    font-family: Verdana, Helvetica, sans-serif;
}
.csAddArticleCommentTable
{
    width: 100%
}
.csArticleCommentTable
{
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    background-color: #fbf7ed;
    width: 100%
}
.csCommentDate
{
    font-size: xx-small;
    font-family: Verdana, Helvetica, sans-serif;
}
.csCommentBody
{
    font-size: x-small;
    font-family: Verdana, Helvetica, sans-serif;
}
.csCommentText
{
    font-size: xx-small;
    font-family: Verdana, Helvetica, sans-serif;
}
.csCommentArticleLinkText
{
	font-weight: bold;
	font-size: x-small;
	color: #3366ff;
	font-family: Verdana, Helvetica, sans-serif;
}
.csCommentArticleLink
{
    font-size: x-small;
    font-family: Verdana, Helvetica, sans-serif;
}
.submitCommentTitle
{
    font-weight: bold;
    font-size: small;
    font-family: Verdana, Helvetica, sans-serif;
}
.submitCommentLabel
{
    font-size: x-small;
    font-family: Verdana, Helvetica, sans-serif;
}
.submitCommentMessage
{
    font-weight: bold;
    font-size: x-small;
    color: red;
    font-family: Verdana, Helvetica, sans-serif;
}
.adminAddTable
{
	width: 99%;
}
.adminAddTableHeader
{
	width:25%;
}
.adminAddTableHeaderInput
{
	width: 75%;
}
.adminNoticeText
{
    font-size: x-small;
    font-family: Verdana, Helvetica, sans-serif;
}
.inputBoxes
{
    width: 99%;
}
.inputDateBox
{
    width: 99%;
}
.inputFileBox
{
    width: 99%;
}
.commentInputBox
{
    width: 99%;
    height: 272px;
}
.csImageGalleryPictureTable
{
}
.csImageGalleryPictureBoxLeftColumn
{
	width: 195px;
}
.csImageGalleryPictureBoxRightColumn
{
	width: 200px;
}
.csImageGalleryPicture
{
}
.csImageGalleryCaption
{
    font-size: x-small;
    font-family: Verdana, Helvetica, sans-serif;
}

