﻿html, body, #wrap {height: 100%;
    margin:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height:1.0em;
	color:#666666;
}
body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 50px;}  /* must be same height as the footer */


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
	margin-left:2px;
	margin-right:auto;
	width:742px;
	position:relative;
    top: 0px;
    left: 0px;
}
#content-container-three-column-bis {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	width:700px;
	border:1px solid #818181;
	position:relative;
	}
#content-main-three-column {
	width:355px;
	float:left;
	margin-left:5px;
	}

#content-side2-three-column,
#content-side1-three-column {
	width:50px;
	text-align: center;
	}
	
#content-side2-three-column {
	float:right;
	}

#content-side1-three-column {
	float:left;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container {
	background:url(../../images/bg-three-column-home.png) repeat-y;
	padding:0;
	}

#three-column-side1 {
	float:left;
	width:8%;
	}

#three-column-side2 {
	float:right;
	width:72%;
	}

#three-column-middle {
	width:20%;

	}
#navbottom {
    position: relative;
    margin-top: -50px;
    height: 50px;
    clear:both;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	GridView from http://www.atashbahar.com/post/GridView-makeover-using-CSS.aspx

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
.mGrid { 
    width: 100%; 
    background-color: #fff; 
    margin: 0px 5px 10px 5px; 
    border: solid 1px #525252; 
    border-collapse:collapse;
     
}
.mGrid td { 
    padding: 2px; 
    border: solid 1px #c1c1c1; 
}
.mGrid th { 
    padding: 4px 2px; 
    color: #fff; 
    border-left: solid 1px #525252; 
    font-size: 0.9em; 
}
.mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.mGrid .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    color: #fff; 
    line-height: 12px; 
 }   
.mGrid .pgr a { color: #666; text-decoration: none; }
.mGrid .pgr a:hover { color: #000; text-decoration: none; }
