/* use this for the first td in column structures */

td.first {
    border: none;
} 

/* use these to define the width of table cells */
.half {
    width: 50%;
    padding: 0;
    margin: 0;
    background-image: url(/sites/DENMARK/images/mkt_vdots.gif);
    background-repeat: repeat-y;
    background-position: top left;
}

.halfnoborder {
    width: 50%;
    padding: 0;
    margin: 0;
} 
 
.third {
    width: 33%;
    padding: 0;
    margin: 0;
    background-image: url(/sites/DENMARK/images/mkt_vdots.gif);
    background-repeat: repeat-y;
    background-position: top left;
 }
 
 .thirdnoborder {
    width: 33%;
    padding: 0;
    margin: 0;
 }
 
.quarter {
    width: 25%;
    padding: 0;
    margin: 0;
    background-image: url(/sites/DENMARK/images/mkt_vdots.gif);
    background-repeat: repeat-y;
    background-position: top left;
 }
 
 th {
 	text-align:left;
 }

/* other global elements */


img.promo {
	display:block;
    margin: 7px 0 7px 0;
}   

img.graphiclink {
	display:block;
    margin: 7px 0 7px 0;
}

img.icon-sm {
	float:left;
	clear:both;
	margin: 7px 0 0 7px;
	display:inline;
	
}

div.icon-pad {
	padding:7px 7px 7px 35px;
}

div.tablespacer {
    height: 20px;
    margin: 0;
    padding: 0;
}

/* tier one components - yellow bg and headers */

div.tierone {
    background-repeat: repeat-y;
    background-position: top left;
    margin: 0 0 20px 0;
    font-family: arial, helvetica, sans-serif;
    color: #343434;
    font-size: 12px;
	background: url(/sites/DENMARK/images/mkt_sideline.gif) no-repeat left bottom;

 }

 div.tierone table {
	background: url(/sites/DENMARK/images/mkt_sideline.gif) no-repeat right bottom;
 }
 
 div.tierone td table{
	background-image:none;
 }
 
.tierone h1 {
    margin: 0;
    padding: 3px 7px;
    font-size: 14px;
    color: #FF9508;
    background-color:#FFF48B;
	border: solid #FBD256;
	border-width:0 1px 1px 1px;
 }

.tierone h4 {
    font-size:16px;
 }

 .tierone div.mtf, .tierone div.mtf-narrow {
    border: 1px solid #FCDA50;
}

 
/* end the tier one components */

/* tier 2 components - light yellow bg and yellow/blue headers */

div.tiertwo {
    background-repeat: repeat-y;
    background-position: top left;
    margin: 0 0 20px 0;
    font-family: arial, helvetica, sans-serif;
    color: #343434;
    font-size: 12px;


 }

.tiertwo h1 {
    margin: 0;
    padding: 2px 7px;
    font-size: 12px;
    color: #FF9508;
    background-color:#FEF7B1;
	border-bottom:1px solid #F9ED73;
 }
 
.tiertwo h1 a {
    color: #758797;
    text-decoration: none;
}

.tiertwo tr.plan td {
    background-color: #ffffe9;
}

.tiertwo tr.plan td.first {
    background-repeat: repeat-y;
    background-position: top left;
}

.tiertwo div.mtf, .tiertwo div.mtf-narrow {
    border: 1px solid #EFE670;
}
 
 /* tier 3 components - white bg and grey/dkgrey headers */

div.tierthree {
    background-repeat: repeat-y;
    background-position: top left;
    margin: 0 0 20px 0;
    font-family: arial, helvetica, sans-serif;
    color: #343434;
    font-size: 12px;
 }

.tierthree h1 {
   	margin: 0;
    padding: 2px 7px;
    font-size: 12px;
    color: #FF9508;
    background-color:#FFFEE9;
	border-bottom:1px solid #FDF3AB;
 }
 
.tierthree h1 a {
    color: #758797;
    text-decoration: none;
}

.tierthree div.mtf, .tierthree div.mtf-narrow {
    border: 1px solid #FAF399;
}

/*universal vertical align*/
.tierone td, .tiertwo td, .tierthree td {
	vertical-align:top;
}

/*tier zero classes*/

div.tier0-flash {
    margin: 0;
 }
 
 div.tier0-graphic {
    margin: 0;
 }
 
/* modifiers for find a meeting */

td.third div.mtf {
	float:none;
}

td.third div.mtf label, td.third div.mtf fieldset {
	display:block;
}

