@import url('reset.css');

/* General Demo Style */
body{font-family: 'Lato', sans-serif;;font-size:14px;}

p { color: #FFFFFF; 
	font-family: 'Lato', sans-serif;;
	text-shadow: 1px 1px 1px #000000;
	line-height:18px;
	font-size:14px;}

.foottxt{ color: #666; font-family: 'Lato', sans-serif; line-height:16px; text-align:left; font-size:12px; }			
#footer a {color: #666;}
#footer a:hover {color: #CCC; }

a{color:#000;text-decoration:none;}
.row {width:590px;clear:inherit;height:45px;}
.clr{clear:both;}

h1 {
	margin-bottom:5px;
	font-size:20px;
	text-transform:uppercase;
	color:#000;
	text-shadow: 1px 1px 1px #99BCB4;
	font-family: 'Dosis', sans-serif;
	text-align:left;
	display:block;
}
	
h3 { font-size:20px; color:#CCC; font-family: 'Dosis', sans-serif; text-align:left; }

h5{
	margin-bottom:0px;
	margin-top:10px;
	font-size:25px;
	color:#FFF;
	font-family: 'Dosis', sans-serif;
	text-align:center;
}

h2{
	margin-bottom:0px;
	margin-top:0px;
	font-size:23px;
	padding-left:14px;
	padding-top:3px;
	color:#FFF;
	font-family: 'Dosis', sans-serif;
	height:90px;
	text-transform:uppercase;
	/* background: url(https://www.uphs.upenn.edu/network/images/network_back.png) no-repeat;*/
}

/* Header Style */

.header{
	height:25px;
	line-height:24px;
	font-size:13px;
	background:#222836;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
}
.header a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;
}
.header a:hover{ color:#fff; }
.header a span{ font-weight:bold; }
.header span.right_ab{ position:absolute; right:4px; }

.iconbox_win{
    content: "";
    display: block;
    background: url("https://www.uphs.upenn.edu/network/images/windowslogo.png") no-repeat;
    height: 20px;
    float: left;
    margin: 0 6px 5px 0;
	padding-left:30px;
}

.iconbox_quick{
    content: "";
    display: block;
    background: url("https://www.uphs.upenn.edu/network/images/quickdownload.png") no-repeat;
    height: 20px;
    float: left;
    margin: 0 6px 5px 0;
	padding-left:30px;
}
.iconbox_apple{
    content: "";
    display: block;
    background: url("https://www.uphs.upenn.edu/network/images/appleicon.png") no-repeat;
    height: 20px;
    float: left;
    margin: 0 6px 5px 0;
	padding-left:30px;
}

.iconbox_android{
    content: "";
    display: block;
    background: url("https://www.uphs.upenn.edu/network/images/androidlogo.png") no-repeat;
    height: 20px;
    float: left;
    margin: 0 6px 5px 0;
	padding-left:30px;
}
.iconbox_msg{
    content: "";
    display: block;
    background: url("https://www.uphs.upenn.edu/network/images/securemsg.png") no-repeat;
    height: 20px;
    float: left;
    margin: 0 6px 5px 0;
	padding-left:30px;
}
.iconbox_tview{
    content: "";
    display: block;
    background: url("https://www.uphs.upenn.edu/network/images/teamview.png") no-repeat;
    height: 20px;
    float: left;
    margin: 0 6px 5px 0;
	padding-left:30px;
}
