body
{
	font-family: Futura, Arial, Tahoma, Verdana, Sans-Serif;
	font-size:0.75em;
	color:#000;
}

td, th
{
	font-size:1.4em;
}

img
{
	border:0px;
}

h1, h2, h3
{
	margin:0px;
	background-repeat:no-repeat;
	overflow:hidden;
}

h3
{
	margin-bottom:12px;
	font-size:1em;
}

h4
{
	margin:0px;
	font-size:1em;
}

p
{
	margin:0px 0px 12px 0px;
}

a
{
	color:#ED1B23;
}

form
{
	margin:0px;
}

input, select, textarea
{
	font-family:Arial, Tahoma, Verdana, Sans-Serif;
	font-size:1em;
}

input.TextBox, select.TextBox, textarea.TextBox
{
	border:1px solid #000;
	background-color:#D4D4D4;
}

.Alert
{
	color:#ED1B23;
}

.Hidden
{
	position:absolute;
	left:-10000px;
	font-size:1px;
}

.Notation
{
	font-size:0.9em;
	color:#868686;
}

.FloatClear
{
	clear:both;
	display:block;
	height:1px;
	overflow:hidden;
}

.ContentSection
{
	clear:both;
}

.ContentSection .SectionImage
{
	margin-top:3px;
	margin-bottom:10px;
}

.WrapLeft .SectionImage
{
	float:left;
	margin-right:10px;
}

.WrapLeft .SectionImage.WithCaption
{
	margin-right:15px;
}

.WrapRight .SectionImage
{
	float:right;
	margin-left:10px;
}

.WrapRight .SectionImage.WithCaption
{
	margin-left:15px;
	margin-right:10px;
}

* html .WrapRight .SectionImage.WithCaption
{
	margin-right:0px;
}

.SeparateRight .SectionImage
{
	float:right;
	margin-left:auto;
	margin-right:0px;
}

.SeparateRight .SectionHtml
{
	clear:both;
}

.SeparateCenter .SectionImage, .WrapCenter .SectionImage
{
	margin:0px auto 10px auto;	
}

.ContentSection .SectionImage.WithCaption
{
	background-image:url(../Img/BgImgCaption2.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

.ContentSection .SectionImage.WithCaption .Image
{
	padding:0px 5px;
	background-color:#FFF;
	background-image:url(../Img/BgImgCaption1.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

.ContentSection .SectionImage .Caption
{
	padding:1px 5px 5px 0px;
	margin-left:5px;
	background-color:#EFEFEF;
	background-image:url(../Img/BgImgCaption3.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	font-size:0.9em;
	min-height:28px;
}

* html .ContentSection .SectionImage .Caption
{
	height:28px;
}

.ContentSection .SectionImage .Caption, .ContentSection .SectionImage .Caption a
{
	color:#000;
	text-decoration:none;
}

.ContentSection .SectionImage .Caption a:hover
{
	color:#B71218;
	text-decoration:underline;
}

.DownloadsLinks ul
{
	margin:5px 0px 10px 0px;
	padding:0px;
	list-style-type:none;
}

.DownloadsLinks li
{
	clear:both;
	background-repeat:no-repeat;
	background-position:9px 0px;
	margin:0px;
	padding:2px 0px 3px 0px;
	line-height:normal;
}

.DownloadsLinks li a
{
	background-repeat:no-repeat;
	background-position:1px 0px;
	padding:0px 0px 5px 22px;
	display:block;
	float:left;
}

.GalleryThumb
{
	background-image:url(../Img/BgGalleryThumb.gif);
	background-repeat:no-repeat;
	width:110px;
	height:106px;
	padding:0px 5px 0px 5px;
	float:left;
	margin:11px 10px 0px 0px;
	font-size:0.9em;
	overflow:hidden;
}

.GalleryThumb a
{
	color:#000;
	text-decoration:none;
}

.GalleryThumb a:hover
{
	color:#B71218;
	text-decoration:underline;
}

.GalleryThumb div a
{
	display:block;
	margin:0px auto 1px auto;
}

.GalleryThumb span
{
	display:block;
	height:30px;
	overflow:hidden;
}

#AussieMillions .SectionImage, #AussieMillions .SectionImage .Image, #AussieMillions .SectionImage .Caption, #NewsDetail .SectionImage, #NewsDetail .SectionImage .Image, #NewsDetail .SectionImage .Caption
{
	background-image:none;
	background-color:Transparent;
	padding:0px;
}

#AussieMillions .WrapRight .SectionImage.WithCaption, #NewsDetail .WrapRight .SectionImage.WithCaption
{
	margin-right:0px;
}

#AussieMillions .SectionImage .Caption, #NewsDetail .SectionImage .Caption
{
	margin:0px;
	padding-top:2px;
	/*min-height:inherit;*/
	height:auto;
}

.VideoMessage, .VideoMessage p
{
	font-family: Futura, Arial, Tahoma, Sans-Serif;	
	font-size: 1.2em;	
	font-weight: bold; 
	color: #B71218;
}

.Mandatory
{
	color:Red;
	display:block;
	float:right;
}

.resultCell
{
    font-size: 0.9em;
    border: 1px solid white;
}

th.resultCell
{
	text-align:left;
}


/*** FORMBUILDER STYLES ***/

.FormBuilder
{
	width:100%;
}

.FormBuilder h3
{
	color:#000000;
	font-weight:bold;
}

.FormBuilderTable
{
	width:100%;
}

.FormBuilderTable th,
.FormBuilderTable td
{
	font-size:12px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;	
	padding:3px 3px 10px 3px;
}

.FormBuilderTable th
{
	width:175px;
	font-weight:bold;
}

.FormBuilderTable textarea
{
	width:98%;
}

.FormBuilderTable td.FormBuilderMessage
{
	font-weight:bold;
}

.FormBuilderMandatory
{
	float:right;
	color:Red;
}

.FormBuilderFieldInfo
{
	font-size:0.9em;
	font-weight:normal;
	color:#666;
	line-height:normal;
	margin-top:1px;
}

.FormBuilderButtons
{
	text-align:center;
}

.FormBuilderButtons input
{
}

.FormBuilderTextSmall,
.FormBuilderTextMedium,
.FormBuilderTextLarge
{
	border:1px solid #000;
	background-color:#d4d4d4;
}

.FormBuilderTextSmall
{
	width:50px;
}

.FormBuilderTextMedium
{
	width:150px;
}

.FormBuilderTextLarge
{
	width:98%;
}
