/* Common Module Elements */
.categoryTitleBar {

	width : 500px;
	font-weight: bold;
   color: white;
   text-decoration: none;
	background-color: gray;
	padding:3px 3px 3px 8px;
	margin:15px 0px 10px 0px;
	font-size: larger;
	border-bottom: 2px solid ThreedShadow;
	border-right: 2px solid ThreedShadow;
	border-left: 2px solid ThreedLightShadow;
	border-top: 2px solid ThreedLightShadow;
}
.categoryDescription {
	padding: 3px 5px 5px 5px;
	/*border: 1px solid blue;*/
}
a.MoreInfoLink {
	color: navy;
	display:block;	  
	font-size : 9px;
	text-decoration : none;
}	  
a.ReturnLink {
	color: navy;
	display:block;	  
	font-size : 11px;
	text-decoration : none;
}	  
/* End of Common Module Elements */


/* Links Module Elements */
.linkContainer{
	margin: 2px 0px 10px 5px;
	/*border: 1px solid red;*/
}
.linkContent{
	margin: 2px 0px 5px 15px;
	/*border: 1px solid red;*/
}
.linkTitle{
    color : navy;
    font-size : 12px;
    font-weight : bold;
}
.linkURL{
	margin: 2px 0px 10px 15px;
	color: #333333;
}
/* End of Links Module Elements */


/* News Module Elements */
.storyContainer {
	margin: 2px 0px 10px 5px;
}
.navStoryContainer {
	margin: 10px 0px 10px 2px;
}
.storyHeadline, .storyHeadline a {
	font-size: 16px;
	text-decoration: none;
	color: #5A5859;
	font-weight:bold;
	margin: 2px 0px 2px 0px;
	/*border: 1px dashed red;*/
}
.storyHeadline a:hover{
	color:#5A5859;
}
.navStoryHeadline, .navStoryHeadline a {
	font-size: 10px;
	text-decoration: none;
	color: #444444;
	font-weight:bold;
	margin: 2px 0px 0px 2px;
    width:155px;
	/*border: 1px dashed red;*/
}
.storySubtitle {
	font-size:12px;
	margin: 2px 0px 2px 20px;
}
.storyTimestamp{	
	font-size: 9px;
	margin: 2px 0px 20px 5px;
}
.storySummary {
	margin: 10px 0px 5px 20px;
	/*border: 1px dotted red;*/
}

.navHeader{
    font-size:12px;
    font-weight:bold;
    text-align:center;
	 margin-left:5px;
    background-color:gray;
    color:white;
    width:160px;
}


/* End of News Module Elements */


/* FAQ Module Elements */
.FAQCategoryList {
	list-style: square;
}
.FAQList {
	list-style: circle;
}
.FAQListItem {
	margin: 5px 0px 5px 0px;
	background : #eeeeee;
}
.FAQCategoryCount {
	padding-left: 10px;
}
.FAQFrame {
	padding:5px;
   margin:5px;
	border : thin solid Gray;
	background : #eeeeee;
	width:545px;
}
.FAQQuestion{
	font-size: 13px; 
	color:black;
	font-weight:bold;
}
.FAQAnswer {
	font-size: 13px; 
	color:black;
	font-weight:normal;
	padding-left: 15px;
}
.FAQImageFrame {
   padding:5px;
   margin:5px;
	border : thin solid black;
	background : #eeeeee;
}

/* Classes to support the FAQ Related Questions */
.FAQRelatedItemsCategoryTitle {
	
}
.FAQRelatedListItem {
	list-style: disc;
	margin: 5px 0px 5px 0px;
	background : #eeeeee;
}
.FAQRelatedItem {
	
}

/* Classes to support the FAQ View Summary and Rating div tags */
.FAQSummaryBox {
	padding:5px;
   margin:6px;
	border : thin solid Gray;
	background : #eeeeee;
	width:260px;
   height:165px;
}
.FAQSummaryLabel {
	font-weight:bold;
}
.FAQSummaryData {
	font-weight:normal;
}
/* End of FAQ Module Elements */


/* Home Page Panels*/
.hpCell{
		width:190px;
		padding:5px;
		background-color:white;
		font-size:10px;
         border-right:2px solid #225479;
	}
	
	.hpCell2{
		width:190px;
		padding:5px;
		font-size:10px;
		background-color:white;
         border-right:2px solid #225479;
	}
	
	.hpCell3{
		width:190px;
		padding:5px;
		font-size:10px;
		background-color:white;
        border-right:2px solid #225479;
	}
/* End Home Page Panels */

/* Web panels   */

.webPanel{
    /*border:1px solid black; */
    margin-bottom:3px;
    width:150px;
    text-align:left;
}

.webPanelLeft{
    border-top:1px solid gray;
    border-right:1px solid gray;
    border-bottom:1px solid gray;
    border-left:1px solid gray;
    width:130px;
    text-align:center;
    background-color:white;
}

.webPanelLeftTitle {
	padding-left: 6px;
	color: black;
	line-height: 18px;
   background-color:#D4C9BD;
   border-bottom:1px solid black;
    
}

.rightSub2, .webPanelTitle {
	padding-left: 5px;
	color: white;
	width:160px;
   font-weight:bold;
	line-height: 18px;
   background-color:gray;
   text-align:center;
    
}

/* End Web Panels  */


/*Image Gallery */

table.galleryHolder{
	border:2px solid silver;
}


td.galleryTitleBar {
    font-weight:bold;
    font-size:13px;
    background-color:#888888;
    border-bottom:1px solid gray;
    color:black;
    text-decoration:none;	
	padding: 0px 0px 0px 5px;
}
	
a.galleryLink {
    color:black;
    text-decoration:none;	
}
    
a.galleryLink:hover {
    color:blue;
}
    
  #thumbHolder{
    width:500px;
    height:150px;
    margin-top:5px;
    padding:5px;
    border:1px solid black;
   overflow-x:scroll;
    overflow-y:hidden;
  }
  
  .imgThumbBox{
    width:100px;
    height:100px;
    background:Silver; 
    border: 1px solid Black;
    margin:1px;
    padding:7px;
    display:inline;
 }  
    
 .imgBox{
    width:500px;
    height:500px;
    background:Silver; 
    border: thin double Black;
    padding:5px;
 }   
 
 .imgTitle{
    font-size:15px;
    font-weight:bold;
    padding:3px;
 }
 .imgContent{	
 	 background: White;
    border:1px solid black;
    text-align:left;
    height:150px;
    width:450px;
    padding:5px;
    overflow-y:auto;

 }
/* End Image Gallery */
