﻿#MainDiv
{
    width: 868px;
    margin: 0px auto;
}
#OuterDiv
{
    font-family: Arial Verdana Times New Roman;
    width: 868px;
    height: 170px;
    background-image: url('/Quick Links/MPPGCL/Images/bg.png');
}
#OuterDiv a
{
    font-family: Arial Verdana Times New Roman;
    color: #007ac7;
}
#OuterDiv a:hover
{
    font-family: Arial Verdana Times New Roman;
    color: Red;
}
#OuterDiv h3
{
    font-size: 20px;
    margin: 60px 0px 0px 45px;
    padding: 0px 0px 0px 0px;
    color: #007ac7;
    position: absolute;
    font-weight: normal;
}
#OuterDiv h4
{
    font-size: 12px;
    margin: 60px 0px 0px 45px;
    padding: 0px 0px 0px 0px;
    color: #007ac7;
    position: absolute;
    font-weight: normal;
}
#mppgcltxt
{
    font-size: 11px;
    margin: 90px 0px 0px 45px;
    padding: 0px 0px 0px 0px;
    color: #333;
    position: absolute;
    font-family: Lucida Sans Unicode;
    width: 350px;
    font-weight: normal;
}
#mppgcltxt1
{
    font-size: 11px;
    margin: 80px 0px 0px 730px;
    padding: 0px 0px 0px 0px;
    color: #333;
    position: absolute;
    font-family: Lucida Sans Unicode;
    font-weight: normal;
    line-height: 22px;
}
#mppgcltxt1 a
{
    color: #333;
    text-decoration: none;
}
#mppgcltxt1 a:hover
{
    color: #0089df;
    text-decoration: underline;
}

#LinkDiv
{
    width: 100%;
    background-image: url('/Quick Links/MPPGCL/Images/instruction_23.png');
    height: 95px;
}

#LinkDiv a
{
    color: #007ac7;
    text-decoration: none;
}
#LinkDiv h3
{
    font-size: 18px;
    margin: 40px 0px 0px 45px;
    position: absolute;
    padding: 0px 0px 0px 0px;
    color: #007ac7;
    font-weight: normal;
    font-family: Microsoft New Tai Lue;
}
#LinkDiv h3 a
{
    color: #007ac7;
    text-decoration: none;
}
#LinkDiv h3 a:hover
{
    color: #3c80e7;
    text-decoration: underline;
}
#mppgc_Instruction
{
    width: 100%;
    background-image: url('/Quick Links/MPPGCL/Images/Instruction_bg.png');
    height: 328px;
}
#mppgc_Instruction_head
{
    font-size: 20px;
    margin: 25px 0px 0px 35px;
    padding: 0px 0px 0px 0px;
    color: #007ac7;
    position: absolute;
    width: 350px;
    font-family: Lucida Sans Unicode;
    font-weight: normal;
}

#scroll_txt marquee
{
   
    margin-top: 66px;
    width: 780px;
    height: 225px;
    text-align: justify;
    font-family: Lucida Sans Unicode;
    font-size: 11px;
}

#scroll_txt
{
    width: 780px;
    margin: 65px 0px 0px 42px;
    height: 225px;
    text-align: justify;
    font-family: Lucida Sans Unicode;
    font-size: 11px;
}
#scroll_txt ul li
{
    line-height: 25px;
    color: #666;
}



/** New style **/

.container
{
    width: 1000px;
    margin: 0 auto;
}
.form_heading 
{
  padding:10px;
  margin:0 0 10px 0;
     background-color: #f3f3f3;
    border: 1px solid #d4d4d4;
  font-size:18px;
  text-align:center;   
}

.MPPGCLtable
{
      width: 100%;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 12px;
}
.MPPGCLtable th
{
    background-color: #0084cf;
  padding: 8px;
    border: #ddd 1px solid;
    color: #fff;
    margin: 0 0 0 0;
    font-weight: normal;
    text-align: left;
}
.MPPGCLtable td
{
    padding: 4px;
 border: #ddd 1px solid;
    text-align: left;
}
.MPPGCLtable td a
{
    color: #0084CF;
    font-size: 13px;
    font-weight: bold;
}
.MPPGCLtable td a:hover
{
    text-decoration: underline;
}
.MPPGCLtable tr
{
    background: #fafafa;
}
/*  Define the background color for all the ODD background rows  */

.MPPGCLtable tr:nth-child(odd)
{
    background: #FBFBFB;
}
/*  Define the background color for all the EVEN background rows  */

.MPPGCLtable tr:nth-child(even)
{
    background: #f7f7f7;
}


.txt-cntr
{
    text-align: center !important;
}

.btn
{
    background-color: #0084cf;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.btn:hover, .btn:active
{
    background-color: #056da8;
}
.btn-small
{
    width: 110px;
    background-color: #0084cf;
    border: none;
    padding: 4px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}
.btn-small:hover, .btn-small:active
{
    background-color: #056da8;
}
.MPPGCLtable input[type="text"], input[type="password"], textarea
{   width:90%;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}
.MPPGCLtable input:focus
{
    outline: none;
    box-shadow: 0px 0px 5px #ddd;
    border: #ddd 1px solid;
}
.MPPGCLtable input:hover
{
    border-radius: 5px;
}

.MPPGCLtable select
{
    width: 97%;
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
}
.MPPGCLtable select:focus
{
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border: #ddd 1px solid;
}
.MPPGCLtable select:hover
{
    border: #ddd 1px solid;
    border-radius: 5px;
}
.MPPGCLtable textarea:focus
{
    outline: none;
    box-shadow: 0px 0px 5px #ffd0b4;
    border-color: #ffd0b4;
}
.MPPGCLtable textarea:hover
{
    border: 1px solid #ffd0b4;
    border-radius: 5px;
}


.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.color-box {
    padding: 25px 15px 15px 15px;
  /**  margin-top: 20px;**/
    padding-left: 17px;
}

.space {
  /**  margin-bottom: 25px !important;**/
}

.color-box .shadow {
    margin: 0;
}

.shadow {
    background: #F7F8F9;
    padding: 3px;
    margin: 10px 0;
}

.tip-icon {
    background-position: 0 -120px;
}

.info-tab {
    width: 36px;
    height: 46px;
    float: left;
    margin-left: -21px;
    position: relative;
    top: 19px;
    background: url("E005/sprite.png") no-repeat;
}

.tip-box {
    color: #2e5014;
    background: #deecf0;
}

.note-box, .warning-box, .tip-box {
    padding: 0 15px 15px 25px;
}

p {
    padding-top: 12px;
}

.color-box strong {
    font-size: 16px;
    padding-right: 5px;
    font-family: CuprumFFU, "Trebuchet MS",Arial,sans-serif;
}

b, strong {
    font-weight: bold;
}
