﻿* {
    font-family: Arial;
}   



p, li, ol, ul, span, th, table, td, h1, h2, h3
{
	color: rgb(0,102,72);
}

p, li, ol, ul, span, th, table, td, div
{
    font-size: 12px;
    line-height: 20px;
}
p
{
    margin-bottom: 14px;
    text-align: justify;
}


th
{
	text-align: left;
	padding: 4px;
}


#title, #title2, #printtitle
{
	font-weight: bold;
	font-size: 12px;
	color: rgb(0, 102, 72);
}

#medcolumns p
{
	margin: 0px;
    text-align: left;
    line-height: 13px;
    padding: 0px;
}

#medcolumns h1
{
	margin: 0px;
    text-align: left;
    padding: 0px;
}

#medcolumns a, #focuscolumn a, #medcolumns a:link, #focuscolumn a:link, #medcolumns a:visited, #focuscolumn a:visited
{
	color: rgb(0, 102, 72);
	font-weight: bold;
}

#medcolumns a:hover, #focuscolumn a:hover
{
	color: rgb(255,220,0);
}



#seminarlist h1, #seminarlist p, #seminarlist ul, #seminarlist li, #seminarlist div,
#eventlist h1, #eventlist p, #eventlist ul, #eventlist li, #eventlist div
{
	color: rgb(255,220,0);
    text-align: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#seminarlist li, #eventlist li
{
	line-height: 16px;	
	font-weight: bold;
}

#seminarlist a, #seminarlist a:link, #seminarlist a:visited, #eventlist a, #eventlist a:link, #eventlist a:visited
{
	color: rgb(255,220,0);
	font-weight: bold;
}

#seminarlist a:hover, #eventlist a:hover
{
	color: rgb(255,255,255);
}


h1, h1.maintitle
{    
    font-size: 16px;
    line-height: 20px;
    padding-top: 2px;
    margin-bottom: 12px;
    border-top: 1px solid rgb(255, 220, 0) !important;
}



h2
{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    margin-top: 24px;
    border-top: 1px solid rgb(255, 220, 0);
}

h3
{
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 24px;
    margin-bottom: 12px;
    border-top: 1px solid rgb(255, 220, 0);
}

h4
{
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 6px;    
}

hr
{
    border: 0px;
    border-bottom: 1px solid rgb(255, 220, 0);
    height: 1px;
}



p.pretext
{
    font-weight: bold;
}

.indented
{
    margin-left: 30px;
}

li 
{
    margin-bottom: 0px;
    margin-top: 0px;
    list-style-type: square;
}

a
{
    text-decoration: underline;
    color: rgb(0,102,72);
}


.bordered table td {
	border-bottom: 1px solid rgb(134,134,137) !important;
}


#welcome_container a:hover, #welcome_title a:hover, #news_container a:hover, #news_title a:hover
{
    color: #FFFFFF;
}


a:hover
{
    color: rgb(164,148,0);
}

a.link
{
    padding-left: 16px;
    background-image: url('../../media/ui/link.gif');
    background-position: top left;
    background-repeat: no-repeat;
}

a.markvisited:visited
{
    /*color: #851a2f;*/
}

img 
{
    border: 0px;
}

form
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}






/* Control styles */

input, textarea { font-size: 11px; }
select { border: 1px solid #B0B0B0; }
input.box, textarea.box { border: 1px solid #B0B0B0; width: 200px; line-height: 12px; }
input.wide, textarea.wide { width: 98%; }



.dropdown
{    
    border: 0px;
    font-size: 11px;    
    display: inline;
}
.dropdown div 
{
    position: absolute;
    margin-top: -4px;
}

.dropdown a 
{
  display: none;
  text-decoration: none;
  list-style: none;
  border-top: 1px solid white;
  padding: 4px 28px 4px 4px;
  background-color: #84b3ba;
}

.dropdown div:hover a {
  display: block;
  float: none;
}

.dropdown a.selected 
{
    display: block;    
  border-top: 0px;
  background-image: url('../../media/ui/link.dropdown.gif');
  background-position: right center;
  background-repeat: no-repeat;
}

.dropdown a:hover 
{
    color: #851a2f;
}




.GoButton
{
    background-color: Transparent;
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 16px;
    height: 16px;
    background-image: url('../../media/ui/link.go.gif');
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
    cursor:pointer;
}

.LinkButton
{
    background-color: Transparent;
    border: 0px;
    margin: 0px;
    width: auto;
    padding: 0px;
    cursor:pointer;
}

.LinkButton:hover
{
    color: Red;
}

.FloatingImageLeft
{
    margin-right: 8px;
    margin-bottom: 4px;
}



.infobox 
{
    background-color: #ffffff;
    color: #808080;
    border: 1px solid #908271;
    position: absolute;
    margin-top: 10px;
    margin-left: 4px;
    position: absolute;
    padding: 4px;    
    width: 240px;
    z-index: 10;
}

