/* -----Crystal Clear Media Admin CSS File for Bailey Capital Fund---------------------- */
/* -----Author: Melaena D. Thomas 2006 -(mel@allcrystalclear.com)----------------------- */
/* -----This file should only be accessible from Administration account----------------- */
/* ------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------- */
/* General Form Styles Begin Here */

form {
	margin: 0px;
	padding: 0px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	height: 20px;
}
.input {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	padding-left: 3px;
	height: 18px;
	border: 1px solid #999999;
	width: 95%;
	color: #5e5e5e;
}
.inputmulti {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	padding-left: 3px;
	height: 100px;
	border: 1px solid #999999;
	width: 95%;
	color: #5e5e5e;
}
.outputcellbg {
	background-color: #FBFBFB;
	border: 1px solid #CCCCCC;
	font-size: 8.5pt;
}

.bailey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.contentbg {
	background-color: #f1f0f5;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: normal;
}

.boxborder {
	border: 1px solid #666666;
}
.boxtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #5e5e5e;
	background-image: url(../images/nav_grey_bg_stretch.jpg);
	background-repeat: repeat-x;
	height: 20px;
	font-weight: bold;
	background-position: bottom;
	background-color: #F0EFF4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.boxtitlefullborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #5e5e5e;
	background-image: url(../images/nav_grey_bg_stretch.jpg);
	background-repeat: repeat-x;
	height: 20px;
	font-weight: bold;
	background-position: bottom;
	background-color: #F0EFF4;
	border: 1px solid #666666;
	padding-left: 3px;
}
.border_td {
	border: thin solid #000000;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	text-align: left;
	color: #5e5e5e;
}
.heading_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
.fieldbg {
	background-color: #E4E4E4;
}
/* General Form Styles End Here */
/* ------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------- */
/* Calculator Form Styles Begin Here */
.value {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	text-align: right;
	vertical-align: bottom;
	color: #5e5e5e;
	background-color: #FBFBFB;
	border: 1px solid #CCCCCC;
}
.total {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	text-align: right;
	vertical-align: bottom;
	text-decoration: underline;
	color: #5e5e5e;
	background-color: #FBFBFB;
	border: 1px solid #CCCCCC;
}
.leasepayment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	text-align: right;
	vertical-align: bottom;
	background-color: #FFFF00;
	background-color: #FBFBFB;
	border: 1px solid #CCCCCC;
}
.netcoe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	text-align: right;
	vertical-align: bottom;
	text-decoration: underline;
	color: #5e5e5e;
	background-color: #FBFBFB;
	border: 1px solid #CCCCCC;
}
#apply a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0079c4;
}
#apply a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #626262;
}
#close a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0079c4;
}
#close a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #626262;
}
/* Calculator Form Styles End Here */
/* ------------------------------------------------------------------------------------- */

