﻿/********************************
* Tag styles
*********************************/

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #b0b0b0; /*url(../images/triacom_dark.jpg) no-repeat;  /* background watermark */
	color: #000000;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input
{
	background-position: left top;
	background-repeat: no-repeat;
}

img
{
	border-width: 0;
}

a:link, a:active, a:visited
{
	color: #800000;
}

a:hover
{
	color: #CC0000;
}

a.Extl
{
	background: transparent url(../images/external_link.png) no-repeat scroll right center;
	padding-right: 13px;
}

/*****************************************
* Special Styles for modal Masking Layer *
*****************************************/
#mask {
	z-index: 999;
	background-color: rgb(128,128,128, 0.25);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}

#modal {
	background: transparent url(../images/modal_background.png) repeat 0 0;
	position: fixed;
	height: 100%;
	width: 100%;
	opacity: 1;
	left: 0;
	top: 0;
}

/**************************************
* Styles for different simple Widgets
**************************************/

/* ToolTipClass */
.tt
{
	position: fixed;
	visibility: hidden;
	z-index: 1000;
	background-color: InfoBackground;
	color: InfoText;
	border: 1px solid black;
	font-size: 10px;
	padding: 5px;
}

/* ApplicationHeader */
.apphdr
{
	font-weight: bold;
	background-color: White;
}

/* Default System Button */
.btn
{
	background-color: Transparent;
	border: 0 none;
	cursor: pointer;
	margin: 0 5px 0 0;	
	overflow: visible;
	padding: 0 0 0 3px;
	text-align: center;
	white-space: nowrap;
	width: auto;
	height: 26px;
}

.btnDa
{
	background-color: Transparent;
	border: 0 none;
	cursor: default;
	margin: 0 5px 0 0;	
	overflow: visible;
	padding: 0 0 0 3px;
	text-align: center;
	white-space: nowrap;
	width: auto;
	height: 26px;
}

.btn span
{
	color: White;	
	display: block;
	margin: 0;
	padding: 0 10px 0 0;
	background: transparent url(../images/button_bg.png) no-repeat scroll 0 0;
	background-position: right -23px;
}

.btnDa span
{
	color: White;	
	display: block;
	margin: 0;
	padding: 0 10px 0 0;
	background: transparent url(../images/button_bg.png) no-repeat scroll 0 0;
	background-position: right 0px;
}


.btn em
{
	background: transparent url(../images/button_bg.png) no-repeat scroll 0 0;
	background-position: 0px -23px;
	color: White;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 23px;
	margin: 0 0 0 -3px;
	padding: 0 0 0 10px;
}

 .btnDa em
 {
	background: transparent url(../images/button_bg.png) no-repeat scroll 0 0;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 23px;
	margin: 0 0 0 -3px;
	padding: 0 0 0 10px;
	background-position: 0px 0px;
	color: gray;
 }


/* Label Styles */
.lbl
{
	text-align: left;
}

.lblBld
{
	font-weight: bold;
}

/* A TextButton (a simple Link) */
a.txtbtn
{
	margin-right: 2px;
	margin-left: 2px;
	font-weight: bold;
	text-decoration: none;
	color: #004869;
}

a:hover.txtbtn 
{
	text-decoration: underline;
}

.rbg
{
	font-size: 12px;
}

/* static text style */
.stxt
{
}

p.Stc
{
	padding: 5px;
}

.scrb
{
	background-color: #F0F0F0;
}
.panl
{
	background-color: #F0F0F0;
	/*	padding: 4px; */ /* dont use padding/margin here, because it will bust positioning of inner elements */
}

/* Specialized panels for toolbars */
.panl.tbbgsml
{
	background: url(../images/nav_bg.png) repeat-x;
	background-color: transparent;
}

.panl.tbbgbig
{
	background: url(../images/nav_bg.png) repeat-x;
	background-color: transparent;
}

/* Element spacing for Navigator Widget */
.navtbl
{
	background-color: Transparent;
}

.navtbl * table
{
	padding-top: 4px;
}

.navtbl * td
{
	vertical-align: middle;
	padding: 2px 1px 0 2px;
}

/********************************
* Title Bar
*********************************/
.ttlbr
{
	background: transparent url(../images/title_bar_bg.png) repeat-x;
}

.ttbcll
{
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	color: white;
}

/********************************
* Group Bar
*********************************/
.grpbr
{
	background: transparent url(../images/grid_infobar_bg.png) repeat-x bottom;
}

.grpbcll
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	vertical-align: bottom;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

.nopad
{
	height: 18px !important
}


/********************************
* Form/Dialog styles
*********************************/

.frm
{
	position: absolute;
	border: 3px double #404040;
	background-color: #808080;
	margin: 0px;
	padding: 0px;
/*	filter: DropShadow(color=Black, offx=3, offy=3);*/
}

.frmh
{
	position: relative;
	height: 20px;
	background: #e0e0e0 url(../images/dlg_header_bg.png) repeat-x;
	vertical-align: middle;
	border-bottom: solid 1px #404040;
	margin: 0px;
	padding: 0px;
}

.frmhtxt
{
	position: absolute;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin: 2px;
	overflow: hidden;
	white-space: nowrap;
}

.hasico
{
	left: 22px;
}

.frmhico
{
	position: absolute;
	text-align: left;
	height: 20;
	width: 16px;
	vertical-align: middle;
	margin-top: 2px;
	margin-left: 2px;
}

.frmhbc
{
	position: absolute;
	text-align: right;
	right: 3px;
	margin-top: 2px;
	vertical-align: middle;
	width: 14px;
}

.frmhbc .clsbtn
{
	background: transparent url(../images/dlg_close.png) no-repeat 0px 0px;
	height: 14px;
	width: 14px;
}

.frmhbc a:hover .clsbtn
{
	background: transparent url(../images/dlg_close.png) no-repeat 0px -28px;
}

.frmhbc .clsbtnDa
{
	background: transparent url(../images/dlg_close.png) no-repeat 0px -14px;
	cursor: default;
}


/********************************
* TextBox styles
*********************************/

/* Single line TextBox Styles */

.txtbox input
{
	border: solid 1px grey;
	background-color: #e7f7ff;
	height:16px;
	padding: 1px;	
	width: 100%;
}

.txtbox input.Mand
{
	background-color: #80d7ff;
}

.txtbox input.Ro
{
	background-color: #acbabf;
}

.txtbox input.MandRo
{
	background-color: #60a1bf;
}

/* multi line TextBox Styles */
.txtbox textarea
{
	border: solid 1px grey;
	background-color: #e7f7ff;
	width: 100%;
}

.txtbox textarea.Ro
{
	background-color: #acbabf;
}

.txtbox textarea.Mand
{
	background-color: #80d7ff;
}

.txtbox textarea.MandRo
{
	background-color: #60a1bf;
}

.txtbox.nonprp textarea
{
	font-family: Courier New;
}

/*********************************
 * Numeric TextBox Styles        *
 *********************************/
.numtb input
{
	border: solid 1px grey;
	background-color: #e7f7ff;
	width: 100%;
	height:16px;
	padding: 1px;
	text-align: right;
}

.numtblleft input 
{
    border: solid 1px grey;
    background-color: #e7f7ff;
    width: 100%;
    height: 16px;
    padding: 1px;
    text-align: left;
}

.numtb.Pln input
{
	border: solid 1px grey;
	background-color: #e7f7ff; /*white*/
	height:16px;
	padding: 1px;
	width: 100%;
	text-align: right;
}

.numtb input.Ro
{
	background-color: #acbabf;
}

.numtb input.Mand
{
	background-color: #80d7ff;
}

.numtb input.MandRo
{
	background-color: #60a1bf;
}

/*********************************
 * ComboBox Styles               *
 *********************************/
.cmbbox select
{
	padding: 0px;
	border: solid 1px grey;
	background-color: #e7f7ff;
	height: 20px;
	width: 100%;
}

.cmbbox.Pln select
{
	padding: 0px;
	border: solid 1px grey;
	background-color: #e7f7ff; /*white*/
	height: 20px;
	width: 100%;
}

.cmbbox option
{
	color: #000000;
	background-color: #e7f7ff; /*white*/
}

.cmbbox select.Ro
{
	background-color: #acbabf;
	color: #000000;
}

.cmbbox select.Mand
{
	background-color: #80d7ff;
}

.cmbbox select.MandRo
{
	background-color: #60a1bf;
	color: #000000;
}

/*********************************
 *  CheckBox Styles              *
 *********************************/
.chkbox
{
	vertical-align: middle;
	height: 20px;
	margin-top: 1px;
	margin-left: -4px;
}

/*
.chkbox input
{
	background-color: #e7f7ff;	
}

.chkbox input.Ro
{
	background-color: #acbabf;	
	color: Black;
}
*/



/*********************************
 * SidEdit Styles                *
 *********************************/

/* Textbox positioning */
.sedt .txtbox
{
	position: relative;
}


/*********************************
 * FkEdit Styles                 *
 *********************************/

/* Textbox positioning */

.fkedt .txtbox
{
	position: relative;
}

.fkedt .txtbox input
{
	color: #505050;
}


/*********************************
 * TagEdit Styles                *
 *********************************/

/* Textbox positioning */

.tgedt .txtbox
{
	position: relative;
}


/*********************************
 * Grid Styles                   *
 *********************************/

.grd
{
}

.grd table
{
	table-layout: fixed;
}

.grd tbody.gch
{
}

.grd tbody.gch tr td
{
	color: #000000;
	background: transparent url(../images/grid_colhdr_bg.png) repeat-x 0 0;
	font-size: 10px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	padding: 3px 5px;
}

.grd tbody.gsr tr td
{
	padding: 0px;
}

.grd tbody.gch tr td a
{
	color: #000000;
	text-decoration: none;
}

.grd tbody.gch tr td a:hover
{
	text-decoration: underline;
}

.grd tbody.gch tr td a.sasc
{
	background: transparent url(../images/grid_sort_up.gif) no-repeat scroll left center;
	padding-left: 13px;
}

.grd tbody.gch tr td a.sdesc
{
	background: transparent url(../images/grid_sort_down.gif) no-repeat scroll left center;
	padding-left: 13px;
}

.grd tbody.gch tr td a.msnone
{
	background: transparent url(../images/grid_sort_none.gif) no-repeat scroll left center;
	margin-left: -1px;
	padding-right: 13px;
}

.grd tbody.gch tr td a.msasc
{
	background: transparent url(../images/grid_sort_up.gif) no-repeat scroll left center;
	padding-left: 0px;
}

.grd tbody.gch tr td a.msdesc
{
	background: transparent url(../images/grid_sort_down.gif) no-repeat scroll left center;
	padding-left: 0px;
}



.grd tr
{
	display: table-row;
}

.grd tr.Sel
{
	background-color: #383838 !important;
	color: #FFFFFF !important;
}

.grd tbody.gbdy tr.even
{
	background-color: #e8e8e8;
	color: #000000;
}

.grd tbody.gbdy tr.odd
{
	background-color: #d8d8d8;
	color: #000000;
}

.grd tbody.gbdy tr td
{
	overflow: hidden;
	padding: 3px 5px;
	display: table-cell;
	text-align: left;
	vertical-align: top;
	color: inherit;
	border-top: #909090 1px solid;
}

.grd tbody.gbdy tr td a
{
	color: #000000;
	text-decoration: none;
}

.grd tbody.gbdy tr td a:hover
{
	text-decoration: underline;
}

.grd tr.Sel td a
{
	color: #FFFFFF !important;
}

.grd tbody.gbdy tr td.gmc
{
	padding: 3px 0px;
}

.grd tbody.gbdy tr.even td
{
}

.grd tbody.gbdy tr.odd td
{
}

.tgrh 
{
	background: transparent url(../images/grid_infobar_bg.png) repeat-x 0 0;
}

.tgrh tbody tr td
{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
}


/*********************************
 * LogListBox Styles             *
 *********************************/
.grd.llb
{
}

.grd.llb table
{
	table-layout: fixed;
}

.grd.llb tbody.gch
{
}

.grd.llb tbody.gch tr td
{
	color: #000000;
	background: transparent url(../images/nav_bg.png) repeat-x 0 0;
	font-size: 10px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	padding: 3px 5px;
}

.grd.llb tbody.gsr tr td
{
	padding: 0px;
}

.grd.llb tbody.gch tr td a
{
	color: #000000;
	text-decoration: none;
}

.grd.llb tbody.gch tr td a:hover
{
	text-decoration: underline;
}

.grd.llb tr
{
	display: table-row;
}

.grd.llb tr.Sel
{
	background-color: #808090 !important;
	color: #FFFFFF !important;
}

.grd.llb tbody.gbdy tr.even
{
	background-color: #FFFFFF;
	color: #000000;
}

.grd.llb tbody.gbdy tr.odd
{
	background-color: #FFFFFF;
	color: #000000;
}

.grd.llb tbody.gbdy tr td
{
	overflow: hidden;
	padding: 3px 5px;
	display: table-cell;
	text-align: left;
	vertical-align: top;
	color: inherit;
	border-top: dotted 1px #e0e0e0;
}

.grd.llb tbody.gbdy tr td.gmc
{
	padding: 3px 0px;
}

.grd.llb tbody.gbdy tr.even td
{
}

.grd.llb tbody.gbdy tr.odd td
{
}

/*********************************
 * TabControl/Page Styles        *
 *********************************/
div.tc
{
	position: relative;
	background-color: #f0f0f0;	
}

div.tc > ul
{
	width: 100%;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	background-color: #f0f0f0; 
}

div.tc > ul > li
{
	margin: 0px;
	background: transparent url(../images/tab_bg.png) repeat-x scroll 0px 3px;
	border-top-color: #606060;
	border-left-color: #909090;
	border-bottom-color: #606060;
	border-right-color: #606060;
	border-style: solid;
	border-width: 1px;
	float: left;
	height: 16px;
	padding: 2px;
	position: relative;
	left: 6px;
	top: 5px;
	text-align: center;
}

div.tc > ul > li > button
{
	color: #004869;
	text-decoration:none;
	margin-left: 4px;
	margin-right: 4px;		
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
}

div.tc > ul > li > button:hover
{
	text-decoration:underline;
}

div.tc > ul > li.tcsel
{
	color: #000000;
	background-color: #ffffff;
	background-image: none;
	background-position: 0 -50px;
	border-top-color: #00A5F0;
	border-left-color: #606060;
	border-bottom-color: #F0F0F0;
	border-right-color: #606060;
	border-style: solid ridge solid solid;
	border-top-width: 2px;
	border-left-width:  1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	font-weight: bold;
	height: 19px;
	left: 6px;
	top: 1px;
	padding-left: 4px;
	padding-right: 4px;
}

div.tc > ul > li.tcwide
{
	top:0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

div.tc > ul > li.tcsel.tcwide
{
	border-top-width: 1px;
	border-top-color: #F0F0F0;
	height: 16px;
	padding: 2px;
	position: relative;
	left: 6px;
	top:0px;
	font-weight: normal;
	text-decoration: underline;
}

div.tc > ul > li.tcfrst
{
}

div.tc > ul > li.tclst
{
	border-right: solid 1px #909090;
}

div.tc > ul > li.tcph
{
	border-bottom: solid 1px #909090;
}

div.tcp
{
	position: relative !important;
	left: 0px;
	border: solid 1px #909090;
	z-index: 1;
	margin-top: 4px;
}


/*********************************
 * ListBox Styles                *
 *********************************/
 
.lstbox select
{
	padding: 0px;
	border: solid 1px #808080;
}

.lstbox option
{
	color: #000000;
}

.lstbox select > option
{
	background-color: #e7f7ff;
}

.lstbox select.Ro > option
{
	background-color: #acbabf;
}

.lstbox.Pln select > option
{
	background-color: #FFFFFF;
}

.lstbox.Pln select.Ro > option
{
	background-color: #808080;
}


/*********************************
 * MatrixBlock Styles            *
 *********************************/
.mtxblk
{
	position: relative;
}

.mtxblk select
{
	padding: 0px;
	border: solid 1px grey;	
}

.mtxblk option
{
	color: #000000;
}

.mtxblk select > option
{
	background-color: #e7f7ff;
}

.mtxblk select.Ro > option
{
	background-color: #acbabf;
}

.mtxblk.Pln select > option
{
	background-color: #FFFFFF;
}

.mtxblk.Pln select.Ro > option
{
	background-color: #808080;
}



/***********************************
 * TreeView/TreeNode Styles        *
 ***********************************/

.tv
{
	position: relative;
	border: 0;
	margin: 0;
	padding: 2px;
}

.tvnf
{
	position: relative;
	height: 16px;
}

.tvnf > .tvn
{
	position: absolute;
	top: 0px;
}

.tvnf > .tvnli
{
	position: absolute;
	top: 0px;
	width: 16px;
	height: 16px;
	background: url(../images/tv_nodes.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.tvnf > .tvnbi
{
	position: absolute;
	top: 0px;
	width: 16px;
	height: 16px;
	background: url(../images/tv_nodes.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.tvnf > .tvn > .tvni
{
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 16px;
	height: 16px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.tvnf > .tvn > .tvnt
{
	position: relative;
	top: 0px; 
	margin-left: 16px;
	padding-left: 2px;
	white-space: nowrap;
	/*z-index: -1;*/
	cursor: pointer;
}

.tvnf > .tvn > .tvnts
{
	position: relative;
	top: 0px; 
	margin-left: 16px;
	padding-left: 2px;
	white-space: nowrap;
	background-color: #C0C0C0;
	/*z-index: -1;*/
	cursor: pointer;
}

.tvnf > .tvncf
{
	position: relative;
}

.tvn.disabled
{
	color: #808080;
	font-style: italic;
}

.tvn.marked > .tvnt
{
	background-color: #008080;
}


/***********************************
 * MessageBox Styles               *
 ***********************************/

.mbicn
{
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(../images/mb_icons.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	left: 10px;
	top: 10px;
	float: left;
}

.mbsb
{
	position: relative;
	margin: 5px 5px 5px 47px;
	padding: 5px;
}			

/***********************************
 * ProgressBar Styles              *
 ***********************************/

.pgrb
{
	position: relative;
	height: 20;
}

.pgrb span
{
	height: 20px;
	top: 0px;
}

.pgrb .pb_lc
{
	left: 0px;
	width: 2px;
	position:absolute;
	background: transparent url(../images/progress_bar_left_cap.png) no-repeat;
}

.pgrb .pb_rc
{
	width: 2px;
	position:absolute;
	background: transparent url(../images/progress_bar_right_cap.png) no-repeat;
}

.pgrb .pb_fp
{
	left: 2px;
	position:absolute;
	background: transparent url(../images/progress_bar_filled.png) repeat-x;	
}

.pgrb .pb_ep
{
	position:absolute;
	background: transparent url(../images/progress_bar_empty.png) repeat-x;	
}

.pgrb .pb_txt
{
	position:absolute;
	left: 0px;
	top: 2px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;	
	padding-left: 10px;
}

/***********************************
 * File Upload                     *
 ***********************************/


.fuwdg
{
	position: relative;
}

.fuwdg input.fuos
{
	-moz-opacity: 0.0; 
	Filter:Alpha(opacity=0);
	font-size: 45pt; 	
	left: 0px; 
	top: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute; 
	/*display: none;*/
	height: 20px;
	z-index: 2;
}

/***********************************
 * Selection Styles                *
 ***********************************/
.slct
{
	border: solid 1px #000000;
}

/***********************************
 * TableLayout Styles                *
 ***********************************/
.tbllo
{
}

.tblloc
{
	position: relative;
	vertical-align: middle;
}

.tbllolc
{
	vertical-align: top;
	padding-top: 4px;
}

/*********************************
 * DateTimePicker Styles         *
 *********************************/
.dtpick
{
	vertical-align: middle;
}

.dtpStrp
{
}

.dtpSw
{
}

.dtpNs
{
}

/***********************************
 * DateTimePicker Popup            *
 ***********************************/
table.dtpPop 
{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	width:12em;
}

.dtpPop thead 
{
	font-weight:bold;
}

.dtpPop th 
{
	border-bottom:1px solid #CCCCCC;
}

.dtpPop tbody 
{
	text-align:right;
}

.dtpPop a 
{
	color:#000000;
	display:block;
	padding:2px;
	text-decoration: none;
}

.dtpPop tbody a:hover 
{
	background:#FFFFCC none repeat scroll 0 0;
}

.dtpPop .current 
{
	background:#EEEEFF none repeat scroll 0 0;
	font-weight:bold;
}

.dtpPop .today 
{
	font-weight:bold;
}


/*********************************
 * HeaderBar Styles              *
 *********************************/
.hdrBr
{
	background: transparent url(../images/header_bar_bg.png) repeat-x;
}

.hdrLgCll
{
	text-align: left;
	vertical-align: middle;
}

.hdrBrUsrCll
{
	text-align: center;
	vertical-align: top;
}

.hdrBrBtnsCll
{
	text-align: center;
	vertical-align: middle;
}


/*********************************
 * Explorer Styles               *
 *********************************/

.expTrCll
{
	vertical-align:top;
}

.expCntCll
{
	vertical-align:top;
}


/*********************************
 * Miscellaneous                 *
 *********************************/

/* These four style handle the border settings for a ButtonPanel Widget */
.TopEdge
{
	border-top: ridge 2px grey;
}

.BottomEdge
{
	border-bottom: groove 2px grey;
}

.LeftEdge
{
	border-left: ridge 2px grey;
}

.RightEdge
{
	border-right: groove 2px grey;
}

.splpnl
{
	overflow: hidden;
}

.mdlcntr
{
	text-align: center !important;
	vertical-align: middle !important;
}

.mdllft
{
	text-align: Left !important;
	vertical-align: middle !important;
}

td.cntsplt
{
	padding: 0px;
	background: transparent url(../images/content_splitter.png);
}

td.sldc
{
	padding: 0px;
	margin: 0px;	
}

.cntFrm
{
	border: 0 !important;
}

.gtbTxtBx
{
	margin-top: 3px;
}

#main\.strip\.tv\$cnt { margin-bottom:1.5em;}

table.infotable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

table.infotable tr:nth-child(even) {
    background-color: #aaaaaa;
}

table.infotable tr:nth-child(odd) {
    background-color: #eeeeee;
}

table.infotable td:nth-child(even) {
    background-color: #cccccc;
}

table.infotable tr:nth-child(odd) td:nth-child(even) {
    background-color: #dddddd;
}

table.infotable tr td {
    padding: 3px 6px;
}

.infotable .missing {
	display: inline-block;
	color: #ce1100;
	font-size: 130%
}
