.logincontrol
{
	width: 150px;
}

.GFItemControlPanel
{
	float:left;
	border: solid 1px black;
	font-size: 10px;

}

.GFItemControlPanel_DivColumn
{
	float:left;
	margin-right: 20px;
}

.GFRecipeItemControlPanel_DivColumn
{
	display: inline;
	/*float:left;*/
	margin-right: 20px;
}
.GFRecipeItemControlPanel_DivColumn a
{
	color: black;
}

.GFItemControlPanel_DivColumn a
{
	color: black;
}

.GFRecipeItemControlPanel_Large
{
	background-image: url(../images/common/td_toning.png);
	border: solid 1px black;
	font-size: 10px;
}

.GFRecipeItemControlPanel_Small
{
	background-image: url(../images/common/td_toning.png);
	border: solid 1px black;
	font-size: 10px;
}

.RadEditor
{
	float: left;
	background-color: #00142f;
}

.RadEditor table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	text-align: inherit;
	width: auto;
	border: inherit;
}

.RadEditor td {
	padding: 0px;
	text-align: left;
}

.FloatingPlayButton
{
	position: absolute;
	float: left;
	margin-top: 120px;
	margin-left: 360px;
}

.Search_AutoCompleteWindow { margin-top: 0px; cursor: pointer;  font-size: 11px; border: 1px solid #000000; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; background-color: #f3ca75; }
.Search_AutoCompleteItem { background-color: #f3ca75; list-style-type: none; }
.Search_AutoCompleteItem_Highlight { background-color: #5595A5; list-style-type: none; }


.header_txtQuickSearch
{
	width: 160px;
}

.header_btnQuickSearch
{
	display: none;
	visibility: hidden;
}


.recipe_search_categorytable
{
	width: 300px;
}

.recipe_search_categorytable_kind
{
	width: 300px;
	margin-left:50px;
}

.recipe_search_categorytable td
{
	padding-top: 6px;
	font-size: 9px;
}


.recipe_search_categorytable input
{
	height: 11px;
	width: 11px;
	padding-right: 4px;
	margin: 0px;
	vertical-align: middle;
	text-transform: lowercase;
}

.GenericContent_EditorWindow
{
	margin-top: 15px;
}

.GenericContent_EditorWindow table
{
	width: auto;
}

.GenericContent_TxtDescription
{
	width: 300px;	
}

.RecipeEdit_Panel
{
	border-bottom: solid 1px black;
	padding-top: 10px;
	padding-bottom: 10px;
}

.RecipeEdit_Delete
{
	float:right;
}


.CreateGenericItem_PageLink
{
	/*position: relative;
	left: -150px;*/
	display: inline-block;
	width: 350px;
}

.CreateGenericItem_EditLink
{
	display: inline-block;
	width: 80px;
	/*position: relative;
	left: 300px;*/
}

.CreateGenericItem_DeleteLink
{
	display: inline-block;
	width: 80px;
	/*position: relative;
	left: 400px;*/
}

.WeeklyRecipeAdminList
{
	width: 240px;
}


.GFPopupClose {
    display: block;
    height: 24px;
    outline:none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 501;
    line-height: 24px;
    font-weight: bold;
    border: 0;
}
.GFPopupClose img {
    border: 0;
    right: 4px;
    position: absolute;
    top: 4px;
    z-index: 500;

}
.GFPopup {

    width: 460px;
    color: #fff;
    font-size: 11px;
    background: #002E5F;
    border-style: double;
    border-width: 18px;
    border-color: #F3CA75;
    padding: 20px;
    font-family:Arial,Helvetica,sans-serif;
    z-index: 500;
}
.GFPopup h3,
.GFPopup h4 {
    color:#F3CA75;
    margin:0;
    padding: 0;
}
.GFPopup h5 {
    color:#fff;
    margin:0;
    padding: 0;
}
.GFPopup p {
    padding: 0;
    margin: 4px 0 0 4px;
}
.GFPopup h3 {
    font-size: 14px;
}
.GFPopup h4 {
    font-size: 12px;
}
.GFPopup h5 {
    margin-top: 12px;
    font-size: 12px;
}
.GFPopup ul {
    margin: 4px 0 24px 4px;
    padding: 0;
    list-style-type: none;
}
.GFPopupHead {
    margin-top: 12px;
    height: 48px;
    width: 460px;
    float: left;
}
.GFPopupDate {
    font-size: 11px;
    float: right;
    color: #fff;
}
.GFPopupFooter {
    padding-top: 24px;
    font-size: 11px;
}
.GFPopupContent {
    clear: both;
    margin-top: 24px;
}
.GFPopup table {
    font-family:Arial,Helvetica,sans-serif;
    color: #fff;
    font-size: 11px;
    width: 95%;
}
.GFPopupLinkText {
    outline: none;
}
#GFPopupShim {
    display: none;
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;

    z-index: 5;
}
#GFPopupShimIE6 {
    display: none;
    position: absolute;
    filter: alpha(opacity=80);
    top: expression(document.documentElement.scrollTop + "px");
    height: expression(document.body.clientHeight + "px");
    width: expression(document.body.clientWidth + "px");
    background: #000;
}
