body
{
	
	margin-top: 0px;
	font-size: 13px;
	margin-left: 5px;
	color: black;
	margin-right: 5px;
	font-family: arial, helvetica, Verdana;
	background-color: white;
}
table
{
    FONT-SIZE: 13px;
}

th
{
	font-weight: normal;
	color: white;
	background-color: #999999;
	text-align: left;
}
a
{
    COLOR: navy;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.SmallText
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
}
.BigText
{
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial;
}
INPUT
{
    FONT-SIZE: 13px;
}
TEXTAREA
{
    FONT-SIZE: 13px;
}
SELECT
{
    FONT-SIZE: 13px;
}
table.NumbersBox
{
	background: #EAF4FF;
}

table.NumbersBox th 
{	
	background: #0055E5;	
}
table.NumbersBox td.NotPressed {
	cursor: default;
	border:silver solid 1px;
}

table.NumbersBox td.Pressed {
	cursor: default;
	color: black;
	font-weight: bold;
	background: LightSteelBlue;
	border:black solid 1px;
}

.LottoBoard
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    CURSOR: hand;
    COLOR: black;
    BORDER-BOTTOM: black 1px solid;
    BACKGROUND-COLOR: #ccccff;
    TEXT-ALIGN: center
}

TD.smalltopic
{
	TEXT-ALIGN: left;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	FONT-FAMILY: arial,sans-serif,helvetica,vedrana;
	COLOR: #000000;
	BACKGROUND-COLOR: #eeeeee;
}
TD.smalltopic A
{
	TEXT-ALIGN: left;
	WIDTH: 100%;
	COLOR: #000000;
	TEXT-DECORATION: none;
	border: 1 solid #eeeeee;
	border-top: 1 solid #eeeeee;
	border-right: 1 solid #eeeeee;
	border-bottom: 1 solid #eeeeee;

}
TD.smalltopic A:hover
{
	color: black;
	background-color: #CCCCFF;
	border-left: 1 solid white;
	border-top: 1 solid white;
	border-right: 1 solid black;
	border-bottom: 1 solid black;
}

td.box
{
    border-left: 1 solid #EEEEEE;
    border-right: 1 solid #999999;
    border-bottom: 1 solid #666666;
}

td.button
{
	border: outset 1 px;
	background: gainsboro;
}

.menu
{	
	color: white;
}
.menu A
{
	width:100%;
	border: 2 solid #1E5C99;
	color: white;
	text-decoration: none;
}
.menu A:hover
{
	color: black;
	background: gainsboro;
	border: 2px inset;
	text-decoration:none;
}

table.vmenu
{
	border-left: 1 solid silver;
	border-top: 1 solid silver;
}
table.vmenu td
{
	background-color: #eeeeee;
	color: black;
	width: 100%;
	text-decoration: none;
	border-left: 1 solid white;
	border-top: 1 solid white;
	border-right: 1 solid DarkGray;
	border-bottom: 1 solid DarkGray;
}
table.vmenu a
{
	background-color: #eeeeee;
	color: black;
	padding-left: 2px;
	width: 100%;
	text-decoration: none;
	border-left: 1 solid white;
	border-top: 1 solid white;
	border-right: 1 solid black;
	border-bottom: 1 solid black;

}
table.vmenu a:hover
{
	COLOR: White;
	BACKGROUND-COLOR: DarkGray;
	border-left: 1 solid black;
	border-top: 1 solid black;
	border-right: 1 solid white;
	border-bottom: 1 solid white;
	text-decoration: none;
}
table.vmenu th
{	

	BACKGROUND-color: #000099;
	color: white;
}

.rightcolumn
{
	background-color: #DEE7F7;
	font-size: 13px;
}

.rightcolumn th
{
	background: #99CCFF;

}

table.MainTable
{
	
	border-left:solid 1px black;
	border-right:solid 1px black;
}
table.WinDialog
{
	background: #ECE9D8;
}

table.WinDialog th 
{
	padding-left: 5px;
	background: #ACA899;
}

table.PopUpWin
{
	background: #EAF4FF;
}

table.dialogbox
{
	border: solid 1px #a0a0a0;
	background-color: #FFFFEF;
	cursor: default;
}

table.dialogbox th
{
	color: black;
	background-color: #EFEFE7;
	text-align: left;
	font-weight: normal;
}


.WinButton
{
	width: 100px;
}

.button
{
	font-weight: normal;
	font-size: 8pt;
	width:110px;
	border: solid 1px black;
	color: black;
}

/* Round corners box with shadow */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxhead h3 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 0.8em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}

.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	text-align:justify;
	font-size: 0.9em;
}

/* round corner box */
.container {
	background:#eeeeee; 
	color:#fff; 
	margin:0 15px;
}
.rtop, .rbottom {
	display:block;
	background:white;
}

.rtop * {
	display: block;
	height: 1px;
	overflow: hidden;
	background:#c0c0c0;
}

.rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#eeeeee;
}


.r1 {margin: 0 5px}
.r2 {margin: 0 3px}
.r3 {margin: 0 2px}
.r4{
	margin: 0 1px;
	height: 2px
}


.login 
{
    border:solid 1px black;
}

.login td {
    background:url(../images/login_body_bg.jpg) top left repeat-y;
}

.login th 
{
    color:Black;
    font-weight:bold;
    background:url(../images/login_head_bg.jpg) top left repeat-y;
}


.clsNavTabs
{
	background-color: #1E5C99;
	color:white;
	border-left: gainsboro 1px solid;
	border-bottom: black 1px solid;
	

}
.clsTab
{
	background-color: #232850;
	border-top: white 3px solid;
	border-left: WhiteSmoke 1px solid;
	border-right: double 2px black;
	border-bottom: solid 1px gainsboro;
}

.clsTabSelected
{
	background-color: #1E5C99;
	color:white;
	border-top: Silver 1px solid;
	border-left: gainsboro 1px solid;
	border-right: solid 1px black;
}

.clsTabLinkSelected	{text-decoration:none;color: white;font-weight: normal;}
.clsTabLinkSelected:hover {text-decoration:none;color: gainsboro;font-weight: normal;}
a.clsTabLink		{text-decoration:none;color:white;font-weight:normal;}
a.clsTabLink:hover 	{text-decoration:none;color:gainsboro;font-weight:normal;}

