.application_border
{
	border-color:#325085;
	border-width:1px;
	border-style:solid;
	width:900px;
	height:auto;
}
.panelbar_border
{
	border-color:#325085;
	border-width:1px;
	border-style:solid;
	width:120px;
	height:auto;
}
BODY
{
	font-family:Arial;
	
}

SPAN /* Login page, labels */
{
	color:White;
	font-family:Arial;
	font-weight:bold;
	font-size:13px;
}

/* Procedure View */
.procedureview_select_border
{
	width:950px;
	height:26px;
	border-color:#325085;
	border-width:1px;
	border-style:solid;
}

.procedureview_thumbnails_border
{	
	width:950px;
	height:auto;
	border-color:#325085;
	border-width:1px;
	border-style:solid;
}

.frameworkview_thumbnails_border
{	
	width:460px;
	height:auto;
	border-color:#325085;
	border-width:1px;
	border-style:solid;
}

/* Master Detail grid */
.grid_filter_label
{
	background-color:#06294A;
	font-family:Arial;
	font-size:16px;
	color:#FFFFFF;
	border-style:none;
}
.grid_filter
{
	background-color:#003562;
	font-family:Arial;
	font-size:14px;
	color:#FFFFFF;
	width:70px;
	border-style:solid;
	border-width:1px;
	border-color:#325085;
}

.filter_button
{
	width:25px;
	height:25px;
}

SELECT
{
	background-color:#003562;
	font-family:Arial;
	font-size:14px;
	color:#FFFFFF;
	border-color:#325085;
}

TD.selectedTab 
{ 
	BORDER-RIGHT: dimgray 1pt solid; 
	PADDING-RIGHT: 3px; 
	BORDER-TOP: black 1pt solid; 
	PADDING-LEFT: 3px; 
	FONT-WEIGHT: bold; 
	PADDING-BOTTOM: 3px; 
	BORDER-LEFT: black 1pt solid; 
	CURSOR: default; 
	COLOR: white; 
	PADDING-TOP: 3px; 
	BACKGROUND-COLOR: rgb(16,69,90) 
}
TD.tab 
{ 
	BORDER-RIGHT: silver 1pt solid; 
	PADDING-RIGHT: 3px; 
	BORDER-TOP: silver 1pt solid; 
	PADDING-LEFT: 3px; 
	FONT-WEIGHT: bold; 
	PADDING-BOTTOM: 3px; 
	BORDER-LEFT: silver 1pt solid; 
	CURSOR: hand; 
	COLOR: silver; 
	PADDING-TOP: 3px; 
	BORDER-BOTTOM: black 1pt solid; 
	BACKGROUND-COLOR: rgb(16,69,90) 
}
INPUT { FONT-SIZE: 14px; FONT-FAMILY: arial }
BUTTON { FONT-SIZE: 14px; FONT-FAMILY: arial }
LABEL { FONT-SIZE: 14px; FONT-FAMILY: arial }

A:link 
{ 
	COLOR: white; 
	FONT-FAMILY: arial;
	text-decoration:none;
}
A:active 
{ 
	color:#FFD800;
	font-family:Arial;
	text-decoration:none;
}
A:hover 
{
	color:#FFD800;
	font-family:Arial;
	text-decoration:none;
}
A:visited
{
	color:White;
	font-family:Arial;
	text-decoration:none;
}
/* Master Detail grid */

/* Common - InfoBar */
.infobar_border
{
	border-color:#4F6E87;
	border-width:1px;
	border-style:solid;
	width:auto;
	text-align:left;
}
.infobar_yellowline
{
	width:auto;
	height:1px;
	background-color:rgb(255,216,0);
}
.infobar_blueline
{
	width:auto;
	height:2px;
	background-color:rgb(0,53,98);
}
.infobar_lightblueline
{
	width:auto;
	height:1px;
	color:rgb(109,139,165);
	text-align:left;
}
.infobar_blueline2
{
	width:auto;
	height:1px;
	background-color:rgb(8,47,80);
	text-align:left;
}
.infobar_gardientline2
{
	height:21px;
	width:99%;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#174A77', endColorstr='#083152', gradientType='0');
	font-size:14px;
	color:rgb(255,255,255);
	font-family:Arial;
	text-align:left;
}

.infobar_logout
{
	font-size:14px;
	text-align:right;
	width:1px;
}
.infobar_blueline3
{
	width:auto;
	height:1px;
	background-color:rgb(50,82,109);
	text-align:left;
}
.infobar_seperator
{
	width:1px;
	height:14px;
	color:rgb(89,124,153);
	margin-left:7px;
	margin-right:7px;
}
.infobar_param_even
{
	color:rgb(255,255,255);
	font-size:14px;
}
.infobar_param_odd
{
	color:rgb(255,216,0); /* Yellow */
	font-size:14px;
}

.procedureview_select_label
{
	color:#FFFFFF;
	font-family:Arial;
	font-weight:bold;
	text-transform:capitalize;
}

.bottom_medcon
{
	font-size:12px;
	color:#005992;
}

.masterdetails_master_border
{
	width:auto;
	height:226px;
	border-color:#325085;
	border-style:solid;
	border-width:1px;
}
.masterdetails_detail_border
{
	width:auto;
	height:110px;
	border-color:#325085;
	border-style:solid;
	border-width:1px;
}

/* System Check */
.syscheck
{
	border-style:solid;
	border-color:White;
	font-family:Arial;
	font-size:16px;
	color:#FFFFFF;
	border-color:#325085;
	border-collapse:collapse;
	width:800px;
}

.pnl_common
{
	width:800px;
	height:400px;
	border-color:#325085;
	border-style:solid;
	border-width:1px;
	/*Width="600px" Height="400px" BorderColor="#325085" BorderStyle="Solid" BorderWidth="1px"*/
}
