﻿* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

BODY {
	margin: 0;
	font-family: Tahoma;
	font-size: 12px;
	color: #404040;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}

FORM {
	margin: 0 auto;
	width: 987px;
}

LI {
	list-style-position: inside;
	list-style-type: circle;
	padding-left: 8px;
}

DIV.Page {
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: auto;
	width: 985px;
}

DIV.Header {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	background-repeat: no-repeat;
	background-position: 16px 8px;
}

	DIV.Header DIV.Menu {
		/*
	background-image: url("../images/xmas.png");
	background-position: 266px 3px;
	background-repeat: no-repeat;
	*/
		position: absolute;
		top: 0;
		left: 23px;
		right: 0;
		bottom: 10px;
		margin-top: 9px;
	}

		DIV.Header DIV.Menu a {
			color: #808080;
		}

		DIV.Header DIV.Menu.Horizontal {
			border: 0;
			top: auto;
			left: auto;
			bottom: 8px;
			right: 8px;
			background-image: none;
		}

			DIV.Header DIV.Menu.Horizontal TABLE.Menu.Horizontal {
				margin: 0;
				border-spacing: 1px;
			}

			DIV.Header DIV.Menu.Horizontal TD.MenuItem {
				background-repeat: no-repeat;
				height: 50px;
				text-align: center;
				text-transform: lowercase;
			}

				DIV.Header DIV.Menu.Horizontal TD.MenuItem.Over {
					background-color: #FFFFFF;
				}

					DIV.Header DIV.Menu.Horizontal TD.MenuItem.Over a {
					}

				DIV.Header DIV.Menu.Horizontal TD.MenuItem.Active {
				}

					DIV.Header DIV.Menu.Horizontal TD.MenuItem.Active a {
					}

				DIV.Header DIV.Menu.Horizontal TD.MenuItem.Separator {
					background-image: none;
					width: 0;
				}

				DIV.Header DIV.Menu.Horizontal TD.MenuItem DIV.Image {
					background-repeat: no-repeat;
					background-position: top;
					height: 48px;
					width: 48px;
					position: relative;
					top: 0;
					bottom: 0;
					left: 0;
					right: 0;
					margin: 0;
					margin-left: 1px;
					border-style: solid;
					border-width: 1px;
				}

					DIV.Header DIV.Menu.Horizontal TD.MenuItem DIV.Image.Home {
					}

					DIV.Header DIV.Menu.Horizontal TD.MenuItem DIV.Image.Menu {
					}

					DIV.Header DIV.Menu.Horizontal TD.MenuItem DIV.Image.Style {
					}

					DIV.Header DIV.Menu.Horizontal TD.MenuItem DIV.Image.Info {
					}

			DIV.Header DIV.Menu.Horizontal DIV.SubMenu {
				padding: 0;
				position: absolute;
				z-index: 100;
				top: 23px;
				padding-top: 1px;
			}

				DIV.Header DIV.Menu.Horizontal DIV.SubMenu TD.MenuItem {
					background-image: none;
					border: solid 1px;
					border-left-width: 2px;
					border-right-width: 2px;
					border-color: #E7E7E7;
					color: #E7E7E7;
					background-color: #FFFFFF;
					text-align: left;
				}

					DIV.Header DIV.Menu.Horizontal DIV.SubMenu TD.MenuItem a {
					}

	DIV.Header DIV.Login {
		position: absolute;
		top: auto;
		bottom: 9px;
		left: auto;
		right: 115px;
		height: 15px;
		text-align: right;
		white-space:nowrap;
	}

		DIV.Header DIV.Login TABLE.Login {
			margin-left: 55px;
			width: 100%;
		}

		DIV.Header DIV.Login a {
			text-transform: lowercase;
		}

			DIV.Header DIV.Login a:hover {
			}

		DIV.Header DIV.Login TD.Caption a {
			text-transform: none;
		}

DIV.Body {
	position: absolute;
	top: 71px;
	bottom: 24px;
	left: 0;
	right: 0;
	overflow: auto;
	/* 2013-02-13
	border: 1px solid;
*/
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: none;
	border-right: none;
	/*background-color: #FFFFFF;*/
	background-color: none;
}

	DIV.Body DIV.Header {
		height: auto;
		position: relative;
	}

		DIV.Body DIV.Header DIV.Left {
			border-bottom: medium none;
			padding-left: 20px;
		}

		DIV.Body DIV.Header DIV.Right {
			padding-right: 20px;
		}

		DIV.Body DIV.Header DIV.Middle {
			height: 8px;
		}


	DIV.Body DIV.Body {
		top: 8px;
		bottom: 8px;
		padding-top: 6px;
		padding-left: 8px;
		padding-right: 8px;
		border: 0;
		background-color: hsla(0, 0%, 100%, 0.4);
	}

DIV.HtmlContainer DIV.Content {
	/*	background-color: #FFFFFF;*/
}

DIV.Content {
	overflow: auto;
	margin-right: 4px;
	z-index: 0;
	position: relative;
}

	DIV.Content DIV.Header {
		font-size: 22px;
		font-weight: normal;
		padding-left: 6px;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-left: 4px;
		margin-right: 4px;
		margin-bottom: 4px;
		background-image: none; /* 	font-size: 16px; 	padding-bottom: 10px; */
	}

	DIV.Content SELECT {
		margin-top: 6px;
		margin-bottom: 5px;
	}

	DIV.Content INPUT.Select {
		height: 18px;
		margin-top: 6px;
		margin-bottom: 5px;
		padding-left: 3px;
	}

		DIV.Content INPUT.Select[disabled] {
			background-color: #FFFFFF;
		}

	DIV.Content DIV.Menu {
		float: left;
		/*width: 20%;*/
		/*min-width:215px;*/
		width: 215px;
	}

	DIV.Content DIV.Main {
		float: left;
		width: 80%;
		max-width: 733px;
	}

	DIV.Content DIV.Text {
		padding-top: 2px;
	}

DIV.Body DIV.Footer {
	height: auto;
}

DIV.Page DIV.Footer {
}

DIV.Footer {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20px;
}

	DIV.Footer DIV.Text {
		text-align: center;
	}

		DIV.Footer DIV.Text a {
			color: inherit;
		}

DIV.Grid DIV.Image {
}

DIV.Image {
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: 1px;
	cursor: pointer;
}

DIV.Grid DIV.Image.Empty {
	cursor: default;
}

DIV.Image.Standard {
	width: 16px;
	height: 16px;
}

	DIV.Image.Standard.Blocked {
	}

	DIV.Image.Standard.Dot {
	}

	DIV.Image.Standard.Joker.Selected {
	}

		DIV.Image.Standard.Joker.Selected.Disabled {
			opacity:0.6;
			cursor:default;
		}

	DIV.Image.Standard.Joker.Unselected {
		background-image: url("../images/Star.png");
		opacity: 0.3;
	}

		DIV.Image.Standard.Joker.Unselected.Disabled {
			background-image: none;
			cursor:default;
		}

	DIV.Image.Standard.Cancel.Selected {
	}

	DIV.Image.Standard.Cancel.Unselected {
		background-image: url("../images/Cancel.png");
		opacity: 0.2;
	}

	DIV.Image.Standard.Secret {
		background-position: center;
	}

DIV.Grid DIV.Image.Standard.Secret {
	height: 18px;
}

	DIV.Grid DIV.Image.Standard.Secret.Toto {
		width: 32px;
	}

		DIV.Grid DIV.Image.Standard.Secret.Toto + DIV.Image.Standard.Secret.Toto {
			margin-left: 13px;
		}

	DIV.Grid DIV.Image.Standard.Secret.Quoto {
		width: 32px;
	}

		DIV.Grid DIV.Image.Standard.Secret.Quoto + DIV.Image.Standard.Secret.Quoto {
			margin-left: 13px;
		}

	DIV.Grid DIV.Image.Standard.Secret.Score {
		width: 77px;
	}

	DIV.Grid DIV.Image.Standard.Secret.Open {
		width: 77px;
	}

		DIV.Grid DIV.Image.Standard.Secret.Open.Quote {
			width: 100%;
		}

DIV.Image.Mini {
	width: 8px;
	height: 8px;
}

	DIV.Image.Mini.Joker {
		vertical-align: top;
	}

	DIV.Image.Mini.Star {
	}

	DIV.Image.Mini.Cancel {
	}

	DIV.Image.Mini.Up {
	}

	DIV.Image.Mini.Down {
	}

SELECT + DIV.Image.Mini.Down {
	margin-top: 12px;
	margin-left: 4px;
}

DIV.Image.Mini.Down + DIV.Image.Mini.Up {
	margin-left: 4px;
}

DIV.Image.Mini.Up.Disabled {
	background-image: url("../images/Arrow - Up.png");
	cursor: default;
}

DIV.Image.Mini.Down.Disabled {
	background-image: url("../images/Arrow - Down.png");
	cursor: default;
}

DIV.Image.Small {
	width: 16px;
	height: 16px;
}

	DIV.Image.Small.Document {
	}

	DIV.Image.Small.Info {
	}

	DIV.Image.Small.Print {
	}

	DIV.Image.Small.Question {
	}

	DIV.Image.Small.Search {
	}

	DIV.Image.Small.Refresh {
	}

	DIV.Image.Small.Options {
		width: 120px;
		padding-top: 1px;
		margin-top: -1px;
		margin-left: -4px;
		background-position: right center;
		border-width: 1px;
		border-style: outset;
		border-color: #e0e0e0;
	}

		DIV.Image.Small.Options a {
			margin-left: 4px;
		}

	DIV.Image.Small.Lock {
	}

DIV.Grid DIV.Cell DIV.Image.Small.Home {
	margin-left: 11px;
}

DIV.Grid DIV.Cell DIV.Image.Small.Away {
	margin-left: 11px;
}

DIV.Grid DIV.Cell DIV.Image.Small.Draw {
	margin-left: 11px;
}

DIV.WebPart {
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 7px;
	text-align: left;
	/* 2013-02-13
	background-color: #f4f4f4;
*/
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;
}

	DIV.WebPart DIV.WebPart {
		background-color: inherit;
	}

	DIV.WebPart.Inner {
		margin: 0;
		border: 0;
	}

	DIV.WebPart.Attention {
		background-color: #e7e7e7;
	}

		DIV.WebPart.Attention DIV.Body {
			background-color: transparent;
		}

	DIV.WebPart DIV {
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		position: relative;
	}

		DIV.WebPart DIV.Header {
			top: auto;
			height: auto;
			font-weight: bold;
			padding: 0;
			padding-top: 10px;
			background-image: none;
			background-color: #404040;
			margin: 0;
			color: #ffffff;
		}

			DIV.WebPart DIV.Header.Empty {
				background-color: inherit;
				/* 2013-02-13
	border: solid 1px;
	border-bottom: 0;
	border-color: #e0e0e0;
*/
				border-top: solid 1px;
				border-bottom: 0;
				border-color: #e0e0e0;
				height: 0px;
			}

			DIV.WebPart DIV.Header DIV.Space {
				height: 15px;
			}

			DIV.WebPart DIV.Header DIV.Caption {
				font-size: 16px;
				margin-left: 2px;
				margin-right: 2px;
				padding-left: 4px;
				top: -9px;
				height: 22px;
				text-transform: lowercase;
			}

				DIV.WebPart DIV.Header DIV.Caption.Capitalize {
					text-transform: capitalize;
				}

			DIV.WebPart DIV.Header DIV.Link {
				position: absolute;
				bottom: auto;
				top: 0px;
				left: auto;
				right: 2px;
				height: 16px;
				width: auto;
				margin: 0;
				text-align: right;
				background-repeat: no-repeat;
				background-position: inherit;
				cursor: pointer;
			}

		DIV.WebPart DIV.Body {
			top: auto;
			bottom: auto;
			/* 2013-02-13
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #e0e0e0;
	background-color: inherit;
*/
			padding: 0;
			overflow: hidden;
		}

			DIV.WebPart DIV.Body DIV.Content {
				overflow: auto;
				margin: 0;
				padding-top: 2px;
				padding-left: 6px;
				padding-right: 6px;
			}

				div.WebPart div.Body div.Content.Full {
					padding: 0;
				}

	DIV.WebPart.Inner DIV.Header.Empty {
		border: 0;
	}

	DIV.WebPart.Inner DIV.Body DIV.Content {
		padding: 0;
	}

	DIV.WebPart DIV.Help {
		background-repeat: no-repeat;
		background-position: 0 2px;
		padding-top: 3px;
		padding-left: 22px;
		padding-bottom: 10px;
		text-transform: lowercase;
		min-height: 14px;
	}

	DIV.WebPart DIV.Link {
		color: #404040;
		background-repeat: no-repeat;
		background-position: 0 2px;
		min-height: 15px;
		padding-top: 3px;
		text-align: left;
		padding-left: 22px;
		margin-top: 4px;
		margin-left: 4px;
	}

		DIV.WebPart DIV.Link a {
			text-transform: lowercase;
		}

	DIV.WebPart DIV.Input {
		/* used for two columns in maintain group */
		position: relative;
		width: 100%;
	}

		DIV.WebPart DIV.Input DIV.Column {
			/* used for two columns in maintain group */
			position: relative;
			width: 100%;
		}

			DIV.WebPart DIV.Input DIV.Column.Left {
				/* used for two columns in maintain group */
				position: relative;
				width: 50%;
				float: left;
			}

			DIV.WebPart DIV.Input DIV.Column.Right {
				/* used for two columns in maintain group */
				position: relative;
				width: 50%;
				float: right;
			}

		DIV.WebPart DIV.Input DIV.Caption {
			float: left;
			width: 150px;
			text-transform: lowercase;
		}

		DIV.WebPart DIV.Input.Show DIV.Caption {
			float: none;
			width: auto;
			border-bottom: solid 1px;
			font-size: 11px;
			font-weight: bold;
			line-height: 16px;
		}

		DIV.WebPart DIV.Input DIV.Field {
			min-height: 20px;
		}

			DIV.WebPart DIV.Input DIV.Field textarea {
				width: 560px;
				height: 200px;
			}

		DIV.WebPart DIV.Input DIV.Explanation {
			text-transform: lowercase;
			display: inline;
			vertical-align: top;
		}

		DIV.WebPart DIV.Input img {
			text-transform: lowercase;
			margin-top: 1px;
			cursor: pointer;
		}

	DIV.WebPart TABLE.Input {
		padding-left: 4px;
	}

		DIV.WebPart TABLE.Input TR {
		}

	DIV.WebPart DIV.Login TABLE.Input {
	}

		DIV.WebPart DIV.Login TABLE.Input TD.Text {
			color: #404040;
			line-height: 16px;
			padding-bottom: 18px;
		}

	DIV.WebPart DIV.Subscribe {
		padding-top: 5px;
	}

		DIV.WebPart DIV.Subscribe TABLE.Input TD.Text {
			color: #404040;
			line-height: 16px;
			padding-bottom: 18px;
		}

	DIV.WebPart DIV.Footer {
		height: auto;
		padding-bottom: 10px;
		/* 2013-02-13
	border: solid 1px;
	border-top: 0;
	border-color: #e0e0e0;
*/
	}

		DIV.WebPart DIV.Footer.Filled {
			border-top: solid 1px;
			border-color: #e0e0e0;
			padding-bottom: 4px;
		}

		DIV.WebPart DIV.Footer DIV.Link {
			background-position: 0 2px;
			background-repeat: no-repeat;
			color: #83C127;
			height: 16px;
			left: 5px;
			padding-top: 2px;
			top: 1px;
		}

	DIV.WebPart.Inner DIV {
		padding: 0;
		border: 0;
	}

DIV.WebPartTweets DIV.Header {
	display: none;
}

FORM.InFrame DIV.WebPartTweets DIV.Body {
	top: 0;
}

DIV.TooltipHolder {
	position: absolute;
	z-index: 1000;
	display: none;
}

DIV.Tooltip {
	background-color: #ffffff;
	border: 1px solid;
	padding: 3px;
	font-size: 11px;
	display: none;
}

	DIV.Tooltip.Score.Points {
		width: 200px;
	}

A {
	text-decoration: none;
}

FORM.Main {
	width: 978px;
	border: solid 0px;
	border-color: #FFFFFF;
	margin: 0 auto; /* this centers the form */
}

IFRAME {
	overflow: auto;
}

IMG.selected {
	text-align: center;
}

IMG.unselected {
	text-align: center;
	cursor: pointer;
}

BUTTON {
	font-size: 11px;
	font-weight: normal;
	height: 20px;
	border: groove inset 1px;
	border-color: #000000;
	color: #FFFFFF;
}

	BUTTON.Button {
	}

		BUTTON.Button.Down {
		}

		BUTTON.Button.Over {
			cursor: pointer;
		}

INPUT.Button {
	font-size: 11px;
	font-weight: normal;
	height: 20px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	border-style: outset;
	border-width: 1px;
	border-color: #a0a0a0;
	color: #FFFFFF;
	cursor: pointer;
}

	INPUT.Button.Down {
	}

	INPUT.Button.Over {
		cursor: pointer;
	}

INPUT {
	font-size: 11px;
	font-family: Tahoma;
	height: 16px;
	vertical-align: top;
	border: solid 1px;
}

	input[readonly] {
		border: 0;
		background-color: inherit;
		font-size: 11px;
	}

	input[disabled] {
		background-color: #e7e7e7;
	}

		input[disabled].Button {
			opacity: 0.5;
			cursor: default;
		}

	INPUT.Border {
		border: solid 2px;
		height: 21px;
		font-size: 12px;
	}

SELECT {
	height: 19px;
	vertical-align: top;
	border: solid 1px;
	border-color: #185184;
}

	SELECT.Border {
		border: solid 2px;
		height: 22px;
	}

TEXTAREA {
	border: solid 1px;
	border-color: #185184;
}

TABLE.Page {
	border-collapse: collapse collapse;
	border-color: #000000;
	width: 100%;
	background-color: #FFFFFF;
}

	TABLE.Page TD.Header {
		vertical-align: top;
		width: 100%;
		padding-bottom: 5px;
	}

	TABLE.Page TD.Html {
		background-color: #FFFFFF;
	}

	TABLE.Page TD.Footer {
		vertical-align: top;
		width: 100%;
		border-width: 0px;
	}

	TABLE.Page TD.Controle {
		text-align: left;
		vertical-align: top;
	}

	TABLE.Page TD.Main {
		text-align: left;
		vertical-align: top;
		width: 100%;
	}

FORM.Main TABLE.Page TD.Main TABLE.Html {
}

TABLE.Page TD.Html {
	text-align: left;
	vertical-align: top;
	width: 853px;
}

TABLE.Html TH.Header {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	height: 10px;
	vertical-align: bottom;
	border-bottom-color: #FFFFFF;
	padding: 3px;
}

TABLE.Html TH.Banner {
	height: 10px;
}

TABLE.Header {
	width: 100%;
	margin-top: 0;
	border-top: 0;
	border-bottom-color: #FFFFFF;
}

	TABLE.Header TD.HeaderImage {
		font-size: 36px;
		color: #FFFFFF;
		vertical-align: middle;
		text-align: left;
		width: 10px;
		background-repeat: no-repeat;
		background-position: center;
		background-color: inherit;
	}

		TABLE.Header TD.HeaderImage img {
		}

	TABLE.Header TD.HeaderText {
		vertical-align: top;
	}

TABLE.HeaderText {
	width: 92%;
	margin-left: 50px;
	text-align: left;
}

	TABLE.HeaderText TD.HeaderTitle {
		font-size: 36px;
		color: #FFFFFF;
		vertical-align: bottom;
		height: 80px;
	}

	TABLE.HeaderText TD.HeaderSlogan {
		font-size: 8px;
		color: #FFFFFF;
	}

	TABLE.HeaderText TD.HeaderHome {
		text-align: right;
		vertical-align: bottom;
		margin-right: 10px;
		height: 0px;
		color: inherit;
		display: none;
	}

		TABLE.HeaderText TD.HeaderHome a {
			display: none;
			text-decoration: none;
			font-size: small;
			letter-spacing: 1px;
		}

			TABLE.HeaderText TD.HeaderHome a:hover {
				display: none;
				text-decoration: none;
			}

	TABLE.HeaderText TD.HeaderRSS {
		text-align: right;
		vertical-align: middle;
		height: 10px;
		width: 50px;
		display: none;
	}

		TABLE.HeaderText TD.HeaderRSS img {
			border: none;
		}

TABLE.Controle.Top {
	height: 23px;
}

	TABLE.Controle.Top TD.Menu {
		border-top-color: #606060;
		text-align: left;
		padding: 2px;
	}

	TABLE.Controle.Top TD.Login {
		border-top-color: #606060;
		padding: 2px;
	}

	TABLE.Controle.Top TABLE.Login {
		text-align: right;
		margin: 0;
		width: 100%;
	}

		TABLE.Controle.Top TABLE.Login TD {
			border: 0;
			color: #FFFFFF;
		}

		TABLE.Controle.Top TABLE.Login a {
			border: 0;
			color: #FFFFFF;
		}

	TABLE.Controle.Top TABLE.Logoff {
		text-align: right;
		margin: 0;
		width: 100%;
	}

		TABLE.Controle.Top TABLE.Logoff TD {
			border: 0;
			color: #FFFFFF;
			width: 100%;
		}

		TABLE.Controle.Top TABLE.Logoff a {
			border: 0;
			color: #FFFFFF;
		}


TABLE.Footer {
	width: 100%;
}

	TABLE.Footer TD.FooterText {
		vertical-align: top;
		color: #000000;
		font-size: 10px;
		height: 0px;
	}

	TABLE.Footer TD.FooterHome {
		text-align: right;
		vertical-align: bottom;
		margin-right: 10px;
		height: 50px;
	}

		TABLE.Footer TD.FooterHome a {
			text-decoration: none;
			font-size: small;
			letter-spacing: 1px;
		}

			TABLE.Footer TD.FooterHome a:hover {
				text-decoration: none;
			}

TABLE.Controle {
}

	TABLE.Controle TD.Menu {
		vertical-align: top;
		width: 100%;
	}

TABLE.Menu.Vertical {
	margin-left: 5px;
	margin-top: 0;
	width: 94%;
}

	TABLE.Menu.Vertical TH.Header {
		width: 100%;
	}

	TABLE.Menu.Vertical TD {
		height: 18px;
		vertical-align: middle;
		color: inherit;
		font-size: 13px;
		font-weight: bold;
		text-transform: lowercase;
	}

		TABLE.Menu.Vertical TD.Image {
			vertical-align: bottom;
		}

			TABLE.Menu.Vertical TD.Image img {
				border: none;
			}

		TABLE.Menu.Vertical TD a {
			font-style: normal;
			text-decoration: none;
			color: inherit;
			display: block;
		}

		TABLE.Menu.Vertical TD.MenuItem a:hover {
			text-decoration: none;
		}

		TABLE.Menu.Vertical TD.MenuItem.Active {
		}

			TABLE.Menu.Vertical TD.MenuItem.Active a:hover {
			}

		TABLE.Menu.Vertical TD.MenuItem.Separator {
			vertical-align: bottom;
			color: #FFFFFF;
			font-size: 9px;
			font-style: normal;
			font-weight: bold;
			border-top: 1px solid;
			border-top-color: #E9EFF5;
			height: auto;
			padding-bottom: 5px;
		}

		TABLE.Menu.Vertical TD.MenuItem.Over {
			text-decoration: none;
			color: inherit;
		}

TABLE.Menu.Actions.Vertical {
	float: left;
	width: 205px;
}

TABLE.SubMenu {
}

	TABLE.SubMenu TD.SubMenuItem {
		vertical-align: bottom;
		color: #000080;
		font-size: 9px;
		font-style: oblique;
		border-top: 1px solid #DBDBDB;
		border-left: 2px solid #DBDBDB;
		border-bottom: 2px solid #000000;
		border-right: 2px solid #000000;
		background-color: #D9E3FF;
	}

		TABLE.SubMenu TD.SubMenuItem a {
			font-style: normal;
			text-decoration: none;
			color: #000080;
		}

			TABLE.SubMenu TD.SubMenuItem a:hover {
				text-decoration: none;
				color: #FFFFFF;
			}

	TABLE.SubMenu TD.SubMenuItemActive {
		vertical-align: bottom;
		color: #4F7DB0;
		font-size: 9px;
		font-style: oblique;
		border-top: 1px solid #DBDBDB;
		border-left: 2px solid #DBDBDB;
		border-bottom: 2px solid #000000;
		border-right: 2px solid #000000;
		background-color: #E9EFF5;
	}

		TABLE.SubMenu TD.SubMenuItemActive a {
			font-style: normal;
			text-decoration: none;
			color: #4F7DB0;
		}

			TABLE.SubMenu TD.SubMenuItemActive a:hover {
				text-decoration: none;
				color: #D9E3FF;
			}

TABLE.Menu.Horizontal {
	font-size: 13px;
	font-weight: bold;
	color: #606060;
	margin-top: 0;
	margin-left: 6px;
}

	TABLE.Menu.Horizontal TH.MenuHeader {
		font-size: 20px;
		width: 250px;
		background-image: url(../images/Toto.Name.small.gif);
		background-repeat: no-repeat;
		height: 30px;
	}

	TABLE.Menu.Horizontal TD {
	}

		TABLE.Menu.Horizontal TD.Image {
			vertical-align: bottom;
		}

			TABLE.Menu.Horizontal TD.Image img {
				border: none;
			}

		TABLE.Menu.Horizontal TD a {
			font-style: normal;
			text-decoration: none;
			display: block;
		}

		TABLE.Menu.Horizontal TD.MenuItem {
			/*	background-color: #FFFFFF;*/
			width: 50px;
			height: 50px;
			text-align: center;
		}

			TABLE.Menu.Horizontal TD.MenuItem.Separator {
				background-image: none;
				width: 0;
			}

			TABLE.Menu.Horizontal TD.MenuItem a:hover {
				text-decoration: none;
			}

			TABLE.Menu.Horizontal TD.MenuItem.Active {
			}

				TABLE.Menu.Horizontal TD.MenuItem.Active a {
				}

TABLE.Controle TD.Login {
	vertical-align: bottom;
	width: 100%;
}

TABLE.Login {
	border-bottom-color: #606060;
	text-align: right;
	color: inherit;
}

	TABLE.Login TH.Header {
		color: #FFFFFF;
		font-size: 11px;
		font-weight: normal;
		border-bottom: 2px solid;
		border-bottom-color: #FFFFFF;
		display: none;
	}

	TABLE.Login TD.Caption {
		color: #000000;
		font-size: 11px;
	}

	TABLE.Login TD {
		font-size: 11px;
	}

		TABLE.Login TD a {
			text-decoration: none;
			color: #000000;
		}

			TABLE.Login TD a:hover {
				text-decoration: none;
				color: #404040;
			}

		TABLE.Login TD.Input INPUT[type="text"] {
			width: 140px;
		}

		TABLE.Login TD.Input INPUT[type="password"] {
			width: 140px;
		}

TABLE.Logoff {
	text-indent: 4px;
}

	TABLE.Logoff TH.Header {
		color: #FFFFFF;
		font-size: 8px;
		font-weight: normal;
		border-bottom: 2px solid;
		border-bottom-color: #FFFFFF;
		display: none;
	}

	TABLE.Logoff TD.Caption {
		font-size: 11px;
		font-weight: bold;
	}

	TABLE.Logoff TD {
		font-size: 11px;
	}

		TABLE.Logoff TD a {
			text-decoration: none;
			color: #FFFFFF;
		}

			TABLE.Logoff TD a:hover {
				color: inherit;
			}

		TABLE.Logoff TD.Input {
		}

TABLE.Banner {
	width: 100%;
	height: 0;
}

TABLE.Main {
	width: 100%;
	padding: 0;
	background-color: #FFFFFF;
}

	TABLE.Main TABLE.Header {
		margin-top: 0;
		border: 0px;
		border-color: #FFFFFF;
		background-image: none;
		background-color: inherit;
	}

	TABLE.Main TR.Header {
		height: 1px;
	}

		TABLE.Main TR.Header TH.Caption {
			text-align: left;
			font-size: 16px;
			font-weight: bold;
			color: #FFFFFF;
		}

			TABLE.Main TR.Header TH.Caption a {
				text-decoration: none;
				color: #FFFFFF;
			}

				TABLE.Main TR.Header TH.Caption a:hover {
					text-decoration: none;
				}

	TABLE.Main TH.Header a:hover {
		text-decoration: none;
	}

	TABLE.Main TR.Body {
	}

	TABLE.Main TD.Body {
		vertical-align: top;
	}

	TABLE.Main DIV.Body {
		overflow: auto;
		overflow-x: hidden;
		border: 0;
	}

	TABLE.Main TD.Topic {
	}

	TABLE.Main TD.Footer {
		text-align: right;
		font-size: medium;
		font-weight: normal;
		color: #FFFFFF;
	}

TABLE.News {
	width: 100%;
}

	TABLE.News TR.Body {
		vertical-align: top;
	}

	TABLE.News DIV.Body {
		overflow: auto;
	}

	TABLE.News TR.Footer {
		height: 20px;
	}

	TABLE.News TD.Footer {
		text-align: right;
	}

	TABLE.News TABLE.Footer {
		width: auto;
		text-align: right;
		margin-left: 2px;
		margin-right: 2px;
	}

		TABLE.News TABLE.Footer TD {
			width: 20px;
			text-align: center;
			font-size: medium;
			font-weight: normal;
			margin-left: 2px;
			margin-right: 2px;
			border: 1px solid;
			border-color: #4C6DB1;
		}

			TABLE.News TABLE.Footer TD a {
				text-decoration: none;
				color: #FFFFFF;
				margin-left: 2px;
				margin-right: 2px;
			}

				TABLE.News TABLE.Footer TD a:hover {
					color: #FFFFFF;
					margin-left: 2px;
					margin-right: 2px;
				}

			TABLE.News TABLE.Footer TD.Active {
				width: 20px;
				text-align: center;
				color: #FFFFFF;
				margin-left: 2px;
				margin-right: 2px;
				border-color: #FFFFFF;
			}

TABLE.PhotoAlbum {
	width: 100%;
	padding: 0;
	border: solid 1 #000000;
	border-collapse: collapse;
}

	TABLE.PhotoAlbum TR.Header {
		border: solid 1px #000000;
		height: 0px;
		vertical-align: top;
	}

	TABLE.PhotoAlbum TABLE.Header {
		width: 100%;
		margin-top: 0;
		border-top: 0;
		border-bottom: 0;
		border-bottom-color: #084A8D;
		background-color: #4C6DB1;
		background-image: none;
	}

		TABLE.PhotoAlbum TABLE.Header TR.Header TH.Caption {
			text-align: left;
			font-size: medium;
			font-weight: normal;
			background-color: #4C6DB1;
			color: #FFFFFF;
			width: 100%;
		}

		TABLE.PhotoAlbum TABLE.Header TR.Header TH.Button {
			vertical-align: bottom;
		}

		TABLE.PhotoAlbum TABLE.Header TR.Header a {
			text-decoration: none;
			font-size: 10px;
			font-style: italic;
			color: #FFFFFF;
		}

		TABLE.PhotoAlbum TABLE.Header TR.SubHeader {
		}

			TABLE.PhotoAlbum TABLE.Header TR.SubHeader TD.Caption {
				font-size: 10px;
				font-style: italic;
				color: #FFFFFF;
			}

				TABLE.PhotoAlbum TABLE.Header TR.SubHeader TD.Caption a {
					text-decoration: none;
					font-size: 10px;
					font-style: italic;
					color: #FFFFFF;
				}

		TABLE.PhotoAlbum TABLE.Header TD.Text {
			text-align: center;
			font-size: medium;
			font-weight: normal;
			color: #FFFFFF;
		}

	TABLE.PhotoAlbum TR.Body {
	}

	TABLE.PhotoAlbum TD.Body {
		vertical-align: top;
	}

	TABLE.PhotoAlbum DIV.Body {
		overflow: auto;
	}

	TABLE.PhotoAlbum TABLE.Topics {
		width: 100%;
	}

	TABLE.PhotoAlbum TABLE.Topic {
		border: 1px solid #000000;
		text-align: center;
		vertical-align: middle;
	}

		TABLE.PhotoAlbum TABLE.Topic TH.Header {
			display: none;
		}

		TABLE.PhotoAlbum TABLE.Topic TD.Text {
			text-align: center;
		}

	TABLE.PhotoAlbum .FormFields {
		vertical-align: bottom;
	}

		TABLE.PhotoAlbum .FormFields img {
			border: none;
		}

	TABLE.PhotoAlbum TR.Footer {
		height: 20px;
	}

	TABLE.PhotoAlbum TD.Footer {
		vertical-align: top;
		text-align: right;
		background-color: #4C6DB1;
		border: 1px solid #000000;
		height: 1px;
	}

	TABLE.PhotoAlbum TABLE.Footer {
		background-color: #4C6DB1;
		width: auto;
		text-align: right;
		height: 25px;
	}

		TABLE.PhotoAlbum TABLE.Footer TD {
			width: 20px;
			text-align: center;
			font-size: medium;
			font-weight: normal;
			border-left-style: solid;
			border-left-width: 1px;
			border-color: #000000;
			background-color: inherit;
		}

			TABLE.PhotoAlbum TABLE.Footer TD a {
				text-decoration: none;
				color: #FFFFFF;
			}

				TABLE.PhotoAlbum TABLE.Footer TD a:hover {
					color: #FFFFFF;
				}

			TABLE.PhotoAlbum TABLE.Footer TD.Active {
				width: 20px;
				text-align: center;
				border-left-style: solid;
				border-left-width: 1px;
				border-color: #000000;
				background-color: #FFFFFF;
				color: #4C6DB1;
			}

TABLE.Photo TR.Header TH.Caption {
	text-align: center;
	font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
}

TABLE.Photo TR.Header TH.Date {
	text-align: right;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
}

TABLE.Topics {
	width: 100%;
}

TABLE.Topic {
	width: 100%;
	font-size: 12px;
	margin-bottom: 5px;
}

	TABLE.Topic TH.Banner {
		height: 10px;
	}

	TABLE.Topic TR.Header {
	}

	TABLE.Topic TH.Header {
		text-align: left;
		font-size: small;
		font-weight: bold;
		background-color: inherit;
		height: 21px;
		vertical-align: bottom;
		white-space: nowrap;
		border-bottom: solid 1px;
	}

	TABLE.Topic TH.HeaderPhotoAlbum {
		text-align: center;
		font-size: small;
		font-weight: normal;
		color: #4C6DB1;
		height: 60px;
		vertical-align: middle;
	}

	TABLE.Topic TH.HeaderDate {
		text-align: left;
		font-size: x-small;
		font-weight: normal;
		background-color: inherit;
		vertical-align: bottom;
		white-space: nowrap;
		border-bottom: solid 1px;
	}

	TABLE.Topic TH.Header a {
		text-decoration: none;
	}

		TABLE.Topic TH.Header a:hover {
			text-decoration: none;
		}

	TABLE.Topic TD.Text {
		text-align: left;
		color: #404040;
	}

		TABLE.Topic TD.Text a {
			font-size: 12px;
		}

			TABLE.Topic TD.Text a.More {
				text-decoration: none;
				font-size: 10px;
			}

			TABLE.Topic TD.Text a:hover {
				font-size: 12px;
			}

	TABLE.Topic a {
		color: #A4BCD9;
		text-decoration: none;
	}

	TABLE.Topic iframe.Document {
		margin-left: 10px;
	}

TABLE.Messages {
	/* 2013-02-13
	background-color: #F4F4F4;
*/
}

	TABLE.Messages TABLE.Topic {
		background-color: #ffffff;
		/* 2013-02-13
	border: solid 1px;
	border-color: #e0e0e0;
*/
		padding: 6px;
		padding-top: 0;
	}

TABLE.Input {
	margin-top: 0;
	padding-bottom: 8px;
	border-spacing: 0;
}

	TABLE.Input.Header {
		margin: 0;
		border-bottom: solid 1px;
		border-bottom-color: #606060;
	}

	TABLE.Input TR {
		line-height: 20px;
	}

	TABLE.Input TH {
		background-color: #F1BCCD;
		color: #FFFFFF;
		font-size: 12px;
		text-align: left;
	}

		TABLE.Input TH.SubHeader {
			background-color: #FFFFFF;
			color: #F1BCCD;
			font-size: 12px;
			text-align: left;
			border-top: solid 1px;
			border-top-color: #F1BCCD;
			border-bottom: solid 1px;
			border-bottom-color: #F1BCCD;
		}

	TABLE.Input TD {
		color: #404040;
		font-size: 12px;
		text-align: left;
	}

		TABLE.Input TD a {
			text-decoration: none;
			color: #404040;
			font-style: inherit;
		}

			TABLE.Input TD a:hover {
				text-decoration: none;
			}

		TABLE.Input TD.Caption {
			color: #404040;
			font-size: 12px;
			text-align: left;
			vertical-align: top;
			width: 150px;
			text-transform: lowercase;
		}

		TABLE.Input TD.Text {
			line-height: 16px;
			padding-bottom: 18px;
		}

	TABLE.Input.Header TD.Caption {
		font-size: 16px;
	}

	TABLE.Input TD.Input TEXTAREA {
		font-family: Tahoma;
		font-size: 11px;
		margin-bottom: 3px;
		margin-top: 5px;
	}

DIV.Space {
	height: 5px;
}

DIV.Line {
	border-color: #E4E4E4;
	border-top: 1px solid;
	height: 5px;
}

DIV.ListView {
	border: solid 0px;
	border-color: #FFFFFF;
}

	DIV.ListView TABLE.ListView {
		border: 0;
	}

TABLE.ListView {
	border: solid 0px;
	border-color: #FFFFFF;
	font-size: 11px;
	color: #404040;
	width: 100%;
	border-spacing: 0;
}

	TABLE.ListView.Cancelled {
		opacity: 0.6;
	}

	TABLE.ListView TR {
		line-height: 16px;
	}

		TABLE.ListView TR.Section {
		}

			TABLE.ListView TR.Section TH {
				text-align: left;
			}

			TABLE.ListView TR.Section TD {
				text-align: left;
			}

		TABLE.ListView TR.Separator {
			height: 3px;
		}

		TABLE.ListView TR.SectionHeader {
			color: #FFFFFF;
		}

			TABLE.ListView TR.SectionHeader TH {
				text-align: left;
				font-size: 16px;
				font-weight: normal;
			}

				TABLE.ListView TR.SectionHeader TH a {
					color: #FFFFFF;
					font-size: 16px;
				}

					TABLE.ListView TR.SectionHeader TH a:hover {
						text-decoration: none;
					}

				TABLE.ListView TR.SectionHeader TH span {
					font-size: 12px;
					font-style: italic;
				}

			TABLE.ListView TR.SectionHeader TD {
				color: #FFFFFF;
				font-size: medium;
			}

				TABLE.ListView TR.SectionHeader TD span {
					font-size: 12px;
					font-style: italic;
				}

		TABLE.ListView TR.Header {
			text-transform: lowercase;
		}

			TABLE.ListView TR.Header TH {
				font-size: 11px;
				text-align: left;
			}

				TABLE.ListView TR.Header TH a {
				}

					TABLE.ListView TR.Header TH a:hover {
					}

				TABLE.ListView TR.Header TH.Header {
					border-bottom: solid 1px;
					text-align: left;
				}

					TABLE.ListView TR.Header TH.Header.Match {
						padding-right: 6px;
						text-align: center;
					}

			TABLE.ListView TR.Header TD {
				border-top: solid 1px #c5c5c5;
				border-left: solid 1px #c5c5c5;
				border-right: solid 1px #c5c5c5;
				border-bottom: solid 1px #c5c5c5;
				padding-top: 2px;
				padding-right: 3px;
				font-weight: bold;
				vertical-align: text-top;
				text-align: left;
			}

	TABLE.ListView TD.Match {
		text-align: center;
	}

	TABLE.ListView TR.DataDark {
	}

		TABLE.ListView TR.DataDark TD {
			padding-right: 4px;
			padding-left: 1px;
			border-bottom: solid 1px;
			border-bottom-color: #c5c5c5;
		}
		TABLE.ListView TR.Data TD {
			padding-right: 4px;
			padding-left: 1px;
			border-bottom: solid 1px;
			border-bottom-color: #c5c5c5;
		}

			TABLE.ListView TR.DataDark TD a {
				text-decoration: none;
				color: inherit;
			}
			TABLE.ListView TR.Data TD a {
				text-decoration: none;
				color: inherit;
			}

				TABLE.ListView TR.DataDark TD a:hover {
					text-decoration: none;
					color: inherit;
				}
				TABLE.ListView TR.Data TD a:hover {
					text-decoration: none;
					color: inherit;
				}

	TABLE.ListView TR.DataLight {
	}

		TABLE.ListView TR.DataLight TD {
			padding-right: 4px;
			padding-left: 1px;
			border-bottom: solid 1px;
			border-bottom-color: #c5c5c5;
		}

			TABLE.ListView TR.DataLight TD a {
				text-decoration: none;
				color: inherit;
			}

				TABLE.ListView TR.DataLight TD a:hover {
					text-decoration: none;
					color: inherit;
				}

	TABLE.ListView TR.Selected {
		cursor: pointer;
		color: White;
		background-color: Blue;
	}

	TABLE.ListView TR.DataOutline1 {
		font-size: 10px;
		font-weight: bold;
		background-color: inherit;
		text-transform: lowercase;
	}

		TABLE.ListView TR.DataOutline1 TD {
			padding-right: 4px;
			padding-left: 1px;
			border-bottom: solid 1px;
			border-bottom-color: #E7E7E7;
		}

		TABLE.ListView TR.DataOutline1 a {
			color: inherit;
		}

			TABLE.ListView TR.DataOutline1 a:hover {
				text-decoration: none;
			}

	TABLE.ListView TR.DataOutline2 {
		font-weight: bold;
		color: Blue;
		background-color: White;
	}

		TABLE.ListView TR.DataOutline2 TD {
			padding-right: 4px;
			padding-left: 1px;
		}

	TABLE.ListView TR.Total TD {
		border-top: solid 1px DarkGray;
		border-left: solid 1px DarkGray;
		border-right: solid 1px DarkGray;
		border-bottom: solid 1px DarkGray;
		padding-left: 1px;
		padding-right: 4px;
		font-weight: bold;
		vertical-align: text-top;
	}

	TABLE.ListView TD.Sep {
		background-image: url('../Images/Sep1.gif');
		background-repeat: repeat-x;
		height: 3px;
	}

	TABLE.ListView TD.Border {
		color: White;
	}

DIV.Grid {
	font-size: 11px;
	display: table;
	padding-bottom: 12px;
}

	DIV.Grid.Cancelled {
		opacity: 0.6;
	}

	DIV.Grid SELECT {
		margin: 0;
		border-color: #606060;
	}

	DIV.Grid INPUT {
		border-color: #606060;
	}

		DIV.Grid INPUT[disabled] {
			color: #404040;
		}

		DIV.Grid INPUT:not(.Quoto):not(.Score)[disabled] {
			background-color: transparent;
			border: 0;
			padding-left: 1px;
			padding-right: 1px;
		}

		DIV.Grid INPUT.Select {
			margin: 0;
		}

		DIV.Grid INPUT.Score {
			width: 32px;
			text-align: center;
		}

		div.Grid INPUT.Invalid {
			background-color: #FF7F7F;
		}

	DIV.Grid DIV {
		float: left;
		overflow: hidden;
	}

		DIV.Grid DIV.Header {
			background-image: none;
			/*	height: 18px;*/
			width: 100%;
			font-size: 11px;
			font-weight: bold;
			text-transform: lowercase;
			margin-bottom: 2px;
			padding: 0;
			background-color: transparent;
			border-bottom: solid 1px;
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
		}

			DIV.Grid DIV.Header.Lowered {
				margin-top: 10px;
			}

			DIV.Grid DIV.Header DIV {
				/*	font-size: 13px;*/
				vertical-align: text-bottom;
			}

				DIV.Grid DIV.Header DIV.Cell SPAN.Quote {
					padding-left: 12px;
				}

					DIV.Grid DIV.Header DIV.Cell SPAN.Quote + SPAN {
						padding-left: 37px;
					}

				DIV.Grid DIV.Header DIV.Image.Small.Search {
					margin-left: 3px;
				}

				DIV.Grid DIV.Header DIV.Image.Small.Refresh {
					margin-left: 3px;
				}

		DIV.Grid DIV.Row {
			width: 100%;
			display: table-row;
		}

		DIV.Grid DIV.DataOutline1 {
			padding-left: 2px;
			background-color: #c7c7c7;
			color: #ffffff;
		}

		DIV.Grid DIV.DataLight {
			border-bottom: solid 1px;
			border-bottom-color: #E7E7E7;
			min-height: 20px;
			white-space: nowrap;
			vertical-align: middle;
			margin-top: 2px;
		}

			DIV.Grid DIV.DataLight DIV {
				white-space: normal;
			}

		DIV.Grid DIV.DataDark {
			border-bottom: solid 1px;
			border-bottom-color: #E7E7E7;
			min-height: 20px;
			white-space: nowrap;
			vertical-align: middle;
			margin-top: 2px;
		}

			DIV.Grid DIV.DataDark DIV {
				white-space: normal;
			}

		DIV.Grid DIV.Cell {
			float: left;
		}

			DIV.Grid DIV.Cell.SelectContainer {
				border: 1px solid #606060;
			}

				DIV.Grid DIV.Cell.SelectContainer SELECT {
					border: 0;
					height: 17px;
				}

					DIV.Grid DIV.Cell.SelectContainer SELECT OPTION {
						padding-left: 2px;
					}

		DIV.Grid DIV.Image {
			float: none;
		}

		DIV.Grid DIV.Cell SPAN.Score {
			padding-right: 7px;
		}

	DIV.Grid.Score SPAN.Points {
		padding-right: 7px;
		cursor: pointer;
	}

	DIV.Grid.Score SPAN.Answer {
		padding-left: 1px;
	}

	DIV.Grid.Open SPAN.Points {
		padding-right: 7px;
	}

DIV.Radio LABEL.Radio {
	float: left;
	text-align: center;
}

	DIV.Radio LABEL.Radio + LABEL {
		padding-left: 10px;
	}

DIV.Radio.Tight LABEL.Radio + LABEL {
	padding-left: 0px;
}

DIV.Radio LABEL.Radio A {
	color: #404040;
}

DIV.Radio LABEL.Radio INPUT[type="radio"] {
	display: none;
}

DIV.Radio LABEL.Radio SPAN.Radio {
	display: block;
	background-repeat: no-repeat;
	height: 16px;
	width: 30px;
	background-position: center;
	text-align: center;
	border-width: 1px;
	border-style: outset;
	background-image: url(../images/SysOption.png);
	cursor: pointer;
}

	DIV.Radio LABEL.Radio SPAN.Radio.ReadOnly {
		border-color: #E0E0E0;
		border-style: solid;
		cursor: default;
	}

DIV.Radio LABEL.Radio SPAN.Label {
	text-align: center;
}

DIV.Grid.Quoto DIV.Radio LABEL.Radio SPAN.Radio {
	border: 0;
}

DIV.Grid.Quoto DIV.Radio LABEL.Radio + LABEL {
	padding-left: 15px;
}

DIV.Grid.Quoto DIV.Radio LABEL.Radio SPAN.Radio.Checked {
}

DIV.Grid.Quoto DIV.Radio LABEL.Radio SPAN.ReadOnly {
	opacity: 0.6;
}

DIV.Grid DIV.Combo {
	border-right-style: solid;
	border-width: 2px;
	border-color: #FFFFFF;
}

	DIV.Grid DIV.Combo SELECT {
		font-size: 11px;
		overflow: hidden;
		padding: 1px;
		width: 54px;
	}

	DIV.Grid DIV.Combo OPTION {
		padding-left: 3px;
	}

BODY.Calendar {
	background-color: #FFFFFF;
}

TABLE.Calendar {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 3px;
	border-color: #C0C0C0;
}

	TABLE.Calendar TD a {
		text-decoration: none;
	}

	TABLE.Calendar TD.CalendarDayHeader {
		font-weight: bold;
		border-bottom: 2px solid;
		border-bottom-color: #FFFFFF;
	}

	TABLE.Calendar TD.CalendarDay {
		color: #000000;
	}

	TABLE.Calendar TD.CalendarOtherMonthDay {
		color: #A4BCD9;
		font-style: italic;
	}

	TABLE.Calendar TD.CalendarSelectedDay {
		background-color: #A4BCD9;
	}

	TABLE.Calendar TD.CalendarSelector {
		background-color: #A4BCD9;
	}

	TABLE.Calendar TD.CalendarTodayDay {
		color: #000000;
		font-weight: bold;
		border-width: 2px;
		border-style: solid;
	}

	TABLE.Calendar TD.CalendarWeekendDay {
		font-weight: bold;
	}

TABLE.CalendarTitle TD {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

	TABLE.CalendarTitle TD.CalendarNextPrev {
	}

SPAN.Caption {
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
}

INPUT[type="checkbox"] ~ SPAN.Caption {
	padding-left: 4px;
	margin-right: 4px;
	color: inherit;
	vertical-align: top;
	text-transform: lowercase;
}

SPAN.Header {
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	height: 25px;
	padding-left: 11px;
	padding-bottom: 10px;
}

SPAN.Text {
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	height: 25px;
	padding-left: 3px;
}

SPAN.Error {
	width: 100%;
	background-color: #FFFFFF;
	color: red;
	border: solid 2px red;
	font-size: 12px;
	padding: 2px;
}

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup {
	background-color: #FFFFFF;
}

TABLE.RSS {
	margin-top: 0;
}

TABLE.Monitor TABLE.ListView TR.SectionHeader TH {
	font-size: 12px;
}

	TABLE.Monitor TABLE.ListView TR.SectionHeader TH a {
		font-size: 12px;
	}

DIV.Popup {
}

	DIV.Popup DIV.Background {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		background-color: Gray;
		opacity: 0.7;
		filter: alpha(opacity=70);
		z-index: 9998;
	}

	DIV.Popup DIV.Window {
		position: absolute;
		border: solid 2px #FFFFFF;
		opacity: 1;
		filter: alpha(opacity=100);
		z-index: 9999;
	}

	DIV.Popup DIV.Window {
		width: 100%;
	}

	DIV.Popup DIV.Header {
		background-image: none;
		text-align: right;
		position: relative;
		height: 25px;
		margin-top: 1px;
		border-bottom: solid 2px;
		border-bottom-color: #FFFFFF;
	}

		DIV.Popup DIV.Header DIV.Caption {
			color: #FFFFFF;
			float: left;
			font-size: 16px;
			font-weight: bold;
			padding-top: 2px;
			padding-left: 10px;
			text-transform: lowercase;
		}

		DIV.Popup DIV.Header DIV.Image.Close {
			background-repeat: no-repeat;
			width: 24px;
			height: 24px;
			float: right;
			padding-right: 10px;
			cursor: pointer;
		}

	DIV.Popup IFRAME {
		/*
	padding-top: 7px;
*/
	}

IFRAME.BODY {
	margin: 4px;
}

FORM.InFrame {
	margin: 0;
	margin-top: 4px;
	width: auto;
}

	FORM.InFrame DIV {
		position: relative;
	}

		FORM.InFrame DIV.Body {
			background-color: transparent;
			position: relative;
			/*
	top: -34px;
*/
			right: 0;
			border: 0;
		}

	FORM.InFrame TABLE.Page {
	}

		FORM.InFrame TABLE.Page TD.Main {
			padding: 0;
		}

		FORM.InFrame TABLE.Page TABLE.Main {
			border: 0;
		}

	FORM.InFrame TABLE.Main {
	}

	FORM.InFrame TABLE.Messages {
		margin-left: 0;
	}

	FORM.InFrame DIV.WebPart {
		border: 0;
	}

	FORM.InFrame TEXTAREA[readonly] {
		border: 0;
		background-color: transparent;
		resize: none;
	}

DIV.Error {
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding-top: 5px;
	padding-left: 26px;
	text-transform: lowercase;
	min-height: 23px;
	border: solid 1px;
}

DIV.Input DIV.Error {
	margin-bottom: 5px;
	margin-top: 5px;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.ui-corner-top {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.twtr-doc {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
