

/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

HTML, BODY {
	/* overflow-y: auto;		Win IE: prevents vertical scrollbar permanently showing */			
	margin:	0;
	padding:0;
	border:	0;
	/* Maximised heights breaks Mac IE, so apply the Mac hack here  \*/
	height: 100%; 			/* End of Mac hack */
}

/* Mozilla/Opera: remove default margins, padding, and table borders */
DIV, TD	{margin:0}
TABLE, IMG	{border:none;}

/* Style For HTML BODY                   */ body { background: url(main_bg.jpg) repeat-x top left #B5B5B5; position: relative;}
											* html body {padding: 10px 0px 15px; }
/* Setting Text Throughout the skin      */ table, tr, td, p, th {font-size: 11px; font-family: tahoma, arial, helvetica, sans-serif; line-height: 1.2em; margin: 0;}
					    th { text-align: left; white-space: nowrap }
p {margin-bottom: 0.8em}

/*========================================================*/
/*  2. Design Elements                                    */
/*========================================================*/

/*-- outermost table of skin -Standard      --*/ .OuterTable { width: 90%; background: url(page_bg_l.gif) repeat-y top left #FFF; text-align: center; position: relative;
	height: 100%; 			/* End of Mac hack */
}
/*-- outermost table of skin -Admin         --*/ .OuterTableAdmin { width: 90%; background: url(page_bg_l.gif) repeat-y top left #FFF; text-align: center; 
	height: 100%; 			/* End of Mac hack */
}
/*-- cell containing login and register - 2 --*/ .LoginTD { vertical-align: top; height: 92px; color: #FFF; padding: 20px 15px 0px 0px; text-align:right; }
/*-- cell containing breadcrumbs            --*/ .BreadCrumbsTD { vertical-align: top; color: #555; padding: 12px 18px 0px 18px; text-align:left; }
/*-- cell containing search                 --*/ .SearchTD { text-align:right; vertical-align: top; padding: 6px 7px 0px 0px; height:20px; width:310px;}
/*-- cell containing date                   --*/ .DateTD { text-right:right; vertical-align: bottom; padding: 0px 5px 2px 90px; font-weight: bold; height:20px; }
/*-- cell containing date 2                 --*/ .DateTD2 { text-align:right; vertical-align: top; padding: 10px 13px 0px 228px; height:29px;}
/*-- cell containing menu                   --*/ .MenuTD { width: 199px; vertical-align: top; padding: 4px 0 0 0; position: relative }
/*-- cell containing panes                  --*/ .PanesTD { width:100%; vertical-align: top; padding: 0 0 0 12px; }
/*-- top header section                     --*/ .TopRow { background:  url(header_bg.gif) repeat-x top left; height: 174px; padding: 0; }
/*-- topleft header section                 --*/ .TopRowLeft { background:  url(header_main.jpg) no-repeat top left; height: 174px; width:100%; padding: 0; }
/*-- topleft header section                 --*/ .Skillnet .TopRowLeft { background:  url(header_skillnet.jpg) no-repeat top left; height: 174px; width:100%; padding: 0; }
/*-- topright header section                --*/ .TopRowRight { background:  url(header_bg_r2.gif) no-repeat top right; height: 174px; width:100%; padding: 0;}
/*-- topright header section                --*/ .TopRowRight2 { background:  url(header_bg_r.gif) no-repeat top right; height: 174px; width:100%; padding: 0;}
/*-- bottom footer section                  --*/ .BottomRow { background:  url(footer_bg.gif) repeat-x top left #B5B5B5; height: 56px; padding: 0;}
/*-- bottomleft footer section              --*/ .BottomRowLeft { background:  url(footer_bg_l.gif) no-repeat top left; height: 56px; padding: 0;}
/*-- bottomright footer section             --*/ .BottomRowRight { background:  url(footer_bg_r.gif) no-repeat top right; height: 56px; text-align: right; vertical-align: top; padding: 27px 25px 0 25px; }
/*-- middle content section                 --*/ .MiddleRow {  background:  url(page_bg_r.gif) repeat-y top right; padding: 0 8px 0 14px; }
/*-- gaelstorm footer section               --*/ 
.Gaelstorm { height: 56px; text-align: left; vertical-align: top; padding: 22px 0 0 9px; }
.Gaelstorm a:link, .Gaelstorm a:visited, .Gaelstorm a:active, .Gaelstorm a, .Gaelstorm a:hover { background: transparent; padding: 0; margin: 0; display: block; width: 25px; height: 25px; text-decoration: none;}
.Gaelstorm DIV {display: none; width: 0; height: 0; line-height: 1px; overflow: hidden}

/*========================================================*/
/*  3. 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%; }
/*-- 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; }

/*========================================================*/
/*  4. 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: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- login and user token hover        --*/ a.LOGIN_object:hover, a.USER_object:hover { color: #ddd; 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: #FFF; font-family: tahoma; font-size: 11px; text-decoration: none; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #ddd; font-family: tahoma; font-size: 11px; text-decoration: none; }
/*-- date token idle 2                 --*/ .DATE_object2, a.DATE_object2:link, a.DATE_object2:visited, a.DATE_object2:active { color: #555; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:normal; }
/*-- date token hover 2                --*/ a.DATE_object2:hover { color: #555; 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: #555; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #333; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#FFF; font-size: 11px; }
/*-- 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;  }

/*========================================================*/
/*  5. Text                                               */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { color: #444; }
/*-- most of the bold text on site     --*/ .NormalBold { font-weight: bold; color: #444; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: tahoma; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead, H2, H3, TH { font-weight: bold; color: #557; padding: 0; font-size: 11px;}
/*-- headings - mostly in admin        --*/ .Head, H1 { color: #333; background: transparent; font-weight: bold; padding: 0; font-size: 12px;}

/*========================================================*/
/*  6. Links                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active, a { color: #555; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #333; font-family: tahoma; font-size: 11px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited, a.Normal:active, a.Normal { color: #555; font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #333; font-family: tahoma; font-size: 11px;	text-decoration: none; }
/*-- admin button-link style           --*/ 
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 13px 17px 4px 13px; cursor: hand; font-size:1px; margin: 0 0 0 0px;}

/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/

/*-- default form elements      --*/ SELECT, INPUT, TEXTAREA { 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; border: 0; }
/*-- textbox used for search    --*/ INPUT#dnn_dnnSEARCH_txtSearch { height:19px; background: transparent; width: 150px; color: #888; padding: 4px 0px 0px 8px; border: 0px solid #FFFFFF; cursor:text;}
				     A:hover.SearchField {text-decoration: none}

/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu  --*/ .MainMenu_MenuContainer { background-color: transparent;  width: 190px; position: relative;}
/*-- bar that holds the menu  --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: #fff;  width: 190px; }
/*-- submenu container        --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 0 0 1px; background: #E3E7F1; padding: 0px; border: solid 1px #BCC5DE; font-weight: normal; filter: none; }
/*-- submenu items idle       --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: tahoma;  color: #6A6A6A; font-size: 11px; background: #E3E7F1; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; border: 0; }
/*-- submenu items hover      --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: tahoma; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; color: #222; background: #BCC5DE; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
/*-- menuitems idle           --*/ .MainMenu_Idle {color: #555; background:  url(nav_idle.gif) no-repeat; padding: 0; height: 22px; font-weight: bold;}
/*-- menuitems over           --*/ .MainMenu_Selected { color: #222; background:  url(nav_over.gif) no-repeat; padding: 0; height: 22px; font-weight: bold;}
/*-- menuitems active         --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive {color: #555; background:  url(nav_active.gif) no-repeat; padding: 0; height: 22px; font-weight: bold;}
/*-- 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 5px 0 0; }
/*-- not needed - module menu --*/ .ModuleTitle_MenuBreak, .MainMenuSeperator,.MainMenu_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }


#QuestionForm .Subhead {height: 10px;  padding-top:10px; color:#000; font-style:normal;}
#QuestionForm .mainForm .RegistrationHeadingLeft, #QuestionForm .mainForm .RegistrationHeadingRight, #QuestionForm .mainForm .RegistrationHeadingMiddle {padding-top:5px; background-color:#ddd; }
#QuestionForm .mainForm .RegistrationHeadingLeft {padding-left:5px; padding-right:5px; border-left: solid 1px #6f6f6f; border-top: solid 1px #6f6f6f;}
#QuestionForm .mainForm .RegistrationHeadingRight {padding-left:5px; padding-right:5px; border-left: solid 1px #6f6f6f; border-right: solid 1px #6f6f6f; border-top: solid 1px #6f6f6f;}
#QuestionForm .mainForm .RegistrationHeadingMiddle {padding-left:5px; padding-right:5px; border-left: solid 1px #6f6f6f; border-right: solid 1px #6f6f6f; border-top: solid 1px #6f6f6f;}
#QuestionForm .mainForm .DataValueLeft {padding-left:5px; padding-right:5px; border-left: solid 1px #6f6f6f;}
#QuestionForm .mainForm .DataValueRight {padding-left:5px; padding-right:5px; border-left: solid 1px #6f6f6f; border-right: solid 1px #6f6f6f;}
#QuestionForm .mainForm .DataValueRightOnly {padding-left:5px; padding-right:5px; border-right: solid 1px #6f6f6f;}
#QuestionForm .mainForm .DataValueMiddle {padding-left:5px; padding-right:5px; border-left: solid 1px #6f6f6f; border-right: solid 1px #6f6f6f;}
#QuestionForm .mainForm .DataValueMiddleBottom {padding-left:5px; padding-right:5px; border-left: solid 1px #6f6f6f; border-right: solid 1px #6f6f6f; border-bottom: solid 1px #6f6f6f;}

#ApplicantPostings .SubHead {color:#a52a2a}



#AwardForm .Subhead {height: 10px;  padding-top:10px; color:#000; font-style:normal;}
#AwardForm .mainForm .RegistrationHeadingLeft, #AwardForm .mainForm .RegistrationHeadingRight, #AwardForm .mainForm .RegistrationHeadingMiddle {padding-top:2px; background-color:#ddd; }
#AwardForm .mainForm .RegistrationHeadingLeft {padding-left:5px; padding-right:5px; border-left: solid 1px #6f6f6f; border-top: solid 1px #6f6f6f;}
#AwardForm .mainForm .RegistrationHeadingRight {padding-left:5px; padding-right:5px; border-left: solid 1px #6f6f6f; border-right: solid 1px #6f6f6f; border-top: solid 1px #6f6f6f;}
#AwardForm .mainForm .RegistrationHeadingMiddle {padding-left:5px; padding-right:5px; border-left: solid 1px #6f6f6f; border-right: solid 1px #6f6f6f; border-top: solid 1px #6f6f6f; border-bottom: solid 1px #6f6f6f;}
#AwardForm .mainForm .DataValueLeft {padding-left:5px; padding-right:5px; border-left: solid 1px #6f6f6f;}
#AwardForm .mainForm .DataValueRight {padding-left:5px; padding-right:5px; border-left: solid 1px #6f6f6f; border-right: solid 1px #6f6f6f;}
#AwardForm .mainForm .DataValueRightOnly {padding-left:5px; padding-right:5px; border-right: solid 1px #6f6f6f;}
#AwardForm .mainForm .DataValueMiddle {padding-left:5px; padding-right:5px; }
#AwardForm .mainForm .DataValueMiddleBottom {padding-left:5px; padding-right:5px; border-left: solid 1px #6f6f6f; border-right: solid 1px #6f6f6f; border-bottom: solid 1px #6f6f6f;}



/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/




