/******************************************************************************************************************
 *                                                                                                                *
 *                                     XCaliber Gate Check CSS for WordPress                                      *
 *                                     -------------------------------------                                      *
 *                                                                                                                *
 *  Proprietary Program Product - Licensed Use Only                                                               *
 *  Program License: 20250629070126396                                                                            *
 *                                                                                                                *
 ******************************************************************************************************************/

/******************************************************************************************************************
 *                                              zGateCheckRept	                                                  *
 ******************************************************************************************************************/
#zGateCheckRept
{	
  	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  	border-collapse: collapse;
  	width: 100%;
}

/******************************************************************************************************************
 *                                  zGateCheckRept - table column and header                                      *
 ******************************************************************************************************************/
#zGateCheckRept td, #zGateCheckRept th
{
	border: 1px solid #ddd;
  	padding: 2px;
}

/******************************************************************************************************************
 *                                     zGateCheckRept - table row highlite                                        *
 ******************************************************************************************************************/
#zGateCheckRept tr:nth-child(even)
{
	background-color: #f2f2f2;
}

/******************************************************************************************************************
 *                                     zGateCheckRept - table header                                              *
 ******************************************************************************************************************/
#zGateCheckRept th
{
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
}

/******************************************************************************************************************
 *                                            zGateCheckWidget                                                    *
 ******************************************************************************************************************/
#zGateCheckWidget
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

/******************************************************************************************************************
 *                                     zGateCheckWidget - table column and header                                 *
 ******************************************************************************************************************/
#zGateCheckWidget td, #zGateCheckWidget th
{
  border: 1px solid #ddd;
  padding: 2px;
}

/******************************************************************************************************************
 *                                               gateCheckBlockCode                                              *
 ******************************************************************************************************************/
.gateCheckBlockCode
{
   color: blueviolet;
}

/******************************************************************************************************************
 *                                                widgetContainer                                                 *
 ******************************************************************************************************************/
.widgetContainer
{
	width: auto;
	font-size: 12px;

}

/******************************************************************************************************************
 *                                                    tagImage                                                    *
 ******************************************************************************************************************/
.tagImage
{
	display: table-cell;
	vertical-align: middle;
}

/******************************************************************************************************************
 *                                                    tagImage                                                    *
 ******************************************************************************************************************/
.xcnLogo
{
	display: table-cell;
	height: 40px;
	width: 50px;
	vertical-align: middle;
}
