/* CSS Document */

a:link {
	color: #660000;
	text-decoration: none;
}

a:visited {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #f06ea9;
	text-decoration: underline;
}

a:active {
	color: #f06ea9;
	text-decoration: none;
}
#acknowledgements {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	position: absolute;
	text-align: left;
	opacity: 1;
	padding: 10px;
	width: 350px;
}
.bigfield {
	font-size:20px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	background-image: url(images/stripes_bubbles.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}
.colorPicker {
	display: block;
	overflow: hidden;
	height: 12px;
	width: 0px;
	float: left;
}
.colorSpot {
	border: 1px solid #999999;
}
.content_blue {
	overflow: auto;
	height: 125px;
	border: 1px solid #999999;
	margin-top: 5px;
	background-color: #E7EBF8;
}
.content_gray {
	overflow: auto;
	height: 125px;
	border: 1px solid #999999;
	margin-top: 5px;
	background-color: #EBEBEB;
}
.content_green {
	overflow: auto;
	height: 125px;
	border: 1px solid #999999;
	margin-top: 5px;
	background-color: #EDF7EB;
}
.content_pink {
	overflow: auto;
	height: 125px;
	border: 1px solid #999999;
	margin-top: 5px;
	background-color: #FFDEDE;
}
.content_violet {
	overflow: auto;
	height: 125px;
	border: 1px solid #999999;
	margin-top: 5px;
	background-color: #F1E7F7;
}
.content_yellow {
	overflow: auto;
	height: 125px;
	border: 1px solid #999999;
	margin-top: 5px;
	background-color: #FCF9D3;
}
.content_dk_blue {
	overflow: auto;
	height: 125px;
	border: 1px solid #999999;
	margin-top: 5px;
	color: #FFFFFF;
	background-color: #003471;
}
.content_dk_gray {
	overflow: auto;
	height: 125px;
	border: 1px solid #999999;
	margin-top: 5px;
	color: #FFFFFF;
	background-color: #2C2C2C;
}
.content_dk_green {
	overflow: auto;
	height: 125px;
	border: 1px solid #999999;
	margin-top: 5px;
	color: #FFFFFF;
	background-color: #005825;
}
.content_dk_pink {
	overflow: auto;
	height: 125px;
	border: 1px solid #999999;
	margin-top: 5px;
	color: #FFFFFF;
	background-color: #9D0A0E;
}
.content_dk_violet {
	overflow: auto;
	height: 125px;
	border: 1px solid #999999;
	margin-top: 5px;
	color: #FFFFFF;
	background-color: #440E62;
}
.content_dk_yellow {
	overflow: auto;
	height: 125px;
	border: 1px solid #999999;
	margin-top: 5px;
	color: #FFFFFF;
	background-color: #3E2207;
}
#footer {
	position: absolute;
	bottom: 0px;
	z-index: 35999;
	background-color: #f06ea9;
	color: #FFFFFF;
	padding-bottom: 2px;
	padding-left: 5px;
	right: 0px;
	left: 0px;
}
.graylight {
	background-color: #CCCCCC;
	border: 1px solid #666666;
}
.graylight_btn {
	background-image: url(images/spot_pink.gif);
}

h1 {
	font-size: 36px;
	text-transform: capitalize;
	line-height: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
html {
	overflow:hidden;
}
#lightbox {
	z-index: 34999;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	background-color: #448cca;
	filter:alpha(opacity=50);
	opacity: 0.80;
}
.menu {
	float: right;
}

#msg {
	color: #999999;
	padding-top: 10px;
}

.mover_blue {
	border: 1px solid #CCCCCC;
	position: relative;
	width: 298px;
	cursor: pointer;
	background-image: url(images/bg_blue.gif);
	background-color: #E7EBF8;
}
.mover_gray {
	border: 1px solid #CCCCCC;
	position: relative;
	width: 298px;
	cursor: pointer;
	background-image: url(images/bg_gray.gif);
	background-color: #EBEBEB;
}
.mover_green {
	border: 1px solid #CCCCCC;
	position: relative;
	width: 298px;
	cursor: pointer;
	background-image: url(images/bg_green.gif);
	background-color: #EDF7EB;
}
.mover_pink {
	border: 1px solid #CCCCCC;
	position: relative;
	width: 298px;
	cursor: pointer;
	background-image: url(images/bg_pink.gif);
	background-color: #FFDEDE;
}
.mover_violet {
	border: 1px solid #CCCCCC;
	position: relative;
	width: 298px;
	cursor: pointer;
	background-image: url(images/bg_violet.gif);
	background-color: #F1E7F7;
}
.mover_yellow {
	border: 1px solid #CCCCCC;
	position: relative;
	width: 298px;
	cursor: pointer;
	background-image: url(images/bg_yellow.gif);
	background-color: #FCF9D3;
}
.mover_dk_blue {
	border: 1px solid #CCCCCC;
	position: relative;
	width: 298px;
	cursor: pointer;
	background-image: url(images/bg_dk_blue.gif);
	color: #FFFFFF;
	background-color: #003471;
}
.mover_dk_gray {
	border: 1px solid #CCCCCC;
	position: relative;
	width: 298px;
	cursor: pointer;
	background-image: url(images/bg_dk_gray.gif);
	color: #FFFFFF;
	background-color: #2C2C2C;
}
.mover_dk_green {
	border: 1px solid #CCCCCC;
	position: relative;
	width: 298px;
	cursor: pointer;
	background-image: url(images/bg_dk_green.gif);
	color: #FFFFFF;
	background-color: #005825;
}
.mover_dk_pink {
	border: 1px solid #CCCCCC;
	position: relative;
	width: 298px;
	cursor: pointer;
	background-image: url(images/bg_dk_pink.gif);
	color: #FFFFFF;
	background-color: #9D0A0E;
}
.mover_dk_violet {
	border: 1px solid #CCCCCC;
	position: relative;
	width: 298px;
	cursor: pointer;
	background-image: url(images/bg_dk_violet.gif);
	color: #FFFFFF;
	background-color: #440E62;
}
.mover_dk_yellow {
	border: 1px solid #CCCCCC;
	position: relative;
	width: 298px;
	cursor: pointer;
	background-image: url(images/bg_dk_yellow.gif);
	color: #FFFFFF;
	background-color: #3E2207;
}
#publicContent {
	margin-right: 15px;
	padding-left: 5px;
}
.publicItem {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#publicNotes {
	width: 240px;
	position: absolute;
	z-index: 5;
	top: 50px;
	left: -230px;
	border: 1px dashed #f06ea9;
	background-color: #FFFFFF;
	background-image: url(images/bg_public.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
	overflow: hidden;
}

.redtext {
	color: #990000;
	font-weight: bold;
}
#register_table {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width: 300px;
	height: 200px;
	position: absolute;
	text-align: left;
	opacity: 1;
}
.required {
	background-color: #E7EBF8;
}
.resizer {
	float:right;
	height: 24px;
	cursor: se-resize;
	margin-top: 5px;
	width: 24px;
	background-image: url(images/diag_arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.shell {
	position: absolute;
	width: 300px;
	cursor: pointer;
	height: 150px;
	left: 50px;
	top: 50px;
	padding: 0px;
	display: block;
}
.smallbutton {
	background-color: #f06ea9;
	font-family: Arial Narrow,Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	border: 1px solid #666666;
}
.smallgrey {
	font-size: 10px;
	color: #999999;
}

.smalltext {
	font-size: 9px;
}
.stylepicker {
	margin-top: 2px;
}
.sup {
	vertical-align: super;
	font-size: 10px;
	text-transform: uppercase;
	color:#cccccc;
}

#toolbar {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 34001;
}

#trash {
	display: none;
	left: 22px;
	top: 0px;
	float: left;
	position: absolute;
	z-index: 33999;	
}
#trash_display {
	border: 1px solid #999999;
	background-color: #cccccc;
	background-image: url(images/trash_inside.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#upperBanner {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: right;
	z-index: 36000;
}

#welcome {
	z-index: 35000;
	text-align: center;
	vertical-align: middle;
	position: absolute;
}
#welcome_table {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width: 300px;
	height: 200px;
	position: absolute;
	text-align: left;
}
a.whitelink:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.whitelink:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.whitelink:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.whitelink:active {

	color: #FFFFFF;
	text-decoration: underline;
}
