/* --- Travel Advices web screen presentation --- */

/* overrides of site & zwiki common styles */

#topicNavBar {
    color: #000000 ;
}

#pageTitle * {
    vertical-align: middle;
}

#currentDate {
    text-align: right ;
    margin-left: 1em;
    margin-right: 1em;
    
}
#issuedDate, #lastModifiedDate {
    text-align: center ;
    margin-left: 1em;
    margin-right: 1em;
}

/* additions - specific to this web */


#events table th.titleCol {
	xwidth:	43%;
}
#events table th.issueDateCol {
	width:	15%;
}
#events table th.regionCol {
	width:	19%;
}
#events table th.countryCol {
	width:	24%;
}

#mainbody th.issueDateCol {
    cursor : s-resize;
}
#mainbody th.titleCol {
    cursor : s-resize;
}


/* for alt text display ... */
img {
    font: 50% verdana, lucida,  sans-serif;
}



