/*========================================================*/
/*         CSS for DotNetNuke Skin - Tonicello             */

/*                roberto@tonicello.it                   */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/

/*-- Style For HTML PAGE                   */ html { height: 100%; }
/*-- Style For HTML BODY                   */ body { margin: 0; background: #E7DFA8; margin: 0 0 0 0;}
/*-- Document bg                           */ .docbg { background-image:url(doc_bg.gif); background-repeat: repeat-x; }
/*-- Page Top bg                           */ .pagetop { background-image:url(page_t_bg.gif); background-repeat: repeat-x; }
/*-- Page Left bg                          */ .pageleft { background-image:url(page_left_bg.gif); background-repeat: repeat-y; }
/*-- Page Right bg                         */ .pageright { background-image:url(page_right_bg.gif); background-repeat: repeat-y; }
/*-- Page Bottom bg                        */ .pagebottom { background-image:url(page_base_bg.gif); background-repeat: repeat-x; }
/*-- Menu bg                               */ .menubg { background-image:url(menu_bg.gif); background-repeat: repeat-x; }
/*-- Menu Base bg                          */ .menubasebg { background-image:url(menu_base_bg.gif); background-repeat: repeat-x; }
/*-- Setting Text Throughout the skin      */ table, tr, td, p {font-family: verdana; font-size: 11px; line-height: 1.4em; }

/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/


.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 198px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 398px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 198px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- login and user token idle         --*/ .LOGIN, a.LOGIN:link, a.LOGIN:visited, a.LOGIN:active, .USER, a.USER:link, a.USER:visited, a.USER:active { color: #000000; font-family: verdana; font-size: 10px; font-weight:normal; text-decoration: none; }
/*-- login and user token hover        --*/ a.LOGIN:hover, a.USER:hover { text-decoration: underline; color:#000000; font-size: 10px; font-family: verdana;}
/*-- date token idle                   --*/ .DATE { color: #000000; font-family: verdana; font-size: 10px; font-weight:normal; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS, a.BREADCRUMBS:link, a.BREADCRUMBS:visited, a.BREADCRUMBS:active { color: #000000; font-family: verdana; font-size: 10px; text-decoration: none;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS:hover { text-decoration: underline;  color:#000000; font-size: 10px; font-family: verdana;}
/*-- terms privacy and copyright       --*/ .FOOTER { color:#000000; font-size: 10px; font-weight:normal; }
/*-- terms privacy and copyright links --*/ a.FOOTER:link, a.FOOTER:visited, a.FOOTER:active { color:#000000; font-size:10px; font-weight:normal; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER:hover { text-decoration:underline; color:#000000; font-size: 10px; font-family: verdana;}

/*========================================================*/
/*  Main Menu                     				          */
/*========================================================*/

/*-- 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 { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 1px 0 0 0; background: #4477c4; padding: 0px; border: none; border-top-width: 0px; font-weight:normal; filter: none; }
/*-- sub menu items             --*/ .MainMenu_MenuItem { font-family: verdana;  color: #FFFFFF; font-size: 11px; font-weight:normal; font-style: normal; padding: 0px 35px 0px 16px; border: 0; height: 20px; }
/*-- root menu items            --*/ .MainMenu_RootMenuItem { font-family: verdana;  color: #FFFFFF; font-size: 12px; font-weight: bold; font-style: normal; border: 0; height: 26px; padding: 0;}
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel { font-family: verdana; color: #fff082; font-size: 11px; font-weight:normal; cursor: pointer; cursor: hand; padding: 0px 35px 0px 16px; border: 0; height: 20px; background: #8aaddf;}
/*-- menuitems idle             --*/ .MainMenu_Idle { color: #FFFFFF; background: transparent; padding: 0; font-weight: bold; }
/*-- sub menu items over        --*/ .MainMenu_Selected { color: #fff082; background: transparent; padding: 0; font-weight:normal; }
/*-- sub menu items active      --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive { color: #000000; background: transparent; font-weight:normal; }
/*-- root menu items over       --*/ .MainMenu_RootSelected { color: #fff082; padding: 0; font-weight: bold; height: 26px; background: transparent; }
/*-- root menu items sub active --*/ .MainMenu_RootActiveSub { color: #ffffff; padding: 0; font-weight: bold; height: 26px; }
/*-- root menu items active     --*/ .MainMenu_RootActive, .MainMenu_RootBreadcrumbActive { color: #fff082; padding: 0; font-weight: bold; height: 26px; }
/*-- right seperator idle       --*/ .MainMenu_RightIdle { background: url('menu_spacer.gif') no-repeat top right transparent; width:1px; height: 26px; }
/*-- not needed                 --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenuSeperator  { display: none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; }

/*========================================================*/
/*  Module                     				              */
/*========================================================*/

/*-- module sub menu container  --*/ .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 0 0 0; background: #4477c4; padding: 0px; border: none; font-weight: normal; filter: none; }
/*-- module sub menu items hover--*/ .ModuleTitle_MenuItemSel { font-family: verdana; color: #fff082; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; padding: 0px 45px 0px 16px; height: 20px; border: 0; background: #8aaddf;}
/*-- module title items         --*/ .ModuleTitle_MenuItem { font-family: verdana;  color: #FFFFFF; font-size: 11px; font-weight: bold; font-style: normal; padding: 0px 45px 0px 16px; height: 20px; border: 0; }
/*-- module menu continer       --*/ .ModuleTitle_MenuContainer { background: transparent; }
/*-- module menu bar            --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- not needed                 --*/ .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: verdana; font-size: 11px; color: #000000; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: verdana; font-size: 11px; font-weight: bold; color: #000000; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: verdana; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: verdana; 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;}

/*========================================================*/
/*  Hyperlinks                                            */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #4477c4; font-family: verdana; font-weight: normal; font-size: 11px; text-decoration: none; }
/*-- default links hover               --*/ a:hover { color: #4477c4; font-family: verdana; font-size: 11px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #4477c4; font-family: verdana; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #4477c4; font-family: verdana; font-size: 11px;	text-decoration: underline; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #6A6A6A; border: 1px solid #ABABAB; background: #EFEFEF; padding: 2px 3px 3px 4px; font-family: verdana; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; }
/*-- admin button-link style hover     --*/ a.CommandButton:hover                                                 { color: #6A6A6A; border: 1px solid #868686; background: #DFDFDF; padding: 2px 3px 3px 4px; font-family: verdana; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 6px 5px 6px 5px; cursor: hand; font-size:0px; margin: 0 0 0 0px; }

/*========================================================*/
/*  FormElements                                          */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: verdana; font-size: 10px; color: #000000; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 10px; font-family: verdana; font-weight: normal; font-size: 10px; background: #ffffff; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: #ffffff; border: 0; }
/*-- textbox used for search    --*/ .SearchBox input{ background: transparent; width:220px; height:12px; color: #000000; padding: 0px 6px 0px 6px; cursor:text; border: 0px solid #FFFFFF; font-size:10px; vertical-align:middle; }
             
/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/

