body {
  margin: 0;
  padding:0;
  font-family: Helvetica, Arial, sans-serif;
  background: #bbccba;
  color: #003e4a;
  overflow-x: hidden;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  }

h1 {
 margin: 15px 0 11px 18px;
 font-size: 20px;
 font-weight: bold;
 color: #003e4a;
 
 }
  
h2 {
 margin: 15px 0 11px 18px;
 font-size: 18px;
 font-weight: bold;
 color: #003e4a;
 
 }

p {
 padding:0px 10px 0px 10px;
 margin: 8px 0px 8px 0px;
 }

a {
 font-weight:bold;
 color:#003e4a;
 }



form {
padding:0px 20px 0px 20px;
}

form label {
  font-weight:bold;
}

input {
  font-size: 20px;
  padding:4px;
 }

select {
  font-size: 20px;
  padding:4px;
 }

#nomobile {
  display:none;
  }

div.hr {
   width:100%;
   height:2px;
   background: #71706d url(gtri/hr.png) repeat-x;
}
div.hr hr {
  display: none;
}

/************************************************************************************************/

.toolbar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #575753;
    border-top: 1px solid #ffe96b;
    padding: 3px 0px 2px 0px;
    text-align:center;
    height:43px;
    background: url(gtri/toolbar.png) #ffde03 repeat-x;
}

.footernav {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    padding: 0px;
    margin:0;
    height:56px;
    text-align:center;
    overflow:hidden;
    background: url(gtri/blackstripe.png) #333333 repeat-x;
}

.noborder { border:none; }


/************************************************************************************************/

#header {
  width:100%;
  margin:0;
  padding:0px 0px 10px 0;
}

#header h1 {
 margin: 3px 0 0px 16px;
 font-size: 24px;
 font-weight: bold;
 color: #ffffff;
 text-shadow: rgba(0,0,0,0.75) 2px 2px 0;
 }
 
#redbar {
  width:250px;
  height:45px;
  margin-top:-10px;
  margin-left:8px;
  overflow:hidden;
  }


.rednav {
 display:block;
 float:left;
 width:76px;
 margin: 0px 0px 0px 6px;
 padding: 17px 0px 9px 0px;
 color:#ffffff;
 background:#d61c27;
 -webkit-border-radius: 10px;
 text-align:center;
 font-size:12px;
 }
a.rednav { color:#ffffff; text-decoration:none; } 

.logoimg {
  border:none;
  }
  
/************************************************************************************************/

fieldset {
 position:relative;
 margin: 10px 10px 10px 10px;
 padding:0;
 background:#ffffff;
 color:#444444;
 -webkit-border-radius: 10px;
 border: 1px solid #999999;
 text-align:left;
 font-size:15px;
 }

.row {
  position:relative;
  border-bottom: 1px solid #999999;
  -webkit-border-radius:0;
  text-align:center;
  padding:4px 0 4px 0;
}
.row:last-child {
  border-bottom:none !important;
}
.row > a {
  display: block;
  padding: 4px 0px 4px 0px;
  text-decoration: none;
  font-weight:bold;
  color:#d61c27;
  } 

/************************************************************************************************/

#gotop {
  padding:0;
  margin:18px;
  }
#gotop h1, #gotop h2 { 
  margin: 4px 0 4px 0 !important;
  padding:0;
  }
 
#godetail {
  padding:18px;
  margin-bottom:18px;
  }
#godetail h3 {
 padding:0px;
 margin: 8px 0px 8px 0px;
 font-size: 18px;
 font-weight: bold;
 color: #ffffff;
 
 }  
#godetail a {
 color: #8b3a32;
 text-decoration:none;
 
 }  
#godetail h4 {
 padding:0px;
 margin: 8px 0px 8px 0px;
 font-size: 18px;
 font-weight: bold;
 color: #b8b7b6;
 
 }  
#godetail p {
 padding:0px;
 margin: 16px 0px 8px 0px;
 color:#333333;
 } 
.imglink {
  text-decoration:none;
  border: 5px solid #3e3d3a;
  width:80px;
  height:80px;
  float:right;
  margin:0px 0px 10px 18px;
  }
  
.mini {
  font-size:12px;
  font-weight:bold;
}

.glist ul {
  list-style: none;
  padding:0;
  margin:0;
  }

.glist li {
    position: relative;
    margin: 0;
    background: #ffffff;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #aaaaaa;
    padding: 10px 18px 10px 18px;
    color:#961100;
    font-size: 18px;
    font-weight: bold;
    list-style: none;
}

.glist li:last-child {
   border-bottom: 1px solid #999999 !important;
}

.glist a {
    display: block;
    text-align:center;
    text-decoration: none;
    color:#961100;
}

.ftnlist ul {
  list-style: none;
  padding:0;
  margin:0;
  }

.ftnlist li {
    position: relative;
    margin: 0;
    background: #ffffff;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #aaaaaa;
    padding: 10px 0px 10px 18px;
    color:#111111;
    font-size: 17px;
    font-weight: normal;
    list-style: none;
}

.ftnlist li:last-child {
   border-bottom: 1px solid #999999 !important;
}

.ftnlist a {
    display: block;
    padding: 4px 32px 4px 0px;
    text-decoration: none;
    color:#111111;
    font-weight: inherit;
    background: url(/gtri/listArrow.png) no-repeat right center;
}

/************************************************************************************************/

.plist ul {
  list-style: none;
  padding:0;
  margin:0;
  }

.plist li {
    position: relative;
    margin: 0;
    background: #ffffff;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #aaaaaa;
    padding: 10px 0px 10px 18px;
    color:#8b3a32;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
}

.plist li:last-child {
   border-bottom: 1px solid #999999 !important;
}
.plist small {
  display:block;
  font-size:10pt;
  font-weight:normal;
  color:#888;
  }
.plist a {
    display: block;
    padding: 4px 32px 4px 0px;
    text-decoration: none;
    color:#8b3a32;
    background: url(/gtri/listArrow.png) no-repeat right center;
}

.elist ul {
  list-style: none;
  margin:0;
  padding:0;
  }

.elist li {
    position: relative;
    margin: 0;
    background: #ffffff;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #aaaaaa;
    padding: 10px 0px 10px 18px;
    color:#000000;
    font-size: 18px;
    font-weight: normal;
    list-style: none;
}
.elist li:last-child {
   border-bottom: 1px solid #999999 !important;
}
.elist a {
    display: block;
    padding: 4px 50px 4px 0px;
    text-decoration: none;
    color:#000000;
    font-weight:inherit;
    background: url(/gtri/listArrow.png) no-repeat right center;
}

.more {
  text-align:right; 
  font-size:16px;
  font-weight:normal !important;
  color:#961100 !important;
  }

/************************************************************************************************/

#footer {
  margin: 30px 0 0px 0;
  padding:0px 10px 0px 18px;
  font-size:16px;
  color:#003e4a;
  }

#footer a {
  color:inherit;
  font-weight:inherit;
  text-decoration:none;
  }

#footernav {
  font-size:18px;
  margin: 12px 0 20px 0;
  padding:0px 10px 0px 10px;
  }
#footernav a {
 font-weight:bold;
 color:#003e4a;
 text-decoration:none;
 }

/************************************************************************************************/

#calcontainer {
 background-color:#444444;
 -webkit-border-radius: 10px;
 width:300px;
 margin:5px;
 padding:5px;
 }

#calendarboxtitle {
  width:300px;
  height:25px;
  text-align:center;
  }

#calendarboxtitle a {
  font-size:100%;
  text-decoration:none;
  }

#calendarbox td {
  background: #777777;
  width:40px;
  height:30px;
  padding:0;
  margin:0px;
  text-align:center;
  }

#calendarbox td.active {
  background: #555555;
  width:40px;
  height:30px;
  padding:0;
  margin:0px;
  text-align:center;
  }



#calendarbox a {
  display:block;
  color:#efefef;
  text-decoration:none;
  font-weight:bold;
  font-size:90%;
  padding: 6px 6px 6px 6px;
  }

/************************************************************************************************/


.wrapleft { float:left; padding: 5px 20px 10px 0px; }
.wrapright { float:right; padding: 5px 0px 10px 20px; }