﻿@import url('https://fonts.googleapis.com/css?family=Ubuntu');
*{padding: 0px; outline: 0px; margin: 0px; box-sizing: border-box;}
body
{
    font-family: 'Ubuntu',Verdana,Tahoma;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    font-size-adjust: none;
    color: #FFF;
}
img{border-style: none}
a
{
    text-decoration: underline;
    color: #3399FF;
}
p{text-align: justify;text-indent: 30px;margin-bottom: 15px;}
table{width:100%}
td{vertical-align:top}
.TitleBar
{
    padding: 6px;
    font-size: 12pt;
    text-transform: capitalize;
    color: #0066CC;
    border-style: none none dashed none;
    border-width: 1px;
    border-color: #0066CC;
    text-align: center;
}
.StoryHead
{
    font-size: 16px!important;
    font-style: italic;
    color: #FFCC00;
}
/* common */
.textbox
{
    padding: 6px;
    border: 1px solid #AAAAAA;
    border-radius:5px;
    display:block;
    float:left;
    margin-right:5px;
}
.textbox:focus {
    padding: 6px;
    border: 1px solid #6699FF;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #00CCFF;
}
.style1{width: 100%;}
.ClearDiv{height:6px;}
.TopTdLabel
{
    color: #0066CC;
    padding: 5px;
    text-align: left;
    text-transform: capitalize;
    font-weight: normal;
}
.tdLabel
{
    color: #0099CC;
    padding: 5px;
    text-align: right;
    text-transform: capitalize;
    font-weight: normal;
}
.GV
{
    border-collapse: collapse;
    border: 1px solid #666666;
}
.GV TH, .TeamHead
{
    border-style: solid;
    border-width: 1px 1px 3px 1px;
    border-color: #666666 #666666 #0066CC #666666;
    padding: 3px;
    font-size: 10pt;
    color: #0066CC;
}
.GV TD, .TeamData
{
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    padding: 3px;
    font-size: 10pt;
    color: #333333;
    border-right-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #666666;
}
.TeamColor1
{
    background-color: #FF9900 !important;
    border: none !important;
    color: #FFFFFF;
}
.TeamColor2
{
    background-color: #CC0066!important;
    border:none!important;
    color: #FFFFFF;
}
.TeamColor3
{
    background-color: #009933!important;
    border: none !important;
    color: #FFFFFF;
}
.btn 
{
    font-size: 15px;
    border-style: none;
    display: block;
    float: left;
    color: #fff;
    text-align: center;
    padding:6px;
    box-sizing: border-box;
}
.bblue 
{
    background-color: #0066CC;
}
.bblue:hover 
{
    background-color: #008ebd;
    cursor: pointer;
}
.bgray 
{
    background-color: #b5b2b2;
}
.bgray:hover 
{
    background-color: #aaa;
    cursor: pointer;
}
.bgreen 
{
background-color: #7DC34D;
}
.bgreen:hover 
{
    cursor: pointer;
    background-color: #69AF3A;
}
.menubar
{
    font-size: 10pt;
    line-height: 30px;
    overflow: auto;
    background-color: #0066CC; /*border-radius: 0px 0px 3px 3px;*/
    border: 1px solid #0066CC;
    border-top: none!important;
    color: #FFFFFF;
}      
.menubar ul
{
    list-style: none;
}     
.menubar ul li
{
    float: left;
    text-align: center;
    color: #FFFFFF;
}      
.menubar ul li a
{
    display: block;
    color: #fff;
    text-decoration:none;
}       
.menubar a:hover
{
    text-decoration: underline;
}        
.menubar ul li ul
{
    display: none;
    list-style: none;
    position: absolute;
    z-index: 1000;
    width: 320px;
}        
.menubar ul li ul li
{
    float: left;
    background-color: #0066CC;
    width: 320px;
    text-align: left;
}        
.menubar ul li ul li a
{
    border-right: none!important;
    text-indent: 10px;
    width: 160px;
    float:left;
}        
.menubar ul li:hover ul
{
    display: block;
}
.LnkTop
{
    text-decoration: underline;
    float: right;
    color: #FFFFFF;
}
.StatDiv1
{
    margin:0px;
    padding: 6px 10px 6px 6px;
    float: left;
    font-size: 12pt;
    color: #FFFFFF;
    font-style: italic;
}
.StatDiv2
{
    margin:0px;
    padding: 6px 10px 6px 6px;
    float: left;
    background-color: #FFFFFF;
    font-size: 12pt;
    font-style: italic;
}
.StatDiv3
{
    padding: 6px;
    font-size: 12pt;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
}
.StatDiv4
{
    padding: 6px;
    background-color: #FFFFFF;
    font-size: 12pt;
    font-weight: normal;
    text-align: center;
}    
.MyList
{
    color: #000000;
    padding:6px;
    margin-left:24px;
}
.MyList li{padding:6px;}
/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 15px;
	text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}
.MyAdd
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    max-width:100%!important;
}
.ComboBox
{
    padding: 6px;
    width: 100%;
    background-color:Blue;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDggNDgiICB3aWR0aD0iMjhweCIgaGVpZ2h0PSIyNHB4Ij48cGF0aCBmaWxsPSIjM2Y0MjU3IiBkPSJNMTQgMjBsMTAgMTAgMTAtMTB6Ii8+PHBhdGggZD0iTTAgMGg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+") no-repeat center right;
}