/* Object Template Formatting */
.ot_list {
   border: 1px solid #e0e0e0;
   
}
.ot_list thead, .ot_list thead th, .ot_list thead a {
   padding: 5px;
   background-color: #265485;
   color: white;   
}

.ot_row td {
   padding: 5px;
   font-size: 100%;
   background-color: #ffffff;
   border-bottom: 1px solid #e0e0e0;
   vertical-align: top;
}
.ot_list .actions {
   padding: 5px;
   font-size: 100%;
   background-color: #e0e0e0;
}
.ot_link_list ul, #pager ul {
	position: relative;
	float: left;
	margin: 0;
	padding: 5px;
   font-weight: bold;
	width: 400px;
}
.ot_link_list li, #pager li {
	float: left;
	margin:0;
	padding: 0 8px 0 0;
	list-style: none;
}
.ot_link_list li a, #pager li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #003399;
}
.ot_link_list li a:hover, #pager li a:hover {
	text-decoration: underline;
	color: #FF6600;
}

/* Form */
fieldset  {
	font: 1em "Helvetica Neue", helvetica, arial, sans-serif;
	color: #666;
	background-color: #efefef;
	padding: 10px;
	border: solid 1px #d3d3d3;
	width: 600px;
	}

fieldset.ot_list  {
	width: 840px;
	}
fieldset.login  {
	width: 400px;
	}
	
legend  {
	color: #ffffff;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 100%;
	background-color: #265485;
	padding: 2px 6px;
	margin-bottom: 8px;
	}

label   {
	font-weight: bold;
	font-size: 100%;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: relative;
	top: 8px;
	display: block;
	float: left;
	width: 100px;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
	
.ot_readonly_label   {
	font-weight: bold;
	font-size: 120%;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 100px;
	}

input, select, .ot_readonly_field {
	color: #000000;
	padding: 2px;
	margin: 5px 5px 5px 0px;
	}

.existing_file {
	margin: 0px 0px 10px 110px;
	}
