/* Common Elements */
* {
	margin: 0px;
	padding: 0px;
}

body {
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width:820px;
	margin-left: auto;
	margin-right: auto;
	font-size: .9em;
}
a:link, a:visited, a:active {
	color: #777777;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #222222;
	text-decoration: underline;
	font-weight: bold;
}
p {
	margin-bottom: 15px;
}
li {
	list-style: inside square;
	color:  #669933;
}

/* Recurring Custom Styles */
.banner {
	position: relative;
	width:820px;
	height:100px;
	background: url(/toolkit/assets/images/banner.jpg) no-repeat;
	cursor: pointer;
}
.footer {
	position: relative;
	width:820px;
	height:60px;
	background: url(/toolkit/assets/images/footer.jpg) no-repeat;
}
.footer .text {
	position: relative;
	margin:5px;
	padding-top:27px;
	color:#FFFFFF;
	margin-left:30px;
	font-size: .8em;
}
.footer .text a {
	color:#FFFFFF;
}
.main {
	position: relative;
}
.main .text {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.projectBox, .tdhover {
	position: relative;
	background-color: #FFFFFF;
	cursor: pointer;
	background: url(/toolkit/assets/images/divGM.jpg) repeat-y;
	width:820px;
}
.projectBoxTop {
	position: absolute;
	top:0px;
	background: url(/toolkit/assets/images/divGT.jpg) no-repeat bottom;
	height: 50px;
	width: 820px;
}
.projectBoxBottom {
	position: absolute;
	bottom:0px;
	background: url(/toolkit/assets/images/divGB.jpg) no-repeat top;
	height: 26px;
	width: 820px;
	z-index: 5;
}
.projectBoxText {
	position: relative;
	z-index: 10;
	padding: 22px;
	padding-left:29px;
	padding-right: 29px;
}
input, textarea {
	font-size: .9em;
}
.managerBoxes {
	margin-bottom: 3px;
	position: relative;
	width:185px;
	float: left;
	padding: 3px;
	border:1px solid #F5F5F5;
	margin-right:2px;
}
.managerBoxes .puller {
	background: #669933;
	padding: 2px;
	color: #FFFFFF;
}
.managerBoxes .puller li {
	color:#FFFFFF;
	font-size: .8em;
}
.managerBoxes .puller a {
	color:#F5F5F5;
}
.managerBoxes .puller hr {
color: #f00;
	background-color: #FFFFFF;
	height: 1px;
	border: none;
}
.managerBoxes hr {
	color: #f00;
	background-color: #669933;
	height: 1px;
	border: none;
}
.lable {
	font-size: .85em;
	color:#666666;
}
.clear {
	clear: both;
}
/* Form Styles*/
form .t, form .e {
	margin-bottom: 10px;
	font-size: .85em;
}
form .t {
	position: absolute;
	width:120px;
	text-align: right;
}
form .e {
	position: relative;
	left:125px;
	width:400px;
}

/* Calendar Style */
.tkcDay, .tkcDayOff, .tkcDayOver, .tkcWeekDay {
	position:relative;
	border:1px solid #CCCCCC;
	width:105px;
	height:70px;
	float:left;
	padding: 2px;
	font-size:.85em;
}
.tkcDayEventsOver {
	position: absolute;
	border: 1px solid #CCCCCC;
	width: 240px;
	padding:3px;
	top:2px;
	background-color: #E6F4F7;
	z-index: 10;
}
.tkcWeekDay {
	font-size:12px;
	background: #CCCCCC;
	border-color: #CCCCCC;
	text-align: center;
	color:#FFFFFF;
	height:15px;	
}
.tkcMonth a {
	font-size: 11px;
	font-weight: normal;
}
.tkcDayOff {
	background-color: #F5F5F5;
}
.tkcDayOver {
	background-color: #D5D5D5;
}
.tkcWrapper {
	position:relative;
	width:830px;
}
.tkcMonth {
	position: relative;
	width:740px;
	height:20px;
	font-size: 15px;
	text-align: center;
}
.tkcDay a:link,.tkcDay a:visited,.tkcDay a:hover {
	font-size: 10px;
	font-weight: normal;
} 


