/* ======================== */
/* GLOBAL STYLES ===========*/
/* ======================== */
table.SelectServices 
{
}
table.SelectServices td {
}
table.SelectServices th {
}
table.SelectServices a 
{
	display: block;
	padding-top:10px;
	padding-right:15px;
	padding-bottom:10px;
	padding-left:0px;
	line-height: 1;
	font-family: Georgia, serif;
	text-shadow: 0 1px 1px #F6F6F6;
}
body
{
	color: #444;
	font-family: Tahoma, Verdana, Sans-Serif; 
	font-size: .813em; 
	line-height: 1.5;
	text-shadow: 0 0 1px #fff;
	min-width: 280px;
	margin: 0px;
}
:link,
:visited
{
	color: #369;
	text-decoration: none;
}
/* Default :focus style */
:focus {
	outline: none;
	-moz-box-shadow: 0 0 6px rgba(21,102,23,.5);/* skinnable box-shadow = Color 3 Primary */
	-webkit-box-shadow: 0 0 6px rgba(21,102,23,.5);
	box-shadow: 0 0 6px rgba(21,102,23,.5);
}
a:active,
a:link:hover
{
	color: #222;
	text-decoration: underline;
}
h2
{
	padding-left: 15px;
	padding-bottom: 10px;
	color: #999;
	font-size: 1.25em;
	font-family: Tahoma, Verdana, Sans-Serif; 
}
p
{
	padding: 0 0 20px;
}
.padBottom
{
	padding-bottom: 20px;
}
.page-content li
{
	padding: 0 0 .5em;
}

.LoginSelectServicesHeader 
{
	line-height: 1;
	color:Gray;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
}
select.Federation
{
	
	width: 270px;
}
/* ======================== */
/* PAGE STRUCTURE ========= */
/* ======================== */
.page-header
{
	padding: 5px 10px;
	color: #666;
	font-size: 1.3em;
	font-weight: normal;
	background-color: #eee;
}
.page-header-Shib
{
	padding: 5px 10px;
	color: #666;
	font-size: 1.4em;
	font-weight: normal;
	background-color: #eee;
}
.page-content
{
	padding: 15px;
}
.page-footer 
{
	color:Black;
	padding: 5px 25px;
	line-height: 1;
	background: rgb(240,240,240); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(234,234,236,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(234,234,236,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(234,234,236,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(234,234,236,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(234,234,236,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(234,234,236,1) 100%); /* W3C */
	border-top: 1px solid #b3b3b3; 
	border-bottom: 1px solid #b3b3b3;
	font-size: 0.76em;
}
/* FOOTER content styles */
.page-footer a:link, 
.page-footer a:active, 
.page-footer a:visited 
{
	color: #2489ce;
}
.page-footer a:hover,
.page-footer a:focus
{
	color: #333 !important;
	text-decoration: underline;
}
.page-footer a:active
{
	color: red !important;
	text-decoration: none !important;
}
.page-footer p
{
	padding: 15px 0 5px;
}
.page-footer .view-layout
{
	padding: 5px 0;
	font-family: Arial, Sans-Serif;
	font-size: 1.12em;
}
.full-site,
.legal a
{
	margin: 0 9px;
	padding: 0 10px;
	border-left: solid 1px #999;
}
.full-site :link
{
	text-decoration: underline;
}
.legal a:first-child
{
	margin: 0;
	padding: 0;
	border-left: none;
}
/* end FOOTER ------------- */
/* end PAGE STRUCTURE ======*/

/* ======================== */
/* GLOBAL HELPERS ========= */
/* ======================== */

/* CLEARFIX ========== */
.clearfix:after {content: " "; display: block; height: 0; clear: both; visibility: hidden;}
/* needed for IE */
.clearfix {display: inline-block;}
.clearfix {display: block;}
/* end CLEARFIX */

/* HIDDEN CONTENT ======== */
/* ACCESSIBLE */
.hidden
{
	position: absolute;
	display: block;
	height: 0;
	width: 0;
	top: -999em;
	left: -999em;
}
.hidden:focus
{
	height: auto;
	width: auto;
	top: 0;
	left: 0;
	z-index: 999;
	opacity: .2;
}
/* INACCESSIBLE */
.display-none {display: none;}

/* end GLOBAL HELPERS ======*/


/* ======================== */
/* FORMS AND BUTTONS =======*/
/* ======================== */
label
{
	display: block;
	font-size: 1.1em;
}
/* default ep button */
/*NOTES:*/
.ep-btn
{
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 15px;
	font-size: 1em;
	font-family: Tahoma, Sans-serif;
	font-weight: bold;
	color: #666;
	text-shadow: 0 0 3px #fff;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.1) 50%, rgba(250,250,250,0.05) 51%, rgba(0,0,0,0.25) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(50%,rgba(255,255,255,0.1)), color-stop(51%,rgba(250,250,250,0.05)), color-stop(100%,rgba(0,0,0,0.25))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.1) 50%,rgba(250,250,250,0.05) 51%,rgba(0,0,0,0.25) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.1) 50%,rgba(250,250,250,0.05) 51%,rgba(0,0,0,0.25) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.1) 50%,rgba(250,250,250,0.05) 51%,rgba(0,0,0,0.25) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.1) 50%,rgba(250,250,250,0.05) 51%,rgba(0,0,0,0.25) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#40000000',GradientType=0 ); /* IE6-9 */
	background-color: #ededed;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: solid 1px #ccc;
	cursor: pointer;
}
.primary-action /* YELLOW ACTION BUTTON (existing in 12.2) */
{
	padding: 5px 25px;
	text-shadow: 0 0 3px #ffc301;
	color: #222;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0.09) 51%, rgba(246,246,246,0.09) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.3)), color-stop(50%,rgba(255,255,255,0.3)), color-stop(51%,rgba(255,255,255,0.09)), color-stop(100%,rgba(246,246,246,0.09))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.09) 51%,rgba(246,246,246,0.09) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.09) 51%,rgba(246,246,246,0.09) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.09) 51%,rgba(246,246,246,0.09) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0.09) 51%,rgba(246,246,246,0.09) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#17f6f6f6',GradientType=0 ); /* IE6-9 */
	background-color: #ffc301 !important;
	border-color: #e8790d;
	margin: 2px 15 15px;
}
.InputLoginBoxes 
{
	display: block;
	padding: .4em 0;
	width: 100%;
	text-indent: 5px;
	margin: 2px 15 15px;
	color: #555;
	font-family: Tahoma, sans-serif;
	letter-spacing: .1em;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;/* ? */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #ccc /* (skinnable) */;
	-moz-box-shadow: inset 0 1px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 6px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 6px rgba(0,0,0,.2);
}


/* text inputs */
input[type="text"],
textarea
{
	display: block;
	padding: .4em 0;
	width: 100%;
	text-indent: 5px;
	margin: 2px 0 15px;
	color: #555;
	font-family: Tahoma, sans-serif;
	letter-spacing: .1em;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;/* ? */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border: 1px solid #ccc /* (skinnable) */;
	-moz-box-shadow: inset 0 1px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 6px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 6px rgba(0,0,0,.2);
}

/* LABELS */
label,
.label 
{
	color: #888;
}


/* LINKS STYLED LIKE BUTTONS */
.ep-btn-link
{
	padding: 5px 10px;
	text-decoration: none;
	color: #6295db;
	text-shadow: 0 0 2px #ebebeb;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(233,233,233,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ebebeb;  
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;  
	border-radius: 3px; 
}
.ep-btn-link:link:hover,
.ep-btn-link:focus
{
	color: #666;
	text-decoration: none;
	border: 1px solid #ddd;
}

/* DIRECTIONAL ARROW */
.arrow-down
{
	display: block;
	position: absolute;
	top: 40%;
	right: 10px;
	width: 0;
	height: 0;
	margin: 0 0 0 10px;
	border: .5em solid transparent; 
	border-top: .5em solid #6295DB;
	vertical-align: bottom;
}
.ep-btn-link:hover .arrow-down,
.ep-btn-link:focus .arrow-down
{
	border-top-color: #666;
}
/* end DIRECTIONAL ARROW */



/* GROUPED SECTIONS */
.group
{
	line-height: 1.5;
	margin: 0 0 10px;
	border: 1px solid #CCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 2px 5px #ccc;
}
.group-header
{
	display: block;
	padding: 10px;
	color: #666;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(233,233,233,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #CCC;
	-moz-border-radius: 8px 8px 0 0;  
	-webkit-border-radius: 8px 8px 0 0;  
	border-radius: 8px 8px 0 0; 
}
.group li
{
	position: relative;
	display: block;
	color: #444;
	text-shadow: 0 1px 1px #F6F6F6;
	border-bottom: 1px solid #CCC;
	clear: both;
}
.group li:last-child  {border-bottom: none;}

.group a
{
	display: block;
	margin: 0 20px 0 0;
	font-size: 1.2em;
	line-height: 1.5;
}
.group a:hover
{
	color: #222;
	text-decoration: none;
}
/* SELECT NEW SERVICE group */
.select-new-service li
{
	background-position: 12px center;
	background-repeat: no-repeat;
	background-image: url(http://search.ebscohost.com/images/ehost_logo.gif);
	background-size: 60px auto;
}
.select-new-service .group-link
{
	vertical-align: middle;
	padding: 30px 10px 30px 90px;
	font-family: Georgia, serif;
}
/* end SELECT NEW SERVICE group */




/* LOGIN (Shibboleth | Athens Login) links */
.login-links
{
	padding: 10px 0; 
	margin: 10px 0 20px; 
}
.login-links li
{
	float: left;
	padding: 0 10px; 
	border-left: solid 1px #d7d5d0;
	line-height: 1;
}
.login-links li:first-child
{
	padding-left: 0; 
	border-left: none;
}
/* end LOGIN (Shibboleth | Athens Login) links */



/* LEARN MORE button */
.learn-more
{
	display: block;
	padding: 5px 5px 5px 105px;
	margin: 30px 0;
	background: #eff6fe url(../images/ehost_logo_opacity75.png) -25px center no-repeat;
	font-size: .725em; 
}
.learn-about
{
	display: block;
	color: #333;
}

/* end LEARN MORE button */



/* IMPORTANT USER INFORMATION */
.user-info
{
	padding: 10px 20px;
	font-size: 0.81em;
	line-height: 1.5;
}
.user-info h2
{
	font-size: 0.95em;
	color: #666;
	padding: 0;
}
/* end IMPORTANT USER INFORMATION */




/* SELECT GROUP */
.select-group
{
	position: relative;
	padding: 1px 30px 1px 1px;
	margin-bottom: 30px;
	font-weight: normal;
	color: #6295DB;
	font-size: 1.2em;
	border-color: #ccc;
	cursor: pointer;
}
#locationSelection
{
	display: block;
	padding: 5px;
	border-right: solid 1px #ddd;
}
.select-group-Shib
{
	position: relative;
	padding: 1px 30px 1px 1px;
	margin-bottom: 30px;
	font-weight: normal;
	color: #6295DB;
	font-size: 1.1em;
	border-color: #ccc;
	cursor: pointer;
}
.select-group-list1
{
	margin-top: -1px;
	padding: 0px 0px 0px 0px;
	box-shadow: none;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	font-size: 1em;
}
.select-group-list1 li 
{
	background: url(../images/arrow-right-gray.png) right center no-repeat;
	font-size:     0.9em;
	padding-top:   15px;
	padding-bottom:10px;
	padding-right:  2px;
	padding-left:  10px;
}
.select-group-list1 a
{
	background: none;
}
/* end SELECT GROUP */
.regions .group {display: none;}
.regions .group.active{display: block;}
.SelectServicesHeader
{
	padding-left: 15px;
	padding-bottom: 20px;
	padding-top: 5px;
	color: #999;
	font-size: 1.25em;
	font-weight: normal;
}
