
/* - mobile.css - */
@media handheld, screen and (max-width: 568px) {
/* For devices with narrow screens, phones, tablets, etc. */

#portal-columns
{
	box-shadow: none !important;
	width: 100% !important;
	margin-left: 0% !important;
	margin-right: 0% !important;
}

#portal-column-one,
#portal-column-two,
#portal-column-content {
	clear: both;
	width: 97.75%;
	margin-left: -98.875%;
}
#portal-column-one li > a
{
	/*background: #205C90;*/
}
#portal-header
{
	box-shadow: none !important;
	margin: 0
}
#portal-logo {
	/*display: none;*/
	margin-top: 0%;
	margin-bottom: 0%;
	width: 95%;
}
#portal-logo > img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#portal-top > div
{
	margin-left: -100% !important;
	width: 100% !important;
}
#portal-top {
	font-size: 180%;
}
#portal-personaltools {
	margin-bottom: 1em;
	font-size: 0.6em;
}
#portal-globalnav
{
	background: transparent !important;
	box-shadow: none !important;
	margin-left: 0% !important;
	margin-right: 0% !important;
	width: 100% !important;
}
#portal-globalnav li a {
	/*min-width: 3em !important;
	padding:0.5em 1.5em 1em 0.5em;
	min-width: 89%;*/
	border-right: 0em;
	padding: 3%;
	width: 94%;
	margin-bottom: 0.1em;
	margin-right: 0%;
}
#portal-searchbox {
	float: none !important;
	font-size: 0.5em;
	clear: none;
	margin-top: 0em;
	margin-left: 1%;
}
#portal-searchbox input {
	font-size: 0.75em !important;
}
#content-views a {
	/*font-size: 150%;
	line-height: 2em !important;
	padding: 0.5em;*/
}
#content li.formTab a {
	font-size: 140%;
	line-height: 2em !important;
	padding: 0.25em;
}
#edit-bar {
	/*min-height: 5em;*/
	border-top-width: 0.1em;
	border-left-width: 0.1em;
	border-right-width: 0.1em;
}
#contentActionMenus
{
	width: 100%;
}
#contentActionMenus a {
	width: 100%;
	line-height: 2em !important;
	/*font-size: 150%;*/
}


input, textarea {
	font-size: 140% !important;
}
div.managePortletsLink,
a.managePortletsFallback {
	font-size: 80%;
}
div.overlay {
	font-size: 120%;
}
div.overlay-iframe,
div.overlay-ajax {
	width: 90%;
}


}

