/* ====== START: styles that override the premium-level widgets css (temporary) ============ */

div.panelTopLeft, div.panelTopRight, div.panelBottomLeft, div.panelBottomRight {
    display: none;
}
div.panel {
    margin: 0 10px 10px 0;
    border: 1px solid #DCDCDC;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div.panelBottomMiddle {
    background: transparent;
    float: none;
    height:6px;
    line-height:0px;
    position:relative;
    overflow:hidden;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
div.panelTopMiddle {
    float: none;
    height: auto;
    background: transparent;
    min-height: 20px;
    background-repeat: repeat-x;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
div.panelTopMiddle h3 {
    line-height: 17px;
    margin: 0 0 0 7px;
    padding: 3px 0;
    font-size: 0.85em;
    color: #1E3561;
    font-weight: bold;
}


div.panel_210, div.panel_228, div.panel_100p, div.panel_476 {
    float: none;
}
div.panel_210 { width: 210px; }
div.panel_228 { width: 215px; }
div.panel_100p { width: auto; }
div.panel_476 { width: 476px; }

div.panel_228_width, div.panel_210_width, div.panel_100p_width, div.panel_476_width {
    width: auto;
}
div.panel_228_pad, div.panel_210_pad, div.panel_100p_pad, div.panel_476_pad {
    width: auto;
    padding: .5em;
}
ul.linkSet {
    padding-left: 0;
}


.roundedBox {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.roundedBox_626 {
	width: 626px;
}
.roundedBox_336 {
	width: 336px;
}
.roundedBox_m {
	border-radius: 4px;
	background: #fff !important;
}
.roundedBox_t, .roundedBox_b {
	display: none;
}



.roundedBox_formLegend {
	top: -10px;
	padding: 0 5px;
	border-bottom: 0;
	border-radius: 3px;
	background: #fff;
}
.inlineRadio {
	margin: 5px 0 3px 7px;
}
.paginationStatus {
	float: none;
	display: block;
}
ul.titleListing {
	padding: 0;
}


/* ====== END: styles that override the premium-level widgets css (temporary) ============ */



div.panel {
    /* custom border color here */
}

#languageAndIdentity {
    background-color: #eee;
}

#languageAndIdentity legend {
    display: none;
}

#languageAndIdentity fieldset {
    border: none;
    padding: 0;
}

#languageAndIdentity .language {
    float: right;
}

div#passwordReminder {
    padding-top:20px;
}

ul.loiList ul.loiList ul.loiList{
    margin: 0;
}

ul.linkSet li a:hover{
    text-decoration:underline;
}

.quickSearch_content .kwd {
    width: 170px;
}

div.panelTopMiddle {
    background-color:#A1C1E6;
    background-image:none;
}

div.panelBody, div.panelBottomMiddle {
    background-color:#F5F5F5;
    border: 0;
}

div.panelTopMiddle h3{
    color:#FFFFFF;
}

.panelBody, .panelBody a {
    color: #646464;
}

.panelBody a:visited{
    color: #CC9966;
}

/* Collection Publication Styles */
ul#collectionTitles {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#articleToolsFormats li {
    padding: 0 1em;
}
ul#articleToolsFormats li.deepDyveOpt
{
    font-size: .8em;
    font-weight: normal;
}