﻿
 
/* generics
----------------------------------- */

* {
    margin:0;
    padding:0;
}

html, body, #mainForm {
    height: 100%;
}

body {
	background-color:#fff;
	font-size:12px;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	color:#484848;
}

 

a img {
    border: none;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}


#mainForm {
	width: 100%;
}
/* thx: http://www.cssstickyfooter.com/ */
#STICKYFOOTERwrap {
    min-height: 100%;
    width: 100%;
}
#STICKYFOOTERmain {
    overflow:auto;
	padding-bottom: 68px;
} 

 /* link color sync, has to be LVHA order */
/* first make all sign-in links blue and orange on hover */
.linkcolorsync a:link, a.linkcolorsync:link {
	color: #374f68;
}
.linkcolorsync a:visited, a.linkcolorsync:visited {
	color: #374f68;
}
.linkcolorsync a:hover , a.linkcolorsync:hover  {
	color: #D67726;
}
.linkcolorsync a:active , a.linkcolorsync:active  {
	color: #374f68;
}
/* then, make all app footer links white */
#footer .linkcolorsync a:link, #footer a.linkcolorsync:link {
	color: #fff;
}
#footer .linkcolorsync a:visited, #footer a.linkcolorsync:visited {
	color: #fff;
}
#footer .linkcolorsync a:hover , #footer a.linkcolorsync:hover  {
	color: #fff;
}
#footer .linkcolorsync a:active , #footer a.linkcolorsync:active  {
	color: #fff;
}
/* blanket color sync for WelcomeArea */
#WelcomeArea, #WelcomeArea .navHeaderText, #WelcomeArea a:link {
	color: #374f68 !important;
}
#WelcomeArea, #WelcomeArea a:visited {
	color: #374f68 !important;
}
#WelcomeArea, #WelcomeArea a:hover {
	color: #374f68 !important;
}
#WelcomeArea, #WelcomeArea a:active {
	color: #374f68 !important;
}
/* project admin page */
.ProjectSelectLabel {
	font-size:small;
	font-weight:bold;
	color: #374f68 !important;
}

 
 
 
/* header and secondary navigation
----------------------------------- */
.wrapper {
    width: 996px;
    margin: auto;
    /*overflow: hidden;*/
    position: relative;
}

#topbar {
    height: 70px !important;
    background:	#60AC25 !important;
	position: relative;
}

#topbar .logo {
    position: absolute;
	top: 18px;
	left: 0;
}
 

/* secondary navigation */
ul#navSecondary {
	list-style: none;
	position: absolute;
	top: 20px;
	right: 0; 
}
ul#navSecondary li {
	float: right;
	line-height: 40px;
	border-right: 1px solid #FFFFFF;
	padding: 0 15px;
}
ul#navSecondary li:first-child {
	float: right;
	border-right: 0px;
	padding: 0 15px;
}
ul#navSecondary li a {
	display: block;
	border: none;
	text-decoration: none;
	color: #fff;
}
ul#navSecondary li a:hover {
	text-decoration: underline;
}
ul#navSecondary li.liUserIcon {
	background: transparent url("images/icn_usersetting.png") no-repeat 0% 50%;
    padding-left: 22px;
	font-weight: bold;
}
ul#navSecondary li.liTelerik {
	border-right: none;
	padding: 0 !important;
	white-space: nowrap !important;
	margin-right: 10px;
	line-height: 32px; 
	max-width: 500px;
	text-align: right;
}
ul#navSecondary li.liTelerik div.RadComboBox_Navigation {
	border-right: 1px solid #4C6176;
} 
ul#navSecondary li.liTelerik div.RadComboBox_Navigation input.rcbInput {
	width: 100px !important;
}
input.tbxRoleHelper { display: none; }

/* submenu for settings (gear icon) */
#hypSettingsGear {
	height: 40px;
    width: 16px;
	outline: 0;
}
#submenu {
	text-align: left;
	display: block;
	position: absolute;			
	right: 0;
	top: 60px;
	z-index: 3000000 !important;
	background: #fff;
	border: 2px solid #ccc;
	border-top: 1px solid #eee;
	color: #333;
	overflow: visible !important;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
}
#submenu #sub1 { padding: 10px 0 20px; }
#submenu ul {
	list-style: none;
}
#submenu ul li {
	display: block;
	float: none;
}
#submenu ul li a { 
	line-height: 25px;
	padding: 3px 20px !important;
	background: none;
	display: block;
	white-space: nowrap;
	color: #333;
	margin: 0 !important;
}
#submenu ul li a:hover { background: #eee !important; }
#brandingLogo  {
	text-align: right;
	margin-bottom: 1em;
}








/* Layout CSS cont'd
----------------------------------- */

/* Menu */
#menu {
    clear: both;
    padding-top: 8px;
	background: #eee;
}
/* Body */
#body {
    padding: 20px 0px 68px 0px;
    background: #fff;
	
}

#body h1 {
    font-size: 24px;
    font-weight: bold;
    color: #374F68 ;
    background: transparent url("images/bg_dashed.png") repeat-x 0% 100%;
    padding: 0 0 7px;
    margin: 0 0 23px;
}


/* Footer */
#footer 
{
	position: relative !important;
    margin-top: -150px;
	height: 150px;
    width:100%;
    background: #60AC25;
	clear: both !important; 
}

#footer .footerList
{
    padding-top:10px;
    color:#FFFFFF;
}

/*CSS Stick Footer, Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


#footer .wrapper {
	/*background: transparent url(images/footer-logo.png) no-repeat 100% 50%;*/
	height: 68px;
}
#footer .copyright, #footer .support {
	position: absolute;
	top: 20px;
	color: #fff;
	font-size: 1em;
	padding-right: 15px;
}
#footer .linklist
{
    padding-top:10px;
    float:left;
    width:150px;
}
#footer .copyright a
{
    color: #FFFFFF;
    text-decoration:none;    
}
#footer .copyright a:hover
{
	text-decoration: underline;    
}
#footer .copyright 
{
	left: 30px
}

#footer .support {   
	float:right;
	right:0px;
}
#footer .support a 
{
    color: #FFFFFF;
    text-decoration:none;        
}
#footer .support a:hover
{
    text-decoration:underline;
}

#footerfix {
    height: 68px;
    clear: both;
    width: 100%;
}

.login-container {
	width:363px;
	margin:167px auto 0 auto;
}

.login-logo {
	height:96px;
	background:url(images/bg-login-logo_r3.png) left top no-repeat;
}

.login-form {
	background:url(images/bg-login-form.png) left bottom no-repeat;
	padding:33px 43px 43px 46px;
}

.login-form .item, .login-form-noborder .item {
	overflow:hidden;
	font-size:11px;
	color:#474747;
	margin-bottom:8px;	
}

.login-form label, .login-form-noborder label {
	width:50px;
	display:block;
	text-align:right;
	float:left;
	padding-right:10px;
	padding-top: 4px;
}

.login-form input.text, .login-form-noborder input.text {
	float:left;
}

.login-form input.checkbox, .login-form-noborder input.checkbox {
	margin:0;
	padding:0;
	float:left;
}

.remember-me {
	margin:14px 0 0 60px;
}

.remember-me span {
	margin-left:6px;
	float:left;
	display:block;
}

.forgot-pasword {
	margin:15px 0 0 100px;
	overflow:hidden;
}

.forgot-pasword a {
	display:block;
	width:117px;
	font-size:11px;
	float:left;
}

.login-button {	
	margin-top:2px;
}

.blue-line {
	background-color:#70cdf3;
	border:1px solid #00aef1;
	height:1px;
	position:absolute;
	left:0;
	bottom:0px;
	width:958px;
}



a,a:visited {
	color:#374f68;
}

.separator {
	padding:0 4px 0 3px;
	color:#474747 !important;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
}

#warning-block {
	border:1px solid #d69090;
	padding:1px;
	margin-bottom:9px;
}

.warning-block-content {
	background:#fee8e5 url(images/warning-icon.png) 13px 12px no-repeat;
	padding:13px 12px 10px 42px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.alert {
	font-size:12px;
	font-weight:bold;
}

.sidebar {
	float:left;
	width:187px;
	padding:10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#474747;
}

.sidebar div,
.sidebar .selected {
	background-image:url(images/bg-sidebar-item.png);
	background-repeat:no-repeat;
	width:157px;
	height:22px;
	margin-bottom:2px;
	padding:8px 15px 0 15px;
}

.sidebar div {
	background-position:0 0;
}

.sidebar .selected {
	background-position:0 -39px;
}

.content {
	font-family:Arial, Helvetica, sans-serif;
}

.content h1 {
	color:#182830;
	font-size:20px;
	font-weight:normal;
	margin-bottom:11px;
}

.contentSmall {
	float:left;
	width:773px;	
}

.description {
	color:#6d6d6d;
	margin-bottom:30px;
}

.content h1 span {
	color:#21b6f0;
	text-decoration:underline;
}

#rounds {
	position:relative;
	border:1px solid #cfd3d7;
	padding:24px 21px;
}

.roundsBottomRight {
    background: #FFF url(images/br.png) right bottom no-repeat;
	position:absolute;
	bottom:-1px;
	right:-1px;
	width:7px;
	height:7px;
}

.roundsBottomLeft {
    background: url(images/bl.png) left bottom no-repeat;
	position:absolute;
	bottom:-1px;
	left:-1px;
	width:7px;
	height:7px;
}

.roundsTopRight {
    background: url(images/tr.png) right top no-repeat;
	position:absolute;
	top:-1px;
	right:-1px;
	width:7px;
	height:7px;
}

.roundsTopLeft {
    background: url(images/tl.png) left top no-repeat;
	position:absolute;
	top:-1px;
	left:-1px;
	width:7px;
	height:7px;
}

.grid-title {
	color:#6e6e6e;
	font-size:18px;
	font-weight:bold;
	padding-bottom: 8px;
}

.btn
{
	padding: 20px 0px 10px 0px;
	text-align : right;
}

/************  fieldset styles ************/

fieldset {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;  
	border:1px solid #a4abb2;
	padding:0px 14px 20px 14px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
}

.form-item {
	margin-top:10px;
	overflow:hidden;
}

.form-item span {
	display:block;
	float:left;
}

.form-item .radio {
	padding: 0 16px 0 0;
	overflow:hidden;	
}

.form-item input,
.form-item label {
	float:left;
}

.form-item label {
	padding-top:2px;
}
.form-content
{
	padding-top: 10px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

/******* Popup styles *******/

.popup {	
	font-size:12px;
	color:#484848;
	font-family:Arial, Helvetica, sans-serif;
}

.popup-header {
	background:#DBDFE4 url(images/bg-popup.png) 0 -2300px repeat-x;
	overflow:hidden;
	border-color: #A4ABB2;
    border-style: solid;
    border-width: 0 0 1px 0px;
	padding:5px 7px 4px 8px;
	height:20px;
}

.popup-header .title {
	float:left;
	line-height:15px;
}

.popup-header .close {
	float:right;
}

.popup-header .close a img {
	display:block;
	border:none;
}

.popup-content {
	padding:10px;
	background:#fff;
}

#infoHolder { padding-top: 20px; }
#batchInfo {  }
#batchStats {  }
#batchProgress { }
#taskGrid { min-height: 100px; border: 1px solid #999; }
    
.batchTitle { font-weight: bold; }
.infoHolderPanel { width: 280px; float: left; padding: 10px; }
    
.panelContainer {border: 1px solid #999;
overflow-y: scroll;
overflow-x: hidden;
}

.formTitle { width: 140px; }

/* Collection Manager */

.linkButton 
{
    font-size: 12px;
    font-weight: bold;
    color: #374F68 ;
    margin-bottom:0;
    background: none;
}


.CollectionManager_RadGridItems 
{ 
    width: auto !important; 
} 
 
div.CollectionManager_RadGridItems 
{ 
    float: left; 
}

#ctl00_DefaultContent_RadTextBoxSearchIndividualCustodians_wrapper
{
    margin-left:256px;
}
#ctl00_DefaultContent_RadTextBoxSearchCompanyCustodians_wrapper
{
    margin-left:181px;
}
#RadToolTipWrapper_ctl00_DefaultContent_RadToolTipCustodianInfo
{
    margin-top:5px;
}

.CreateCollection_SectionButton_Title 
{
    color: #374f68;
    padding: 25px 0px 0px 20px;
    font-size: 16px;
    font-weight: bold;
}

.CreateCollection_SectionButton 
{
    background: url(images/buttons/btnSectionBar_v2.png) no-repeat;
	
	width:1001px;
	height:68px; 
	
	cursor: pointer;

}

#CreateCollection_Header 
{
    
    color: #374F68 ;
    font-size: 24px;
    float: left;
    font-weight:bold;
}

.CreateCollection_Icon
{
    background: url(images/icons/icn_collections_title.png) no-repeat;
    height: 24px;
    float: left;
    position: relative;
    width: 50px;
}

.CreateCollection_SubHeader_Back
{
    float: left;
    width: 85px;
    height: 24px;
}

.CreateCollection_SubHeader
{
    float: left;
    font-weight:bold;
}

.btnBack
{
      background: url(images/buttons/btnBack.png) no-repeat;
	
	width:74px;
	height:26px; 
	position: absolute;
}


.CreateColleciton_Panel
{
    height: 0px; 
    width: 1000px; 
    padding: 20px 0;
    display: none;
}

.CreateCollection_Nav
{
    height: 40px;   
    font-size:18px;
    font-weight:bold;
}

.CreateCollection_btnCreate
{
    background: url(images/buttons/btnSaveCollectionBatch.png) no-repeat;
width: 233px;
height: 48px;
position: absolute;
cursor: pointer;
background-position: -2px -2px;
}

.CreateRdcBatch_btnCreate
{
    background: url(images/buttons/btn_createBatch.png) no-repeat;
	
    width: 233px;
    height: 49px;
	position: absolute;
	cursor: pointer;
	border:0;
  background-position: -2px -2px;
}

.CreateCollection_grid_header 
{
 padding: 3px;
background: #999;
color: white;   
}

.leftArrow 
{
 /*background: url(images/left_pointer.png) no-repeat; width: 27px; height: 32px;   */
}

    .sourcePanel 
    {
border: 1px solid #CCC;
padding: 10px;
background: #FAFEFF;
color: #87908D;
position: relative;
    }
    .sourcePanelRow
    {
        float: left;   
    }
    
    .arrowPanel
    {
        float:left;height: 300px; width: 35px;
    }
    
    .cellSeperator
    {
        padding:5px;
    }
    
    .btnAutoUp
    {
        background: url(images/buttons/btnAuto_up.png) no-repeat; width: 74px; height: 28px;  position: absolute; 
    }
    
    .btnAutoDown
    {
        background: url(images/buttons/btnAuto_down.png) no-repeat; width: 74px; height: 28px;   position: absolute;
    }
    
        .btnManualUp
    {
        background: url(images/buttons/btnManual_up.png) no-repeat; width: 74px; height: 28px;  position: absolute; 
    }
    
    .btnManualDown
    {
        background: url(images/buttons/btnManual_down.png) no-repeat; width: 74px; height: 28px;  position: absolute; 
    }
    
        .btnScheduleUp
    {
        background: url(images/buttons/btnSchedule_up.png) no-repeat; width: 105px; height: 28px;  position: absolute; 
    }
    
    .btnScheduleDown
    {
        background: url(images/buttons/btnSchedule_down.png) no-repeat; width: 105px; height: 28px;   position: absolute;
    }
    
    .btnAllEmailsDown
    {
        background: url(images/buttons/btnAllEmail_down.png) no-repeat; width: 67px; height: 28px;   position: absolute;
    }
    
    .btnAllEmailsUp
    {
        background: url(images/buttons/btnAllEmail_up.png) no-repeat; width: 67px; height: 28px;   position: absolute;
    }
    
    .btnDateDown
    {
        background: url(images/buttons/btnDates_down.png) no-repeat; width: 85px; height: 28px;   position: absolute;
    }
    
    .btnDateUp
    {
        background: url(images/buttons/btnDates_up.png) no-repeat; width: 85px; height: 28px;   position: absolute;
    }
    
    .selected_source_row
    {
        background: #fff;
    }
    
    
/* New custodians button */ 
.newCustodiansBtn {
    width: 158px;
    height: 37px;   
    background: url(images/bg_newCustodians.png) no-repeat;
}

.newCustodiansBtn ul.rmRootGroup {
    background: none;
    border: none;
}

.newCustodiansBtn ul li .rmRootLink {
    background: none;
    padding: 0 0 0 36px;
    line-height: 32px;
    color: #fff;
    text-shadow: #000 1px 1px 2px;
    font-size: 13px;
}

.newCustodiansBtn ul li .rmRootLink:hover {
    color: #fff;
}

.newCustodiansBtn ul li .rmRootLink .rmText {
    background: none;
}

.newCustodiansBtn .rmSlide {
    margin: 0 0 0 1px !important;
}

/* New Custodians Import Custodians from CSV Window */
/* Select CSV upload (RadAsyncUpload) on the Import Custodians window */
.RadUpload input.ruFileInput 
{
    left: 0px !important;
    padding: 0px !important;
    width: 350px !important;
}

/*Progress bar*/
.progress-bar {
        background-color: #ccc;
        height: 25px;
        /*padding: 5px;*/
        width: 155px;
        /*margin: 50px 0;*/
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        /*-moz-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
        -webkit-box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;*/
        /*box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;*/
}

.progress-bar span#progressvalue {
        display: inline-block;
        height: 100%;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-bottomleft: 8px;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
        -webkit-transition: width .4s ease-in-out;
        -moz-transition: width .4s ease-in-out;
        -ms-transition: width .4s ease-in-out;
        -o-transition: width .4s ease-in-out;
        transition: width .4s ease-in-out;
}
.progressvalueRightBorder
{
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.blue span#progressvalue {
    /*background-color: #DFF2BF;  change progress bar color here */
    background: -moz-linear-gradient(top, #60ac25 0%, #356114 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60ac25), color-stop(100%,#356114)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #60ac25 0%,#356114 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #60ac25 0%,#356114 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #60ac25 0%,#356114 100%); /* IE10+ */
    background: linear-gradient(top, #60ac25 0%,#356114 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ac25', endColorstr='#356114',GradientType=0 ); /* IE6-8 */
	text-align:center;
    color:White;
    font-weight:bold;
    line-height:25px;
}

.progress-bar .progressValue {   
        /*background-color: #DFF2BF;  change progress bar color here */
    background: -moz-linear-gradient(top, #60ac25 0%, #356114 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60ac25), color-stop(100%,#356114)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #60ac25 0%,#356114 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #60ac25 0%,#356114 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #60ac25 0%,#356114 100%); /* IE10+ */
    background: linear-gradient(top, #60ac25 0%,#356114 100%); /* W3C */
    border-radius: 8px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ac25', endColorstr='#356114',GradientType=0 ); /* IE6-8 */
	text-align:center;
    color:White;
    font-weight:bold;
    line-height:25px;
}

#ctl00_DefaultContent_RadGridCollectionDetails_ctl00_ctl04_Label1
{
}
#RadToolTipWrapper_ctl00_DefaultContent_RadToolTipCollectionDetails
{
    top: 440px;
}

.nextDiv {
float: right;
text-align: right; 
}

.btnNext {
padding: 3px 20px;
background: #EEE;
border: 1px solid #999;
}

.CreateCollection_btnExport
{
        background: url(images/buttons/btn_newExport.png) no-repeat;
	
    width: 173px;
    height: 34px;
    border:0;
	position: absolute;
	cursor: pointer;
}

.sourceCell {
margin: 0 0 2px;
border: 1px solid #C6D1D8;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
height: 24px;
padding: 6px 7px 4px;
background: transparent url("images/bg_sourceCell.png") repeat-x 0px 0px;
}

.sourceCell .sourceText {
float: left;
line-height: 24px;
font-size: 14px;
font-weight: bold;
color: #668197;
width: 179px;
padding-left: 10px;
}

.sourceCell .chkbox {
float: right;
margin: 5px 0 0;
}


.sourceCells {
    width: 200px;
    height:400px;
    float: left;
}

.sourceCells .sourceCell {
    margin: 0 0 2px;
    border: 1px solid #c6d1d8;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    height: 24px;    
    padding: 6px 7px 4px;
    background: transparent url("images/bg_sourceCell.png") repeat-x 0px 0px;
}

.sourceCells .sourceCell.selected {
    background: #fff;
}

.sourceCells .sourceCell .sourceImg {
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 14px 0 0;
}

.sourceCells .sourceCell .sourceImg img {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url("images/sources/bg_sourceImg.png");
    background-repeat: no-repeat;
}

.sourceCells .sourceCell .sourceImg img.gmail {
    background-position: 0px -24px;
}

.sourceCells .sourceCell.selected .sourceImg img.gmail {
    background-position: 0px -24px;
}

.sourceCells .sourceCell .sourceImg img.yahoo {
    background-position: -24px -24px;
}

.sourceCells .sourceCell.selected .sourceImg img.yahoo {
    background-position: -24px -24px;
}

.sourceCells .sourceCell .sourceImg img.aol {
    background-position: -48px -24px;
}

.sourceCells .sourceCell.selected .sourceImg img.aol {
    background-position: -48px -24px;
}

.sourceCells .sourceCell .sourceImg img.hotmail {
    background-position: -72px -24px;
}

.sourceCells .sourceCell.selected .sourceImg img.hotmail {
    background-position: -72px -24px;
}

.sourceCells .sourceCell .sourceImg img.exchange {
    background-position: -96px -24px;
}

.sourceCells .sourceCell.selected .sourceImg img.exchange {
    background-position: -96px -24px;
}

.sourceCells .sourceCell .sourceImg img.remove {
    background-position: -120px -24px;
}

.sourceCells .sourceCell.selected .sourceImg img.remove {
    background-position: -120px -24px;
}

.sourceCells .sourceCell .sourceImg img.generic {
    background-position: -144px -24px;
}
.sourceCells .sourceCell.selected .sourceImg img.generic {
    background-position: -144px -24px;
}

.sourceCells .sourceCell .sourceImg img.office365 {
    background-position: -168px -24px;
}
.sourceCells .sourceCell.selected .sourceImg img.office365 {
    background-position: -168px -24px;
}

.sourceCells .sourceCell .sourceImg img.icloud {
    background-position: -192px -24px;
}
.sourceCells .sourceCell.selected .sourceImg img.icloud {
    background-position: -192px -24px;
}

.sourceCells .sourceCell .sourceImg img.maildotcom {
    background-position: -216px -24px;
}
.sourceCells .sourceCell.selected .sourceImg img.maildotcom {
    background-position: -216px -24px;
}

.sourceCells .sourceCell .sourceImg img.amazons3 {
    background-position: -240px -24px;
}
.sourceCells .sourceCell.selected .sourceImg img.amazons3 {
    background-position: -240px -24px;
}

.sourceCells .sourceCell .sourceImg img.box {
    background-position: -240px -24px;
}
.sourceCells .sourceCell.selected .sourceImg img.box {
    background-position: -240px -24px;
}

.sourceCells .sourceCell .sourceText {
    float: left;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #668197;
    width: 120px;
}

.sourceCells .sourceCell.selected .sourceText {
    color: #000;
}

.sourceCells .sourceCell .chkbox {
    float: right;
    margin: 5px 0 0;
}

.inactiveNumber 
{
    float: left;
    margin: 5px 0px 0px -45px;
    font-size: 48px;
    font-family: Arial,sans-serif;
    font-weight: bold;
    color: #374f68;
}

.activeNumber 
{
    float: left;
    margin: -10px 0px 0px -60px;
    font-size: 72px;
    font-family: Arial,sans-serif;
    font-weight: bold;
    color: #E37723;
}

div#ctl00_DefaultContent_rnSourceSettings_popup
{
    background-color: White;
}

.folderContainer 
{
    height: 320px; float: left; width: 455px; background: url(images/folder_bg.png);
    background-repeat: no-repeat;
    padding: 10px 20px;
    
}

.folderContainerSmall
{
    height: 160px; float: left; width: 455px; background: url(images/folder_bg_160.png);
    background-repeat: no-repeat;
    padding: 10px 20px;
    
}

.dateContainer 
{
    height: 320px; float: left;  background: url(images/folder_bg.png);
    background-repeat: no-repeat;
    padding: 10px 20px;
    width: 200px; 
}

.calenderIcon
{
    height: 20px; float: left;  background: url(images/calendar_icon_mini.png);
    background-repeat: no-repeat;
    width: 20px;   
}

.close {
    padding: 3px;
    background: #eee;
    color: #000;
}

.labelTitle 
{
    color:#374f68;
    font-weight:bold;
}

/* 
	START new/modified Breadcrumb rules
	--------------------------------------
	WAS DIV, changed to UL 
*/
ul.projectHeaderBreadcrumb
{
    font-size: 18px;
    font-weight: bold;
    background: transparent url("images/bg_dashed.png") repeat-x 0% 100%;    
    height: 33px;
	/* new rules */
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 33px;
	color: #e07721 !important;
}
.kg-clear-both {
	clear: both;
	height: 0px;
}
.projectHeaderBreadcrumb li, .projectHeaderBreadcrumb li a {
	float: left;
	height: 33px;
	vertical-align: baseline;
	line-height: 33px;
	color: #e07721 !important;
}
.projectHeaderBreadcrumb li img {
	float: left;
	margin-right: 6px !important;
}
.projectHeaderBreadcrumb .projectHeaderBreadcrumbSeparator {
	margin-left: 7px;
	margin-right: 7px;
	color: #e07721 !important;
}
/* END new Breadcrumb rules */

/* ajax load fix, adds padding to not end right at breadcrumb img edge with each load... */
#DefaultContent_pnlMain {
	margin-top: -20px !important;
	padding-top: 18px !important;
	
}
/* overwriting body 20px top padding rule 
   NOTE: not doing it this way, affects too many files 
#body { padding-top: 0 !important; }
*/

/* can we get a full-viewport raDiv -- ajax loading indicator? */
#defaultLoadingPanelctl00_DefaultContent_RadAjaxPanel1 {

}

.projectHeaderBreadcrumbSeparator
{
    font-size:18px;
    font-weight:bold;
    color:#374f68 !important;
}

.RadButton.rbLinkButton.projectHeaderBreadcrumb
{
    font-size: 18px;
    font-weight: bold;
    color: #374F68 ;
    margin-bottom:0px;
    background: none;
}

.blueButton
{
    background-position: 0 0;
    Width:175px;
    Height:34px;
}

.RadButton.rbLinkButton.css3Grad 
{
    color:#FFFFFF;
    font-weight:bold;
    font-size:9pt;
    border: 0;
    border-radius: 4px;
    text-transform:uppercase;
    text-align:center;
    width:175px;
    height:32px;
    line-height:32px;    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #496888 0%, #374F68 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#496888), color-stop(100%,#374F68)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #496888 0%,#374F68 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #496888 0%,#374F68 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #496888 0%,#374F68 100%); /* IE10+ */
    background: linear-gradient(top, #496888 0%,#374F68 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#496888', endColorstr='#374F68',GradientType=0 ); /* IE6-8 */
}

.RadButton.rbLinkButton.css3GradWide 
{
    color:#FFFFFF;
    font-weight:bold;
    font-size:9pt;
    border: 0;
    border-radius: 4px;
    text-transform:uppercase;
    text-align:center;
    width:225px;
    height:32px;
    line-height:32px;    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #496888 0%, #374F68 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#496888), color-stop(100%,#374F68)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #496888 0%,#374F68 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #496888 0%,#374F68 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #496888 0%,#374F68 100%); /* IE10+ */
    background: linear-gradient(top, #496888 0%,#374F68 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#496888', endColorstr='#374F68',GradientType=0 ); /* IE6-8 */
}

.RadButton.rbLinkButton.css3Grad:hover 
{
    border: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #FFE79C 0%, #C98400 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFE79C), color-stop(100%,#C98400)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFE79C 0%,#C98400 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFE79C 0%,#C98400 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFE79C 0%,#C98400 100%); /* IE10+ */
    background: linear-gradient(top, #FFE79C 0%,#C98400 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE79C', endColorstr='#C98400',GradientType=0 ); /* IE6-8 */
}

.RadButton.rbLinkButton.zButton {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    background: #60ac25;
    padding: 7px 25px 7px 20px;
    vertical-align: bottom;
    text-decoration: none;
}

.RadButton.rbLinkButton.zButton:hover {
    border: 0;
    background: #4c891d;
    text-decoration: none;
    color: #fff;
}

.zButton {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  background: #60ac25;
  padding: 13px 25px 4px 20px;
  vertical-align: bottom;
  text-decoration: none;    
}
.zButton-split {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  background: #60ac25;
  vertical-align: bottom;
  text-decoration: none;    
}

.zButton:hover {
  background: #4c891d;
  text-decoration: none;
  color: #fff;
}
.zButtonIcon {
  padding-right: 10px;
  font-size: 22px;
  vertical-align: middle;
}
.zButtonText {
  vertical-align:baseline;
}
/* UI touch-ups
----------------------------------- */
.bigproject {
	font-size: 1.4em !important;
	margin-left: 5px;
} 
.RadGrid input[type="image"] {
	display: block !important;
}
.edit-image-text {
	/* KG TODO */
}
.CollectionManager_RadGridItems span.rbText {
	font-weight: bold !important;
	color: #374f68 !important;
}
/* hiding all heading icons */
ul.projectHeaderBreadcrumb img { display: none !important; }
legend.legendHeading {
	color: #374f68 !important;
	font-size: 21px;
	font-weight: bold;
}
.RadGrid .rgSelectedRow, .RadGrid_Office2010Silver .rgSelectedRow td
{
    background-image : none !important;
    background-color: #FDF1C4 !important; /* highlighter yellow */
	color: #333 !important;
}
.RadGrid_Black td
{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis; 
}

/* branding */
.brand-collect  {
	margin-top: 10px;
	background: #fff url(images/sublogo-Collect.png) no-repeat 100% 0%;
}
.brand-assess {
	margin-top: 10px;
	background: #fff url(images/sublogo-Assess.png) no-repeat 100% 0%;
}
/* then, breadcrumbs will provide the padding, that way our 'brand-collect' and 'brand-assess' pages  
   will have more room to absolutely-position the sub-logos */
ul.projectHeaderBreadcrumb {
	
}
#header {
	height: 130px !important;
}
/*#body { margin-top: -5px !important; }*/
a.downloadLicenseAgreement {
	font-size: .8em;
	font-weight: normal;
	padding-left: 30px;
	line-height: 25px;
	background: transparent url(images/icons/Download.png) no-repeat 0% 50%;
}
.padme {
	padding: 8px !important;
}
.RadTabStrip_ecloudcollect .rtsLI a[title='Export'].rtsLink .rtsOut .rtsIn img.rtsImg {
	margin-right: 9px !important;
}
#divGmailNote {
	position: absolute;
	top: -190px;
	right: 0;
	padding: 0 13px 0 23px;
}
#msgBilling {
	display: block;
	margin: 0 auto; 
	width: 50%;
	padding: 20px;
	font-size: 2em;
	font-weight: normal !important;
}
#msgBilling span {
	display: block;
	font-weight: bold !important;
}



/* jquery wizard
thx? http://blog.jerodsanto.net/2008/08/jquery-wizard-redux/
----------------------------------- */
#mainNav li a em, h4 {font-size: 114%} /* =15 */

#mainNav{clear:both}
#mainNav li{
	height:71px;
	list-style:none;
	float:left;
	background-color:#EBEBEB;
	background-image: url(images/navBtn.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#mainNav li.current{
	background-color:#C36615;
	background-image: url(images/navCurrentBtn.gif);
}

#mainNav li.lastDone{
	background-color:#7C8437;
	background-image: url(images/navLastDoneBtn.gif);
}

#mainNav li.done{
	background-color:#7C8437;
	background-image: url(images/navDoneBtn.gif);
}

#mainNav li a, #mainNav li a:link, #mainNav li a:visited, #mainNav li a:hover, #mainNav li a:active {
color:#ccc;
}

#mainNav li.lastDone a, #mainNav li.lastDone a:link, #mainNav li.lastDone a:visited, #mainNav li.lastDone a:hover, #mainNav li.lastDone a:active, #mainNav li.current a, #mainNav li.current a:link, #mainNav li.current a:visited, #mainNav li.current a:hover, #mainNav li.current a:active, #mainNav li.done a, #mainNav li.done a:link, #mainNav li.done a:visited, #mainNav li.done a:hover, #mainNav li.done a:active {
color:#fff;
}

#mainNav li.done a:hover, #mainNav li.lastDone a:hover  {
color:#FFFF99;
cursor:hand;
}

#mainNav li a em{
width:150px;
display:block;
margin:6px 0 0 10px;
font-style:normal;
font-weight:bold;
}

#mainNav li a span{
width:140px;
display:block;
margin-left:10px;
font-weight:normal;
}

#mainNav li.mainNavNoBg{
background-image:none;
}

#mainNav li a{
height:71px;
display:block;
}

/* #mainNav.fiveStep */
#mainNav.fiveStep li{width:182px;}
#mainNav.fiveStep li a{width:182px;}

/* #mainNav.fourStep */
#mainNav.fourStep li{width:227px;}
#mainNav.fourStep li.mainNavNoBg{width:229px;}
#mainNav.fourStep li a{width:227px;}

/* #mainNav.threeStep */
#mainNav.threeStep li{width:303px;}
#mainNav.threeStep li.mainNavNoBg{width:304px;}
#mainNav.threeStep li a{width:303px;}

/* #mainNav.twoStep */
#mainNav.twoStep li{width:455px;}
#mainNav.twoStep li a{width:455px;}

#wizardpanel {
	background-color: #F5F5F5; margin:5px;display:none;
}
#wizardcontentwrap {
	
}

#wizard{width:400px !important;}

/* BUTTONS */
.buttons{margin:10px;clear:both}
#next {float:right}
#previous {float:left}

/* indexed IO integration
----------------------------------- */
a#triggerIndexedIO {
	display: block;
	background: transparent url("images/cloud-logo-indexedio.gif") no-repeat 0% 50% !important;
	padding-left: 130px;
	line-height: 23px;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	position: relative;
	border: none;
	background: transparent;
}
a#triggerIndexedIO:hover { text-decoration: underline !important; }
#projectLevelIndexedIO {
	float: right;
	padding-right: 306px;
	margin-top: 5px;
}

#wizard * {
	font-size: 1em !important;
}
#wizard fieldset {
	border: none;
	padding: 1em 0;
}
#wizard fieldset input.text { 
	display: block; 
	padding: 3px;
	font-weight: bold;
}
#wizard fieldset label.lbl {
	display: inline-block;
	margin-top: 1em;
}
#wizard #divEnterCredentials, #wizard #divChooseIIOproject {
	font-weight: bold;
	height: 45px;
	background: transparent url(images/cloud-logo-indexedio.gif) no-repeat 50% 100%;
	vertical-align: top;
}
#wizard #wizardcontent {
	text-align: center;
	margin-top: 20px !important;
}
/* all widths in one place */
#wizard #divSignInButton,
#wizard #step_1_wrapper,
#wizard #divCredentialsSuccess,
.frontcenter,
#wizard #divLink2IIOProject {
	width: 400px;
}
#wizard #divSignInButton {
	text-align: center;
}
#wizard fieldset {
	margin: 0 auto;
	width: 300px !important;
	text-align: left !important;
}
#wizard fieldset input.text { width: 260px; }
 
/* additional wizard steps */
#divCredentialsSuccess {
	color: #4CB764;
	font-weight: bold;
	padding-top: 1em;
	text-align: center;
}
#wizard a.hypCancel {
	margin-left: 7px;
	color: #666;
}
/* z-indexed because of telerik default loading control */
.ui-widget-overlay {
	background: #f1f1f1	 !important;
	z-index: 90001 !important; 
	opacity: .6 !important;
}
.ui-dialog {
	z-index: 90002 !important;
}
/* step #2 */
#wizard #divChooseIIOproject span#spanMatter {
	color: #E07721 !important;
	font-size: 1.1em !important;
	display: block;
	margin-top: 4px;
	/*font-family: Georgia;
	font-size: 1.4em !important;
	*/
	font-weight: bold !important;
	margin-bottom: .5em;
}
#wizard #divChooseIIOproject {
	text-align: center !important;
	margin-bottom: 1em !important;
	height: 87px !important;
}
.frontcenter {
	text-align: center !important;
	margin-bottom: 1.5em;
}
#wizard .buttons {
	margin-bottom: 1em !important;
	padding-top: .5em;
}
.ajax_loading {
	margin-top: 4px;
	float: right;
	display: block;
	background: transparent url(images/ajax-loader.gif) no-repeat 0% 0%;
	width: 16px;
	height: 11px;
}
/* validation */
#wizard label.error {
	color: #CB3924;
	font-weight: bold;
	display: block;
}
/* linking projects */
#wizard #divLink2IIOProject {
	height: 200px;
	font-weight: bold;
	position: relative;	
}
#wizard #spanIIOproj {
	position: absolute;
	left: 0;
	top: 40px;
	width: 190px;
	height: 130px;
	background: transparent url(images/cloud-logo-indexedio.gif) no-repeat 50% 32px;
	vertical-align: bottom;
	line-height: 130px;
	color: #E07721 !important;
}
#wizard #spanECLOUDproj {
	position: absolute;
	right: 0;
	top: 40px;
	width: 190px;
	height: 130px;
	vertical-align: bottom;
	line-height: 130px;
	color: #E07721 !important;
}
#wizard #spanECLOUDproj.linked {
	background: transparent url(images/ecloud-smaller-logo.png) no-repeat 50% 0% !important;
}
#divIIOLink {
	position: absolute;
	top: 72px;
	left: 45%;
	width: 47px;
	height: 26px;
	background: transparent url(images/ecloud-icon-iio-link.png) no-repeat 0% 0%;
}
/* eula */
#divIIOeula {
	position: absolute;
	bottom: 10px;
	left: 20px;
	width: 350px;
	text-align: left;
	font-weight: normal;
	font-size: 78%;
}
#divIIOeula label { cursor: pointer; }
.moveover { margin-left: 170px; }


/* self-clear floats */
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .group { /* IE6 */
    height: 1%;
}

*:first-child+html .group { /* IE7 */
    min-height: 1px;
}
    

.NoOverflow 
{
  overflow-y:scroll;  
}

#exportGrid td {
    vertical-align:baseline;    
    font-size: 1.2em;
}

#exportGrid .exportName {
    font-size: 1.2em;
    font-weight: 600;
    color: #60ac25;
}

#exportGrid .exportBy {
    padding-top:10px;
}

#exportGrid .exportLabel {
    color:#999;
    font-size:0.9em;
    font-weight:600;
}

#exportGrid .exportDetails {
    line-height:18px;
}

#exportGrid .exportActions {
    padding-top:10px;
    padding-left:10px;
    font-size:0.8em;
}

#CollectionManagerGrid .collectionName {
    font-size: 1.4em;
    font-weight: 600;
    color: #60ac25;    
}

#CollectionManagerGrid .collectionType {
    padding-top:10px;    
    font-size:1.2em;
}

#CollectionManagerGrid .collectionDetails {
    line-height:18px; 
    font-size:1.2em;   
}

#CollectionManagerGrid .collectionLabel {
    color:#999;
    font-size:0.8em;
    font-weight:600;    
}

#CollectionManagerGrid .topLeftOptions {
    float:left;
    width:300px;
    padding:50px 0 0 10px;
}

#CollectionManagerGrid .topRightOptions {
    float:right;
    padding-right: 10px;
}

#CollectionManagerGrid .topRightSelectOptions {
    padding-top:30px;
    text-align:right;
}