﻿/** Fonts **/

body,p
{
	font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,a,p a
{   
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
}

select,.UserInput,input.ms-input,input.ms-long,.ms-longer,.ms-inputuserfield,#quick_search input
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


/** Sizes and spacing **/

h1
{
	font-size: 1.4em;
	margin-bottom: -5px;
	margin-top: -5px;
}
h2
{
	font-size: 1.0em;
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
}
h3
{
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
}
h4
{
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 5px;
	clear: both;
}
h5
{
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}


a
{
	color: #427293;
	text-decoration: none;          
}
a:hover
{
	color: #dc5400;
	cursor: pointer;
}

p
{
	/**font-size: .7em;**/
	font-weight: normal;
	color: #7b7b7b;
	/**text-align: justify;**/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: left;
}
p a
{
	font-size: 1.0em;
	color: #427293;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
}


/* Lists */

#header_container ul, 
#breadcrumb_container ul, 
#left_hand_nav_container ul {
	display:inline;
	list-style-image:none;
	list-style-type:none;
	
}

#header_container li, 
#breadcrumb_container li, 
#left_hand_nav_container li {
	list-style-image:none;
	list-style-type:none;
	float:left; /** all list elements inherit this **/
}


/* UI */

select
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.UserInput,input.ms-input,input.ms-long,.ms-longer,.ms-inputuserfield,#quick_search input
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 4px;
}
td.ms-input select
{
	margin: 0;
	border: none;
}

/* Quick search (left column) */
#quick_search select
{
	float: left;
	width: 146px;
}
#quick_search input
{
	float: left;
	width: 136px;
}
#quick_search button
{
	float: left;
	margin-left: 5px;
	border:0pt none;
	padding:0pt;
	background-repeat: no-repeat;
	cursor:pointer;
	display:inline;
	height:18px;
	width:35px;
	text-indent:-200000px;
	margin-top: 5px;
}
#quick_search table
{
	float: left;
}
#quick_search img
{
	margin-right: 7px;
}

/* Morse components */
#morse_page_description
{
	font-size: 11px;
}
#morse_page_description p
{
	margin-top: 5px;
	font-size: 11px;	
	padding-bottom: 7px;
}
#morse_page_description .ms-listdescription
{
	margin-top: 5px;
	padding-bottom: 7px;
	padding-left: 0;
}
