@charset "utf-8";

.flexOpen {
	padding-bottom: 5px;
}

.bOpen .flexHeader {
	background-color: #DAE2E8;
	background-image: url("/images/flex_arrow_open.gif");
	background-position: left center;
	background-repeat: no-repeat;
}

.bOpen .flexHeader h2 {
	color: #45688E;
}

.flexHeader h2 {
	color: #888;
	margin: 0;
	padding: 0;
}

.flexHeader {
	background-color: #eee;
	background-image: url("/images/flex_arrow_shut.gif");
	background-position: left center;
	background-repeat: no-repeat;
	border-top: 1px solid #ccc;
	cursor: pointer;
	padding: 3px 8px 3px 23px;
	height: 13px;
}

.flexBox {
	padding: 10px 8px 15px;
}

.flexBox p {
	margin: 0 0 1em 0;
}

.clearFix {
	display:block;
}

.ingredientRow td {
    padding: 0 3px;
}

.ingredientRow td input,
.ingredientRow td select {
    width: 100%;
}

.deleteButton {
    background-image: url('/images/delete.png');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.button {
    cursor: pointer;
    display: inline;
    padding: 4px 14px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
    text-decoration: none;
    margin: 0 5px;
}

.button:hover {
    text-decoration: none;
}

.big_button {
    font-size: 15px;
    margin: 0 10px;
}

.b_yes {
    color: #fff;
    background-color: #6d8fb3;
    border-color: #7e9cbc #5c82ab #5c82ab;
    text-shadow: 0 1px 0 #45688e;
}

.b_yes:hover {
    color: #fff;
    background-color: #84a1bf;
    border-color: #92acc7 #9293b7 #9293b7;
}

.b_no {
    color: #000;
    background-color: #f2f2f2;
    border-color: #9f9f9f #b8b8b8 #b8b8b8;
    border-right: 1px solid #b8b8b8;
}

.b_no:hover {
    color: #000;
    background-color: #fff;
}

.dialog {
    position: absolute;
    z-index: 10;
    left: 164px;
    top: 50px;
    width: 545px;
    padding: 10px;
    background: url('/images/transparent.png') repeat;
}

.dialog h1 {
    background-color: #4B769F;
    border: 1px solid #45688E;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 10px 5px;
    margin: 0;
}

.dialog .content {
    background-color: #fff;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    overflow-y: scroll;
}

.dialog .footer {
    border: 1px solid #aaa;
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
    height: 30px;
    padding: 5px;
}

#friendsDialog .content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#friendsDialog .content ul li {
    margin: 5px;
    padding: 5px;
    float: left;
    width: 150px;
    height: 50px;
    border: 1px solid transparent;
}

#friendsDialog .content ul li:hover {
	background: #e1e8ed;
	cursor: pointer;
	border-color: /*#edf3f7 #d8dee1 */#d8dee1;
}
