@charset "UTF-8";

/**********************************************************************************************

	Title: 	NUCLEUS IAEA.ORG RESET-FONTS-GRIDS.CSS
	Author: Holger Schlaminger
	Date: 	March 2011

***********************************************************************************************/

/* RESET
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0px; padding:0px; border:0px; font-size:100%; vertical-align:baseline; background:transparent; }
body { line-height:1; }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,q:before, q:after { content:''; content:none; }
:focus { outline:0px; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse; border-spacing:0px; }

/* FONTS
----------------------------------------------------------------------------------------------------*/
body, table, pre { font:12px/18px "Lucida Grande","Lucida Sans Unicode","Lucida Sans", Verdana, Helvetica, Arial, sans-serif; color: #575757; }
form, input, select, textarea, label, fieldset, legend { font-family: Arial, Helvetica, sans-serif; font-size: inherit; font-weight: inherit; color: #333333; }

/* GRID
----------------------------------------------------------------------------------------------------*/
.container-16 { margin-left:auto; margin-right:auto; width:960px; } 
.container-16:after {clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0;}
.container-16 { display: inline-block; }
.container-16 { display: block; }

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, 
.grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, 
.grid-16 { display:inline; float:left; position:relative; margin:0px 10px; }

.alpha { margin-left:0px; } 
.omega { margin-right:0px; }

.container-16 .grid-1 { width:40px;} 
.container-16 .grid-2 { width:100px;} 
.container-16 .grid-3 { width:160px;} 
.container-16 .grid-4 { width:220px;} 
.container-16 .grid-5 { width:280px;} 
.container-16 .grid-6 { width:340px;} 
.container-16 .grid-7 { width:400px;} 
.container-16 .grid-8 { width:460px;} 
.container-16 .grid-9 { width:520px;} 
.container-16 .grid-10 { width:580px;} 
.container-16 .grid-11 { width:640px;} 
.container-16 .grid-12 { width:700px;} 
.container-16 .grid-13 { width:760px;} 
.container-16 .grid-14 { width:820px;} 
.container-16 .grid-15 { width:880px;} 
.container-16 .grid-16 { width:940px;}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; }
