/*****************************************************
TTT Forum style sheet - Updated on Aug,23,2004 
*****************************************************/
.TTTContainer
{
	background-color: white; 
	/**border: 1px white solid;**/	
}
TD.TTTBorder, .TTTBorder
{		
	padding: 0px; 
	border: 1px #cccccc solid;
	background-color: Transparent;	
}

TD.TTTSubBorder, .TTTSubBorder
{	
}

.TTTSubTable
{
	padding: 1px; 	
}

.TTTHeader, .TTTHeaderText, A.TTTHeaderText:link, A.TTTHeaderText:visited, A.TTTHeaderText:active
{
	font-weight: bold;
	font-size: 11px;
	color: #993333;
	font-family: Tahoma;
	text-decoration: none;
}

A.TTTHeaderText:hover
{
	color: #ff9900;
	text-decoration: none;
}

TD.TTTHeaderCapLeft, .TTTHeaderCapLeft  
{
	background: url('header_cap_left.gif') no-repeat bottom right;	
	width: 15px; 
	padding: 0;
}

TD.TTTHeader, .TTTHeader 
{
	vertical-align: middle; 	
}

TD.TTTHeaderCapRight, .TTTHeaderCapRight  
{
	background: url('header_cap_right.gif') no-repeat bottom left;	
	width: 15px; 
	padding: 0;
}

.TTTAltHeader, .TTTAltHeaderText, A.TTTAltHeaderText:link, A.TTTAltHeaderText:visited, A.TTTAltHeaderText:active
{	
	font-weight: bold;
	font-size: 11px;	
	color: #777777;	
	font-family: Tahoma;
	text-decoration: none;
}

A.TTTAltHeaderText:hover, button.TTTAltHeaderText:hover
{
	color: #993333;
	text-decoration: none;
}

TD.TTTAltHeader
{	
	background: url('alt_header_bg.gif') repeat-x bottom;		
	padding-left:2px; padding-right:2px; padding-top:4px; padding-bottom:10px;
}

TD.TTTAltHeaderCapRight, TD.TTTAltHeaderCapLeft  
{	
}

TD.TTTBodyCapLeft
{
	width: 15px;	
}

TD.TTTLeftBodyImage
{
	width: 32px;	
}

TD.TTTBodyCapRight
{
	width: 15px;	
}

TD.TTTSubHeader, .TTTSubHeader
{
	background-color: #ececec;
}

.TTTSubHeader
{
	font-weight: bold;
	font-size: 11px;	
	color: #4455aa;
	font-family: Tahoma;
}

TD.TTTSubHeaderImage
{		
	background-color: White; 
	background: url('TTT_SubHeader_Image.jpg');
	background-repeat: repeat-y
}

TD.TTTRowCapLeft
{
	width: 15px;
}

TD.TTTRowImage
{
	width: 22px;
	vertical-align: top; 
	border-right: #999999 1px solid;
	border-top: white 1px solid;	
	border-left: white 1px solid;
	border-bottom: #999999 1px solid;	
	background-color: #ececec;
	padding-left:5px; padding-top:3px; padding-bottom:0;
}

TD.TTTFooter, .TTTFooter
{
	background:  url(images/hline.jpg) #ececec repeat-x bottom;
}

.TTTFooterText
{
	font-weight: bold;
	font-size: 11px;
	color: #999999;
	font-family: Tahoma;
	letter-spacing: 1px;			
}

TD.TTTBody, .TTTBody
{
	background-color:  #dfdfdf;
}

.TTTRow
{	
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #777777;
}

TD.TTTRow
{
	background-color: white;  
	padding-left:5px;
}

.TTTBody
{	
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
}

TD.TTTBody
{	 
	padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px;
}


.TTTRowHighLight
{	
	color: #777777;	
	font-weight: normal;
	font-size: 11px;	
	font-family: Tahoma;	
}

TD.TTTRowHighlight
{			
	background-color: #efefef;
	padding-left: 5px; padding-right: 5px; padding-top: 3px; padding-bottom: 3px;
}

TD.TTTRowCapRight
{
	width: 15px;
}

.TTTRowHeader
{
	color: #003366;		
	font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;	
}

TD.TTTRowHeader
{
	border-right: #999999 1px solid;
	border-top: white 1px solid;	
	border-left: white 1px solid;
	border-bottom: #999999 1px solid;	
	background-color: #ececec;
	width: 32px;		
}

TD.TTTRowPanel
{
	border-right: #999999 1px solid;
	border-top: white 1px solid;
	font-weight: normal;
	font-size: 11px;
	border-left: white 1px solid;
	border-bottom: #999999 1px solid;
	font-family: Tahoma;
	background-color: #ececec;			
}

TD.TTTListCell
{
	background-color: White;
	border-style: solid;
	border-color:#6699cc;
	border-width:1px 1px 1px;
	font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;    
}

.TTTQuote
{
	border-top: 1px #646e95 solid; 
	border-bottom: 1px #646e95 solid; 
}

/* text style used for most text rendered by modules */
.TTTNormalTextBox
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
}

.TTTNormalBold
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: Bold;
	color: #777777;
}

.TTTNormalRed
{
	font-family: Tahoma;
	font-size: 11px;	
	color: #cc3333;
}

.TTTNormalGrey
{
	font-size: 11px;
	color: #c4c4c4;
	font-family: Tahoma;
}

.TTTNormal, A.TTTNormal:link, A.TTTNormal:visited, A.TTTNormal:active
{
	color: #555555;
	text-decoration: none;
}

A.TTTNormal:hover
{
	color: #cc3333;
	text-decoration: none;
}

/* text style for buttons and link buttons used in the portal admin pages */
a, .TTTCommandButton     {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #777777;
    font-weight: normal;
}

.TTTCommandButtonBold, .TTTCommandButtonBold.link, .TTTCommandButtonBold.visited, .TTTCommandButtonBold.active      
{
    font-family: Tahoma;     
    font-size: 11px;
    font-weight: normal;
    color: #777777;
    font-weight: bold;
    text-decoration:   none;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link, a:visited, a:active, .TTTCommandButton.link, .TTTCommandButton.visited, .TTTCommandButton.active    
{
    text-decoration:   none;
    color: #777777;
}

a:hover, .TTTCommandButton.hover    
{
    text-decoration:   none;
    color: #ff9900;
}
