


html,
body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

	body
	{
		font: 100%/1.5 Verdana, "Geneva CE", lucida, sans-serif;	
		text-align: center;
		color: #000;
		background: #fff url(./../img/layout/bgrBody.png) top center repeat-y fixed; 
	}

#holder
{
	position: relative;
	width: auto;
	height: 100%;
	margin: 0 auto;
	background: transparent url(./../img/layout/bgrHolder.png) top center no-repeat; 
}

	body>#holder
	{
		min-height: 100%;
		height: auto;
	}

.cleaner
{
	height: 1px;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.noVisual,
.print
{
	display: none;
}

img
{
	border: none;
}


/* header */
#header
{
	position: relative;
	display: block;
	width: auto;
	background: transparent url(./../img/layout/bgrHeader.jpg) top center no-repeat;
	overflow: hidden;
}
	
	#headerIn
	{
		position: relative;
		display: block;
		width: 932px;
		height: 245px;
		margin: 0 auto;
	}
	
	#logo
	{
		position: absolute;
		top: 23px; 
		left: 25px;
		display: block;
	}
	
	#jic
	{
		position: absolute;
		top: 39px;
		right: 31px;
		display: block;
	}

	#loggedInfo
	{
		position: absolute;
		top: 185px;
		right: 10px;
		font-size: .9em;
		color: #0a3a9e;
	}
	
		#loggedInfo a
		{
			color: #0a3a9e;
			text-decoration: none;
		}
	#pageUrl
	{
		display: none;
	}

/* end: header */

/* topmenu */
#topmenu
{
	position: absolute;
	top: 206px;
	left: 1px;
	width: 930px;
	height: 25px;
	overflow: hidden;
}

	#topmenu ul
	{
		margin: 0;
		padding: 0;
	}
	
	#topmenu li
	{
		display: block;
		height: 25px;
		float: left;
		overflow: hidden;
	}
	
		#topmenu li a
		{
			display: block;
			height: 25px;
			line-height: 25px;
			float: left;
			background: url(./../img/layout/bgrTopMenu.png) 0 0 no-repeat;
			color: #0a3a9e;
			font-size: .9em;
			font-weight: bold;
			text-decoration: none; 
			overflow: hidden;
		}
		
			#topmenu li a span
			{
				display: block;
				width: 50px;
				height: 25px;
				padding: 0 25px;
				background: url(./../img/layout/bgrTopMenuRight.png) top right no-repeat;
				white-space: nowrap;
			}
			
				#topmenu li a>span
				{
					width: auto;
				}
			
			#topmenu li a.active,
			#topmenu li a:hover
			{
				background-position: 0 -25px;
			}
				
				#topmenu li a.active span,
				#topmenu li a:hover span
				{
					background-position: right -25px;
					cursor: pointer;
				}
/* end: topmenu */


/* page */
#page
{
	position: relative;
	width: 932px;
	margin: 0 auto;
	padding-bottom: 65px;
	overflow: hidden;
}
	

	/* content */
	#content
	{
		float: right;
		width: 782px;
		padding: 0;
		margin: 0;
		text-align: left;
		overflow: hidden;
	}
	
		#content[id]
		{
			width: 782px;
			margin-right: 0px;
		}
		
		
		#bcaft
		{
			margin: 0;
			padding: 5px 25px 10px 41px;
			background: url(./../img/layout/arrowBlue.png) 26px 12px no-repeat;
			color: #073b9f;
			font-size: .9em;
		}
		
			#bcaft a
			{
				color: #073b9f;
			}
			
			#bcaft strong
			{
				color: #000;
			}
		
		#substantiality
		{
			width: 773px;
			margin: 0 1px 5px 6px;
			border: 1px solid #c9d9f0;
			background-color: #f7fafd;
			font-size: .95em;
			overflow: hidden;
		}
		
			#substantiality h1
			{
				margin: 0;
				padding: 8px 25px 7px 41px;
				font-size: 1em;
				font-weight: bold;
				background: #e7f0fc url(./../img/layout/bgrHeading.png) top left no-repeat;
				color: #003397;
			}
			
				#substantiality #headingEnd
				{
					display: block;
					width: 773px;
					height: 7px;
					margin: 0;
					padding: 0;
					background: url(./../img/layout/bgrHeadingBottom.png) top left no-repeat;
					overflow: hidden;
				}
			
			#textContent
			{
				width: 733px;
				margin: 15px 20px;
				overflow: hidden;
			}
		
	/* end: content */

		
	/* leftColumn */
	#leftColumn
	{
		float: left;
		width: 150px;
		/*
		padding-bottom: 168px;
		background: url(./../img/layout/leftColumnDecor.jpg) bottom left no-repeat;
		*/
		line-height: 1.33;
		overflow: hidden;
		text-align: left;
		font-size: .9em;
	}
	
		/* leftmenu */
		#leftmenu
		{
			width: 150px;
			background: url(./../img/layout/bgrLeftMenu.png) top left no-repeat;
			overflow: hidden;
		}
		
			#lefmenuEnd
			{
				display: block;
				width: 150px;
				height: 3px;
				background: url(./../img/layout/bgrLeftMenuEnd.png) top left no-repeat;
				overflow: hidden;
			}
			
			#leftmenu h3
			{
				margin: 1px 1px 0 2px;
				padding: 8px 5px 8px 30px;
				background: url(./../img/layout/bgrLeftMenuHeader.png) top left no-repeat;
				font-size: 1em;
				font-weight: bold;
				color: #0a3a9e;
			}
			
			#leftmenu ul
			{
				margin: 0 1px 0 2px;
				padding: 15px 0 0;
				list-style-type: none;
				background: url(./../img/layout/bgrLeftMenuList.png) top left no-repeat;
			}
			
				#leftmenu li
				{
					padding: 0;
					margin: 0;
					width: 140px;
					overflow: hidden;
				}
			
				#leftmenu a
				{
					display: block;
					width: 100%;
					padding: 9px 0 7px 17px;
					background: url(./../img/layout/bgrLeftMenuItem.png) top left no-repeat;
					color: #000;
					font-weight: normal;
					text-decoration: none;
					float: left;
				}
				
					#leftmenu .first a
					{
						background-image: none;
					}
				
					#leftmenu[id] a
					{
						width: auto;
						float: none;
					}
				
				#leftmenu a.active,
				#leftmenu a:hover
				{
					color: #0a3a9e;
				}
				
					#leftmenu a.active
					{
						font-weight: bold;
					}
				
					#leftmenu a span
					{
						display: block;
						padding-left: 8px;				 
						background: url(./../img/layout/arrowBlue.png) 0 .5em no-repeat;
					}
		/* end: leftmenu */
		
		#bannerArea
		{
			margin: 5px 0;
			text-align: center;
		}
		
			#bannerArea a
			{
				display: block;
				margin: 0 0 7px;
			}

	/* leftColumn */
	
/* end:  page */



/* footer */
#footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: .9em;
}

	#footerIn
	{
		width: 930px;
		height: 65px;
		margin: 0 auto;
		background: url(./../img/layout/bgrFooter.png) top left no-repeat;
		overflow: hidden;
	}
	
	#footer p
	{
		margin: 0;
		padding: 0;
	}
	
	#footer a
	{
		color: #0a3a9e;
		text-decoration: none;
	}
	
		#footer a:hover
		{
			text-decoration: underline;
		}
	
	#footerText,
	#footerLinks
	{
		padding: 0 25px;
		height: 29px;
		line-height: 32px;
		text-align: right;
		overflow: hidden;
	}
	
		#footerLinks
		{
			height: 35px;
			line-height: 35px;
		}


/* end: footer */




/* paging */
.paging
{
	
}

	.paging a,
	.paging strong
	{
		padding: 0 .5em;
		font-weight: bold;
	}
	
	.finite
	{
		float: right;
	}
	
		.finite a.back
		{
			padding-left: 1.5em;
			background: url(./../img/layout/arrowDoubleToLeft.png) left .4em no-repeat;
		}
		
		.finite a.prev
		{
			padding-right: 1.5em;
			background: url(./../img/layout/arrowDoubleToRight.png) right .4em no-repeat;
		}
	
	.pages
	{
		float: left;
	}
/* end: paging */


/* list */
.list
{
	margin: 10px 0;
	border-top: 1px solid #c1d9f1;
}

	.item
	{
		padding: 5px 15px;
		border-bottom: 1px solid #c1d9f1;
		clear: both;
	}
	
		.item.wbgr
		{
			background-color: #e7f0fc;
		}
		
		.item.perex
		{
			font-style: italic;
		}
/* end: list */




/* homepage */
#homeNews,
#homeActions,
#homeActionsCover
{
	margin-left: 3px;
	float: left;
	border: 1px solid #c9d9f0;
	background-color: #f7fafd;
	font-size: .95em;
	overflow: hidden;
}

	#homeActions
	{
		border: none;
		background-color: none;
	}
	
	#homeActionsCover
	{
		margin: 0 0 5px;
		border: 1px solid #c9d9f0;
		background-color: #f7fafd;
	}

	#homeNews
	{
		width: 465px;
	}
		#homeNews[id]
		{
			margin-left: 6px;
		}
	
	#homeActions
	{
		width: 304px;
		margin-left: 6px;
	}
	
		#homeActions[id]
		{
			width: 300px;
		}
	
	#homeNews h2,
	#homeActions h2
	{
		margin: 0;
		padding: 8px 25px 7px 41px;
		font-size: 1em;
		font-weight: bold;
		background: #e7f0fc url(./../img/layout/bgrHeading.png) top left no-repeat;
		color: #003397;
	}
			
	#homeNews .headingEnd,
	#homeActions .headingEnd
	{
		display: block;
		width: auto;
		height: 7px;
		margin: 0;
		padding: 0;
		background: url(./../img/layout/bgrHeadingBottom.png) top left no-repeat;
		overflow: hidden;
	}
	
	#homeNews .list,
	#homeActions .list,
	#homeNews .item,
	#homeActions .item
	{
		border: none;
	}
	
		#homeNews .item,
		#homeActions .item
		{
			padding: 0 25px 10px;
		}
		
		#homeNews .itemSep,
		#homeActions .itemSep
		{
			display: block;
			height: 2px;
			margin-bottom: 5px;
			background: url(./../img/layout/bgrHomeNewsSeparator.png) top left no-repeat;
			overflow: hidden;
		}
		
		#homeNews h3
		{
			width: 83%;
		}
		
		#homeActions h3
		{
			width: 72%;
		}
	
	#homeNews p img,
	#homeActions  p img
	{
		float: left;
		margin: .5em 1em .2em 0;
		border: 1px solid #a9a9a9;
	}
	
/* end: homepage */


/* backLinkArea */
.backLinkArea
{
	margin: 10px 0 5px;
	padding: 10px 0 0;
	text-align: left;
	border-top: 1px solid #c1d9f1;
	clear: both;
}

#backLinkArea
{
	margin: 10px 0 5px;
	padding: 10px 0 0;
	text-align: left;
	border-top: 1px solid #c1d9f1;
	clear: both;
}

	#backLinkArea.noBorder
	{
		border: none;
	}

	a.graphicLink
	{
		display: block;
		height: 25px;
		line-height: 25px;
		float: right;
		background: url(./../img/layout/bgrTopMenu.png) 0 -25px no-repeat;
		color: #0a3a9e;
		font-weight: bold;
		text-decoration: none; 
		overflow: hidden;
	}
	
		a.graphicLink.toLeft
		{
			float: left;
		}
	
		a.graphicLink span
		{
			display: block;
			width: 50px;
			height: 25px;
			padding: 0 35px;
			background: url(./../img/layout/bgrTopMenuRight.png) right -25px no-repeat;
			cursor: pointer;
		}
		
			a.graphicLink>span
			{
				width: auto;
			}
		
		a.graphicLink:hover span
		{
			color: #000;
		}
		
	#backLinkArea button
	{
		float: right;
	}
/* end: backLinkArea */



/* news, action */
	#news ins,
	#action ins
	{
		text-decoration: none;
		color: #f00;
		float: right;
	}
	
	#news h2,
	#news h3,
	#action h2,
	#action h3
	{
		margin: 0;
		padding: 0;
		float: left;
		font-size: 1em;
		font-weight: bold;
	}
	
	#news p,
	#action p
	{
		clear: both;
	}
	
#newsDetail
{
}

	#newsDetail ins
	{
		color: #f00;
		text-decoration: none;
		float: right;
	}
	
	#newsDetail .perex
	{
		padding: 0 15px 10px;
		font-weight: bold;
		font-style: italic;
		clear: both;
	}
	
/* end: news, action */



/* library, training */

#trainingGroups
{
	list-style-type: none;
	/*list-style-image: url(./../img/layout/arrowBlue.png);*/
}

	#trainingGroups li
	{
		background: url(./../img/layout/arrowBlue.png) 0 .5em no-repeat;
		padding: 0 0 .5em 8px;
		font-weight: bold;
	}

#library,
#training
{
	
}

	#library .itemPreview,
	#training .itemPreview
	{
		width: 96px;
		height: 96px;
		float: left;
		margin: 3px 10px 0 0;
		text-align: center;
		overflow: hidden;
	}
	
		#library .itemPreview img,
		#training .itemPreview img
		{
			border: 1px solid #adadae;
		}
	
	#library .itemInfo,
	#training .itemInfo
	{
		margin: 0;
		padding: 0;
		background: transparent none; 
	}
	
		#library .itemInfo th,
		#training .itemInfo th
		{
			padding: 0 25px 0 0;
			color: #000;
			font-weight: bold;
			white-space: nowrap;
			vertical-align: top;
			text-align: left;
		}
		
		#library .itemInfo td,
		#training .itemInfo td
		{
			padding: 0;
			color: #000;
			vertical-align: top;
			width: 100%;
		}
		
			#library .itemInfo td.highlight,
			#training .itemInfo td.highlight
			{
				color: #f00;
				font-weight: bold;
			}
		
		#library .itemInfo a,
		#training .itemInfo a
		{
			font-weight: bold;
		}

/* end: library, training */

/* bookDetail */
#bookDetail
{
}
	#bookDetail #library
	{
		width: 470px;
		float: left;
	}

	#bookDetail .list
	{
		margin-top: 0;
		border: none;
	}
	
	#bookDetail .item.wbgr
	{
		border: 1px solid #c1d9f1;
		border-width: 1px 0;
	}
	
	#bookDetail .item.empty
	{
		padding: 3px 0 0 0;
		overflow: hidden;
		border: none;
	}
	
	#bookImage
	{
		width: 252px;
		height: 252px;
		margin: 0 0 0 10px;
		text-align: center;
		overflow: hidden;
		float: right;	
	}
	
		#bookImage img
		{
			border: 1px solid #adadae;
		}

	#bookDetail .itemInfo
	{
		width: 440px;
	}
	
/* end: bookDetail */




/* ms labs */

#calendarLeft,
#calendarRight
{
	float: left;
	overflow: hidden;
}

	#calendarLeft
	{
		width: 572px;
	}
	
	#calendarRight
	{
		width: 150px;
		margin-left: 8px;
	}
	
	
	#changeMonth
	{
		margin: 3.7em 0 0;
		background-color: #e7f0fc;
		border: 1px solid #bed7f0;
		border-width: 1px 0;
	}
	
		#changeMonth ul
		{
			width: 69px;
			float: left;
			margin: 0 0 0 1px;
			padding: 0;
			list-style-type: none;
		}
		
			#changeMonth li
			{
				margin: 0;
				padding: 0;
			}
			
			#changeMonth a
			{
				display: block;
				width: 69px;
				height: 21px;
				margin: 5px 0;
				color: #000;
				text-decoration: none;
				text-align: center;
			}
			
				#changeMonth a.active,
				#changeMonth a:hover
				{
					background: url(./../img/layout/bgrChangeMonthActive.png) top left no-repeat;
					color: #fff;
				}


	#selectMonth,
	#changeYear
	{
		margin: 8px 0 15px;
	}
	
		#changeYear
		{
			margin-left: 1.5em;
		}
		
		#selectMonth a,
		#selectMonth span,
		#changeYear a,
		#changeYear span
		{
			float: left;
			display: block;
			height: 20px;
			margin-right: 10px;
			font-weight: bold;
		}
		
		.buttonArrowLeft,
		.buttonArrowRight
		{
			position: relative;
			width: 20px;
			height: 20px;
		}
		
			.buttonArrowLeft span,
			.buttonArrowRight span
			{
				position: absolute;
				top: 0;
				left: 0;
				display: block;
				width: 20px;
				height: 20px;
				background: 0 -20px no-repeat;
				overflow: hidden;
				cursor: pointer;
			}
			
				.buttonArrowLeft span
				{
					background-image: url(./../img/layout/buttonWithArrowToLeft.png);
				}
	    
		    	.buttonArrowRight span
				{
					background-image: url(./../img/layout/buttonWithArrowToRight.png);
				}
				
				a.buttonArrowLeft:hover span,
		    	a.buttonArrowRight:hover span
				{
					background-position: 0 0;
				}
	    
				span.buttonArrowLeft span,
				span.buttonArrowRight span
				{
					background-position: 0 -40px;
					cursor: default;
				}
	
	
	#calendar
	{
		background: transparent none;
		border-spacing: 0;
		border-collapse: collapse;
		table-layout: auto;
	}
	
		#calendar th 
		{
			font-weight: normal;
			color: #000;
			vertical-align: middle;
			text-align: center;
		}
		
		#calendar td 
		{
			width: 82px;
			height: 57px;
			padding: 0;
			margin: 0;
			color: #000;
			vertical-align: top;
			text-align: left;
			font-weight: bold;
			font-size: 1.1em;
		}
		
			#calendarDetailRight #calendar td 
			{
				width: 32px;
				height: 37px;
				padding: 0;
				vertical-align: middle;
				text-align: center;
			}
		
			#calendar td a,
			#calendar td span 
			{
				display: block;
				width: 77px;
				height: 53px;
				padding: 5px 0 0 5px;
				margin: 0;
				color: #898989;
				background: top left no-repeat;
			}
			
				#calendarDetailRight #calendar td a,
				#calendarDetailRight #calendar td span 
				{
					width: 30px;
					height: 35px;
					line-height: 35px;
					padding: 0;
					vertical-align: middle;
					text-align: center;
				}
				
				#calendar td span 
				{
					background-image: url(./../img/layout/bgrCalOut.png);
				}
				
					#calendarDetailRight #calendar td span 
					{
						background-image: url(./../img/layout/bgrCalSmallOut.png);
					}
				
				#calendar td a
				{
					color: #039;
					text-decoration: none;
					background-image: url(./../img/layout/bgrCalFree.png);
				}
				
					#calendarDetailRight #calendar td a
					{
						background-image: url(./../img/layout/bgrCalSmallFree.png);
					}
				
					#calendar td a:hover,
					#calendar td a.active
					{
						color: #fff;
						background-image: url(./../img/layout/bgrCalActive.png);
					}
					
						#calendarDetailRight #calendar td a:hover,
						#calendarDetailRight #calendar td a.active
						{
							background-image: url(./../img/layout/bgrCalSmallActive.png);
						}
					
				#calendar td span.used
				{
					color: #898989;
					background-image: url(./../img/layout/bgrCalFree.png);
				}
				
					#calendarDetailRight #calendar td span.used
					{
						background-image: url(./../img/layout/bgrCalSmallFree.png);
					}
	
	

#calendarDetailLeft,
#calendarDetailRight
{
	float: left;
	overflow: hidden;
}

	#calendarDetailLeft
	{
		width: 500px;
	}
	
	#calendarDetailRight
	{
		width: 225px;
		margin-left: 8px;
	}

	#selectLabs
	{
		margin: 5px 0 15px;
				background: transparent none;
		border-spacing: 1px;
		border-collapse: collapse;
		table-layout: auto;
	}
	
		#selectLabs th,
		#selectLabs td
		{
			width: 43px;
			height: 21px;
			padding: 0;
			color: #000;
			vertical-align: middle;
			text-align: center;
			border: 1px solid #fff;
			border-width: 0 1px 1px 0;
			overflow: hidden;
		}
		
			#selectLabs th.empty
			{
				background-color: transparent;
			}
		
			#selectLabs th
			{
				background-color: #c0d4ee;
				color: #039;
			}
			
				#selectLabs th.inRow
				{
					width: 62px;
					color: #000;
					background: #e1eaf7 url(./../img/layout/bgrSelectLabs.png) top left no-repeat;
				}
				
					#selectLabs th.inRow.active
					{
						color: #f26100;
					}
		
			#selectLabs td
			{
				background: #e1eaf7 url(./../img/layout/bgrSelectLabs.png) top center no-repeat;
			}
			
				#selectLabs td.last
				{
					background-position: top right;
				}
	
			#selectLabs td
			{
				background: #e1eaf7 url(./../img/layout/bgrSelectLabs.png) top center no-repeat;
			}
			
			#selectLabs td.used
			{
				background: #ffa012 url(./../img/layout/bgrSelectLabsActive.png) top center no-repeat;
			}
			
				#selectLabs td.used.start
				{
					background-position: top left;
				}
				
				#selectLabs td.used.stop
				{
					background-position: top right;
				}
				
				#selectLabs td.single
				{
					background: url(./../img/layout/bgrSelectLabsHover.png) top left no-repeat;
				}
			
			#selectLabs a
			{
				display: block;
				width: 43px;
				height: 21px;
				padding: 0;
				text-decoration: none;
			}
			
				#selectLabs a:hover
				{
					background: url(./../img/layout/bgrSelectLabsHover.png) top left no-repeat;
				}
				
				#selectLabs .used a:hover
				{
					background: none;
				}

	#labsForm
	{
		background-color: #e7f0fc;
		border: 1px solid #bdd6f0;
		padding: 5px;
	}
	
		#labsForm table td
		{
			text-align: left;
			vertical-align: top;
		}
		
			#labsForm table td label
			{
				display: block;
				padding: 3px 0 0 0;
				white-space: nowrap;
			}

		#labsForm table td.sendRow
		{
			text-align: right;
			
		}
/* end: ms labs */



/* forms */
form
{
	margin: 0;
	padding: 0;
}
	form table td
	{
		vertical-align: top;
	}
	
	form table td label
	{
		display: block;
		padding: 3px 0 0 0;
	}
	
		form table td label.radioLabel
		{
			display: inline;
		}

input,
select,
textarea
{
	width: 160px;
	background-color: #f7fafd;
	border: 1px solid #78afdd;
	font-size: 1em;
	color: #6b6b6b;
	padding: 2px 5px;
}
	
	input.smallInput
	{
		width: 25px;
	}
	
	input.checkbox
	{
		width: auto !important;
		border: none !important;
	}
	
	
	input.radio
	{
		background: transparent none;
		width: auto !important;
		border: none !important;
	}

	select
	{
		width: 172px;
	}

	textarea
	{
		overflow: auto;
		width: 300px;
		height: 100px;
		font-family: Verdana, "Geneva CE", lucida, sans-serif;	
	}
	
	button
	{
		width: 104px;
		height: 23px;
		border: none;
		background: url(./../img/layout/bgrButtonFixed.png) top left no-repeat;
		color: #039;
		font-weight: bold;
		cursor: pointer;
	}

	.errorList
	{
		background: transparent;
		margin: 10px;
	}
	
		.errorList ul
		{
			color: #f00;
		}
		
	.required
	{
		font-weight: bold;
	}
	
	.invalid
	{
		color: #f00;
	}
/* end: forms */













/* registration */


.registration
{
	
}
	.registration .left,
	.registration .right,
	.login
	{
		width: 325px;
	}
	
		.registration .left
		{
			float: left;
			margin-left: 25px;
		}
		
		.registration .right
		{
			float: right;
			margin-right: 25px;
			margin-bottom: 10px;
		}
		
	.registration table,
	.login table
	{
		background-color: #e7f0fc;
		border: 1px solid #bdd6f0;
		padding: 5px;
		width: 100%;
	}
	
		.registration td.title,
		.login td.title
		{
			width: 100%;
			text-align: right;
			padding-right: 8px;
		}
	
	.registration input
	{
		width: 125px;
	}
	

/* end: registration */



#cms
{
	position: absolute;
	left: -5000px;
	top: -50000px;
}


/* mapa */
#map ul
{
	margin: 0 0 0 2em;
	padding: 0;
	list-style-type: none;
}
	#map li
	{
		padding: 2px 0 2px 12px;
		background: url(./../img/layout/arrowBlue.png) 0 .7em no-repeat;
	}
/* end: mapa */

#selfpromo a
{
	display: block;
	margin: 0 0 5px;
}
