

#divSelectedDB
{
	font-size: 16px;
	color:white;
	font-weight:bold;	
}


.x-item-disabled,
.x-form-field[disabled=''],
.input[disabled=''] 
{
	color: black !important;
}

.x-form-field 
{
	font-size: 16px;
	font-family: Tahoma;
	color: black;	
}


.ux-mselect-item
{
	font-size: 16px;
	font-family: Tahoma;
	color: black;		
}

#BodyStart 
{
	background: url(../images/background.png) no-repeat center #076767;
	width:100%;
	
	/*height:768px;*/

}

#BodyNormal
{
/*	background: url(../images/background_normal.png) no-repeat center #076767;*/
	/*height:768px;*/
  padding-left:10px ;
  padding-right:10px;
  height:100%;
	width:100%;	
	background-color:#076767;
}

div,p,textarea, input, td
{
	font-size: 16px;
	font-family: Tahoma;
	color: black;
}




.Tooltip
{
	background-color: #FFFFCF;
	padding:10px;
}


.TooltipHeader
{
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	border-bottom:2px solid black;
	padding-bottom:5px;	
}


.TooltipContent
{
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	padding-top:5px;	
}


.ModuleID
{
	vertical-align: top;
	padding-right: 10px;
}

.RedChoice
{
    background-image: url(../images/orange_oval.png);
	/*background-color:red;*/
	color:white;
	font-weight:bold;
	width:80px;
	height:40px;
}


.BlueChoice
{		
	background-color:blue;
	color:white;
	font-weight:bold;
	font-size:14px;	
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
}

.ChoiceSpacer
{
	padding-left:5px;
}


.Container
{
	padding-left:20px;	
	padding-right:20px;	
	
	width: 100%;
	height: 100%;
	min-height:100%;
	border:0px solid black;
}



.Copyright
{
	font-size:9px;
	font-weight:bold;
	color:white;	
}


.ChartInfo
{
	font-size:12px;
	font-weight:bold;
	color:white;	
	padding-left:10px;
	padding-right:10px;
}


.radio
{
	height:18px;
	vertical-align:top;
}


.RadioText
{
	font-size: 16px;
	font-family: Tahoma;
	color: black;
	padding-left:5px;
	padding-right:10px;	
	vertical-align:middle;
}


.CheckBoxText
{
	font-size: 16px;
	font-family: Tahoma;
	color: black;
	padding-left:5px;
	padding-right:10px;	
}

.BoldText
{
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma;
	color: #000;
}

/* On the main screen */
.LargeCenterHeader
{
	font-size: 24px;
	font-weight: bold;
	font-family: Tahoma;
	color: #007B81;
}


/* the top left side headers */
.HeaderText
{
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma;
	color: #007B81;
}



.ColumnLabel
{
	padding-right:20px;
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma;
	color: #000;
	width:200px;
}

.FieldRow
{
	height:30px;
}


/* In the centre for Numbered Sub Sections */
.SubHeader,
.SubHeaderGreen,
.SubHeaderRed
{
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma;
	color: #000;
}

.SubHeaderGreen	{	color: #007B81;	}
.SubHeaderRed	{	color: #E76041;	}


.Summary
{
	width: 100%;
	height: 100%;	
	border: 1px solid green;
}

.Text
{
	font-size: 16px;
	font-family: Tahoma;
}

/*===========================================================================
 * 
 * Page Spefic Classes
 * 
 ===========================================================================*/

.AdverseEventDefinition
{
	color: black;
	font-style:normal;
	font-size: 16px;
}

