﻿/* Used by the TextBox skin */
.TextBox
{
	font-family: arial, sans-serif;
	color: #000;
	font-size: 10pt;
	border: solid 1px black;
	padding-left: 2px;
}

/* Used by the Button skin */
.Button
{
	font-size: 8pt;
	font-family: Arial;
	background-color: #606e7f;
	color: #fff;
	border: solid 1px white;
	cursor: pointer;
	height: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.PreviewSkin
{
	 background: url(Images/Icons/magglasspreview1.png);
	 background-repeat: no-repeat;
	 display:block;
	 height:37px;
	 width:50px;
}

.PhotoBar
{
	background: url(Images/Icons/longback_clinicaltrials2.jpg);
	background-repeat: no-repeat;
	display:block;
	height:200px;
	vertical-align:top;
    text-align:left;	

}
.StudyHyperLink
{
	font-size: 10pt;
	color: #006;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
}

