/*============================= CSS STYLES FOR AFB88 =============================*/

/* ================================
    CSS STYLES FOR WS PORTAL 
    v1.0, 01/2001
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

.Background
{
    background-color: #ffffff;
}

.bgcolor
{
    background-color: #0E3290;
}

.event
{
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    font-family: Tahoma, Helvetica, sans-serif;
}

.event2
{
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    background-color: #BEBEBE;/*#4E9C7F*/
    font-family: Tahoma, Helvetica, sans-serif;
}

.HeaderBG
{
    background-color: #9DDA51;
}

.HeaderBG2
{
    /*background-color: #0E533E;*/
    background:#f9fcf7; /* Old browsers */
    background: -moz-linear-gradient(left, #f9fcf7 0%, #6a686b 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9fcf7), color-stop(99%,#6a686b)); /* chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #f9fcf7 0%,#6a686b 99%); /* chrome10+,Safari5.1 */
    background: -o-linear-gradient(left, #f9fcf7 0%,#6a686b 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #f9fcf7 0%, #6a686b 99%); /* IE10+ */
    background: linear-gradient(to right, #f9fcf7 0%, #6a686b 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#6a686b',GradientType=1); /* IE6-9 */
}

.PendingBG
{
    background-color: #ffd700;
}

.DangerBG
{
    background-color: #ffd700;
}

.RejectedBG
{
    background-color: #ffccff;
}

.Rejected
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: red;
}
.NewBG
{
    background-color: #DCDCDC;
}

.NewBG1
{
    background-color: #DEDEDE;
}

.HDPBG
{
    background-color: #eee8aa;
}

.HDPBG2
{
    background-color: #cd853f;
}

.Sep
{
    border-collapse: collapse;
    border-left-style: solid;
    border-left-width: 2;
}

.OUBG
{
    background-color: #e6e6fa;
}

.OUBG2
{
    background-color: #7b68ee;
}

.HighLightBG
{
    background-color: #ffffCC;
}

.PanelBG
{
    background-color: #FFFBEF;
}

.Message
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #FFFFFF;
}

A.Message:link
{
    text-decoration: none;
    color: #FFFFFF;
}

A.Message:visited
{
    text-decoration: none;
    color: #FFFFFF;
}

A.Message:active
{
    text-decoration: none;
    color: #FFFFFF;
}

A.Message:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

.Message2
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: yellow;
    text-decoration: none;
}

.Tab
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffd700;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

A.Tab:link
{
    text-decoration: none;
    color: #ffd700;
}

A.Tab:visited
{
    text-decoration: none;
    color: #ffd700;
}

A.Tab:active
{
    text-decoration: none;
    color: #c5c5c5;
}

A.Tab:hover
{
    text-decoration: none;
    color: #c5c5c5;
}

.TabButton
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

A.TabButton:link
{
    text-decoration: none;
    color: #ffffff;
}

A.TabButton:visited
{
    text-decoration: none;
    color: #ffffff;
}

A.TabButton:active
{
    text-decoration: none;
    color: #ffffff;
}

A.TabButton:hover
{
    text-decoration: none;
    color: #ffd700;
}

.TabButton2
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

A.TabButton2:link
{
    text-decoration: none;
    color: #ffffff;
}

A.TabButton2:visited
{
    text-decoration: none;
    color: #ffffff;
}

A.TabButton2:active
{
    text-decoration: none;
    color: #ffffff;
}

A.TabButton2:hover
{
    text-decoration: none;
    color: #ffffff;
}

.GB
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
   /*** font-weight:bold;*****/
}

.Sep
{
    background-color: #ffffff;
}

.Panel
{
    background-color: #333333;
    border-color: #A8A8A8;
    border-collapse: collapse;
}

.Link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffe600;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

A.Link:link
{
    text-decoration: none;
    color: #ffe600;
}

A.Link:visited
{
    text-decoration: none;
    color: #ffe600;
}

A.Link:active
{
    text-decoration: none;
    color: #ffe600;
}

A.Link:hover
{
    text-decoration: none;
    color: #ff0000;
}

.Link2
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    color: blue;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

A.Link2:link
{
    text-decoration: none;
    color: blue;
}

A.Link2:visited
{
    text-decoration: none;
    color: blue;
}

A.Link2:active
{
    text-decoration: none;
    color: blue;
}

A.Link2:hover
{
    text-decoration: underline;
    color: blue;
}


.Link3
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

A.Link3:link
{
    text-decoration: none;
    color: #000000;
}

A.Link3:visited
{
    text-decoration: none;
    color: #000000;
}

A.Link3:active
{
    text-decoration: none;
    color: #000000;
}

A.Link3:hover
{
    text-decoration: none;
    color: Gray;
}


.Deleted
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    color: Gray;
    font-weight: bold;
}

.Bold
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
    font-weight: bold;
}

.Boldbg
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    color: Black;
    font-weight: bold;
    background-color: #90ee90;
}

.Heading11
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red;
}

.Heading9
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: blue;
}

.Heading8
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: blue;
}

.Heading7
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.gbHeading7
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: white;
}

.Heading6
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: blue;
}

.Heading14
{
    font-weight: bold;
    font-size: 11px;
    color: green;
    font-family: Tahoma, Helvetica, sans-serif;
}

.Heading3
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.Heading1
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}


.X12
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: blue;
}

.gbX12
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: blue;
}

.Parlay
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: green;
}

.gbparlay
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: green;
}

.GBHeading1
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: black;
}

.Heading2
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    color: blue;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

A.Heading2:link
{
    text-decoration: none;
    color: blue;
}

A.Heading2:visited
{
    text-decoration: none;
    color: blue;
}

A.Heading2:active
{
    text-decoration: none;
    color: blue;
}

A.Heading2:hover
{
    text-decoration: underline;
    color: blue;
}

.GBHeading2
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}

.Normal
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: black;
}

.GridTitle
{
    background-color: #F5F5F5;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}

.Calendar
{
    background-color: #ffffff;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

.Grid
{
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

.GridHeader
{
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    font-family: Tahoma, Helvetica, sans-serif;
    height: 20px;
   /** background-color: #023A0F; #0E533E */
    background-color: #03aa03;
}

.GridHeader td
{
	border:1px solid #fff;
	}
.GridHeader2
{
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    font-family: Tahoma, Helvetica, sans-serif;
    height: 20px;
    background-color: #03aa03;
}
.GridItem
{
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Tahoma, Helvetica, sans-serif;
    height: 25px;
    background-color: #e6f5d6;
}

.GridItem td
{
	border:1px solid #fff;
	}
.GridItem2
{
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Tahoma, Helvetica, sans-serif;
    height: 25px;
    background-color: #e6f5d6;
}

.GridAltItem
{
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Tahoma, Helvetica, sans-serif;
    height: 25px;
    background-color: #ffffff;
}

.GridAltItem td
{
	border:1px solid #fff;
	}
.GridAltItem2
{
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Tahoma, Helvetica, sans-serif;
    height: 25px;
    background-color: #ffffff;
}

.GridHeaderResult
{
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    font-family: Tahoma, Helvetica, sans-serif;
    height: 20px;
    background-color: #9DDA51;
}

.GridItem1
{
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Tahoma, Helvetica, sans-serif;
    height: 25px;
    background-color: #EEFFFF;
    border-left-color: #FFFFFF;
}
.GridAltItem1
{
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Tahoma, Helvetica, sans-serif;
    height: 25px;
    background-color: #EEFFFF;
    border-left-color: #FFFFFF;
}

.NegOdds
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Red;
}

A.NegOdds:link
{
    text-decoration: none;
    color: Red;
}

A.NegOdds:visited
{
    text-decoration: none;
    color: Red;
}

A.NegOdds:active
{
    text-decoration: none;
    color: Red;
}

A.NegOdds:hover
{
    text-decoration: underline;
    color: Red;
}

.PosOdds
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: blue;
}


A.PosOdds:link
{
    text-decoration: none;
    color: blue;
}

A.PosOdds:visited
{
    text-decoration: none;
    color: blue;
}

A.PosOdds:active
{
    text-decoration: none;
    color: blue;
}

A.PosOdds:hover
{
    text-decoration: underline;
    color: blue;
}

.Negative
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Red;
}

.Positive
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
   color: black;
   /*color:#666;*/ 
}

.OTitle
{
    background-color: #435AEC;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Black;
    height: 15;
}

.Run
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.GBRun
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: red;
}

.All
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: blue;
}

.GBAll
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: blue;
}

.GBGive
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #cc0000;
}

A.GBGive:link
{
    text-decoration: none;
    color: #cc0000;
}

A.GBGive:visited
{
    text-decoration: none;
    color: #cc0000;
}

A.GBGive:active
{
    text-decoration: none;
    color: #cc0000;
}

A.GBGive:hover
{
    text-decoration: underline;
    color: #cc0000;
}

.Give
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #cc0000;
}

A.Give:link
{
    text-decoration: none;
    color: #cc0000;
}

A.Give:visited
{
    text-decoration: none;
    color: #cc0000;
}

A.Give:active
{
    text-decoration: none;
    color: #cc0000;
}

A.Give:hover
{
    text-decoration: underline;
    color: #cc0000;
}


.GBTake
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:Blue;
}

A.GBTake:link
{
    text-decoration: none;
    color:Blue;
}

A.GBTake:visited
{
    text-decoration: none;
    color:Blue;
}

A.GBTake:active
{
    text-decoration: none;
    color:Blue;
}

A.GBTake:hover
{
    text-decoration: underline;
    color:Blue;
}

.Take
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:Blue;
}

A.Take:link
{
    text-decoration: none;
    color:Blue;
}

A.Take:visited
{
    text-decoration: none;
    color:Blue;
}

A.Take:active
{
    text-decoration: none;
    color:Blue;
}

A.Take:hover
{
    text-decoration: underline;
    color:Blue;
}

.Hdp
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Red;
}

.OU
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Blue;
}

.GBHdp
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: Red;
}

.GBOU
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: Blue;
}

.GBOver
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: red;
}

.Over
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

A.Over:link
{
    text-decoration: none;
    color: red;
}

A.Over:visited
{
    text-decoration: none;
    color: red;
}

A.Over:active
{
    text-decoration: none;
    color: red;
}

A.Over:hover
{
    text-decoration: underline;
    color: red;
}

.GBUnder
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: blue;
}

.Under
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: blue;
}

A.Under:link
{
    text-decoration: none;
    color: blue;
}

A.Under:visited
{
    text-decoration: none;
    color: blue;
}

A.Under:active
{
    text-decoration: none;
    color: blue;
}

A.Under:hover
{
    text-decoration: underline;
    color: blue;
}


.Pause
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Gray;
}

.GBPause
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: Gray;
}



.Error
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.LoginButton
{
    font-weight: bold;
    font-size: 10px;
    border-left-color: #eeeeee;
    background: none transparent scroll repeat 0% 0%;
    border-bottom-color: #eeeeee;
    color: #ffffff;
    border-top-style: outset;
    border-top-color: #eeeeee;
    font-family: verdana, arial, helvetica;
    border-right-style: outset;
    border-left-style: outset;
    border-right-color: #eeeeee;
    border-bottom-style: outset;
}

.CommandButton
{
  border-right: 1px double;
    border-top: 1px window-inset;
    font-weight: bold;
    font-size: 11px;
    background: #ffffff;
    border-left: 1px window-inset;
    color: #000000;
    border-bottom: 1px double;
    font-family: Tahoma, Helvetica, sans-serif;
    height: 20px;
}
A.CommandButton:link
{
    color: #000000;
    text-align: center;
    text-decoration: none;
}
A.CommandButton:visited
{
    color: #000000;
    text-align: center;
    text-decoration: none;
}
A.CommandButton:active
{
    color: #000000;
    text-align: center;
    text-decoration: none;
}
A.CommandButton:hover
{
    color: #000000;
    text-align: center;
    text-decoration: none;
}

.lnk2
{
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
A.lnk2:link
{
    color: #000000;
    text-decoration: none;
}
A.lnk2:visited
{
    color: #000000;
    text-decoration: none;
}
A.lnk2:active
{
    color: #000000;
    text-decoration: none;
}
A.lnk2:hover
{
    color: #888888;
    text-decoration: none;
}

.TextBox
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.BetTextBox
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.Give_
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red;
    text-decoration: underline;
}

A.Give_:link
{
    text-decoration: underline;
    color: red;
}

A.Give_:visited
{
    text-decoration: underline;
    color: red;
}

A.Give_:active
{
    text-decoration: underline;
    color: red;
}

A.Give_:hover
{
    text-decoration: underline;
    color: red;
}

.Take_
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: blue;
}

A.Take_:link
{
    text-decoration: underline;
    color: blue;
}

A.Take_:visited
{
    text-decoration: underline;
    color: blue;
}

A.Take_:active
{
    text-decoration: underline;
    color: blue;
}

A.Take_:hover
{
    text-decoration: underline;
    color: blue;
}

.Over_
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red;
}

A.Over_:link
{
    text-decoration: underline;
    color: red;
}

A.Over_:visited
{
    text-decoration: underline;
    color: red;
}

A.Over_:active
{
    text-decoration: underline;
    color: red;
}

A.Over_:hover
{
    text-decoration: underline;
    color: red;
}

.Under_
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: blue;
}

A.Under_:link
{
    text-decoration: underline;
    color: blue;
}

A.Under_:visited
{
    text-decoration: underline;
    color: blue;
}

A.Under_:active
{
    text-decoration: underline;
    color: blue;
}

A.Under_:hover
{
    text-decoration: underline;
    color: blue;
}

.ENG
{
    font-weight: bold;
}

.Link4
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

A.Link4:link
{
    text-decoration: none;
    color: Black;
}

A.Link4:visited
{
    text-decoration: none;
    color: Black;
}

A.Link4:active
{
    text-decoration: none;
    color: Black;
}

A.Link4:hover
{
    text-decoration: underline;
    color: Black;
}

.Bottom
{
    font-family: Times New Roman;
    font-size: 16px;
    color: White;
    text-decoration: none;
    font-style: normal;
}

.Heading15
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

.BtnCss
{
    width: 200px;
    height: 38px;
    text-align: center;
   /**  border: solid 1px #191970;
    background-color: #CCCCCC;**/
    cursor: pointer;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#666;
    background-color: #EEE;
    border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

.BtnCss2
{
    width: 200px;
    height: 38px;
    text-align: center;
    /*border: solid 1px #191970;
    background-color: #FFFFFF;
    border-bottom-color: #FFFFFF;**/
    cursor: pointer;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #008A00;
    color: #FFF;
    border-left: 1px solid #808080;
}

.HeaderSetting
{
    background-color:#03AA03;/** #1F7B2E;**/
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    height: 30px;
	line-height: 30px;
/**	text-align: center;***/
}

.HeaderSetting2
{
   
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    /*color: #FFFFFF;
    background-color: #60C51F;**/
    background-color: #EEE;
	color:#000000;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	height: 30px;
	line-height: 30px;
}

.HeaderSetting3
{
	/*color: #FFFFFF;
    background-color: #4BA45A;*/
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	background-color: #EEE;
	color:#666;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

/*newDesign*/

.Heading4
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.Heading5
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: Black;
    vertical-align: middle;
}

.Heading10
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: White;
}

.MenuItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
    padding-left: 15px;
    vertical-align: middle;
}
.MenuItem A:link
{
    color: #000000;
    text-decoration: none;
}
.MenuItem A:visited
{
    color: #000000;
    text-decoration: none;
}
.MenuItem A:active
{
    color: #000000;
    text-decoration: none;
}
.MenuItem A:hover
{
    color: #000000;
    text-decoration: none;
}

.MenuItem2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
    padding-left: 3px;
    vertical-align: top;
}
.MenuItem2 A:link
{
    color: #000000;
    text-decoration: none;
}
.MenuItem2 A:visited
{
    color: #000000;
    text-decoration: none;
}
.MenuItem2 A:active
{
    color: #000000;
    text-decoration: none;
}
.MenuItem2 A:hover
{
    color: #FF9900;
    text-decoration: none;
}

.menuButton
{
    margin-left: 5px;
}

.GridSep
{
    border-collapse: collapse;
    border-left-style: solid;
    border-left-width: 2;
    border-right-style: solid;
    border-right-width: 2;
}

.morebets
{
    background-color: #E5EEF3;
    border: 0px solid black;
    margin: 0px;
    overflow: auto;
    padding: 0px;
    position: absolute;
    z-index: 77;
}


/*---------------------------------------------------------------- 20121214 Forecast css  ---------------------------------------------------------------*/
.Red12
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red;
    text-decoration: underline;
}

.Black11
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 16px;
    color: #000;
    background-color:#e6f5d6;
}

.Black12
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.Black13
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 16px;
    color: #000;
    background-color:#FFFFFF;
}

.Black13 td
{
	border:1px solid #fff;
	}

.Blue12
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: Blue;
}

.Negative12
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: Red;
}

.BlueBold12
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: Blue;
}

.NegativeBold12
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: Red;
}

.fcBorderColor
{
    background-color:#D0D0D0;
}

.fcBgColor
{
    background-color:#e6f5d6;
}

.fcTotalBgColor
{
    background-color:#E6E6E6;
}

.fcInBgColor
{
    background-color:#e6f5d6;/*#c6ffc6;*/
}

.fcAltInBgColor
{
    background-color:#d7d7d7;
}

.fcEvent
{
    font-weight: bold;
    font-size: 11px;
    color: #373836;
    background-color:#BFBFBF;
    font-family: Tahoma, Helvetica, sans-serif;
}

.fcVS
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000;
}

.fcScore 
{
    font-weight: normal; 
    font-size: 11px; 
    color: black; 
    font-family: Tahoma, Helvetica, sans-serif; 
}

.rounded-corners 
{
    background-color:Green;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration:none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.Heading5New {
FONT-WEIGHT: normal;
FONT-SIZE: 11px;
color: red;
FONT-FAMILY: sans-serif, Tahoma, Helvetica;
}
/*---------------------------------------------------------------- 20121214 END Forecast css  ------------------------------------------------------------*/

/*---------------------------------------------------------------- 20130102 STOCK HDPOU css  ---------------------------------------------------------------*/

.stockEvent  
{
    font-weight: bold;
    font-size: 11px;
    color: #373836;
    font-family: Tahoma, Helvetica, sans-serif; 
    background-color:#BFBFBF;
}

.PinkHighlight 
{
    font-weight: normal; 
    font-size: 11px; 
    color: black; 
    font-family: Tahoma, Helvetica, sans-serif; 
    height: 25px; 
    background-color: #E8F9D5; 
    padding: 0 2px;
}

.live
{
	font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    /*font-style:italic;*/
    color:red;
    font-weight:bold;
}

.HT
{
	font-family: Tahoma, Helvetica, sans-serif;
    font-size: 10px;
    color:red;
    font-weight:bold;	
}

.Bold5
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    color:Blue;
	font-weight: bold;
}

A.Bold5:link    {
    text-decoration:    none;
    color:Blue;
}

A.Bold5:visited {
    text-decoration:    none;
    color:Blue;
}

A.Bold5:active  {
    text-decoration:    none;
    color:Blue;
}

A.Bold5:hover   {
    text-decoration:none;
    color:Blue;
}

.Bold6
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    color:Black;
	font-weight: bold;
}

.Give2
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:#cc0000;
}

A.Give2:link {
    text-decoration:    none;
    color: #cc0000;
}

A.Give2:visited  {
    text-decoration:    none;
    color: #cc0000;
}

A.Give2:active   {
    text-decoration:    none;
    color: #cc0000;
}

A.Give2:hover    {
    text-decoration:    none;
    color: #cc0000;
}

DIV.movable { POSITION: absolute }
    
/*---------------------------------------------------------------- 20130102 END STOCK HDPOU css  ------------------------------------------------------------*/

/*---------------------------------------------------------------- Member Management CSS BEGIN ------------------------------------------------------------*/
.GridBorder
{
    border-color: #fff;
    background-color: #fff;
}
/*---------------------------------------------------------------- Member Management CSS END --------------------------------------------------------------*/

/*---------------------------------------------------------------- Myanmar Odds CSS BEGIN --------------------------------------------------------------*/
.MM_blue { font-size: 11px; font-family: Tahoma; font-weight: bold; color: #0000CC;}
A.MM_blue:link {text-decoration: none; color:#0000CC;}
A.MM_blue:visited {text-decoration: none; color:#0000CC;}
A.MM_blue:active { text-decoration: none; color:#0000CC;}
A.MM_blue:hover {text-decoration:none; color:#0000CC;}

.MM_red { font-size: 10px; font-family: Tahoma; font-weight: bold; color: #FF0000;}
A.MM_red:link {text-decoration: none; color:#FF0000;}
A.MM_red:visited {text-decoration: none; color:#FF0000;}
A.MM_red:active { text-decoration: none; color:#FF0000;}
A.MM_red:hover {text-decoration:none; color:#FF0000;}
/*---------------------------------------------------------------- Myanmar Odds CSS END --------------------------------------------------------------*/

/*---------------------------------------------------------------- ViewLog CSS BEGIN -----------------------------------------------------------------*/
.Background2 {
	margin-left: 0px;
	margin-top: 0px;
}

.GridItem_VL { FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: black; FONT-FAMILY: Tahoma, Helvetica, sans-serif; HEIGHT: 25px; BACKGROUND-COLOR: #F5FAEE; padding: 0 2px; }
.GridItem_VL:hover
{
    BACKGROUND-COLOR:#D1FF8D;
}
.GridItem_VL td
{
	border:1px solid #fff;
	}
.GridSubHeader { FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: White; FONT-FAMILY: Tahoma, Helvetica, sans-serif; HEIGHT: 25px; BACKGROUND-COLOR: #0E533E }

.red
{
	font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    color:#B50000;
}

.green
{
	font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    color:green;
}

.loginBtn 
{ FONT-WEIGHT: normal; 
  FONT-SIZE: 11px; 
  COLOR: #A5A5A5; 
  FONT-FAMILY: Tahoma, Helvetica, sans-serif; 
  HEIGHT: 25px; 
  BACKGROUND-COLOR: #F3F3F3; 
  font-weight:bold;
  cursor:pointer;
}
.Bold_ViewLog
{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 11px;
   
    font-weight: bold;
    background-color: #008A00;
    color: #FFF;
}


.loginBtn:hover
{ 
  COLOR: black; 
  BACKGROUND-COLOR: #FFFFFF; 
}

/*---------------------------------------------------------------- ViewLog CSS END -----------------------------------------------------------------*/
/*---------------------------------------------------------------- FC_HandicapAndOU_G CSS BEGIN -----------------------------------------------------------------*/

.fc_bg
{
	/*background-image:url(Images/fc_header_bg.jpg);*/
	/*background: #eeeeee; /* Old browsers */
	/*background: -moz-linear-gradient(top, #eeeeee 0%, #878787 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#878787)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #eeeeee 0%,#878787 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #eeeeee 0%,#878787 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #eeeeee 0%,#878787 100%); /* IE10+ */
	/*background: linear-gradient(to bottom, #eeeeee 0%,#878787 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#878787',GradientType=0 ); /* IE6-9 */
	background:url(Images/title2.jpg) repeat-x;
}

/*---------------------------------------------------------------- FC_HandicapAndOU_G CSS END -----------------------------------------------------------------*/
/*---------------------------------------------------------------- Report/Old_Report CSS BEGIN -----------------------------------------------------------------*/

.re_bg
{
	/*background: #eeeeee; /* Old browsers */
	/*background: -moz-linear-gradient(top, #eeeeee 0%, #878787 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#878787)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #eeeeee 0%,#878787 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #eeeeee 0%,#878787 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #eeeeee 0%,#878787 100%); /* IE10+ */
	/*background: linear-gradient(to bottom, #eeeeee 0%,#878787 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#878787',GradientType=0 ); /* IE6-9 */
	
		/*background:url(Images/title3.jpg) repeat-x;*/
		background-color: #EEE;
		text-decoration:none;
}

/*---------------------------------------------------------------- Report/Old_Report CSS END -----------------------------------------------------------------*/


/*---------------------------------------------------------------- RESULT CSS BEGIN -----------------------------------------------------------------*/
.dateColor { color: #000000;}
.GridMouseOverResult {HEIGHT: 25px; background-color: #FFF6CF;}
/*.---------------------------------------------------------------- RESULT CSS END -----------------------------------------------------------------*/



/* ----------------------------------------------------------- NEW DESIGN CSS BEGIN --------------------------------------------------------------*/

/* --------- Common Use Begin --------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,img,hr{margin:0;padding:0;vertical-align:baseline}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,td,var,i{font-style:normal;/**font-weight:normal;**/}ol,ul,li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}button{background:none;border:none;}ins{text-decoration:none;}blockquote:before,blockquote:after,q:before, q:after{content:"";}blockquote,q{quotes:"" "";}
html,body{-webkit-text-size-adjust:none;height: 100%;}
body{background-color:#fff;font-size:12px;font-family:Arial;min-width: 100%;max-width: 100%;margin: auto;}
*html{background-image:url(about:blank);background-attachment:fixed;}
button,a{cursor:pointer;}
input,button{outline:none;}
p{word-wrap:break-word;}
a{color:#666;text-decoration:none;}
a:hover{color:#f90;text-decoration:none;}
i{overflow:hidden;}
.clear{clear:both;height:0;font-size:0px;overflow:hidden;}
.clearfix:after,.comments li:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
.clearfix{*zoom:1;}
.f14{font-size:14px;}.f16{font-size:16px;}.f18{font-size:18px;}.yahei,h2,h3{font-family:"Microsoft YaHei",\5fae\8f6f\96c5\9ed1,Helvetica,"���";}.cp{cursor:pointer;}.b{font-weight:700;}.w{white-space:nowrap;}.tal{text-align:left;}.tac{text-align:center;}.tar{text-align:right;}.fr{float:right;display:inline;}.db img{display:block;}
.fl{float:left;display:inline;border:none;background:none;}.pr{position:relative;}.pa{position:absolute;}.oh{overflow:hidden;}.hide{display:none;}
::-webkit-input-placeholder{color:#fff;}
::-moz-placeholder{color:#fff;}
:-moz-placeholder{color:#fff;}
::-ms-input-placeholder{color:#fff;}
/* --------- Common Use End --------- */ 

/* -------- Left Menu Use Begin -------- */       
.left{width: 240px;height:100%;background-color: #0b0b0b;z-index: 1;overflow-x:hidden;overflow-y: auto;position: relative;top: 0;left: 0;}

.accordion {/***margin: 0 10px;****/}
.accordion li{margin-top: 5px;}
.accordion .link{cursor: pointer;display: block;color: #fff;height: 42px;line-height: 42px;font-size: 14px;font-weight: 700;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.accordion .link i{float: left;margin-top:13px;margin-left:14px;margin-right:15px;width: 16px;height: 16px;background: url(images/menu_icons.png) no-repeat;}
.accordion .link i.i1{background-position:0 0;}
.accordion .link i.i2{background-position:0 -46px;}
.accordion .link i.i3{background-position:0 -92px;}
.accordion .link i.i4{background-position:0 -136px;}
.accordion .link i.i5{background-position:0 -180px;}
.accordion .link i.i6{background-position:0 -224px;}
.accordion .link i.i7{background-position:0 -268px;}
.accordion .link i.i8{background-position:0 -312px;}
.accordion li:last-child .link {border-bottom: 0;}
.accordion li.open .link {  background-color: #39a045;background-image:-webkit-linear-gradient(top, #09692c, #6fdd61);background-image:-moz-linear-gradient(top, #09692c, #6fdd61);background-image:-o-linear-gradient(top, #09692c, #6fdd61);background-image:-ms-linear-gradient(top, #09692c, #6fdd61);background-image:linear-gradient(top, #09692c, #6fdd61);border-radius: 2px;}

.submenu {display: none;padding: 10px 0;font-size: 14px;background-color: #333;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;}
.submenu li {margin-top: 0;}
.submenu a {text-decoration: none;color: #999;height: 26px;line-height: 26px;padding-left: 20px;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;}
.submenu a:hover {color: #f60;}

.right{height:100%;overflow-y:auto;}
.leftwidth{width:220px;}
.forecastcolor {color: rgb(255, 255, 255);}
/* -------- Left Menu Use End -------- */ 

/* -------- Title Cap Use Begin -------- */
.Title_description
{
    background: url(Images/title_bg.png) repeat-x;
    color: #fff;
    font-family: "Microsoft YaHei",�΢���ź,Helvetica,"ں��";
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 14px;
}
.Button_Command
{
  display: inline-block;
  height: 48px;
  width: 145px;
  line-height: 48px;
  border: 1px double rgb(204, 204, 204);
  color: rgb(102, 102, 102);
  font-size: 16px;
  
  text-align: center;
  text-decoration: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  color: black;
}	
.Button_Color
{
  height: 35px;
  color: #087629;
  cursor: pointer;
  font-size: 14px;
  background-color: #4FD562;
  background-image: -moz-linear-gradient(center top , #8EFD82, #06A83E);
  border: 1px solid #008529;
  font-weight: bold;
  width: 100px;
 line-height: 35px;
 text-align:center;
}
/* -------- Title Cap Use End -------- */



/*---------Sub Account Management---Begin-----------*/
.SubAccount_checkboxlist
{
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: black;
}
#lblAgent
{
	 height:32px;
	}
.SubAccount_textbox
{
  height: 40px;
  width: 175px;
  border: 1px solid #CCC;
  border-radius: 2px;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 14px;
  
   line-height:40px;
}
.SubAccount 
{
color: black;
font-size: 16px;
font-family: Arial;

}
/*---------Sub Account Management---End -----------*/

/*---------Header---Begin -----------*/
.top{height: 100px;background: url(images/header_top_bg.jpg) no-repeat left 0;z-index: 2;}
    .top .menu{width: 20px;height: 17px;margin-top: 66px;margin-left: 28px;}
    .top .menu a{display: block;width: 20px;height: 17px;/**background:url(images/header_icon01.png) no-repeat;***/text-indent: -9999px;}
    .top .logo{width: 150px;height: 76px;margin-top: 15px;margin-left: 25px;}
    .top .logo a{display: block;width: 150px;height: 76px;background: url(images/logo.gif) no-repeat;text-align: -9999px;}
    .top .notice{height: 38px;color: #093c21;font-size: 14px;padding-top: 35px;overflow: hidden;}
    /*.top .notice .txt{width: 70%;height: 38px;line-height: 38px;background:rgba(19,39,25,.1) url(images/header_sound_icon.png) no-repeat 13px 11px;padding-left: 42px;padding-right: 10px;width: -webkit-calc(70% - 52px);width: -moz-calc(70% - 52px);width: calc(70% - 52px);border-radius: 3px;overflow: hidden;}*/
    .top .notice .txt{background-image:url(Images/header_marquee_bg.png); width:100%;height:35px;line-height: 35px;padding-left: 15px;padding-right: 10px; max-width:1000px; min-width:600px;border-radius: 3px;overflow: hidden;margin-left: 30px;}
    .top .lang{margin-left: 8px; color: #093c21;border: 0px;cursor: pointer;text-transform: uppercase;font-weight: bold;}
    .top .lang h4{padding-left: 18px;color: #093c21;font-size: 14px;line-height: 38px;cursor: pointer;font-weight: bold;}
    .top .lang h4 i{display: inline;float:right;margin:17px 15px 0 0;width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #093c21;}
    .top .lang .langlist{left:0;top:39px;padding:5px 0;width: 108px;background-color: #fff;z-index: 9999;box-shadow: 5px 5px 5px rgba(0,0,0,.2);-webkit-border-radius: 3px;border-radius: 3px;-webkit-transition: all 500ms cubic-bezier(0.34, 1.21, 0.4, 1);-moz-transition: all 500ms cubic-bezier(0.34, 1.21, 0.4, 1);transition: all 500ms cubic-bezier(0.34, 1.21, 0.4, 1);-webkit-transform-origin: 20% 0;-moz-transform-origin: 20% 0;-ms-transform-origin: 20% 0;-o-transform-origin: 20% 0;transform-origin: 20% 0;-webkit-transform: translateY(0) scale(0);-moz-transform: translateY(0) scale(0);-ms-transform: translateY(0) scale(0);-o-transform: translateY(0) scale(0);transform: translateY(0) scale(0);list-style: none;opacity: 0;filter:alpha(opacity=0);pointer-events: none;}
    .top .active .langlist{opacity: 1;filter:alpha(opacity=100);pointer-events: auto;-webkit-transform: translateY(0) scale(1);-moz-transform: translateY(0) scale(1);-ms-transform: translateY(0) scale(1);-o-transform: translateY(0) scale(1);transform: translateY(0) scale(1);}
    .top .lang .langlist i{position: absolute;top:-7px;left:50%;margin-left:-3.5px;width: 0;height: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-bottom: 7px solid #fff;}
    .top .lang .langlist a{margin: 0 10px;height: 37px;line-height: 37px;border-bottom: 1px #ececec solid;display: block;text-align: center;color: #333;font-size: 12px;}
    .top .lang .langlist a:hover{color: #f90;font-size: 14px;}
    .top .lang .langlist a.noborder{border-bottom: none;}

    .top .userinfo{height: 54px;margin-top: 32px;line-height: 40px;font-size: 14px;font-weight: bold;color: #093c21;float: right;}
    .top .userinfo b{color: #c8ffa0;}
    .logout{float: right;width: 137px;height: 54px;background: url(images/button.png) no-repeat;text-align: center;color: #866628;font-size: 16px;line-height: 40px;margin: 0 20px 0 10px;display: inline;}
    .top .userinfo a:hover{color: #ffc;}
    
    .top .timeDisplay { float:right; margin-top:40px; font-size:14px; font-weight: bold; color: #093C21; }
    .top .timeDisplaySpan{}

    .styled-select select {
        background: transparent;
        width: 100px;
        font-size: 14px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 23px;
        line-height:27px;
        -webkit-appearance: none;
        color: #39834f; 
        overflow:hidden;
    }
           
    .styled-select {
       width: 90px;
       height: 27px;
       overflow: hidden;
       background: url(Images/top-bg_arrowDown.png) no-repeat right;     
       margin-top: 38px; margin-right: 13px; float: right        
    }

/*---------Header---End-----------*/	

/*---------Change PASSWORD---Begin-----------*/	
.Change_password
{
  width: 225px; 
  text-align: right;
  height: 45px; 
  padding-right: 10px; 
  color: black;
  font-weight: bold;
  font-size: 14px;
  font-size: 16px;
  font-family: Arial;
	}			
.Change_password_textbox01
{
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #CCC; border-radius: 4px;color: #666;
}	
.Change_password_span
{
 background-color: #E1E1E1;
 border: 0px solid #CCC; 
 border-radius: 4px;
 color: #666;
	}		
/*---------ChangePASSWORD---End----------- END -----------------------------------------------------------------*/


/*---hide----*/
/*---
.HideAdvert{display: none;}
.HideNickname{display: none;}
----*/
/*---hide  end----*/

/*---SuspendLock  end----*/
.GridHeader_1
{
    font-weight: bold;
    font-size: 11px;
    color: #ffffff;
    font-family: Tahoma, Helvetica, sans-serif;
    background-color: #03aa03;
}
.HeaderBG_1
{
	background-color:#E6F5D6
	}
/*---SuspendLock  end----*/

/*****Other Reports*****/
.LinkSub:after 
{
    content: '\23F5';
    font-weight: bold;
    color: #999;
    float: left;
    padding-top: 3px;
    padding-left: 16px;
}
.LinkSub.active:after 
{
    content: "\23F7";
}
/****Other Reports End****/
