/* RESET CSS CODE IT RESETS ALL YOUR CSS SO THAT IT IS UNIFORM ACCROSS BROWSERS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
 /*END OF RESET CSS*/

body{
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
  background: #158412 url(/images/gbf/background_v3.jpg) 50% top no-repeat;  
  font-family: arial, helvetica, verdana, lucida, sans-serif;  
  font-size: 62.5%; /* 1em is 10pt, 0.8em is 8pt, 1.6em is 16pt, etc */
  color: #fff;}
  
#header{width:1024px;margin:auto;}
  
.clear{clear:both;}

.testborder{border:0px solid red;}

.TopRibbonBar {height:30px; width:1024px; margin:auto; border:0px solid blue; margin-top:3px;}

.TopRibbonBarLeft {height:30px; width:25%; float:left; border: 0px solid green;}

.TopRibbonBarRight {height:30px; width:75%; float:right; border: 0px solid blue; margin-top:-2px;}

.MainMenuBar{
  width:500px; 
  height:60px;
  float:right;
  margin:25px 50px 0 0;   
  border:0px solid yellow;
  background: url(/images/gbf/Main_Menu_Bar_Blank.png) no-repeat;}
  
#NavPanel{
  margin:60px auto 0 auto;
  height:230px;
  width:625px;
  border:0px solid blue;
  background: url(/images/gbf/Navigational_Panel.png) no-repeat;}
  
#NavPanelOverlay{
  margin:80px auto 0 auto;
  width:732px;
  border:0px solid blue;
}
  
.main_advertising_video_frame{
  width:247px;
  height:203px;
  float:right;
  margin:10px 8px 0 0;
  padding:9px 0 0 10px;
  background: url(/images/gbf/Video_Panel.png) no-repeat;}
  
.main_advertising_content{
  width:341px;
  height:153px;
  margin:15px 0 0 15px;
  float:left;
  text-indent:-9999px;
  background: url(/images/gbf/Main_Advert_Content.png) no-repeat;}
  
.main_body_content{
  width:1024px;
  border:0px solid yellow;
  margin:24px auto 0 auto;
}
  

.pageFooter{
  position: fixed;
  left:0px;
  bottom: 0px;
  text-align: center;
  padding:10px 0px;
  font-size:12px;
  color:silver;
  height:38px;
  width:100%;
  background-color: #1A1A1A;
  z-index: 9999999;     
  background: #000 url(/images/gbf/footer_bar3.jpg) 50% top no-repeat;}
  
.h1{
  font-size:2.5em; 
  font-weight:bold;}
  
.h2{
  color:#016c08;
  font-variant: small-caps;
  font-style: italic;
  font-size:1.9em; 
  font-weight:bold;}
  
.h3{
  color:#cc1a23;
  font-size:1.5em; 
  font-weight:bold;}
  
.h4{
  color:#016c08;
  font-size:1.5em; 
  font-weight:bold;}
  
#disableDiv, #loadingDiv{
  position: fixed; 
  z-index: 1000;
  top: 0; 
  left: 0; 
  bottom: 0;
  width: 100%; 
  height: 100%;
  background-color:#222222;
  filter: alpha(opacity=50); 
  opacity: 0.8;}

#loadingDiv{
  filter: alpha(opacity=0); 
  opacity: 0.0;
  cursor: wait;}
  
.ui-dialog-titlebar {
    font-size:14px;
    font-weight: 600;
}






