/* -------------------------------------------------------------
CSS Document for kaleidopost.com -- Copyright 2007 Pictolink.com
------------------------------------------------------------- */

		body {
			/* "dotum" is the MS Paint font used to create the "Kaleidopost.com" logo */
			font-family: dotum, verdana, tahoma, geneva, arial, helvetica, sans-serif;
			background: #FFFFD8; /* pale yellow */
			font-style: ;
			text-weight: normal;
			text-align: center;
			margin: 0;
		}

		ul {
			margin: 0px;
			padding: 0px;
			padding-bottom: 10px;
		}

		li {
			text-align: left;
			padding-top: 4px;
			margin-left: 52px;
			// padding-left: 40px;
		}

		/* There are two "red" colors used:
			"logo red" - #CC0000 - red 204, green & blue each 0 -- used in the "Kaleidopost.com" logo
			"legend red" - #B00000 - red 176, green & blue each 0 -- a darker red used in the red text legends
		*/

		.control-column {
			width:200px;
/*		border-left: 2px #B00000 solid;
		border-right: 2px #B00000 solid;
*/
		}

		.content-column {
			width: 90%;
/*		border: 2px #0000ff solid;
*/
		}

		.legend-red-text {
			color:#B00000;
			font-style: oblique;
		}

		.logo-red-text {
			color:#CC0000;
 			font-size: 17pt;
 			font-weight: bold;
		}

		.small-desc {
			padding: 2px 3px;
			margin: 0;
			text-align: center;
			font-family: Georgia, serif;
			font-size:11pt;
		}

		.info-item-heading {
			text-align: left;
			color:#CC0000;
 			font-size: 14pt;
 			font-weight: bold;
			padding-top: 0pt;
			padding-bottom: 6pt;
		}

		.info-item-subheading {
			text-align: left;
			color:#CC0000;
 			font-size: 11pt;
 			font-weight: bold;
			padding-top: 0pt;
			padding-left: 40px;
			padding-bottom: 3pt;
		}

		.info-item-goback-img {
			padding-top: 4pt;
			padding-left: 40px;
			padding-bottom: 12px;
   		border: 0; // required
		}

		.ctrl-column-buttons {
   		border: 0; // required
		}

		.caption {
			color:#B00000;
			font-style: oblique;
		}

		.indent-number-item {
			padding-left:20px;
			text-indent:-20px;
		}

		.indent-box-item {
			padding-left:24px;
			text-indent:-24px;
		}

		#ow_msgmosaicdiv {
			padding-top: 25px;
			padding-left: 50px;
			padding-right: 50px;
			padding-bottom: 75px;
		}

		#kpst-enroll-id {
			padding-top: 25px;
			padding-left: 0px;
			padding-right: 0px;
			padding-bottom: 75px;
			border: 0;
		}

		#header {
			padding-bottom: 15px;
		}

		#top-menu-id {
			margin-top: 0px;
			padding-top: 0px;
			margin-bottom:20px;
			padding-bottom:0px;
		}

		#bottom-menu-id {
			margin-top: 20px;
			margin-bottom:5px;
		}

		.horiz-menu {
			font-size: 12pt;
			color:white;
			background-color:#B00000;
			min-width:540px;
			/*max-width:540px;
			margin-left:1%;
			margin-right:1%;*/
		}

		.footer-copyright {
			font-size: 10pt;
			color:#B00000;
		}


		.heading_text {
			margin-bottom: 0;
			padding-bottom: 10pt;
			color: #800000;
			font-size: 20pt;
			font-weight: bolder;
		}

		.sub_heading_text {
			color: #800000;
			font-weight: bold;
			padding-top: 10pt;
			padding-bottom: 5pt;
			font-size: large;
			text-align: left;
		}

		.paragraph_text {
			color: #000000;
			font-size: medium;
			margin: 0;
			padding-bottom: 5pt;
			text-align: left;
		}

		.info-item-text {
			color: #000000;
			font-size: medium;
			margin: 0;
			padding-bottom: 5pt;
			padding-left: 40px;
			text-align: left;
		}

		.indent_text {
			color: #000000;
			font-size: medium;
			margin: 0;
			padding-left: 25px;
			padding-bottom: 5pt;
			text-align: left;
		}

		.inline_highlight_text {
			color: #000000;
			font-size: medium;
			font-weight: bold;
		}

		.inline_highlight_text_red {
			color: #800000;
			font-size: medium;
			font-weight: bold;
		}

		.list_item {
			color: #000000;
			font-size: medium;
			font-weight: normal;
		}

		.contact_info_text {
			color: #000000;
			padding-bottom: 8pt;
			padding-left: 50px;
			font-size: medium;
			text-align: left;
		}

		a, a:link, a:visited, a:active
			{color: #800000; text-decoration: none}

/*
		a:hover
			{text-decoration: underline}

		.horiz-menu a, .horiz-menu a:link, .horiz-menu a:visited, .horiz-menu a:active
			{color: white; text-decoration: none}

		.horiz-menu a:hover
			{text-decoration: underline}
*/

