/* CSS Document */
table.smallcalmth    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
	width: 98%;
	}

	a:link { color: #0000FF; text-decoration: none; }
	a.smallcalmth    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
	}

	div.dayfont  {
	font-family: Arial,Helvetica,Sans Serif;
	color: #884400;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

	div.smallcalmth    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
	}

	td.smallcalmth    {
	background-color: #D0D0D0;
	}

	td.todayclr    {
	background-color: #FFFF99;
	}

	table.txtbox    {
	border: solid #999999;
	border-width: 1;
	}

 

	a.datenumfont    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
	}
	body.cal { background-color: #E8F2FB; }

	a:active { color: #4488AA; text-decoration: underline; }	
	a:hover { color: #4488AA; text-decoration: underline; }
	a:link { color: #0000FF; text-decoration: none; }
	a:visited { color: #0000FF; text-decoration: none; }
	
/* Month Calendar Table View Setting */
	table.monthview    {
	width: 98%;
	background-color: #94BED6;
	color: #94BED6;
	border: 1px thin;
	border-collapse: separate;
	border-spacing: 1px;
	padding: 0px;
	spacing: 1px;
	}

	td.monthview    {
	background-color: #94BED6;
	color: #94BED6;
	height: 30px;
	}

	td.sundaytopcolor    {
	height: 50px;
	color: #D3E6F5;
	background-color: #D3E6F5;
	width: 16%;
	}

	td.weekdaytopcolor    {
	height: 50px;
	color: #E0F0F0;
	background-color: #E0F0F0;
	width: 14%;
	}

	td.sundayemptyclr    {
	height: 50px;
	background-color: #FFFFFF;
	}

	td.weekdayemptyclr    {
	height: 50px;
	background-color: #FFFFFF;
	}

	td.sundayclr    {
	height: 50px;
	background-color: #D3E6F5;
	}

	td.weekdayclr    {
	height: 50px;
	background-color: #E0F0F0;
	}
	
	td.todayclr    {
	background-color: #FFFF99;
	}

/* Event Listing Table */
	table.listing {
	width: 100%;
	border-width: 0;
	background-color: #FFFFFF;
 	}

	hr.cal    {
	height: 1px;
	background-color: #2172A1;
	border: #2172A1;
	color: #2172A1;
	border: 0px;
	border-style: none;
	}

	li.cal    {
	list-style-type: plain;
	}

/* Header Font */
	div.headerfont {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 16;
	background-color: #92BED7;
	font-style: normal;
	font-weight: bold;
	}

	table.headerfont    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 16;
	background-color: #92BED7;
	font-style: normal;
	font-weight: bold;
	width: 100%;
	}

	td.headerfont    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 16;
	background-color: #92BED7;
	font-style: normal;
	font-weight: bold;
	}

	a.headerfont:link    {
	color: #000000;
	text-decoration: none;
	}

	a.headerfont:visited    {
	color: #000000;
	}

	a.headerfont:hover    {
	color: #000000;
	text-decoration: underline;
	}

/* Title Font */
	/* for event titles : same as popup window title */
	div.titlefont    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 14;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	background-color: #E8F2FB;
	}

	table.titlefont    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 14;
	background-color: #E8F2FB;
	font-style: normal;
	font-weight: bold;
	width: 100%;
	}

	td.titlefont    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 14;
	background-color: #E8F2FB;
	font-style: normal;
	font-weight: bold;
	}

	a.titlefont:link    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 14;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}

	a.titlefont:visited    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 14;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}

	a.titlefont:hover    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 14;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	}


/* Alternating Row and Unapproved Events Color */
	tr.color0 { background-color: #D3E6F5; }
	tr.color1 { background-color: #E0F0F0; }
	tr.unapprovecolor { background-color: #FF9999; }

/* Lines and Boxes */
	table.txtbox    {
	border: solid #999999;
	border-width: 1;
	}

/* Calendar Top Header Font */
	table.todaytop    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #884422;
	font-size: 12;
	background-color: #E8F2FB;
	font-style: normal;
	font-weight: normal;
	width: 100%;
	}

	td.todaytop    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #884422;
	font-size: 12;
	background-color: #E8F2FB;
	font-style: normal;
	font-weight: normal;
	}

	/* menu table background color */
	table.menufont    {
	background: #E8F2FB;
	width: 100%;
	}

/* Calendar Footer Font */
	table.footer {
	background-color: #E8F2FB;
 	}
 	
	td.footer {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000066;
	font-size: 10;
	background-color: #E8F2FB;
	font-style: italic;
	font-weight: normal;
 	}
 	
 	a.footer {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000066;
	font-size: 10;
	font-style: italic;
	font-weight: normal;
  	}

 	a.footer:visited {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000066;
	font-size: 10;
	font-style: italic;
	font-weight: normal;
  	}

	a.footer:hover    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000066;
	font-size: 10;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	}

/* Format event borders in calendar month view */
	table.eventborder    {
	border: solid #D0C0C8;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 1;
	}

	td.eventborder    {
	border: solid #D0C0C8;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	}

	td.eventtimeborder    {
	border: solid #D0C0C8;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 1;
	border-bottom-width: 0;
	}

/* Company Name Font */
	div.companynamefont {
	font-family: Verdana,Arial,Helvetica;
	color: #FFFFFF;
	font-size: 24;
	background-color: #333366;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}

/* Calendar Name Font */
	div.calendarnamefont {
	font-family: Verdana,Arial,Helvetica;
	color: #333366;
	font-size: 20;
	background-color: #E8F2FB;
	font-style: normal;
 	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}

/* Popup Event Title Font */
	div.popupeventtitlefont    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 14;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	}

/* Popup Event Content Font */
	div.popupeventfont    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 12;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	}

/* Menu Text Font */
	div.menufont    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 12;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

	a.menufont:link    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #2172A1;
	font-size: 12;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

	a.menufont:visited    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #2172A1;
	font-size: 12;
	font-style: normal;
	font-weight: normal;
	}

	a.menufont:hover    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #2172A1;
	font-size: 12;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	}

/* Normal Text Font */
	div.normalfont    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 12;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

	table.normalfont    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 12;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

	td.normalfont    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 12;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

	a.normalfont:link    {
	color: #000000;
	text-decoration: none;
	}

	a.normalfont:visited    {
	color: #000000;
	}

	a.normalfont:hover    {
	color: #000000;
	text-decoration: underline;
	}

	a.name:hover    {
	color: #000000;
	text-decoration: none;
	}

/* Calendar Day Name Font */
	div.dayfont  {
	font-family: Arial,Helvetica,Sans Serif;
	color: #884400;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

/* Calendar Date Numbers Font */
	div.datenumfont    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
	}

	a.datenumfont    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
	}

	a.datenumfont:visited    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
	}

	a.datenumfont:hover    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	}

/* Month Navigation Font */
	a.calfontnav    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #2172A1;
	font-size: 18;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

	a.calfontnav:hover    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #2172A1;
	font-size: 18;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	}

	a.calfontnav:visited    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #2172A1;
	font-size: 18;
	font-style: normal;
	font-weight: normal;
	}

/* Current Month Font */
	div.calfontasked    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #2172A1;
	font-size: 24;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}

	a.calfontasked    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #2172A1;
	font-size: 24;
	font-style: normal;
	font-weight: normal;
	}

	a.calfontasked:hover    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #2172A1;
	font-size: 24;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	}

	a.calfontasked:visited    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #2172A1;
	font-size: 24;
	font-style: normal;
	font-weight: normal;
	}

/* Small Event Font */
	div.smallcalevtime    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 10;
	font-style: normal;
	font-weight: normal;
	}

	div.smallcalev    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #0020A0;
	font-size: 10;
	font-style: normal;
	font-weight: normal;
	}

	a.smallcalev    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #0020A0;
	font-size: 10;
	font-style: normal;
	font-weight: normal;
	}

	a.smallcalev:hover    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #0020A0;
	font-size: 10;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	}

/* Holiday Font */
	table.holidayfont {
	  background-color : #277CB2;
	}
	
	td.holidayfont {
	  background-color : #277CB2;
 	}
 	
	a.holidayfont {
	font-family: Arial,Helvetica,Sans Serif;
	color: #FFFFFF;
	font-size: 10;
	background-color : #277CB2;
	font-style: normal;
	font-weight: normal;
	}

	a.holidayfont:hover {
	font-family: Arial,Helvetica,Sans Serif;
	color: #FFFFFF;
	font-size: 10;
	background-color : #277CB2;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	}
	
	a.holidayfont:visited {
	font-family: Arial,Helvetica,Sans Serif;
	color: #FFFFFF;
	font-size: 10;
	background-color : #277CB2;
	font-style: normal;
	font-weight: normal;
	}

/* Listing Block Title Font */
	div.blocktitlefont    {
	font-family: Arial,sans-serif,Helvetica;
	color: #FFFFFF;
	font-size: 15;
	background-color: #330099;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	}

/* Listing Block Events Text Font */
	div.blocktextfont    {
	font-family: Arial,sans-serif,Helvetica;
	color: #000000;
	font-size: 12;
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	}

/* Message to signal progress, errors or failed results */
	h4  {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 12;
	font-style: italic;
	font-weight: normal;
	text-decoration: blink;
	}

/* Small Cal Month Font */
	table.smallcalmth    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
	width: 98%;
	}

	div.smallcalmth    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
	}

	a.smallcalmth    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
	}

	a.smallcalmth:visited    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
	}


	a.smallcalmth:hover    {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 13;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	}

	td.smallcalmth    {
	background-color: #D0D0D0;
	}

/* Form Objects */
	form { display: inline; margin: 0; }
	
	input, textarea, select {
	font-family: Arial,Helvetica,Sans Serif;
	color: #000000;
	font-size: 12;
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	}
	
	input.button {
	font-family: Arial,Helvetica,Sans Serif;
	color: #FFFFFF;
	font-size: 12;
	background-color: #2172A1;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
 	}

	input.radio {
	background-color: #E8F2FB;
	}

	input.checkbox0 {
	background-color: #D3E6F5;
	}

	input.checkbox1 {
	background-color: #E0F0F0;
	}

	a.menu {
		border-top : 1px #00FFFF solid;
		border-left : 1px #00FFFF solid;
		border-right : 1px #00FFFF solid;
		border-bottom : 1px #00FFFF solid;
		font-size: 12;
		font-family: Arial, sans-serif, Helvetica;
		color: #0000FF;
		padding-left: 2px;
		padding-right: 2px;
		}
	a.menuover {
		background-color: #FFFF80;
		border-top : 1px #0000FF solid;
		border-left : 1px #0000FF solid;
		border-right : 1px #0000FF solid;
		border-bottom : 1px #0000FF solid;
		font-size: 12;
		font-family: Arial, sans-serif, Helvetica;
		color: #0000FF;
		padding-left: 2px;
		padding-right: 2px;
		}




BODY {
	margin: 0px;
	background-image: url(images/bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

P, TD, UL, OL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

TD.alignTop { vertical-align: top; }
TD.alignBottom { vertical-align: bottom; }
TD.alignTopRight { vertical-align: top; text-align: right; }
TD.alignBottomRight { vertical-align: bottom; text-align: right; }
TD.alignCenter { text-align: center; }

TD.mainPadding {
	padding-left: 11px;
	padding-right: 15px;
	vertical-align: top;
}

/* Navigation */
TD.navBg {
	background-image: url(images/nav_bg03.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding-left: 3px;
	text-align: left;
}

/* Main Side Content */
TD.sideContent_Title {
	background-image: url(images/side_bg01.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding-left: 3px;
	padding-top: 5px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
TD.sideContent_Bg, TD.sideContent_Bg2 {
	background-image: url(images/side_bg02.gif);
	background-position: top left;
	background-repeat: repeat;
	vertical-align: top;
}
TD.sideContent_Bg {
	padding-left: 6px;
	padding-right: 5px;
}
	
TD.side_Content {
	border: 1px solid #9EBEC8;
	background-image: url(images/side_bg03.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #0D6D8B;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	vertical-align: top;
}

/* Main Content */
TD.mainContent_A {
	background-color: #E5E5E5;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	vertical-align: top;
	text-align: left;
}
TD.mainContent_B {
	background-image: url(images/bg02.gif);
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 24px;
	padding-right: 24px;
}

/* Info Box*/
TD.info_01, TD.info_02, TD.info_03 {
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: bottom;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 16px;
}
TD.info_01 { background-image: url(images/sec_bg01.gif); }
TD.info_02 { background-image: url(images/sec_bg02.gif); }
TD.info_03 { background-image: url(images/sec_bg03.gif); }
	
TD.info_01a, TD.info_02a, TD.info_03a {
	background-position: top left;
	background-repeat:repeat-y;
	vertical-align: top;
	padding-top: 10px;
}
TD.info_01a { background-image: url(images/sec_bg01a.gif); }
TD.info_02a { background-image: url(images/sec_bg02a.gif); }
TD.info_03a { 
	background-image: url(images/sec_bg03a.gif); 
	padding-left: 3px;
	padding-right: 3px;
	}

TD.info_01b {
	background-image: url(images/sec_bg01c.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 3px;
}
TD.info_02b { 
	background-image: url(images/sec_bg02c.gif); 
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 3px;
	text-align: right;
}
TD.info_03b { 
	background-image: url(images/sec_bg03c.gif); 
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 3px;
	text-align: right;
}

TD.bullet01, TD.bullet02 {
	background-image: url(images/bullet01.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	vertical-align: top;
}
TD.bullet01 { color: #ACDCFE; }
TD.bullet02 { color: #FFFFFF; }

/* Sub Content */
TD.sub_ttl {
	font-size: 17px;
	font-weight: bold;
	color: #002153;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 3px;
}
TD.sub_Content {
	padding: 15px;
	vertical-align: top;
}
TD.sub_SideBg {	
	background-image: url(images/side_bg1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 6px;
	padding-right: 5px;
	padding-top: 15px;
}
TD.padding5px { padding: 5px; }


TD.footer {
	background-image: url(images/footer_bg2.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 3px;
	padding-bottom: 3px;
}

.maket {
  font-size: 14px;
  width: 750px;
  border: solid #000 1px;
  border-color: #000;
  margin: 2px;
  background: #446493;
}

table {
  font-size: 14px;
}

.header {
  height: 80px;
  padding: 2px;
  padding-left: 20px;
  border: 0px;
  border-bottom: solid #000 1px;
  color: #fff;
}

.hMenu {
  width: 100%;
  height: 30px;
  padding: 2px;
  border: 0px;
  border-bottom: solid #000 1px;
  background: #eef;
  color: #fff;
}

.hMenu a:link, .hMenu a:hover, .hMenu a:active, .hMenu a:visited {
  display: block;
/*  width: 90px;*/
  margin: 0px;
  margin-left: 25px;
  margin-right: 5px;
  padding: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: underline;
  text-align: center;
  font-size: 14px;
}

.hMenu a:link {
  color: #000;
}
.hMenu a:visited {
  color: #000;
}
.hMenu a:active {
  color: #000;
}
.hMenu a:hover {
  color: #446493;
}

.betHeader {
  text-align: center;
  vertical-align: top;
}

.lMenu ul {
  width: 180px;
  padding: 0px;
  margin: 0px;
  border: solid #000 1px;
  border-bottom: 0px;
  border-top: 0px;
  background: #446493;
  color: #fff;
  list-style-type:none;
}

.lMenu li {
  border: 0px;
  border-bottom: solid #000 1px;
  background: #ddf;
  color: #000;
  padding: 0px;
  white-space: nowrap;
}

.tblTitle h3 {
  font-size: 16px;
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.lMenu a:link, .lMenu a:hover, .lMenu a:active, .lMenu a:visited {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-indent: 5px;
  text-decoration: none;
}

.lMenu a:link {
  color: #000;
}
.lMenu a:visited {
  color: #000;
}
.lMenu a:active {
  color: #000;
}
.lMenu a:hover {
  background: #55a;
  color: #fff;
}

.info {
  font-size: 14px;
}

td .label {
  border: 0px;
  text-align: right;
}

.theader {
  border: 0px;
  text-align: center;
/*  font-weight: normal;*/
  font-color: #fff;
}

.searchBox {
  width: 85%;
  height: 100%;
  border: 0px;
  border-right: solid #000 1px;
  margin: 0px;
  text-indent: 5px;
  background: #ddf;
}
.searchButton {
  width: 15%;
  border: 0px;
}


.content {
  border: solid #000 1px;
  padding: 10px;
  padding-top: 15px;
  border: 0px;
  border-bottom: solid #000 1px;
  background: #fff;
  vertical-align: top;
}

.footer {
  height: 20px;
  padding: 2px;
  border: 0px;
  color: #fff;
}

.copyright {
  text-align: center;
}
.copyright a, .copyright a:hover, .copyright a:active, .copyright a:visited {
  text-decoration: none;
  color: #fff;
}

.tblTitle {
  text-align: center;
  background: #446493;
}

.tblHeader {
  font-weight: bold;
  text-align: right;
}

.addBet {
  border: solid #446493 1px;
}

.history {
  width: 500px;
  border: solid #446493 1px;
}

.overview {
  width: 200px;
  border: solid #446493 1px;
}

.BetsTable {
  width: 750px;
  border: solid #446493 1px;
}

.BetsTable td {
  border: 0px;
  border-left: solid #ccf 1px;
}

.tr1 {
  background: #fff;
}

.tr2 {
  background: #eef;
}

.SearchCriteria {
  width: 200px;
  border: solid #446493 1px;
}

.searchField {
  width: 100px;
}

.columnHeader {
  background: #bbf;
}

.Login {
  border: solid #446493 1px;
}

hr {
  color: #fff;
  border: 0px;
  border-bottom: solid #446493 1px;
}

.maintType {
  margin: 0;
}

#possible_winning {
  color: #f88;
}

input {
  border: solid #99e 1px;
}

.wide {
  width: 300;
}

////////////////////////////////////////////////


.ItemsList {
  width: 750px;
  border: solid #446493 1px;
}

.ItemsList td {
  border: 0px;
  border-left: solid #ccf 1px;
}

.ItemsListHeader {
  text-align: center;
  vertical-align: top;
}

.ItemAddForm {
  border: solid #446493 1px;
}


/* Span */
SPAN.blueText { color: #074B7F; }
SPAN.blueGreenText { color: #1C7390; }


/* Link */
A.navLink { text-decoration: none; font-weight: bold; }
A.navLink:link { color: #000000; }
A.navLink:active { color: #000000; }
A.navLink:visited { color: #000000; }
A.navLink:hover { color: #365D89; }

A.blueLink { text-decoration: underline; }
A.blueLink:link { color: #77C4FF; }
A.blueLink:visited { color: #77C4FF; }
A.blueLink:active { color: #77C4FF; }
A.blueLink:hover { color: #FFFFFF; }

A.lightBlueLink { text-decoration: underline; }
A.lightBlueLink:link { color: #6D90AA; }
A.lightBlueLink:visited { color: #6D90AA; }
A.lightBlueLink:active { color: #6D90AA; }
A.lightBlueLink:hover { color: #000000; }
