/*========================================================*/
/*        CSS for DotNetNuke Skin - Friction              */
/*                  by Evan O'Neil                        */
/*             http://www.NukeVille.com                   */
/*                oneilevan@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*     Universal                                          */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ #body { margin: 0; background: #9ba596; margin: 0 0 0 0; }
/* Setting Text Throughout the skin      */ table, tr, td, p {font-family: tahoma; font-size: 11px;}

/*========================================================*/
/*     Design Elements                                    */
/*========================================================*/

/*-- outermost layer of skin                --*/ .OuterDiv { background: url(bg_top.gif) repeat-x top left transparent; width:100%; height:100%; padding: 0 0 0 0; margin: 0 0 0 0;}
/*-- outermost layer of skin                --*/ .OuterDiv2 { background: url(bg_bottom.gif) repeat-x bottom left transparent; width:100%; height:100%; padding: 0 0 0 0; margin: 0 0 0 0;}
/*-- cell containing logo                   --*/ .LogoTD { vertical-align: middle ; height: 160px; width: 260px; color: #FFF; padding: 30px 0px 0 30px; text-align:center; }
/*-- cell containing breadcrumbs            --*/ .BreadCrumbsTD { vertical-align: top;  color: #777; padding: 4px 0 0 12px; text-align:left; height: 26px; font-weight:bold; }
/*-- cell containing terms                  --*/ .TermsTD { text-align:left; vertical-align: top; padding: 2px 0 0 17px; width:360px; height: 23px; }
/*-- cell containing copyright              --*/ .CopyrightTD { text-align:right; vertical-align: top; padding: 2px 14px 0 0; height: 23px; }
/*-- cell containing panes                  --*/ .PanesTD { width: 100%; vertical-align: top; padding: 6px 6px 0 6px; }
/*-- cell containing panes                  --*/ .HeaderPaneTD { width: 100%; vertical-align: top; text-align: right; padding: 15px 19px 0px 10px; }
/*-- top header section                     --*/ .TopRow { background:  url(header_bg.jpg) repeat-x top right; height: 196px; padding: 0; }
/*-- topright header section                --*/ .TopRowRight { background:  url(header_bg_r.jpg) no-repeat top right; height: 196px; width:100%; padding: 0;}
/*-- bottom footer section                  --*/ .BottomRow { background:  url(footer_bg.gif) repeat-x top center #CECECE; height: 77px; padding: 0;}
/*-- bottomright footer section             --*/ .BottomRowRight { background:  url(footer_bg_r.gif) no-repeat top right; height: 54px; text-align: right; vertical-align: top; padding: 15px 23px 0 0; }
/*-- applied to invisible objects           --*/ .Invisible { visibility:hidden; }

/*========================================================*/
/*     Content Panes                                      */
/*========================================================*/

/*-- top inside content pane       --*/ .PaneTop { width: 100%; padding: 0 7px 0 7px;}
/*-- left content pane             --*/ .PaneLeft { padding: 0 7px 0 7px; width: 33%; }
/*-- main content pane             --*/ .PaneCenter { padding: 0 7px 0 7px; }
/*-- right content pane            --*/ .PaneRight { padding: 0 7px 0 7px; width: 33%; }
/*-- bottom inside pane            --*/ .PaneBottom { width: 100%; padding: 0 7px 0 7px; }
/*-- right panel content pane      --*/ .PaneERight { width: 230px; padding: 8px 8px 0 8px; }
/*-- header content pane           --*/ .PaneHeader { width: 100%; padding: 0; }

/*========================================================*/
/*     Tokens                                             */
/*========================================================*/

/*-- date token idle                   --*/ .DATE_object { color: #939393; 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: #777; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #444; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold; }
/*-- terms and privacy                 --*/ .FOOTER_objects { color:#cfcfcf; font-size: 11px; }
/*-- terms and privacy links           --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { color:#cfcfcf; font-weight:bold; text-decoration:none; }
/*-- terms and privacy hover           --*/ a.FOOTER_objects:hover { color:#EFEFEF; font-weight:bold; text-decoration:none;  }
/*-- copyright token                   --*/ .COPYRIGHT_object { color:#cfcfcf; font-size: 11px; }

/*========================================================*/
/*     Text                                               */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: tahoma; font-size: 11px; color: #555; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: tahoma; font-size: 11px; font-weight: bold; color: #555; }
/*-- 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; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #444; font-family: tahoma; font-size: 11px;	text-decoration: none; }
/*-- 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: tahoma; 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: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 13px 30px 4px 24px; cursor: hand; font-size:1px; margin: 0 0 0 0px;}

/*========================================================*/
/*     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    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:19px; background: transparent; width: 150px; color: #666; padding: 4px 4px 0px 4px; border: 0px solid #FFFFFF; cursor:text;}

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/

/************************************************************/
/************************************************************/

/*==========================================================*/
/*        CSS for DotNetNuke Module - ClickOnEvent.com      */
/*                  by Omega IC Team                        */ 
/*             http://www.omegaic.si                        */
/*                support@omegaic.si                        */
/*==========================================================*/
/*==========================================================*/
/*  Shire Style Sheet                                       */
/*==========================================================*/

/*==========================================================*/
/*   Labels, Texts                                          */
/*==========================================================*/
/*-- form praragraph title             --*/ .paragraphTitle {font-family: tahoma; font-size: 14px; color: black; font-weight: bold; border-bottom: #4da628 1px solid; padding-top: 15px; padding-left: 15px;}
/*-- form paragraph title space        --*/ .paragraphTitle_Spacer {height:10px;}
/*---- standard labeld ----*/
/*-- form label                        --*/ .formNormal,Normal {font-family: tahoma; font-size: 11px; color: black; padding-left: 15px;}
/*-- form label, tall                  --*/ .formNormalTall {font-family: tahoma; font-size: 14px; color: black; padding-left: 15px;}
/*-- form label gray                   --*/ .formSmall{font-family: tahoma; font-size: 10px; color: #a9a9a9; padding-left: 10px; vertical-align: middle;}
/*-- form label, bold                  --*/ .formNormalBold,NormalBold{ font-family: tahoma; font-size: 11px; color: black; padding-left: 15px; font-weight: bold;}
/*-- form label, bold, tall            --*/ .formNormalBoldTall{ font-family: tahoma; font-size: 14px; color: black; padding-left: 15px; font-weight: bold;}
/*-- form label, bold, red color       --*/ .formNormalRed,NormalRed{font-family: tahoma; font-size: 11px; color: red; padding-left: 15px; font-weight: bold;}
/*-- from label, long texts            --*/ .paragraphText{font-family: tahoma; font-size: 12px; color: black;text-align: justify; text-justify: auto;}
/*-- form label, requierd field "*"    --*/ .formReq {font-family: tahoma; font-size: 15px; color: red; font-weight:bold}
/*---- vertical forms ----*/
/*-- form label - vertical             --*/ .formLabelVertical {font-family: tahoma; font-size: 11px; color: black; font-weight:bold; padding-top: 10px;}
/*-- form label - vertical, no padding --*/ .formLabelVerticalWrap{font-family: tahoma; font-size: 11px; color: black; font-weight:bold;}
/*-- form label - vertical, not bold   --*/ .formLabelVerticalThin{font-family: tahoma; font-size: 11px; color: black; padding-top: 10px;}
/*---- grid labels ----*/
/*-- grid label                        --*/ .gridNormal{font-family: tahoma; font-size: 11px; color: black;}
/*-- grid label, bold                  --*/ .gridNormalBold{ font-family: tahoma; font-size: 11px; color: black; font-weight: bold;}

/*==========================================================*/
/*   Links, buttons                                         */
/*==========================================================*/
/*-- form button, thin                 --*/ a.formButtonTiny:link, a.formButtonTiny:visited, a.formButtonTiny:active{ color: black;font-family: tahoma; font-size: 9px; text-decoration: none; height: 15px; padding-right: 6px; padding-left: 6px; padding-bottom: 2px; padding-top: 2px;}
/*-- form button, thin - hover         --*/ a.formButtonTiny:hover{ color: black;  border: 1px solid #868686;  background: #ffbf25; font-family: tahoma; font-size: 9px; text-decoration: underline; height: 15px; padding-right: 5px; padding-left: 5px; padding-bottom: 1px; padding-top: 1px;}
/*-- form button, small                --*/ a.formButtonSmall:link, a.formButtonSmall:visited, a.formButtonSmall:active{ color: black; font-family: tahoma; font-size: 11px; text-decoration: none; height: 15px; padding-right: 6px; padding-left: 6px; padding-bottom: 2px; padding-top: 2px;}
/*-- form button, small - hover        --*/ a.formButtonSmall:hover{ color: black; border: 1px solid #868686; background: #ffbf25; font-family: tahoma; font-size: 11px; text-decoration: underline; height: 15px; padding-right: 5px; padding-left: 5px; padding-bottom: 1px; padding-top: 1px;}
/*-- from button, small, disabled      --*/ .formButtonSmallDisabled{ color: black; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; height: 15px; padding-right: 6px; padding-left: 6px; padding-bottom: 2px; padding-top: 2px;}
/*---- squre is used on letter search ----*/
/*-- form button, square size          --*/ a.formButtonSmallBox:link, a.formButtonSmallBox:visited, a.formButtonSmallBox:active{color: black; background: #ffbf25; font-family: tahoma; font-size: 11px; text-decoration: none; height: 15px; border: 1px solid #868686; padding-right: 6px; padding-left: 6px; padding-bottom: 1px; padding-top: 1px;}
/*-- form button, square size - hover  --*/ a.formButtonSmallBox:hover{ color: black; border: 1px solid #868686; background: #f78725; font-family: tahoma; font-size: 11px; text-decoration: underline;height: 15px; padding-right: 5px; padding-left: 5px; padding-bottom: 1px; padding-top: 1px;}
/*-- form button, standard             --*/ a.formButton:link, a.formButton:visited, a.formButton:active,a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active{ color: black; background: #ffbf25; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; margin: 2px 3px 3px 4px; height: 20px; border: 1px solid #868686; padding-right: 10px; padding-left: 10px; padding-bottom: 3px; padding-top: 2px;}
/*-- form button, standard - hover     --*/ a.formButton:hover, a.CommandButton:hover{ color: black; border: 1px solid #868686; background: #f78725;margin: 2px 3px 3px 4px; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; padding-right: 10px; padding-left: 10px; padding-bottom: 3px; padding-top: 2px;}
/*-- form button, std, Submit          --*/ a.formButtonSubmit:link, a.formButtonSubmit:visited, a.formButtonSubmit:active{color: #386017; background: #b0e287; font-family: tahoma; font-weight: bold; font-size: 13px; text-decoration: none; margin: 2px 3px 3px 4px; height: 20px; padding-right: 15px; padding-left: 15px; padding-bottom: 3px; padding-top: 2px; border: #386017 2px solid;}
/*-- form button, std, submit - hover  --*/ a.formButtonSubmit:hover { color: black; border: #386017 2px solid; background: #66af29; margin: 2px 3px 3px 4px; font-family: tahoma; font-weight: bold; font-size: 13px; text-decoration: underline; height: 20px; padding-right: 15px; padding-left: 15px; padding-bottom: 3px; padding-top: 2px;}
/*-- form button, std, delete          --*/ a.formButtonDelete:link, a.formButtonDelete:visited, a.formButtonDelete:active{ color: #620000; background: #ef956d; font-family: tahoma; font-weight: bold; font-size: 13px; text-decoration: none; margin: 2px 3px 3px 4px; height: 20px; padding-right: 15px; padding-left: 15px; padding-bottom: 3px;  padding-top: 2px; border: #620000 2px solid;}
/*-- form button, std, delete - hover  --*/ a.formButtonDelete:hover{ color: black; border: #620000 2px solid; background: #e9662e; margin: 2px 3px 3px 4px; font-family: tahoma; font-weight: bold; font-size: 13px; text-decoration: underline; height: 20px; padding-right: 15px; padding-left: 15px; padding-bottom: 3px; padding-top: 2px;}
/*-- button frame                      --*/ .buttonHolder{ background: transparent; font-size: 1px;}

/*==========================================================*/
/*   TextBox                                                */
/*==========================================================*/
/*-- textbox, standard                 --*/ .NormalTextBox, .TextBoxNormal{color: black; padding-left: 4px; line-height: 12px; font-family: tahoma; font-weight: normal; font-size: 12px;}
/*-- form textbox - vertical           --*/ .formTextBoxVertical{font-family: tahoma; font-size: 11px; color: black;}

/*==========================================================*/
/*   Wizard styles                                          */
/*==========================================================*/
/*-- wizard sidebar button             --*/ a.wizardButton:link, a.wizardButton:visited, a.wizardButton:active  {width: 100%; color: white; background: #4da628; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none;  height: 20px; padding-right: 10px; padding-left: 10px; border: #4da628 1px solid;}
/*-- wizard sidebar button hover       --*/ a.wizardButton:hover,a.wizardButtonActive:hover {    width: 100%; color: black; border: 1px solid #4da628; background: #afe569; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px;padding-right: 10px; padding-left: 10px;}
/*-- wizard sidebar button selected    --*/ a.wizardButtonActive, a.wizardButtonActive:visited,a.wizardButtonActive:active{ width: 100%; color: white; background: #afe569; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; padding-right: 10px; padding-left: 10px; border: #4da628 1px solid;}
/*-- wizard header template            --*/ .wizardHeaderTemplate { font-family: tahoma; font-size: 13px; color: black; font-weight: bold; padding-left: 15px;}
/*-- wizard sidebar template           --*/ .wizardSidebarTemplate{ border-right: gainsboro 1px solid; padding-right: 10px;}
/*-- wizard step template              --*/ .wizardStepTemplate{ padding: 10px;}

/*==========================================================*/
/*   Visual seperators                                      */
/*==========================================================*/
/*-- form seperator                    --*/ .formSeperator{ background-color: #4da628; height: 2px; margin-top: 10px; margin-bottom: 10px; padding-bottom: 10px; padding-top: 10px;}
/*-- datalist seperator                --*/ .dataListSeperator{ background-color: #4da628; height: 1px;}
/*-- form paragraph seperator          --*/ .paragraphSeperator{ background-color: #4da628; height: 1px; margin-top: 10px; margin-bottom: 10px; padding-bottom: 10px; padding-top: 10px;}
/*-- form padding                      --*/ .formPadding{ padding: 5px; vertical-align: top;}
/*-- form horizontal rule HR           --*/ .HorizontalRule{height: 1px; color: #d3d3d3;}

/*==========================================================*/
/*   DataList styles                                        */
/*==========================================================*/
/*-- datalist item                     --*/ .DataList_Item{ background-color: #c0ee94; border-top: #4da628 1px dotted; border-bottom: #4da628 1px dotted; padding-bottom: 5px; padding-top: 5px; padding-right: 5px; padding-left: 5px; margin-right: 5px; margin-bottom: 5px; margin-top: 5px;}
/*-- datalist aletrnating item         --*/ .DataList_Alter{ background-color: #afe569; border-top: #4da628 1px dotted; border-bottom: #4da628 1px dotted; padding-bottom: 5px; padding-top: 5px; padding-right: 5px; padding-left: 5px; margin-right: 5px; margin-bottom: 5px; margin-top: 5px;}
/*-- datalist selected item            --*/ .DataList_Select{ background-color: #fffacd; border-top: #4da628 1px dotted; border-bottom: #4da628 1px dotted; padding-bottom: 5px; padding-top: 5px; padding-right: 5px; padding-left: 5px; margin-right: 5px; margin-bottom: 5px; margin-top: 5px;}
/*-- datalist header                   --*/ .DataList_Head{ padding-bottom: 2px; padding-top: 5px; padding-right: 5px; padding-left: 5px;}
/*-- datalist header text              --*/ .head{ font-weight: bold; font-size: 10px; font-family: tahoma;}

/*==========================================================*/
/*   DataList Horizontal styles                             */
/*==========================================================*/
/*-- datalist header, horizontal       --*/ .DataList_HeadHorizontal{ background-color: #ffffe0; border-top: #868686 1px dotted; border-bottom: #868686 1px dotted; border-right: #868686 1px dotted; padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px; margin-bottom: 5px; margin-top: 5px;}
/*-- datalist alternating header,horiz.--*/ .DataList_HeadAlterHorizontal{ background-color: #fafad2; border-top: #868686 1px dotted; border-bottom: #868686 1px dotted; border-right: #868686 1px dotted; padding-bottom: 5px; padding-top: 5px; padding-right: 5px; padding-left: 5px; margin-bottom: 5px; margin-top: 5px;}
/*-- datalist header group title,horiz.--*/ .DataList_HeadGroupHorizontal{ padding-top: 5px; padding-left: 5px; padding-right: 5px; margin-bottom: 5px; margin-top: 5px; font-size: 12px; font-weight: bold; height:20px;}

/*==========================================================*/
/*   DataView styles                                        */
/*==========================================================*/
/*-- dataview item                     --*/ .DataView_Item{ background-color: #c0ee94; padding-bottom: 2px; padding-top: 2px;padding-right: 2px;padding-left: 2px; margin-right: 5px; margin-bottom: 5px; margin-top: 5px; font-size: 11px; font-family: tahoma;}
/*-- dataview alternating item         --*/ .DataView_Alter{background-color: #afe569; padding-bottom: 2px; padding-top: 2px;padding-right: 2px;padding-left: 2px; margin-right: 5px; margin-bottom: 5px; margin-top: 5px; font-size: 11px; font-family: tahoma;}
/*-- dataview selected item            --*/ .DataView_Select{ background-color: #fffacd; border-top: #4da628 1px dotted; border-bottom: #4da628 1px dotted; padding-bottom: 2px; padding-top: 2px; padding-right: 2px; padding-left: 2px; margin-right: 5px; margin-bottom: 5px;  margin-top: 5px;  font-size: 30px; font-family: tahoma;}
/*---- dataview row ----*/
/*-- dataview item row style           --*/ .DataViewRow_Item{ border-top: #4da628 1px dotted; border-bottom: #4da628 1px dotted;}
/*-- dataview header text style        --*/ .DataView_Head{ font-weight: bold; font-family: tahoma;}
/*---- dataview nested ----*/
/*-- dataview nested item              --*/ .DataView_ItemNest{ background-color: white; border-top: #4da628 1px dotted; border-bottom: #4da628 1px dotted; padding-bottom: 2px; padding-top: 2px; padding-right: 2px; padding-left: 2px; margin-right: 5px; margin-bottom: 5px; margin-top: 5px; font-size: 12px; font-family: tahoma;}

/*==========================================================*/
/*   GridView styles                                        */
/*==========================================================*/
/*-- gridview item                     --*/ .GridView_Item{ border-top: #4da628 1px Dotted; border-bottom: #4da628 1px Dotted; padding-bottom: 3px; padding-top: 3px; padding-right: 3px; padding-left: 3px; margin-right: 3px; margin-bottom: 3px; margin-top: 3px; color: Black; font-family: Tahoma, Arial, Helvetica; font-size: 10px; font-weight: normal;}

/*==========================================================*/
/*   FlowView styles                                        */
/*==========================================================*/
/*---- DataList styles ----*/
/*-- step datalist                     --*/ .DataListStep, .stepDataList{  background-color: #f78725;  border-top: #903f29 2px solid; border-bottom: #903f29 2px solid; padding-bottom: 5px; padding-top: 5px; padding-right: 5px; padding-left: 5px; margin-right: 5px; margin-bottom: 5px; margin-top: 5px;}
/*-- step datalist item                --*/ .DataListStep_Item{ background-color: #fffff0; border-top: #903f29 1px solid; border-bottom: #903f29 1px solid; border-left: #903f29 1px solid; border-right: #903f29 1px solid; padding-bottom: 5px; padding-top: 5px; margin-bottom: 5px; margin-top: 5px; width: 50px; text-align:center;}
/*-- step datalist item seperator      --*/ .DataListStep_Seperator{ background-color: #903f29; border-top: #903f29 1px solid; border-bottom: #903f29 1px solid; border-left: #903f29 1px solid; border-right: #903f29 1px solid; width: 5px; height: 5px; font-size: 0px;}
/*-- step datalist alternating item    --*/ .DataListStep_Alter{ background-color: #9ede3e; border-top: #903f29 1px solid; border-bottom: #903f29 1px solid; border-left: #903f29 1px solid; border-right: #903f29 1px solid; padding-bottom: 5px; padding-top: 5px; margin-bottom: 5px; margin-top: 5px; width: 50px; text-align: center;}
/*-- step datalist selected item       --*/ .DataListStep_Select{ background-color: #fff175; border-top: #903f29 2px solid; border-bottom: #903f29 2px solid; border-left: #903f29 2px solid; border-right: #903f29 2px solid; padding-bottom: 5px; padding-top: 5px; margin-bottom: 5px; margin-top: 5px; width: 50px; text-align:center;}
/*---- step number styles ----*/
/*-- step item number item             --*/ .stepStepNumber_Item{ font-family: tahoma; font-size: 20px; color: #f78725; vertical-align: middle; font-weight: bold;  text-align:center; padding-bottom: 5px; padding-top: 5px; padding-right: 10px; padding-left: 10px;}
/*-- step item number alternating item --*/ .stepStepNumber_Alter{ font-family: tahoma; font-size: 20px; color: #306600; vertical-align: middle; font-weight: bold; text-align:center; padding-bottom: 5px; padding-top: 5px; padding-right: 10px; padding-left: 10px;}
/*-- step item number selected item    --*/ .stepStepNumber_Select{ font-family: tahoma; font-size: 20px; color: #826600;vertical-align: middle;font-weight: bold;text-align:center; padding-bottom: 5px; padding-top: 5px; padding-right: 10px; padding-left: 10px;}
/*---- step text styles ----*/
/*-- step event title text style       --*/ .stepTitleEvent{font-family: tahoma; font-size: 20px; color: #4da628; padding-left: 15px; padding-bottom: 5px; vertical-align: middle; font-weight: bold;}
/*-- step organizer title text style   --*/ .stepTitleOrganizer{font-family: tahoma; font-size: 15px; color: #a9a9a9; padding-right: 15px; padding-bottom: 5px; vertical-align: top;  font-weight: bold;}
/*-- step title text style             --*/ .stepTitleStep{font-family: tahoma; font-size: 18px; color: Black; font-weight: bold; vertical-align: middle; padding-right: 10px; padding-left: 10px;}
/*-- step number text style            --*/ .stepStepNumber{font-family: tahoma; font-size: 25px; color: #f78725; padding-right: 15px; padding-left: 15px; padding-bottom: 5px; padding-top: 5px; vertical-align: middle; font-weight: bold;}

/*==========================================================*/
/*   MessageOutput styles                                   */
/*==========================================================*/
/*---- Style theme: note ----*/
/*-- Message text style - note         --*/ .msgMessage_Note{ font-size: 8pt; font-family: tahoma; padding-right: 10px; padding-left: 10px; text-align: justify; color: #696969;}
/*---- Style theme: info ----*/
/*-- Container for message - info      --*/ .msgHolder_Info{ background-color: #9eddff; border-right: #005694 2px solid; border-top: #005694 2px solid; border-left: #005694 2px solid; border-bottom: #005694 2px solid; padding-bottom: 10px;padding-top: 10px; padding-right: 5px; padding-left: 5px; margin-right: 10px; margin-bottom: 10px; margin-top: 10px;}
/*-- Message title style - info        --*/ .msgTitle_Info{ font-size: 12pt; font-family: tahoma; font-weight: bold; color: #005694; padding-left: 5px;}
/*-- Message text style - info         --*/ .msgMessage_Info{ font-size: 8pt; font-family: tahoma; padding-right: 5px; padding-left: 5px; text-align: justify;}
/*---- Style theme: success ----*/
/*-- Container for message - success   --*/ .msgHolder_Success{ background-color: #9ede3e; border-right: #306600 2px solid; border-top: #306600 2px solid; border-left: #306600 2px solid; border-bottom: #306600 2px solid; padding-bottom: 10px; padding-top: 10px;  padding-right: 5px; padding-left: 5px; margin-right: 10px; margin-bottom: 10px; margin-top: 10px;}
/*-- Message title style - success     --*/ .msgTitle_Success{ font-size: 12pt; font-family: tahoma; font-weight: bold; color: #306600; padding-left: 5px;}
/*-- Message text style - success      --*/ .msgMessage_Success{ font-size: 8pt; font-family: tahoma; padding-right: 5px; padding-left: 5px; text-align: justify;}
/*---- Style theme: error ----*/
/*-- Container for message - error     --*/ .msgHolder_Error{ background-color: #ff928a; border-right: black 2px solid; border-top: black 2px solid; border-left: black 2px solid; border-bottom: black 2px solid; padding-bottom: 10px; padding-top: 10px; padding-right: 5px; padding-left: 5px; margin-right: 10px; margin-bottom: 10px; margin-top: 10px;}
/*-- Message title style - error       --*/ .msgTitle_Error{ font-size: 12pt; font-family: tahoma; font-weight: bold; color: black; padding-left: 5px;}
/*-- Message text style - error        --*/ .msgMessage_Error{ font-size: 8pt; font-family: tahoma; padding-right: 5px; padding-left: 5px; text-align: justify;}
/*---- Style theme: warning ----*/
/*-- Container for message - warning   --*/ .msgHolder_Warning{ background-color: #fff175; border-right: #826600 2px solid; border-top: #826600 2px solid; border-left: #826600 2px solid; border-bottom: #826600 2px solid; padding-bottom: 10px; padding-top: 10px; padding-right: 5px; padding-left: 5px;  margin-right: 10px;    margin-bottom: 10px;  margin-top: 10px;}
/*-- Message title style - warning     --*/ .msgTitle_Warning{font-size: 12pt; font-family: tahoma; font-weight: bold; color: #826600;  padding-left: 5px;}
/*-- Message text style - warning      --*/ .msgMessage_Warning{font-size: 8pt; font-family: tahoma;  padding-right: 5px; padding-left: 5px; text-align: justify;}

/*==========================================================*/
/*   ImageViewer styles                                     */
/*==========================================================*/
/*-- default size in viewer            --*/ .img_size_72 {height: 84px; vertical-align: middle; display: inline;}
/*-- default size in viewer            --*/ .img_size_144 {height: 156px; vertical-align: middle; display: inline;}
/*-- default size in viewer            --*/ .img_size_288 {	height: 300px; 	vertical-align: middle;display: inline;}
/*-- default border and padding of the images --*/ .img_padding {padding: 5px; margin: 5px;}
/*---- image button styles ----*/
/*-- image button                      --*/ a.imgViewerLink:link, a.imgViewerLink:visited, a.imgViewerLink:active{ text-decoration: none;  margin: 3px 5px 30px 10px; height: 20px; border: 1px solid #868686; padding-right: 2px; padding-left: 2px; padding-bottom: 2px; padding-top: 2px;}
/*-- image button - hover              --*/ a.imgViewerLink:hover{ border: 1px solid #868686; background: #f78725; margin: 3px 5px 30px 10px; text-decoration: none;height: 20px; padding-right: 2px; padding-left: 2px; padding-bottom: 2px; padding-top: 2px;}


/*==========================================================*/
/*  End Shire Style Sheet                                   */
/*==========================================================*/


