body{	
	background-color:#FFFFFF;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #F2C6FD;
    BORDER-RIGHT: #AFD1DF 1px solid; 
    BORDER-TOP: #AFD1DF 1px solid; 
    BORDER-LEFT: #AFD1DF 1px solid; 
    BORDER-BOTTOM: #AFD1DF 1px solid; 
}
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #AFD1DF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
    color:#AFD1DF;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#AFD1DF;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#AFD1DF;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:838F94;
}
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #838F94;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: 838F94;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #cccccc;
}
/* text style used for most text rendered by modules */
.Normal 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color:#838F94;
}

.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color:838F94;
}


/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: 838F94;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: 838F94;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: 838F94;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #838F94;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: 838F94;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: 838F94;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: 838F94;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: 838F94;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: 838F94;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: 838F94;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: 838F94;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: 838F94;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: 838F94;
}

A:link  {
    text-decoration:    none;
    color:  838F94;
}

A:visited   {
    text-decoration:    none;
    color:  838F94;
}

A:active    {
    text-decoration:    none;
    color:  838F94;
}

A:hover {
    text-decoration:    underline;
    color: 838F94;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #838F94;
    height:1pt;
    text-align:left
}
.autotable{
	height: 100%;
	border-left: 1px solid #AFD1DF;
	border-right:  1px solid #AFD1DF;
}
.flowerstoretopbg{
	/*background-image: url(/Portals/_default/Skins/Sheer - Skin v3/fstopbg_01.gif);*/
	background-image: url(/Portals/44/fstopbg_01.gif);
	background-repeat: repeat-x;
	height: 28px;
	padding-right: 5px;
	padding-bottom: 3px;
}
.flowerstorebanner{
	/*
	background-image: url(/Portals/_default/Skins/Sheer - Skin v3/fsbanner.gif);
	background-repeat: no-repeat;
	height: 184px;
	width: 568px;
	*/
	background-position: left;
	background-color: #F2DFF7;
}
.flowerstorecurr_bg{
	/*background-image: url(/Portals/_default/Skins/Sheer - Skin v3/fscurrbg3.gif);*/
	background-image: url(/Portals/44/fscurrbg3.gif);
	background-repeat: repeat-x;
	height: 20px;
}
.flowerstoremenu_bg1{
	/*background-image: url(/Portals/_default/Skins/Sheer - Skin v3/fsmenu_bg1.gif);*/
	background-image: url(/Portals/44/fsmenu_bg1.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 43px;
}
.flowerstoremenu_bg2{
	/*background-image: url(/Portals/_default/Skins/Sheer - Skin v3/fsmenu_bg2.gif);*/
	background-image: url(/Portals/44/fsmenu_bg2.gif);
	background-repeat: repeat-x;
	height: 43px;
}
.flowerstoremenu_bg3{
	/*background-image: url(/Portals/_default/Skins/Sheer - Skin v3/fsmenu_bg3.gif);*/
	background-image: url(/Portals/44/fsmenu_bg3.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 43px;
}
.flowerstorebottombg{
	/*background-image: url(/Portals/_default/Skins/Sheer - Skin v3/fsbottombg.gif);*/
	background-image: url(/Portals/44/fsbottombg.gif);
	background-repeat: repeat-x;
	height: 66px;
	padding-top: 10px;
}
/**/
.fsSkinObject{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
A.fsSkinObject:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
A.fsSkinObject:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
A.fsSkinObject:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
   text-decoration: underline;
}
A.fsSkinObject:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
A.login:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
A.login:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
A.login:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
   text-decoration: underline;
}
A.login:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.privacy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
A.privacy:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
A.privacy:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
A.privacy:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
   text-decoration: underline;
}
A.privacy:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.terms{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
A.terms:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
A.terms:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
A.terms:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
   text-decoration: underline;
}
A.terms:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.currentdate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.fsbreadcrumb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
A.fsbreadcrumb:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
A.fsbreadcrumb:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
A.fsbreadcrumb:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
   text-decoration: underline;
}
A.fsbreadcrumb:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
/* menu */
.ItemsBreak
{
	background-color: transparent;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	height: 36px;
}
.RootItem TD
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 36px;
}
.RootItemActive TD
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #838F94;
	background-image: none;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 36px;
}
.RootItemSelected TD
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #838F94;
	background-image: none;
	background-repeat: no-repeat;
	height: 36px;
	background-color: transparent;
}
.RootItemBreadCrumb TD
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	height: 36px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: transparent;
}
.MenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color: #AFD1DF;
	text-align: center;
	width: 15px;
	height: 20px;
}
.SubMenu {
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=135, Strength=1); 
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-color: #AFD1DF;
	background-image: none;
	background-repeat: no-repeat;
}
.SubItemActive TD
{
	border-top: 0px solid;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #838F94;
	background-color: #AFD1DF;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: 1px solid #AFD1DF;
	border-right: 0px solid #AFD1DF;	
	border-top: 1px solid #AFD1DF;
	border-left: 0px solid #AFD1DF;
}
.SubItemBreadCrumb
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-color: #AFD1DF;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: 1px solid #AFD1DF;
	border-right: 1px solid #AFD1DF;	
	border-top: 1px solid #AFD1DF;
	border-left: 1px solid #AFD1DF;
}
.SubItemSelected
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff; 
	background-color: #AFD1DF;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: 1px solid #AFD1DF;
	border-right: 0px solid #AFD1DF;	
	border-top: 1px solid #AFD1DF;
	border-left: 0px solid #AFD1DF;
}
.MenuContainer
{
	background-color: transparent;
}

.MenuItem /* activate bg image for subitems here */
{
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: #AFD1DF; /* fixed firefox problem, do not use transparent here */
	border-bottom: 1px solid #AFD1DF;
	border-right: 1px solid #AFD1DF;	
	border-top: 1px solid #AFD1DF;
	border-left: 1px solid #AFD1DF;
}
.MenuArrow
{
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border-bottom: 1px solid #AFD1DF;
	border-right: 1px solid #AFD1DF;	
	border-top: 1px solid #AFD1DF;
	border-left: 1px solid #AFD1DF;
}
.MenuRootArrow
{
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
.MenuBar
{
	background-color: Transparent;
	cursor: pointer;
	cursor: hand;
	height: 16px;
}
.Separatorcssclass{
	font-size: 14px;
	color:#ffffff;
}
/**/
.ModuleTitle_MenuIcon {
 cursor: pointer;
 cursor: hand; 
 background-color: #AFD1DF; 
 border-left: #EEEEEE 0px solid; 
 border-bottom: #EEEEEE 0px solid; 
 border-top: #EEEEEE 0px solid; 
 text-align: center; 
 width: 15px; 
 height: 20px; 
 color: #FFFfff;
 }
.ModuleTitle_MenuArrow{	
font-family: webdings; 
font-size: 11px; 
cursor: pointer; 
cursor: hand; 
border-right: #FFFFFF 0px solid; 
border-bottom: #FFFFFF 0px solid; 
border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow{
font-family: webdings; 
font-size: 11px; 
cursor: pointer; 
cursor: hand;
}
.ModuleTitle_MenuBreak{
border-bottom: #EEEEEE 0px solid; 
border-left: #EEEEEE 0px solid; 
border-top: #EEEEEE 0px solid;  
border-right: #EEEEEE 0px solid; 
background-color: #AFD1DF; 
height: 0px; 
color: #FFFfff;
}
.ModuleTitle_MenuItemSel { 
font-family: tahoma; 
font-size: 11px; 
font-weight: none; 
cursor: pointer; 
cursor: hand; 
color: #FFF; 
background: #AFD1DF; 
padding: 0px 0px 0px 0px; 
border: 0;
}


/**/
.SearchButton {
   background: transparent;
   padding: 0px 0px 14px 24px; 
   cursor: hand; 
   font-size:1px;
   margin: 0 0 0 0px;
}
 #dnn_dnnSEARCH_txtSearch { text-align: left; vertical-align: middle;  height:14px; background: transparent; width: 109px; color: #7C0686; padding: 0px 2px 0px 2px; border: 0px solid #FFFFFF; cursor:text;}
