/*========================================================*/
/*         CSS for DotNetNuke Skin - Minimalist           */
/*                   by Evan O'Neil                       */
/*             http://www.NukeVille.com                   */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%; margin-bottom: 1px; }
/* 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: 0px; border-collapse: collapse;}
                                            p {font-family: verdana; font-size: 11px; margin-top: 5px; margin-bottom: 15px;}
                                            H1 { font-size: 18px; font-weight: bold; color: #5B779C; }
                                            H2 { font-size: 16px; font-weight: bold; color: #5B779C; margin: 0}
                                            H3 { font-size: 14px; font-weight: bold; color: #5B779C; }

.para {font-family: tahoma; font-size: 11px; margin-top:5px; margin-bottom:5px;}
.pFaq {font-family: verdana; font-size: 11px; margin-top:3px; margin-bottom:25px;}
ul { list-style: none; margin: 0; padding: 0; }
ul li { list-style: none; margin: 0; padding: 0; }
img { border: none; }
.PageUl { list-style: none; padding: 0; margin-left: 0px; margin-top: 8px; }
.PageUl li { list-style-type: none; }
.ArrowsUl {  list-style: none; padding: 0; margin-left: 0em;  margin-top: .5em; margin-bottom: .5em; }
.ArrowsUl li { list-style-type: none; }

/*========================================================*/
/*  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(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(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(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(bread-bg-l.gif) no-repeat top left; 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(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; }
/*-- Main Page Image               --*/ .PageImageHeight { height: 60px; }
/*-- Main Page Image               --*/ .PageImageTD { margin-left: 20px; background: url(media/PageImage-l.jpg) no-repeat left top; width: 10px; }
/*-- Main Page Image               --*/ .PageImageText { background: url(media/PageImage-bg.jpg) repeat-x left top; font-size: 28px; color: #fff; padding-left:30px; }
/*-- Main Page Image               --*/ .PageImage1 { background: url(media/PageImage1.jpg) no-repeat left top; width: 489px; padding-right: 7px; }
/*-- Main Page Image               --*/ .PageImage2 { background: url(media/PageImage2.jpg) no-repeat left top; width: 604px; padding-right: 7px; }

/*========================================================*/
/*  Footer Box Elements                                   */
/*========================================================*/

/*-- row containing footer area    --*/ .FooterRow { height:36px; padding: 0 7px 0 7px; }
/*-- table within footer - rounded --*/ .FooterTable { height:36px; background: url(footer-bg-grad.gif) #aebdd0 repeat-x top left; }
/*-- rounded top-left corner       --*/ .FooterTL { height:5px; background: url(footer-bg-tl.gif) no-repeat top left; }
/*-- rounded top-right corner      --*/ .FooterTR { height:5px; background: url(footer-bg-tr.gif) no-repeat top right; }
/*-- rounded bottom left corner    --*/ .FooterBL { height:5px; background: url(footer-bg-bl.gif) no-repeat bottom left; }
/*-- rounded bottom right corner   --*/ .FooterBR { height:5px; background: url(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(box-tl.gif) no-repeat bottom left; }
/*-- top edge                      --*/ .BoxT { height:11px; background: url(box-t.gif) repeat-x bottom left; }
/*-- top right corner              --*/ .BoxTR { width:11px; height:11px; background: url(box-tr.gif) no-repeat bottom right; }
/*-- left edge                     --*/ .BoxL { width:11px; background: url(box-l.gif) repeat-y top left; }
/*-- content area                  --*/ .BoxM { background: #FFF; }
/*-- right edge                    --*/ .BoxR { width:11px; background: url(box-r.gif) repeat-y top right; }
/*-- bottom left corner            --*/ .BoxBL { width:11px; height:11px; background: url(box-bl.gif) no-repeat top left; }
/*-- bottom edge                   --*/ .BoxB { height:11px; background: url(box-b.gif) repeat-x top left; }
/*-- bottom right corner           --*/ .BoxBR { width:11px; height:11px; background: url(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: 20%; }
/*-- content2 pane                 --*/ .ContentPane2 { padding: 0 7px 0 7px; }
/*-- right2 content pane           --*/ .RightPane2 { padding: 0 7px 0 7px; width: 17%; }
/*-- 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%; height: 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(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(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(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(ico-register-over.gif) no-repeat bottom left; 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:#777; font-size: 11px; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { font-size: 11px; color:#777; font-weight:bold; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { font-size: 11px; color:#444; font-weight:bold; text-decoration:none;  }
/*-- language selector dropdown        --*/ .Language_object { font-family: tahoma; font-size: 11px; text-decoration: none; }
/*-- Committee Name                    --*/ .NAME_object { font-family: Tahoma, Verdana; font-size: 20px; font-weight: Normal; color: #5b708c; }
/*-- Dashboard token idle              --*/ .DB_object, a.DB_object:link, a.DB_object:visited, a.DB_object:active {font-size: 11px; font-weight: bold; text-decoration:underline; color: #36c; }
/*-- Dashboard token hover             --*/ a.DB_object:hover { font-size: 11px; font-weight: bold; text-decoration:underline; color: #f70; }
/*-- Footer Links idle                 --*/ .LINK_objects, a.LINK_objects:link, a.LINK_objects:visited, a.LINK_objects:active { font-size: 11px; font-weight: normal; text-decoration:none; COLOR: #fff; }
/*-- Footer Links hover                --*/ a.LINK_objects:hover { font-size: 11px; font-weight: normal; text-decoration:underline; COLOR: #fff; }
/*-- Header Links idle                 --*/ .HeaderLink, a.HeaderLink:link, a.HeaderLink:visited, a.HeaderLink:active { font-weight: normal; font-size: 11px; COLOR: #999; font-family: tahoma; text-decoration: none}
/*-- Header Links hover                --*/ a.HeaderLink:hover { font-weight: normal; font-size: 11px; COLOR: #f70; font-family: tahoma; text-decoration: none}
/*-- Orange Links idle                 --*/ .OrangeLink, a.OrangeLink:link, a.OrangeLink:visited, a.OrangeLink:active { font-weight: bold; font-size: 12px; COLOR: #f80; font-family: Verdana; text-decoration: underline}
/*-- Orange Links hover                --*/ a.OrangeLink:hover { font-weight: bold; font-size: 12px; COLOR: #f70; font-family: Verdana; text-decoration: underline}
/*-- Large Links idle                  --*/ .CMD_objects, a.CMD_objects:link, a.CMD_objects:visited, a.CMD_objects:active {font-size: 12px; font-weight: bold; text-decoration:underline; color: #36c; }
/*-- Large Links hover                 --*/ a.CMD_objects:hover { font-size: 12px; font-weight: bold; text-decoration:underline; color: #f70; }

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: verdana; font-size: 11px; color: #333; }
/*-- most of the text on site          --*/ .NormalItalics { font-family: verdana; font-size: 11px; color: #333; font-style:italic; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: tahoma; font-size: 11px; font-weight: bold; color: #333; }
/*-- red text on site for errors       --*/ .NormalRed { color: #f10; font-family: verdana; font-weight: normal; font-size: 11px; }
/*-- red text on site for errors       --*/ .NormalOrange { color: #f70; font-family: tahoma; font-weight: normal; 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;}
/*-- headings - before textboxes       --*/ .ListHead { font-weight: normal; font-size: 11px; color: #888; font-family: verdana; padding-right:5px; }
/*-- Light text + italics              --*/ .ItalicsLight {	font-weight: normal; font-size: 11px; font-style:italic; color: #999; font-family: Arial; }
/*-- Light text                        --*/ .Light { font-weight: normal; font-size: 11px; color: #888; font-family: Verdana; }
/*-- Light text                        --*/ .Large { font-weight: normal; font-size: 12px; color: #222; font-family: verdana }
/*-- Icon in front of link             --*/ .LinkImage { margin-right: 3px; }


/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { font-family: tahoma; font-size: 12px; font-weight: normal; text-decoration:underline; color: #36c;  }
/*-- default links hover               --*/ a:hover { font-family: tahoma; font-size: 12px; font-weight: normal; text-decoration:underline; color: #f70; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #666; font-family: tahoma; font-weight: bold; font-size: 12px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #444; font-family: tahoma; font-size: 12px;	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; }
/*-- internal page links               --*/ .Page_Link, A.Page_Link:link, A.Page_Link:visited, A.Page_Link:active { font-weight: bold; font-size: 11px; font-family: Verdana; color: #36c; text-decoration: underline; }
/*-- internal page links hover         --*/ A.Page_Link:hover { font-weight: bold; font-size: 11px; font-family: Verdana; color: #f70; text-decoration: underline; }

/*========================================================*/
/*  Forms                                                 */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: tahoma; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 3px; line-height: 13px; font-family: tahoma; font-weight: normal; font-size: 12px; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }
/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:21px; background: transparent; width: 174px; color: #666; padding: 4px 4px 3px 7px; border: 0px solid #FFFFFF; cursor:text;}
/*-- textbox used for search    --*/ #dnn_mycSEARCH_txtSearch.NormalTextBox { height:21px; background: transparent; width: 174px; color: #666; padding: 4px 4px 3px 7px; border: 0px solid #FFFFFF; cursor:text;}

/*========================================================*/
/*  Sub Menus and Module Menus                            */
/*========================================================*/

/*-- submenu container          --*/ .MainMenu_SubMenu, .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: #9aacc4; 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: #bbc7d7; color: #FFF; font-family: tahoma; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; padding: 0px 30px 0px 16px; height: 20px; border: 0;}

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/

/*========================================================*/
/*         CSS for DotNetNuke Skin - Minimalist           */
/*                   by Evan O'Neil                       */
/*             http://www.NukeVille.com                   */
/*========================================================*/

/*========================================================*/
/*  2 Design Elements                                     */
/*========================================================*/

.MenuHeight { height:36px; }
.MenuTD {  background: url(nav-bg.gif) repeat-x top left; padding: 0 10px 0 10px; }
.MenuLeft { width:12px; background: url(nav-bg-l.gif) no-repeat top left; }
.MenuRight { width:12px; background: url(nav-bg-r.gif) no-repeat top left; }
.LoginTD { 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; }
.MenuText { font-weight: bold; padding-left: 30px; font-size: 16px; color: #ffffff;}
.NameTD { padding: 0; vertical-align: middle; }
.LinkTD { padding-left: 10px; padding-bottom:5px; margin-bottom: 0px; }
.Title_18px { font-size: 18px; font-weight: Bold; text-decoration:none; color: #5B779C; }
.Title_16px { font-size: 16px; font-weight: Bold; text-decoration:none; color: #5B779C; }
.Title_14px { font-size: 14px; font-weight: Bold; text-decoration:none; color: #5B779C; }
.Page { line-height: 18px; background-image: url(media/doc.png); background-repeat: no-repeat; background-position: 0 .35em; padding-left: 1.4em; }
.Folder { line-height: 18px; background-image: url(media/docs.png); background-repeat: no-repeat; background-position: 0 .35em; padding-left: 1.4em; }
.Bullet { line-height: 18px; background-image: url(media/bullet.png); background-repeat: no-repeat; background-position: 0 .35em; padding-left: 1.4em; }
.Extern { line-height: 18px; background-image: url(media/extern.png); background-repeat: no-repeat; background-position: 0 .35em; padding-left: 1.4em; }
.Arrow { line-height: 18px; background-image: url(media/arrow.png); background-repeat: no-repeat; background-position: 0 .35em; padding-left: 1.4em; }
.BoxList { line-height: 16px; background-image: url(media/bullet.png); background-repeat: no-repeat; background-position: 0 .35em; padding-left: 1em; }
.ItemArrow { line-height: 18px; background-image: url(media/double_arrow.png); background-repeat: no-repeat; background-position: 0 .40em; padding-left: 1.4em; }

/*========================================================*/
/*     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(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(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(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(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(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;}


#liquid-square { float:right; width: 200px; margin: 0px; margin-right:3px; }
.tops { width: 100%; height: 0px; }
.tops span { display: block; position: relative; height: 0px; }
.center-contents { position: relative; padding: 5px 20px 5px 20px; margin: 0px 0 0px 0; }
.bottomboxs { height:0px; background: }
.bottomboxs span { display: block; position: relative; height:0px; }

#liquid-round {	float:right; width: 230px; margin: 0px; background: #fff url(media/leftside.gif) repeat-y left top; margin-right:-5px; }
.top { width: 100%; height: 20px; background: url(media/top.gif) no-repeat left top; }
.top span { display: block; position: relative; height: 20px; background: url(media/top-right.gif) no-repeat right top; }
.center-content { position: relative; background: url(media/rightside.gif) repeat-y right top; padding: 1px 30px 1px 25px; margin: -1px 0 -22px 0; }
.bottombox { height:50px; background: url(media/bottom.gif) no-repeat left bottom; }
.bottombox span { display: block; position: relative; height:50px; background: url(media/bottom-right.gif) no-repeat right top; }
.BoxText { font-size: 11px; color: #555; font-family: tahoma; }
.BoxTextBoldOrange { font-weight: bold; font-size: 11px; color: #FF7A19; font-family: verdana; }
.BoxTextBoldBlue { font-weight: bold; font-size: 11px; color: #0066B1; font-family: verdana; }
.BoxHead { font-weight: bold; font-size: 11px; color: #888; font-family: verdana; }
.BoxHeader { border-bottom: solid 2px #B2BECE; font-size: 13px; color: #9AACC4; font-weight: bold; padding-top: 8px; padding-bottom: 1px; margin-bottom: 5px; margin-right: 10px; }
.handleText { width:16px; height:16px; background: url(media/HandleGrip.png) no-repeat left bottom; overflow:hidden; cursor:n-resize; }
.BBox { border-top: solid 1px #bbb; border-bottom: solid 1px #bbb; padding: 0px; margin-bottom: 7px; background-color:#F9FBF3; }

.FAQ { font-size: 16px; color: #aaa; font-weight: bold; padding: 0 margin: 0}
.FAQ_title, a.FAQ_title:link, a.FAQ_title:visited, a.FAQ_title:active {font-size: 14px; font-weight: bold; text-decoration:underline; color: #36c; }
a.FAQ_title:hover { font-size: 14px; font-weight: bold; text-decoration:underline; color: #f70; }
.FAQ_object, a.FAQ_object:link, a.FAQ_object:visited, a.FAQ_object:active {font-family: verdana; font-size: 11px; font-weight: normal; text-decoration:underline; color: #36c; }
a.FAQ_object:hover { font-size: 11px; font-weight: normal; text-decoration:underline; color: #f70; }
.FAQ_all, a.FAQ_all:link, a.FAQ_all:visited, a.FAQ_all:active {font-size: 11px; font-weight: bold; text-decoration:underline; color: #666; }
a.FAQ_all:hover { font-size: 11px; font-weight: bold; text-decoration:underline; color: #333; }

#LeftNav { width: 160px; margin: 0px; text-align: right; }
#LeftNav li a { height: 24px; text-decoration: none; }
#LeftNav li #current { width: 160px; height: 24px; font-size: 12px; font-weight: bold; color: #9AACC4; padding: 4px 4px 0 0; display:block; }
#LeftNav li a:link, #LeftNav li a:visited { width: 160px; height: 24px; font-size: 12px; font-weight: bold; color: #5b708c; padding: 4px 4px 0 0; display:block; }
#LeftNav li a:hover { width: 160px; height: 24px; font-size: 12px; font-weight: bold; color: #ffffff; background-color: #5b708c; padding: 4px 4px 0 0; display:block; }

.divPricing { padding: 30 0 0 100; }
.tbPricing { border: solid 1px #ddd;}
.tb_PlanTitle { border-left: solid 1px #ddd; font-size: 16px; font-weight: bold; text-decoration: none; color: #444; font-family: Verdana; background-color:#E0E9D9; text-align: center; } 
.tb_PlanFeature { border-top: solid 1px #ddd; text-align: right; font-size: 12px; font-weight: bold; text-decoration: none; color: #fff; font-family: Verdana; background-color:#9aacc4; } 
.tb_PlanPrice { font-size: 11px; font-weight: normal; text-decoration: none; color: #51BB43; font-family: Verdana; } 
.tb_PlanCell { border-top: solid 1px #ddd; border-left: solid 1px #ddd; text-align: center; font-size: 12px; font-weight: bold; text-decoration: none; color: #444; background-color:#f8f8f8;}
.tb_Signup { border-top: solid 1px #ddd; border-left: solid 1px #ddd; text-align: center; background-color:#f8f8f8;}
.SIGNUP_object, a.SIGNUP_object:link, a.SIGNUP_object:visited, a.SIGNUP_object:active {font-size: 14px; font-weight: bold; text-decoration:underline; color: #f80; }
a.SIGNUP_object:hover { font-size: 14px; font-weight: bold; text-decoration:underline; color: #f70; }
.FreezePaneOff { visibility: hidden; display: none; position: absolute; top: -100px; left: -100px; }
.FreezePaneOn { position: absolute; top: 0px; left: 0px; visibility: visible; display: block; width: 100%; height: 100%;  background-color: #666; z-index: 999; filter:alpha(opacity=65);  -moz-opacity:0.65; padding-top: 20%;  }
.InnerFreezePane { text-align: center; width: 66%; background-color: #171; color: White; font-size: large; border: dashed 2px #111; padding: 9px; }

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/


