@charset "UTF-8";
/* CSS Document */
/* =Headings ----------------------------------- */


h1, h2, h3, h4, h5, h6 {background: transparent; font-weight:bold; color:#069; font-family: "Myriad Web", Verdana, Helvetica, Arial, sans-serif; margin-top: 0.2em;}

h1 { font-size: 1.9em; margin-bottom: .4em; line-height:2em }
h2 { font-size: 1.7em; margin-bottom: .4em; line-height:1.8em  }
h3 { font-size: 1.6em; margin-bottom: .3em; line-height:1.6em }
h4 { font-size: 1.4em; margin-bottom: .3em; line-height:1.6em }
h5 { font-size: 1.2em; margin-bottom: .2em; line-height:1.4em }
h6 { font-size: 1.0em; margin-bottom: .2em; line-height:1.2em }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


h1{color: #036;}
h2{color: #666;}
h3{	color: #069;}
h4{	color: #666;}
h5 {color:#003;}
h6 {color:#666;}
/* =Text elements */

.textShaddow {color: white; text-shadow: black 0.1em 0.1em 0.2em;}



#columnLeft, #columnRight, #contentWrapper{
		line-height: 1.5em;
		color: #46505a;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size:1.2em;
}


a:link,
a:visited,
a:active {
	color:#036;
}
a:hover {
	color:#069;
}

h1 a:link, h1 a:visited, h1 a:active,
h2 a:link, h2 a:visited, h2 a:active,
h3 a:link, h3 a:visited, h3 a:active,
h4 a:link, h4 a:visited, h4 a:active,
h5 a:link, h5 a:visited, h5 a:active,
h6 a:link, h6 a:visited, h6 a:active {
	text-decoration:none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration:underline;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img,
p img {
	 margin:0 10px;
}

a img {
	border:none;
	background-color:transparent;
	text-decoration:none;
}
/* =Lists ----------------------------------- */



ul          { list-style-type: disc;  margin:0 1.5em; }
ol          { list-style-type: decimal;  margin:0 1.5em; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* =Tables ----------------------------------- */

/*table     { margin-bottom: 1.4em; width:100%; }*/
th          { font-weight: bold; }
/*th,td     { padding: 4px 10px 4px 5px; }*/
tr.odd td  { background: #e3e3e3; }
div.Spring tr.eventsTableHeaderRow th  { background-color:#006633; color:#FFF }
div.Summer tr.eventsTableHeaderRow th  { background-color: #FF6600;color:#FFF }
div.Fall tr.eventsTableHeaderRow th  { background-color: #3399CC;color:#FFF }

tfoot       { font-style: italic; }
caption     { background: #eee; }
tr          {vertical-align:top;}


/* =CMS default classes ----------------------------------- */

.boxed{
	margin:0;
	padding:5px;
	text-align:justify;
	border:thin solid #999999;
}

.red { color: #F00; }

.alert {
	font-weight:bold;
	color:#F00;
	font-size:14px;
}

a.external{
	background-image:url(http://www.uas.alaska.edu/styles/images/icons/external.gif);
	background-position: right;
	background-repeat:no-repeat;
	padding-right:12px;
}
a.pdf{
	background-image:url(http://www.uas.alaska.edu/styles/images/icons/pdf.gif);
	background-position: right;
	background-repeat:no-repeat;
	padding-right:12px;
}

.floatRight{
	float:right;
	margin:15px 0 15px 15px;
	}
	
.floatLeft{
	float:left;
	margin:15px 15px 15px 0;
	}

	
.imageFloatRight{
	background-color:#ccc;
	border:thin solid #e4e4e4;
	padding:5px;
	float:right;
	margin:15px 0 15px 15px;
	}
	
.imageFloatLeft{
	background-color:#ccc;
	border:thin solid #e4e4e4;
	padding:5px;
	float:left;
	margin:15px 15px 15px 0;
	}
	
.imageBorder{
	border:thin solid #cccccc;
	padding:5px;
	margin:15px;}

.boxedFloatRight {
	float:right;
	margin:0 0 15px 15px;
	padding:5px;
	text-align:justify;
	border:thin solid #999999;
}


.boxedFloatLeft {
	float:left;
	margin:0 15px 15px 0px;
	padding:5px;
	text-align:justify;
	border:thin solid #999999;
}

ul.listPlain, li.listPlain  {
list-style:none;
padding:0;
margin:0 -1.5em;
}




/* =Misc classes ----------------------------------- */

.small      { font-size: .9em; margin-bottom: 1.2em; line-height: 1.2em; }
.large      { font-size: 1.6em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


.contact{
	margin:0;
	padding:0;
}

.borderDottedLeft {
	border-left: dotted 1px #CCCCCC;
}

#notes table, #notes p {
	font-size:.825em;
	margin:10px;
}

iframe {
	border:none;
}

#notes th{
	text-align:left; margin:5px;
	}

#notes td{
	text-align:left; margin:5px;}
 
 /* =ADDED STYLES */
	
.dropCap {
	font-family:"Times New Roman", Times, serif;
	font-size:48px;
	font-weight:bold;
	color:#a5c4a5;
	padding-top:15px;}


tr.tableHeadings {
	background-color:#036;
	color:#FFF;
}

.siteMapCol {
	padding:0;
	width: 160px;
 	margin:5px 10px 20px 10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}

.siteMapCol ul, .siteMapCol li {
	list-style:none;
	margin:0;
	padding:0;
}

.siteMapCol h3, .siteMapCol ul li h3 {
	margin:0;
	min-height:30px;
	font-size:1.2em;
	padding:3px 5px;
	text-align:left;
	text-transform:uppercase;
}	
	
.siteMapCol  a:link,  .siteMapCol  a:visited,  .siteMapCol  a:active {
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	font-weight:normal;
	display:block;
	margin:3px;
	font-family:Arial, Helvetica, sans-serif;
}
	
.siteMapCol  a:hover {
	background-color:#069;
	color:#FFF;
}
	
.siteMapCol ul li h3 a:link,  .siteMapCol ul li  h3 a:visited,  .siteMapCol ul li  h3 a:active .siteMapCol ul li  h3 a:hover{
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	color:#003;
	font-weight:normal;
	padding-bottom:5px;
	background-color:#e3e3e3;
}
	
.siteMapCol ul, .siteMapCol li {
	list-style:none;
	margin:0;
	padding:0;
}

/* DEPARTMENTS LISTED AT TOP JUMP LINK TO FOLDERS BELOW*/
.jumpLink {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	border-top:dotted 1px #999;
}

ul.jumpLink  {
	list-style-type: none;
	margin:0;
	padding:0;
	width:100%;
}
.jumpLink li {
	list-style-type: none;
	margin:0;
	padding:0;
	min-height:30px;
	line-height:30px;
	overflow:hidden;
	display:block;
	border-bottom:dotted 1px #999999;
	font-size:1.1em;
}

.jumpLink li a:link,
.jumpLink li a:visited,
.jumpLink li a:active{
	text-decoration:none;
	color:#666;
	padding:2px 2px 2px 20px;
	display:block;
	font-size:.95em;
	font-variant:small-caps;
	margin:0;
	font-weight:normal;
	background-image: url(http://www.uas.alaska.edu/styles/2009/p7pmm/img/pmm_south_medium.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}

.jumpLink li a:hover {
	background-color:#069;
	color:#FFF;
	background-image:none;
}

.faqQuestion,
#faq a:link.small,
#faq a:visited.small,
#faq a:active.small,
.faqQuestion a:link span.faqQuestion,
.faqQuestion a:visited span.faqQuestion,
.faqQuestion a:active span.faqQuestion,
.faqQuestion a:hover span.faqQuestion {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.05em;
	text-decoration:none;
	color:#069;
	line-height:1.4em;
}

#faq a:hover.small {
	text-decoration:underline;
}

.faqAnswer {
	font-weight:bold;
	font-size:1.2em;
	text-decoration:none;
	background-color:#069;
	color:#FFF;
	margin-top:15px;
	padding:5px;
	line-height:25px;
}

.faqAnswer a:link,
.faqAnswer a:visited,
.faqAnswer a:active {
	margin:1px 5px 1px 1px;
	text-decoration:none;
	color:#FFF;
	background-image:url(http://www.uas.alaska.edu/styles/images/buttons/stripes40x40_square.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:2px 5px 2px 5px;
	border: 1px solid #e3e3e3;
}

.faqAnswer a:hover {
	background-image:none;
	background-color:#000;
}

.linkTop a:link,
.linkTop a:visited,
.linkTop a:active {
	margin:1px 5px 1px 1px;
	text-decoration:none;
	color:#FFF;
	background-image:url(http://www.uas.alaska.edu/styles/images/buttons/stripes40x40_square.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:2px 5px 2px 5px;
	border: 1px solid #e3e3e3;
}

.nlHeader h3 {
	font-size:1.4em;
	font-variant:small-caps;
}

.nlTopic,
.nlTopic a:link.small,
.nlTopic a:visited.small,
.nlTopic a:active.small,
.nlTopic a:link span.linkTop,
.nlTopic a:visited span.linkTop,
.nlTopic a:active span.linkTop,
.nlTopic a:hover span.linkTop {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.05em;
	text-decoration:none;
	color:#069;
	line-height:1.4em;
}

.nlTopic a:hover.small {
	text-decoration:underline;
}

h4 .nlTopic,
h4 .nlTopic a:link,
h4 .nlTopic a:visited,
h4 .nlTopic a:active,
.nlTopic a:link.small,
.nlTopic a:visited.small,
.nlTopic a:active.small {
	font-size:1em;
}

.nlContent {
	font-weight:bold;
	font-size:1.2em;
	text-decoration:none;
	background-color:#339933;
	color:#FFF;
	margin-top:15px;
	padding:5px;
	line-height:25px;
}

.nlContent a:link,
.nlContent a:visited,
.nlContent a:active {
	margin:1px 5px 1px 1px;
	text-decoration:none;
	color:#FFF;
	background-image:url(http://www.uas.alaska.edu/styles/images/buttons/stripes40x40_square.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:2px 5px 2px 5px;
	border: 1px solid #e3e3e3;
}

.nltopic a:hover {
	background-image:none;
	background-color:#000;
}

#bc a:link img,
#bc a:visited img,
#bc a:active img {
	margin:0;
	text-decoration:none;
	color:#FFF;
	/*background-image:url(http://www.uas.alaska.edu/styles/images/buttons/stripes40x40_square.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
	padding:1px 2px 1px 2px;
	
}

#bc a:hover img {
	background-image:none;
	background-color:#000;
}

.personnel_list ul {
	list-style:none;
}

.personnel_list ul li {
	margin:3px 0;
}

.personnel_list ul li.hcardImport {
	float:right;
	margin:5px;
}

#eventsTable {}

tr.eventsTableHeaderRow {
	background-color:#e3e3e3;
}

tr.eventsTableHeaderRow th {
	text-align:left;
}

#calendarHeadline {
	background-color:#069:
	color:#FFF;
	font-size:1.4em;
	font-weight:bold;
	display:block;
	padding:5px;
	margin:0 3px;
}

tr.Spring {
	background-color:#E2FBE2;
}
tr.Jan, tr.January {
	background-color:#E2FBE2;
}
tr.Feb,tr.February {
	background-color:#E2FBE2;
}
tr.Mar, tr.March {
	background-color:#E2FBE2;
}
tr.April th {
	background-color:#99cc33;

}
tr.May {
	background-color:#99cc33;
}

tr.Summer{
	background-color:#99cc33;
}

tr.June {
	background-color:#FDFDE3;
}

tr.July {
	background-color:#FDFDE3;
}

tr.Aug, tr.August {
	background-color:#FDFDE3;
}

tr.Fall  {
	background-color:#DBF2F9;
}
tr.Sept, tr.September {
	background-color:#DBF2F9;
}
tr.Oct, tr.October {
	background-color:#DBF2F9;
}
tr.Nov, tr.November {
	background-color:#DBF2F9;
}
tr.Dec, tr.December {
	background-color:#DBF2F9;
}

ul.noindent, ul.noindent li{
	list-style:none;
	margin:0;
	padding:0;
}
	
li.folder {
	list-style-image:url(http://www.uas.alaska.edu/images/icons/folder.jpg);
}
li.page {
	list-style-image:url(http://www.uas.alaska.edu/images/icons/page.jpg);
}
li.pdf {
	list-style-image:url(http://www.uas.alaska.edu/images/icons/pdf.png);
}
li.word {
	list-style-image:url(http://www.uas.alaska.edu/images/icons/word.png);
}
li.img {
	list-style-image:url(http://www.uas.alaska.edu/images/icons/image.png);
}
