/* Start of CMSMS style sheet 'UNM - screen' */
body {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-rendering: optimizeLegibility;
}

dl.alert dd {
	padding-left: 1em;
	margin-bottom: 1em;
}

dl.alert dt {
	padding-left: 24px;
	line-height: 16px;
	background: url(/uploads/theme/img/iconza16/alert_16x16.png) no-repeat left 50%;
	margin-bottom: .25em;
}

dl.develop dd {
	padding-left: 1em;
	margin-bottom: 1em;
}

dl.develop dt {
	padding-left: 24px;
	line-height: 16px;
	background: url(/uploads/theme/img/iconza16/briefcase_16x16.png) no-repeat left 50%;
	margin-bottom: .25em;
}

dl.survey dd {
	padding-left: 1em;
	margin-bottom: 1em;
}

dl.survey dt {
	padding-left: 24px;
	line-height: 16px;
	background: url(/uploads/theme/img/iconza16/comment_16x16.png) no-repeat left 50%;
	margin-bottom: .25em;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #52843a;
	line-height: 1.1em;
}

h3#NewsPostDetailTitle {
	margin-bottom: 0;
}

img {
	border: none;
}

span.hl {
	background-color: #ff6;
}

div#bc {
	background-color: #efefef;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
	margin-top: -1em;
	font: 11px/2em Arial, Helvetica, sans-serif;
}

div#bd h2 {border-bottom: solid 1px #52843a;}

div#features {
	font-family: Arial, Helvetica, sans-serif;
}

body.home div#features h2 {
	padding-left: 1.5em;
	line-height: 1em;
	font-size: 16px;
}

div#ft {
	text-align: center;
	color: #999;
	margin-bottom: 1em;
}

div#hd {
	margin-bottom: 1em;
}

div#NewsPostDetailReturnLink {
	text-align: right;
}

div#property-bar {
	background: #222;
	height: 42px;
	margin: 1em 0;
	color: #666;
	line-height: 42px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	border-radius-bottomleft: .5em;
	border-radius-bottomright: .5em;
	-moz-border-radius-bottomleft: .5em;
	-moz-border-radius-bottomright: .5em;
	-webkit-border-bottom-left-radius: .5em;
	-webkit-border-bottom-right-radius: .5em; 
}

div#property-bar a {
	color: #ccc;
	text-decoration: none;
}

div#property-bar a:hover {
	color: #fff;
	text-decoration: underline;
}

div#slider {
	margin-bottom: 1em;
	height: 250px;
	overflow: hidden;
}

div#support-bar {
	background: #efefef;
	border-bottom: solid 1px #ccc;
	line-height: 3em;
	margin-bottom: 1em;
	padding: 0 2em;
	color: #666;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

div#support-bar a {
	color: #52843a;
	text-decoration: none;
}

div#support-bar a:hover {
	color: #52843a;
	text-decoration: underline;
}

div.breadcrumbs {
	padding: 0 1em;
}

div.container {
	background: #fff;
}

div.NewsSummary {
	padding-bottom: .25em;
	border-bottom: solid 1px #eee;
	margin-bottom: .5em;
	background: url(/uploads/theme/img/pin.png) no-repeat left top;
	padding-left: 30px;
}

div.NewsSummaryLink {
	font-weight: bold;
}

div.subhead {
	clear: both;
	padding-left: 120px;
	top: -25px;
	position: relative;
	font-size: 14px;
	color: #666;
	font-style: italic;
	margin: 0;
	line-height: 1em;
}

.pics {
	height: 630px;
	width: 250px;
	padding: 0;
	margin: 0;
}

.pics img {
	background-color: #eee;
	width: 630px;
	height: 250px;
	top: 0;
	left: 0
}

ul li.goto {
	list-style-type: none;
	line-height: 16px;
	padding-left: 20px;
	background: url(/uploads/theme/img/iconza16/right_arrow_16x16.png) no-repeat left 50%;
}

ul li.download {
	list-style-type: none;
	line-height: 16px;
	padding-left: 20px;
	font-weight: bold;
	background: url(/uploads/theme/img/iconza16/download_16x16.png) no-repeat left 50%;
}

table {border-collapse: collapse;}
table td {vertical-align: top; border: solid 1px #ccc;}
table th {text-align: center; vertical-align: center; background: #eee; border: solid 1px #ccc;}

table.steps {
	border-bottom: solid .5em #eee;
	border-collapse: collapse;
}

table.steps h2 {
	font-size: 14px;
}

table.steps td {
	vertical-align: top;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
}

table.steps th {
	background: #f60 url(/uploads/theme/img/steps.png) no-repeat right center;
	padding: 0 15px 0 0;
	text-align: center;
	line-height: 3em;
	height: 3em;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

caption {
	margin-bottom: 1em;
	color: #52843a;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#nav-list h2 {
font-weight: bold;
font-size: 13px;
color: #fff;
background: #333 url(/uploads/theme/img/downgreen.png) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
	border-radius-topleft: .5em;
	border-radius-topright: .5em;
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-topright: .5em;
	-webkit-border-top-left-radius: .5em;
	-webkit-border-top-right-radius: .5em; 
}

#res-list h2 {
font-weight: bold;
font-size: 13px;
color: #fff;
background: #f60 url(/uploads/theme/img/downorange.png) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
	border-radius-topleft: .5em;
	border-radius-topright: .5em;
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-topright: .5em;
	-webkit-border-top-left-radius: .5em;
	-webkit-border-top-right-radius: .5em; 
}

div.portal img {
float: left;
margin-right: 1em;
margin-bottom: 1em;
}

div.portal strong {
font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
}

div.fn {font-weight: bold;}

img.frame {border: solid 5px #efefef;}

img.img-left {float:left;margin-right:1em;margin-bottom:1em;border: solid 5px #ccc;}
img.img-right {float:right;margin-left:1em;margin-bottom:1em;border: solid 5px #ccc;}

/* vcard style */
div.vcard {width:300px;background:#EFEBD3 url(/uploads/theme/img/contact.png) no-repeat 1em 1em;padding:1em;padding-left:90px;margin-bottom:1em;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-top-left-radius: .5em;
	-webkit-border-top-right-radius: .5em; 
}

#sidebar .vcard {
	width: 210px;
	background-image: url(/uploads/images/vcard.png), url(/uploads/images/vcardbump.png);
	background-repeat: none, none;
	background-position: bottom, top right;
	font-size:.9em;
	line-height:2em;
	margin:0;
	padding: 30px 10px 30px 10px;
	border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	margin-bottom: 1em;
}

#sidebar .vcard div {
	border-bottom: 1px solid #BBBBBB;
}

#sidebar .vcard div.fn {border-bottom: 0px solid #BBBBBB;line-height:1.25em;
}

#sidebar .vcard div.organization-unit {border-bottom: 0px solid #BBBBBB;
}

#sidebar .vcard div.adr {border-bottom: 0px solid #BBBBBB;
}

#sidebar .vcard div.tel {border-bottom: 0px solid #BBBBBB;
}


ul.podcast {list-style:none;}
ul.podcast li {padding-top:.75em; padding-bottom:.75em; border-bottom: solid 1px #ccc;}
/* End of 'UNM - screen' */

