
#lnkExpand
{
    float:right;
    
}
a.ExpandAll
{
	background-image: url(/DovetailWRP/site/themes/images/ShowAll.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	float:right;
	
}

a.ExpandAll:hover
{
    background-color:#FFFFFF;
	display:block;

}

a.HideAll
{
	background-image: url(/DovetailWRP/site/themes/images/HideAll.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	display:block;

}

a.HideAll:hover
{
    background-color:#FFFFFF;
	display:block;
}

#ShowHideText,  #ShowHideText a:link, #ShowHideText.visited
{
	margin-left:20px;
	display:none;
}
#ShowHideText a:hover
{
    display:block;
}

a.FAQButton
{
position:relative;
z-index:24;
}

a.FAQButton:hover{z-index:25;}

a.FAQButton span{display:none;}

a.FAQButton:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:0em; 
    white-space:nowrap;
    border:1px solid #c9d4a1;
    background-color:#f2f4e4; 
    color:#000000;
    text-align: center;
    font-weight:normal;
    line-height:18px;
    padding:2px 2px 2px 2px;
  
    }
    
    
.TopicTitle
    {
    font-size:16px;
    line-height:18px;
    font-weight:bolder;
    }
.FAQ_QuestionAnswerWrapper
/*wrap around the subject and nested answer div*/
{
    margin-left:15px;
    margin-top:15px;
    }
.FAQ_QuestionLabel
/*in case you want to hide the "A:" */
{
	FONT-SIZE: 20px; 
	COLOR: #000000;
	FONT-STYLE: italic; 
	FONT-FAMILY: Georgia;
	}
	
.FAQ_Question, .FAQ_Question A:link, .FAQ_Question A:visited
{
	FONT-SIZE: 16px; 
	COLOR: #005387; 
	FONT-STYLE: italic; 
	FONT-FAMILY: Georgia;
}

.FAQ_AnswerDiv
/*wrap around the answer do the show/hide button/javascript function can control what is inside this div*/
{
    margin-top:15px;
}


.FAQ_AnswerDiv .FAQ_AnswerLabel
/*in case you want to hide the "A:" */
{
	FONT-SIZE: 20px; 
	COLOR: #000000;
	 FONT-STYLE: italic; 
	 FONT-FAMILY: Georgia;
}
.FAQ_Answer
{
	Font-Family: "Arial,Helvetica";
    COLOR:#000000;
    FONT-SIZE: 13px;
    Font-Weight:normal;
    Padding-left:15px;
    padding-top:5px;
    padding-right:30px;
}
.FAQ_Message
/*user message if no records found*/
{
    padding-left:5px;
    font-style:italic;
}

.CMN_BreadtrailNav
{
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding:2px 2px 2px 2px;
	
}
.CMN_BreadtrailNavTitle
{
	color:#333399;
	font-family:Arial,helvetica;
	margin:0px 0px 0px 0px;
	padding:2px 2px 2px 2px;
	font-size:13px;
	line-height:17px;
	
}
.CMN_BreadtrailNavLink
{
	
	font-family:Arial,helvetica;
	color:#333399;
	margin:0px 0px 0px 0px;
	padding:2px 2px 2px 2px;
	/*margin:3px -12px 3px 5px;
	padding:2px 2px 2px 4px;*/
	font-size:13px;
	line-height:17px;
	
	font-weight:normal;
}

.CMN_BreadtrailNavLink A:link, .CMN_BreadtrailNavLink A:visited
{
    font-size:13px;
    text-decoration:none;
    
}
.CMN_BreadtrailNavLink A:hover  
{
    color:#666666;
	font-weight:bolder;
	text-decoration: none;;
	background-color:#efefef;
}

.CMN_ChildListWrapper
{
    margin-left:15px;
}
.CMN_ChildList, .CMN_SiblingList
{
	font-family:Arial,helvetica;
	color:#333399;
	margin:3px -12px 3px 5px;
	padding:2px 2px 2px 4px;
	font-size:13px;
	line-height:17px;
}
.CMN_ChildList_Selected
{
    background-color:#efefef;
}
.CMN_ChildList A:link, .CMN_ChildList A:visited, .CMN_SiblingList A:link, .CMN_SiblingList A:visited
{
	text-decoration:none;
}
.CMN_ChildList A:hover
{
    color:#666666;
	font-weight:bolder;
	text-decoration: none;;
	background-color:#efefef;
}

P.ForumNavigation
{
padding:0px 0px 0px 0px;
text-align:left;
line-height:18px;
font-size:10px;
margin-bottom:0px;
margin-top:25px;
margin-left:15px;
border:solid 0px #000000;

}

.ForumNavigation A
{
background-color:#FFFFFF;
padding-top:5px;
padding-left:5px;
padding-bottom:5px;
padding-right:5px;
}

A.BreadCrumbFinal
{
background-color:#57519e;
color:#FFFFFF;

}

.SearchDiscussions
{
	margin-top:55px;
	float:right;
}


a.DeletePost
{
background-image: url(/Forums/site/images/DeleteIcon.gif);
background-repeat:no-repeat;
background-color:transparent;
border:0px;
height:16px;
width:16px;
margin-left:5px;
cursor:pointer;
display:block;
float:left;
}

a.EditPost
{
background-image: url(/Forums/site/images/EditPost.gif);
background-repeat:no-repeat;
background-color:transparent;
border:0px;
height:16px;
width:16px;
margin-left:5px;
cursor:pointer;
display:block;
float:left;
}

a.DeleteTopic
{
background-image: url(/Forums/site/images/DeleteIcon.gif);
background-repeat:no-repeat;
background-color:transparent;
border:0px;
height:16px;
width:16px;
margin-left:5px;
cursor:pointer;
display:block;
float:left;
}

a.EditTopic
{
background-image: url(/Forums/site/images/EditIcon.gif);
background-repeat:no-repeat;
background-color:transparent;
border:0px;
height:16px;
width:16px;
margin-left:5px;
cursor:pointer;
display:block;
float:left;
}


a.DeleteForum
{
background-image: url(/Forums/site/images/DeleteDiscussion.gif);
background-repeat:no-repeat;
background-color:transparent;
border:0px;
height:18px;
width:21px;
margin-left:5px;
cursor:pointer;
display:block;
float:left;
}

a.EditForum
{
background-image: url(/Forums/site/images/EditDiscussion.gif);
background-repeat:no-repeat;
background-color:transparent;
border:0px;
height:18px;
width:18px;
margin-left:5px;
cursor:pointer;
display:block;
float:left;
}

a.DeleteDiscussion
{
background-image: url(/Forums/site/images/PurgeIcon.gif);
background-repeat:no-repeat;
background-color:transparent;
border:0px;
height:21px;
width:21px;
margin-left:5px;
cursor:pointer;
display:block;
float:left;
}


a.AddDiscussion
{
background-image: url(/Forums/site/images/AddTopic.gif);
background-repeat:no-repeat;
background-color:transparent;
border:0px;
height:21px;
width:18px;
margin-left:5px;
cursor:pointer;
display:block;
float:left;
}

a.AddThread
{
background-image: url(/Forums/site/images/AddThread.gif);
background-repeat:no-repeat;
background-color:transparent;
border:0px;
height:24px;
width:24px;
cursor:pointer;
margin-top:10px;
float:right;
margin-right:20px;

}

a.ForumButton
{
position:relative;
z-index:24;
}

a.ForumButton:hover{z-index:25;}

a.ForumButton span{display:none}

a.ForumButton:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:0em; 
    white-space:nowrap;
    border:1px solid #c9d4a1;
    background-color:#f2f4e4; color:#000000;
    text-align: center;
    font-weight:normal;
    line-height:18px;
    padding:2px 2px 2px 2px;
    
    }


a.AddTopic
{
background-image: url(/Forums/site/images/AddTopic.gif);
background-repeat:no-repeat;
background-color:transparent;
border:0px;
height:21px;
width:18px;
cursor:pointer;
margin-top:10px;
float:right;
margin-right:20px;
position:relative;
z-index:24;
}



.ForumGroupTable
{
margin-top:10px;
width:960px;
margin-left:15px;
margin-right:15px;
background-color:#ebf3d0;
border-left:solid 15px #ebf3d0;
border-right:solid 15px #ebf3d0;
}

#DiscussionTopics
{
clear:both;
}

.ForumGroupRow
{
	background-color:#FFFFFF;
	
}

.ForumGroupRow TD
{
	white-space:nowrap;
	padding: 2px 2px 2px 2px;
	height:24px;
}

.ForumGroupRowAlternate TD
{
	white-space:nowrap;
	padding: 2px 2px 2px 2px;
	height:24px;

}



A.TopicGroup
{
	font-family:Arial,helvtica;
	font-size:13px;
	color:#666666;
	padding-left:0px;
	float:left;
}


.ForumDescription
{
float:left;
clear:both;
}

.EditTable
{
clear:both;
margin-left:40px;
width:800px;
}

.EditTable TH
{
	padding-bottom:20px;
	font-family:Arial,helvetica;
	font-size:16px;
	font-weight:bold;
	color:#015488;
	text-decoration:none;
	text-align:left;
	
	
}


.ForumName
{
	font-style:italic;
	color:#cddd9f;


}


label
{
clear:both;
float:left;
margin-top:10px;
line-height:24px;
white-space:nowrap;
}

.NameText
{
width:600px;
clear:right;
float:left;
}
.DescriptionText
{
width:600px;
clear:right;
float:left;
height:200px;
}


.ForumRow
{
padding-left:100px;
}

.SaveButton
{
clear:both;
margin-top:20px;
}