table {
    margin:0px;
    padding:0px;
    border:0px solid black;
    border-spacing:0px;
    border-collapse:collapse;
    empty-cells:show;
}
table.bordered {
    background-color:white;
    border-collapse:separate;
    border-spacing:1px;
}

label{
     font-weight:bold;
    cursor:pointer;
    }
}
img {
    border:0px;
}
form {
    margin: 0px;
}
input {
    font-family:Arial;
    font-size:10px;
    color:Black;
}
select {
    font-family:Arial;
    font-size:10px;
    color:Black;
}
optgroup {
	font-weight: normal;
}
textarea {
    font-family:Arial;
    font-size:10px;
    color:Black;
}
.invisible {
    display:none;
    position:absolute;
    top:-1000px;
    left:-1000px;
}
.visible {
    visibility:visible;
}
.bold {
    font-weight:bold;
}
.error {
    font-family:Arial;
    font-size:11px;
    color:Red;
    font-weight:bold;
}
.message {
    font-family:Arial;
    font-size:11px;
    color:Black;
    font-weight:bold;
}

.mybetHeadNew{
    background-color:#00317e;
}

/* copied from sportsBets.css; there is no general css file for marketMain and sports bet page */
div.combibutton {
	width: 33px;
	margin:2px 0px 0px 1px;
}
div.combibutton a {
    background-color: #D7E4F5;
	border: 1px solid #31659C;
	color: #000000;
	display: block;
	font-weight: bold;
	-moz-border-radius: 4px;
	padding: 2px 0px;
	text-align: center;
	text-decoration: none;
    cursor:pointer;
    margin-top:1px;
}
div.combibutton a:hover {
    background-color: #4264C6 !important;
    color: #FFFFFF !important;
}
div.combibutton a.darkerNoHover,
div.combibutton a.noHover {
    background-color: #D7E4F5 !important;
	color: #000000 !important;
    cursor: auto !important;
    border: 1px solid #BDC9E7;
}
div.combibutton a.selected {
    background-color: #F7D754;
	border: 1px solid #CC0000 !important;
    color: black;
}
#flashRowTemplate td {
    padding: 1px 2px;    
}
