/* Override Generic Styles here */
/* copied from Roxen 2 site 2014-09-26 by gmh */


img.icon
{
  display:inline;
  margin-left:3px;
  margin-right:3px;
}

#searchcontent
{
    border: 0px;
}


/* from Rasmuson Goldmine */
input.searchbutton 
{
	font-family: Verdana, Helvetica, Arial, sans-serif, Arial Unicode MS, Lucida Grande; 
	font-size: xx-small;
	font-weight: bold;
	background-color: #0099CC;
	color: #FFFFFF;
	vertical-align: middle;
	margin: 5px;
}

a[href $='.PDF'] { 
   padding-right: 18px;
   background: transparent url(/anla/images/icon_pdf.gif) no-repeat center right;
}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(/anla/images/icon_pdf.gif) no-repeat center right;
}

a[href $='.wav'] { 
   padding-right: 18px;
   background: transparent url(/anla/images/icon_audio.gif) no-repeat center right;
}

a[href $='.AIF'] { 
   padding-right: 18px;
   background: transparent url(/anla/images/icon_audio.gif) no-repeat center right;
}

a[href $='.aif'] { 
   padding-right: 18px;
   background: transparent url(/anla/images/icon_audio.gif) no-repeat center right;
}

a[href $='.WAV'] { 
   padding-right: 18px;
   background: transparent url(/anla/images/icon_audio.gif) no-repeat center right;
}

a[href $='.mp3'] { 
   padding-right: 18px;
   background: transparent url(/anla/images/icon_audio.gif) no-repeat center right;
}


/*
a[href^="http://"] {
    background: url(/anla/images/icon_external.gif) center right no-repeat;
    padding-right: 18px;
}
*/

a.out {
   padding-right: 18px;
   background: url(/anla/images/icon_external.gif) no-repeat center right;
}

a[href^="http://www.uaf.edu/anla"]  {
    background: none;
    padding-right: 0;
}



.fineprint
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
        color: grey;
}


.texttop {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
font-style: normal;
color: #CCCCCC;
}


.textsm {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #666666;
}



.text p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
color: #333333;
}


.heading {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
color: #000000;
}

.menu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	border: 1px 1 #666666;
}

.header {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
font-style: normal;
color: #993300;
}

.textbox_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
}

.textbox_peach {
	color: #666666;
	background-color: #E9F9BA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	
}

.text_b {
	color: #000000;
}
.header_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}


.line2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.line_red {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #993333;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #993333;
}

.dotted_right {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
}



.image_border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #993300;
}
.image_oneside {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #993300;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #993300;
}


.shade
{
    background-color:#E8E7D9;
}

table.chart
	{
		border:0;
	}
table.chart td
	{
	background-color:#E8E7D9;
	padding: 5px;
	}
table.chart caption
	{
	/*  width:100%;    this seems redundant -- gmh 10/15/05 */
	margin-bottom:5px;
	}
table.chart th
	{
	background-color:#E8E7D9;
	padding: 5px;
	}

/* from studentservices, for left column menu */
#office-contact {
font-family: verdana, serif;
color: #333333;
font-size: 11px;
padding-left:20px;
}

.red
{
color: red;
font-weight: normal;
}

#ua-site-tittle {
    display:none;
}

div.rxml-component table, div.table-component table {
    display: inline-block;
    width: 100%;
}
div.rxml-component table>caption+thead>tr:first-child>td, div.rxml-component table>caption+thead>tr:first-child>th, div.rxml-component table>colgroup+thead>tr:first-child>td, div.rxml-component table>colgroup+thead>tr:first-child>th, div.rxml-component table>thead:first-child>tr:first-child>td, div.rxml-component table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #ddd;
}
input[type=radio], input[type=checkbox] {
    display: inline;
    margin-right: 0.5rem;
}
img.inline {
display: inline;
vertical-align: middle;
}
.imgLeft img{
    float:left;
    padding-right: 0.5rem;
}
ul {
    list-style: none;
}
ul ul{
    list-style: square outside;
}