/* CSS Document */

body {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-image:url('images/bg.jpg');
	
	}
	
.mainTable {
	width:790px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	border:3px solid #DCF1FF;
	
	}
	
.topTable{
	padding:0px;
	
		}
	
.leftTable {
	margin-top:-100px;
	width:170px;
	background-repeat:repeat-y;
	margin:0px;
	
	}

.leftSubTable {
	height:550px;
	width:160px;
	background-image:url('images/leftbg_new.jpg');
	background-repeat:no-repeat;
	
	}
	
.rightTable {

	width:600px;
	font-family:sans-serif;
	font-size:small;
	color:#4D2073;
	padding-top:20px;
	margin-left:-20px;
	padding-right:20px;
	}
	
.leftMenu {
	font-family:sans-serif;
	font-size:small;
	font-weight:bold;
	font-style:italic;
	color:yellow;
	margin-top:120px;
	padding-left:30px;
	}
	
.leftMenu a {
	color:#FFFFFF;
	text-decoration:none;
	font-style:normal;
	}
	
.copyRight {
	font-family:sans-serif;
	font-size:x-small;
	text-align:center;
	}
	
.shoppingTable {
	background-color : #DDDDDD ;
	border : 1px solid #AAAAAA;
	}
	
.drillPath{
	color : #333333 ;
	font-size : x-small ;
	}
	
a.drillPath {
	text-decoration : none ;
	color : #6699CC ;
	}
	
a.webCat {
	text-decoration : none ;
	color : #330033 ;
	}
	
.shopHR {
	border : 1px solid #4D2073 ;
	margin-right : 20px ; 
	}
	
a.bigX { /* Used in shopping cart */
	font-size : medium ;
	font-weight : bold ;
	text-decoration : none ;
	color : red ;
	}
	
a.bigX:hover { 
	font-size : medium ;
	font-weight : bold ;
	text-decoration : none ;
	color : magenta ;
	}
	
a.expandKit {
	text-decoration:none;
	color:blue;
	}
	
hr {
	border:1px solid #4D2073;
	}
	
input {
	font-size:x-small;
	}
	
.input {
	font-size:x-small;
	}
	
.loginDiv {
	font-size:x-small;
	font-family:sans-serif;
	border:2px solid white;
	padding:10px;
	margin-top:20px;
	margin-left:20px;
	width:105px;
	background-image:url(images/loginBG.png);
	color:white;
	}

.calendarMonth {
	padding-top:6px;
	padding-bottom:6px;
	}
	
.calendarMain {
	border:1px solid #666666;
	}
	
.calendarTopL {
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:3px 5px 3px 5px;
	}
	
.calendarTop {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:3px 5px 3px 5px;
	}
	
.calendarPast {
	color : #999999;
	text-align:center;
	}
	
.calendarAvail {
	color: #333333;
	text-align:center;
	}
	
a.calender {
	text-decoration:none;
	}

.locationButton {
	border:transparent;
	background-color:transparent;
	font-size:x-small;
	color:#6699CC;
	}
	
.locationTable {
	background-color:#F2F2F2;
	border:1px solid #CCCCCC;
	}
	
#warning {
	font-size:x-small;
	color:#666666;
	text-align:center;
	}