/*
     This file lives in two places:

       serv05:/var/www/www.divms.uiowa.edu/css
       serv07:/var/www/mail/css

     If you update one, update the other, or delete this comment in both.
*/
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
color: #000000;
}
a.link {
text-decoration: none;
}
a.visited {
text-decoration: none;
}
a.hover {
text-decoration: none;
border-bottom: 1px solid;
}
a.active {
text-decoration: none;
border-bottom: 1px solid;
}
h1 {
margin: 0px;
padding: 0px;
}
h2 {
font-size: 120%;
font-weight: bold;
}
h3 {
font-size: 100%;
font-weight: bold;
}
img {
border-style: none
}
ul {
list-style-image: none;
list-style-type: none
}
ul.faqtopic {
list-style-type: decimal;
}
#masthead {
}
#masthead h1 {
font-size: 110%;
}
#masthead img.right {
position: absolute;
right: 8px;
}
#masthead input[type=text] {
position: relative;
left: 800px;
top: -37px;
width: 145px;
height: 18px;
padding: 5px;
padding-right: 40px;
outline: none;
border: 2px solid black;
border-radius: 5px;
opacity: 0.6;
background-color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
background-position: 160px;
background-image: url('/images/search2.png');
background-repeat: no-repeat;
} 
#uiclashead {
position: relative;
left: -8px;
top: -8px;
width: 102%;
height: 105px;
background-color: #000000;
color: #EFC845;
background: url(/images/CLAS_banner.png);
background-size: 100% 100%;
background-repeat: no-repeat;
font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
font-size: 160%;
}
#uiclashead a.gold:link {
color: #EFC845;
text-decoration: none;
}
#uiclashead a.gold:visited {
color: #EFC845;
text-decoration: none;
}
#uiclashead a.gold:hover {
color: #EFC845;
text-decoration: none;
}
#uiclashead a.gold:active {
color: #EFC845;
text-decoration: none;
}
#uiclashead a.white:link {
color: #FFFFFF;
text-decoration: none;
}
#uiclashead a.white:visited {
color: #FFFFFF;
text-decoration: none;
}
#uiclashead a.white:hover {
color: #C3C3C3;
text-decoration: none;
}
#uiclashead a.white:active {
color: #C3C3C3;
text-decoration: none;
}
#uiclashead span.uiowa {
margin-left: 8%;
font-size: 110%;
font-variant: small-caps;
}
#uiclashead span.clas {
margin-left: 8%;
font-size: 125%;
font-variant: small-caps;
}
#clasnav {
position: relative;
left: -8px;
top: -8px;
width: 102%;
background-image: url("/images/CLAS_global_navigation_gradient.png");
background-size: 100% 44px;
}
#clasnav table {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 585;
border: 1px solid gray;
border-collapse: collapse;
height: 44px;
width: 100%;
}
#clasnav td {
border: 1px inset black;
border-collapse: collapse;
text-align: center;
}
#clasnav a:link {
color: #505050;
text-decoration: none;
}
#clasnav a:visited {
color: #505050;
text-decoration: none;
}
#clasnav a:hover {
color: #000000;
text-decoration: none;
}
#clasnav a:active {
color: #000000;
text-decoration: none;
}
#mscsghead {
background-color: #000000;
color: #EFC845;
}
#columns {
position: relative;
top: 8px;
}
#sidebar {
position:absolute;
left:8px;
width:225px;
border-right: 1px solid #CCCCCC;
border-bottom: 0px solid #CCCCCC;
}
#sidetitle {
position: relative;
height: 45px;
font-size: 150%;
background-color: #A1A1A1;
color: white;
}
#sidetitle span.indent {
margin-left: 10px;
}
#sidetitle a:link {
color: white;
text-decoration: none;
}
#sidetitle a:visited {
color: white;
text-decoration: none;
}
#sidetitle a:hover {
color: white;
text-decoration: none;
border-bottom: 1px solid;
}
#sidetitle a:active {
color: white;
text-decoration: none;
border-bottom: 1px solid;
}
#sidemenu {
background-color: #EBEBEB;
position: relative;
border-bottom: 1px solid #CCCCCC;
font-size: 100%;
font-weight: bolder;
}
#sidemenu span.indent {
margin-left: 10px;
}
#sidemenu span.doubleindent {
margin-left: 20px;
font-size: 80%;
}
#sidemenu a:link {
color: #5E5E5E;
text-decoration: none;
}
#sidemenu a:visited {
color: #5E5E5E;
text-decoration: none;
}
#sidemenu a:hover {
color: #5E5E5E;
text-decoration: none;
border-bottom: 1px solid;
}
#sidemenu a:active {
color: #5E5E5E;
text-decoration: none;
border-bottom: 1px solid;
}
#sidecontact {
position:absolute;
left:8px;
top: 250px;
height: 310px;
width:225px;
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
background: url('/images/building.png') no-repeat scroll right bottom #FFF;
}
#sidecontact span.title {
color: #C3561F;
font-size: 130%;
margin-left: 10px;
}
#sidecontact span.subtitle {
margin-left: 10px;
color: #8A8A8A;
font-weight: 700;
}
#sidecontact span.indent {
margin-left: 10px;
}
#sidecontact a.gray:link {
color: #8A8A8A;
text-decoration: none;
}
#sidecontact a.gray:visited {
color: #8A8A8A;
text-decoration: none;
}
#sidecontact a.gray:hover {
color: #8A8A8A;
text-decoration: none;
border-bottom: 1px solid;
}
#sidecontact a.gray:active {
color: #8A8A8A;
text-decoration: none;
border-bottom: 1px solid;
}
#sidecontact a.blue:link {
color: #0066CC;
text-decoration: none;
}
#sidecontact a.blue:visited {
color: #0066CC;
text-decoration: none;
}
#sidecontact a.blue:hover {
color: #0066CC;
text-decoration: none;
border-bottom: 1px solid;
}
#sidecontact a.blue:active {
color: #0066CC;
text-decoration: none;
border-bottom: 1px solid;
}
#sidecontact a.bronze:link {
color: #C3561F;
text-decoration: none;
}
#sidecontact a.bronze:visited {
color: #C3561F;
text-decoration: none;
}
#sidecontact a.bronze:hover {
color: #C3561F;
text-decoration: none;
border-bottom: 1px solid;
}
#sidecontact a.bronze:active {
color: #C3561F;
text-decoration: none;
border-bottom: 1px solid;
}
#content {
margin-left: 250px;
}
#content a:link {
color: #1D74A3;
text-decoration: none;
}
#content a:visited {
color: #1D74A3;
text-decoration: none;
}
#content a:hover {
color: #1D74A3;
text-decoration: none;
border-bottom: 1px solid;
}
#content a:active {
color: #1D74A3;
text-decoration: none;
border-bottom: 1px solid;
}
#content th {
height: 30px;
vertical-align: bottom;
}
#content td {
padding-left: 5%;
padding-right: 5%;
}
#faq {
}
#faq dt {
font-size: large;
}
#faq dd {
font-family: Arial, Helvetica, sans-serif;
}
#footer {
position: relative;
top: 590px;
clear: both;
border-spacing: 10px;
font-size: 90%;
}
#footer a:link {
color: #000000;
text-decoration: none;
}
#footer a:visited {
color: #000000;
text-decoration: none;
}
#footer a:hover {
color: #000000;
text-decoration: none;
border-bottom: 1px solid;
}
#footer a:active {
color: #000000;
text-decoration: none;
border-bottom: 1px solid;
}
#footerclas {
position: relative;
top: -30px;
margin-left: 70%;
margin-right: 10px;
text-align: right;
font-size: 90%;
}
#footerclas span.clas {
font-size: 120%;
font-weight: 700;
font-variant: small-caps;
}
#footerclas a.clas:link {
color: #000000;
text-decoration: none;
border-bottom: none;
}
#footerclas a.clas:visited {
color: #000000;
text-decoration: none;
border-bottom: none;
}
#footerclas a.clas:hover {
color: #000000;
text-decoration: none;
border-bottom: none;
}
#footerclas a.clas:active {
color: #000000;
text-decoration: none;
border-bottom: none;
}
#footerclas a.blue:link {
color: #0066CC;
text-decoration: none;
}
#footerclas a.blue:visited {
color: #0066CC;
text-decoration: none;
}
#footerclas a.blue:hover {
color: #0066CC;
text-decoration: none;
border-bottom: 1px solid;
}
#footerclas a.blue:active {
color: #0066CC;
text-decoration: none;
border-bottom: 1px solid;
}
#disclaimer {
position: relative;
margin-right: 30%;
font-size: 75%;
text-align: left;
}
#disclaimer a:link {
color: #0066CC;
text-decoration: none;
}
#disclaimer a:visited {
color: #0066CC;
text-decoration: none;
}
#disclaimer a:hover {
color: #0066CC;
text-decoration: none;
border-bottom: 1px solid;
}
#disclaimer a:active {
color: #0066CC;
text-decoration: none;
border-bottom: 1px solid;
}
