#Studi_MainTable
{
	width: 100%;
}

#Studi_MainTable td
{
	vertical-align: top;
}

#StudiLeftPane
{
/*	float: left;*/
	width: 95px;
}

#StudiRightPane
{
/*	float: right;*/
	width: 20%;
}

#StudiCenterPane
{
/*	width: 100%;
	margin-left: 93px;
	margin-right: 21%;
*/
}

span.UTC_Studi_Title, div.UTC_Studi_Title, td.UTC_Studi_Title
{
	font-weight: bold;
}

div.UTC_Studi_Title
{
	text-align: center;
}

td.UTC_Studi_Title
{
	vertical-align: middle;
}

div.UTC_Studi_Panel
{
	margin-bottom: 1em;
}

div.UTC_Studi_Panel td
{
	font-size: 1em;
}

.UTC_Studi_Pager a:link
{
	color: blue;
}

.UTC_Studi_Pager a:visited
{
	color: blue;
}

.UTC_Studi_Pager a:hover
{
	color: blue;
}

.UTC_Studi_Pager a:active
{
	color: blue;
}

.Studi_View
{
	padding-left: 2.5%;
	padding-right: 2.5%;
}

div.Studi_View h5
{
	font-size: large;
	font-weight: bold;
	color: Maroon;
}

.Studi_Abstract
{
}

.Studi_Description
{
}

.Studi_Details
{
	font-size: x-small;
}

.Studi_Aligned1
{
	position:absolute;
	left: 150px;
}

.Studi_Model1
{
	text-align: justify;
}


.Studi_Model1 p
{
	margin: 0px;
}

.Studi_Model1 ol li
{
	list-style-type: upper-alpha;
}

.Studi_Model1 ol li:first-line
{
	font-weight: bold;
}

.Studi_Model1 ul li
{
	list-style-type: square;
}

.Studi_Model1 ul li:first-line
{
	font-weight: bold;
}
/*
fieldset
{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border: 1px dotted #61B5CF;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 10px;
}

legend
{
	font-weight: bold;
	font-size: 0.8em;
	color: #00008B;
	background-color: #FFFFFF;
}
*/
fieldset p
{
	clear: both;
	margin-top: 1em;
}

fieldset.UTC_Studi_Edit p label, span.DescriptionFieldLabel, span.AbstractFieldLabel
{
	float: left;
	width: 130px;
	font-weight: bold;
	text-align: right;
	margin-right: 1em;
}

fieldset.UTC_Studi_Edit p input, fieldset.UTC_Studi_Edit p textarea
{
	width: 600px;
}



