﻿hr 
{ 
	height:0; 
	border-width:1px 0px 0px 0px; /* remove all borders except the top one */ 
	border-style:solid; 
	border-color:#3470B9; 
} 

/*********************************************************************
 LABEL STYLES
*********************************************************************/
.lbl
{
    font-size:12px;
}
.lbl_Title
{
    font-family: Tahoma;
    color:#0076BB;
    font-size:15px;
    font-weight:bold;
}
.lbl_AdminTitle
{
    color:#2D3D4F;
    font-size:14px;
    font-weight:bold;
}
.lbl_JobTitle
{
    color:black;
    font-size:14px;
    font-weight:bold;
}
.lbl_Preview
{
    color:gray;
    font-size:11px; 
    font-style:italic;
}
.lbl_ProductDisclaimer
{
    color:#0076BB;
    font-size:12px; 
    font-family: Tahoma;
}
/*********************************************************************
 LINKBUTTON STYLES
*********************************************************************/
.lb_Link
{
    font-size:13px;
	text-decoration:none;
	color: #EACE45;
}
.lb_Link:hover
{
    text-decoration: underline;
}
.lb_LinkType
{
    font-family: Tahoma;
    font-size:15px;
    font-weight:bold;
	text-decoration:none;
	color: #0076BB;
}
.lb_LinkType:hover
{
    text-decoration: underline;
}
.lb_DownloadType
{
    font-family: Tahoma;
    font-size:13px;
    font-weight:bold;
	text-decoration:none;
	color: #0076BB;
}
.lb_DownloadType:hover
{
    text-decoration: underline;
}
.lb_Video
{
    font-size:13px;
	text-decoration:none;
	color: blue;
}
.lb_Video:hover
{
    color: gray;
}
/*********************************************************************
 TEXTBOX STYLES
*********************************************************************/
.tb
{
    font-family: Arial,Verdana,Tahoma; /*needed for multiline textboxes*/
	font-size:12px;
}
/*********************************************************************
 DROPDOWNLIST STYLES
*********************************************************************/
.ddl
{
    font-family: Arial,Verdana,Tahoma; /*needed for multiline textboxes*/
	font-size:12px;
}
/*********************************************************************
 CHECKBOX STYLES
*********************************************************************/
.cb
{  
    font-size:12px;
    position: relative;
    top: 1px;  
}  
.cb label
{  
    position: relative;
    top: -1px;  
}  
/*********************************************************************
 TABLE STYLES
*********************************************************************/
.tbl_Module
{            
    border: solid 1px #768CA5;   
}
.tc_Left
{
    background-image:url(/Images/trust.gif); 
    background-repeat: repeat-y;
}
.tc_Label
{
    font-size:11px;
    width:90px;
    text-align:right;   
    /*vertical-align:top;*/
    padding: 3px 0px 0px 0px;
    white-space:nowrap;
}
.tc_LabelLeft
{
    font-size:11px;
    width:90px;
    text-align:left;   
    /*vertical-align:top;*/
    white-space:nowrap;
}
.tc_Title
{
    background-color:#EFF7FC;
    height:20px;
    /*text-align:left;   */
    vertical-align:middle;    
    white-space:nowrap;
}