/* modified version of Maize theme
 -- Cascading Style Sheet 
 -- depends on ../ksr/ksr.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
*/
.banner-title, 
.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: url(maizbk.jpg);
}
/* rgb(255,255,204) = #FFFFCC */

/*-----------------------------------------------------
font colors
*/

.banner-title,.banner-subtitle,
h1,h2,
h5,h6, 
th, td, p, 
.btext,
body {
	color: rgb( 51,102,153);
}
h3 {
	color: rgb(153,153,  0);
}
h4 {
	color: rgb(204,153,  0);
}

/* 
rgb( 51,102,153) = #336699 
rgb(153,153,  0) = #999900
rgb(204,153,  0) = #CC9900
*/


/*-----------------------------------------------------
hyperlink colors
*/
a:link,
a:visited {
	color: rgb(102,153,153);
}
/* rgb(102,153,153) = #669999 */
a:active {
	color: rgb(204,153,  0);
}
/* rgb(204,153,  0) = #CC9900 */
a:hover {
	color: rgb(204,  0, 53);
	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( 51,102,153);
	background-image: url(amaizrul.gif);
}
/*	background-image: url(amaizrul.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 
*/

p.banner-title { 
	margin-top: 0; 
	margin-bottom: 0em; 
}
p.banner-subtitle { 
	margin-top: 0.8em; 
	margin-bottom: 0em; 
}

	/* otherwise inherit from ksr.css */

/*-----------------------------------------------------
horizontal margins + indents
*/

	/* inherit from ksr.css */


/*-----------------------------------------------------
list + item
*/

ul {
	list-style-image: url(amaizbu1_30x15.gif);
	list-style-type: disc;	   
}
ul ul {
	list-style-image: url(amaizbu2_27x12.gif);
	list-style-type: square;
}
il {
	list-style-image: url(amaizbu1_30x15.gif);
	list-style-type: disc;	   
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------
print: begin print media overrides
*/

@media print {




} /* end print media overrides */
/*-----------------------------------------------------
print: end print media overrides
*/
/*-----------------------------------------------------*/
