/*
 * main.css
 * Main stylesheet for Western Skies Wireless Broadband
 */

@font-face {
    font-family: Verdana;
    font-style:  normal;
    font-weight: normal;
    src: url(VERDANA0.eot);
}

body {
	background-color: #597EAC;/*rgb(0, 100, 140);*/
	color: black;
	font-family: Verdana;
}

p {
	margin: 40px;
	letter-spacing: 1px;
	word-spacing: 3px;
	line-height: 16pt;
	font-size: 12pt;
}

p.Home {
	margin: 5px;
	letter-spacing: 1px;
	word-spacing: 3px;
	line-height: 16pt;
	font-size: 12pt;	
}


a {
	color: blue;
	text-decoration: none;
}
a.DocLeft {
	color: white;
	text-decoration: none;
}


a.DocLeftHere {
	color: white;
	text-decoration: underline;
}

a.HeadLabel {
	color: black;
}

/*a.HeadLabel:hover {
	font-weight: bolder;
}*/

a.OrderServices {
	color: darkblue;
	font-weight: bolder;
	letter-spacing: 2px;
	word-spacing: 4px;
}

a.Footer {
	color: white;
}

th.DataLabel {
	font-size: 12pt;
	font-style: italic;
	font-weight: bolder;
	background-color: #AFAFAF;/*#0000F0;*//*#A0A0A0;*/
	color: white;
}

td.DataItem {
	background-color: #909090;/*rgb(100, 40, 100);*/
	color: white;
}

td.TableFoot {
	background-color: black;/*#A0A0A0;*/
	font-weight: bolder;
	font-size: 12pt;
	color: white;
}
td.DocTOC {
	background-color: #D7E7F6;/*rgb(0, 0, 80);rgb(200, 136, 200);*/
	color: rgb(0, 255, 255);
}

td.DocBody {
	background-color: white;/*rgb(200, 200, 200)*/;
}

td.PhoneRow {
	background-color: black;
	color: white;
	font-size: 14pt;
	font-weight: bolder;
	letter-spacing: 2px;
}

th.Coverage {
	color: white;
}
tr.DocFoot1 {
	background-color: #808080;
}

tr.DocFoot2 {
	background-color: #A0A0A0;
}

#DocHead {
	background: white url("images/LOGO2.GIF") no-repeat scroll top left;
	width: 851px;
	height: 127px;
}

#BodyLeft {
	background white url("images/vertical_border_left_body.gif") repeat-y scroll top left;
	width: 17px;
	height: 100%;
}

#BodyRight {
	background white url("images/vertical_border_right_body.gif") repeat-y scroll top left;
	width: 17px;
	height: 100%;
}
#BottomLeftBody {
	position: relative;
	left: 0px;
	top: -10px;
	width: 17px;
	height: 21px;
}
#BottomCenterBody {
	position: relative;
	left: 0px;
	top: -10px;
	width: 517px;
	height: 21px;
}
#BottomRightBody {
	position: relative;
	left: 0px;
	top: -10px;
	width: 25px;
	height: 21px;
}

td.Body {
	background-color: white;
}

input {
	background-color: white;
	color: black;
}

div.TableOutline {
	border-style: solid;
	border-width: 2px;
	border-color: black;
	width: 300px;
	height: 105px;
}

h1 {
	font-size: 24pt;
	font-weight: bold;
	letter-spacing: 2px;
	word-spacing: 4px;
	color: rgb(0, 0, 64);
}

span.Emphasized {
	font-style: italic;
}

#Coverage {
	background-color: rgb(0, 180, 225);
}

#TheBody {
	width: 575px;
	height: 600px;
}

#HomeLogo {
	position: relative;
	top: 162px;
	left: 152px;
	width: 270px;
	height: 277px;
}

/* Styles for the price/service plan list table */
td.Price {
	text-align: right;
	vertical-align: top;
	font-size: 12pt;
	font-weight: bolder;
}

span.Services {
	text-align: left;
	vertical-align: top;
	font-size: 12pt;
	font-weight: bold;
	line-height: 13pt;
	display: block;
}

span.ServiceDescription {
	text-align: left;
	vertical-align: top;
	font-size: 10pt;
	font-weight: normal;
	line-height: 11pt;
}
	