/*
		 Name:	ecpSite.css
        Author:	Bob Meinhart (bob@eCommerce-Plus.com)
Description:	CSS file for eCommerce-Plus.com
      Created:	 08/21/2006
     Updated:	 09/05/2008
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #2D2D4A;
	background-color: #FFFFFF;
	font-size: 62.5%;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#calHeaderTable {
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
#calFooterTable {
	width: 98%;
}
#calFooterTable td.CalendarSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	background-color: #214A77;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}
#calFooterTable td.CalendarSubmit a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
#calFooterTable td.CalendarSubmit a:hover {
	color: #FFFF00;
}
#calHeaderTable a {
	font-size: 0.7em;
	text-decoration: none;
	color: #0052AF;
}
#calHeaderTable a:hover {
	color: #A90000;
	text-decoration: underline;
}
#calTable {
	width: 98%;
}
#calTable th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	font-style: normal;
}
#calTable div.calDateBox {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	font-style: normal;
	height: 14px;
	width: 14px;
	top: 0px;
	z-index: 2;
	position: relative;
	right: 0px;
	float: right;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000066;
	border-left-color: #000066;
	text-align: center;
}
#calTable div.calEvents {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.55em;
	font-style: normal;
	line-height: 1em;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#calTable div.calEvents a {
	color: #0052AF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
	line-height: 1em;
	text-decoration: none;
}
#calTable div.calEvents a:hover {
	color: #A80000;
	text-decoration: underline;
}
#calTable td {
	height: 20%;
}
