/* RESET STYLES, 
adapted from Eric Meyer: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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, 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;
}
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: "" "";
}
/* END RESET STYLES */

/* Utility */
.clear {
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	clear: both;
	margin: -1px 0 0 0;
}

/* General Layout */
html {
	font-family: arial, helvetica, verdana, sans-serif;
}

body {
	font-size: 62.5%;
	line-height: 1.4;
	text-align: center;
	color: #666;
	background: #fdfefe url(../images/bg-vertGradient.png) top left repeat-x;
}

* html body {
	background: #f5f6f6;
}

#wrapper {
	font-size: 1.2em;
	text-align: left;
	width: 831px;
	margin: 0 auto;
}

p, h1, h2, h3, h4, h5, h6, table, ul, ol {
	margin: 0 0 10px 0;
}

h1.banner {
	margin: 0;
}

h1,h2,h3,h4,h5 {
	color: #c83333;
	font-weight: bold;
	margin-bottom: 7px;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 5px;
}

h5 {
	font-size: 1em;
	margin-bottom: 0;
}

a {
	text-decoration: none;
	color: #c83333;
}

#wrapper table {
	width: 100%;
}

.inner {
	margin: 0 17px 0 16px;
}

#main,#right,#left {
	margin: 20px 10px 10px 10px;
	min-height: 100px;
}

* html #main, * html #right, * html #left {
	height: 100px;
}

/* Header */

#header {
	background: transparent url(../images/bg-main-shadow-top.png) top left no-repeat;
	min-height: 36px;
}

* html #header {
	background-image: url(../images/bg-main-shadow-top.gif);
	zoom: 1;
}

#header .inner {
	padding: 26px 0 0 0;
	border-bottom: 1px solid #808c99;
}

#topNav {
	margin: 0;
	height: 25px;
	line-height: 25px;
	background: #bcbec0 url(../images/bg-topNav.png) left bottom repeat-x;
	border-top: 1px solid #d9d9da;
	border-bottom: 3px solid #666;
}

* html #topNav {
	width: 100%;
}

#topNav li {
	float: left;
}

#topNav li a {
	background: transparent url(../images/bg-topNav-item.png) left top repeat-x;
	color: #fff;
	display: block;
	padding: 0 10px;
	float: left;
}

* html #topNav li a {
	zoom: 1;
	background: transparent url(../images/bg-topNav-item.gif) left top repeat-x;
}

#topNav li a:hover,
#topNav li a.active {
	background: #9a9c9d url(../images/bg-topNav-item.png) left bottom repeat-x;
}

* html #topNav li a:hover,
* html #topNav li a.active {
	background: #9a9c9d url(../images/bg-topNav-item.gif) left bottom repeat-x;
}

/* Content */

#content {
	zoom: 1; /* for ie6 and ie7 */
	background: transparent url(../images/bg-main-shadow.png) top left repeat-y;
}

* html #content {
	background-image: url(../images/bg-main-shadow.gif);
}

.inner {
	background: none;
}

/* Footer */

#footer {
	background: transparent url(../images/bg-main-shadow-bottom.png) top left no-repeat;
	min-height: 34px;
	padding-top: 34px;
	padding-bottom: 10px;
	text-align: center;
	font-size: .9em;
	color: #888;
}

* html #footer {
	background-image: url(../images/bg-main-shadow-bottom.gif);
	zoom: 1;
}

/* Home page */
.greyBox {
	padding: 21px 0 0 0;
	position: relative;
	background: transparent url(../images/bg-greyBox-mid.gif) top left repeat-y;
}

.greyBox em.top {
	margin: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 21px;
	width: 100%;
	background: transparent url(../images/bg-greyBox-top.png) top left no-repeat;
}

.greyBox .inner {
	min-height: 142px;
	margin: 0;
	padding: 0 20px 20px 20px;
	position: relative;
	z-index: 3;
	background: transparent url(../images/bg-greyBox-bottom.png) bottom left no-repeat;
}

* html .greyBox .inner {
	height: 142px;
}

.cols .col {
	float: left;
}

body.oneCol .cols .col {
	padding-top: 10px;
	line-height: 1.4;
	width: 217px;
	margin-right: 43px;
}

body.oneCol .cols .lastCol {
	float: right;
	margin: 0;
}

/* Two column page */
body.twoCol #main {
	float: left;
	width: 520px;
	margin: 20px 0 10px 30px;
}

* html body.twoCol #main {
	margin-left: 15px;
}

body.twoCol #right {
	min-height: 100px;
	float: right;
	width: 182px;
	margin: 20px 30px 10px 0;
}

* html body.twoCol #right {
	margin-right: 15px;
}

/* Three column page */
body.threeCol #left {
	float: left;
	width: 130px;
	min-height: 100px;
	margin: 20px 20px 10px 30px;
}

* html body.threeCol #left {
	margin-left: 10px;
	margin-right: 32px;
}

body.threeCol #main {
	float: left;
	width: 380px;
	margin: 20px 0 10px 0;
}

body.threeCol #right {
	min-height: 100px;
	float: right;
	width: 182px;
	margin: 20px 15px 10px 0;
}

* html body.threeCol #right {
	margin-right: 10px;
}

/* Forms */

/* forms.css */
label {font-weight:normal;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input, input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.checkbox, input.radio { border: 0; outline: none;}
input.title {font-size:1.5em;}
textarea {width:300px;height:250px;padding:5px;}
div.error ul li { color: #cc3333;}
div.error {
	zoom: 1;
	color: #414042;
	background: #eceded;
	padding: 20px;
	margin-bottom: 10px;
}
div.error p {
	font-weight: bold;
}
div.error ul {
	margin-bottom: 0px;
}
tr.errorRow td {
	color: #414042 !important;
}

fieldset {
	padding: 8px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	margin: 0 0 1.5em 0;
}

/* Forms additional CSS */

#cicformNetopweb2caseFormLiveProducts td.col1 {
	width: 150px !important;
}

.fTable td.col1 {
	width: 40%;
}

* html .fTable .fTable {
	width: 100%;
}

.checkTable td.col1 {
	width: 20px;
}

.checkTable .row1 td {
	padding-top: 0;
}

.checkTable td {
	vertical-align: top;
	padding: 2px 3px 1px 3px;
}

.checkTable td input {
	margin-top: 1px;
}

fieldset {
	padding: 8px;
	margin-bottom: 10px;
}

fieldset.min {
	padding: 2px 8px;
	font-size: .9em;
}

fieldset.min input {
	margin-top: 0;
	margin-left: 0;
}

fieldset.compact td.col1 {
	width: 45%;
}

.fTable td {
	padding: 0;
}

.fTable td input.text,
.fTable td input.title,
.fTable td textarea,
.fTable td select {
	margin: 3px 0;
}

.fTable textarea.small {
	height: 80px;
}

.fTable textarea.wide {
	width:640px;
}

.fTable textarea.veryShort {
	height: 40px;
}

input.text {width: 149px;}


/* Popup pages */
body.popup {
	font-size: 12px;
	background: #fff;
}

body.popup .fTable td:first-child {
	width: 50%;
}

body.popup .fTable td td:first-child {
	width: auto;
}

.popup #content {
	background: none;
}

.popup #content .inner {
	text-align: left;
}

.specialHeader {
	position: relative;
	height: 357px;
	background: transparent url(../images/bg-specialHeader-liveGuide.jpg) top left no-repeat;
}

.dk_specialHeader {
	position: relative;
	height: 357px;
	background: transparent url(../images-dk/bg-specialHeader-liveGuide_danish.jpg) top left no-repeat;
}

.se_specialHeader {
	position: relative;
	height: 357px;
	background: transparent url(../images-se/bg-specialHeader-liveGuide_swedish.jpg) top left no-repeat;
}


.uk_specialHeader {
	position: relative;
	height: 357px;
	background: transparent url(../images-uk/bg-specialHeader-liveGuide_uk.jpg) top left no-repeat;
}

.eduStimHeader {
	background: transparent url(/fileadmin/netop/campaigns/2009/09-0918-NA-US-Education-Stimulus/Stimulus-Banner_Home.jpg) top left no-repeat;
}

.eduNgageHeader {
	background: transparent url(/fileadmin/netop/campaigns/2009/09-1110-NA-EDU_NGAGE_Grant/Grants-Banner_Home.jpg) top left no-repeat;
}

.eduNgageCounterHeader {
	background: transparent url(/fileadmin/netop/campaigns/2009/09-1110-NA-EDU_NGAGE_Grant/Counter-Banner_Home_Zero-Dollars.jpg) top left no-repeat;
	background: transparent url(/fileadmin/netop/campaigns/2011/11-0201_-_NGAGE/NGAGE_Banner_Home.jpg) top left no-repeat;
}

.eduNgageCounterHeaderUk {
	background: transparent url(/fileadmin/netop/campaigns/2009/09-1110-NA-EDU_NGAGE_Grant/Counter-Banner_Home_01_UK.jpg) top left no-repeat;
}

.edu21stHeader {
	background: transparent url(/fileadmin/netop/campaigns/2010/10-0118-NA-EDU_21stCentury/21st-Century-Banner_Home.jpg) top left no-repeat;
}




a#ngageApply {
	display: block;
	position: absolute;
	top: 157px;
	left: 234px;
	width: 142px;
	height: 36px;
}

a#ngageApply span {
	display: none;
}

#grantCounter {
	display: block;
	position: absolute;
	width: 263px;
	height: 34px;
	top: 103px;
	left: 88px;
}

.nodMicroHeader {
	background: transparent url(/fileadmin/netop/campaigns/2009/09-1021-GLB-NOD_microsite/OnDemand-Banner_Home.jpg) top left no-repeat;
}

.specialHeader ul {
	width: 196px;
	position: absolute;
	top: 134px;
	right: 177px;
}

.specialHeader ul li a {
	color: #666;
	font-size: 13px;
	display: block;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	padding: 0 0 0 22px;
	margin-bottom: 4px;
	background: transparent url(../images/bg-specialHeader-carat.gif) 11px center no-repeat;
}

.nodMicroHeader ul li a {
	color: #666;
	font-size: 13px;
	font-weight: inherit;
	display: block;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	padding: 0 0 0 22px;
	margin-bottom: 4px;
	background: transparent url(/fileadmin/netop/campaigns/2009/09-1021-GLB-NOD_microsite/bg-specialHeader-carat-NOD.gif) 11px center no-repeat;
}

.edu21stHeader ul li a {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	padding: 0 0 0 22px;
	margin-bottom: 4px;
	background: transparent url(/fileadmin/netop/campaigns/2010/10-0118-NA-EDU_21stCentury/bg-specialHeader-carat_blue.gif) 11px center no-repeat;
}

.specialHeader ul li a:hover {
	text-decoration: underline;
}

.specialHeader .appLink {
	position: absolute;
	top: 38px;
	right: 174px;
}

.specialHeader .offlineLink {
	display: block;
	position: absolute;
	top: 40px;
	right: 176px;
	width: 198px;
	height: 89px;

}

.specialHeader .offlineLink span {
	display: none;
}

/* Right column specific */

#right div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}

#right .microsite-button {
	position: relative;
}

#right .microsite-button .appLink {
	display: block;
	width: 186px;
	height: 43px;
	background: transparent url(../images/Ask-About-Live-Guide_Button_Small.gif);
}

#right .microsite-button .appLink-dk {
	display: block;
	width: 186px;
	height: 43px;
	background: transparent url(../images-dk/Vi-er-off-line-kontakt-os-her_Small.gif);
}

#right .microsite-button .appLink-se {
	display: block;
	width: 186px;
	height: 61px;
	background: transparent url(../images-se/btn-NLG-off-line_swedish_Small.gif);
}

#right .microsite-button .appLink-nod {
	display: block;
	width: 186px;
	height: 43px;
	background: transparent url(/fileadmin/netop/campaigns/2009/09-1021-GLB-NOD_microsite/btn-NOD-LG_offline.GIF);
}

#right .microsite-button .appLink span {
	display: none;
}

#right .microsite-button img {
	position: absolute;
	top: 0;
	left: 0;
}

/* Content Object Containers */
.coLeftCol,
.coCenterCol {
	float: left;
}

.coRightCol {
	float: right;
}

.coThreeCol {
	zoom: 1;
}

.coThreeCol .coCol {
	width: 32%;
}

.coCenterCol {
	margin-left: 2%;
}

.coTwoCol {
	zoom:1;
}

.coTwoCol .coCol {
	width: 49%;
}


