﻿/* Homepage Buttons */
.TextModule
{
	padding-top: 20px;
	float: left;
	width: 98%;
	min-width: 98%;
	max-width: 98%;
}

.SearchModule
{
	padding: 20px 5px 20px 5px;
	width: 98%;
	min-width: 98%;
	max-width: 98%;
	min-height: 160px;
	max-height: 160px;
	height: 160px;
	float: left;
}

.TextModule2
{
	float: left;
	min-height: 160px;
	width: 99.6%;
	min-width: 99.6%;
	max-width: 99.6%;
	padding: 5px 10px 10px 10px;
}

.Buttons
{
	margin-top: 20px;
	clear: left;
	min-width: 670px;
	max-width: 670px;
	width: 670px;
	margin-bottom: 50px;
}

.LinkButtonsRow
{
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	height: 190px;
	min-height: 190px;
	max-height: 190px;
	clear: right;
	/* border: solid 1px red; */
}


.Button
{
	width: 215px;
	max-width: 215px;
	height: 180px;
	min-height: 180px;
	max-height: 180px;
	float: left;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-left: 4px;
	margin-top: 4px;
	border: solid 1px #D1D1D1;
	/* border-right: solid 2px #D1D1D1; */
	/* border-bottom: solid 2px #D1D1D1; */
	/* border: solid 1px green; */

}

/* EBSCO BOX */

.EBSCO
{
	float:left;
	clear: right;
	width: 450px;
	min-width: 450px;
	max-width: 450px;
	padding-left: 25px;

}

.ebsco_internal
{
	background-image: url('../../Images/dbs_ebsco.gif');
    background-repeat: no-repeat; 
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12pt; 
    font-weight: bold; 
    color: #325a8e;
    height: 160px;
	min-height: 160px;
	max-height: 160px;	

}

.advanced_searchbtn_top
{
	height: 102px;
}

.advanced_searchbtn_top a
{
	 display: block;
	 overflow: hidden;
	 height: 110px;
}

.advanced_searchbtn
{
	float: left;
	padding-left: 10px;
	width: 160px;
	min-width: 160px;
	max-width: 160px;
}

.advanced_searchbtn_int
{
	width: 160px;
	min-width: 160px;
	max-width: 160px;

}

.hyperlink
{
	 font-size: 11pt;
	 font-family:  Calibri;
	 color: #325a8e;
	 font-weight: bold;
}


.ebsco_header
{
	font-weight: bold;
}

.textbox_search
{
	padding-top: 15px;
	padding-left: 120px;

}

.ebscohostsearchtext
{
	padding: 8px 0px 0px 0px;
}

.ebscohostsearchoptions
{

	float: left;
	clear: right;
	width: 200px;
}

.ebscohostsearchbtn
{
	padding: 5px 5px 5px 5px;
	float: right;
	overflow:visible;
	width: 20%;
}

.ebscohostsearch_dbs
{
	width: 434.8px;
	float: left;
}

.searchoptions_list
{
	font-size: 11px;
	font-weight: normal;
	list-style: none;
}


.choose-db-list
{
    	list-style-type: none;
    	padding: 0px;
    	font-family: Verdana,Arial,Helvetica,sans-serif;
   	font-size: 9pt;	
}

.choose-db-check
{
	width: 20px;
   	float: left;
	padding-left: 5px;
	padding-top: 12px;
}

.choose-db-detail
{
	margin-left: 30px;
	border-left: solid 1px #2f5485;
	line-height: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.summary
{
	background-color: #2f5485;
	color: #FFFFFF;
	border: solid 1px #2f5485;
}

.one
{
	background-color: #FFFFFF;
	border: solid 1px #E7E7E7;
	border-top: solid 1px #FFFFFF;
}

.two
{
	background-color: #F5F5F5;
	border: solid 1px #E7E7E7;
	border-top: solid 1px #FFFFFF;
}

.selected
{
	background-color: #E0EFF7;
	border: solid 1px #E7E7E7;
	border-top: solid 1px #FFFFFF;
}

.Javascript_warning
{
	float:left;
	color: Red;
	font-size: 12px;
    font-family: Arial;
}

/* EBSCO OPTIONS PANEL*/

.search_options
{

}

.search_row
{
	background-image: url('../../Images/btn_background.gif');
	background-repeat:no-repeat;
	float: left;
	height: 70px;
	max-height: 70px;
	min-height: 70px;
	width: 450px;
	min-width: 450px;
	max-width: 450px;
	margin-left: 100px; 
	margin-right: 200px;	
	padding-bottom: 10px;
}

.search_row_logo
{
	float: left;
	width: 20%;
	min-width: 20%;
	padding-top: 5px;
	padding-left: 5px;
}

.search_row_text_div
{
	float: left;
	padding-left: 60px;
	padding-top: 20px;
	width: 50%;
	min-width: 50%;
}

.search_row_button
{
	float: right;
	width: 15%;
	min-width: 15%;
	padding-top: 12px;
}


.search_row_text
{
	
}

.Back_btn
{
	float:left;
	width:80px;
	padding-top: 40px;
}


