/* default font size*/
@import url(x-small.css);
body /*modified 4/27*/{
	font-family:Arial, sans-serif;
	color:#000000;
	margin:0px 0px 0px 0px;
}
.BGpattern {
	padding: 18px;
	background: url(http://www.flowershow.org/images/background.gif);
	border-bottom: dashed #003366 1px;
}
TD {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#000000;
}
.error {
	font-family:Arial, sans-serif;
	color:#990000;
}
.purpleHeader /*modified 4/27*/ {
	font-family: Arial, sans-serif; 
	font-style: normal; 
	text-decoration: none;
	/* color: #FF6633; */
	color: #8eb963;
	font-size: 16px;
	font-weight: 100;
}
.smallPurpleHeader {
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: #2A8EBF; 
	text-decoration: none;
}
.purpleBtn /*modified 4/27*/ {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFE03C;
	color: #000000;
	border-top: 1px solid #FFE03C;
	border-left: 1px solid #FFE03C;
	border-right: 1px solid #D09029;
	border-bottom: 1px solid #D09029;
	cursor: hand;
}
.greyBtn {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #999999;
	color: #ffffff;
	border-top: 1px solid #CCCCFF;
	border-left: 1px solid #CCCCFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	cursor: hand;
}

p {
	
	line-height: 1.4em;
}
.smallGreyBtn {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-color: #999999;
	color: #ffffff;
	border-top: 1px solid #CCCCFF;
	border-left: 1px solid #CCCCFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	cursor: hand;
}
.welcomeHeader /*modified 4/27*/ {
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: 100;
	font-style: normal; 
	color: #000000;
	text-decoration: none;
}
.pageHeader /*modified 4/27*/{
	font-family: Arial, sans-serif; 
	font-size: 20px; 
	font-style: normal; 
	font-weight: 100; 
	color: #000000;
	text-decoration: none
}
.blackHeader {
	font-family: Arial, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000;
	text-decoration: none
}

.mainnav /*modified 4/27*/{  
font-family: Arial, sans-serif, Helvetica, sans-serif; 
font-style: normal; 
font-weight: bold; 
color: #000000; 
text-decoration: none}
a:link.mainnav  {color : #000000;}
a:visited.mainnav  {color : #330033;}
a:hover.mainnav  {color: #333366; text-decoration: underline;}
a:active.mainnav  {color: #000000; text-decoration: underline;}

/*Menu Controls*/
.Navlink /*modified 4/27*/ {
color: #000000; 
text-decoration: underline; 
font-family: Arial, sans-serif; 
font-weight: normal;
}
a:link.Navlink  {color : #000000;}
a:visited.Navlink  {color : #330033;}
a:hover.Navlink  {color: #333366;}
a:active.Navlink  {color: #000000;}

/*modified 4/27 */
.NavlinkBold {
color: #000000; 
text-decoration: underline; 
font-family: Arial, sans-serif; 
font-weight: bold;
}
a:link.NavlinkBold  {color : #000000; font-weight: bold;}
a:visited.NavlinkBold  {color : #330033; font-weight: bold;}
a:hover.NavlinkBold  {color: #333366; font-weight: bold;}
a:active.NavlinkBold  {color: #000000; font-weight: bold;}


/*modified 4/27*/
A.monthHeaderLink {color: #ffffff; font-family: Arial, sans-serif; font-weight: bold; text-decoration:none;}
A.monthHeaderLink:hover { color: #ffffff; font-family: Arial, sans-serif; font-weight: bold; text-decoration:underline;}
A.monthHeaderLink:active { color: #ffffff; font-family: Arial, sans-serif; font-weight: bold; text-decoration:none;}
/*modified 4/27*/
A.monthLink {color: #6B759C; font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration:none;}
A.monthLink:hover { color: #6B759C; font-family: Arial, sans-serif; font-size: 10px;	font-weight: bold; text-decoration:underline;}
A.monthLink:active { color: #6B759C; font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration:none;}
/*modified 4/27*/
A.monthNormalLink {color: #6B759C; font-family: Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration:none;}
A.monthNormalLink:hover { color: #6B759C; font-family: Arial, sans-serif; font-size: 10px;	font-weight: normal; text-decoration:underline;}
A.monthNormalLink:active { color: #6B759C; font-family: Arial, sans-serif; font-size: 10px; font-weight: normal; text-decoration:none;}
/*modified 4/27*/
A.monthAdminLink {color: #666666; font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration:none;}
A.monthAdminLink:hover { color: #666666; font-family: Arial, sans-serif; font-size: 10px;	font-weight: bold; text-decoration:underline;}
A.monthAdminLink:active { color: #666666; font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration:none;}

.monthHeaderBkgd /*modified 4/27*/ {
	background-color:	#003366;
	/*border-top:			1px solid #cccccc;
	border-left:		1px solid #cccccc;
	border-right:		1px solid #333333;
	border-bottom:		1px solid #333333;*/
	padding:2px;
	color:#ffffff;
	vertical-align:middle;
	font-weight:bold;
}

.monthCell /*modified 4/27*/{
	background: 		url(http://www.flowershow.org/images/orangeBox_bg.gif);
	/*border-top:			1px solid #cccccc;
	border-left:		1px solid #cccccc;
	border-right:		1px solid #666666;
	border-bottom:		1px solid #666666;*/
	padding:2px;
	cursor:hand;
}
.monthCellSelected {
	background-color:	#993333;
	border-top:			1px solid #CC6666;
	border-left:		1px solid #CC6666;
	border-right:		1px solid #660000;
	border-bottom:		1px solid #660000;
	padding:2px;
}
.monthAdminHeaderBkgd {
	background-color:	#990000;
	border-top:			1px solid #cccccc;
	border-left:		1px solid #cccccc;
	border-right:		1px solid #333333;
	border-bottom:		1px solid #333333;
	padding:2px;
	color:#ffffff;
	vertical-align:middle;
	font-weight:bold;
	font-size:11px;
}
.monthAdminCell {
	background-color:	#FFCCCC;
	border-top:			1px solid #cccccc;
	border-left:		1px solid #cccccc;
	border-right:		1px solid #333333;
	border-bottom:		1px solid #333333;
	padding:2px;
	cursor:hand;
}
/*End Menu Controls*/
#contain { LEFT: 0px; WIDTH: 275px; POSITION: relative; TOP: 5px }
#containSmall { LEFT: 0px; WIDTH: 275px; POSITION: relative; TOP: 5px; }
#lyrSearchForm{ position:absolute; visibility:hidden; left:0px; top:0px;}
#lyrSearchLink{ position:absolute; visibility:visible; left:0px; top:0px;}
#lyrHistory{ position:absolute; visibility:visible; left:0px; top:0px; z-index:2;}
#lyrHistoryLink{ position:absolute; visibility:visible; left:0px; top:0px; z-index:2;}
#contain2{ LEFT: 0px; WIDTH: 275px; POSITION: relative; TOP: 5px }
#lyrEmailTags{ position:absolute; visibility:hidden; left:50px; top:100px; z-index:2; background-color:#ffffff; color:#ffffff}
#lyrEmailTags2{ position:absolute; visibility:hidden; left:50px; top:100px; z-index:2; background-color:#ffffff; color:#ffffff}


/*Showcard Controls*/
.showcard18pt {
	font-family: Arial, sans-serif; 
	font-size: 18pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
	text-decoration: none
}
.showcard20pt {
	font-family: Arial, sans-serif; 
	font-size: 20pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
	text-decoration: none
}
.showcard24pt {
	font-family: Arial, sans-serif; 
	font-size: 24pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
	text-decoration: none
}
.showcard24ptBold {
	font-family: Arial, sans-serif; 
	font-size: 24pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000;
	text-decoration: none
}
.showcard28pt {
	font-family: Arial, sans-serif; 
	font-size: 28pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
	text-decoration: none
}
.showcard36pt {
	font-family: Arial, sans-serif; 
	font-size: 36pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
	text-decoration: none
}