﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: white;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
   
}



.footer
{
    border-top:1px solid #f4f4f4; width:70%; bottom:0px; padding:25px; font-size:medium; text-align:center;
}
.divmenugiaynu
{
    min-height:20%; position:fixed; display:none;
    background-color:#f4f4f4;
    top:48px; margin-left:30px;
    padding:15px;
    border:2px solid #f4f4f4;z-index:100;
}
.divsubmenugiaynu
{
    display:inline-block; font-size:large; border-bottom:1px solid #000; 
}
.divbtn
{
     cursor:pointer; margin-top:5px; 
}
.divbtn:hover
{
    color:Blue;
}
.header
{
 
    position:fixed; top:0px; background:white; width: 100%; border-bottom:3px solid #f4f4f4; 
    z-index:100;/*important*/
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}


/* TAB MENU   
----------------------------------------------------------*/
.menu {
    padding: 15px;
    cursor: pointer;
    background-color: transparent;
    color: black;
    border-style: none;
}

    .menu:hover {
        border-bottom: 5px solid gray;
        color: Orange;
        font-weight: bold;
    }

.csssubclick
{
  
   cursor:pointer;
   background-color:transparent;
   color:black;
 
}
.csssubclick:hover
{
   text-decoration:underline;
}

.csscaptiongroup
{
   background-image:url("../Images/btnbg1.png");
   background-repeat:no-repeat;
   background-size: 100% 100%;
   background-color:transparent;
   border-style:none;
   cursor:pointer;
   height:28px; font-weight:bold; font-size:medium; color:Navy;
   
}

.csscaptiongroup1
{
   cursor:pointer;
   background-color:transparent;
   border-style:none;
   height:28px; font-weight:bold; font-size:medium; color:Navy;
   
}
.cssclick
{
   margin-left:5px;  
   cursor:pointer; 
   background-color:transparent;
   border-style:none; font-size:larger;
}
.cssclick:hover
{
   text-decoration:underline;
}
.cssshowdivsp
{
   background-image:url("../Images/next.png");
   border-style:none;
}
.cssshowdivsp:hover
{
   background-image:url("../Images/next1.png");
}
.divshowsp
{
   
	display:none; position:absolute;padding:5px;width:241px; height:289px; text-align:center; 
    background-color :rgba(0,0,0,0.21);
	/* Text Always Center */
	z-index:100;
	cursor:pointer;
	-moz-opacity: 0.15;	
	
}
.divbtndathang
{
    padding:5px;height:21px; text-align:center; background-color:green; color:White; cursor:pointer; font-weight:bold;
}
.divbtndathang:hover
{
    background-color:white; color:green;
}
.divbtnsubpage
{
    padding:5px;height:21px; display:inline-block; color:Gray; cursor:pointer; font-size:large; 
}
.divbtnsubpage:hover
{
    color:green;
}

.divimgsub
{
   vertical-align:top;padding:5px;border:3px solid white;
}
.divimgsub:hover
{
   border:3px solid yellow;
}
.csstxt
{
  border-radius:5px; border:1px solid #E9E9E9; padding:3px; height:25px;
}
.csstxt:focus
{
   border:1px solid gray; 
}
.shiny-blue {
  background-color: #759ae9;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #759ae9), color-stop(50%, #376fe0), color-stop(50%, #1a5ad9), color-stop(100%, #2463de));
  background-image: -webkit-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: -moz-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: -ms-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: -o-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  border-top: 1px solid #1f58cc;
  border-right: 1px solid #1b4db3;
  border-bottom: 1px solid #174299;
  border-left: 1px solid #1b4db3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  -moz-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  color: #fff;
  font: bold 13px "helvetica neue", helvetica, arial, sans-serif;
  padding: 7px;
  text-shadow: 0 -1px 1px #1a5ad9;
  
  }
.shiny-blue:hover {
    background-color: #5d89e8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d89e8), color-stop(50%, #2261e0), color-stop(50%, #044bd9), color-stop(100%, #0d53de));
    background-image: -webkit-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: -moz-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: -ms-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: -o-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    cursor: pointer; }
.shiny-blue:active {
    border-top: 1px solid #1b4db3;
    border-right: 1px solid #174299;
    border-bottom: 1px solid #133780;
    border-left: 1px solid #174299;
    -webkit-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee;
}