* {
	margin: 0;
	padding: 0;
	color: #000000;
	cursor: default;
	font-family: Arial,sans-serif;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background-color: #CDCED0;
	background-image: url(../../images/dscalendar/body.bg.top.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

a {
	color: inherit;
}

.clearer {
	height: 0;
	display: block;
	clear: both;
	font-size: 1px;
}

.shadow {
	width: 100%;
	height: 5px;
	background-image: url(../../images/dscalendar/content.shadow.horizontal.png);
	background-position: center top;
	background-repeat: repeat-x;
}

.button {
	width: 100px;
	height: 16px;
	display: block;
	padding-top: 3px;
	color: #444444;
	background-image: url(../../images/dscalendar/button100.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 0 none;
	cursor: pointer;
}

.button:hover {
	color: #000000;
	background-position: 0 -19px;
}

.lo_top {
	width: 96%;
	height: 80px;
	position: relative;
	margin: 0 auto;
}

.lo_header {
	height: 50px;
	border-bottom: 1px solid #0A293B;
	position: relative;
	background-color: #0A297B;
	background-image: url(../../images/digitalsports/topbar-bak.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

.lo_footer {
	height: 28px;
	background-color: #1A4895;
	background-image: url(../../images/digitalsports/topbar-bak.jpg);
	background-repeat: repeat-x;
}

.lo_footer img {
	margin: 3px 0 0 5px;
	border-width: 0;
	cursor: pointer;
}

.bodyTable {
	width: 100%;
	clear: both;
	margin: 0;
}

.bodyTable_rowTop, .bodyTable_rowBot {
	height: 9px;
}

.bodyTable_rowTop .bodyTable_cellMid {
	background-color: transparent;
	background-image: url(../../images/dscalendar/bodytable.side.top.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}

.bodyTable_rowMid .bodyTable_cellMid {
	background-color: #FFFFFF;
}

.bodyTable_rowBot .bodyTable_cellMid {
	height: 120px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 15px;
	color: #C0C0C0;
	background-color: #333333;
}

.bodyTable_rowBot .bodyTable_cellMid a {
	text-decoration: none;
	color: #C0C0C0;
	cursor: pointer;
}

.bodyTable_rowBot .bodyTable_cellMid a:hover {
	color: #FFFFFF;
}

.bodyTable_rowBot2 .bodyTable_cellMid {
	padding: 5px 0 5px 10px;
	font-family: Arial,Verdana,Helvetica,sans-serif;	
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #666666;
	background-color: #FFFFFF;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #AEAEAE;
}

.toplogo {
	width: 225px;
	height: 46px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	top: 18px;
	margin-left: 0;
	font-size: 1px;
	line-height: 1000px;
	background-image: url(../../images/dscalendar/top.logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: 0 none;
}

.searchFormBox {
	width: 500px;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
.searchFormBox .searchbox {
	width: 270px;
	float: left;
	position: relative;
	padding: 5px 4px;
	border: 1px solid #929394;	
}

.searchFormBox .searchbutton {
	height: 27px;
	float: right;
	padding: 0;
}

.searchFormBox select {
	margin-right: 4px;
	padding: 5px 4px 4px;
	float: left;
}

.searchFormBox option {
	
}

.dialoguebox {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	visibility: hidden;
	font-size: 11px;
	font-family: Arial, sans-serif;
	background-color: transparent;
	border-width: 0;
	border-style: none;
	border-collapse: separate;
}

.dialoguebox .hd {
	padding: 0;
	line-height: 100%;
	white-space: nowrap;
	color: #FFFFFF;
	background: none no-repeat scroll center center transparent;
	font-weight: bold;				
	border-width: 0;
	border-style: none;
	border-color: #FFFFFF #FFFFFF #000000;
}

.dialoguebox .hdleft {
	padding-left: 10px;
	background: url(../../images/dscalendar/dialogue.header.bg.png) no-repeat scroll left 0 transparent;
}

.dialoguebox .hdright {
	padding-right: 10px;
	background: url(../../images/dscalendar/dialogue.header.bg.png) no-repeat scroll right -100px transparent;
}

.dialoguebox .hdcenter {
	padding: 10px 5px 5px;
	color: #FFFFFF;
	background: url(../../images/dscalendar/dialogue.header.bg.png) repeat-x scroll center -200px transparent;
}

.dialoguebox .bd {
	padding: 0;
	overflow: hidden;
	background: none no-repeat scroll center center transparent;
}

.dialoguebox .bdleft {
	padding-left: 4px;
	background: url(../../images/dscalendar/bodytable.side.left.png) repeat-y scroll left center transparent;
}

.dialoguebox .bdright {
	padding-right: 4px;
	background: url(../../images/dscalendar/bodytable.side.right.png) repeat-y scroll right center transparent;
}

.dialoguebox .bdcenter {
	padding: 10px 10px 0;
	text-align: center;
	background: url(../../images/dscalendar/content.shadow.horizontal.png) repeat-x scroll center top #FFFFFF;
}

.dialoguebox .ft {
	padding:0;
	text-align: right;
	overflow: hidden;
	background: none no-repeat scroll center center transparent;
}

.dialoguebox .ftleft {
	padding-left: 10px;
	background: url(../../images/dscalendar/dialogue.footer.bg.png) no-repeat scroll left 0 transparent;
}

.dialoguebox .ftright {
	padding-right: 10px;
	background: url(../../images/dscalendar/dialogue.footer.bg.png) no-repeat scroll right -10px transparent;
}

.dialoguebox .ftcenter {
	height: 10px;
	padding: 0;
	background: url(../../images/dscalendar/dialogue.footer.bg.png) repeat-x scroll center -20px transparent;
}
