﻿#mainContainer
{
	width: 960px;
	text-align: left;
	border: none 0px #cccccc;
	display: table;
}

#mainContainerWizard
{
	width: 960px;
	text-align: left;
}

#headerContainer
{
	width: 100%;
	height: 63px;
}

#headerContainer .logo
{
	float:left;
	margin-top: 5px;
}

#headerContainer .logo a:hover
{
	border: none 0px Transparent;
}

#headerContainer .tagline
{
	 float:left;
	 
	 color: #cccccc;
	 font-family: Arial;
	 font-size: 12pt;
	 font-weight: bold;
	 
	 padding-left: 30px;
	 margin-top: 30px;
}

#headerContainer .iconset
{
	white-space: nowrap;
	float:right;
	 padding-right: 30px;
	 margin-top: 27px;
}


#headerContainer .iconset a:hover
{
	text-decoration: underline;
	border-bottom: none;
}


#contentContainer
{
		
}

#contentContainer .top
{
	width: 100%;
	height: 198px;
	background-image: url(../../Images/mainImageBg.jpg);
	background-repeat: repeat-x;
}

#contentContainer .inner
{
	height: 100%;
	width:100%;
	background-repeat: no-repeat;
	background-position: right;
}

#contentContainer .inner #date
{
	position: relative;
	width: 200px;
	top: 50px;
	left: 80px;
}

#contentContainer .inner #miniPlaceHolder
{
	position: relative;
	width: 300px;
	top: 0px;
	left: 330px;
}

.middle
{
	width: 100%;
}

.mainContent
{
	text-align: center;
	display: table;
	width: 100%;
	padding: 10px 10px 10px 10px;
}

.rightContent
{
	float: right;
	width: 627px;
	display: table;
}

.leftContent
{
	float: left;
	width: 317px;
	display: table;
}


.leftDummy
{
	width: 100%;
	height: 122px;
	background-image: url(../../Images/dummyRight.jpg);
	background-repeat: no-repeat;
	background-position: right;
	
	/*
	Pull the container up from its parent (.leftContainer)
	and let the content goes same height down
	to cover the space
	*/
	position: relative;
	top: -87px; /* height of dummy image colored part*/
	left: 7px; /* width of the dummy image*/
}


.leftContentContiner
{
	width: 100%;
	background-image: url(../../Images/leftContainerTop.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	
	
	/*
	Pull the container up from its parent (.leftContainer)
	and let the content goes same height down
	to cover the space
	*/
	position: relative;
	top: -210px;
	margin-bottom: -210px;
}

.leftContentContinerInner
{
	 background-color: #ffffff;
	 padding: 0px 15px 10px 15px;
	 
	 height: 100%;
	 min-height: 150px !important;
}


.box
{
	padding-top: 30px;
}

.box .heading
{
	padding-left: 10px;	
	background: transparent url(../../Images/boxBg.gif) repeat-y;
	margin-bottom: 5px;
}

.box .headingEmpty
{
	margin-top: -30px;
	padding-top: 15px;
	padding-left: 20px;	
	background: transparent url(../../Images/leftContentTopGray.gif) no-repeat;
	height: 30px;
}

.box .content
{
	border: solid 1px #d9d9d9;
	padding-top: 15px;
}


.box .contentEmpty
{
	border: solid 1px #d9d9d9;
	padding-top: 15px;
}


.box .contentEmpty a
{
	
}


.box .contentEmpty a:hover
{
	border-bottom: dashed 1px #ff6600;
	color: #ff6600;
}


.tags
{
}

.tags a
{
	font-weight: normal;
	color: #00426e;
	text-decoration: none;
}

.tags a:link, .tags a:visited, .tags a:active
{
	color: #00426e;
	text-decoration: none;
}

.tags a:hover
{
	text-decoration: none;
	background-color: #00426e;
	color: #ffffff;
}



.countryLinks
{
	padding: 5px 5px 5px 5px;
}

.countryLinks a
{
	font-weight: normal;
	color: #00426e;
	text-decoration: none;
}

.countryLinks a:link, .countryLinks a:visited, .countryLinks a:active
{
	color: #00426e;
	text-decoration: none;
}

.countryLinks a:hover
{
	text-decoration: none;
}


.recommendedLinks a
{
	font-weight: normal;
}

.recommendedLinks a:link, .recommendedLinks a:visited, .recommendedLinks a:active
{
	font-weight: normal;
}

.recommendedLinks a:hover
{
	font-weight: normal;
}