﻿/* Text Classes */
body
{
    font-family:Trebuchet MS, Trebuchet, Arial;
    font-size: 12px;
    color:#333333;
    font-weight:normal;
    line-height:24px;
}
.innerTitle
{
    font-family:Trebuchet MS, Trebuchet, Arial;
    font-size: 20px;
    color:#000000;
    font-weight:bold;
    line-height:28px;
}
.innerAbstract
{
    font-family:Trebuchet MS, Trebuchet, Arial;
    font-size: 16px;
    color:#000033;
    font-weight:normal;
    line-height:28px;
}
.innerText
{
    font-family:Trebuchet MS, Trebuchet, Arial;
    font-size: 14px;
    color:#605050;
    font-weight:normal;
    line-height:30px;
}

.hyperLink1
{
    font-family:Trebuchet MS, Trebuchet, Arial;
    font-size: 14px;
    color:#990000;
    font-weight:normal;
    line-height:24px;
}
.hyperLink1:hover
{
    color:#FF0000;
}

.relatedArticlesHeaderText
{
    font-family:Trebuchet MS, Trebuchet, Arial;
    font-size: 20px;
    color:#605050;
    font-weight:bold;
    line-height:28px;
}

.relatedFilesHeaderText
{
    font-family:Trebuchet MS, Trebuchet, Arial;
    font-size: 20px;
    color:#605050;
    font-weight:bold;
    line-height:28px;
}


.smallTitle
{
    font-family:Trebuchet MS, Trebuchet, Arial;
    font-size: 14px;
    color:#000000;
    font-weight:bold;
    width:100%;
    margin-bottom:10px;
    clear:right;
    line-height:20px;
}

.smallTitle:hover
{
    color:#333366;
    text-decoration:underline;
}

.smallAbstract
{
    font-family:Trebuchet MS, Trebuchet, Arial;
    font-size: 12px;
    color:#000033;
    font-weight:normal;
    width:100%;
    margin-bottom:5px;
    line-height:24px;
}
.smallSectionalTitle
{
    font-family:Times New Roman, Trebuchet MS, Trebuchet, Arial;
    font-size: 12px;
    color:#FFFFFF;
    font-weight:bold;
    width:100%;
    clear:both;
}

.moreLink
{
    font-family:Trebuchet MS, Trebuchet, Arial;
    font-size: 12px;
    color:#990000;
    font-weight:bold;
    width:100%;
    margin-bottom:10px;
}
.moreLink:hover
{
    color:#FF0000;
    text-decoration:underline;
}

/* Table and Div Classes */

.relatedStuffWrapper
{
}
.relatedArticlesDiv
{
    width:300px;
    float:left;
    text-align:left;
}
.relatedFilesDiv
{
    width:300px;
    float:right;
    text-align:left;
}
.relatedLinkBreaker
{
    height:7px;
    clear:both;
}
.sectionalGridView
{
    width:600px;
}
.pagerStyle
{
    font-family:Trebuchet MS, Trebuchet, Arial;
    font-size: 14px;
    color:#FFFFFF;
    font-weight:normal;
    line-height:24px;
    text-align:center;
}
.longTableSectional
{
    width:600px;
}

.longTextTDSectional
{
    width:600px; padding:5px; padding-left:0; text-align:left; vertical-align:top; height:90px; min-height:90px; background-image:url(../images/tablebg.gif); background-repeat:no-repeat;
}

.relatedArticlesDatalist
{
    width:300px;
    text-align:left;
}

/* Image and Breaker Classes */
.imageWrapper
{
    width:320px;
    float:left;
    text-align:left;
    margin-bottom:10px;
}
.innerArticleImageLarge
{
    width:300px;
}
.shortBreaker
{
    margin-top:5px;
    margin-bottom:15px;
    clear:both;
}
.longBreaker
{
    margin-top:5px;
    margin-bottom:15px;
    clear:both;
}
.thumbNail
{
    width:100px;
    margin-right:10px;
    margin-bottom:5px;
    margin-left:0px;
}

/* Gallery Classes */


.galleryImageHolderLarge
{
    text-align:center;
    width:600px;
}
.galleryImageTitle
{
    font-family:Trebuchet MS, Trebuchet, Arial;
    font-size: 16px;
    color:#000000;
    font-weight:bold;
    line-height:28px;
}
.galleryImageAbstract
{
    font-family:Trebuchet MS, Trebuchet, Arial;
    font-size: 14px;
    color:#000033;
    font-weight:normal;
    line-height:28px;
}


/* Homepage and Tables */

.longTable
{
    width:610px;
}
.shortTable
{
    width:275px;
    text-align:left;
    float:left;
}
.longTextTD
{
    width:590px; padding:10px; padding-left:0px; text-align:left; vertical-align:top; height:90px; min-height:90px; background-image:url(../images/tablebg.gif); background-repeat:no-repeat;
}
.shortTextTD
{
    width:290px; text-align:left; vertical-align:top;
}
.smallSectionalTitleTD
{
    height:18px;
    vertical-align:top;
    background-color:#8A7D79;
    padding-left:4px;
}

/* Homepage and DataLists */
.longTableDataList
{
    margin-top:10px;
}
.shortTableWrapper
{
	width:275px;
	padding:5px;
	background-image:url(../images/boxbg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin-right:15px;
	margin-bottom:15px;
	border: solid 2px #8A7D79;
	min-height:180px;
}
.homeArticleDatalist
{
	float:left;
}
