﻿/*Global Styles*/
.CommentSignature
{
    float:right;    
}

.CommentAuthor
{
    font-weight:bold;
    color:#ef6100;
    display:inline;
}

.CommentLocation
{
    color:#6f6f6d;
    font-style:italic;
    display:inline;
}

.CommentText
{
    color:#4d4d4d;
    text-align:left;
    min-height:20px;
}


.CommentBoxContainer
{
    clear:both;
    margin-bottom:5px;
    position:relative;  
}

.CommentBox
{}

.SeparatorBox
{
    padding-left:5px;
    padding-right:5px;
}

.Separator
{
    border-bottom:solid 2px #fff;
}
/* End Global Styles*/


/*Narrow Version Styles*/
.CommentBoxContainerThin
{
  width:100%;
}


.Narrow .CommentBox
{
    width:auto;
    padding: 15px;
}

.Narrow .QuoteOpen
{
    background: url('../Images/Symbols/Testimonial_Quote_Open_Small-trans.png') no-repeat;
    background-position: top left;
}
	
.Narrow .QuoteClosed
{
    background: url('../Images/Symbols/Testimonial_Quote_Closed_Small-trans.png') no-repeat;
    background-position: right bottom;
    padding-left: 9px;
    padding-right: 5px;
}
	

.Narrow .CommentSignature
{
    float:right;
    clear:both;
    margin:7px 0px 5px 0;
}

.Narrow .CommentAuthor
{
 font-size:110%;
 color:#ef6100;
}

.Narrow .CommentLocation
{
 font-size:100%;
 padding:0 0 0 8px;
}

.Narrow .CommentText
{
 font-size:100%;
 padding:0px;
 margin: 0 10px 0 10px;
 font-style:italic;
 font-weight:bold;
}
/*End Narrow Styles*/




/*Wide Version Styles*/
.CommentBoxContainer .Wide
{
    width: 100%;
}


.Wide .CommentBox
{
    width:auto;
    padding: 15px;
}

.Wide .QuoteOpen
{
    background: url('../Images/Symbols/Testimonial_Quote_Open-trans.png') no-repeat;
    background-position: top left;
    
}
	
.Wide .QuoteClosed
{
    background: url('../Images/Symbols/Testimonial_Quote_Closed-trans.png') no-repeat;
    background-position: right bottom;
    padding-left: 9px;
    padding-right: 5px;
}
	

.Wide .CommentSignature
{
    float:right;
    position:relative;
    clear:both;
    margin:7px 0px 5px 0;
    
}

.Wide .CommentAuthor
{
 font-size:110%;
 color:#ef6100;
}

.Wide .CommentLocation
{
 font-size:100%;
 padding:0 0 0 8px;
}


.Wide .CommentText
{

 font-size:100%;
 padding:0px;
 font-style:italic;
 font-weight:bold;
 margin: 0 25px 0 25px;
}


/* End Wide Styles*/

