/* ----------------------------------------------- 
	GLOBAL 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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, /*ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { outline: 0; }

body {
	line-height: 1;
	color: black;
	background: white;
}

/*
ol, ul { 
	list-style: none; 
}
*/

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { 
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/* ----------------------------------------------- 
	BASIC ELEMENTS
   ----------------------------------------------- */
      
/* -- Text Styles ------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	font: 12px/1.4em Helvetica, Arial, sans-serif;
}

a { 
	color: #385ea2; 
	text-decoration: none; 
}

a:hover { text-decoration: underline; }

strong { font-weight: 700; }

h1 {
	font: 28px/1em  Arial, Helvetica, sans-serif;
	padding: 60px 20px 20px;
	margin-bottom: 15px;
	color: #333;
	text-decoration: none;
}

h1 a{
	color: #fff;
	text-decoration: none;
}

h2 { 
	font-size: 22px; 
	font-weight: 300;
	padding-top: 1em;
	padding-bottom: .25em;
}


p { 
	margin-top: .25em;
	margin-bottom: .5em;
}

/*
ul { padding: 4px 5px; }

ul li { 
	padding: 4px 5px; 
	margin: 0 20px;
	list-style:square; 
}
*/

code {
	display: block;
	background:#edffb8 none repeat scroll 0%;
	border-color:#b2da3a;
	border-style:solid;
	border-width:1px 0;
	font-size: 1em;
	margin: 1em 0pt;
	overflow:auto;
	padding: 0.3em 0.4em;
	white-space:pre;
}

/*
input {
	margin:0;
	padding:0;
}
*/

/* -- Layout ------------------------------- */

#content { 
	margin-left:5px;
}

.div-navigation, .div-tagcloud {
	background-color:#F0F0F0;
	border-bottom:1px solid gray;
}

.div-tagcloud {
	padding:8px;
	font-weight:bold;
	font-size:125%;
	text-align:center;
}

.table-navigation {
	/*width:100%;*/
}

.cell-navigation, .cell-navigation-title, .cell-navigation-subtitle {
	white-space:nowrap;
	border-right:1px solid gray;
	font-size:125%;
	font-weight:bold;
	margin-left:5px;
	margin-right:2px;
	padding-top:7px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

.cell-navigation-subtitle {
	/*font-style:italic;*/
}

.cell-navigation-selected {
	background-color:lightblue;
}
