/* CSS Document */
body {
	margin: 0;
	/*background-image: url(../images/colours_gradient_bg.jpg);
	background-repeat: repeat-y;*/
		font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #007CB9;

}

/*Main layout elements*/
.container {
	display: block;

	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	
	width: 1000px;
	height: 100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #007CB9;
	/*background-color: #FFFFFF;*/
	
	/*	border: 2px solid #FFFFFF; */
}

.head {
	display: block;
	
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	
	width: auto;
	height: 100px;
	
	color: #0580BE;
	
	border-bottom: 5px solid #FFFFFF;
}

.mid { 
	display: block;
	
	position: relative;
	top: 5px;
	left: 0px;
	right: 0px;
	
	width: 1000px;
	height: auto;
	
	/*background-color: #FFFFFF;*/
}

.left {
	display: block;
	
	padding: 0px 0px 0px 0px;
		
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 170px;
	height: auto;

	color: #666666;
}

.centre {
	display: block;
	
	position: absolute;
	top: 0px;
	left: 180px;
	bottom: 0px;
	padding: 5px 5px 5px 5px;

	width: 800px;
	height: auto;
	color: #00648C;
	
	/*background-image: url(../images/colours_gradient_bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;*/
	
/*
	text-align: justify;
*/

}

.clear {
	clear: both;
}

.foot {
	color:#000000;
	display: block;
	
	position: absolute;
	bottom: 0px;
	left: 200px;
	
	height: 20px;
}

/* Header elements */

.headLeft {	
	float: left;
	
	width: 150px;
	height: 100px;
}

.headCentre {	
	float: left;
}

.headRight {
	float: right;
	
	width: 300px;
	height: 100px;
}

.headText {
	position: absolute;
	left: 80px;
	top: 45px;
	
	font-size: 2em;	
	font-weight: normal;
}
.headCMSLink {
	position: absolute;
	Right: 60px;
	top: 80px;
	font-size: 1em;	
	font-weight: bold;
	width:120px;
	height:20px;
}
.headDove {
	display: block;
	
	position: absolute;
	right: 10px;
	top: 35px;
}

/* Left elements */

.leftHead {
	padding-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 5px;
}

.leftMid01 {
	color: #00648C;
	padding-left: 0px;
	
	background-image: url(../images/bg_left_01_centre.jpg);
	background-repeat: repeat-y;
}

.leftMid01 a, a.homeLink {	
	color: #00648C;
}

.leftMid01 a:hover, a.homeLink:hover {
	text-decoration: none;
}

.leftMid01  h3, .leftMid01  p{
	margin-top: 0px;
	padding: 0px 5px 0px 5px;
	width: 160px;
}

.leftMid01 input.formTextbox {
	width: 150px;
}

.leftMid01 input.button {
	margin: 0px 5px 0px 5px;
	width: 150px;
}


.leftMid02 {
	color: #AFBA3D;
	padding-left: 0px;

	background-image: url(../images/bg_left_02_centre.jpg);
	background-repeat: repeat-y;
}

.leftMid02 a {
	color: #AFBA3D;
}

.leftMid02 a:hover {
	text-decoration: none;
}

.leftMid03 {	
	background-image: url(../images/bg_left_03_centre.jpg);
	background-repeat: repeat-y;
}

.leftMid03 a {	
	/*colour*/
}

.leftMid03 a:hover {
	text-decoration: none;
}

.leftMidLink {
	width: 160px;
	/*height: 30px;*/
	display: block;
	text-align: left;
	
	padding-top: 3px;
	padding-bottom: 3px;
}

.leftMidLink img {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	float: left;
}


.leftFoot {
	margin-top: 20px;
	color: #333333;
	font-size: 0.85em;
	padding-left: 5px;
}

/* Centre elements */

.centreHead {
	padding-bottom: 5px;
	border-bottom: 1px solid #007CB9;
}

.centreHead b {
	color: #008BCF;
}

.centreMid {
	width: 590px;
	/*min-height: 700px;*/
	padding-top: 10px;
	height: auto;
}
.flags{
	width: 590px;
	height: 15px;

}
.flagholder{
	float:right;
}
.flags img{
	padding: 0 5px 0 0;
	align:right;
}
.flags a img{
 border:0;
}

.physician {
	width: 590px;
}

.centrePanel {
	float: right;
	
	width: 190px;
	height: auto;
	
	text-align: left;
}

.centrePanelLogin {
	margin-top: 5px;
	
	float: right;
	
	width: 190px;
	height: auto;
	
	text-align: left;
}

.centrePanelTick {
	margin: -5px 5px 5px 0px;
}

.centrePanelText {
	padding: 5px;
	width: 180px;	
	
	font-weight: bold;	
	color: #007CB9;
	
	background-image: url(../images/centrePanel_bgMid.gif);
	background-repeat: repeat-y;
}

.centrePanel b {
	color: #008BCF;
}


/* Visual styling */

a {
	color: #B03078;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.newsletterHeading {
	display: block;
	font-size: 2em;
	color: #007CB9;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	color: #008BCF;
}

h3 {
	font-size: 1.25em;
	color: #AFBA3D;
	/*color: #CADB2A;*/
	/*color: #BECD2B;*/
}

.pinkBold {
	color: #B03078;
	font-weight: bold;
}

.pinkItalic {
	color: #B03078;
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.callout {
	font-size: 1.25em;
	font-weight: bold;
	font-style: italic;
	color: #B03078;
}

.featureBox {
	background-color: #fafbe9;
	border: 1px solid #e3ee92;
	padding: 5px;
}

p {
	font-size: 1em;
}

ol {
	margin-top: 0px;
	position: relative;
	left: -20px;
}

.questionnaireHands {
	text-align: center;
	height: 30px;
	margin-top: -20px;
	overflow: show;
}

.coreInfoQuestions {
	font-weight: bold;
	color: #008BCF;
}

.errormsg {
	color: #ff0000;
	padding-left: 5px;
}

.formTextboxRegister {
	width: 200px;
}

.clearLeft {
	clear: left;
}

.physTable {
	width: 550px;
}

.physTable thead{
	background-color: #B03078;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
}

.physTable td{
	padding: 10px;
}

.noPaddingTop {
	padding-top: 0px;
}

.noPaddingBottom {
	padding-bottom: 0px;
}

.noPaddingTopBottom {
	padding-top: 0px;
	padding-bottom: 0px;
}

.paddingLeft5 {
	paddding-left: 5px;
}

.paddingLeft10 {
	paddding-left: 10px;
}

.fontSize12em{
	font-size: 1.2em;
}

.topMinus10px{
	top: -10px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.defaultBox1 {
	width: 590px;
	height: 200px;
	background-color: #B03078;
}

.defaultText {
	font-size: 1.2em;
	clear: both;
	font-weight: bold;
}

.defaultBox2 {
	width: 590px;
	height: 150px;
	background-color: #AFBA3D;
	margin-bottom: 10px;
}

.defaultBox2Text {
	float: right;
	color:#FFFFFF;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	width: 325px;
	text-align: left;
	padding: 10px;
	vertical-align:middle;
}

.defaultBox3 {
	width: 590px;
	clear: both;
}

.defatulBox3LangaugeText {
	float: left;
	color:#FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	width: 210px;
	height: 180px;
	text-align: left;
	padding: 10px;
	vertical-align:middle;
	background-color: #008BCF;
}

.defaultBox3RoleText {
	float: right;
	color:#FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	width: 330px;
	height: 180px;
	text-align: left;
	padding: 10px;
	vertical-align: middle;
	background-color: #B03078;
}

.displayBlock {
	display: block;
}

.marginTop20px {
	margin-top: 20px;
}

.marginTop50Left20 {
	margin-top: 50px;
	margin-left: 20px;
}

.loginBox1 {
	width: 590px;
	height: 180px;
	background-color: #B03078;
}

.loginBox1Text {
	float: left;
	color:#FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	width: 390px;
	text-align: left;
	padding: 10px;
	vertical-align:middle; 
}

.loginBox2 {
	width: 590px;
	height: 180px;
	background-color: #AFBA3D;
	margin-bottom: 10px;
}

.loginBox2Text {
	float: right;
	color: #FFFFFF;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	width: 330px;
	text-align: left;
	padding: 10px;
	vertical-align: middle;
	height:auto;
	display:block;
}

.margin0padding0 {
	margin: 0px;
	padding: 0px;
}

.textAlignCenter {
	text-align: center;
}

.registerNoticeBox {
	border: 1px solid #B03078;
	padding: 5px;
}

.physicianTourBox1 {
	width: 590px;
	height: 68px;
	background-color: #AFBA3D;
	margin-bottom: 10px;
	padding: 5px;
}

.physicianTourBox1Text {
	float: left;
	color: #FFFFFF;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	vertical-align: middle;
	width: 400px;
	padding-top:0px;
	margin-top:0px;
}

.physicianTourBox2 {
	width: 590px;
	height: 73px;
	background-color: #008BCF;
	margin-bottom: 10px;
	padding: 5px;
	
}

.physicianTourBox2Text {
	float: left;
	color: #FFFFFF;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	vertical-align: middle;
	width: 460px;
	padding-top:0px;
	margin-top:0px;
}

#physician {
	width: 590px;
	padding-top: 10px;
	height: auto;
}

.label
{
	width:150px;
	float:left;
}
/* Alternative layout for the message box - used by one of the messages */

.modalDialog_contentDiv_error{
/*	border:3px solid #FFF;	
	padding:2px;*/
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#F00;	/* White background color for the message */
	color:#FFF;
}
.modalDialog_contentDiv_error a{
	color:#FFF;
}
.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:1px solid #000;	
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #007CB9;		
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}
.registerLeft
{
	width:280px;
	background-color:#AFBA3D;
	color:#FFFFFF;
	float:left;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:-100px;
	padding-bottom:100px
}
.registerRight
{
	width:280px;
	background-color:#008BCF;
	color:#FFFFFF;
	float:right;
	padding-left:5px;
	padding-right:5px;	
	margin-bottom:-100px;
	padding-bottom:100px;
}


