/**********************************************************
Name:			main.css
Description:	Global CSS definitions for Nisa Today's site.
				These styles define the base layout of
				every page.
Date:			07/08/2007
Author:			Andrei Vais
**********************************************************/


/*	Re-define HTML elements	*/
body
{
	background: #E2E2E2;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin:  0 10px 0 10px;
	padding:  0 0 0 0;
}
/*	End of HTML redefinitons	*/

/*	Generic classes useed throughtout the site	*/
.clearfloat
{
	clear: both;
}

/*	End of generic classes	*/

/*	Define classes used to create the content box shadow	*/
#nisaCorporate
{
	clear: both;
	margin: 10px auto 0 auto;
	padding: 0 0 0 0;
	max-width: 948px;
	min-width: 724px;
	width: 100%;
}

#leftShadow, #rightShadow
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
}

#leftShadow
{
	background: url('../images/boxLeftShadow.gif') bottom left no-repeat;
}

#rightShadow
{
	background: url('../images/boxRightShadow.gif') bottom right no-repeat;
}

#bottomShadow
{
	background: url('../images/boxBottomShadow.gif') bottom left repeat-x;
	height: 37px;
	padding: 0 0 0 0;
	margin: 0 30px 0 30px;
	width: 95%;
}

/*	the following container is used by IE6 to work out min-width and max-width for #nisaCorporate container 	*/
#em {
  width: 1em;
  height: 0;
  overflow: hidden;
}
/*	End of content box shadow definitions	*/

/*	Define the box that will contain all the page content elements	*/
#allPageContent
{
	 background: #FFFFFF;
	 margin: 0 12px 0 12px;
	 padding: 0 0 0 0;
	 border: 7px solid #FFFFFF;
	 width: 95.7%;
}
/*	End of definitions for the all page content elements box	*/

/*	Start footer style rules*/
#bottomShadow ul
{
	clear: both;
	float:left;
	font-size: 80%;
	margin: 22px 0 0 1px;
	padding: 0 0 0 0;
}

#bottomShadow li
{
	color: #000000;
	float: left;
	margin: 0 22px 0 0;
	padding: 0 0 0 0;
}

#bottomShadow li.firstListElement
{
	list-style-type: none;
	margin-left: -12px;
}

#bottomShadow li a
{
	color: #000000;
	text-decoration: none;
}

#footer
{
	color: #000000;
	float: right;
	font-size: 80%;
	margin: 22px 0 0 1px;
	padding: 0 0 0 0;
}
/*	End of footer style rules*/


/*	Start Header elements style rules	*/
/*	Start nisaTodayHeaderStrip style rules - the yellow and blue bar in the page header with a link back to Nisagateway page*/
#nisaTodayHeaderStrip
{
	border-bottom: 1px solid #FFFFFF;
	background: #002072 url('../images/nisaYellowBlueStrip.gif') top left no-repeat;
	clear: both;
	color: #FFFFFF;
	float: left;
	font-size: 85%;
	height: 28px;
	width: 100%;
}

#nisaTodayHeaderStrip a
{
	color: #FFFFFF;
	float: right;
	line-height: 170%;
	margin: 3px 14px 0 0;
	padding: 0;
	text-decoration: none;
	vertical-align: middle;
}

#nisaTodayHeaderStrip img
{
	clear: none;
	float: right;
	border-width: 0;
	margin: 0 0 0 3px;
	padding: 0;
}
/*	End of nisaTodayHeaderStrip style rules*/


/*	Header background image definition	*/
#pageHeaderBackgroundImage
{
	background: #F6FAFF url('../images/nisaCorporateHeader.jpg') bottom right no-repeat;
	height: 177px;
	width: 100%;
}

/*	Start main navigation style rules	*/
#mainNav
{
	background: #808080 url('../images/navigationBackgroundImage.jpg') top right no-repeat;
	border-top: 2px solid #FFFFFF;
	height: 24px;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	width: 99.4%;
}

#mainNav li
{
	color: #FFFFFF;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#mainNav li a
{
	background-color: none;	
	color: #FFFFFF;
	border-right: 0 solid #FFFFFF;
	border-left: 0 solid #FFFFFF;
	display: block;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 1px 0 1px;
	padding: 5px 4px 5px 4px;
	text-decoration: none;
}

#mainNav li a:hover, #mainNav li a.selected
{
	background-color: #D3D3D2;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	color: #666666;
	margin: 0 0 0 0;
}
/*	End main navigation style rules	*/
/*	End Header elements style rules	*/

/*	Start of generic classes	*/
#allPageContent a.newsLink img
{
	border: 0px solid #D1D1D1;
	margin-left: 18px;
}
/*	End of generic classes	*/