﻿/***********
 * Text    *
 ***********/

body {
    margin: 0px;
    padding: 0px;
    font-family: helvetica, arial, sans-serif;
    font-size: medium;
    color: Black;
}

h1
{
	font-size: xx-large;
}

h2 {
    font-size: x-large;
}

h3 {
	font-size: large;
}

h4 {
	font-size: medium;
}

h5 {
	font-size: small;
}

h6 {
	font-size: x-small;
}

.RequiredInformation {
	color: Red;
}

.Header {
	font-size: x-large;
	font-weight: bold;
	color: #002462;
}

.Header-WithoutSize {
	font-weight: bold;
	color: #002462;
}

/***************
 * Header      *
 ***************/

.TinyInHeader {
	background-color: #002462;
	font-size: x-small;
	color: White;
}

.TinyInHeader a {
	font-style: normal;
	font-size: x-small;
	color: White;
}

.TinyInHeader a:hover {
	font-style: normal;
	font-size: x-small;
	color: White;
}


/***************
 * Other       *
 ***************/

.IMWCAPrimaryColor {
    background-color: #002462;
    background-image: none;
    color: white;
    margin: 0px;
    padding: 0px;
}

.Logo {
    background-color: #002462;
    background-image: none;
    color: white;
    margin: 0px;
    padding-left: 2px;
    padding-top: 2px;
}

.content {
    padding-left: 6px;
    width: 100%;
}

/***************************
 * List of current members *
 ***************************/

.ListOfMembers 
{
	vertical-align: top;
	white-space: nowrap;
	padding-right: 15px;
}

/*******************************
 * Contact Info (Board, Staff) *
 *******************************/

.ContactInfoPicture {
	vertical-align: top;
	padding-right: 6px;
}

.ContactInfo {
	vertical-align: middle;
	padding-right: 15px;
}

/****************
 * Publications *
 ****************/

.publications-year-header
{
	font-weight: bold;
	font-size: x-large;
	text-align: center;
}

/************
 * Calendar *
 ************/

.calendar-othermonth-day
{
	color: White;
	font-size: xx-small;
}

.calendar-line-items-header
{
    background-color: #002462;
    color: white;
}

.calendar-line-items-header th
{
	padding-left: 7px;
	padding-right: 7px;
}

.calendar-line-items td
{
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.calendar-day
{
	padding: 5px;
}

.calendar-day-header
{
	font-size: larger;
}

.calendar-title 
{
	background-color: #002462;
    color: white;
}

.calendar-title td 
{
	padding-top: 3px;
	padding-bottom: 3px;
}

/***************
 * Breadcrumbs *
 ***************/

.breadcrumbs {
	font-size: x-small;
}

.breadcrumbs a {
	font-style: normal;
	font-size: x-small;
}

/***********
 * Sidebar *
 ***********/

.sidebar {
	white-space: nowrap;
    vertical-align: top;
    background-color: #002462;
    background-image: none;
    color: white;
    margin: 0px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 0px;
    padding-top: 35px;
}

.sidebar-clear 
{
	white-space: nowrap;
    vertical-align: top;
    background-image: none;
    color: white;
    margin: 0px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 0px;
    padding-top: 35px;
}

.navigation {
    padding: 0px;
    vertical-align: top;
    margin: 0px;
    color: White;
}

.navigation-parent {
    font-family: "AvantGarde Md BT", Verdana, Sans-Serif;
    font-weight: bold;
    font-size: large;
    color: White;
    padding-right: 2px;
    padding-bottom: 10px;
}

.navigation-leaf {
    font-family: "AvantGarde Md BT", Verdana, Sans-Serif;
    font-weight: bold;
    font-size: large;
    color: White;
    padding-right: 2px;
    padding-bottom: 10px;
}

.navigation-parent a {
	font-style: normal;
}

.navigation-leaf a {
	font-style: normal;
}

.navigation-parent a:hover {
	font-style: normal;
	color: White;
	text-decoration: underline;
}

.navigation-leaf a:hover {
	font-style: normal;
	color: White;
	text-decoration: underline;
}

/***********
 * Images  *
 ***********/

.inline-left
{
	float: left;
	vertical-align: top;
}

.inline-right 
{
	float: right;
	vertical-align: top;
}

/***********
 * Tables  *
 ***********/

table {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/***********
 * Links   *
 ***********/

a
{
	font-family: Helvetica, Arial, sans-serif;
	color: #002462;
	text-decoration: none;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}

a:hover {
	color: #39A7D6;
    text-decoration: underline;
}