html, body, form, fieldset, dl, dt, dd, blockquote { margin: 0px; padding: 0px; }
body { font-size: 62.5%; }
ul, ol, li { margin: 0px; padding: 0px; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; }
p, pre, address { margin: 0px; padding: 0px; }
label {	cursor: pointer; }
fieldset { margin: 0px; padding: 0px; border: none; }
a img {	border: none; }
input, select, textarea { font-size: 1em; }
#TB_window {
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
	font: 1.0em Arial, Helvetica, sans-serif;
	color:#666666;
}
/*#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  display:none;
}
.TB_overlayMacFFBGHack {background: url(/app/images/bg-macFFHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#TB_window {
  /*position: fixed;*/
  position: absolute;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #54B948;
  text-align:left;
  top:50%;
  left:50%;
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
  display:none;
}
#TB_ajaxContent{
  clear:both;
  padding:0;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:54px;
  width:175px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -87px; /* -height/2 0 0 -width/2 */
  /*margin: -6px 0 0 -104px; -height/2 0 0 -width/2 */
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
table.jCalendar {
	border-collapse: separate;
    border-spacing: 2px;
	background: #fff;
	color: #333333;
}
table.jCalendar th {
	background: #eee;
	color: #333;
	font-weight: bold;
	padding: 3px 5px;
}
	table.jCalendar th.weekend {
		background-color: #DBDBDB;
		color: #333;
	}
	table.jCalendar th.weekday {
		background-color: #C4C4C4;
		color: #333;
	}
	
table.jCalendar td.current-month {
	padding: 3px 5px;
	text-align: center;
}
	table.jCalendar td.weekday {
		background: #EEEEEE;
		color: #333;
		padding: 3px 5px;
		text-align: center;
	}
	
	table.jCalendar td.weekend {
		background: #F6F6F6;
		color: #333;
		padding: 3px 5px;
		text-align: center;
	}	
table.jCalendar td.other-month {
	color: #aaa;
}
table.jCalendar td.today {
	background: #b1e0ab;
	font-weight: bold;
}
table.jCalendar td.selected, table.jCalendar td.selected:hover, table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #54b948; 
	color: #FFF;
	text-decoration:none;
	font-weight:800;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
a.dp-choose-date {
	/*float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; */
	display: none;
}

div#dp-popup {
	position: absolute;
	font-size: 10px;
	font-family: arial, sans-serif;
	border: 2px solid #54b948;
	background: #ffffff;
	padding: 2px;
	min-width: 171px;
	z-Index: 199;
}
div#dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div#dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div#dp-popup div#dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div#dp-popup div#dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div#dp-popup div#dp-nav-prev a, div#dp-popup div#dp-nav-next a {
	cursor: pointer;
}
div#dp-popup div#dp-nav-prev a.disabled, div#dp-popup div#dp-nav-next a.disabled {
	cursor: default;
}
div#dp-popup div#dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div#dp-popup div#dp-nav-next a {
	float: right;
}
div#dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div#dp-popup td {
	cursor: pointer;
}
div#dp-popup td.disabled {
	cursor: default;
}

body { 
	color: #999999; 
	font-family:Arial, Helvetica, sans-serif; }
	
a { color: #666666; }
a:hover { color: #333333; }

#login-container { 
	width: 600px; 
	margin: auto; 
	margin-top: 50px; 
	text-align: center; 
}

p#message {
	padding: 10px;
	font-size: 1.4em;
	color: #666666;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	margin: 15px auto 20px auto;
	text-align: center;
}

p#message.success {
	color:#54B948;
	font-size:14px;
}
	p#message.success img {
		margin: -3px 10px -7px 0px;
	}
p#message.failure {
	color:#e2373e;
	font-size:12px;
}
	p#message.failure img {
		margin: -3px 10px -7px 0px;
	}

.error {
	border: 5px solid #ff9999;
	padding: 10px;
	margin-bottom: 50px;
}
	.error h1 {
		font-size: 2.0em;
		color: #ff0000;
	}
	.error p {
		font-size: 1.2em;
		margin: 10px 30px;
		color: #666666;
	}
	
.login-disclaimer {
	margin-top:25px;
}
	.login-disclaimer p {
		color:#999999;
		font-size:1.2em;
		line-height:1.6em;
	}

#login-form { 
	width: 350px; 
	border: 5px solid #56b84a; 
	padding: 25px; 
	margin: auto; 
	text-align: left; 
}

	#login-form p.message-box {
		text-align: center;
		color: #ffffff;
		font-weight:400; 
		font-size: 1.2em;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
			
	#login-form form {
		color:#999999;
		margin-top: 15px;
	}
	
		#login-form form h3 {
			color: #000000;
			font-size: 1.6em;
			margin-bottom: 10px;
		}
		
			#login-form form h3 a { font-size: 0.7em; font-weight: 400; text-decoration: none; color:#999999 }
			#login-form form h3 a:hover { text-decoration: underline; }
	
		#login-form form p {
		}
		
			#login-form form p input.field {
				font-size:1.4em;
				display: block;	
				width: 210px; 
				float:left;
				padding: 1px 3px;
				background-image: url(/app/images/bg-fields.gif);
				background-repeat: repeat-x;
				border: 1px solid #c3c3c3; 
				border-top-color: #7c7c7c; 
				border-bottom-color: #dddddd;
				margin-top: 10px;
				margin-bottom: 10px;
			}
			#login-form form p label {
				display: block;	
				float: left; 
				color: #000000; 
				font-size: 1.4em; 
				text-align: right; 
				width: 100px; 
				padding-right: 10px; 
				position:relative;
				top:2px;
				margin-top: 10px;
				margin-bottom: 10px;
			}
			
			#login-form form p label.openid-label {
				background-image:url(../images/icon-openid.gif);
				background-position:27px 0px;
				background-repeat:no-repeat;
			}
			
			#login-form form p.login-openid {
				color: #ffffff;
				font-size: 1.2em;
				padding: 0px 0px 0px 110px;
				margin-bottom: 10px;
			}

			#login-form form p.login-username {
				color: #ffffff;
				font-size: 1.2em;
				padding: 0px 0px 0px 110px;
				margin-bottom: 10px;
			}
			
			
			#login-form form p #rememberme {
				float: right;
				text-align: left;
				width: 150px;
			}

				#login-form form p #rememberme input#remember {
					position: relative;
					top: 5px;
				}
				
				#login-form form p #rememberme label.rememberme {
					width: 165px;
					float: none;
					text-align: left;
					display: inline;
					color: #666666;
					font-size: 1.1em;
				}
			
			#login-form form p input.login {
				padding:2px 3px;
				font-size: 1.4em;
				margin-left: 110px;
			}
			
/*
#username_container {
	display: block;
}	

#openid_container {
	display: none;
}		
*/
	
#login-container p.footer { 
	padding: 20px;
	margin: auto;
	font-size: 1.2em; 
	line-height:1.6em;
}

#lightbox-content {
	background-image: url(../images/bg-lightbox-header.gif);
	background-position:top left;
	background-repeat:repeat-x;
	padding:11px 15px 0px 15px;
}
	#lightbox-content h3 {
		font-size:1.2em;
		font-weight:400;
		padding:3px 0px 5px 35px;
		color:#034225;
		margin-bottom:25px;
		background-image:url(../images/icon-forgotpassword.gif);
		background-position:0px -1px;
		background-repeat:no-repeat;
	}
	
	#lightbox-content h4 {
		font-size:1.2em;
		color:#3c953d;
		font-weight:400;
	}
	
	#lightbox-content p {
		font-size:1.1em;
		color:#666666;
		margin-bottom:15px;
	}
	
	#lightbox-content form {
		font-size:1.1em;
		color:#333333;
		margin-bottom:20px
	}
	
	#lightbox-content form label {
		width:75px;
		float:left;
	}
	
	#lightbox-content input.field-large {
		padding: 1px 3px;
		background-image: url(/app/images/bg-fields.gif);
		background-repeat: repeat-x;
		border: 1px solid #c3c3c3; 
		border-top-color: #7c7c7c; 
		border-bottom-color: #dddddd;
		width:145px;
	}
	
	#lightbox-content input.field-email {
		padding: 1px 3px;
		background-image: url(/app/images/bg-fields.gif);
		background-repeat: repeat-x;
		border: 1px solid #c3c3c3; 
		border-top-color: #7c7c7c; 
		border-bottom-color: #dddddd;
		width:200px;
	}
		
	#lightbox-content p.submit {
		margin-left:75px;
	}
	
	#lightbox-content a.cancel {
		color: #F63838;
	}
		#lightbox-content a.cancel:hover {
			background-color: #F63838;
			color:#FFFFFF;
			text-decoration:none;
		}

/* No stylesheet missing from this page. */