/* CSS Document */

body, div, td, p, span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

body.iFrame {
	margin: 0px;
	padding: 0px;
	background-color: #5d5d5d;
	background-image: none;
}
body {
  background-image: url(../images/DUOTONE.jpg);
  background-position: center top;
  background-attachment: fixed;
}

/* Style sheet for the body
* of the top page */
.topBody 
{
  background-image: url(../images/home-contactBg.jpg); 
  background-repeat: no-repeat; 
  background-position: top right;
}

.houseBg {
  background-image: url(../images/TAIT2.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
}

.houseBg2 {
  background-image: url(../images/DUOTONE.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
}

#main {
	
}

#topUpper {
	top: 3px;
	margin: 0px;
	padding: 0px;
	
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
}

#header {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	
}

#topLower {
	margin: 0px;
	padding: 0px;
	background-color: #990000;
	
}

#content {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	/*border-left: 2px solid #990000;
	border-right: 1px solid #990000;
	
	background-color: #FFFFFF;
	*/
}
 
#footer {
	background-color: #008457;
	color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

table {
	margin: 0px;
	padding: 0px;
}

td {
	padding: 0px;
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.footerLink {
	color: #cccccc;
}

a.footerLink:link {color: #cccccc;}
a.footerLink:visited {color: #cccccc;}
a.footerLink:hover {color: #ffffff;}

a:link {color: #990000;}
a:visited {color: #990000;}
a:hover {color: #ff0000;}


h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #53811e;
}

h2 { font-size: 17px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }

.mainNav {
  background-color: #008457;
  height: 28px;
}

a.nav {
  text-align: center;
}

a.nav:link { text-decoration: none; color: #fff; }
a.nav:visited { text-decoration: none; color: #fff; }
a.nav:active { text-decoration: none; color: #fff; }
a.nav:hover {
  text-decoration: none;
	background-color: #eaca39;
  color: #fff; 
}

.HomeLink, .ContactLink {
	float: right;
  font-family: arial;
	font-weight: bold;
	font-size: 13px;
	color: #cccccc;
	margin-top: 20px;
}
.HomeLink {
	margin-right: 35px;
}

.ContactLink {
	margin-right: 15px;
}

a.topNav {
  text-align: center;
}

a.topNav:link { text-decoration: none; color: #008457; }
a.topNav:visited { text-decoration: none; color: #008457; }
a.topNav:active { text-decoration: none; color: #008457; }
a.topNav:hover {
  text-decoration: none;
  color: #fff; 
}


.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
  font-size: 11px;
  font-weight: bold;
}

.textBox {
  border: 1px solid #333333;
}

.LeftSide 
{
  font-weight: bold;
  text-align: right; 
}

/* Form message, used in Rental form and repair form */
.FormMessage {
  margin-top: 10px;
  margin-bottom:10px;
  padding: 5px;
  background-color: #eeeeee;
}

/* Menu cell is <td> contains menu in Rental and Information pages */
.MenuCell 
{
  BORDER-RIGHT: #cccccc 1px solid;
  PADDING-RIGHT: 8px; 
  PADDING-LEFT: 8px; 
  PADDING-BOTTOM: 8px; 
  VERTICAL-ALIGN: top; 
  PADDING-TOP: 8px; 
  TEXT-ALIGN: right;
  background-color: #eeeeee;
  
} 

.MenuItemCell {
  background-image: url(../DecImages/navbar_bg.gif);
  padding: 6px;
  background-color: Transparent;
}

/*
.MenuBottomCell {
  background-image: url(../DecImages/grayTransFade.gif);
  background-color: Transparent;
}
*/

.homePageTable {
  background-image: url(../View/images2/flashBg.gif);
  background-position: top right;
  background-repeat: no-repeat;
  height: 400px;
}

.printVersionSeparatorLine
{
  padding-left: 8px;
  font-style: normal;
}

.dataGridItemStyle
{
  padding: 13px;
  background-color: AliceBlue;
}

.dataGridAtlItemStyle
{
  padding: 3px;
  background-color: #eeeeee;
}

.dataGridRentalList, .dgOpen
{
  width: 700px;
}

.dataGridPagerStyle
{
  text-align: center;
}

.cellWrapper
{
  padding: 8px;
}

/*========================================*/
.tblForm {
	background-color: #eeeeee;
	border:solid 1px black;
	width: 400px;
}

.tdFormHeader {
	font-weight: bold;
	background-color: #666666;
	color: White;
	font-style: normal;
	padding: 4px;
}

.tdFormLabel {
	font-size: 10px;
	font-style: normal;
	padding: 4px;
}

.spanFormData {
	border-bottom: dotted 1px #333333;
	width: 100%;
}