body{
	margin: 1px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	height:100%;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #ffffff;
    BORDER-RIGHT: #F47F00 1px solid; 
    BORDER-TOP: #F47F00 1px solid; 
    BORDER-LEFT: #F47F00 1px solid; 
    BORDER-BOTTOM: #F47F001px solid; 
}
.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: #F47F00;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
    color:#F47F00;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#F47F00;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#F47F00;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#C53421;
}
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #F47F00;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #F47F00;
}
/* 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:#F47F00;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
/*	text-align:justify;*/
}
/* 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: #F47F00;
}

/* 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: #6B7584;
}

/* 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;
	 color: #F47F00;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #AC121C;
}

A.CommandButton:visited  {
    text-decoration: underline;
    color: #AC121C;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #AC121C;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #AC121C;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #F47F00;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #F47F00;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #F47F00;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #F47F00;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #F47F00;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #F47F00;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #F47F00;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #F47F00;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #F47F00;
}

A:link  {
    text-decoration:    underline;
    color: #AF1307;
}

A:visited   {
    text-decoration:    none;
    color: #AF1307;
}

A:active    {
    text-decoration:    underline;
    color: #AF1307;
}

A:hover {
    text-decoration:    underline;
    color: #F47F00;
}

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: #F47F00;
    height:1pt;
    text-align:left
}
.Flowers_topbg{
	background-image: url(bg_main.jpg);
	height: 158px;
	background-repeat: repeat-x;
}
.Flowers_redbg{
	background-image: url(menu.jpg);
	background-position: left;
	height: 35px;
	background-repeat: repeat-x;
}
.Flowers_bottombg{
	background-image: url(Flowers_bottombg.gif);
	height: 48px;
	background-repeat: repeat-x;
}
.Flowers_searchbg{
	background-image: url(search.gif);
	width: 264px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: right;
}
.enter{
	background-image: url(black.jpg);
	width: 100%;
	height: 100%;
}
/**/
.BannerPane{
	padding: 0px;
}
.TopPane{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.LeftImage{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 309px;
	padding-right: 0px;
	width: 309px;
    height: 735px;
	background-image: url(left_img.jpg);
	background-repeat: no-repeat;
}
.Andrew{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 309px;
    height: 735px;
	background-image: url(left_img.jpg);
	background-repeat: no-repeat;
}

.countdown{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 535px;
	padding-right: 0px;
	font-weight: bold;
    font-size: 11px;
    color: #F47F00;
}

.Konten{	
	padding-left: 309px;

}

.Lefting{	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 309px;
    height: 735px;
}

.LeftImage2{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 309px;
	background-image: url(left_img2.jpg);
	background-repeat: no-repeat;
}
.LeftPane{
    background: transparent;
	/*padding-top: 29px;*/
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.LeftPane2{
    background: transparent;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.ContentPane{
	padding-left: 9px;
	padding-right: 10px;
	width: 75%;
}
.RightPane{
	padding-left: 10px;
	padding-right: 10px;
	width: 25%;
}
.RightPane02{
	/*padding-top: 29px;*/
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.BottomPane{
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.SearchButton {
   background: transparent;
   padding: 10px 0px 10px 28px; 
   cursor: hand; 
   font-size:1px;
   margin: 0 0 0 0px;
}
 #dnn_dnnSEARCH_txtSearch { text-align: left; vertical-align: middle;  height:16px; background: transparent; width: 119px; color: #333333; p border: 0px solid #FFFFFF; cursor:text; font-size: 12px;}
/* menu */
.MainMenu_MenuContainer {	
	/*background-color: transparent;*/
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:35px;
}
.ItemsBreak{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.RootItem TD{
   /*background menu*/
   background-image: url(Flowers_menu01.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F47F00;
	/*background-repeat: no-repeat;*/
	background-position: top;	
	height: 35px;
	padding-left: 5px;
}
.RootItemActive TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(Flowers_menu01.gif);
	/*background-repeat: no-repeat;*/
	background-position: top;
	height: 35px;
	padding-left: 5px;
}
.RootItemSelected TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(Flowers_menu01.gif);
	/*background-repeat: no-repeat;*/
	background-position: top;
	height: 35px;
	padding-left: 5px;
}

.RootItemBreadCrumb TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	height: 35px;
	background-image: url(bg_menu.gif);
	/*background-repeat: no-repeat;*/
	background-position: top;
	padding-left: 5px;

}
.MenuIcon{
	cursor: pointer;
	cursor: hand;
	background-color: #B82118;
	text-align: center;
	width: 15px;
	height: 20px;
	font-size: 11px;
	color: #000000;
}
.MainMenu_RootMenuArrow {
	display: none;
}
.MainMenu_RootMenuItem {
	padding: 0px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(Flowers_menu01.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	vertical-align: bottom;
	line-height: 29px;
	height: 34px;
}
.MainMenu_RootMenuItemSel {
	padding: 0px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #DEF0FF;
	text-transform: uppercase;
	vertical-align: bottom;
	line-height: 29px;
	height: 34px;
}
.MainMenu_RootMenuItemActive {
	padding: 0px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(media/TabActMiddle.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	vertical-align: bottom;
	line-height: 31px;
	height: 34px;
}

.SubMenu {
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=135, Strength=1); 
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #F47F00;
	background-color: #B82118;
	background-image: none;
	background-repeat: no-repeat;
}
.SubItemActive TD{
	border-top: 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	background-color: #B82118;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: 0px solid #B8B8B8;
	border-right: 0px solid #DE6FFA;	
	border-top: 0px solid #B8B8B8;
	border-left: 0px solid #DE6FFA;
}
.SubItemBreadCrumb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
	background-color: #3D484A;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;	
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
}
.SubItemSelected
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #F47F00; 
	background-color: #B82118;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: 1px solid #D0D0D0;
	border-right: 0px solid #DE6FFA;	
	border-top: 1px solid #D0D0D0;
	border-left: 0px solid #DE6FFA;
}
.MenuContainer{
	background-color: transparent;
}

.MenuItem /* activate bg image for subitems here */
{
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bolder; 
	font-style: normal; 
	background-color: #B82118 /* fixed firefox problem, do not use transparent here */
	border-bottom: 0px solid #D0D0D0;
	border-right: 0px solid #D0D0D0;	
	border-top: 0px solid #D0D0D0;
	border-left: 0px solid #D0D0D0;
}
.MenuArrow
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border-bottom: 0px solid #D0D0D0;
	border-right: 0px solid #D0D0D0;	
	border-top: 0px solid #D0D0D0;
	border-left: 0px solid #D0D0D0;
}
.MenuRootArrow
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
.MenuBar
{
	background-color: Transparent;
	cursor: pointer;
	cursor: hand;
	height: 16px;
	font-size: 11px;
}
.Separatorcssclass{
}
/**/
.ModuleTitle_MenuIcon {
   cursor: pointer;
   cursor: hand; 
   background-color: #B82118; 
   border-left: #EEEEEE 0px solid; 
   border-bottom: #EEEEEE 0px solid; 
   border-top: #EEEEEE 0px solid; 
   text-align: center; 
   width: 15px; 
   height: 20px; 
   color: #000000;
   font-size: 11px;
 }
.ModuleTitle_MenuArrow{	
   font-family: Arial, Helvetica, sans-serif; 
   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: Arial, Helvetica, sans-serif; 
   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: #B82118; 
   height: 0px; 
   color: #F47F00;
	font-size: 11px;
}
.ModuleTitle_MenuItemSel { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   font-weight: bolder; 
   cursor: pointer; 
   cursor: hand; 
   color: #F47F00; 
   background: #B82118; 
   padding: 0px 0px 0px 0px; 
   border: 0;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bolder; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #B82118; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bolder;
}
/**/
.login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
A.login:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
A.login:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
A.login:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
A.login:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
.user{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
   font-weight: normal;
}
A.user:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
A.user:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
A.user:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
A.user:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
.current{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
	font-weight: normal;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
   font-weight: normal;
}
.terms{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
   font-weight: normal;
}
A.terms:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
	text-decoration: none;
   font-weight: normal;
}
A.terms:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
	text-decoration: none;
	font-weight: normal;
}
A.terms:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
   text-decoration: underline;
	font-weight: normal;
}
A.terms:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
	text-decoration: none;
	font-weight: normal;
}
.privacy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
   font-weight: normal;
}
A.privacy:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
	text-decoration: none;
   font-weight: normal;
}
A.privacy:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#646464;
	text-decoration: none;
	font-weight: normal;
}
A.privacy:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
   text-decoration: underline;
	font-weight: normal;
}
A.privacy:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
	text-decoration: none;
	font-weight: normal;
}
.breadcrumb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}
.breadsearch{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.search_box{
	background-image: url(search.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

A.breadcrumb:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}
A.breadcrumb:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F47F00;
	font-weight: bold;
}
A.breadcrumb:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F47F00;
	font-weight: bold;
	/*text-decoration: none;*/
}
A.breadcrumb:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}
