/*----------------------------------------------------------------------------------------
Default CSS

Author:         Che de Bruin
Modified Date:  12-29-2008
Description:    Layout for the entire web-site
----------------------------------------------------------------------------------------*/

*                               { -moz-box-sizing: border-box; } 
html, body                      { text-align: center; font-size: 12px; font-family: Arial; color: Black; background-color: #D8D8D8; background-image: url('file:///C:/Users/Dinesh/Desktop/kaptech/images/background.html'); background-repeat: repeat-x; background-position: top right; margin: 0 auto; }
body /*FF*/                     { text-align: -moz-center; }
a                               { font-family: Arial; color: #000000; }

.HeaderPanel                    { width: 960px; height: 10px; padding: 10px; margin-top: 20px; text-align: left; }
.HeaderPanel h1                 { padding: 0px; margin: 0px; font-size: 26px; font-family: Book Antiqua; }
.HeaderPanel h2                 { padding: 0px; margin: 0px; font-size: 16px; font-family: Book Antiqua; }
.HeaderPanel a                  { color: #921719; font-size: 13px; font-weight: bold; text-decoration: none; }

.PagePanel                      { padding: 0px 10px 10px 10px; text-align: left; }
.PagePanel h1                   { padding: 0px; margin: 0px; font-size: 26px; }
.PagePanel h2                   { padding: 0px; margin: 0px; font-size: 16px; }

#NewsBannerPanel                { margin-bottom: 20px; }
.NewsPanelBackground            { position: relative; float: right; padding: 10px; margin-top: -300px; font-size: 12px; font-family: Arial; color: White; background-image: url('../../images/news/background.png'); z-index: 10; }
.ImageHolder                    { height: 05px; padding: 5px; float: left; color: White; border-right: 1px solid #7CFC00; background-color: #FFCC00; cursor: pointer; }
.ImageHolder h2                 { font-size: 14px; color: 7CFC00; font-weight: bold;}
.ImageHolder a            		{ color: black ; text-decoration: none ; }
.ImageHolder a:hover      		{ background-color: #7cff7c; }

.FooterPanel                    { width: 960px; padding: 10px; text-align: left; }
.FooterInformation              { width: 100%; padding-top: 5px; border-top: 1px solid Green; }
.FooterInformation a            { color: Aqua ; text-decoration: none ; }
.FooterInformation a:hover      { text-decoration: underline; }