﻿body { 
	padding: 0; 
	margin: 0 2 0 10 ; 
	font: 0.74em Arial, Helvetica; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}
.TruLeHeader
{
    height : 100px;
    /*background-image: url('../../Images/TruLeTopImage.png');*/
    background-repeat:repeat-x;
    background-position:right;

}
.WebPartTitle
{
	padding: 2px 0px 2px 6px;
	font-weight: bold;
	font-size: 12pt;
	font-family: georgia, serif;
	color: #a52a2a;
	font-family: georgia;
	background-color: #e6e6ce;
	height: 22px;
}
.RequiredField
{
	color:Red;
}
.GroupHeader {
  border-top:1px solid #dce3e9;
  color:#dce3e9;
  text-align:left;  
  font-weight:bold;
  font-size:12pt;
}
/* grouping button */
.Button3D
{
	background: #c3c2b3;
	color: #333;
	padding-left: 3px;
	border: solid 1px #fff;
	white-space:  nowrap;
	font-size: 11px;
}
.TopCategoryName 
{
	text-align:center;
}

.bButton
{
	height: 20px;
	border: 0px;
	background-image: url(../../Images/ButtonBg.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	font: bold 11px Arial, Verdana, Sans-serif;
	color: #666666;
	margin-left:2px;
}
.MyFontHeader
{
	color:#cc6600;
	font-family:Arial;
	font-size:14pt;
	text-align: justify;
}
.MyFont 
{
	color:#62482d;
}
.MySmallFont 
{
	color:#62482d;
	font-size:9pt;
}

.MyFontHeading1
{
	color:#663300;
	font-family:Arial;
	font-size:12pt;
	text-align: justify;
}
.IntroLink 
{
  	
}
/* New css */
.lt {
	height: 10px;
	background: #6E6E6E url(lt.gif) no-repeat;
	color: #FFF;
}

.lbox {
	color: #eee;
	padding: 3px 12px;
	margin: 0 0 15px 0;
	background: #6E6E6E url(lb.gif) no-repeat bottom left;
	height: 178px;
}

.lbox a {
	color: #FFFCD1;
	background: inherit;
}

.lbox h2 {
	color: #FFF;
	background: #6E6E6E;
}
	
	
.thumb {
	float: left;
	width: 150px;
	border: 1px solid #d4d4d4;
	color: #fff;
	background: #6e6e6e;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.thumb p { margin: 0; padding: 3px; color: #FFF; background: #6e6e6e; }
	

.component_header 
{
	padding: 2px 0px 2px 6px;
	font-weight: bold;
    font-family: georgia, serif;
    font-size: 13px;
	clear:both;
	background-color: #e6e6ce; /*#cccccc;*/
	color: #a52a2a;
}

component_header .h3
{
	font-size: 13px;
}
.component_content 
{
	padding: 5px;
	clear:both;
}
.component
{
	margin-top:0px;
	margin-bottom:5px;
	padding: 0px;
	clear:both;
	/*background-color: #e6e6ce;*/
	/*border-bottom: 0px dotted #aaaaaa;*/
	border: solid 1px #cccccc;
}
			
.image {
	float: left;
	margin: 0 9px 3px 0;
}
a {
	color: #4A8EBC; 
	background: inherit;
}

a:hover {
	color: #C3593C;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}

.loginPanelButton
{
	color:White;
}
.loginPanel
{
	color:White;
}
.userName 
{
	color:Black;
	font-weight:bold;
	font-size:10pt;
}
.submenuitem 
{
	padding-left: 5px;
	padding-bottom: 4px;
	background: #6E6E6E url(menuimg.gif);
}
.menuitem
{
	background: #6E6E6E url(menuimg.gif);
	padding-left: 2px;
	padding-bottom: 2px;
}
/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(FilledStar.png);

}

.emptyRatingStar {
    background-image: url(EmptyStar.png);
}

.savedRatingStar {
    background-image: url(SavedStar.png);
}
.commentItem 
{
	border-bottom-style:solid;
	border-bottom-width:1px;
	clear:both;
	width:100%;
	float:left;
}
.commentContent
{
	font-style:italic;	
	clear:both;
	float:left;
}
.commentAuthor 
{
	font-weight:bold;
	float:right;
	clear:both;
}
.commentDate
{
	font-style:italic;
	float:right;
	clear:both;
}
h3 
{
	border-bottom: solid 1px #62482d;
	padding-bottom:7px;
}
#mission 
{
  font-weight:bold;	
}
.strong 
{
	 font-weight:bold;	
}
.hide
{
  visibility:hidden;
}
.show
{
  visibility:visible;
}
.addTo: over
{
	font-weight:bold;
}



.imageThumnail
{	
	max-width:82px;
	max-height:82px;	
}
.imageLarge
{
	width: expression(this.width>300?"300px":this.width + "px");
	height: expression(this.height>360?"360px":this.height + "px");
	
	max-width:300px; 
	max-height:360px;
}

