﻿/* FORMATTING [---------------------------------------------] */

*
{
	overflow			: hidden ;
	margin				: 0px ;
	padding				: 0px ;
}

HTML,
HEAD,
BODY
{
	overflow			: auto ;
}

UL
{
	overflow			: visible ;
	list-style			: inside url(Imagery/Bullet.png) ;
}

OL
{
	overflow			: visible ;
	list-style-type		: decimal ;
	margin-left			: 5px ;
}

LI
{
	overflow			: visible ;
	margin				: 0px 0px 0px 15px  ;
	padding				: 0px 0px 0px 5px ;
}

A:VISITED
{
	color				: Navy ;
}

A.HoverOver:HOVER
{
	color				: Orange ;
}

BODY
{
	background-color	: #FFFFFF ;
	font-size			: 10px ;
	font-family			: Verdana, Helvetica, Sans-Serif ;
}

.ContentHolder
{
	margin				: 0px auto ;
	position			: relative ;
	width				: 800px ;
	background-color	: #FFFFFF ;
	border-right-style	: solid ;
	border-right-width	: 1px ;
	border-right-color	: #C0C0C0 ;
	border-left-style	: solid ;
	border-left-width	: 1px ;
	border-left-color	: #C0C0C0 ;
}

.BodyContentHolder
{
	margin-top			: 10px ;
	width				: 780px ;
	padding-left		: 10px ;
	padding-right		: 10px ;
}

.MenuItems
{
	font-family			: Verdana ;
	font-size			: 10px ;
	height				: 12px ;
	float				: right ;
	margin-right		: 20px ;
	margin-top			: 30px ;
	text-align			: right ;
}

A.MenuLink:VISITED ,
.MenuLink
{
	color				: #98A3DC ;
}

.MenuColour
{
	color				: #00006A ;
}

.ClearBoth
{
	clear				: both ;
}

.ClearLeft
{
	clear				: left ;
}

.ClearRight
{
	clear				: right ;
}

.BufferLeft
{
	margin-left			: 20px ;	
}

.BufferTop
{
	margin-top			: 15px ;
}

.BufferBottom
{
	margin-bottom		: 15px ;
}

.TxtCentre
{
	text-align			: center ;	
}

.Footer
{
	background-color	: #F2F2F2 ;
	height				: 12px ;
	clear				: both ;
	border-top			: solid 1px #C0C0C0 ;
	border-bottom		: solid 1px #C0C0C0 ;
	text-align			: center ;
	vertical-align		: middle ;
	font-size			: 9px ;
	margin-top			: 10px ;
}

.NonDecLnk
{
	text-decoration		: none ;
}

/* IMAGES [---------------------------------------------] */

.BackgroundGradient
{
	background-image	: url("Imagery/image_background.jpg") ;
	/*
	width				: 1px ;
	height				: 200px ;
	*/
	background-repeat	: repeat-x ;
}

.SBSLogo
{
	background-image	: url("Imagery/image_sbs_logo.png") ;
	width				: 134px ;
	height				: 90px ;
	position			: absolute ;
	margin-top			: 15px ;
	margin-left			: 10px ;
	display				: block ;
}

.IBFLogo
{
	background-image	: url("Imagery/image_ibf_logo.jpg") ;
	width				: 44px ;
	height				: 54px ;
}

.Twitter
{
	background-image	: url("Imagery/SponsorLogos/twitter_logo_small.png") ;
	width				: 36px ;
	height				: 36px ;
	display				: block ;
	margin-right		: 10px ;
	float				: right ;
}

.Xenops
{
	background-image	: url("Imagery/SponsorLogos/image_xenops_button.png") ;
	width				: 36px ;
	height				: 36px ;
	display				: block ;
	float				: right ;
	margin-right		: 10px ;
}
.Xencal
{
	background-image	: url("Imagery/SponsorLogos/image_xencal_button.png") ;
	width				: 36px ;
	height				: 36px ;
	display				: block ;
	float				: right ;
	margin-right		: 10px ;
}

.IBFButton
{
	background-image	: url("Imagery/SponsorLogos/image_ibf_button.png") ;
	width				: 36px ;
	height				: 36px ;
	display				: block ;
	float				: right ;
	margin-right		: 10px ;
}

.LinkedIn
{
	background-image	: url("Imagery/SponsorLogos/image_linkedin_button.png") ;
	width				: 36px ;
	height				: 36px ;
	display				: block ;
	float				: right ;
	margin-right		: 10px ;		
}

/* FONTS [---------------------------------------------] */

.FontTitle
{
	font-family			: Verdana ;
	font-size			: 14px ;
	font-weight			: bolder ;
	font-style			: italic ;
	color				: #01045A ;
}

.FontSubTitle
{
	font-family			: Verdana ;
	font-size			: 10px ;
	font-weight			: bold ;
	font-style			: italic ;
	color				: #01045A ;
}

.TxtBold
{
	font-weight			: bolder ;
}

#_mainMenuRegisterToAttendLink A,
#ctl00__mainMenuRegisterToAttendLink A
{
	color				: Orange ;
}

.ErrorMessage,
{
	color				: Red ;
}
