body {
  background: #4f6eb1 url(bg500.png) top center no-repeat;
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding:0;
  overflow-x: hidden;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  }

h1 {
 margin: 15px 0 11px 18px;
 font-size: 21px;
 font-weight: bold;
 color: #eeeeee;
 text-shadow: rgba(0,0,0,0.75) 1px 1px 0;
 }
  
h2 {
 margin: 15px 0 11px 18px;
 font-size: 17px;
 font-weight: bold;
 color: #eeeeee;
 text-shadow: rgba(0,0,0,0.75) 1px 1px 0;
 }

p {
 padding:0px 10px 0px 10px;
 margin: 8px 0px 8px 0px;
 }

a {
 font-weight:bold;
 color:#ffeeee;
 }

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; }

.wrapleft { float:left; padding: 5px 20px 10px 0px; }
.wrapright { float:right; padding: 5px 0px 10px 20px; }

.noborder { border:none; }
.logoimg { border:none; }

.mini {
  font-size:12px;
  font-weight:bold;
}

#logo { height: 70px; }
#logo a { font-size:80%; text-decoration:none; }

/*************************************/

#fullfoot {
 background: #4f6eb1 url(footer-bg.png) top right no-repeat;
}

#footer {
  margin: 20px 0px 0px 0px;
  padding:0px 18px 0px 18px;
  font-size:16px;
  color:#cccccc;
  }

#footer a {
  color:#eeeeee;
  font-weight:inherit;
  text-decoration:none;
  }

#footernav {
  margin: 16px 0 20px 0;
  padding:0px 18px 0px 18px;
  font-size:16px;
  color:#cccccc;
  }

#footernav a {
  color:#eeeeee;
  font-weight:bold;
  text-decoration:none;
  }
  
/*************************************/

.plist ul { list-style: none; padding:0; margin:0; }
.plist li {
    position: relative;
    margin: 0;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0px 10px 18px;
    color:#232323;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
}
.plist li:last-child {
   border-bottom: 1px solid #999999 !important;
}

.plist a {
    display: block;
    padding: 4px 32px 4px 0px;
    text-decoration: none;
    color:#232323;
    background: url(/commonart/listArrow.png) no-repeat right center;
}
.plist small {
  display:block;
  font-size:10pt;
  font-weight:normal;
  color:#343434 !important;
  }
.plistmore {
  text-align:right; 
  font-size:13px !important;;
  font-weight:normal !important;
  font-style:italic !important;;   
  color:#343434 !important;
  } 

/*************************************/
  
.elist ul { list-style: none; margin:0; padding:0; }

.elist li {
    position: relative;
    margin: 0;
    background: #ffffff;
    border-bottom: 1px solid #E0E0E0;
    padding: 10px 0px 10px 18px;
    color:#232323;
    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 32px 4px 0px;
    text-decoration: none;
    color:#232323;
    font-weight:inherit;
    background: url(/commonart/listArrow.png) no-repeat right center;
}
.elistmore {
  text-align:right; 
  font-size:13px !important;;
  font-weight:normal !important;
  font-style:italic !important;;   
  color:#343434 !important;
  }

/*************************************/
  
.eplist ul { list-style: none; margin:0; padding:0; }

.eplist li {
    position: relative;
    margin: 0;
    background: #ffffff;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #aaaaaa;
    padding: 10px 0px 10px 18px;
    color:#f67c2e;
    font-size: 18px;
    font-weight: normal;
    list-style: none;
}
.eplist li:last-child {
   border-bottom: 1px solid #999999 !important;
}
.eplist a {
    display: block;
    padding: 4px 32px 4px 0px;
    text-decoration: none;
    color:#f67c2e;
    font-weight:inherit;
    background: url(/commonart/listArrow.png) no-repeat right center;
}
.eplistmore {
  text-align:right; 
  font-size:13px !important;;
  font-weight:normal !important;
  font-style:italic !important;;   
  color:#f67c2e !important;
  }
  
  
/*************************************/

fieldset {
 position:relative;
 margin: 10px 10px 10px 10px;
 padding:0;
 background:#ffffff;
 color:#808080;
 -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:#808080;
  } 


/*************************************/
  
#gotop {
  padding:18px;
  margin:0;
  }
#gotop h1, #gotop h2 { 
  margin: 4px 0 5px 0 !important;
  padding:0;
  }
 
#godetail {
  background-color:#607DB9;
  padding:18px;
  margin-bottom:18px;
  color:#ffffff;
  }
#godetail h3 {
 padding:0px;
 margin: 8px 0px 8px 0px;
 font-size: 18px;
 font-weight: bold;
 color: #efefef;
 }  
#godetail a {
 color: #cccccc;
 text-decoration:none;
 }  
#godetail h4 {
 padding:0px;
 margin: 8px 0px 8px 0px;
 font-size: 18px;
 font-weight: bold;
 color: #444444;
 }  
#godetail p {
 padding:0px;
 margin: 16px 0px 8px 0px;
 color:#ffffff;
 } 
 

.goactions ul {
  list-style: none;
  padding:0;
  margin:0;
  }

.goactions li {
    position: relative;
    margin: 0;
    background: #ffffff;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #aaaaaa;
    padding: 10px 18px 10px 18px;
    color:#454545;
    font-size: 18px;
    font-weight: bold;
    list-style: none;
}

.goactions li:last-child {
   border-bottom: 1px solid #999999 !important;
}

.goactions a {
    display: block;
    text-align:center;
    text-decoration: none;
    color:#454545;
}



/************************************************************************************************/

#calcontainer {
 background-color:#777777;
 -webkit-border-radius: 10px;
 width:300px;
 margin:5px;
 padding:5px;
 text-align:center;
 }

#calendarboxtitle {
  width:300px;
  height:25px;
  text-align:center;
  }

#calendarboxtitle a {
  font-size:100%;
  text-decoration:none;
  }

#calendarbox td {
  background: #ababab;
  width:40px;
  height:30px;
  padding:0;
  margin:0px;
  text-align:center;
  }

#calendarbox td.active {
  background: #cdcdcd;
  width:40px;
  height:30px;
  padding:0;
  margin:0px;
  text-align:center;
  }



#calendarbox a {
  display:block;
  color:#444444;
  text-decoration:none;
  font-weight:bold;
  font-size:90%;
  padding: 6px 6px 6px 6px;
  }

