/* -------------------------------------------
Main style sheet for Nielsen Portal

created: May 2007
author: Brett Chaney
website: http://www.thegoodwebcompany.com
------------------------------------------- */

/************************************** basic elements **************************************/

body { 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 76%;
	color: #525963; 
	background: #f8f8f8; 
	margin: 0px; 
	text-align: center;
	/* background-position: 50% 0%; */
	background-repeat: repeat-x;
	background-image: url(../images/bg-portalhtml.gif); 
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

form {
	margin: 0; 
}

a {
	color: #0097D8; 
	text-decoration: underline;
}

p {
	font-size: 1.0em;
}

img {
	border: 0;
}

input,textarea {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.0em;
	height: 1.12em;
}

input.wide {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.0em;
	height: 1.1em;
	width: 20em;
}

.clear {
	clear: both;
	height: 1%;
}


/************************************** main divs **************************************/

#wrapperTop {
	text-align: left;
	width: 100%;
	height: 131px;
}

#wrapperBot {
	text-align: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-image: url(../images/bg-worldmap.gif); 
}

#header {
	margin: 0 auto;
	text-align: left;
	width: 756px;
	height: 64px;
	padding: 28px 5px 0 5px;
}

#header #logo {
	float: left;
	text-align: left;
	width: 136px;
	height: 50px;
	padding-left: 24px;
	padding-top:0px;
}


#topMenu {
	margin: 0 auto;
	text-align: right;
	width: 563px;
	height: 27px;
	margin-bottom: 12px;
	padding-left:180px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#contentWrapper {
	margin: 0 auto;
	text-align: left;
	width: 756px;
	padding: 0 5px;
}

#leftCol {
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 180px;
	padding: 4px 5px 0 5px;
}

#mainCol {
	float: right;
	margin: 0 auto 20px auto;
	text-align: left;
	width: 546px;
	padding-right: 16px;
}


/************************************** header styles **************************************/

#header h1 {
	margin: 0 0 0 32px;
	font-size: 25px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #4281f6;
}

#header h2 {
	margin: -3px 0 0 32px;
	font-size: 25px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}


/************************************** left col styles **************************************/

#contentWrapper #leftCol img {
	margin: 0;
	padding: 0;
}

#contentWrapper #leftCol #portalLink img.portal {
	margin: 24px 0 0 0;
	padding: 0 17px;
}

#contentWrapper #leftCol #portalLink img.portalArrow {
	vertical-align: middle;
		
	
}

#contentWrapper #leftCol #portalLink a {
	font-size: 14px;
	padding-right: 2px;
}


/************************************** left navigation styles **************************************/

#contentWrapper #leftCol #leftNavTop  {
	background: url(../images/nav-top.gif) no-repeat;
	height: 5px;
	font-size: 0em;
	margin-top: 7px;	
}

#contentWrapper #leftCol #leftNavBot  {
	background: url(../images/nav-bot.gif) no-repeat;
	height: 5px;
	font-size: 0em;
}

#contentWrapper #leftCol #transparentHeightFix  {
	background: url(../images/transparent-height-fix.gif) no-repeat;
	height: 552px;
	width: 4px;
}

#contentWrapper #leftCol #leftNavMiddle  {
	background: url(../images/nav-bg.gif) repeat-y;
	text-align: left;
	padding: 9px 0 8px 0;
}

#contentWrapper #leftCol #leftNavMiddle h1  {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 12px;
	padding: 0;
}

#contentWrapper #leftCol #leftNavMiddle ul  {
	margin: 4px 0 0 17px;
	padding: 0;
	list-style: none;
}

#contentWrapper #leftCol #leftNavMiddle li  {
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 8px;
	background: url(../images/li-arrow.gif) no-repeat 0 6px;
	color: #525963;
}

#contentWrapper #leftCol #leftNavMiddle li a  {
	text-decoration: none;
	color: #9e9d9d;
	font-size:12px;
}

#contentWrapper #leftCol #leftNavMiddle li a:hover  {
	text-decoration: underline;
	color: #0097D8;
	font-size:12px;
}


/************************************** left col styles **************************************/

#contentWrapper #leftCol img {
	margin: 0;
	padding: 0;
}

#contentWrapper #leftCol #portalLink img.portal {
	margin: 24px 0 0 0;
	padding: 0 17px;
}

#contentWrapper #leftCol #portalLink img.portalArrow {
	vertical-align: middle;
		
	
}

#contentWrapper #leftCol #portalLink a {
	font-size: 13px;
	padding-right: 2px;
	color: #525963;
	text-decoration: none;
}

#contentWrapper #leftCol #portalLink a:hover {
	font-size: 13px;
	padding-right: 2px;
	color: #525963;
	text-decoration: underline;
}


/************************************** main styles **************************************/

#contentWrapper #mainCol #mainTop  {
	background: url(../images/main-top.gif) no-repeat;
	height: 5px;
	font-size: 0em;
	margin-top: 28px;	
}

#contentWrapper #mainCol #mainBot  {
	background: url(../images/main-bot.gif) no-repeat;
	height: 5px;
	font-size: 0em;
}

#contentWrapper #mainCol #mainMiddle  {
	background: url(../images/main-bg.gif) repeat-y;
	text-align: left;
	padding: 16px 22px;
}

#contentWrapper #mainCol #mainMiddle img.left  {
	border: 1px solid #e2e2e2;
	padding: 2px;
	float: left;
	margin-right: 15px;
}

#contentWrapper #mainCol #mainMiddle h1  {
	color: #009ee7;
	font-size: 1.5em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 4px 0px 10px 0px;
	padding: 0px;
}

#contentWrapper #mainCol #mainMiddle h2  {
	color: #009ee7;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

#contentWrapper #mainCol #mainMiddle h3  {
	color: #009ee7;
	font-size: 1.4em;
	font-weight: normal;
	margin: 12px 0px 0px 0px;
	padding: 0px;
}

#contentWrapper #mainCol #mainMiddle a:hover {
	color: #009EE7;
}

#contentWrapper #mainCol #mainMiddle p  {
	margin-top: 6px;
	margin-bottom: 14px;
	padding: 0;
	position: relative;
}

#contentWrapper #mainCol #mainMiddle img.line  {
	clear: both;
	margin: 12px 0 12px 0;
}

#contentWrapper #mainCol #mainMiddle img.arrowTop {
	float: right;
	margin-right: 10px;
	margin-top: 8px;
}

#contentWrapper #mainCol #bottomLinks {
	background: url(../images/bg-footer-links.gif) no-repeat;
	height: 28px;
	color: #fff;
	line-height: 2.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 12px;
	text-align: center;
}

#contentWrapper #mainCol #bottomLinks a {
	color: #fff;
	text-decoration: none;
}

#contentWrapper #mainCol #footer {
	color: #484848;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	height: 3.5em;
	background: #f8f8f8;
	line-height: 3.5em;
	font-size: 0.9em;
	text-align: center;
}

#contentWrapper #mainCol #footer a {
	text-decoration: underline;
	color: #0097D8;
}

table.calendar {
	border-collapse: collapse;
	margin-left: 20px;
	//margin-left: 10px;
	margin-bottom: 10px;
}

table.calendar td.topLeft {
	border-top: 2px solid #E2E2E2;
	border-left: 2px solid #E2E2E2;
	background-color: #F8F8F8;
	height: 4px;
}
table.calendar td.top {
	border-top: 2px solid #E2E2E2;
	background-color: #F8F8F8;
	height: 4px;
}
table.calendar td.topRight {
	border-top: 2px solid #E2E2E2;
	border-right: 2px solid #E2E2E2;
	background-color: #F8F8F8;
	height: 4px;
}
table.calendar td.topGap {
	height: 4px;
}
table.calendar td.botLeft {
	border-bottom: 2px solid #E2E2E2;
	border-left: 2px solid #E2E2E2;
	background-color: #F8F8F8;
}
table.calendar td.middle {
	background-color: #F8F8F8;
}

table.calendar td.middle a {
	line-height: 25px;
}

table.calendar td.title {
	background-color: #F8F8F8;
	font-size: 1.4em;
}
table.calendar td.left {
	border-left: 2px solid #E2E2E2;
	background-color: #F8F8F8;
}
table.calendar td.right {
	border-right: 2px solid #E2E2E2;
	background-color: #F8F8F8;
}
table.calendar td.bot {
	border-bottom: 2px solid #E2E2E2;
	background-color: #F8F8F8;
}
table.calendar td.botRight {
	border-bottom: 2px solid #E2E2E2;
	border-right: 2px solid #E2E2E2;
	background-color: #F8F8F8;
}

table.monthlist {
	width: 200px;
	font-size: 1.2em;
	border-collapse: collapse;
}

.calSelected {
	color: #0097D8;
}

table.eventlist {
	border-collapse: collapse;
	width: 480px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}

table.eventlist img {
	border: 1px solid #9E9EA0;
	padding: 2px;
	margin: 5px;
	width: 200px;
}

table.eventlist td {
	border-bottom: 1px dotted #000000;
	padding-left: 10px;
	//padding-left: 0px;
}

table.eventlist td.noborder {
	border-bottom: 0px;
}

table.eventlist h2 {
	margin-left: 0px; padding-left: 0px;
}

table.eventlist h3 {
	margin-left: 0px; padding-left: 0px;
}

table.eventlist h4 {
	margin-left: 0px; padding-left: 0px;
}
table.eventlist tr.last {
	border-bottom: 0px;
}

table.eventlist h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 0px;
}

table.eventlist p {
	margin-left: 0px;
	//margin-left: 0px;
	padding-left: 0px;
}


