/********************************************************
Revision History:
1. 2007.01.10 TIC Toronto - A.Tomas
   IE-7 displays are not correctly formatted
   Fix:
   change partners\coop\layout.css (this file! for cooperators site)
   remove explicit height settings in:
   a. 'html>body #pageBody'
   b. '#mainContent'
*********************************************************/

html { height:100%; margin:0; padding:0; }
body 
{
	height:100%; 
	margin:0;
	padding:0;
	background: #c0c0c0;
}
#logo, #utilityNav {display:none;}
#header{display:block;}
#headerNav
{
	display:block;
	padding:0;
	width:980px;
	height:130px;
	background:#0f1233 url(banner_wide.jpg) no-repeat;
}
#pageBody
{
	display:block;
	position:relative;
	background-color:White;
	width: 980px;
	min-height:100%; 
	margin:0 auto;
	padding:0;
}
* html #pageBody
{
	height:100%; 
}
html>body #pageBody
{
/* 2007.01.10 A.Tomas (IE-7 Fix) comment-out height property */
/*	height:100%; */
}
#pageWrapper 
{
	padding:0 0 60px 0;
}
#mainBody
{
	display:block;
	padding:10px 0 0 0;
}

#mainContent
{
	display:block;
	position: relative;
	/*left: 205px;*/
	width: 700px;
	margin:0 10px 0 0;
	padding:15px 20px 0 0;
	float:right;
}

/** Set main content minimum height in IE */
#mainContent
{
/* 2007.01.10 A.Tomas (IE-7 Fix) comment-out height property */
/*	height: 550px; */
}

/** Set main content minimum height in other CSS2 based browsers ** 
html>body #mainContent
{
height: auto;
min-height: 550px;
}

**/

#side1
{
	display:block;
	/*position: absolute;
	top: 10px;
	left: 10px;*/
	width: 240px;
	margin:0;
	padding:0;
	float:left;
}

#side2
{
	display: none;
}

#footer
{
	display:block;
	position:relative;
	width: 980px;
	height:33px;
	margin:-33px auto 0 auto;
	clear: both;
	background-color:#0f1233;
	font-size: 11px;
	color:White;
	text-align:center;
}

#footerLinks
{
	color:White;
	padding:10px;
}
.headeryellow
{
	padding: 10px;
	background-color: #FFFCCC;
	background-image: url(Header-YellowRoundCorner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}


input,  textarea, select {
   /* background-color: #AAAAAA; */
    background-image: url('http://mysite.com/input.gif');
    border: 1px solid #555555;
    font-family: verdana;
    font-size: 10px;
    color: #000;
} 



input:text {
 border: solid 1px #ccc;
}


.textboxStyle
{
	border: #ccc;
	width: 100;
	background: #ccc;
}


#inputArea
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
   /* background-color: #d6e5f4; */
    padding: 10px;
}

#inputArea input[type="text"], #inputArea textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de;
    width: 300px;
}

input[type="radio"] {
 border: solid 0px #fff;
background:transparent none;
 }



/************ LAYOUT FOR PRINT **************/
@media print
{
	#pageWrapper
	{
		width: auto;
	}	
	
	#side1, #side2, #footer, #HelpLink, #headerNav 
	{
		display: none;
	}
	#mainBody
	{
		position: relative;
		width: 600px;
	}
	#mainContent
	{
		display:block;
		position:relative;
		width: 600px;
		margin:0 8%;
		left:0;
		padding:0;
		border:0;
		color:black;
		background:transparent none;
		float:none;
	}
}
