﻿input
{
    color: #4e524a;
    font-size: 0.8em;
    margin-top: 3px;
}

select
{
    color: #4e524a;
    font-size: 0.8em;
    margin-top: 3px;
}

label 
{  
    display: inline;
    color: #4e524a;
    font-size: 0.8.em;
}

fieldset
{
    border: solid 1px gray;
    padding: 10px 0px;
}

a, a:visited, a:active
{
    color: #70852b;
    text-decoration: none;
    font-size: 0.9em;
}

#recipeContainer
{
    padding: 24px 24px 0px 8px;
    clear: both;
    margin-top: -80px;
}

/*Style Classes*/
.recipeNameContainer
{
    width: 375px;
}

.recipeName
{
    font-size: 1.3em;
    border: none;
    background-color: Transparent;
    color: #4e524a;
}

.description
{
    border: 1px solid Transparent;
    background-color: Transparent; 
    overflow: hidden;
    margin-top: 5px;
    margin-left: 8px;
    color: #4e524a;
    cursor: text;
    width: 320px;
    height: 100px;
    font-size: 0.8em;
}

.description:hover, .notes:hover
{
    border: 1px solid #d4dfca;
}

.owner
{
    color: #4e524a;
    margin-left: 18px;
}

.owner a, .owner a:visited, .owner a:active
{
    color: blue;    
    text-decoration: underline;
}

.notes
{
    border: 1px solid Transparent;
    background-color: Transparent; 
    overflow: hidden;
    margin-top: 5px;
    color: #4e524a;
    cursor: text;
    width: 680px;
    height: 175px;
    font-size: 0.8em;
}

.recipeSpecs
{
    clear: both;
    margin-top: 8px;
    margin-left: 12px;
}

.recipeSpecs h4
{
    font-size: 1.0em;
    color: #a6984f;
    width: 100%;
    border-bottom: dotted 1px gray;
}

.ingredients
{
    margin-top: 24px;
    margin-left: 12px;
    clear: both;
}

.ingredients h4
{
    font-size: 1.0em;
    color: #a6984f;
    width: 100%;
    border-bottom: dotted 1px gray;
}

.ingredients div.hops
{
    float: right;
    width: 375px; 
    margin-bottom: 24px;
}

.ingredients div.fermentables
{
    float: left;
    width: 375px;
    margin-bottom: 24px;
}

.ingredients div.yeast
{
    clear: both;
    min-height: 200px;
    font-size: 0.9em;
    color: #4e524a;
    margin-left: -4px;
}

.ingredients div.yeast h4
{
    font-size: 1.2em;
    color: #a6984f;
    width: 100%;
    border-bottom: dotted 1px gray;
}

.ingredients div.yeast h4 a
{
    font-size: 0.7em;
    vertical-align: middle;
    color: #4e524a;
    width: 100%;
}

.ingredients div.yeast h5
{
    display: inline;
    font-weight: normal;
    font-size: 1.2em;
    color: #000;
}

.recipeStyle
{
    font-size: 0.9em;
    color: #4e524a;
    float: right; 
    width: 375px;
}

.recipeStyle h4
{
    font-size: 1.2em;
    color: #a6984f;
    width: 100%;
    border-bottom: dotted 1px gray;
}

.recipeStyle h4 a
{
    font-size: 0.7em;
    vertical-align: middle;
    color: #4e524a;
}

.recipeStyle h5
{
    display: inline;
    font-weight: normal;
    font-size: 1.2em;
    color: #000;
}

.dialogHeader .filter
{
    float: right;
    font-size: 0.9em;
}

.hopGrid
{
    width: 526px;
    padding: 4px 0px;
}

.hopGridHeader
{
    width: 100%;
    font-weight: normal;
    color: #4e524a;
    margin-bottom: 2px;
}

.hopGridRow
{
    cursor: pointer;
    background-color: #fff;
}

.hopGridRowAlt
{
    cursor: pointer;
    background-color: #efefef;
}

.hopGridRowSelected
{
    cursor: pointer;
    background-color: #f5e174;
    color: #333;
}

.hopGridRow td, .hopGridRowAlt td, .hopGridRowSelected td
{
    overflow: hidden;
}

.hopGridRow:hover, .hopGridRowAlt:hover
{
    background-color: #708090;
    color: #FAEBD7;
}

.handleImage
{
	width:15px;
	height:16px;
	background-image:url(/images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}

.ingredientGridContainer 
{
	position: relative;	/* to capture the absolutely positioned table header */
	padding-top: 22px;	/* space for the column heads */	
	margin: 0 auto;
}

.ingredientGridContainer thead tr 
{
	position: absolute;	/* throws the header out of the table */
	top: 0px;
	left: 0px;
}
	
.ingredientGrid
{
    height: 150px;    
    overflow: auto;
    /*border: inset 1px gray;*/
    border: solid 1px #708090;
    padding: 2px;
}

.yeastGrid
{
    height: 180px; 
    overflow: auto; 
    border: inset 1px gray;
}

.grid
{
    width: 100%;
}

.gridHeader
{
    font-size: 0.95em;
    font-weight: normal;
    color: #4e524a;
}

.gridFooter
{
    background-color: #ffffec;
    color: #4e524a;
}

.gridCell
{
    font-size: 0.8em;
    font-weight: normal;
    color: #4e524a;
    border-top: solid 1px white;
}

.gridCellHidden
{
    display: none;
}

.gridCommandCell
{
    background-color: #ffffec;
    width: 16px;
}

input.gridCommandCell 
{
    background-color: Transparent;
    width: auto;
}

.gridRow
{
    background-color: #f5e174;
}

.gridRowAlt
{
    background-color: #c4ceba;
}

.gridRow:hover, .gridRowAlt:hover
{
    background-color: #efefef;
    color: #333;
    cursor: pointer;
}

.ajaxLoader
{
    float: right;
    margin-right: 8px;
    width: 225px;
    height: 25px;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.8em;
    vertical-align: middle;
    color: #444;
}

.ajaxLoaderBg
{
    background-image: url('/images/ajax-loader.gif');
    background-repeat: no-repeat;
    z-index: 100;
    margin-top: -21px;
}

.ajaxLoaderSaved
{
    background-image: url('/images/ajax-loader-saved.png');
    background-repeat: no-repeat;
    color: #BB6622;
    z-index: 1;
}

.numericUp
{
    background: none;
    background-image: url('/images/upBtn.png');
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    display:inline;
    position: relative;
    top: -6px;
    width: 16px;
    height: 16px;
}

.numericUp:hover
{
    background-image: url('/images/upBtnHover.png');
}

.numericDn
{
    background: none;
    background-image: url('/images/dnBtn.png');
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    display:inline;
    position: relative;
    top: 6px;
    left: -19px;
    width: 16px;
    height: 16px;
}

.numericDn:hover
{
    background-image: url('/images/dnBtnHover.png');
}

.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(/images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

/*Image an popup image */
.beerpic
{
    position: relative;
    float: left;
    text-align: center;
    z-index: 10000;
}

.beerpic:hover
{
}

.beerpic a
{
    font-size: 0.9em;
}

.beerpic img 
{
    border: solid 1px gray; 
    padding: 2px; 
    background-color: #fff; 
    margin: 6px; 
    vertical-align: bottom;
}

.beerpic span
{ /*CSS for enlarged image*/
    position: absolute;
    background-color: white;
    border: 1px solid black;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.beerpic:hover span
{ /*CSS for enlarged image on hover*/
    visibility: visible;
    top: 0;
    left: 85px; /*position where enlarged image should offset horizontally */
}

