﻿/*================================================
SHEDD ListView

Site:   The Shedd Institute 
        www.theshedd.org

Author:     Jim Ralph
Created:    4/3/2011
Edited:     
Usage:      Used for all list views.
===================================================*/

/* --- RadListView    --- */

.labelLarge{
    position: absolute;
    top: 124px;
    left: 4px;
    font-size: 10pt;
    font-weight: normal;
    width: 140px;
    color: Black;
}
.labelSmall {
	position: absolute;
	top: 60px;
	left: 50px;
	font-size: 8pt;
	margin-right: 8px;
}

legend{
    padding: 0.2em 0.5em;
    border: 1px hidden #f0e5b6;
    color: #2a6ca3;
    font-size: 120%;
    text-align: right;
}
fieldset{
    border: solid 0px #f0e5b6 !important;
    height: 100%;
    width: 672px;
}
.rdpWrap+.rdpWrap+.rdpWrap+.rdpWrap+.rdpWrap{
    width:140px;
}
.rdpWrap+.rdpWrap+.rdpWrap+.rdpWrap+.rdpWrap+.rdpWrap{
    width:auto;
}
div.CropListViewImage {
    height: 120px;
    width: 150px;
    overflow: hidden;
    background: white;
}
div.CropListViewImage img{
    margin:  0 0 0 0;
    border: none;
	background: white;
}
div.eDocListViewImage {
    height: 200px;
    width: 154px;
    vertical-align: middle;
    background: white;
}
div.eDocListViewImage img {
	margin: 0 0 0 0;
	border: none;
	background: white;
}
div.CropListViewImage2 {
    height: 120px;
    width: 150px;
    overflow: hidden;
    background: white;
}

    div.CropListViewImage2 img {
        margin: 0 0 0 0;
        border: none;
        background: white;
    }

div.eDocListViewImage2 {
    height: 200px;
    width: 154px;
    vertical-align: middle;
    background: white;
}

    div.eDocListViewImage2 img {
        margin: 0 0 0 0;
        border: none;
        background: white;
    }
.itemStyle {
    float: left;
    color: #2a6ca3;
    height: 160px;
    width: 154px;
    margin-left: 10px;
    position: relative;
}
.itemStyle_eDoc {
	float: left;
	color: #2a6ca3;
	height: 240px;
	width: 156px;
	margin-left: 10px;
	position: relative;
	vertical-align: middle;
    text-align: center;
}
.labeleDoc {
	position: relative;
	top: 0px;
	left: 10px;
	font-size: 9pt;
	margin-right: 9px;
}



.itemStyle3eDoc {
	float: left;
	color: #2a6ca3;
	height: 240px;
	width: 156px;
	margin-left: 10px;
	position: relative;
	vertical-align: middle;
}