BODY  {
        color : #000000;
        font-family : Arial, Verdana, Helvetica;
        text-decoration : none;
        background-color : #EEEEEE;
}

H2 {
	#font-size : medium;
        font-family : Arial;
        font-weight : bold;
        font-style : normal;
	color : #663300
}

TABLE {
	font-family : Arial, Verdana, Helvetica;
	
	border : outset;
}

TABLE.invisible {
	font-family : Arial;
	font-size : x-small;
	border : none;
	width : 100%
	
}

A  {
        text-decoration : none;
        color : #336600;
        font-family : Verdana;
}

A:Visited  {
        text-decoration : none;
        color : #336600;
        font-family : Verdana;
}

A:Active  {
        text-decoration : underline;
        color : #336600;
        font-family : Verdana;
}

A:Hover  {
        text-decoration : underline;
        color : #336699;
        font-family : Verdana;
}

A.header {
	color : #C0D9FF;
}

A.available {
	color : #FFCC66;
}

A.borrowed {
	color : #AA8822;
}

TH {
	color : #C0D9FF;
	
	font-weight : bold;
	font-family : Arial;
	background-color : #0F0F66;
}

TH.cdnr {
	color : #FFA900;
	
	font-weight : bold;
	font-family : Arial;
	background-color : #3F3F96;
}

TR.availodd {
	color : #000000;

	font-weight : normal;
	font-family : Arial;
	background-color : #E7E7E7;
	text-align : middle;
}
TR.availeven {
	color : #000000;

	font-weight : normal;
	font-family : Arial;
	background-color : #FFFFFF;
	text-align : middle;
}
TR.availeven:Hover {
	color : #003366;

	font-weight : normal;
	font-family : Arial;
	background-color : #FFFF00;
	text-align : middle;
}
TR.availodd:Hover {
	color : #003366;

	font-weight : normal;
	font-family : Arial;
	background-color : #FFFF00;
	text-align : middle;
}


TR.available {
	color : #FFFFFF;

	font-weight : normal;
	font-family : Arial;
	background-color : #777777;
	text-align : middle;
}

TR.newavailable {
	color : #FFFFFF;

	font-weight : normal;
	font-family : Arial;
	background-color : #297777;
	text-align : center;
	vertical-align : middle;
}

TR.borrowed {
	color : #909090;

	font-weight : normal;
	font-family : Arial;
	background-color : #555555;
	font-style : italic;
	text-align : middle;
}

TR.edit {
	color : #FF9090;

	font-weight : bold;
	font-family : Arial;
	background-color : #FF0000;
	font-style : italic;
	text-align : middle;
}

TD.comment {

	font-weight : normal;
	font-family : Arial;
	text-align : left;
}

TD.titlea {
	font-weight : bold;
	text-align : left;
	color : #FFCC66;
}

TD.key {
	font-weight : normal;
	text-align  : right;
	color : #FFFFFF;
}


TD.titleb {
	font-weight : bold;
	text-align : left;
	color : #AA8822;
}
