﻿body 
{
    /*background-color:White;*/
    /*background-image:url('../Images/bck.JPG');
    background-repeat:repeat-x;
    font-family:Arial;
    font-size:small;
    width:100%;
    margin:0 0 0 0;*/
}

.topline
{
    /*color:White;
    background-image:url('../Images/toplinebg.jpg');
    background-repeat:repeat-x;
    height:25px;*/
}

.actualbody
{
    width:1024px;
}

.topper
{
    background-image:url('../Images/bg1.jpg');
    background-repeat:repeat;
    color:White;
    margin-left:5px;
    height:100px;
    
}

.menu
{
    height:5px;
    background-image:url('../Images/bg2.jpg');
    color:White;
    background-repeat:repeat-x;
}

.submitbutton
{
    border-style: none;
    border-color: inherit;
    border-width: 0;
    color: White;
    background-color: #344F6B;
    width: 60px;
    cursor:pointer;
}

.loginbanner
{
    width:700px;
    height:250px;
    background-color:Gray;
    border-right:2px solid #383838;
}
.divWaiting{
   
position: absolute;
background-color: #FAFAFA;
z-index: 2147483647 !important;
opacity: 0.8;
overflow: hidden;
text-align: center; top: 0; left: 0;
height: 100%;
width: 100%;
padding-top:20%;
} 
.logindiv
{
    width:324px;
    height:250px;
    background-color:#E6E6E6;
}

.footer
{
    background-image:url('../Images/footerbg.jpg');
    background-repeat:repeat-x;
    height:80px;
    vertical-align:top;
    text-align:center; 
}

.bullet1
{
  background-image:url('../Images/bullet1.PNG');
  text-decoration:none;
  height:30px;
  text-align:center;
  color:White;
  background-repeat:no-repeat;
 }

.bullet1 a
{
    text-decoration:none;
    color:White;
}

.bullet1 a:hover
{
    text-decoration:underline;
    color:Yellow;
}

.bullet2
{
  background-image:url('../Images/bullet2.PNG');
  text-decoration:none;
  height:30px;
  text-align:center;
  background-repeat:no-repeat;
}

.bullet2 a
{
    text-decoration:none;
    color:White;
}

.bullet2 a:hover
{
    text-decoration:underline;
    color:Yellow;
}

.mainmenu
{
    background-image:url('../Images/bg2.jpg');
    background-repeat:repeat-x;
    height:30px;
    color:White;   
    font-size:0.9em;
    vertical-align:middle;
    text-align:left;
    font-family:MS Sans Serif;
    padding-left:20px;
}
.small-box {
  position: relative;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 15px;
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
 /* background: rgba(0, 0, 0, 0.15);*/
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5px;
}
.small-box .icon {
  position: absolute;
  top: auto;
  bottom:8px;
  right: 5px;
  z-index: 0;
  font-size: 70px;
  color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  animation-name: tansformAnimation;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: tansformAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: tansformAnimation;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
/* Background colors */
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-cherry,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-grass,
.bg-wood,
.bg-black {
  color: #f9f9f9 !important;
}
.bg-gray {
  background-color: #eaeaec !important;
}
.bg-blackd{
  background-color: #222222 !important;
}
.bg-red {
  background-color: #f56954 !important;
}
.bg-yellow {
  background-color: #f39c12 !important;
}
.bg-cherry{
  background-color: #cd1231 !important;
}
.bg-aqua {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}

.bg-light-blue {
  background-color: #5fb4ef !important;
}
.bg-wood{
  background-color: #ab7d44 !important;
}
.bg-green {
  background-color: #00a65a !important;
}
.bg-grass {
  background-color: #a1c436 !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #7f8000 !important;
}
.bg-lime {
  background-color: #00e405 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #932ab6 !important;
}
.bg-maroon {
  background-color: #85144b !important;
}
/* Text colors */
.text-red {
  color: #f56954 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #7f8000 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #932ab6 !important;
}
.text-maroon {
  color: #85144b !important;
}
.staticmenu
{
    vertical-align:middle;
}

.minorbutton
{
    color: Black;
    background-color: #FFCC99;
    width: 60px;
    border:1px ridge orange;
    cursor: pointer;
}

.loggedInUser
{
    color:Blue;
    margin-right:5px;
}

.popuppanel
{
    border:5px solid gray;
    background-color: White;
    overflow:scroll;
}

.modalbck
{
    background-color:Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 10000;
}

.advsearch
{
    border: 1px solid #99CCFF;
    background-color: #EDF3FE;
    width: 500px;
}

.fw .m-list_link.m-list_link_inline_border li{display:inline-block;vertical-align:top;padding-bottom:0;margin-right:20px;margin-top:0;padding-right:20px;border-right:1px solid #d2d2d2;line-height:120%}@media screen and (max-width: 640px){.fw .m-list_link.m-list_link_inline_border li{margin-right:10px}}@media screen and (max-width: 640px){.fw .m-list_link.m-list_link_inline_border li{margin-top:10px}}@media screen and (max-width: 640px){.fw .m-list_link.m-list_link_inline_border li{padding-right:10px}}.fw .m-list_link.m-list_link_inline_border li:last-child{margin-right:0;padding-right:0;border-right:none}@media screen and (max-width: 640px){.fw .m-list_link.m-list_link_box_sp li{padding:0;border:1px solid #006d50;border-bottom:none}.fw .m-list_link.m-list_link_box_sp li a{display:block;padding:15px}.fw .m-list_link.m-list_link_box_sp li:last-child{border-bottom:1px solid #006d50}}.fw .m-list_img a{display:block}@media screen and (max-width: 640px){.fw .m-list_img img{width:auto}}.fw .m-list_img>li{padding:30px 0}@media screen and (max-width: 640px){.fw .m-list_img>li{padding:20px 0}}.fw .m-list_img>li:first-child{padding-top:0}.fw .m-list_img>li:last-child{padding-bottom:0}.fw .m-list_img .m-list_img_detail{color:#333}.fw .m-list_img .m-list_img_detail a:not([class*="a-ttl_"]){display:inline-block}.fw .m-list_img .m-list_img_detail>*{margin-bottom:10px}@media screen and (max-width: 640px){.fw .m-list_img .m-list_img_detail>*{margin-bottom:5px}}.fw .m-list_img .m-list_img_detail>*:last-child{margin-bottom:0}.fw .m-list_img.m-list_img_border>li{border-bottom:1px solid #d2d2d2}.fw .m-list_img.m-list_img_border>li:last-child{border-bottom:none}.fw .m-list_box>li{background-color:#f1f1f1}.fw .m-list_box>li>a{display:block}.fw .m-list_box .m-list_box_ttl{font-size:16px;padding:11px 20px;width:100%;color:#fff;display:block;text-decoration:none !important}@media screen and (max-width: 640px){.fw .m-list_box .m-list_box_ttl{font-size:14px}}@media screen and (max-width: 640px){.fw .m-list_box .m-list_box_ttl{padding:10px 15px}}.fw .m-list_box .m-list_box_ttl.m-list_box_color_main{background-color:#006d50}.fw .m-list_box .m-list_box_ttl.m-list_box_color_sub{background-color:#333}.fw .m-list_box a.m-list_box_ttl,.fw .m-list_box a .m-list_box_ttl{padding-right:35px;position:relative}@media screen and (max-width: 640px){.fw .m-list_box a.m-list_box_ttl,.fw .m-list_box a .m-list_box_ttl{padding-right:30px}}.fw .m-list_box a.m-list_box_ttl:after,.fw .m-list_box a .m-list_box_ttl:after{font-size:18px;content:"\EA0C";display:inline-block;font-family:"iconfont" !important;font-style:normal;font-weight:normal;line-height:1;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width: 640px){.fw .m-list_box a.m-list_box_ttl:after,.fw .m-list_box a .m-list_box_ttl:after{font-size:16px}}@media screen and (max-width: 640px){.fw .m-list_box a.m-list_box_ttl:after,.fw .m-list_box a .m-list_box_ttl:after{right:10px}}.fw .m-list_box a.m-list_box_ttl.m-list_box_color_main:hover{background-color:#006d50}.fw .m-list_box a.m-list_box_ttl.m-list_box_color_sub:hover{background-color:#4d4d4d}.fw .m-list_box a:hover .m-list_box_ttl.m-list_box_color_main{background-color:#ffffff}.fw .m-list_box a:hover .m-list_box_ttl.m-list_box_color_sub{background-color:#4d4d4d}.fw .m-list_box a img{-webkit-transition:opacity .3s;transition:opacity .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fw .m-list_box a:hover img{opacity:0.7}.fw .m-list_box .m-list_box_detail{padding:20px}@media screen and (max-width: 640px){.fw .m-list_box .m-list_box_detail{padding:15px}}.fw .m-list_box .m-list_box_detail>*{margin-bottom:10px}@media screen and (max-width: 640px){.fw .m-list_box .m-list_box_detail>*{margin-bottom:5px}}.fw .m-list_box .m-list_box_detail>*:last-child{margin-bottom:0}

