/* modified version of Capsules theme
 -- Cascading Style Sheet 
*/

@import url("../base/base.css");

/*-----------------------------------------------------
list of classes frequently-used
*/

.btext, 
.body-link, 
.body-nav-link, 
.nav-link, 
p.btext, 
p.inset-btext-p, 
p.inset-little-p, 
p.hang-indent-p, 
p.nav-link {
	  
}

/*-----------------------------------------------------
list of classes less frequently used
*/
p.banner-title, 
p.banner-subtitle, 
.spacer, 
.concept-word,
p.concept-word,
td.spacer, 
li.major-item {
	  
}
span.body-nav-link,
span.btext {
	  
}

/*-----------------------------------------------------
colors + background images + display + visibility
*/

body
{
	background-color: rgb(255,255,204);
	background-image: none;
}
	/*	background-image: url(captext.gif); */

/*-----------------------------------------------------
font colors
*/

h1,h2,h3,h4,h5,h6, 
th, td, p, 
.btext,
body {
	color: black;
}

/*-----------------------------------------------------
hyperlink colors
*/
a:link,
a:visited {
	color: rgb(0, 0, 153);
}
a:active {
	color: rgb(204,153, 51);
}
a:hover {
	color: rgb(128,175,128);
	text-decoration: underline;
}
/* other link colors
	color: rgb(153,201,153); /* bright-green-ish */
	color: rgb(204,153, 51); /* tan-ish */
	color: rgb(255,102, 51); /* bright-pink-ish */ 
	color: rgb(  0,  0,153); /* medium-dark-blue */
*/

/*-----------------------------------------------------
table + cell colors
*/
table {
	table-border-color-light: rgb(0, 0, 153);
	table-border-color-dark: rgb(0, 0, 153);
	border-color: rgb(0, 0, 153);
}
th {
	border-color: rgb(0, 0, 153);
}
td {
	border-color: rgb(0, 0, 153);
}

/*-----------------------------------------------------
other colors
*/
hr {
	color: rgb(0, 0, 153);
}
/*	background-image: url("capsepa.gif"); */

/*-----------------------------------------------------
font family and other non-size properties
*/
h1,h2,h3,h4,h5,h6, 
th, td, p, 
.btext,
body {
	font-family: arial,helvetica,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-style: normal;
	font-weight: bold;
}

/*-----------------------------------------------------
font size
*/

	/* inherit from ksr.css */

/*-----------------------------------------------------
vertical margins 
*/

	/* inherit from ksr.css */

/*-----------------------------------------------------
horizontal margins + indents
*/

	/* inherit from ksr.css */


/*-----------------------------------------------------
list + item
*/

ul {
	list-style-image: url(capbul1a_30x15.gif);
	list-style-type: disc;	   
}
ul ul {
	list-style-image: url(capbul2a_27x12.gif);
	list-style-type: circle;
}
il {
	list-style-image: url(capbul2d_27x12.gif);
	list-style-type: disc;	   
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------
print: begin print media overrides
*/

@media print {




} /* end print media overrides */
/*-----------------------------------------------------
print: end print media overrides
*/
/*-----------------------------------------------------*/


