﻿html 
{
	/*width: 585px;*/
	font-family: ariel, sans-serif;
	font-size: 62.5%;
	}
body {
	margin: 5px;
	padding: 0;
	border: 0;
	}
p {
	font-size: 1.2em;
}
ul {
	font-size: 1.2em;
}
a img 
{
    border: 0;
}
div#wrapper {
	width: 585px;
	margin: 0;
	border: 0;
	padding: 0;
	}    
div#banner {
	width: 100%;
	height: 30px;
	padding: 0;
	border: 0;
	margin: 20px 0 0 0;
 } 
.edit_banner{
	background-color: #d00020;
}
.configurator_banner{
	background-color: #00195B;
}       
.left {
	float: left;
} 
.right {
	float: right;
	}
div.text_info {
	margin: 20px 0 10px;
	padding: 0 10px;
	}
div.text_info p {
	margin: 0;
	font-size: 1.2em;
	}
p.page_text {
	font-size: 1.2em;
	}
h2 {
	font-size: 1.4em;
	}
.odd_row {
	background-color: #f0f0f0;
	}
.edit_button {
	font-size: 1.4em;
	color: Red;
	}
.view_button {
	font-size: 1.4em;
	}
.list {
	font-size: 11px;
	}
/* Nexus Repeaters Search Boxes */
.nexus-frequency-band-ul 
{
	width: 110px;
}
.nexus-frequency-band-dl
{
	width: 110px;
}
.nexus-gain-adjustment-range-dl
{
	width: 110px;
}
.nexus-instantaneous-bandwidth
{
	width: 110px;
}
.nexus-composite-power
{
	width: 110px;
}	

/* TMA search boxes */

.tma-frequency-band
{
	width: 150px;
}

.tma-tma-type
{
	width: 150px;
}

.tma-up-link-freq
{
	width: 125px;
}

.tma-down-link-freq
{
	width: 125px;
}

/********************/	
.band 
{
	width: 82px;
}

.frequency
{
	width: 136px;
}

.polarization
{
	width: 110px;
}

.horiz_bw
{
	width: 82px;
}

.tilt
{
	width: 82px;
}

#selection_table{
	font-size: 1.2em;
	}
table.gridview_mounting td
{
	width: 150px;
}	
table.gridview_ret td
{
	width: 200px;
}
table.gridview_antenna td
{
	width: 20px;/*70px*/
}
input.long_button {
	padding: 2px 5px;
	overflow: visible; /* seems to keep IE (inc 7) in check without anything else */
}

/******* Data Grid Colors and style ********/

/******** Antennas *******/

.dataGridView
{
	background-color:White;
	border-collapse: collapse;
	border-style: hidden;
	text-align: left;
}

.dataGridView_header th
{
	vertical-align: top;
	padding: 6px;
	margin: 0px;
	text-align: left;
	border-style: hidden;
}

.dataGridView_header a
{
	color: #ffffff;
}
.dataGridView td
{
	color: Black;
	vertical-align: top;
	padding: 6px;
	margin: 0px;
	border-style: hidden;	
}

.dataGridView td a
{
	color: #0d44a4;
}

.dataGridView td a:hover
{
	color: Red;
}

.dataGridView_header 
{
	background-color: #164080;
	color: #ffffff;
	font-weight: bold;
	vertical-align: top;
	border-style: hidden;
}

.dataGridView_footer
{
	background-color: #164080;
}

.dataGridView_row
{
	background-color: #e4e6e7;
}

.dataGridView_alt_row
{
	background-color: White;
}

.dataGridView_selected_row
{
	background-color: #ffcc66;
}

/***** main navigation list *****/
ul.main_nav_list 
{
	list-style-type: none;
	margin: 1.6em 0;
	padding: 0;
	font-size: 1.2em;
}
ul.main_nav_list li
{
	padding: .5em 0;
}

ul.main_nav_list ul
{
		font-size: 1em;
}
table.dataGridView {
	table-layout: fixed;
	width: 600px;
	}
table.dataGridView tr td {
    overflow: hidden;
    }	
table.dataGridView tr th.gridview_antenna_part {
    width: 110px;
    }
/* Styles for new grid columns - generic */
.style1
{
    width: 17px;
    height: 17px;
}
.pdf-link
{
    width: 25px;
}
.text-link
{
    width: 100px;
}
