body, html {
	margin:0;
	padding:0;
	color:#333;
	background: #EFEFEF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
}

#wrap {
	width:980px;
	margin:0 auto;
	background:#5F717F;
	border-left-style:solid;
	border-left-color:#5F717F;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#5F717F;
	border-right-width:1px;
}

#header {
	padding:5px 10px;
	background:#12264D;
	height:22ex;
	min-height: 122px;
	border-bottom-style:solid;
	border-bottom-color: #5F717F;
	border-bottom-width:1px;
}

#logo {
	float:left;
	margin:0;
}

#login {
	float:right;
	text-align:right;
	margin:1em 2em 0 0;
	position:relative;
	color: #FFF;
	font-weight: bold;
}

#login a:link {color:#FFF;}    /* unvisited link */
#login a:visited {color:#FFF;} /* visited link */
#login a:hover {color:#FFF;}   /* mouse over link */
#login a:active {color:#FFF;}  /* selected link */

.main {
	float:left;
	width:950px;
	padding:10px 15px;
	background:#FFF;
	min-height:480px;
}

h1 {
	font-size: 1.4em;
	color: #0A2A47;
	padding: 0;
}

h2 {
	font-size: 1.1em;
	color: #1B3A66;
}

h3 {
	font-size: 0.85em;
	font-weight:normal;
}

hr {
	border: 0;
	width: 98%;
	color: #0A2A47;
	background-color: #0A2A47;
	height: 1px;
}

p.bold {
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

.white {
	color: #fff;
}

label {
  text-align: right;
  vertical-align: middle;
  width: 15em;
  display: inline-block;
  margin: 0 0.2em 0 0;
  cursor: pointer
}

label.short {
  width: 12em;
}

label.left {
	text-align: left;
	width: 12em;
}

label.long-label {
  text-align: right;
  vertical-align: middle;
  width: 22em;
  display: block;
  float: left;
  clear: left;
  margin: 0.2em 0.2em 0.1em 0;
  cursor: pointer
}

p.error {
	color: red;
	width: auto;
}

.error_box {
	color: red;
	background: #FFFAAE;
}
.error {
	color: red;
}
input {
	margin:0.1em 0;
	vertical-align: middle;
}

input.text_record { margin:0.4em 0; width:6em; }
input.text_record_short { margin: 0.4em 0; width:3em; }
select.select_record { margin: 0.4em 0;  }
input[type="checkbox"] { margin: 0.4em 0.5em 0.4em 0; }

input.align-right {
	text-align:right;
	width:4em;
}

input.short {
	width:5em;
}

input.topic {
	width:30em;
	margin-top:1em;
}

input.sort_order {
	width:5em;
	margin-top:1em;
}

.arrl_label {
	margin: 0.2em 0.2em -1em -1.7em;
}

.clear {
	clear:both;
}

.center {
	text-align:center;
}

.center_bold {
	text-align:center;
	font-weight:bold;
}

.two_across {
	width:72em;
}

.half{
	width:36em;
	float:left;
}

.half1{
	width:32em;
	float:left;
}
.half2{
	width:36em;
	float:left;
}

.three_across {
	width:50em;
}

.thirds {
	width:14em;
	float:left;
}

.awards_across {
	width:70em;
}

.awards {
	width:16%;
	float:left;
}
	
button {
	margin:0.5em 0 0 18.4em;
}

.button_inline {
	margin:0.5em 0 0 0;
}

div.result-header-cn { clear: left; padding-top:0.8em; background-color: #2E568A; /*border-bottom: 0.1em solid #2F4A6F;*/ color: white; font-weight: bold;}
div.result-cn { clear: left; overflow: auto; border: 0.1em solid #2E568A; margin: 0; }

/* FAQ page */
.faq {}

#help { position:relative; }
#help h4  { cursor:pointer;}
#help h4.active  { color:#315B8C; }
#help h4:hover{text-decoration: underline;}
#help div   { position:relative; }
#help div p  { padding:0; margin-bottom:1em;}

#help h5  { cursor:pointer; margin-left: 2em;}
#help h5.active  { color:#4984CC; }
#help h5:hover{text-decoration: underline;}
#help div   { position:relative; }
#help div p  { padding:0; margin: 0 2em 1em 2em;}	


#footer {
	clear:both;
	padding:5px 10px;
	background:#0A2A47;
	border-top-style:solid;
	border-top-color:#5F717F;
	border-top-width:1px;
	color: #FFFFFF;
}

#footer a:link {color:#FFF;}    /* unvisited link */
#footer a:visited {color:#FFF;} /* visited link */
#footer a:hover {color:#FFF;}   /* mouse over link */
#footer a:active {color:#FFF;}  /* selected link */

#address {
	text-align:left;
	padding:0 0 0 1em;
	width: 18em;
	float:left;
}

#contact {
	text-align:left;
	float:right;
	width: 18em;
}

.logo-arrl {
	float:left;
	width: 30em;
}

#tooltip {
	position:absolute;
	border:1px solid #000;
	background:#EFEFEF;
	padding:2px 5px;
	color:red;
	display:none;
	width:12em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

/* sortable tables */

table.tablesorter {
	font-family:arial;
	background-color: #2E568A;
	margin:10px 2% 15px 2%;
	font-size: 1em;
	width: 96%;
	vertical-align: middle;
	text-align: left;
}
table.tablesorter .center {
	text-align: center;
	padding: 2px 0px
 }
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #2E568A;
	border: 1px solid #2E568A;
	padding: 2px 4px;
	color: #FFF;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	/*
	line-height: 1.4;
	
	*/
	height: 3em;
	width:	auto;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .header_no_sort { /* use for application records and record entry*/
	background-image: none;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	font-size: 0.9em;
}

table.tablesorter tbody td {
	width:	auto;
	color: #3D3D3D;
	padding: 2px 4px;
	background-color: #FFF;
}
table.tablesorter tbody tr.odd td {
	background-color:#EFEFEF;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.png);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.png);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #315B8C;
	color: #000;
}
table.tablesorter thead th.call, table.tablesorter thead th.band, table.tablesorter thead th.mode, table.tablesorter thead th.date {
	padding: 2px 12px 2px 0;
}

table.tablesorter thead th.diamond {
	padding: 2px 12px 2px 0;
	width: 14em;
}

table.tablesorter thead th.prefix {
	padding: 2px 12px 2px 0;
	width: 12em;
}

/* styles for a sortable table pager */
div.tablesorterPager {
	padding: 10px 0 10px 0;
	text-align: center;
}
div.tablesorterPager span {
	padding: 0 0.5em;
}
div.tablesorterPager input.prev {
	width: auto;
	margin-right: 2em;
}
div.tablesorterPager input.next {
	width: auto;
	margin-left: 2em;
}
div.tablesorterPager input {
	width: 10em;
	border: 1px solid #3B6EBF;
	text-align: center;
}

.pagination {
	font-size: 80%;
}
        
.pagination a {
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
	min-width:1em;
	text-align:center;
}

.pagination .current {
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}
div.intro {
  margin: 0 5%;
}
div.intro ul {
  margin: 1em 5% 0.1em 0;
}
div.intro ol {
  margin: 1em 5% 0.1em 0;
}
div.intro  li {  
  text-align: justify;
  margin:  0.1em 0 1em;
}
p.intro {
  text-align: justify;
  margin: 1em 0;
}
button.center {
    float: none;
    display: block;
    margin: 0px auto;
}

.callsign {
	font-size: 1.1em;
	font-family: Consolas, Monaco, Inconsolata, 'Andale Mono', Verdana, Geneva, sans-serif;
}

.jsWarning {
	color:red;
	font-size:1.5em;	
}

a.warning:link {color: red;}
a.warning:visited {color: red;}
a.warning:hover{color: white;}
