/*========================================================*/
/*         CSS for DotNetNuke Skin - Minimalist           */
/*                   by Evan O'Neil                       */
/*             http://www.NukeVille.com                   */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ #body { margin: 0; background: #FFFFFF; margin: 0 0 0 0; }
/* Setting Text Throughout the skin      */ table, tr, td {font-family: tahoma; font-size: 11px; margin: 0;}
                                            p {font-family: tahoma; font-size: 11px;}

/*========================================================*/
/*  Design Elements                                       */
/*========================================================*/

/*-- width setting on skins        --*/ .StandardWidth { width:960px; }
/*-- 100 percent height where req  --*/ .FullHeight { height:100%; }
/*-- 100 percent width where req   --*/ .FullWidth { width:100%; }
/*-- outer table on unboxed skins  --*/ .OuterTable { width:100%; height:100%; background:#FFF; }
/*-- outer table on boxed skins    --*/ .OuterTableBoxed { width:100%; height:100%; background: url(/images/minimalist/boxed-bg.gif) repeat top left #dbdbdb; }
/*-- outer cell on boxed skins     --*/ .OuterTDBoxed { padding:15px 0 15px 0; }

/*-- cell containing content panes --*/ .ContentPanesTD { width:auto; height:100%; vertical-align: top; padding: 0 0 0 0; }
/*-- dotted background             --*/ .Dotted { background: url(/images/minimalist/dotted2.gif) repeat top left; }
/*-- row containing logo area      --*/ .LogoRow { height:1px; padding: 0 10px 0 7px; }
/*-- cell containing logo          --*/ .LogoTD { width:1px; padding: 0 0 0 0; }
/*-- row containing breadcrumbs    --*/ .BreadcrumbsRow { height:41px; background: url(/images/minimalist/bread-bg.gif) repeat top left; padding: 0 0 0 0; }
/*-- row for space between areas   --*/ .SpaceBar { height:10px; padding: 0 0 0 0; }
/*-- cell containing breadcrumbs   --*/ .BreadcrumbsTD { height: 41px; width: 100%; background: url(/images/minimalist/bread-bg-l.gif) no-repeat top left; color:#a1a1a1; vertical-align: middle; padding: 0 20px 0 17px; }
										.SearchPageSearchTD { height: 41px; width: 100%; background: url(/images/minimalist/bread-bg-r.gif) no-repeat top right; color:#a1a1a1; vertical-align: middle; padding: 0 20px 0 17px; }
/*-- cell containing search        --*/ .SearchTD { width:215px; vertical-align: top; text-align: right; height: 41px; background: url(/images/minimalist/search-bg.gif) no-repeat top right; padding: 10px 7px 0 0; }
/*-- cell containing privacy       --*/ .PrivacyTD { text-align: left; padding: 0 0 0 0; }
/*-- cell containing copyright     --*/ .CopyrightTD { text-align: right; padding: 0 0 0 0; }

/*========================================================*/
/*  Footer Box Elements                                   */
/*========================================================*/

/*-- row containing footer area    --*/ .FooterRow { height:36px; padding: 0 7px 0 7px; }
/*-- table within footer - rounded --*/ .FooterTable { height:36px; background: url(/images/minimalist/footer-bg-grad.gif) #495f90 repeat-x top left; }
/*-- rounded top-left corner       --*/ .FooterTL { height:5px; background: url(/images/minimalist/footer-bg-tl.gif) no-repeat top left; }
/*-- rounded top-right corner      --*/ .FooterTR { height:5px; background: url(/images/minimalist/footer-bg-tr.gif) no-repeat top right; }
/*-- rounded bottom left corner    --*/ .FooterBL { height:5px; background: url(/images/minimalist/footer-bg-bl.gif) no-repeat bottom left; }
/*-- rounded bottom right corner   --*/ .FooterBR { height:5px; background: url(/images/minimalist/footer-bg-br.gif) no-repeat bottom right; }

/*========================================================*/
/*  Outer Box Elements - boxed skins only                 */
/*========================================================*/

/*-- boxed skins outer box table   --*/ .BoxTable { height:100%; }
/*-- top left corner               --*/ .BoxTL { width:11px; height:11px; background: url(/images/minimalist/box-tl.gif) no-repeat bottom left; }
/*-- top edge                      --*/ .BoxT { height:11px; background: url(/images/minimalist/box-t.gif) repeat-x bottom left; }
/*-- top right corner              --*/ .BoxTR { width:11px; height:11px; background: url(/images/minimalist/box-tr.gif) no-repeat bottom right; }
/*-- left edge                     --*/ .BoxL { width:11px; background: url(/images/minimalist/box-l.gif) repeat-y top left; }
/*-- content area                  --*/ .BoxM { background: #FFF; }
/*-- right edge                    --*/ .BoxR { width:11px; background: url(/images/minimalist/box-r.gif) repeat-y top right; }
/*-- bottom left corner            --*/ .BoxBL { width:11px; height:11px; background: url(/images/minimalist/box-bl.gif) no-repeat top left; }
/*-- bottom edge                   --*/ .BoxB { height:11px; background: url(/images/minimalist/box-b.gif) repeat-x top left; }
/*-- bottom right corner           --*/ .BoxBR { width:11px; height:11px; background: url(/images/minimalist/box-br.gif) no-repeat top right; }

/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/

/*-- top inside content pane       --*/ .TopPane { width: 100%; padding: 0 7px 0 7px;}
/*-- top inside content pane 2     --*/ .TopPane2 { width: 100%; padding: 0 7px 0 7px;}
/*-- left content pane             --*/ .LeftPane { padding: 0 7px 0 7px; width: 50%; }
/*-- right content pane            --*/ .RightPane { padding: 0 7px 0 7px; width: 50%; }
/*-- left2 content pane            --*/ .LeftPane2 { padding: 0 7px 0 7px; width: 25%; }
/*-- content2 pane                 --*/ .ContentPane2 { padding: 0 7px 0 7px; }
/*-- right2 content pane           --*/ .RightPane2 { padding: 0 7px 0 7px; width: 25%; }
/*-- bottom inside pane            --*/ .BottomPane { width: 100%; padding: 0 7px 0 7px; }
/*-- left3 content pane            --*/ .LeftPane3 { padding: 0 7px 0 7px; width: 33%; }
/*-- content3 pane                 --*/ .ContentPane3 { padding: 0 7px 0 7px; }
/*-- right3 content pane           --*/ .RightPane3 { padding: 0 7px 0 7px; width: 33%; }
/*-- bottom2 inside pane           --*/ .BottomPane2 { width: 100%; padding: 0 7px 0 7px; }
/*-- image content pane 1 horiz    --*/ .ImagePane01 { height:1px; padding: 0 7px 9px 7px; }
/*-- image content pane 1 vertical --*/ .ImagePane01V { height:1px; padding: 0 7px 0px 7px; }
/*-- image content pane 2          --*/ .ImagePane02 { height:1px; padding: 9px 7px 0 7px; }
/*-- image content pane 2 vertical --*/ .ImagePane02V { height:1px; padding: 4px 7px 0 7px; }
/*-- image content pane 3          --*/ .ImagePane03 { height:1px; padding: 0 7px 9px 7px; }
/*-- footer content pane           --*/ .FooterPane { width: 100%; height: 26px; padding: 0 7px 0 7px; vertical-align:middle; }
/*-- panel pane                    --*/ .PanelPane { padding: 0 7px 0 7px; }

/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- login token idle                  --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active { color: #939393; background:  url(/images/minimalist/ico-login.gif) no-repeat bottom left;  font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; height:17px; float:right; padding: 2px 0 0 25px; margin: 0 0px 0 16px; }
/*-- login token hover                 --*/ a.LOGIN_object:hover { background:  url(/images/minimalist/ico-login-over.gif) no-repeat bottom left; color: #444444; font-family: tahoma; font-weight:bold; font-size: 11px; text-decoration: none; }
/*-- user token idle                   --*/ .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #939393; background:  url(/images/minimalist/ico-register.gif) no-repeat bottom left;  font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; height:17px; float:right; padding: 2px 0 0 25px;  margin: 0 0px 0 16px; }
/*-- user token hover                  --*/ a.USER_object:hover { background:  url(/images/minimalist/ico-register-over.gif) no-repeat bottom left; color: #444444; font-family: tahoma; font-weight:bold; font-size: 11px; text-decoration: none; }

/*-- logoff token idle                 --*/ .LOGOFF_object, a.LOGOFF_object:link, a.LOGOFF_object:visited, a.LOGOFF_object:active { color: #939393; font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; height:17px; float:right; padding: 2px 0 0 25px;  margin: 0 0px 0 16px; }
/*-- logoff token hover                --*/ a.LOGOFF_object:hover { color: #444444; font-family: tahoma; font-weight:bold; font-size: 11px; text-decoration: none; }


/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #939393; font-family: tahoma; font-size: 11px; text-decoration: none;}
/*-- date token hover                  --*/ a.DATE_object:hover { color: #c1c1c1; font-family: tahoma; font-size: 11px; text-decoration: none;}
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #8f8f8f; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #666; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#aaa; font-size: 11px; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { font-size: 11px; color:#aaa; font-weight:bold; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { font-size: 11px; color:#777; font-weight:bold; text-decoration:none;  }
/*-- language selector dropdown        --*/ .Language_object { font-family: tahoma; font-size: 11px; text-decoration: none; }

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: tahoma; font-size: 11px; color: #242424; }
/*-- highlighted stuff				   --*/ .highlighted { font-family: tahoma; font-size: 11px; color: #242424; font-weight: bold;}
/*-- non-highlighted stuff				--*/ .nonhighlighted { font-family: tahoma; font-size: 11px; color: #242424; font-weight: normal;}
/*-- menu							   --*/ .ShopMenu{ font-family: tahoma; font-size: 11px; color: #fff; font-weight: bold;}
/*-- most of the bold text on site     --*/ .NormalBold { font-family: tahoma; font-size: 11px; font-weight: bold; color: #242424; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: tahoma; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: tahoma; font-size: 11px; font-weight: bold; color: #777; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 11px; color: #777; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #666; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #444; font-family: tahoma; font-size: 11px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #666; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- menu links visited and active	   --*/ a.ShopMenu:link, a.ShopMenu:visited  { color: #fff; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links visited and active  --*/ a.highlighted:link, a.highlighted:visited { color: #242424; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links visited and active  --*/ a.nonhighlighted:link, a.nonhighlighted:visited { color: #242424; font-family: tahoma; font-weight: normal; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #555; font-family: tahoma; font-size: 11px;	text-decoration: none; }
/*-- menu links hover	               --*/ a.ShopMenu:hover { color: grey; font-family: tahoma; font-size: 11px;	text-decoration: none; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 15px 12px 7px 12px; cursor: hand; font-size:1px; margin: 0 0 0 0;}
/*-- footer links                      --*/ .Footer_Links, a.Footer_Links:link, a.Footer_Links:visited, a.Footer_Links:active { color: #FFF; font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- footer links hover                --*/ a.Footer_Links:hover { color: #EEE; font-family: tahoma; font-weight:bold; font-size: 11px; text-decoration: none; }

/*========================================================*/
/*  Forms                                                 */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: tahoma; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: tahoma; font-weight: normal; font-size: 11px; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }
/*-- textbox used for search    --*/ /*.SearchTextBoxNonFocus { height:21px; background: transparent; background-image: url(http://www.google.com/coop/intl/en/images/google_custom_search_watermark.gif);  background-repeat: no-repeat; background-position: left; width: 174px; color: #666; padding: 4px 4px 0px 4px; border: 0px solid #FFFFFF; cursor:text;}*/
									.SearchTextBoxFocus { height:21px; background: transparent; width: 174px; color: #666; padding: 4px 4px 0px 4px; border: 0px solid #FFFFFF; cursor:text;}
									.SearchTextBoxNonFocus { height:21px; background: transparent; background-image: url(/images/SearchBackground3.png);  background-repeat: no-repeat; background-position: left; width: 174px; color: #666; padding: 4px 4px 0px 4px; border: 0px solid #FFFFFF; cursor:text;}
									
/*========================================================*/
/*  Sub Menus and Module Menus                            */
/*========================================================*/

/*-- submenu container          --*/ .enu_SMainMubMenu, .ModuleTitle_SubMenu { background: #FFF; padding: 0px; border: 1px dotted #888; z-index: 1000;  cursor: pointer;  cursor: hand; font-weight: normal; filter: none;}
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { background: #3d4f78; color: #FFF; font-family: tahoma; font-size: 11px; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { background: #7d89a4; color: #FFF; font-family: tahoma; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; padding: 0px 30px 0px 16px; height: 20px; border: 0;}

/*========================================================*/
/*  2 Design Elements                                     */
/*========================================================*/

.MenuHeight { height:36px; }
.MenuTD {  background: url(/images/minimalist/nav-bg.gif) repeat-x top left; padding: 0 10px 0 10px; }
.MenuLeft { width:12px; background: url(/images/minimalist/nav-bg-l.gif) no-repeat top left; }
.MenuRight { width:12px; background: url(/images/minimalist/nav-bg-r.gif) no-repeat top left; }
.LoginTD { width: 100%; vertical-align: middle; text-align: right; font-size: 7px; padding: 0 0 8px 0; }
.CopyrightRow { height:20px; padding: 0 10px 0 10px; vertical-align: bottom; }

/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background: transparent; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; }
/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { margin: 0 0 0 2px; }
/*-- menuitems idle             --*/ .MainMenu_Idle TD { color: #FFF; background: url(/images/minimalist/nav-bg.gif) repeat-x top center transparent; font-size: 8pt; padding: 12px 0px 11px 0px; font-weight: bold; }
/*-- menuitems over             --*/ .MainMenu_Selected TD { color: #FFF; background: url(/images/minimalist/nav-bg.gif) repeat-x top center transparent; font-size: 8pt; padding: 12px 0px 11px 0px; font-weight: bold; }
/*-- menuitems active           --*/ .MainMenu_Active TD, .MainMenu_BreadcrumbActive TD { color: #242424; background: url(/images/minimalist/nav-active.gif) repeat-x top center transparent; font-size: 8pt; padding: 14px 0px 9px 0px; font-weight: bold; }
/*-- left seperator idle        --*/ .MainMenu_LeftIdle { background: transparent; width:5px; height: 36px; }
/*-- left seperator active      --*/ .MainMenu_LeftActive { background: url(/images/minimalist/nav-active-l.gif) no-repeat top right transparent; width:5px; height: 36px; }
/*-- right seperator idle       --*/ .MainMenu_RightIdle { background: transparent; width:5px; height: 36px; }
/*-- right seperator active     --*/ .MainMenu_RightActive { background: url(/images/minimalist/nav-active-r.gif) no-repeat top right transparent; width:5px; height: 36px; }
/*-- middle seperator           --*/ .MainMenu_Seperator { background: transparent; width:1px; height: 36px; }
/*-- not needed - main menu     --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon { display: none; }									 
/*-- module menu continer       --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar            --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding        --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 15px 0 10px; }
/*-- not needed - module menu   --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow { display: none; }
									 .ModuleTitle_MenuIcon { background: #FFF; border: 0px; border-bottom: 1px dotted #999; width:0px; height: 20px; padding: 0 0 0 0; margin: 0 0 0 0; font-size: 0px; }
									 .ModuleTitle_MenuIcon IMG { margin: 0 10px 0 10px; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; background:transparent;  vertical-align:top;}

									 .MainMenuIdle { color: #FFFFFF; background: url(/images/minimalist/nav-bg.gif) repeat-x top center transparent; font-size: 8pt; padding: 12px 0px 11px 0px; font-weight: bold; }
									 .MainMenuActive { color: #242424; background: url(/images/minimalist/nav-active.gif) repeat-x; font-size: 8pt; padding: 14px 0px 9px 0px; font-weight: bold;}
									 .MainMenuSeperator { width: 10px; padding: 0 10px 0 10px; margin: 0 10px 0 10px;}

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/

/*-- conatiner title token             --*/ .EON_MI_OCS03Title { font-size: 11px; font-family: tahoma; color: #242424; font-weight: bold; }
/*-- container title cell              --*/ .EON_MI_OCS03TitleTD { width:100%; padding: 0; border-bottom: 1px solid #BBBBBB; margin: 0 0 5px 0;}
/*-- container footer cell             --*/ .EON_MI_OCS03FooterTD { text-align:right; width:100%; padding: 5; border-top: 1px solid #BBBBBB;}
/*-- container actions cell            --*/ .EON_MI_OCS03ActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .EON_MI_OCS03Content { font-size: 11px; font-family: tahoma; color: #444; padding: 5px 0 0 0;}
/*-- container Icons cell              --*/ .EON_MI_OCS03Icons { text-align:right; padding: 5px 0 7px 0; border-top: 1px solid #BBBBBB;}
/*-- container Image		           --*/ .EON_MI_OCS03Image { margin: 5px; height: 100px; width: 100px;}
/*-- container ContentFont	           --*/ .EON_MI_OCS03ContentFont { font-family: tahoma; font-size: 11px; color: #242424; line-height: 1.5em; }

/*-- top center section                --*/ .EON_MI_OCS03T { background: url(/images/minimalist/03t_Minimalist.gif) top left repeat-x; vertical-align:middle; height: 8px; padding: 0; }
/*-- top left section                  --*/ .EON_MI_OCS03TL { background: url(/images/minimalist/03tl_Minimalist.gif) top left no-repeat; vertical-align:top; height: 8px; width: 8px; padding: 0; }
/*-- top right section                 --*/ .EON_MI_OCS03TR { background: url(/images/minimalist/03tr_Minimalist.gif) top right no-repeat; vertical-align:middle; height: 8px; width: 8px;  text-align:left; padding: 0 0 0 0; }

/*-- mid center section                --*/ .EON_MI_OCS03M { background: url(/images/minimalist/03m_Minimalist.gif); vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .EON_MI_OCS03ML { background: url(/images/minimalist/03ml_Minimalist.gif) bottom left repeat-y; vertical-align:top; width:10px; padding: 0; }
/*-- mid right section                 --*/ .EON_MI_OCS03MR { background: url(/images/minimalist/03mr_Minimalist.gif) bottom right repeat-y; vertical-align:top; width:10px; padding: 0; }

/*-- bottom center section             --*/ .EON_MI_OCS03B { background: url(/images/minimalist/03b_Minimalist.gif) bottom left repeat-x; vertical-align:top; height: 8px; padding: 0; }
/*-- bottom left section               --*/ .EON_MI_OCS03BL { background: url(/images/minimalist/03bl_Minimalist.gif) bottom left no-repeat; vertical-align:top; height: 8px; width: 8px; padding: 0; }
/*-- bottom right section              --*/ .EON_MI_OCS03BR { background: url(/images/minimalist/03br_Minimalist.gif) bottom right no-repeat; vertical-align:top; height: 8px; width: 8px; padding: 0; }

/*========================================================*/

/*-- conatiner title token             --*/ .EON_MI_OCS04Title { font-size: 11px; font-family: tahoma; color: #FFF; font-weight: bold; }
/*-- container title cell              --*/ .EON_MI_OCS04TitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .EON_MI_OCS04ActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .EON_MI_OCS04Content { font-size: 11px; font-family: tahoma; color: #444; padding: 5px 0 0 0;}
/*-- container Icons cell              --*/ .EON_MI_OCS04Icons { text-align:right; padding: 5px 0 7px 0; border-top: 1px solid #BBBBBB;}

/*-- top center section                --*/ .EON_MI_OCS04T { background: url(/images/minimalist/04t_Minimalist.gif) top left repeat-x; vertical-align:middle; height: 23px; padding: 0 0 1px 0; }
/*-- top left section                  --*/ .EON_MI_OCS04TL { background: url(/images/minimalist/04tl_Minimalist.gif) top left no-repeat; vertical-align:top; height: 23px; width:10px; padding: 0; }
/*-- top right section                 --*/ .EON_MI_OCS04TR { background: url(/images/minimalist/04tr_Minimalist.gif) top right no-repeat; height: 23px; width:22px; vertical-align:middle; text-align:left; padding: 0 0 2px 0; }

/*-- mid center section                --*/ .EON_MI_OCS04M { background: url(/images/minimalist/04m_Minimalist.gif); vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .EON_MI_OCS04ML { background: url(/images/minimalist/04ml_Minimalist.gif) bottom left repeat-y; vertical-align:top; width:10px; padding: 0; }
/*-- mid right section                 --*/ .EON_MI_OCS04MR { background: url(/images/minimalist/04mr_Minimalist.gif) bottom right repeat-y; vertical-align:top; width:10px; padding: 0; }

/*-- bottom center section             --*/ .EON_MI_OCS04B { background: url(/images/minimalist/04b_Minimalist.gif) bottom left repeat-x; vertical-align:top; height: 17px; padding: 8px 0 0 0; }
/*-- bottom left section               --*/ .EON_MI_OCS04BL { background: url(/images/minimalist/04bl_Minimalist.gif) bottom left no-repeat; vertical-align:top; height: 17px; width:10px; padding: 0; }
/*-- bottom right section              --*/ .EON_MI_OCS04BR { background: url(/images/minimalist/04br_Minimalist.gif) bottom right no-repeat; vertical-align:top; height: 17px; width:10px; padding: 0; }

/*========================================================*/

/*-- conatiner title token             --*/ .EON_MI_OCS05Title { font-size: 11px; font-family: tahoma; color: #666; font-weight: bold; }
/*-- container title cell              --*/ .EON_MI_OCS05TitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .EON_MI_OCS05ActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .EON_MI_OCS05Content { font-size: 11px; font-family: tahoma; color: #444; padding: 5px 0 0 0;}
/*-- container Icons cell              --*/ .EON_MI_OCS05Icons { text-align:right; padding: 5px 0 7px 0; border-top: 1px solid #BBBBBB;}
/*-- container MinOrderValue Label     --*/ .EON_MI_OCS05MinOrderVal { font-size: 11px; font-weight: bold; font-family: tahoma; color: Blue; padding: 5px 0 0 0;}

/*-- top center section                --*/ .EON_MI_OCS05T { background: url(05t_Minimalist.gif) top left repeat-x; vertical-align:middle; height: 23px; padding: 0 0 1px 0; }
/*-- top left section                  --*/ .EON_MI_OCS05TL { background: url(05tl_Minimalist.gif) top left no-repeat; vertical-align:top; height: 23px; width:10px; padding: 0; }
/*-- top right section                 --*/ .EON_MI_OCS05TR { background: url(05tr_Minimalist.gif) top right no-repeat; height: 23px; width:22px; vertical-align:middle; text-align:left; padding: 0 0 2px 0; }

/*-- mid center section                --*/ .EON_MI_OCS05M { background: url(05m_Minimalist.gif); vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .EON_MI_OCS05ML { background: url(05ml_Minimalist.gif) bottom left repeat-y; vertical-align:top; width:10px; padding: 0; }
/*-- mid right section                 --*/ .EON_MI_OCS05MR { background: url(05mr_Minimalist.gif) bottom right repeat-y; vertical-align:top; width:10px; padding: 0; }

/*-- bottom center section             --*/ .EON_MI_OCS05B { background: url(05b_Minimalist.gif) bottom left repeat-x; vertical-align:top; height: 17px; padding: 8px 0 0 0; }
/*-- bottom left section               --*/ .EON_MI_OCS05BL { background: url(05bl_Minimalist.gif) bottom left no-repeat; vertical-align:top; height: 17px; width:10px; padding: 0; }
/*-- bottom right section              --*/ .EON_MI_OCS05BR { background: url(05br_Minimalist.gif) bottom right no-repeat; vertical-align:top; height: 17px; width:10px; padding: 0; }

/*========================================================*/

/*-- conatiner title token             --*/ .EON_MI_OCS07Title { font-size: 11px; font-family: tahoma; color: #696969; font-weight: bold; }
/*-- container title cell              --*/ .EON_MI_OCS07TitleTD { width:100%; padding: 0; border-bottom: 1px solid #BBBBBB;}
/*-- container actions cell            --*/ .EON_MI_OCS07ActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .EON_MI_OCS07Content { font-size: 11px; font-family: tahoma; color: #444; padding: 5px 0 0 0;}
/*-- container Icons cell              --*/ .EON_MI_OCS07Icons { text-align:right; padding: 5px 0 7px 0; border-top: 1px solid #BBBBBB;}

/*-- top center section                --*/ .EON_MI_OCS07T { background: url(/images/minimalist/07t_Minimalist.gif) top left repeat-x; vertical-align:middle; height: 23px; padding: 2px 0 0 0; }
/*-- top left section                  --*/ .EON_MI_OCS07TL { background: url(/images/minimalist/07tl_Minimalist.gif) top left no-repeat; vertical-align:top; height: 23px; width:10px; padding: 0; }
/*-- top right section                 --*/ .EON_MI_OCS07TR { background: url(/images/minimalist/07tr_Minimalist.gif) top right no-repeat; height: 23px; width:22px; vertical-align:middle; text-align:left; padding: 0 0 0 0; }

/*-- mid center section                --*/ .EON_MI_OCS07M { background: url(/images/minimalist/07m_Minimalist.gif); vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .EON_MI_OCS07ML { background: url(/images/minimalist/07ml_Minimalist.gif) bottom left repeat-y; vertical-align:top; width:10px; padding: 0; }
/*-- mid right section                 --*/ .EON_MI_OCS07MR { background: url(/images/minimalist/07mr_Minimalist.gif) bottom right repeat-y; vertical-align:top; width:10px; padding: 0; }

/*-- bottom center section             --*/ .EON_MI_OCS07B { background: url(/images/minimalist/07b_Minimalist.gif) bottom left repeat-x; vertical-align:top; height: 17px; padding: 8px 0 0 0; }
/*-- bottom left section               --*/ .EON_MI_OCS07BL { background: url(/images/minimalist/07bl_Minimalist.gif) bottom left no-repeat; vertical-align:top; height: 17px; width:10px; padding: 0; }
/*-- bottom right section              --*/ .EON_MI_OCS07BR { background: url(/images/minimalist/07br_Minimalist.gif) bottom right no-repeat; vertical-align:top; height: 17px; width:10px; padding: 0; }

/*========================================================*/
/*     ASP.NET Datagrids		                          */
/*========================================================*/

/*-- Datagrid title token             --*/ .DataGridTitle { background: url(/images/minimalist/nav-bg.gif) top left repeat-x; vertical-align:middle; height: 23px; padding: 0 0 1px 0; font-size: 11px; font-family: tahoma; color: #FFF; font-weight: bold; }
											.DataGridFooter { background: url(/images/minimalist/nav-bg-basket.gif) top left repeat-x; vertical-align:middle; height: 23px; padding: 0 0 1px 0; font-size: 11px; font-family: tahoma; color: #242424; font-weight: bold; }
/*-- Datagrid title token             --*/ .BasketDataGridTitle { background: url(/images/minimalist/nav-bg-basket.gif) top left repeat-x; vertical-align:middle; height: 23px; padding: 0 0 1px 0; font-size: 11px; font-family: tahoma; color: #FFF; font-weight: bold; }
/*-- Datagrid title cell              --*/ .DataGridTitleTD { width:100%; padding: 0;}
/*-- Datagrid actions cell            --*/ .DataGridActionsTD { width:0%; padding: 0;}
/*-- Datagrid content pane            --*/ .DataGridContent { font-size: 11px; font-family: tahoma; color: #444; padding: 5px 0 0 0;}
/*-- Datagrid Icons cell              --*/ .DataGridIcons { text-align:right; padding: 5px 0 7px 0; border-top: 1px solid #BBBBBB;}
											.DataGridItemStyle { background: #FFFFFF; }
											.DataGridAltItemStyle { background: #ECECDA; }

/*-- top center section                --*/ .DataGridT { background: url(/images/minimalist/04t_Minimalist.gif) top left repeat-x; vertical-align:middle; height: 23px; padding: 0 0 1px 0; }
/*-- top left section                  --*/ .DataGridTL { background: url(/images/minimalist/04tl_Minimalist.gif) top left no-repeat; vertical-align:top; height: 23px; width:10px; padding: 0; }
/*-- top right section                 --*/ .DataGridTR { background: url(/images/minimalist/04tr_Minimalist.gif) top right no-repeat; height: 23px; width:22px; vertical-align:middle; text-align:left; padding: 0 0 2px 0; }

/*-- mid center section                --*/ .DataGridM { background: url(/images/minimalist/04m_Minimalist.gif); vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .DataGridML { background: url(/images/minimalist/04ml_Minimalist.gif) bottom left repeat-y; vertical-align:top; width:10px; padding: 0; }
/*-- mid right section                 --*/ .DataGridMR { background: url(/images/minimalist/04mr_Minimalist.gif) bottom right repeat-y; vertical-align:top; width:10px; padding: 0; }

/*-- bottom center section             --*/ .DataGridB { background: url(/images/minimalist/04b_Minimalist.gif) bottom left repeat-x; vertical-align:top; height: 17px; padding: 8px 0 0 0; }
/*-- bottom left section               --*/ .DataGridBL { background: url(/images/minimalist/04bl_Minimalist.gif) bottom left no-repeat; vertical-align:top; height: 17px; width:10px; padding: 0; }
/*-- bottom right section              --*/ .DataGridBR { background: url(/images/minimalist/04br_Minimalist.gif) bottom right no-repeat; vertical-align:top; height: 17px; width:10px; padding: 0; }


/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
