/*========================================================*/
/*         CSS for DotNetNuke Skin - Clipped              */
/*                  by Brian Connor                       */
/*             http://www.NukeVille.com                   */
/*                connbrian@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*     Universal                                          */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ #body {margin: 0; margin: 10 15 20 15; background: url(main_bg.jpg) #7e7e7e repeat-x left top;}
/* Setting Text Throughout the skin      */ table, tr, td {font-family: verdana; font-size: 12px; margin: 0;}

/*========================================================*/
/*     Design Elements                                    */
/*========================================================*/

/*-- cell containing login and register     --*/ .LoginTD { vertical-align: top; height: 100px; color: #FFF; padding: 23px 26px 0px 16px; text-align:right; }
/*-- cell containing search                 --*/ .SearchTD { text-align:right; vertical-align: top; padding: 3px 7px 0 0px; height:28px; width:310px;}
/*-- cell containing menu                   --*/ .MenuTD { width: 199px; vertical-align: top; padding: 4px 0 0 0; font-family: verdana; font-size: 12px;}
/*-- top header section                     --*/ .TopRow { background:  url(top_bg.jpg) repeat-x top left; height: 128px; padding: 0; }
/*-- topleft header section                 --*/ .TopRowLeft { background:  url(top_l.jpg) no-repeat top left; height: 128px; width:100%; padding: 0; }
/*-- topright header section                --*/ .TopRowRight { background:  url(top_r2.jpg) no-repeat top right; height: 128px; width:100%; padding: 0;}
/*-- topright header section                --*/ .TopRowRight2 { background:  url(top_r.jpg) no-repeat top right; height: 128px; width:100%; padding: 0;}
/*-- bottom footer section                  --*/ .BottomRow { background:  url(footer_bg.gif) repeat-x top center #B5B5B5; height: 56px; padding: 0;}
/*-- bottomright footer section             --*/ .BottomRowRight { background:  url(footer_bg_r.gif) no-repeat top right; height: 56px;}
/*-- cell containing copyright              --*/ .CopyrightTD { text-align: right; vertical-align: top; padding: 27px 25px 0 25px; }
/*-- cell containing logo                   --*/ .LogoCell {  text-align: center; vertical-align: middle; height: 46px; width: 213px; padding: 16px 4px 3px 9px; }
/*-- 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%; }
/*-- left content pane Recipe      --*/ .PaneLeftRecipe { padding: 0 7px 0 7px; width: 20%; }
/*-- 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; }
/*-- bottom menu content pane      --*/ .PaneMenuBottom { width: 100%; padding: 5px 5px 0 5px; }
/*-- header content pane           --*/ .PaneHeader { width: 100%; padding: 0; }

/*========================================================*/
/*     Tokens                                             */
/*========================================================*/

/*-- login and user token idle         --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #FFF; font-family: verdana; font-size: 12px; font-weight:bold; text-decoration: none; }
/*-- login and user token hover        --*/ a.LOGIN_object:hover, a.USER_object:hover { color: #ddd; font-family: verdana; font-weight:bold; font-size: 12px; text-decoration: none; }
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #FFF; font-family: verdana; font-size: 12px; text-decoration: none; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #ddd; font-family: verdana; font-size: 12px; text-decoration: none; }
/*-- date token idle 2                 --*/ .DATE_object2, a.DATE_object2:link, a.DATE_object2:visited, a.DATE_object2:active { color: #777; font-family: verdana; font-size: 12px; text-decoration: none; font-weight:normal; }
/*-- date token hover 2                --*/ a.DATE_object2:hover { color: #777; font-family: verdana; font-size: 12px; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #777; font-family: verdana; font-size: 12px; text-decoration: none; font-weight:bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #444; font-family: verdana; font-size: 12px; text-decoration: none; font-weight:bold; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#FFF; font-size: 12px; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { color:#FFF; font-weight:bold; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { color:#DDD; font-weight:bold; text-decoration:none;  }
/*-- language selector dropdown        --*/ .Language_object { font-family: verdana; font-size: 12px; text-decoration: none; }


/*========================================================*/
/*     Text                                               */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: verdana; font-size: 12px; color: #555; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: verdana; font-size: 12px; font-weight: bold; color: #555; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: verdana; font-weight: bold; font-size: 12px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: verdana; font-size: 12px; font-weight: bold; color: #777; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 12px; 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: verdana; font-weight: bold; font-size: 12px; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #444; font-family: verdana; font-size: 12px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #666; font-family: verdana; font-weight: bold; font-size: 12px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #444; font-family: verdana; font-size: 12px;	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: verdana; font-weight: bold; font-size: 12px; 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: 12px; text-decoration: none; height: 20px; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 13px 17px 4px 13px; cursor: hand; font-size:1px; margin: 0 0 0 0px;}

/*========================================================*/
/*     Forms                                              */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: verdana; font-size: 12px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: verdana; 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:19px; background: transparent; width: 174px; color: #888; padding: 4px 0px 0px 8px; border: 0px solid #FFFFFF; cursor:text;}

/*========================================================*/
/*     Custom for KCA                                     */
/*========================================================*/

/*-- For Required VAM TextBoxes --*/ .txtVAMBlank
{
    color: #7C9AB1;
    text-decoration: none;
    font-weight: normal;
    background-color: #fbfbfb;
    padding-left: 5px;  
    border: #7f9db9 1px solid;
    height: 20px;
}

/*-- For Required VAM TextBoxes --*/ .txtVAM
{
    text-decoration: none;
    font-weight: normal;
    background-color: #ffffff;
    padding-left: 5px;
    border: #7f9db9 1px solid;
    height: 20px;
}

/*-- Used for KCA buttons, centered text --*/
.KCAButton:link, .KCAButton:visited, .KCAButton:active { text-align:center; color: #6A6A6A; border: 1px solid #ABABAB; background: #EFEFEF; padding: 2px 3px 3px 4px; font-family: verdana; font-weight: bold; font-size: 12px; text-decoration: none; height: 20px; }
.KCAButton:hover                                                 { text-align:center; color: #6A6A6A; border: 1px solid #868686; background: #DFDFDF; padding: 2px 3px 3px 4px; font-family: verdana; font-weight: bold; font-size: 12px; text-decoration: none; height: 20px; }

.KCAButtonGreen:link, .KCAButton:visited, .KCAButton:active { text-align:center; color: #6A6A6A; border: 1px solid #ABABAB; background: #00FF00; padding: 2px 3px 3px 4px; font-family: verdana; font-weight: bold; font-size: 12px; text-decoration: none; height: 20px; }
.KCAButtonGreen:hover                                                 { text-align:center; color: #6A6A6A; border: 1px solid #868686; background: #00DD00; padding: 2px 3px 3px 4px; font-family: verdana; font-weight: bold; font-size: 12px; text-decoration: none; height: 20px; }

.KCAButtonYellow:link, .KCAButton:visited, .KCAButton:active { text-align:center; color: #6A6A6A; border: 1px solid #ABABAB; background: #FFFF00; padding: 2px 3px 3px 4px; font-family: verdana; font-weight: bold; font-size: 12px; text-decoration: none; height: 20px; }
.KCAButtonYellow:hover                                                 { text-align:center; color: #6A6A6A; border: 1px solid #868686; background: #ffDD00; padding: 2px 3px 3px 4px; font-family: verdana; font-weight: bold; font-size: 12px; text-decoration: none; height: 20px; }

.KCALink:link, .KCALink:visited { text-align:center; color: #6A6A6A; border: 1px solid #ABABAB; background: #EFEFEF; padding: 2px 3px 3px 4px; font-family: verdana; font-weight: bold; font-size: 12px; text-decoration: none; height: 20px; }
.KCALink:hover { text-align:center; color: #6A6A6A; border: 1px solid #868686; background: #DFDFDF; padding: 2px 3px 3px 4px; font-family: verdana; font-weight: bold; font-size: 12px; text-decoration: none; height: 20px; }
	       
.KCALinkGreen:link, .KCALinkGreen:visited { text-align:center; color: #6A6A6A; border: 1px solid #ABABAB; background: #00FF00; padding: 2px 3px 3px 4px; font-family: verdana; font-weight: bold; font-size: 12px; text-decoration: none; height: 20px; }
.KCALinkGreen:hover { text-align:center; color: #6A6A6A; border: 1px solid #868686; background: #00DD00; padding: 2px 3px 3px 4px; font-family: verdana; font-weight: bold; font-size: 12px; text-decoration: none; height: 20px; }

/*-- Used for KCA Upload --*/
.KCAUpload { border: 1px solid #ABABAB; padding: 2px 3px 3px 4px; cursor: hand; }

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/



