/*   http://localhost/css/default.css   */

body
{font: .75em arial;}

a{color:navy;}

a:hover{color:gray;}

/* Page layout styles */

/*Sub Pages*/
TABLE#default
{
	width:999px;
	min-height:450px;
	background-image: url(/usr/headers/background.jpg);
	
}

.HomeBGRed{background: url(/usr/headers/red.jpg) no-repeat;}
.HomeBGCherry{background: url(/usr/headers/cherry.jpg) no-repeat;}
.HomeBGPurple{background: url(/usr/headers/purple.jpg) no-repeat;}
.HomeBGGold{background: url(/usr/headers/gold.jpg) no-repeat;}

.FooterBGRed{background: url(/usr/headers/redfooter.jpg) no-repeat;color:white;}
.FooterBGCherry{background: url(/usr/colorbars/cranberryfooter.jpg) no-repeat;color:white;}

.FooterBGGold{background: url(/usr/headers/goldfooter.jpg) no-repeat;}

.HeaderBGLime{background: url(/usr/colorbars/limeTop.jpg) no-repeat;}
.FooterBGLime{background: url(/usr/colorbars/limefooter.jpg) no-repeat;}

.HeaderBGgreen{background: url(/usr/colorbars/green2Top.jpg) no-repeat;}
.FooterBGgreen{background: url(/usr/colorbars/green2footer.jpg) no-repeat;}

.HeaderBGred{background: url(/usr/colorbars/redTop.jpg) no-repeat;}
.FooterBGred{background: url(/usr/colorbars/redfooter.jpg) no-repeat;}

.HeaderBGorange{background: url(/usr/colorbars/orangeTop.jpg) no-repeat;}
.FooterBGorange{background: url(/usr/colorbars/orangefooter.jpg) no-repeat;}

.HeaderBGpink{background: url(/usr/colorbars/pinkTop.jpg) no-repeat;}
.FooterBGpink{background: url(/usr/colorbars/pinkfooter.jpg) no-repeat;}


.HeaderBGyellow{background: url(/usr/colorbars/yellowTop.jpg) no-repeat;}
.FooterBGyellow{background: url(/usr/colorbars/yellowfooter.jpg) no-repeat;}

.HeaderBGCranberry{background: url(/usr/colorbars/cranberryTop.jpg) no-repeat;}
.FooterBGCranberry{background: url(/usr/colorbars/cranberryfooter.jpg) no-repeat;color:white;}

.HeaderBGmandarin{background: url(/usr/colorbars/mandarinTop.jpg) no-repeat;}
.FooterBGmandarin{background: url(/usr/colorbars/mandarinfooter.jpg) no-repeat;color:white;}

.HeaderBGbrown{background: url(/usr/colorbars/brownTop.jpg) no-repeat;}
.FooterBGbrown{background: url(/usr/colorbars/brownfooter.jpg) no-repeat;color:white;}

.HeaderBGpurple{background: url(/usr/colorbars/purpleTop.jpg) no-repeat;}
.FooterBGpurple{background: url(/usr/headers/purplefooter.jpg) no-repeat; color:white;}




TABLE#default TD#leftPane
{
	background-color:white;
	width:323px;
}

TABLE#default TD#leftPane2
{
	border-top:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	background-color:white;
	padding-left:30px;
}

TABLE#default TD#centerPane
{
	width : 440px;
	background-color:white;
}

TABLE#default TD#centerPane2
{
	border-top:1px solid #e4e4e4;
	width : 676px;
	background-color:white;
}

TABLE#default TD#webPanel1{
	border-top:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	background-color:white;
	padding-left:30px;
	height:100%;
	width:275px;
}

TABLE#default TD#webPanel2{
	border-top:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	background-color:white;
	padding-left:30px;
	height:100%;
}

TABLE#default TD#webPanel3{
	border-top:1px solid #e4e4e4;
	background-color:white;
	padding-left:30px;
	height:100%;
}

		
TABLE#default TD#footerPane
{
	height:50px;

}
/* END Home Pages*/

/*Sub Pages*/
TABLE#main
{
	width:960px;
	height:600px;
	margin:10px auto;
	border: 1px solid black;
}
 TABLE#main #logo{
	text-align: center;
	padding-top:15px;
}
TABLE#main TD#headerPane
{
	width:999px;;
	height:12px;
}

TABLE#main TD#tagLinePane0
{
	text-align:right;
	height:34px;
    background-image: url(/webimgs/menutagLine.jpg);
}


TABLE#main TD#tagLinePane
{
	height:14px;
    background-image: url(/webimgs/tagLine.jpg);
}


TABLE#main TD#centerPane
{
	width: 500px;
	background-color:white;
	filter:alpha(opacity=90);-moz-opacity: 0.9;opacity:0.9;
	vertical-align:top;
	
	Border-left: 1px solid gray;
	Border-right: 1px solid gray;
}
TABLE#main TD#upperLeft{
	width: 240px;
	
	vertical-align: top;
	text-align: left;
}
TABLE#main TD#upperRight{
	
	vertical-align: top;
	width:193px;
	text-align: left;

}




TABLE#main TD#centerPaneWithRightPane
{
	width : 415px;
	height:100%; 
	background-color:white;
	height:100%;
}
TABLE#main TD#rightPane{
	width:180px;
	height:100%;
	vertical-align:top;
    text-align:center;
	background-color: white;
}
TABLE#main TD#noRightPane{
	display:none;
}

TABLE#main TD#tagLinePane2
{
	display:none;
}
		
TABLE#main TD#footerPane
{
	height:50px;
}

#subHeader{
	padding-left:10px;
	height:164px;
	width:659px;
}
/* END Sub Pages*/


/* Web part styles */
.divContentTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: white;
    TEXT-DECORATION: underline
}
     
.tagContent, .footercontent
{   font-size: 11px;
    color:white;    
    font-weight:bold;
}
.clsVisibleMenu
{
    DISPLAY: block
}
.copyright
{
    FONT-SIZE: 9px;
}
.copyrightHR
{
    BORDER-RIGHT: #333366 1px solid;
    BORDER-TOP: #333366 1px solid;
    BORDER-LEFT: #333366 1px solid;
    WIDTH: 80%;
    BORDER-BOTTOM: #333366 1px solid
}

.footerText{
    color:#808080;
}
#divContent
{
    padding: 0px 10px 0px 10px;
	
}
#divCopyright
{
	margin-top:5px;
	TEXT-ALIGN: center;
	width: 100%;
}
#divCopyright a
{
	color: white;
}
#divFooter
{
    TEXT-ALIGN: center
}

#divTitleBar
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 10px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    PADDING-BOTTOM: 2px;
    WIDTH: 100%;
    COLOR: #559534;
    PADDING-TOP: 6px;
    HEIGHT: 25px
}

.pageTitle {
	font-size: 1.6em;
	color: black;
	font-weight: bold;
	
}

.navTitle {
    color : Navy;
    font-size : 13px;
    font-weight : bold;
    margin-bottom:5px;
}

.pageTitle2 {
    color : maroon;
    font-size : 15px;
    font-weight : bold;
    margin-bottom:10px;
}

.Title2 {
    color : black;
    font-size : 18px;
    font-weight : bold;
    margin-bottom:10px;
	padding:5px;
	background-color:#FFCA03;
	border:1px solid black;
	width:150px;
}


    
    
		
    .labelBox{
    border: thin solid #9D9D9D; 
    height: 30px; 
    width: 400px;
    text-align: center; 
    vertical-align: middle;
    padding-top:5px;
    background-color:#011D70;
    text-decoration: none;
	font-size:13px;
    font-weight:bold;
    color:white;
	display:block;
    
}

   .labelBox:hover{
    background-color:#EF9848;
   }
   
    .loginBox{
	width:300px;
	border:1px solid black;
	background-color: #99CCFF;
}
	
	.loginTitle{
	width:300px;
	text-align:left;
	font-weight:bold;
	border:1px solid black;
	background-color: #FEAD00;
	color:black;
	height:20px;
}

a.login{
	color: #0065C2;
	font-weight:bold;
	text-decoration:none;
}



#pageHeaderContent {
	margin: 0px 0px 0px 0px;
	line-height: 1.75em;
}
#pageFooterContent {
	margin: 10px 0px 0px 0px;	
}

#copyrightText {
	color: #808080;
}

/*Grape Growers Portal Sites */
div.topMenuItem, a.topMenuItem, a.topMenuItemselected {
	margin:0px;
}
.GrowerInfo {
	margin:15px 0px;;
}

.GrowerInfo h3{
	font-size:1.2em;
	margin:0px;
	padding:0px;
	color:#980101;
}
.GrowerInfo h4{
	font-size:1em;
	margin:0px;
	padding:5px 0px 0px;
	color:#980101;
}
.GrowerInfo h3 .SubHeading{
	font-weight:normal;
	font-size:.9em;
	color:#000000;
}
.ContactInfo{
	margin-left:20px;
}
.WorkbookLink{
	color:#000000;
	margin-left:20px;
}
a.WorkbookLink{	
	color:navy;
}
.FilePane a{
	margin-left:20px;
	font-size:15px;
	color:#000000;
	text-decoration:none;
}
.FilePane a:hover{
	color:#980101;
	font-weight:bold;
}
/* End Grape Growers Portal Sites */
