﻿/*
	Users.css
	
	Final Project
	IT-270
	
	Author:	Anthony Medina
	Date:	Aug 26, 2015

*/
		#wsbnavbar0 {
			position: absolute;
			left: 5px;
			top: 380px;
			width: 945px;
			height: 60px;
			z-index: 7;
		}
		#twsbimg1 {
			position: absolute;
			left: 0px;
			top: 80px;
			width: 960px;
			height: 310px;
			z-index: 8;
		}
		#twsbimg3 {
			position: absolute;
			left: 124px;
			top: 5px;
			width: 593px;
			height: 70px;
			z-index: 1;
		}
		#twsbtxt1 {
			position: absolute;
			left: 720px;
			top: 40px;
			width: 220px;
			height: 21px;
			z-index: 2;
		}
		#twsbimg4 {
			position: absolute;
			left: 9px;
			top: 5px;
			width: 125px;
			height: 72px;
			z-index: 4;
		}
		#wsbtbl1 {
			position: absolute;
			left: 100px;
			top: 500px;
			width: 795px;
			height: 886px;
			z-index: 5;
			table-layout: fixed;
		}
		#wsbtxt1 {
			position: absolute;
			left: 220px;
			top: 460px;
			width: 490px;
			height: 20px;
			z-index: 6;
		}
		#twsbtxt2 {
			position: absolute;
			left: 0px;
			top: 1416px;
			width: 940px;
			height: 46px;
			z-index: 3;
		}
		#container {
			position: relative;
			margin: 0 auto;
			width: 960px;
			height: 1464px;
			text-align: left;
		}
		#inner-container {
			position: relative;
			width: 960px;
			height: 1464px;
		}
		body {
			text-align: center;
		}

/* Banded rows styles */
	table#wsbtbl1 tbody tr:nth-of-type(even) {
/*		background-color: rgba(51, 153, 255, 0.6); */
		background-color: rgba(0, 102, 204, 0.8);
		color:white;
	}

	table#wsbtbl1 tbody tr:nth-of-type(odd) {
		background-color: rgba(255, 255, 255, 0.6);
	}
