body, html {
	padding: 0px;
	margin: 0px;
	color: #000;
	text-align: center;
	font-family: 'Arial', 'Sans-serif';
	font-size: 12px;
}

body table tr td {
	font-size: 12px;
}

h1 {
	font-family: 'Times New Roman', 'Serif';
	font-size: 24px;
}

h2 {
	font-family: 'Times New Roman', 'Serif';
	font-size: 18px;
}

h2 a {
	color: #000;
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}

.menu-item {
	float: left;
	z-index: 9999px
}

a img {
	border: none;
}

.photo {
	border: 1px solid #eee;
	border-bottom: 2px solid #CCC;
	border-right: 2px solid #CCC;
	background-color: #fff;
	text-align: center;
	padding-bottom: 0px;
	float: left; 
	width: 138px;
	height: 150px;
	margin: 8px;
	margin-left: 0px;
	font-style: italic;
}

.photo .title {
	line-height: 20px;
	height: 20px;
	width: 100%;
	background-color: #EFEFEF;
}

.photo .image {
	margin: auto;
	margin-top: 10px;
}

.photo img {
	border: 1px solid #999;
}

.photo a, .photo a:hover {
	text-decoration: none;
	color: #888;
	font-size: 10px;
}
.menu-item a {
	color: #000;
	text-decoration: none;
	padding-bottom: 10px;
	width: 112px;
	display: block;
	padding-top: 12px;
	z-index: 20;
}

.sub-menu-link a {
	width: 180px;
	background-color: #FFF;
	border-top: 1px solid #EEE;
	z-index: 20;
}

.sub-menu-item {
	position: absolute;
	border: 2px solid #BBB;
	border-top: none;
	border-left: none;
	visibility: hidden;
	left: 125px;
	z-index: 20;
}

.menu-item a:hover  {
	border-bottom: none;
	text-decoration: none;
	z-index: 5;
	
}

.menu-link a:hover  {
	color: #444;
	z-index: 20;
}

.sub-menu-link a:hover {
	background-color: #EEE;
	border-top: 1px solid #EEE;
	border-bottom: none;
	z-index: 20;
}

.menu-link-over a {
	color: #444;
	z-index: 20;
}

.textbox {
	border: 1px solid #EEE;
}

.right-sidebar hr {
	margin: 25px;
	border: 1px solid #FFF;
}

.right-sidebar-box {
	margin: 25px;
	color: #fff;
	text-align: right;
}

.right-sidebar-box table {
	float: right;
	margin-top: -20px;
}

.right-sidebar-box table tr td {
	color: #fff;
	text-align: right;
	font-size: 14px;
}

.right-sidebar-box a {
	color: #fff
}

.header {
	margin: auto;
	background: url('../../images/header.jpg') no-repeat;
	width: 951px;
	height: 304px;
}

.container {
	width: 951px;
	margin: auto;
	background-color: #666;
}


.menu {
	margin: auto;
	background-image: url('../../images/menu.jpg');
	width: 951px;
	height: 50px;
	text-align: center;
	z-index: 20;
}

.menu-container {
	width: 910px;
	margin: auto;
	position: relative;
	z-index: 20;
}

.page {
	margin: auto;
	background:#ffffff;
	background-image: url('../../images/page-background-tile.gif');
	width: 637px;
	float: left;
	text-align: left;
}

.page .spacer {
	height: 600px;
	border: none;
	width: 0px;
	float: left;
}

.page-container {
	margin: 30px;
	width: 520px;
}

.right-sidebar {
	margin: auto;
	width: 313px;
	float:left;
}

.clear-both {
	clear: both;
}

.highlight {
	color: #facbcb;
}

.footer {
	margin-top: 10px;
	font-size: 11px;
	color: #666;
}

.footer a, .footer:visited .footer:hover {
	text-decoration: none;
	color: #666;
	margin-right: 5px;
}

.footer {
	text-decoration: none;
}



.good-message {
	background-image: url(../../images/smallicons/accept.png);
	color: green;
	background-color: rgb(240,255,240);
}

.bad-message {
	background-image: url(../../images/smallicons/exclamation.png);
	color: red;
	background-color: rgb(255,240,240);
}

.question-message {
	background-image: url(../../images/smallicons/lightbulb.png);
	color: rgb(150, 100, 0);
	background-color: rgb(255,245,215);
}

.bad-message, .good-message, .question-message {
	width: 500px;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	margin: 3px;
	padding-left: 20px;
}

.tooltip {
	cursor: hand;
	cursor: pointer;
	background-repeat: no-repeat;
}

.blank-tooltip, .tooltip {
	width: 16px;
	height: 16px;
	text-decoration: none;
	margin-left: 5px;
	font-size: 13px;
}

.tooltip-popup {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	border: 2px solid #000;
	padding: 10px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	max-width: 350px;
	background-image: url(../../images/darken-tile.png);
	z-index: 99999;
	text-align: left;
}

.form-field, .form-button {
	border: 1px solid #ddd;
	margin: 3px;
}

.form-field {
	font-size: 12px;
}

.form-caption {
	padding-top: 3px;
	text-align: right;
	color: #999;
	font-style: italic;
	vertical-align: top;
}

.form-caption-error {
	color: red;
}

.form-caption-valid {
	color: #009900;
}

.form-cell img {
	margin-left: 3px;
	margin-top: 0px;
	vertical-align: top;
}

#kwicks2990 { 
margin:0pt;
padding:0px;
border:none;
width:auto;
}  						
#kwicks2990 td{
margin:0pt; 
padding:0pt; 
border:none; 
width:100px;
}
#kwicks2990 { 
margin:0pt;
padding:0px;
border:none;
width:auto;
}                                                                                              
#kwicks2990 td{
margin:0pt; 
padding:0pt; 
border:none; 
width:100px;
}


/* tool
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#tool {
	margin: 1em 0;
	width: 560px;
}

/* colors
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.color-E2E3E0			{ background: #E2E3E0 url("/images/colors/E2E3E0.png"); color: #000; text-shadow: 1px 1px 2px #FFF; }
.color-929899			{ background: #929899 url("/images/colors/929899.png"); color: #FFF; text-shadow: 1px 1px 2px #000; }
.color-575A61			{ background: #575A61 url("/images/colors/575A61.png"); color: #FFF; text-shadow: 1px 1px 2px #000; }
.color-475161			{ background: #475161 url("/images/colors/475161.png"); color: #FFF; text-shadow: 1px 1px 2px #000; }
.color-C4C0B0			{ background: #C4C0B0 url("/images/colors/C4C0B0.png"); color: #000; text-shadow: 1px 1px 2px #FFF; }
.color-7A8978			{ background: #7A8978 url("/images/colors/7A8978.png"); color: #000; text-shadow: 1px 1px 2px #FFF; }
.color-65796D			{ background: #65796D url("/images/colors/65796D.png"); color: #FFF; text-shadow: 1px 1px 2px #000; }
.color-335244			{ background: #335244 url("/images/colors/335244.png"); color: #FFF; text-shadow: 1px 1px 2px #000; }
.color-BFBEBD			{ background: #BFBEBD url("/images/colors/BFBEBD.png"); color: #000; text-shadow: 1px 1px 2px #FFF; }
.color-D1B988			{ background: #D1B988 url("/images/colors/D1B988.png"); color: #000; text-shadow: 1px 1px 2px #FFF; }
.color-806E5C			{ background: #806E5C url("/images/colors/806E5C.png"); color: #FFF; text-shadow: 1px 1px 2px #000; }
.color-44393D			{ background: #44393D url("/images/colors/44393D.png"); color: #FFF; text-shadow: 1px 1px 2px #000; }
.color-E7E1C1			{ background: #E7E1C1 url("/images/colors/E7E1C1.png"); color: #000; text-shadow: 1px 1px 2px #FFF; }
.color-CEC2AA			{ background: #CEC2AA url("/images/colors/CEC2AA.png"); color: #000; text-shadow: 1px 1px 2px #FFF; }
.color-975540			{ background: #975540 url("/images/colors/975540.png"); color: #FFF; text-shadow: 1px 1px 2px #000; }
.color-793F30			{ background: #793F30 url("/images/colors/793F30.png"); color: #FFF; text-shadow: 1px 1px 2px #000; }
.color-B7B2AC			{ background: #B7B2AC url("/images/colors/B7B2AC.png"); color: #000; text-shadow: 1px 1px 2px #FFF; }
.color-8A8A7F			{ background: #8A8A7F url("/images/colors/8A8A7F.png"); color: #FFF; text-shadow: 1px 1px 2px #000; }
.color-5E5C57			{ background: #5E5C57 url("/images/colors/5E5C57.png"); color: #FFF; text-shadow: 1px 1px 2px #000; }
.color-424146			{ background: #424146 url("/images/colors/424146.png"); color: #FFF; text-shadow: 1px 1px 2px #000; }

.color-FFFFFF			{ background: #FFFFFF url("/images/colors/FFFFFF.png"); color: #222; text-shadow: 1px 1px 2px #AAA; }
.color-F7F3EE			{ background: #F7F3EE url("/images/colors/F7F3EE.png"); color: #222; text-shadow: 1px 1px 2px #AAA; }
.color-F7F3DC			{ background: #F7F3DC url("/images/colors/F7F3DC.png"); color: #222; text-shadow: 1px 1px 2px #AAA; }
.color-D8CDBA			{ background: #D8CDBA url("/images/colors/D8CDBA.png"); color: #FFF; text-shadow: 1px 1px 2px #000; }
.color-B7B5B0			{ background: #B7B5B0 url("/images/colors/B7B5B0.png"); color: #FFF; text-shadow: 1px 1px 2px #000; }
.color-E5EAEE			{ background: #E5EAEE url("/images/colors/E5EAEE.png"); color: #222; text-shadow: 1px 1px 2px #AAA; }
.color-EBDFBF			{ background: #EBDFBF url("/images/colors/EBDFBF.png"); color: #222; text-shadow: 1px 1px 2px #AAA; }
.color-B7BCB5			{ background: #B7BCB5 url("/images/colors/B7BCB5.png"); color: #FFF; text-shadow: 1px 1px 2px #000; }
.color-C2B4A4			{ background: #C2B4A4 url("/images/colors/C2B4A4.png"); color: #FFF; text-shadow: 1px 1px 2px #000; }
.color-B9C5D0			{ background: #B9C5D0 url("/images/colors/B9C5D0.png"); color: #FFF; text-shadow: 1px 1px 2px #000; }
.color-9FA393			{ background: #9FA393 url("/images/colors/9FA393.png"); color: #FFF; text-shadow: 1px 1px 2px #000; }
.color-F9DEAA			{ background: #F9DEAA url("/images/colors/F9DEAA.png"); color: #222; text-shadow: 1px 1px 2px #AAA; }

/* tool-image
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#tool-image {
	background-image: url("/images/tool-image.jpg");
	height: 275px;
}

/* tool-image-overlay
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#tool-image-overlay {
	background-color: transparent;
	height: 275px;
	position: absolute;
	width: 560px;
	z-index: 1;
}

/* tool-colors
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#tool-colors {
	background-color: #F9DEAA;
	border: 1px solid #AAA;
	font: 12px "Trebuchet MS", Helvetica, sans-serif;
	height: 50px;
	line-height: 50px;
	margin: 10px 0;
	overflow: hidden;
}

#tool-colors div {
	background-image: none;
	float: left;
	height: 50px;
	text-indent: 9999px;
	width: 38px;
}