.recordcontext
{
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Hide expand / contract buttons */
.recordcontext .AspNet-TreeView-Collapse, .recordcontext .AspNet-TreeView-Expand
{
	display: none;
}

.recordcontext .AspNet-TreeView ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.recordcontext .AspNet-TreeView li
{
	background-image: url( 'images/page.png' );
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-top: 3px;
}

.recordcontext .AspNet-TreeView a {
	    text-decoration: none;
    margin: 5px;
    display: inline-block;
}


/*------------------------------ RECORD ------------------------------*/

.PagerBarControl
{
    margin-top: 0.3em;
    margin-bottom: 0.2em;
    clear: both;
	background-color: #fff !important;
}

.recordcontainer
{

}

.summary
{
    width: 100%;
}

.summary .tablevalue
{
    width: 80%;
}


.recordcontent
{
    float: left;
    width: 100%;


}


td.tabletitle
{
	background-color: #bfddef;
	color: #333;
	vertical-align: top;
    padding: 15px;
}

td.tablevalue
{
	background-color: #f4f4f4;
    padding: 15px;
}

.AspNet-TreeView {}

span.HIT
{
	background-color: #f4ebeb;
}

/* ---- LINKED DATA ---- */

.LinkedData
{
    margin-left: 0;
    padding-left: 0;
    float: right;
    width: 120px;
    clear: right;
}

.LinkedDataProvider>span
{
    display:block;
    font-size: 120%;
    padding: 0.25em;
    background-color: Black;
    color: White;
    font-weight: bold;
}

.LinkedData ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.LinkedGroup>span
{
    display:block;
    list-style: none;
    background-color: #1E2D5A;
    color: #FFFFFF;
    padding: 0.5em;
    padding-left: 0.5em;
    margin-top: 0;
    margin-bottom: 0;
}

.LinkedItem
{
    list-style: none;
    background-color: #bfddef;
    color: Black;
    padding: 0.25em;
    padding-left: 0.5em;
}

.LinkedItemPopup
{
    width: 500px;
    border: solid 1px black;
}


.myitems-add-button
{
    padding: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    float: right;
    border: solid 1px black;
    background-color: #1E2D5A;
    color: white;
	display: none;
}

.myitems-add-button a
{
    color: White;
}


/*.PagerBarControl li a, .PagerBarControl li a:visited, .PagerBarControl li a:hover {
	color: #fff!important;
	    background: #1E2D5A;
    padding: 7px 14px;
    border-radius: 20px;
}*/

li.Current {
	position: relative;
	top: 7px;
}

li.Next > span, li.Last > span, li.Previous > span, li.First > span  {
	display: none;
}

.PageSizes {
	position: relative;
	/*top: 3px;*/
	height: 40px;
	border-radius: 3px;
	border-color: #d0d0d0;
}

.recordContent .tabletitle {
	/*font-weight: 500;*/
	background-color: #f4f4f4;
	padding: 14px;
	font-family: "GillSansNova-SemiBold"
}

.recordContent .tablevalue {
	background-color: #f8f8f8;
}

table.summary tbody tr td p a img {
	border:none;
}



.PagerBarControl ul {
    background-color: transparent;
    clear: both;
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    min-height: 1.5em;
    padding: 16px 0;
    vertical-align: middle;
    width: 100%;
}

.PagerBarControl li {
    background-color: transparent;
    display: inline-block;
    float: left;
    margin-left: 0;
    padding: 0 3px;
    vertical-align: middle;
    white-space: nowrap;
}

.PagerBarControl li.Next, .PagerBarControl li.Last, .PagerBarControl li.First, .PagerBarControl li.Previous {
    /*font-weight: bold;*/
    padding: 0;
}

.PagerBarControl li.Next a, .PagerBarControl li.Last a, .PagerBarControl li.First a, .PagerBarControl li.Previous a {
    /*font-weight: bold;*/
    background: #8a2a2b;
	color: #fff !important;
	border-color: #8a2a2b;
}

.PagerBarControl li.Next a:hover, .PagerBarControl li.Last a:hover, .PagerBarControl li.First a:hover, .PagerBarControl li.Previous a:hover {
    /*font-weight: bold;*/
    background: #5D1C1C;
	border-color: #5D1C1C;
}

.PagerBarControl li.Next, .PagerBarControl li.Last, .PagerBarControl li.PageSizes {
    float: right;
    margin-left: 5px;
}

.PagerBarControl li.First, .PagerBarControl li.Previous {
    float: left;
    margin-right: 5px;
}

.PagerBarControl li a, .PagerBarControl li a:visited {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    color: #8a2a2b !important;
    padding: 10px 14px;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none !important;
	border: 1px solid #8a2a2b;
}

.PagerBarControl li.Next a,
.PagerBarControl li.Previous a,
.PagerBarControl li.First a,
.PagerBarControl li.Last a {
  background-color: #8a2a2b !important;
  color: #fff !important;
}

.PagerBarControl li a:hover {
	background-color: #8a2a2b;
	color: #fff !important;
}

.PagerBarControl li.Current {
	vertical-align: middle;
	/*height: 40px;*/
}
