/**
 * The styles for the AgVision Anytime website, Homepage.  
 *
 * Created : 04/22/2011
 * By      : Brian Quick
 * For     : DMI Computer Technologies
 * *****************************************************************************
 */


body {
	font-family: Arial, serif;
	}	
/* http://www.w3.org/TR/REC-html40/struct/tables.html#adef-cellspacing
cellspacing = border-spacing (not always working) (on table)
cellpadding = padding (on cell)
*/

/* 
						- - - - Main Menu - - - - -
*/

/* Nav Bar *********************************************************************
 * The table of links that appears at the top of the page
 */
.nav {
	background-color: #3433FD;
	color: white;
	font: medium arial, helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;	
	z-index: 1;	/* Patch for the drop down menus on IE8. */
	}
.nav:hover
{
	background-color: #3433FD;
}
.navpopup {
	background-color: #3433FD;
	color: white;
	font: meduim arial, helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	z-index: 1;		/* Patch for the drop down menus on IE8. */
	}
table.navbuttons 
{
	/*3433FD matches the color that starts the left tile gradient*/
    /*background-color:#3433FD;*/
    color:White;    
	width: 100%;
	}
/*	
	Navigation Links
*/	
A.nav 
{	
	background-image: url(/images/right_tab.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	}
A.nav:hover 
{
	background-image: url(/images/right_tab_hover.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#85ADC4;
	color:black;
	}
A.navpopup 
{
	background-color: #3433FD;
	color: white;
	font: medium arial, helvetica, sans-serif;
	font-weight:bold;
	display:block;
	width:100%;
	height:100%;
	text-decoration: none;
	}
A.navpopup:hover {
	background-color:#85ADC4;
	color:black;
	}		
		
/* Title Bar *******************************************************************
 * The block at the top of the page, bearing the page title and effective user 
 * name
 */
.title {
    background-image: url( '../images/LeftTile2.jpg');
    /*background-image: url( 'images\LeftTile.gif');*/
    background-repeat: repeat-x;
    background-color: #85ADC4;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	}
H1.title {
	font-size: 200%;
	margin: 0px;
	}


/*
	Footer DIV used to center form in browser.
*/
div#divFooter
{
	width: 85% ;
	margin-left: auto ;
	margin-right: auto ;
	text-align:center;
}

/*
	Main DIV used to center form in browser.
*/
div#mainframediv
{
	width: 85% ;
	margin-left: auto ;
	margin-right: auto ;	
	/*text-align:center;*/
}
div#divContent
{
	border-style: solid;
	border-width: thin;
	border-color: #3433FD;
	min-height: 300px;
	padding: 20px;
}

/*
	Commodity Month table
*/
table.commonth
{
	width:100%; 
	border-collapse:collapse;
	/*border-style:none; 	*/
}
td.commonth
{
	border-style:solid;
	border-width:thin;
	border-spacing:0px;
	padding:2px;
}

/*
	Left side of the MyAdmin Section
*/
td.mainframe_leftblock {
    background-image: url( '../images/LeftTile2.jpg');
    background-repeat: repeat-x;
    background-color: #85ADC4;
	color: #FFFFFF;
	width: 123px;
	}