/*
#######
#######  GLOBAL + BODY  #######
#######
*/

* { margin: 0; padding: 0; }
body, html { margin: 0; padding: 0; }
#public { background: #fefef3; }
.clear { clear: both; }
a img { border: none; }
.link { color: #6e0e10; }
.link:hover { color: #000; }
.red { color: #6e0e10; }
.bold { font-weight: bold; }

/*
#######
#######  STATUS MESSAGES  #######
#######
*/

#msgWrapper {
	margin: 10px auto;
	display: block;
	width: 710px;
	height: 30px;
}
#msg {
	width: 650px;
	display: block;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 14px;
	padding: 20px;
	text-align: center;
	font-weight: bold;
}
	.mSuccess {
		background-color: #E6EFC2;
		border: 10px solid #E6EFC2;
		color: #529214;
	}
	.mError {
		background: red;
		border: 10px solid red;
		color: #fff;
	}

/*
#######
#######  INTERFACE  #######
#######
*/

#nav {
	display: block;
	margin: 76px 0 45px 110px;
	padding: 0;
	height: 25px;
	line-height: 25px;
}
	#nav a {
		display: block;
		color: #FFF;
		text-decoration: none;
		float: left;
		margin: 0;
		padding: 0 15px;
		height: 25px;
		line-height: 25px;
		border: none !important;
	}
	#nav a img {
		margin: 0 3px -3px 0 !important;
    	padding: 0;
    	border: none;
		width: 16px;
		height: 16px;
	}
	#nav a:hover {
		background: #6e0e10;
	}
#headers {
	display: block;
	margin:  0;
}
#container {
	margin: 20px 0 0 0;
}
#wrapper {
	background: #FFF url("/global/img/logo.gif") top center no-repeat;
	width: 650px;
	margin: 55px auto 15px auto;
	border: 10px solid #000;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: small;
	padding: 0 20px 20px 20px;
}
	#wrapper h2 {
		margin: 0px;
		padding: 0px;
		display: none;
		visibility: hidden;
	}
	#wrapper h3 {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px dotted #CCC;
		color: #333;
		font-weight: bold;
		font-size: 110%;
	}
	#wrapper h3 span {
		color: #822317;
	}
	#wrapper ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size: 100%;
	}
	#wrapper ul li {
		margin: 0 0 15px 0;
	}
	#wrapper .desc {
		font-weight: bold;
		display: block;
		padding: 0 0 5px 0;
	}
	#wrapper .text {
		font-size: 120%;
		color: #333;
		border-top: 1px solid #7c7c7c;
		border-left: 1px solid #c3c3c3;
		border-right: 1px solid #c3c3c3;
		border-bottom: 1px solid #ddd;
		background: #FFF url("/global/img/fieldbg.gif") repeat-x top;
		padding: 2px 0;
		width: 300px;
	}
	#notice {
		float: right;
		display: block;
		background: url("/global/img/icon_flash.jpg") top center no-repeat;
		width: 120px;
		padding: 65px 0 0 10px;
		font-size: 11px;
	}
	#rotationsList {
		display: block;
		margin: 15px 0 35px 0;
		width: 70%;
	}
	#rotationsList .rotationLinks {
		display: block;
		margin: 0 0 0 15px;
		padding: 5px 10px 5px 110px;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #EEE;
		color: #333;
		text-decoration: none;
		height: 90px;
		background-position: -25px center;
		background-repeat: no-repeat;
		font-weight: bold;
	}
	#rotationsList .rotationLinks:hover {
		background-color: #EEE;
		border-top: 1px solid #EEE;
		border-bottom: 1px solid #EEE;
		color: #333;
		text-decoration: none;
	}
		#rotationsList span {
			display: block;
			font-size: 11px;
			color: #999;
			font-weight: normal;
		}
	#rotationsList .rotationLast {
		border-bottom: 1px solid #FFF !important;
	}
#flashWrapper {
	margin: 0;
	padding: 0;
	width: 630px;
	background: #FFF;
	border: 1px solid #333;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: small;
}
#contactForm {
	width: 350px;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #CCC;
}

/*
#######
#######  ADMIN-ONLY  #######
#######
*/


.adminNotice {
	text-align: center;
	padding: 5px;
	margin: 0 0 15px 0;
	background-color: #fae9a3;
	border: 1px solid #fed945;
}
.userTitle {
	font-weight: bold;
}
	.userTitle a, .userTitle a {
		text-decoration: none;
		font-size: 9px;
		text-transform: uppercase;
		margin: 0 6px;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
	}
	.userTitle span {
		font-weight: normal;
		color: #666;
	}
#userList, .userList {
	display: block;
	margin: 5px 0;

}
	#userList .userLine, .userList .userLine {
		display: block;
		padding: 5px 10px 5px 30px;
		border-top: 1px solid #EEE;
		border-bottom: 1px solid #FFF;
		color: #666;
	}
		#userList .person { background: #FFF url("/global/img/user.png") 5px center no-repeat; }
		#userList .license, .userList .license { background: #FFF url("/global/img/key.png") 5px center no-repeat; }
		#userList .package { background: #FFF url("/global/img/package.png") 5px center no-repeat; }
		
	#userList .userLine:hover, .userList .userLine:hover {
		background-color: #E6EFC2;
		border-top: 1px solid #C6D880;
		border-bottom: 1px solid #C6D880;
	}
	#userList .userLine a, .userList .userLine a {
		text-decoration: none;
		font-size: 9px;
		text-transform: uppercase;
		margin: 0 6px;
		font-family: Verdana, Arial, sans-serif;
	}
	#userList .userLine span, .userList .userLine span {
		font-weight: bold;
		margin: 0 15px 0 0;
		color: #000;
	}
#adminLinks {
	margin: 15px 0 5px 0;
}

/*
#######
#######  DATE-PICKER  #######
#######
*/

input.dashboard,
select.dashboard {
	width: 149px;
}

button.dashboard {
	background: url("/global/img/calendar_view_day.png");
	border: 0;
	cursor: pointer;
	height: 16px;
	margin: 0 0 4px 5px;
	width: 16px;
	outline: none;
}
button.dashboard:hover,
button.dashboard.active {
	border: none;
	outline: none;
}

div.dashboard {
	background: url("/global/img/dashboard.png");
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
}	
	div.dashboard div {
		background: none !important;
		cursor: move;
		height: 165px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.dashboard caption {
		color: #CF0;
		font: normal 12px/17px Arial, Helvetica, sans-serif;
		padding-top: 4px;
		text-align: center;
		width: 100%;
	}
	div.dashboard caption a {
		cursor: pointer;
		display: block;
		height: 11px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 16px;
		width: 11px;
	}
	div.dashboard caption a.prev {
		background-image: url("/global/img/dashboard-prev.gif");
		left: 1px;
	}
	div.dashboard caption a.next {
		background-image: url("/global/img/dashboard-next.gif");
		right: 1px;
	}
	div.dashboard caption a:hover {
		background-position: 0 11px;
	}
	div.dashboard caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.dashboard caption span.month {
		padding-right: 8px;
	}
	div.dashboard caption span.month:after {
		content: ',';
	}

	div.dashboard table {
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.dashboard td,
	div.dashboard th {
		border: 0;
		color: #999;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 19px;
		text-align: center;
		width: 21px;
	}
	div.dashboard td {
		color: #333;
		font-size: 11px;
		padding-right: 5px;
		text-align: right;
		width: 16px;
	}
	div.dashboard td.invalid {
		color: #666;
	}
	div.dashboard td.valid {
		color: #FFF;
		cursor: pointer;
	}
	div.dashboard td.active,
	div.dashboard td.hover {
		color: #CF0;
		cursor: pointer;
	}

/*
#######
#######  PAGES  #######
#######
*/


#pages {
	margin: 0;
}
	#pages p {
		margin: 14px 0;
		line-height: 1.4em;
	}
	#pages ul {
		list-style-type: square;
		margin: 0;
		padding: 0;
	}
	#pages ul li {
		list-style-type: square;
		margin: 14px 0 0 25px;
	}
	#pages ol {
		margin: 0 0 0 35px;
		list-style-type: decimal;
	}
	#pages ol li ol {
		margin: 0 0 0 50px;
		list-style-type: upper-alpha;
	}
#welcomeNotice {
	border: none;
	display: block;
	width: 340px;
	height: 175px;
	float: right;
	margin: 0;
	background: url("/global/img/welcomeNotice.png") right no-repeat;
}
	.loginFloat {
		display: block;
		float: left;
	}
	.forgotLink {
		margin: 15px 0 0 0;
		display: block;
	}

/*
#######
#######  TIPS  #######
#######
*/

.tool-tip {
	color: #fff;
	font-weight: normal;
	width: 139px;
	z-index: 13000;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FFF;
	padding: 8px 8px 4px;
	background: url(/global/img/tips.png) top left;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/global/img/tips.png) bottom right;
}

/*
#######
#######  BUTTON-FORMS  #######
#######
*/

.buttons a, .buttons button{
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 5px 10px 6px 7px; /* Links */
}
.buttons button{
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}
*: first-child+html button[type]{
    padding: 4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}
	/* STANDARD */
	button:hover, .buttons a:hover{
		background-color: #dff4ff;
		border: 1px solid #c2e1ef;
		color: #336699;
	}
	.buttons a:active{
		background-color: #6299c5;
		border: 1px solid #6299c5;
		color: #fff;
	}
	/* POSITIVE */
	button.positive, .buttons a.positive{
		color: #529214;
	}
	.buttons a.positive:hover, button.positive:hover{
		background-color: #E6EFC2;
		border: 1px solid #C6D880;
		color: #529214;
	}
	.buttons a.positive:active{
		background-color: #529214;
		border: 1px solid #529214;
		color: #fff;
	}
	/* NEGATIVE */
	.buttons a.negative, button.negative{
		color: #d12f19;
	}
	.buttons a.negative:hover, button.negative:hover{
		background: #fbe3e4;
		border: 1px solid #fbc2c4;
		color: #d12f19;
	}
	.buttons a.negative:active{
		background-color: #d12f19;
		border: 1px solid #d12f19;
		color: #fff;
	}

/*
#######
#######  FOOTER  #######
#######
*/

#footer {
	width: 650px;
	margin: 10px auto;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: small;
	color: #999;
	text-align: center;
}
	#footer a:link,
	#footer a:visited {
		color: #999;
		text-decoration: none;
	}
	#footer a:hover {
		color: #000;
	}