
#body_content .dashboard {
	/*padding: 15px 15px 15px 10px !important;*/
}

#body_content > h1 {
    display:none;
}
.page-coredata #body_content h1 {
    display: block;
}
img.cds-header {
    margin-top:-3px;
    padding-bottom: 10px;
}

.module .widgets .owner .img,
.managers .person .img,
.module .widget,
.module h3,
.box_shadow {
	-o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}


sup {
    line-height:80px;
}
.phase2 sup, .phase3 sup {
    display:none;
}

.module .widget:hover{
	-o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	border: 1px solid black;
}


.radius_10 {
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius: 10px;
}

.overview,
.overview * {
	/*font-family: Cabin, Ubuntu, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
}
.overview ul {
    padding: 7px 0 5px;
}
div#tutorial-modal-content .cdContent {
    height: 298px !important;
}
ul#core-data-tour {
    margin: 0px;
    height: 240px;
}
ul#core-data-tour li.panel {
    position: absolute;
    top: 0px;
    margin: 0px;
    width: 100%;
    list-style: none;
}
ul#core-data-tour li.panel {
    display: none;
}
ul#core-data-tour li.panel:first-child {
    display: block;
}
ul#core-data-tour li .tour-overview{
    width: 420px;
    float: left;
    margin-left:15px;
}
ul#core-data-tour li .tour-overview ul {
    list-style:disc;
    margin-bottom: 3px;
}
ul#core-data-tour li .tour-overview ul li {
    list-style: disc;   
}
ul#core-data-tour li .tour-copy {
    width: 255px;
    float: right;
    margin: 0px 20px;
}
ul#core-data-tour li .tour-copy p {
    font-size: 16px;
    margin-left: 45px;
}
ul#core-data-tour li .tour-copy .right-arrow {
    display: inline-block;
    float: left;
    background: url(/visuals/shared/cds/tour-right-arrow.png) no-repeat;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    position:relative;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 11px;
    margin-left: 10px;
    zoom: 1;
    *display: inline;
}
ul#core-data-tour li .tour-copy h2,
ul#core-data-tour li .tour-overview h2 {
    background: transparent;
    font-weight: bold;
}
ul#core-data-tour li .tour-overview h2 {
    width: 330px;
    margin-left: 0px;
    margin-right: 0px;
}
ul#core-data-tour li img {
    margin-left: 10px;
    float: left;
}
ul#core-data-tour li .tour-copy h2 span {
    display: inline-block;
    background: url(/visuals/shared/cds/dashboard-nav-sprite-32.png) no-repeat;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 10px;
    zoom: 1;
    *display: inline;
}
ul#core-data-tour li.tour-delegate .tour-copy h2 span {
    background-position: -64px 0;
}
ul#core-data-tour li.tour-survey .tour-copy h2 span {
    background-position: -32px 0;
}
ul#core-data-tour li.tour-data .tour-copy h2 span {
    background-position: -96px 0;
}
ul#core-data-tour li.tour-reports .tour-copy h2 span {
    background-position: -160px 0;
}
.tour-arrow {
    height: 32px;
    display: block;
    margin-bottom: 8px;
}
.tour-arrow.shim-1 {
    position: relative;
    left: -60px;
}
li.tour-delegate .tour-arrow {
    background: url(/visuals/shared/cds/tour-arrow.png) no-repeat;
    margin-left: 218px;
}
li.tour-survey .tour-arrow {
    background: url(/visuals/shared/cds/tour-arrow.png) no-repeat;
    margin-left: 340px;
}
li.tour-reports .tour-arrow {
    background: url(/visuals/shared/cds/tour-arrow.png) no-repeat;
    margin-left: 590px;
}
li.tour-data .tour-arrow {
    background: url(/visuals/shared/cds/tour-arrow.png) no-repeat;
    margin-left: 470px;
}
a#tour-forward, a#tour-back {
    display: inline-block;
    height: 26px;
    width: 90px;
    background: url(/visuals/shared/cds/tour-nav-previous-next.png) no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    vertical-align: top;
    margin-top: 13px;
    zoom: 1;
    *display: inline;
}
a#tour-forward {
    background-position: 0 -52px;
}
a#tour-forward:hover{
    background-position: 0 -78px;
}
a#tour-back {
    margin-right: 10px;
}
a#tour-back:hover {
    background-position: 0 -26px;
}
#core-data-tour-nav {
    display: inline-block;
    margin: 10px 125px 10px;
    zoom: 1;
    *display: inline;
}
#core-data-tour-nav li {
    list-style: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
#core-data-tour-nav li a {
    
    display: inline-block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    margin-right: 5px;
    text-align: left;
    background: url('/visuals/shared/cds/tour-steps-sprite.png') no-repeat;
    float: left;
    zoom: 1;
    *display: inline;
}
#core-data-tour-nav li a.tour-nav-1 {
    background-position: 0 0;
}
#core-data-tour-nav li a.activeSlide.tour-nav-1 {
    background-position: 0 -64px;
}
#core-data-tour-nav li a.tour-nav-1:hover {
    background-position: 0 -32px;
}
#core-data-tour-nav li a.tour-nav-2 {
    background-position: -32px 0;
}
#core-data-tour-nav li a.activeSlide.tour-nav-2 {
    background-position: -32px -64px;
}
#core-data-tour-nav li a.tour-nav-2:hover {
    background-position: -32px -32px;
}
#core-data-tour-nav li a.tour-nav-3 {
    background-position: -64px 0;
}
#core-data-tour-nav li a.activeSlide.tour-nav-3 {
    background-position: -64px -64px;
}
#core-data-tour-nav li a.tour-nav-3:hover {
    background-position: -64px -32px;
}
#core-data-tour-nav li a.tour-nav-4 {
    background-position: -96px 0;
}
#core-data-tour-nav li a.activeSlide.tour-nav-4 {
    background-position: -96px -64px;
}
#core-data-tour-nav li a.tour-nav-4:hover {
    background-position: -96px -32px;
}
#core-data-tour-nav li a.tour-nav-5 {
    background-position: -128px 0;
}
#core-data-tour-nav li a.activeSlide.tour-nav-5 {
    background-position: -128px -64px;
}
#core-data-tour-nav li a.tour-nav-5:hover {
    background-position: -128px -32px;
}
div#roles-message {
    display: inline-block;
    vertical-align: top;
    margin: 25px 0px 0px 0px;
    width: 410px;
    padding: 0 25px;
    zoom: 1;
    *display: inline;
}
.managers {
	display: inline-block !important;
    background-color: whitesmoke;
    border: 1px solid gray;
    height: auto;
    margin: 0 13px 0 10px;
    width: 225px;
    padding: 0px 0px 10px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    zoom: 1;
    *display: inline;
}
.managers h2{
	background-color: #E6E6E9;
    color: #333 !important;
    background-image: none;
    border: medium none !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 15px !important;
    font-weight: normal;
    letter-spacing: 0;
    padding: 8px 0px;
    text-align: center;
    border: 0px;
    width: 100%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
}
.managers .person {
	display: inline-block;
	width: 44%;
    text-align: center;
    margin-top: 10px;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
.managers .person.rep {
	margin-left: 11px;
}

.managers .person.alt {
	margin-right: 10px;
}


.module .widgets .owner .img,
.managers .person .img,
.reviewers .person .img {
	border: 1px solid white;
}


.managers .person .name,
.managers .person .reassign,
.reviewers .person .name,
.reviewers .person .reassign {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
}
.owner.widget div.reassign {
    float: right;
    width: 83px;
}
.core-data-user-assign a{
    color: white !important;
}

.managers .person .name a{
	color: black !important;
}

.widgets .subtitle,
.managers .person .ctitle,
.managers .person .subtitle {
	color: #333;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
}

.reviewers {
    border: 1px solid gray;
    margin-bottom: 15px;
    background-color: whiteSmoke;
    xmax-height: 345px;
    overflow: hidden;
}
.reviewers h2 {
    margin-top: 0px;
    margin-bottom: 5px;
}
.reviewers #reviewer_box {
    overflow-y: auto;
    max-height: 350px;
    padding: 8px;
}
.reviewers .person {
    display: inline-block;
    width: 95px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    padding-top: 7px;
    zoom: 1;
    *display: inline;
}
.reviewers .person .name {
    xcolor: #990000;
}
.reviewers .person .photo-thumb {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    padding: 2px;
    background-color: #666;
    border: 4px solid #DEDEDE;
    width: 50px;
    height: 65px;
}
.reviewers .person span {
    color: #999;
}
.reviewers .add-reviewer a {
    display: block;
    font-size: 86px;
    text-align: center;
    width:100%;
    height: 100%;
    color: #FFF !important;
    text-decoration: none;
    background: url('/visuals/shared/cds/empty_person.png');
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    filter: dropshadow(color=#000000, offx=0, offy=0);
}

.reviewers .add-reviewer .photo-thumb:hover {
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
.reviewers .add-reviewer .photo-thumb:active {
    -webkit-box-shadow: 1px 1px 1px #c2d43b;
    -moz-box-shadow: 1px 1px 1px #c2d43b;
    box-shadow: 1px 1px 1px #c2d43b;
}
.reviewers .add-reviewer a:active {
    background: #6ba8e5; /* old browsers */
    background: -moz-linear-gradient(top, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#6ba8e5), color-stop(83%,#a2daf5), color-stop(100%,#bdf3fd)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ba8e5', endColorstr='#bdf3fd',GradientType=0 ); /* ie */

    background: -o-linear-gradient(top, #6ba8e5 51%,#a2daf5 83%,#bdf3fd 100%); /* opera */
    
}

#content h3, #content h2 {
	clear: both;
}
#main-content-area .content #list-of-exports ul {
  padding-left: 0px;
}
.overview.general {
    margin-top: -10px;    
}
.dashboard.eligible .overview.general {
    min-height: 200px;
}

div#content h2 {
/*    width: 300px;
    border:1px solid #333 !important;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    
    background: #333 !important;
    color: white !important;
    padding: 10px 0px;
    margin-bottom: 10px;
    letter-spacing: -1px;
    font-size: 19px;
    font-family: Ubuntu, Arial Black, Arial,helvetica,sans-serif !important;
    font-weight: bold;
    text-align: center;
    */
    font-size: 20px !important;
    margin-bottom: 0px !important;
    border-bottom: 4px solid #999 !important;
    padding: 5px;
    margin-top: 0px !important;
    font-family: Arial Narrow, Arial, sans-serif; font-stretch: condensed;
}
.peergroup-edit h2 span {
    float: right;
    color: #666;
    font-size: 16px !important;
    margin-right: 10px;
}

.widget a, .core-data-user-assign a {
    text-decoration:none !important;
}

.module h3 {
	border: 1px solid black;
	margin-top: 13px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 15px;
	background-color: gray;
	color: white !important;
	letter-spacing: -1px;
	font-size: 19px;
	font-family: Ubuntu, Arial Black, Arial,helvetica,sans-serif !important;
	font-weight: bold;
	font-style: normal;
	text-shadow: 2px 2px 2px black;
	background: url("/visuals/shared/cds/bg_header_ns.png") no-repeat scroll 530px top #999999;
}

div.overview ul li {
    margin: 0 3px 5px 0;
}

.module.inprogress h3 {
	background: url("/visuals/shared/cds/bg_header_ip.png") no-repeat scroll 530px top #999999;
}

.module.completed h3 .indicator,
.module.inprogress h3 .indicator {
	opacity: .9;
}


.module.completed h3 {
	background: url("/visuals/shared/cds/bg_header_comp.png") no-repeat scroll 530px top #999999;
}
.module  h3 .indicator {
	float: right;
	display: inline-block;
	padding-top:-1px;
	padding-right: 0px;
    padding-right: 5px;
	-moz-opacity: .6;
	-webkit-opacity: .6;
	opacity: .6;
	text-transform: uppercase;
    zoom: 1;
    *display: inline;
}

.module.completed  h3 .indicator {
	/*
	float: right;
	display: inline-block;
	font-size: 55px;
	line-height: 19px;
	padding-top:4px;
	opacity: .9;
	*/
}

.module h3 .meta {
	display: block;
	font-size: 10px;
	color: silver;
	letter-spacing: 1px;
	font-family: Arial,helvetica,sans-serif !important;
	text-shadow: none;
}

.module h3 .meta.right {
	float: right;
}


.module .mwrap {
    xbackground: url("/sites/all/themes/educause/images/section_hp/resources_feature_bg.jpg") no-repeat scroll left top transparent;
    border-bottom: medium none !important;
    padding: 12px;
}



.anonymous .module .actions {
	margin-top: 5px;
	/*clear: both;*/
}
.module .actions ul li, .open_module {
	margin: 0 3px 5px 0 !important;
	font-size: 17px;
	letter-spacing: -1px;
	font-weight: bold;
}
.open_module a,
.module .actions ul li a {
	text-decoration: none;
	color: black !important;
}

.misc {
	display: none;
}

.module .widgets {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 195px;
	/*
	-webkit-transition: -webkit-transform .2s ease-in-out, -webkit-box-shadow .6s ease-in;
	-webkit-transform:scale(.95);
	*/
}
/*
.module .widgets:hover{
	-webkit-transform:scale(1);
} */

.module .widget {
	float: left;
	width: 30%;
	height: 200px;
	border: 1px solid gray;
	/*margin-left: 3%;*/
	background-color: whitesmoke;
	background: url("/sites/all/themes/educause/images/section_hp/resources_feature_bg.jpg") no-repeat scroll 1px 27px white;

}

.module .widget + .widget{
	margin-left: 20px;
}

.module .widget.participation {
	width: 66%;
}

.module .widget.participation .chart {
	float: left;
	background-image: url("http://chart.apis.google.com/chart?chf=bg,s,FCFCFC00&chs=290x150&cht=gm&chco=76767A,224499,000000&chd=t:20|40|0&chdlp=b&chl=Overall|Peers|You");
	background-repeat: no-repeat;
	background-position: 5px 10px;
	width: 245px;
	height: 172px;
	margin-right: 8px;
}

.module.OPT5 .widget.participation .chart {
	background-image: url("http://chart.apis.google.com/chart?chf=bg,s,FCFCFC00&chs=290x150&cht=gm&chco=000000&chd=t:0&chdlp=b");	background-position: -20px 10px;
	background-position: -10px -20px;
}

.module.OPT4 .widget.participation .chart {
	background-image: url("http://chart.apis.google.com/chart?chf=bg,s,FCFCFC00&chs=290x150&cht=gm&chco=76767A,224499,000000&chd=t:20|40|100&chdlp=b&chl=Overall|Peers|");
	background-position: -25px 10px;
}

.module.OPT3 .widget.participation .chart {
	background-image: url("http://chart.apis.google.com/chart?chf=bg,s,FCFCFC00&chs=290x150&cht=gm&chco=76767A,224499,000000&chd=t:45|63|23&chdlp=b&chl=Overall|Peers|You");
	background-position: -20px 10px;
}
.module .widget.participation a {
	color: black !important;
	text-decoration: none !important;
}

.module .widget.participation .chart img{
	display: none;
}

.module .widget.participation ul{
	margin-top: 15px;
	margin-right: 16px;
}

.module .widget.participation ul li{
	margin: 0px 3px 4px 0px;
	list-style: none;
	font-size: 12px;
	color: gray;
	text-align: center;
}
.module .widget.participation ul li.you{
	margin: 6px 0px;
	font-weight: bold;
	list-style: none;
	font-size: 33px;
	letter-spacing: -3px;
	text-align: center;
	text-shadow: 1px 1px 1px silver;
	color: black !important;
	font-family: Arial, Helvetica, sans-serif;
}

.module .widget.participation ul li.report{
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	list-style: none;
	font-size: 13px;
	letter-spacing: -1px;
	text-align: center;
}

.module .widget h4 {
	background-color: gray;
	border-bottom: 1px solid #474747;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-style: normal;
	color: white;
	padding: 4px;
	font-family: Cabin, Ubuntu, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px black;
}


.module .widget:hover h4 {
	background-color: #333333;
}


.module .widgets .respondents .chart {
	position: relative;
	xtop: -8px;
	height: 135px;
	text-align: center;
}

.module .widgets .respondents .subtitle{
	margin-top: 7px;
}
.module .widgets .respondents .subtitle .respondent-details{
	display: inline-block;
	color: #990000;
	text-decoration: underline;
    zoom: 1;
    *display: inline;
}
.module .widgets .owner .person {
	padding: 10px;
	height: 118px;
	margin-left: 8px;
	margin-top: 10px;
}

.module .widgets .owner .person .name {
	margin-top: 5px;
	font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.module .widgets .owner .person .title {
	margin-top: 5px;
	font-size: 12px;
	line-height: 11px;
	color: gray;
	/*max-height: 25px;*/
	max-height: 34px;
	overflow: hidden;
}

.module .widgets .owner .complete a,
.module .widgets .owner .reassign a {
	/*margin-top: 20px;*/
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 10px;
	color: gray !important;
	display: block;
	font-family: 'Cabin', arial, helvetica, sans-serif;
}
.module .widgets .owner .reassign a {
    color: #900 !important;   
}
.owner .subtitle {
    text-align:center;
}

.photo-thumb {
	margin: 0 auto;
	max-width: 78px;
	height: 100px;
	width: 75px;
	overflow: hidden;
	background-position:center center;
	background-repeat:no-repeat;
}

.managers .person .img {
	margin-left: 10px;
	margin-bottom: 4px;
}

.module .widgets .status {

	/*background: url("/visuals/shared/misc/cannotuse/Percentage.png") no-repeat scroll 0px 25px whitesmoke;
	-moz-background-size: 98%;
	background-size: 98%;*/
}

.module .widgets .status .percentage {
	margin-top: 5px;
	font-family: 'Ubuntu', Arial Black,Arial,Helvetica;
	font-weight: bold;
	font-size: 80px;
	line-height: 100px;
	letter-spacing: -8px;
	text-align: center;
	text-shadow: 4px 4px 5px black;
	/*margin-left: 8px;
	height: 118px;*/
}
.module.notstarted .widgets .status .percentage {
	color: gray;
}

.module.inprogress .widgets .status .percentage {
	color: #59738D;
}

.module.completed .widgets .status .percentage {
    background: url("/visuals/shared/cds/bg_completed.png") no-repeat scroll 40px 10px transparent;
    color: #598D8D;
    font-size: 125px;
    height: 106px;
    padding-top: 17px;
}

.module .widgets .status .subtitle {
	margin-top: 8px;
	text-shadow: 1px 1px 1px white;
	color: black;
    line-height: 15px;
}
.module.completed .widgets .status .subtitle {
	margin-top: 2px;
}

.module .widgets .status .percentage sup  {
	position: relative;
	top: 18px;
	color: silver;
	display: inline-block;
	margin-left: -23px;
    width: 60px;
	text-shadow: 2px 2px 2px gray;
	font-family: Lucida Handwriting, Century Gothic, Arial Narrow, Arial,Helvetica;
    zoom: 1;
    *display: inline;
}


.module .widgets .status .longtext {
	text-align: center;
	letter-spacing: 1px;
	color: gray;
}

.widget .actions {
	clear: both;
	margin-top: 15px;

}

.module .respondents,
.module .owner,
.module .status {
}

.phase1 .module {
	background-image: none;
	padding: 0px;
}

.phase1 .module .overview {
	padding: 0px;
}

.phase1 .module:hover .overview {
	padding: 12px;
}

.phase0 .module .mwrap,
.phase1 .module .mwrap,
.phase2 .module .widgets {
 	overflow: hidden;
	height: 0 !important;
	opacity: 0 !important;
	display: block;
	padding: 0px;
}

.phase0 .module h3,
.phase1 .module h3 {
	margin: 10px 0px;
}

.phase0 .module .actions,
.phase1 .module .actions,
.phase2 .module .actions {
	margin: 10px 0px 20px 0px;
}


.overview.general,
.module {
	padding-left: 5px;
	padding-right: 10px;
    /*min-height: 200px;*/
}
.module {
    xbackground-color: whiteSmoke;
}

.stat-loader {
    background-image: url("/sites/all/modules/educause/core_data/img/snake-whitebg.gif");
    height: 32px;
    margin-left: 85px;
    margin-top: 63px;
    width: 32px;
}

/* Anonymous view */
/*.anonymous .module .mwrap*/


.phase3 .dashboard.anonymous .mwrap, .phase3 .dashboard.ineligible .mwrap {
    position: relative;
    min-height: 200px;
}

.phase3 .dashboard.anonymous .mwrap .overview, 
.phase3 .dashboard.ineligible .mwrap .overview{
    margin: 10px 5px 0 230px;
}

.phase3 .dashboard.anonymous .module .widgets, .phase3 .dashboard.ineligible .module .widgets{
    position:absolute;
    top: 5px;
}
.dashboard.anonymous .module .widget,
.dashboard.ineligible .module .widget {
    width: auto;
}
#cdContainer, div.simplemodal-data {
    height: auto !important;
}

.template {
    display:none;
}

.assign-admin .assign-admin-copy, .assign-author .assign-author-copy, .assign-reviewer .assign-author-copy {
    display:block;
    color: #666;
}



/*#cds_glossary p,
#cds_glossary ul,
#cds_glossary ul li,*/
.view-cd-glossary .views-field-description
{
	margin-left: 30px;
	margin-right: 20px;
	text-align: justify;
	margin-top: 4px;
}

.view-cd-glossary .views-field-description strong {
	font-weight: bold;
}


/*#cds_glossary p strong,*/
.view-cd-glossary .views-field-name
{
	color: #666666;
 	display: block;
 	font-size: 16px;
 	line-height: 15px;
 	letter-spacing: -1px;
 	padding-left: 2px;
	/*margin-left: -25px;*/
	margin-top: 22px;
	border-bottom: 1px solid silver;
	font-weight: bold;
}

.view-cd-glossary .item-list > ul {
	margin-left: 0;
	list-style: none;
}

.view-cd-glossary .item-list > ul > li {
	margin-left: 0;
	list-style: none;
}
.dashboard-nav-outer {
    display: block;
    position: relative;
    text-align: center;
    z-index: 2;
}
.dashboard-nav-outer img.cds-nav-img {
    display: inline-block;
    position: relative;
    z-index: 4;
    float: left;
    padding-right: 5px;
    margin-right: 7px;
		zoom: 1;
		*display: inline;
}
.dashboard-nav-wrapper {
	display: inline-block;
	xwidth: 581px;
    min-width: 864px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
    padding: 0px 5px 0px 0px;
    zoom: 1;
    *display: inline;
    z-index: 2;
    position: relative;
    height: 50px;
    background: #c1c1c1; /* Old browsers */
    background: -moz-linear-gradient(top, #c1c1c1 0%, #8e8e8e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c1c1), color-stop(100%,#8e8e8e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c1c1c1 0%,#8e8e8e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c1c1c1 0%,#8e8e8e 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #c1c1c1 0%,#8e8e8e 100%); /* IE10+ */
    xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#8e8e8e',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #c1c1c1 0%,#8e8e8e 100%); /* W3C */
    background: #676766;
    xborder-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    zoom: 1;
    *display: inline;
}

.dashboard-nav-wrapper a.dashboard-nav-button {
	display: inline-block;
    text-decoration: none;
	vertical-align: top;
    top: 0px;
    text-align: left;
	height: 35px;
	width: 148px;
	cursor: pointer;
    zoom: 1;
    *display: inline;
    margin: 0px -2px 0px -2px;
    position: relative;
    padding: 12px 1px 7px 2px;
    z-index: 3;
}

.dashboard-nav-wrapper a.dashboard-nav-button:hover {
    background: #c1c1c1; /* Old browsers */
    background: -moz-linear-gradient(top, #c1c1c1 0%, #8e8e8e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c1c1), color-stop(100%,#8e8e8e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c1c1c1 0%,#8e8e8e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c1c1c1 0%,#8e8e8e 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #c1c1c1 0%,#8e8e8e 100%); /* IE10+ */
    xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#8e8e8e',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #c1c1c1 0%,#8e8e8e 100%); /* W3C */


}

.dashboard-nav-wrapper a.dashboard-nav-button.selected {
    top: 8px;
    height: 27px;
    padding-top: 7px;
    background: #900000; /* Old browsers */
    background: 
        url('EDUCAUSE_Swoosh.png') 0px 0px no-repeat,
        -moz-linear-gradient(top, #900000 0%, #ed2d2d 50%, #d62020 53%, #ffd1d1 100%); /* FF3.6+ */
    background: 
        url('EDUCAUSE_Swoosh.png') 0px 0px no-repeat,
        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#900000), color-stop(50%,#ed2d2d), color-stop(53%,#d62020), color-stop(100%,#ffd1d1)); /* Chrome,Safari4+ */
    background: 
        url('EDUCAUSE_Swoosh.png') 0px 0px no-repeat,
        -webkit-linear-gradient(top, #900000 0%,#ed2d2d 50%,#d62020 53%,#ffd1d1 100%); /* Chrome10+,Safari5.1+ */
    background: 
        url('EDUCAUSE_Swoosh.png') 0px 0px no-repeat,
        -o-linear-gradient(top, #900000 0%,#ed2d2d 50%,#d62020 53%,#ffd1d1 100%); /* Opera11.10+ */
    background: 
        url('EDUCAUSE_Swoosh.png') 0px 0px no-repeat,
        -ms-linear-gradient(top, #900000 0%,#ed2d2d 50%,#d62020 53%,#ffd1d1 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#900000', endColorstr='#ffd1d1',GradientType=0 ); /* IE6-9 */
    background: 
        url('EDUCAUSE_Swoosh.png') 0px 0px no-repeat,
        linear-gradient(top, #900000 0%,#ed2d2d 50%,#d62020 53%,#ffd1d1 100%); /* W3C */



    -webkit-box-shadow: -2px -1px 10px rgba(0,0,0,.6),2px -1px 10px rgba(0,0,0,.6);
    -moz-box-shadow: -2px -1px 10px rgba(0,0,0,.6),2px -1px 10px rgba(0,0,0,.6);
    box-shadow: -2px -1px 10px rgba(0,0,0,.6),2px -1px 10px rgba(0,0,0,.6);
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 0px;
    z-index: 10;
}
.dashboard-nav-wrapper .dashboard-nav-divider {
	display: inline-block;
    display: none;
	margin: 10px -3px;
	height: 25px;
	width: 1px;
	vertical-align: top;
    background: rgb(116,121,124); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(116,121,124,1) 0%, rgba(69,85,96,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,121,124,1)), color-stop(100%,rgba(69,85,96,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(116,121,124,1) 0%,rgba(69,85,96,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(116,121,124,1) 0%,rgba(69,85,96,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(116,121,124,1) 0%,rgba(69,85,96,1) 100%); /* IE10+ */
    xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74797c', endColorstr='#455560',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(116,121,124,1) 0%,rgba(69,85,96,1) 100%); /* W3C */
    zoom: 1;
    *display: inline;
}
.dashboard-nav-wrapper a.dashboard-nav-button:hover + div.dashboard-nav-divider {
    background: #b2b5b7; /* Old browsers */
}
.dashboard-nav-wrapper a.dashboard-nav-button.selected + div.dashboard-nav-divider {
    background: rgb(116,121,124); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(116,121,124,1) 0%, rgba(69,85,96,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,121,124,1)), color-stop(100%,rgba(69,85,96,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(116,121,124,1) 0%,rgba(69,85,96,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(116,121,124,1) 0%,rgba(69,85,96,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(116,121,124,1) 0%,rgba(69,85,96,1) 100%); /* IE10+ */
    xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74797c', endColorstr='#455560',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(116,121,124,1) 0%,rgba(69,85,96,1) 100%); /* W3C */
}
.dashboard-nav-wrapper .dashboard-nav-divider:first-child {
    display: none;
}
.dashboard-nav-wrapper a.dashboard-nav-button:first {

}
.dashboard-nav-wrapper a.dashboard-nav-button.last {
}
.dashboard-nav-wrapper a.dashboard-nav-button .dashboard-nav-img {
	background: url('dashboard-nav-sprite-22-wback.png');
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-left: 12px;
    zoom: 1;
    *display: inline;
}
.dashboard-nav-wrapper a.dashboard-nav-button.dashboard-home.selected .dashboard-nav-img,
.dashboard-nav-wrapper a.dashboard-nav-button.dashboard-home:hover .dashboard-nav-img {
    background-position: 0px 0px;
}
.dashboard-nav-wrapper a.dashboard-nav-button.dashboard-home .dashboard-nav-img {
    background-position: 0px -26px;
}
.dashboard-nav-wrapper a.dashboard-nav-button.dashboard-modules.selected .dashboard-nav-img,
.dashboard-nav-wrapper a.dashboard-nav-button.dashboard-modules:hover .dashboard-nav-img{
    background-position: -24px 0px;
}
.dashboard-nav-wrapper a.dashboard-nav-button.dashboard-modules .dashboard-nav-img{
	background-position: -24px -26px;
}
.dashboard-nav-wrapper a.dashboard-nav-button.dashboard-perm.selected .dashboard-nav-img,
.dashboard-nav-wrapper a.dashboard-nav-button.dashboard-perm:hover .dashboard-nav-img {
    background-position: -48px 0px;
}
.dashboard-nav-wrapper a.dashboard-nav-button.dashboard-perm .dashboard-nav-img{
	background-position: -48px -26px;
}
.dashboard-nav-wrapper a.dashboard-nav-button.dashboard-download.selected .dashboard-nav-img,
.dashboard-nav-wrapper a.dashboard-nav-button.dashboard-download:hover .dashboard-nav-img {
	background-position: -72px 0px;
}
.dashboard-nav-wrapper a.dashboard-nav-button.dashboard-download .dashboard-nav-img{
    background-position: -72px -26px;
}
.dashboard-nav-wrapper a.dashboard-nav-button.dashboard-reports.selected .dashboard-nav-img,
.dashboard-nav-wrapper a.dashboard-nav-button.dashboard-reports:hover .dashboard-nav-img {
    background-position: -120px 0px;
}
.dashboard-nav-wrapper a.dashboard-nav-button.dashboard-reports .dashboard-nav-img {
    background-position: -120px -26px;
}


.dashboard-nav-wrapper a.dashboard-nav-button.dashboard-peergroups.selected .dashboard-nav-img,
.dashboard-nav-wrapper a.dashboard-nav-button.dashboard-peergroups:hover .dashboard-nav-img {
	background-position: -48px 0px;
}
.dashboard-nav-wrapper a.dashboard-nav-button.dashboard-peergroups .dashboard-nav-img {
    background-position: -48px -26px;
}

.dashboard-nav-wrapper a.dashboard-nav-button .dashboard-nav-title {
	display: inline-block;
	color: #eee;
    margin-top: 5px;
	font-size: 12px;
    text-decoration: none;
    text-align: center;
    width: 75px;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.dashboard-nav-wrapper a.dashboard-modules .dashboard-nav-title,
.dashboard-nav-wrapper a.dashboard-download .dashboard-nav-title,
.dashboard-nav-wrapper a.dashboard-reports .dashboard-nav-title {
    margin-top: -3px;
}
.dashboard-nav-wrapper a.dashboard-modules.selected .dashboard-nav-title,
.dashboard-nav-wrapper a.dashboard-download.selected .dashboard-nav-title,
.dashboard-nav-wrapper a.dashboard-reports.selected .dashboard-nav-title {
    margin-top: 0px;
}
.dashboard-nav-wrapper a.dashboard-nav-button:hover .dashboard-nav-title {
    color: #fff;
}
.dashboard-nav-wrapper a.dashboard-nav-button.selected .dashboard-nav-title {
    color: white;
    font-weight: bold;
    text-shadow: 0px 0px 5px #333333;
}
.dashboard-nav-wrapper a.dashboard-peergroups .dashboard-nav-title {
    width: 85px;
}
.dashboard-nav-outer .dashboard-nav-transition {
    display: block;
    position:relative;
    top: -1px;
    z-index: 0;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    margin: 0px 10px -1px 10px;
    height: 20px;
background: #ffd1d1; /* Old browsers */
background: -moz-linear-gradient(top, #ffd1d1 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd1d1), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffd1d1 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffd1d1 0%,#ffffff 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffd1d1 0%,#ffffff 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd1d1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #ffd1d1 0%,#ffffff 100%); /* W3C */
    
}
.dashboard-nav-outer .dashboard-nav-shadow {
display: block;
position: absolute;
bottom: 0px;
z-index: 5;
margin: 0px;
height: 7px;
width: 100%;
border-bottom: 1px solid black;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
    
}

.dashboard-content {
    display: block;
    position: relative;
    z-index: 1;
    border-top: 0px solid #FFD1D1;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    position: relative;
    xtop: -25px;
    padding: 1px 10px 10px 10px;
    margin: 0px 10px;
    background: #ffffe8; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffe8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffe8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffe8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffe8 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffe8 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffe8',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#ffffe8 100%); /* W3C */
}
.dashboard-content .dashboard-tab {
    display: none;
    margin-top: 25px;
}
.dashboard-content .dashboard-tab.dashboard-home {
    margin-top: 10px;
}
.dashboard-content .dashboard-tab.selected {
    display: block;
}

.dashboard-sub-tabs-wrap {
    display: block;
    overflow: hidden;
    padding-left: 10px;
    z-index: 10;
    margin-bottom: -3px;
}
.dashboard-sub-tabs {
    position: relative;
    z-index: 1;
    padding: 0;
    line-height: 1;
    margin: 0px !important;
}
.dashboard-sub-tab {
  font-family: helvetica,arial,sans-serif;
font-size: 12px;
line-height: 1em !important;
list-style-image: none;
list-style-type: none;
background-image: none !important;
  
  
  display: inline-block;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px 6px;
    border-top-right-radius: 6px 6px;
    border-bottom-right-radius: 0px 0px;
    border-bottom-left-radius: 0px 0px;
    zoom: 1;
    *display: inline;
}
.dashboard-sub-tab a {
    display: block;
    white-space: nowrap;
    margin: 0 0 0 10px;
    background-color: #E6E6E9;
    border: 3px solid #C6C6C9;
    border-bottom: 0;
    color: #363639 !important;
    padding: 7px 10px;
    background-position: 10% 100%;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-background-clip: padding-box;
    border-top-left-radius: 6px 6px;
    border-top-right-radius: 6px 6px;
    border-bottom-right-radius: 0px 0px;
    border-bottom-left-radius: 0px 0px;
    text-decoration: none;
    
}
.dashboard-sub-tab.selected a {
   padding-bottom: 10px;
    font-weight: bold;
    xbackground: #BBE79C;
    border-color: #B30838;
    border-bottom: 0 solid #B30936;
    xbackground-image: -webkit-gradient(linear,left top,left bottom,from(#E3F2C2),to(#BBE79C));
    xbackground: #ffd1d1; /* Old browsers */
    xbackground: -moz-linear-gradient(top, #ffd1d1 0%, #cc6163 100%); /* FF3.6+ */
    xbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd1d1), color-stop(100%,#cc6163)); /* Chrome,Safari4+ */
    xbackground: -webkit-linear-gradient(top, #ffd1d1 0%,#cc6163 100%); /* Chrome10+,Safari5.1+ */
    xbackground: -o-linear-gradient(top, #ffd1d1 0%,#cc6163 100%); /* Opera11.10+ */
    xbackground: -ms-linear-gradient(top, #ffd1d1 0%,#cc6163 100%); /* IE10+ */
    xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD1D1', endColorstr='#CC6163',GradientType=0 ); /* IE6-9 */
    xbackground: linear-gradient(top, #ffd1d1 0%,#cc6163 100%); /* W3C */
    background: #B30838;
    color: #f3f3f3 !important;
    
}
.subtab-content-wrap {
    display: block;
    position: relative;
    z-index: 1;
}
.subtab-content {
    display: none;    
    position: relative;
    xmin-height: 100px;
    border: 3px solid #BF333C;
    background: #cc6163;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-background-clip: padding-box;
    border-collapse: collapse;
}
.module-widget .subtab-content {
	border: none;
	background: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-background-clip: none;
	border-collapse: none;
	
}
.module-widget .subtab-content .widgets {
	margin: 0px 0px 0px 3px;
}
.subtab-content.selected {
    display: block;
}
.subtab-content .activity-bar {
    padding: 10px;
}
/*div.add-new a {
    color: #900;
    text-decoration: none;
    
}*/
div.add-new a:hover, div.add-new a:visited, div.add-new a:active {
    color: #900 !important;
    background: transparent;
}
div.add-new a span.groupImg {
    background: url('dashboard-button-sprite-28.png');
    vertical-align: middle;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    overflow: hidden;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
div.add-new a span.groupText {
    text-decoration: underline;
}

.tab-table-wrap table {
    width: 100%;
    border-spacing: 0px;

    xmargin-top: 10px;
}
div.peergroup-edit .tab-table-wrap table {
    border-top: 4px solid #CCC;
    padding-top: 4px;    
}
div.peergroup-edit .tab-table-wrap table caption,
form#core-data-export-peergroup-add-remove-form table caption {
    margin-top: 0px !important;
}
.tab-table-wrap thead tr {
    height: 3em;
}
.tab-table-wrap th {
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
    font-weight: bold;
    background-color: #E6E6E9;
}
div.dashboard-sub-content-wrap .tab-table-wrap th:first-child {
    padding-left: 5px !important;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
}
div.dashboard-sub-content-wrap .tab-table-wrap th:last-child {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}
div.dashboard-sub-content-wrap .actions-column {
    width: 125px;
    text-align: center;
}
div.dashboard-sub-content-wrap .tab-table-wrap tbody tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}
div.dashboard-sub-content-wrap .tab-table-wrap tbody tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}
.tab-table-wrap tbody td {
    padding: 10px;
}
.tab-table-wrap tbody td {
    background: white;
    color: #666669;
    border-bottom: 1px solid #ECECEF;
    border-left: 1px solid #ECECEF;
}
.tab-table-wrap tbody tr.even td {
    background: #F5F5F8;
}
/* CSS3 */
.tab-table-wrap tbody tr:nth-child(2n) td {
    background: #F5F5F8;
}
.tab-table-wrap tbody tr:nth-child(2n+1) td {
    background: #FFFFFF;
}
.tab-table-wrap tbody td:first-child {
    border-left: 0px;   
}
.tab-table-wrap tbody tr:hover td,
.tab-table-wrap tbody tr.selected td {
    background: #FFF8B2; /* old browsers */
    background: -moz-linear-gradient(top, #FFF8B2 0%, #FFF48A 100%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF8B2), color-stop(100%,#FFF48A)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF8B2', endColorstr='#FFF48A',GradientType=0 ); /* ie */

    background: -o-linear-gradient(top, #FFF8B2 0%,#FFF48A 100%); /* opera */
}
.tab-table-wrap tbody td .form-item {
    margin: 0px;
}
.tab-table-wrap tbody td.action-icons span{
    color: #666;
    opacity: .5;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}
.tab-table-wrap tbody td.action-icons a {
    display: inline-block;
    margin: 5px 0px;
    zoom: 1;
    *display: inline;
}
.tab-table-wrap tbody td.action-icons a:hover {
    background-color: transparent;
}
.tab-table-wrap tbody td.action-icons a span {
    xdisplay: inline-block;
    xwidth: 16px;
   xheight: 16px;
    xmargin: 0px 3px;
    xoverflow: hidden;
    xbackground: url('dashboard-actions.png');
    xzoom: 1;
    x*display: inline;
}
.tab-table-wrap tbody tr:hover td.action-icons span ,
.tab-table-wrap tbody tr.selected td.action-icons span {
    opacity: 1;   
}
.tab-table-wrap tbody td.action-icons a.peer-edit span {
    
}
.tab-table-wrap tbody tr.selected td.action-icons a.peer-edit span {
    background-position: -48px 0px;
}
.tab-table-wrap tbody td.action-icons a.peer-copy span{
    background-position: -16px 0px;   
}
.tab-table-wrap tbody td.action-icons a.peer-delete span{
    background-position: -32px 0px;
}
.tab-table-wrap.org tbody td.action-icons a.peer-edit span{
    background-position: -64px 0px;
}
.tab-table-wrap tbody td.edit-inline a.edit-hover-img {
    width: 16px;
    height: 16px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    float: right;
    zoom: 1;
    *display: inline;
}
.tab-table-wrap tbody td.edit-inline:hover a.edit-hover-img {
    background: url('dashboard-actions.png');
}
.tab-table-wrap .colright {
    text-align: right;
}
.tab-table-wrap td.peergroup-shared {
    width: 67px;
}
.activity-bar {
    margin-bottom: 10px;
}
.activity-bar-top {
    
    font-size: 20px;
    font-family: Arial Narrow, Arial, sans-serif; font-stretch: condensed;
    text-align: center;
    color: #333;
    font-weight: bold;
}
div.export-copy {
    margin: 15px 20px 30px 20px;
}
div#export-copy p {
    font-size: 14px;
    font-family: "Arial", helvetica, sans-serif;
    color: #333;
}
div#export-copy p strong{
    color: #333;
}
.black-button {
    display: inline-block;
    padding: 10px 15px;
    color: white !important;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #666666;
    background: #4c4c4c; /* Old browsers */
    background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
    zoom: 1;
    *display: inline;
}
a#new-peer-group-button{
    margin-bottom: 10px;
}
div#peergroup-modal-wrap {
    border: 2px solid #333;
    padding: 10px;
    background: #E6E6E9;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
div#peergroup-modal-content {
    
}
div#cdPeerGroupContainer a.simplemodal-close {
    position: relative;
    background: url('close-modal.png');
    height: 35px;
    width: 35px;
    float: right;
    top: -20px;
    right: -20px;
    cursor: pointer;
}
.subtab-content #new-peer-group-wrap {
    padding: 10px 15px 15px 15px;
    background: #F5F5F8;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.subtab-content h3 {
    color: #333 !important;
    border-bottom: none;
    text-decoration: none;
    font-variant: normal;
    font-style: normal;
    font: normal 16px;
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    border-bottom: 3px solid #C6C6C9;
    background-color: #E6E6E9;
    padding: 10px 0px 10px 10px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}




/* Overlay */
#peergroup-overlay {background-color:#000; cursor:wait;}

/* Container */
#peergroup-container {background-color:#eee; color:#000; font: 16px/24px "Lucida Grande",Arial,sans-serif; padding-bottom:4px; width:600px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; border-radius:0 0 6px 6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000; box-shadow:0 0 64px #000;}
#peergroup-container a {color:#ddd;}
#peergroup-container #peergroup-modal-title {color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#peergroup-container .close {display:none; position:absolute; right:0; top:0;}
#peergroup-container .close a {display:block; color:#777; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#peergroup-container .close a:hover {color:#000;}
#peergroup-container #peergroup-modal-data {font-size:12px; padding:6px 12px;}
#peergroup-container h2 {margin:10px 0 6px;}
#peergroup-container p {margin-bottom:10px;}
#peergroup-container span {color:#777;}

table.institution-list input#edit-name {
    width: auto !important;
}
div.peergroup-edit .peer label {
    display: inline-block;
    position: relative;
    font-weight: bold;
    width: 100px;
    zoom: 1;
    *display: inline;
}
div.peergroup-name {
    
}
div.peergroup-name label {
    
}
div.peergroup-desc {
    
}
div.peergroup-desc label {
      
}


div.reports-widget {
    border: 4px solid #D2D2D2;
    display: block;
    margin: 15px 0px 30px 0px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-background-clip: padding-box;
    background-color: #FFFFFF;
}
div#core-data-overview-body div.reports-widget.first {
	margin-right: 53px;
	xwidth: 381px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
div#core-data-overview-body div.reports-widget.second {
	xwidth: 315px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
div#core-data-overview-body div.reports-widget h3 {
	background-color: transparent;
	border-bottom: 0px;
	
}
div#core-data-overview-body div.reports-widget h3 span.block {
	background-color: #B30936;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	margin: 7px 10px 0px 0px;
}
img.cds-timeline {
  margin: 0 auto;
  display: block;
}
div#overview-bottom {
	padding: 10px 10px;
	margin: 0 -10px -10px -10px;
}
div#core-data-overview-body div.reports-widget {
	width: 396px;
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
	border: 0px;
	background-color: transparent;
	margin: 15px 0px 0px 0px;
}
.reports-widget h3 {
    display: block;
    border-bottom: solid 1px #DEDEDE;
    padding: .5em;
    background-color: #E6E6E9;
    margin: 0;
    font: normal 20px "Arial Narrow", "Arial", helvetica, sans-serif;font-stretch: condensed;
    color: #333 !important;
    font-weight: bold;
    height: 25px;
}
.managers.reports-widget h3 {
    font: bold 16px "Arial Narrow", "Arial", helvetica, sans-serif;font-stretch: condensed;
    text-align: center;
    line-height: 24px;
}
.reports-widget h3 span {
float: left;
}
.reports-widget h3 small {
    font-size: 13px;
    line-height: 28px;
    float: right;
}
.reports-widget h3 span small {
    float: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    vertical-align: top;
}
.reports-widget .reports-widget-body {
    xmin-height: 70px;
    text-align: center;
    padding: 40px;
}
div#core-data-overview-body div.reports-widget .reports-widget-body {
	padding: 10px;
	text-align: left;
}
div#core-data-overview-body div.reports-widget .reports-widget-body .reports-widget-item {
	margin: 30px 0px;
}
div#core-data-overview-body div.reports-widget .reports-widget-body .reports-widget-item.first {
	margin: 10px 0px 10px 0px; 
}
div#core-data-overview-body div.reports-widget .reports-widget-body .reports-widget-item.last {
	margin: 10px 0px 5px 0px;
}
.reports-widget .reports-widget-body a {
  font: 16px "Arial", helvetica, sans-serif !important;
}
.reports-widget.second .reports-widget-body a {
	font: 14px "Arial", helvetica, sans-serif !important;
}
div#all_orgs_chart {
  display: block;
  z-index: 1;
  width: 650px;
  margin: 0px auto 10px auto;
}
div#chart_buttons {
  float: right; 
  position: relative;
  z-index: 2;
}
div#chart_buttons span {
  background-color: #333;
  padding: 3px 5px;
  color: white; 
  cursor: pointer;
  border: 2px solid #333;
}
div#chart_buttons span:hover {
  background-color: #E6E6E9;
  color: #333;
}
div#chart_buttons span.selected {
  background-color: #D2D2D2;
  color: #333;
}
div.module-widget {
  display: inline-block;
  width: 384px;
  margin: 4px 15px;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
div.module-widget h3 span {
  font-size: 14px;  
}
div.module-widget h3 span strong {
  font-size: 20px;
  vertical-align: middle;
}
div.module-widget .module-description {
  padding: .5em;
}
div.module-widget .actions {
  margin: .5em 2.25em;
  padding: .25em;
  border: 1px solid #eee;
}
div.module-widget .actions h4 {
  margin-left: 0px;
  margin-bottom: 3px;
}
div.module-widget .actions ul {
  list-style-type: none;
  margin-left: 20px;
}
div.module-widget .subtab-content .widget {
  background-color: #FEFEFE;
	margin: .5em 0;
	padding: .25em;
	border: 1px solid #EEE;
}
div.module-widget .subtab-content .widgets .widget {
  display: inline-block;
  vertical-align: top;
  width: 179px;
  height: 175px;
  zoom: 1;
  *display: inline;

}
div.module-widget .subtab-content .widgets .widget h4 {
  font: 12px "Arial", helvetica, sans-serif;
  color: #333;
  background: #E6E6E9;
  padding: 5px 4px;
  margin: 0px;
  font-weight: bold;
}
div.module-widget .subtab-content .widgets .widget .percentage {
  margin: 10px 0px;
  text-align: center;
  min-height: 82px;
}
div.module-widget .subtab-content .widgets .widget .percentage span {
  display: block;
  font-size: 50px;
  text-align: center;
  padding-top: 14px;
}
div.module-widget .subtab-content .widgets .widget .percentage span.submitted {
  font-size: 30px;
  padding-top: 18px;
}
div.module-widget .subtab-content .widgets .widget .person {
  margin: 5px;
}
div.module-widget .subtab-content .widgets .widget .person a.person-link {
  display: block;
  margin-top: 5px;
}

div.module-widget .subtab-content .chart img {
  margin: 0px auto 9px auto;
  display: block;
}
#list-of-exports li.option-row {
  background-image: none;
  margin: 0px !important;
}
.option-list ul {
    margin: 0px;
    list-style: none;
}
.option-list ul li {
    margin: 0px;
    padding: 10px !important;
    min-height: 40px;
}
.option-list ul li div.export-wrap {
    height: 25px;   
}
.option-list ul li div.edit-inline{
    cursor: pointer;   
}
.option-list ul li div.edit-inline a {
    font: 12px "Arial", helvetica, sans-serif;
}
.option-list ul li .export-name {
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    max-width: 65%;
    zoom: 1;
    *display: inline;
}
.option-list ul li div.edit-inline a.edit-hover-img {
    display: inline-block;
    float: right;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    zoom: 1;
    *display: inline;
}
.option-list ul li div.edit-inline:hover a.edit-hover-img {
    background: url('dashboard-actions.png');
}
.option-list ul li .action-wrap {
    display: inline-block;
    float: right;
    margin-top:5px;
    opacity: .5;
    zoom: 1;
    *display: inline;
}
.option-list ul li:hover .action-wrap {
    opacity: 1;
}
.option-list ul li .action-wrap a {
    xdisplay: inline-block;
    xbackground: url('dashboard-edit-sprite.png');
    xwidth: 32px;
    xheight: 32px;
    xoverflow: hidden;
    xzoom: 1;
    x*display: inline;
}
.option-list ul li .action-wrap .export-edit{
    background-position: -32px 0px;
}
.option-list ul li:hover .action-wrap .export-edit{
    background-position: 0px 0px;
}
.option-list ul li .action-wrap .export-copy{
    background-position: -96px 0px;
}
.option-list ul li:hover .action-wrap .export-copy{
    background-position: -64px 0px;
}
.option-list ul li .action-wrap .export-delete{
    background-position: -160px 0px;
}
.option-list ul li:hover .action-wrap .export-delete{
    background-position: -128px 0px;
}
.option-list ul li .action-wrap .export-csv{
    font-weight: bold;
}
.option-list ul li:hover .action-wrap .export-csv {
    background-position: -192px 0px;
}

#main-content-area .content .option-list ul li .created, #main-content-area .content .option-list ul li .peergroup {
    font-size: 12px;
    margin-left: 20px;
    display: inline;
}
#main-content-area .content .option-list ul li .created {
    margin-right: 15px;
}

#main-content-area .content .option-list ul li .created label, #main-content-area .content .option-list ul li .peergroup label {
    display: inline-block;
    width: 60px;
    font-weight: bold;
    zoom: 1;
    *display: inline;
}
#main-content-area .content .option-list ul li .peergroup label {
    width: 80px;   
}

#main-content-area .content ul.zebra li.odd {
    background: #FFFFFF;
}
#main-content-area .content ul.zebra li.even {
    background: #F5F5F8;
}
/* CSS3 */
#main-content-area .content ul.zebra li:nth-child(2n) {
    background: #F5F5F8;
}
#main-content-area .content ul.zebra li:nth-child(2n+1) {
    background: #FFFFFF;
}
#main-content-area .content .option-list ul li:hover, #main-content-area .content .option-list ul li.selected {
    background: #FFF8B2; /* old browsers */
    background: -moz-linear-gradient(top, #FFF8B2 0%, #FFF48A 100%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF8B2), color-stop(100%,#FFF48A)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF8B2', endColorstr='#FFF48A',GradientType=0 ); /* ie */

    background: -o-linear-gradient(top, #FFF8B2 0%,#FFF48A 100%); /* opera */
}

div.peergroup-edit-top {
    padding: 0 20px 20px 20px;
    margin: 15px 0 0px 0;
    border-bottom: 10px solid #999;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffe8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffe8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffe8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffe8 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffe8 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffe8',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#ffffe8 100%); /* W3C */
}
div.peergroup-edit-top form {
    display: inline-block;
    vertical-align: middle;
    color: #4C4C4C;
    zoom: 1;
    *display: inline;
}
form input.form-text {
    font: 16px Arial;
    padding: 8px;
}
div.peergroup-top-divider {
   background-color: #666;
    width: 2px;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    zoom: 1;
    *display: inline;
    margin: 0px 35px;
    height: 227px;
    position: relative;
}
div.peergroup-edit-top form#core-data-export-peergroup-form div#edit-name-wrapper,
div.peergroup-edit-top form#core-data-export-peergroup-form div#edit-description-wrapper {
    display: inline-block;
    margin-right: 20px;
    zoom: 1;
    *display: inline;
}
div.peergroup-edit-top form#core-data-export-peergroup-form .form-item,
div.peergroup-edit-top form#core-data-export-peergroup-form .form-radios {
    margin: .5em;
}
form#core-data-export-peergroup-form {
    
}
form#core-data-export-peergroup-form input#edit-name {
    width: auto;
}
form#core-data-export-peergroup-form input.form-text {
    font: 12px Arial;
    padding: 5px;
}
form#core-data-export-peergroup-form div.form-radios .form-item {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
div.peergroup-edit-top form#core-data-export-peergroup-search-form {
    width: 340px;
}
div.peergroup-edit form#core-data-export-peergroup-search-form {
    text-align: center;
    padding: 5px 0px 35px 0px;
    background: #ababab; /* Old browsers */
    background: -moz-linear-gradient(top, #ababab 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ababab), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ababab 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ababab 0%,#ffffff 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ababab 0%,#ffffff 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ababab 0%,#ffffff 100%); /* W3C */
}
form#core-data-export-peergroup-search-form h2 {
    display: none;   
}
div.peergroup-edit form#core-data-export-peergroup-search-form h2 {
    display: block;
    text-align: left;
    background: transparent;
    color: #333;
    border: none !important;
    border-bottom: none;
    margin-left: 15px;
    font-size: 18px !important;
}
form select {
    font: 14px Arial;
}
form#core-data-export-peergroup-search-form fieldset {
    margin: 0px 0px 20px;
}
form#core-data-export-peergroup-search-form fieldset.collapsed {
    background-color: #FFFFFF;
    border: none;
}

form#core-data-export-peergroup-search-form fieldset .fieldset-wrapper {
    padding: 0 10px;
}

form#core-data-export-peergroup-search-form div.form-item {
    display: inline-block;
    position: relative;
    padding: 20px 0px 5px;
    margin: 0px;
    zoom: 1;
    *display: inline;
}
form#core-data-export-peergroup-search-form fieldset div.form-item {
    display: block;
    padding: 0px;   
    margin: 10px 0px;
}
form#core-data-export-peergroup-search-form fieldset div.form-radios {
    margin: 3px 10px;   
}
form#core-data-export-peergroup-search-form fieldset div.form-radios .form-item {
    display: inline-block;
    position: relative;
    padding: 0px;
    margin: 0px 10px 0px 0px;
    zoom: 1;
    *display: inline; 
}
form#core-data-export-peergroup-search-form fieldset div.form-radios .form-radio {
    vertical-align: top;
    height: auto;
}
form#core-data-export-peergroup-search-form input.form-text {
    font: 16px Arial;
    padding: 8px;
}
form#core-data-export-peergroup-search-form a.advanced-search {
    position: relative;
    top: 23px;
    display: inline-block;
    width: 60px;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}
form#core-data-export-peergroup-search-form .description {
    text-align: left;
}
form#core-data-export-peergroup-search-form input.form-submit, 
form#core-data-export-peergroup-form input.form-submit, 
form#core-data-export-peergroup-add-remove-form input.form-submit, 
form#core-data-export-reviewer-request-form input.form-submit,
form#coredata-respondent-module-form input.form-submit,
form#core-data-contribute-aup-form input.form-submit {
    position: relative;
    padding: 5px 10px;
}
form#core-data-export-peergroup-add-remove-form input.form-submit {
    xmargin-top: 20px;
}
div.peergroup-edit-top form#core-data-export-peergroup-search-form input.form-submit {
    position: relative;
    left: 207px;
    margin-top: -38px;
    padding: 5px 10px;
}
form#core-data-export-peergroup-search-form div#edit-name-1-wrapper label {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
form#core-data-export-peergroup-search-form div.form-item input {
    font: 16px Arial;
    padding: 8px;
    margin: 0;
    height: 19px;
    border: 1px solid #999;
}
form#core-data-export-peergroup-search-form input.form-submit {
    display: inline-block;
    margin: 0px;
    vertical-align: top;
    position: relative;
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #d7d7d7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#d7d7d7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#d7d7d7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%,#d7d7d7 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%,#d7d7d7 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f1f1f1 0%,#d7d7d7 100%); /* W3C */
    border: 1px solid #999;
    border-top-color: #CCC;
    border-left-color: #CCC;
    top: 20px;
    left: -4px;
    padding: 9px 8px;
    cursor: pointer;
    zoom: 1;
    *display: inline;
    
}
form#core-data-export-peergroup-search-form input.form-submit:active {
    background: #ccc;
}
form#core-data-export-data-export-form .form-item,
form#core-data-export-data-export-form fieldset,
form#core-data-export-data-export-form .form-submit {
    margin: 10px 0px 0px 30px;
}
form#core-data-export-data-export-form fieldset {
    padding: 0px 0px 15px;
    width: 565px;
}
form#core-data-export-data-export-form fieldset.collapsed {
    border: 0px;
}
form#core-data-export-data-export-form .form-checkboxes .form-item,
form#core-data-export-data-export-form .form-radios .form-item,
 form#core-data-export-data-export-form .description {
    margin: 5px 0px 0px 30px;
}
form#core-data-export-data-export-form .form-select {
    margin: 0px 0px 3px 30px;
}
form#core-data-export-data-export-form .form-item label {
    margin-bottom: 10px;
}
form#core-data-export-data-export-form .data-step {
    margin: 20px 0px 10px;
}
form#core-data-export-data-export-form .data-step span {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    xtext-indent: -9999px;
    text-align: left;
    background: url('/visuals/shared/cds/tour-steps-sprite.png') no-repeat;
    zoom: 1;
    *display: inline;
}
form#core-data-export-data-export-form .data-step.step1 span {
    background-position: 0 -64px;
}
form#core-data-export-data-export-form .data-step.step2 span {
    background-position: -32px -64px;
}
form#core-data-export-data-export-form .data-step h2 {
    display: inline-block;
    background: transparent;
    width: 80%;
    zoom: 1;
    *display: inline;
    border-bottom: 0px !important;
    color: #666 !important;
}
form#core-data-export-data-export-form .data-step h2 span.form-required {
    display: inline;
    width: auto;
    height: auto;
    margin-left: 5px;
    margin-right: 0px;
    background: none;
}
form#core-data-export-data-export-form div.form-item span.form-required {
    display: none;
}
form#core-data-export-data-export-form div#edit-name-wrapper.form-item span.form-required {
    display: inline;
}
form#core-data-export-data-export-form .form-submit {
    padding: 5px 10px;
    margin-top: 20px;
    cursor: pointer;
}
form#core-data-export-data-export-form a.edit-cancel {
    margin-left: 15px;
}
div#throbber-modal-content {
    text-align: center;
    background-color: white;
    padding: 49px 0px;
    border: 2px solid #666;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 4px 4px 20px #000000;
    box-shadow: 4px 4px 20px #000000;
}
div#throbber-modal-content.error {
    background-color: #F09C9C;
}
div#throbber-modal-text {
    margin: 0px 10px 20px 10px;
}
div#throbber-modal-image {
    background: url('ajax-loader.gif');
    width: 220px;
    height: 19px;
    margin-left: auto;
    margin-right: auto;
    
}
div#throbber-modal-image.error {
    display: none;
}
div#tiptip_content h3 {
    border: none;
    margin: 0px 0px 5px 0px;
    padding: 5px;
    font-weight: bold;
    background-color: #333;
    background-color: rgba(45,45,45,0.88);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
}
div#tiptip_content div {
    padding: 0px 8px;
    color: #333;
}
div#tiptip_content label {
    font-weight: bold;
    margin-right: 4px;
}
div#tiptip_content .linkWrap {
    text-align: center;
    margin: 15px 0px 10px;
}
div#tiptip_content a {
    border: 1px solid #707070;
    font-family:Arial;
    font-size:15px;
    letter-spacing:0px;
    padding: 5px 10px !important;
    text-align: center;
    text-decoration: none !important;
    background: #fcfcfc !important; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #ebebeb 50%, #dddddd 51%, #cfcfcf 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(50%,#ebebeb), color-stop(51%,#dddddd), color-stop(100%,#cfcfcf)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#ebebeb 50%,#dddddd 51%,#cfcfcf 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%,#ebebeb 50%,#dddddd 51%,#cfcfcf 100%) !important; /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%,#ebebeb 50%,#dddddd 51%,#cfcfcf 100%) !important; /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#cfcfcf',GradientType=0 ) !important; /* IE6-9 */
    background: linear-gradient(top, #fcfcfc 0%,#ebebeb 50%,#dddddd 51%,#cfcfcf 100%) !important; /* W3C */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #333 !important;
    cursor: pointer;
}
div#tiptip_content a:active {
    background: #cfcfcf !important;    
}
span.old-data, span.new-data {
    display: none;
}
.edit-inline button, .edit-inline a.cancel {
    float: right;
    cursor: pointer;
}
.edit-inline button {
    color: #666;
    margin-right: 5px;
}
/* Override the slider settings for the dashboard 2 */
.eslider-wrapper.eslider-vertical {
    margin-left: 729px !important;
    margin-top: 252px;
}
.eslider-wrapper.eslider-vertical.fixed {
    margin-top: 52px;
}
#cdContainer {
    border: 2px solid #666;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 4px 4px 20px #000000;
    box-shadow: 4px 4px 20px #000000;
}

#cdContainer .contact-top {
    background: #FFF;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#cdContainer .cdContent {
    background-color: #FFF;
}
#cdContainer .contact-bottom {
    background: #FFF;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
#cdContainer .core-data-user {
    color: #666;
}
#cdContainer .core-data-user.odd {
    background-color: #F5F5F8;
}
#cdContainer .core-data-button {
    xbackground: none !important;
    xtext-shadow: 0 0 3px grey !important;
}
#cdContainer .core-data-user-assign a {
    color: #000 !important;
}
.core-data-button {
    border: 1px solid #707070;
    font-family:Arial;
    font-size:15px;
    letter-spacing:0px;
    padding: 5px 10px !important;
    text-align: center;
    text-decoration: none !important;
    background: #fcfcfc !important; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #ebebeb 50%, #dddddd 51%, #cfcfcf 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(50%,#ebebeb), color-stop(51%,#dddddd), color-stop(100%,#cfcfcf)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#ebebeb 50%,#dddddd 51%,#cfcfcf 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%,#ebebeb 50%,#dddddd 51%,#cfcfcf 100%) !important; /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%,#ebebeb 50%,#dddddd 51%,#cfcfcf 100%) !important; /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#cfcfcf',GradientType=0 ) !important; /* IE6-9 */
    background: linear-gradient(top, #fcfcfc 0%,#ebebeb 50%,#dddddd 51%,#cfcfcf 100%) !important; /* W3C */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
a#side-feedback {
    position: fixed;
    width: 29px;
    height: 150px;
    right: 0;
    top: 250px;
    z-index: 10000;
    background: url(/visuals/shared/cds/core-data-feedback.png) no-repeat;
    text-indent: -9999px;

}
p.search-link-wrapper {
    margin: 15px 10px;
}

.empty-peergroup {
    text-align: center;
    font-weight: bold;
    margin: 25px 0px;
    display: block;
    position: relative;
}
a.dashboard-return {
    margin: 20px;
    display: inline-block;
    position: relative;    
    zoom: 1;
    *display: inline;
}

div.export-step {
    margin-top: 15px;
}
div.export-step.step-one {
    margin-top: 20px;   
}
div.export-step h2,
div.mod-description h2{
    background: transparent;
    border-bottom: 0px !important;
    color: #666 !important;
}
div.export-step span {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    xtext-indent: -9999px;
    text-align: left;
    background: url('/visuals/shared/cds/tour-steps-sprite.png') no-repeat;
    zoom: 1;
    *display: inline;
}
div.export-step.step-one span {
    background-position: 0 -64px;    
}
div.export-step.step-two span {
    background-position: -32px -64px;    
}
div.export-step.down-arrow{
    text-align: center;
    font-size: 36px;
    margin: 15px 0px 30px 0px;
}
form#core-data-export-aup-form .form-submit {
    padding: 5px 10px;
    margin-top: 20px;
    cursor: pointer;
}

#tutorial-modal-wrap {
    xbackground-color: white;
}
#tutorial-modal-content .cdContent {
    height: auto;
    padding: 0px;
}
#tutorial-modal-content .cdContent p,
 #tutorial-modal-content .cdContent strong
 {
    color: #333;
}
#tutorial-modal-content .cdContent .tour-overview ul {
    margin: 0px 0px 0px 30px;
}
form#core-data-export-reviewer-request-form textarea {
    height: auto;
}
p.core-data-tagline {
 font-weight: bold;
 font-size: 18px;
 font-style: italic;
 padding-top: 10px;
 margin-bottom: 15px;
}
p.core-data-intro {
    font-size: 14px;
    margin: 0 -10px 0 -10px;
    padding: 10px 10px 25px 10px;
    background: #fafafa;
    border-bottom:1px solid #ccc;
}
div#core-data-overview-top {
    margin: 0 -10px 20px -10px;
    padding: 10px 0px 7px;
    xbackground: #f2f2f2;
    xborder-bottom:1px solid #ddd;
	x-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .5);
	x-moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .5);
	xbox-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .5);
}
div.dashboard div.messages img.noticebox-photo {
    float: left;
    margin-right: 10px;
}
div#core-data-overview-body {
    margin-top: 0px;
}
div#core-data-overview-body h2 {
    color: #B30838;
    border: 0px !important;
    background: none;
    font-size: 19px !important;
    margin: 25px 0 10px 0 !important;
}

div#core-data-overview-body img.left-h3 {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	
	width: 65px;
	height: 65px;
}
div#core-data-overview-body p {
    margin: 0 0 25px 20px;
    font-size: 14px;
}
div#core-data-overview-body .reports-widget-body p {
	margin: 0 0 25px 76px;
}
div#core-data-overview-body ul {
    list-style: none;
    margin: 0px;
}
div#core-data-overview-body ul li {
    xmargin: 5px;
    xdisplay: inline-block;
    xwidth: 320px;
    xfont-weight: bold;
    x*display: inline;
    xzoom: 1;
}
div#core-data-overview-body ul li span {
	font-weight: normal;
	margin-left: 10px;
}
div#core-data-overview-body ul li:nth-child(2n+1) {
    font-weight: bold;
}
div#core-data-overview-body a.coredata-more {
    display: inline-block;
    text-align: center;
    margin: 20px 0px 10px 0px;
    right: 0px;
    background: #B30838;
    color: white !important;
    border: 2px solid #B30838;
    font-size: 13px;
    padding: 2px 5px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    float: right;
    *display: inline;
    zoom: 1;
}
div#core-data-overview-body a.coredata-more:hover {
    background: white;
    color: #B30838 !important;
}
div#core-data-overview-body h2.core-data-intro {
    color: #333;
    border: 0px !important;
    background: none;
    font-size: 20px !important;
    margin-left: 50px;
		margin-top: 10px !important;
		font-weight: bold;
}
div.coredata-menu-blocks,
div.coredata-menu-blocks a {
    text-decoration: none !important;
}
div.coredata-menu-blocks {
    color: #333;
    display: block;
    position: relative;
    height: 170px;
    width: 522px;
    margin: 10px auto 5px auto;
}
div.coredata-menu-blocks a,
div.coredata-menu-blocks a:link,
div.coredata-menu-blocks a:hover {
    display: block;
    position: relative;
    float: left;
    color: white !important;
    width: 160px;
    height: 160px;
    margin: 5px;
    border: 2px solid #B30838;
    *display: inline;
    zoom: 1;
}
/*
div#core-data-overview-top a.collection {
    background: url('dashboard-data-collection-bg.jpg') 0px 0px no-repeat;
}
div#core-data-overview-top a.download {
    background: url('dashboard-data-download-bg.jpg') 0px 0px no-repeat;
}
div#core-data-overview-top a.analysis {
    background: url('dashboard-data-analysis-bg.jpg') 0px 0px no-repeat;
}
div#core-data-overview-top a.poll {
    background: url('dashboard-poll-bg.jpg') 0px 0px no-repeat;
}
div#core-data-overview-top a.more {
    background: url('dashboard-more-bg.jpg') 0px 0px no-repeat;
}
div#core-data-overview-top a.tutorial {
    width: 309px;
}
div#core-data-overview-top a.faq {
    width: 145px;
}
div#core-data-overview-top a.tutorial,
div#core-data-overview-top a.faq {
    height: 25px;
    font-size: 18px;
    padding-top: 5px;
    background: #B30838;
    text-decoration: none;
    text-align: center;
    color: white !important;    
}
div#core-data-overview-top a:hover {
    background: #B30838;
    color: #EEE;
    cursor: pointer;
}
div#core-data-overview-top a.tutorial:hover,
div#core-data-overview-top a.faq:hover {
    color: #B30838 !important;
    background-color: white;
}

div#core-data-overview-top a span.coredata-menu-hover {
    display: none;
}
div#core-data-overview-top a:hover span.coredata-menu-hover {
    display: block;
    color: white;
    font-size: 36px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-top: 40px; 
    background: transparent;
}
div#core-data-overview-top a span.coredata-menu-title {
    color: white !important;
    bottom: 0px;
    padding: 4px 0px 2px 0;
    position: absolute;
    text-align: right;
    display: block;
    font-size: 18px;
    width: 100%;
    background: #B30838;
    left: 0px;
}
*/
div#core-data-overview-top img {
	border: 1px solid #CCC;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0px 40px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
}
div#core-data-overview-top div.quick-links {
	width: 200px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: -10px 0 0 43px;
	height: 125px;
}
div#core-data-overview-top div.quick-links h3 {
	color: #222;
	border-bottom: 0px;
	font: 16px 'News Cycle',sans-serif;
	margin: 0 0 0 0;
}
div#core-data-overview-top div.quick-links div.quick-links-body {
	padding: 0px 5px 5px 5px;
	border: 1px solid #ccc;
	min-height: 99px;
background: rgb(252,252,252);
background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(242,242,242,1) 50%, rgba(237,237,237,1) 51%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(50%,rgba(242,242,242,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(254,254,254,1)));
background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(242,242,242,1) 50%,rgba(237,237,237,1) 51%,rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(242,242,242,1) 50%,rgba(237,237,237,1) 51%,rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(242,242,242,1) 50%,rgba(237,237,237,1) 51%,rgba(254,254,254,1) 100%);
background: linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(242,242,242,1) 50%,rgba(237,237,237,1) 51%,rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fefefe',GradientType=0 );
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);


}
div#core-data-overview-top div.quick-links ul {
	list-style: none;
	margin: 0 0 0 5px;
}
div#core-data-overview-top div.quick-links ul li {
	margin: 10px 0px;
}
div#core-data-overview-top div.quick-links ul a {
	font-size: 14px;
}

a.faq-link:hover {
    background: transparent;
}
img.question {
    padding-left: 5px;
    vertical-align: middle;
}
div#dashboard-comingsoon {
    margin: 10px;
}

form#coredata-respondent-module-form div.mod-description {
	margin: 20px;
}
form#coredata-respondent-module-form div#edit-module-wrapper {
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}
/**********************************************
*  Analyses tab
*/

div.dashboard-reports #abstractWrap_cds {
    display: inline-block;
    *display: inline;
    zoom: 1;
    min-height:285px;
    width:275px;
    vertical-align:top;
    padding-top: 10px;
    padding-right: 0px;
    padding-left:25px;
}

div.dashboard-reports h3 {
    text-decoration:none !important;
    background-image:none !important;
    font-size:16px !important;
    font-weight:bold;
    color:#598d8d !important;
    background-color:transparent !important;
    border-bottom: none !important;
    padding: 0px !important;
    margin: 0px !important;
}
#CDS_Reports_top {
    margin-bottom: 20px;
		clear: both;
}
#abstractWrap_cds ul, #CDS_Reports_top ul {
    padding-left:5px;   
}
#textWrapperRight li, 
#abstractWrap_cds li, 
#CDS_Reports_top li,
#CDS_Reports_bottom li {
    xlist-style: square;
    xmargin-bottom: 4px !important;
    xpadding-left: 0px !important;
    xtext-decoration:none !important;
	font-size: 14px;
}
#textWrapperRight li a {
	text-decoration: none !important;
}
#abstractWrap_cds a, #CDS_Reports_top a {
    text-decoration:none !important;
    font-size:14px;
    line-height:18px;
    text-indent:3px;
}
.CDS_Reports_left {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 400px;

    vertical-align:top;
    padding-top: 0px;
    padding-right: 0px;
    padding-left:30px;
}
.CDS_Reports_left div {
	font-size: 12px;
}
div.CDS_top {
	padding-left: 30px;
}
.CDS_Reports_right {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width:350px;
    margin-top:10px;
    text-align: center;
}
div#CDS_Reports_mid {
	padding-bottom: 15px;
}
div#CDS_Reports_mid .CDS_Reports_left {
	width: 320px;
	text-align: center;
}
div#CDS_Reports_mid .CDS_Reports_right {
	text-align: left;
	width: 320px;
	margin-top: 5px;
}
/* TEXT STYLES */
div.dashboard-reports ul {
    margin-left: 20px !important;
    margin-bottom: 20px;
}

div.dashboard-reports .emphasis {
    font-size:16px;
    margin-left: 25px;
    font-style:italic;
}

div.dashboard-reports .emphasisBold {
    font-size:16px;
    font-weight:bold;
}

div.dashboard-reports .smallSize {
    font-size:10px;
}

div.dashboard-reports .smallSizeBold {
    font-size:10px;
    font-weight:bold;
}

div.dashboard-reports #options a {
    background-image:none !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}
div.dashboard-reports .resourceLeft a {
    background-image:none !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}
div.dashboard-reports .resourceRight a {
    background-image:none !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

div.dashboard-reports #slideDeck a {
    background-image:none !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

/*IMG STYLES */
div.dashboard-reports .leftFloat {
    float:left;
    padding: 0px 13px 10px 0px;
}

/* LAYOUT STYLES */
div.dashboard-reports #topBanner {
    width:705px;
    height:40px;
    margin-top: 15px;
    padding-bottom: 35px;
}

div.dashboard-reports #textWrapperRight {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width:360px;
    xheight:320px;
    margin-top:10px;
    padding-left: 30px;
}

div.dashboard-reports #slideDeck {
    width:360px;
    height:360px;
    float:right;
}

div.dashboard-reports #slideDeck .options {
    width:345px;
    height:auto;
    margin:0px 0px 0px 15px;
}

div.dashboard-reports #slideDeck .text {
    width:312px;
    height:288px;
    padding:30px 0px 10px 30px;
}

div.dashboard-reports #slideDeck .studyTitle {
    width:250px;
    text-align:center;
}

div.dashboard-reports #slideDeck .studyTitle .emphasis {
    /*font-weight:bold;*/
    width:250px;
    text-align:center;
}

div.dashboard-reports #slideDeck .pdf, div.dashboard-reports #slideDeck .powerPoint, div.dashboard-reports #slideDeck .powerPointX {
    width:115px;
    height:30px;
    padding: 3px;
    margin-bottom:4px;
    background-color:#CCC;
    border-color:#666;
    border-style:solid;
    border-width:1px;
    font-size:14px;
    vertical-align:middle !important;
    vertical-align:central !important;
    line-height: 2.1em;
}

div.dashboard-reports #slideDeck .pdf a, div.dashboard-reports #slideDeck .powerPoint a, div.dashboard-reports #slideDeck .powerPointX a {
    text-decoration:none !important;
    text-align:center;
}

div.dashboard-reports #slideDeck .pdf a:visited, div.dashboard-reports #slideDeck .powerPoint a:visited, div.dashboard-reports #slideDeck .powerPointX a:visited {
    text-decoration:none !important;
    color:#900;
}

div.dashboard-reports #slideDeck .powerPointX {
    float:right;
    text-align:center;
    margin-right:63px;
}

div.dashboard-reports #slideDeck .powerPoint {
    text-align:center;
}

div.dashboard-reports #slideDeck .pdf {
    text-align:center;
    margin:0 0 10px 62px;
}

div.dashboard-reports #doubleList {
    width:705px;
    margin-top:0px;
    padding-top:0px;
    padding-bottom:10px;
}

div.dashboard-reports #doubleList li {
    font-size:14px;
}

div.dashboard-reports #doubleList .right {
    width:335px;
    text-align:left;
    padding-top:0px;
    float:right;
    padding-left:20px;
}

div.dashboard-reports #infoGraphicSecurity {
    width:234px;
    height: 403px;
    margin-top:5px;
    margin-left:45px;
    margin-bottom:20px;
}

div.dashboard-reports #ECARRecommends {
    width:330px;
    float:right;
    text-align:left;
    padding:10px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #b2d1e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b2d1e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#b2d1e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#b2d1e0 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#b2d1e0 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#B2D1E0',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#b2d1e0 100%); /* W3C */
    padding-left:10px;
    margin-top:15px;
    margin-bottom:75px;
}

div.dashboard-reports #ECARRecommends h2 {
    text-decoration:none !important;
    background-image:none !important;
    font-size:22px !important;
    font-weight:bold;
    color:#000 !important;
    background-color:transparent !important;
    border-bottom: none !important;
    padding: 0px !important;
    margin: 0px !important;
598d8d
}

div.dashboard-reports #ECARRecommends p, div.dashboard-reports li {
    color:#000 !important;
    font-size:15px;
    line-height:19px;
}

div.dashboard-reports #bottomWrap {
    margin-top:30px;
}

div.dashboard-reports #summaryReports_cds {
    width:705px;
    min-height:165px;
    margin-top:0px;
    padding-top:0px;
    padding-bottom:0px;
}

div.dashboard-reports #comingSoon_cds a {
    text-decoration:none !important;
    font-size:14px;
    line-height:18px;
    text-indent:3px;
}

div.dashboard-reports #comingSoon_cds li {
    list-style: square;
    margin-bottom: 4px !important;
    padding-left: 0px !important;
}

div.dashboard-reports #comingSoon_cds ul {
    margin-left: 10px !important;
    padding-left: 0px;
    margin-bottom: 15px !important;
}

div.dashboard-reports #comingSoon_cds a:visited {
    text-decoration:none !important;
    font-size:14px;
    line-height:18px;
    text-indent:3px;
    color:#900;
}

div.dashboard-reports #resources {
    width:705px;
    margin-top:0px;
    margin-top:0px;
    padding-bottom:0px;
}

div.dashboard-reports #resources .resourceRight {
    width:330px;
    float:right;
    margin-top:0px;
    padding-top:0px;
    padding-bottom:0px;
}

div.dashboard-reports #resources .resourceLeft {
    width:330px;
    margin-top:0px;
    padding-top:0px;
    padding-bottom:0px;
}

div.dashboard-reports #resources .institute, div.dashboard-reports #resources .corporate {
    width:120px;
    height:auto;
    padding: 0px;
    margin-bottom:0px;
    font-size:14px;
    vertical-align:middle !important;
    vertical-align:central !important;
}

div.dashboard-reports #resources .corporate {
    float:right;
}

div.dashboard-reports #resources .institute a, div.dashboard-reports #resources .corporate a {
    display:block;
    margin: 5px 0 0 0;
    position:relative;
    text-decoration:none !important;
}

div.dashboard-reports #resources .emphasis {
    font-size:14px;    
}

div.dashboard-reports #resources a {
    text-decoration:none !important;
    font-size:14px;
    line-height:18px;
    text-indent:3px;
}

div.dashboard-reports #resources li {
    list-style: square;
    margin-bottom: 4px !important;
    padding-left: 0px !important;
}

div.dashboard-reports #resources ul {
    margin-left: 10px !important;
    padding-left: 0px;
    margin-bottom: 15px !important;
}

div.dashboard-reports #resources a:visited {
    text-decoration:none !important;
    font-size:14px;
    line-height:18px;
    text-indent:3px;
    color:#900;
}

div.dashboard-reports #e11Sessions {
    width:705px;
    margin: 0 0 20px 0;
    padding-bottom:0px;
    padding-left:0px;
}

div.dashboard-reports #e11Sessions li {
    list-style: square;
    margin-bottom: 4px !important;
    padding-left: 0px !important;
    text-align:left;
}

div.dashboard-reports #e11Sessions .right {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width:330px;
    margin-top:0px;
    padding-top:0px;
    padding-bottom:0px;
}

div.dashboard-reports #e11Sessions .left {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width:330px;
    margin:0 20px 0 0;
    padding-top:0px;
    padding-bottom:0px;
}

div.dashboard-reports #feedback {
    background-image:url('/visuals/shared/resources/ECAR/feedbackBG.png');
    background-repeat:no-repeat;
    margin-top: 15px;
    margin-bottom: 15px;
    width:705px;
    height:70px;    
}
div.dashboard-reports p.clear {
    clear: both;
    margin: 0 0 10px 0;
}

a.CDS_noimg {
	background-image: none !important;
}
a.CDS_noimg:hover {
	background-color: transparent;
	color:transparent;
}
a.CDS_img_right {
	float: right;
	margin-right: 90px;
	margin-top: -27px;
}
p.clear-p {
	clear: both;
	line-height: 0px;
}
/**********************************
* End Analyses tab
*/
.inline-block {
  position: relative;
  display: inline-block;
	zoom: 1;
	*display: inline;
}
.button-base {
    cursor: default;
    font: 1em/1 Arial,sans-serif;
    letter-spacing: normal;
    margin: 0 1px;
    outline: medium none;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    vertical-align: baseline;
    white-space: nowrap;
    word-spacing: normal;
}
.button-base-outer-box {
    border-bottom: 1px solid #AAAAAA;
    border-top: 1px solid #BBBBBB;
}
.button-base-inner-box {
    background: none repeat scroll 0 0 #E3E3E3;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #AAAAAA;
    margin: 0 -1px;
}
.button-base-pos {
    height: 100%;
    position: relative;
}
.button-base-top-shadow {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 0.23em solid #EEEEEE;
    height: 1.1em;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.button-base-content {
    color: #333333;
    line-height: 2.3em;
    padding: 0 1em;
    position: relative;
    text-align: center;
}
.button-base:hover .button-base-content, .button-base:focus .button-base-content, .button-base:active .button-base-content, .button-base-open .button-base-content {
    color: #000000;
}

.button-base:hover .button-base-content {
    color: #000000;
}
.button-base.button-base-selected:hover .button-base-outer-box, .button-base:hover .button-base-inner-box, .button-base:focus .button-base-outer-box, .button-base:focus .button-base-inner-box, .button-base.button-base-selected:hover .button-base-content {
    color: #EEE;
}
.button-base:active .button-base-inner-box, .button-base-open .button-base-inner-box {
    background: none repeat scroll 0 0 #F9F9F9;
}
.button-base:active .button-base-top-shadow, .button-base-open .button-base-top-shadow {
    background: none repeat scroll 0 0 #E3E3E3;
}
.button-base-primary .button-base-content {
    color: #000000;
    font-weight: bold;
}
.button-base-disabled {
    cursor: default;
}
.button-base-disabled .button-base-inner-box {
    background: none repeat scroll 0 0 #EEEEEE;
}
.button-base-disabled .button-base-top-shadow {
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #EEEEEE;
}
.button-base-disabled .button-base-content {
    color: #999999;
}
.button-base-collapse-right, .button-base-collapse-right .button-base-inner-box {
    margin-right: 0;
}
.button-base-collapse-left {
    margin-left: 0;
    left: -3px;
}
.button-base-collapse-left .button-base-inner-box {
    border-left: 1px solid #FFFFFF;
    margin-left: 0;
}
.button-base.button-base-collapse-left:hover, .button-base.button-base-collapse-left:focus {
    border-left: 1px solid #888888;
    margin-left: -1px;
    z-index: 1;
}
.button-base-selected .button-base-outer-box, .button-base-selected .button-base-inner-box,
.button-base-selected:active .button-base-outer-box, .button-base-selected:active .button-base-inner-box {
    background-color: #777777;
    border-color: #888888;
}
.button-base-selected .button-base-top-shadow, .button-base-selected:active .button-base-top-shadow {
    background-color: #999999;
    border-bottom-color: #888888;
}
.button-base-selected .button-base-content, .button-base-selected:active .button-base-content {
    color: #EEEEEE;
}
.button-base-collapse-left.button-base-selected .button-base-inner-box, .button-base-collapse-left.button-base-selected:active .button-base-inner-box {
    border-left: 1px solid #555555;
}