/*
  RICHART CSS FILE DEFS
*/

/* artist notes using the classic yellow */
.artNotes {
	font-family: Tahoma;
	font-size: smaller;
	color: #FFFF99;
}
.blueInfo {
	font-family: Tahoma;
	color: #0000FF;
	font-size: medium;
}
.monoTxt {
	font-family: "Courier New", Courier, mono;
}
.blueLarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #0000FF;
	font-size: large;
}
.blueLrC {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #0000FF;
	font-size: larger;
	text-align:center;
}
.conversation {
	font-family: Tahoma;
	color: #666666;
    text-align: left;
}
.artFlip {
	font-family: Verdana;
	font-size:medium;
	color: #FFFF99;
}
/* redone to support textarea */
textarea#artNotes {
	font-family: Tahoma;
	font-size: smaller;
	color: #FFFF99;
    padding: 10px;
    width: 750px;
    height: 150px;
    background-color: black;
}
.refNotes {
	font-family: Tahoma;
	font-size:medium;
	color: #666666;
    background-color: #FFFF99;
}
.resumeOfNote {
	font-family: Tahoma, Geneva;
	font-size: medium;
	color: #666666;
}
.greenMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #99CC00;
	font-size: x-small;
}
.popper {
	position : absolute;
	visibility : hidden;
	overflow: visible;
}
.redMenu {
	font-family: "Courier New", Courier, mono;
	font-size: larger;
	color: #FF0000;
}
.smallSideBar {
	font-family: "Book Antiqua";
	font-size: 10px;
	color: #00FFFF;
}
.white {
  font-family: Arial,Helvetica,sans-serif;
  color: #FFFFFF;
  font-size: 12px;
}
.yellowMenu {
	font-family: "Courier New", Courier, mono;
	color: #FFFF00;
}
.companyTagLine {
	font-family: "Book Antiqua";
	font-size: smaller;
	color: #666666;
	font-style: oblique;
}
.CompanyHeader {
	font-family: "Book Antiqua";
	color: #0000FF;
	font-size: large;
}

/* TAG STYLES */
table.project {
    width: 5000px;
    border: 0;
}
/* float: left; */
td.bigText {
    padding:5px;
    float: none;
}
td.mugShots {
    min-width: 250px;
    max-width: 250px;
    vertical-align: top;
    float: left;
    padding-left: 10px;
}
td.artistNotes {
    min-width: 750px;
    max-width: 750px;
    vertical-align: top;
    float: left;
}
.projectBar {
    overflow: auto;
    width: 750px;
}
/* REDIRECT */
table.redirect {
    width: auto;
    border: 0;
}
td.redirect {
    text-align: left;
    vertical-align: top;
    min-width: 250px;
    max-width: 250px;
    padding-left: 10px;
}
.longBar {
    overflow: auto;
    width: 750px;
}

/* title page fun */
/* green button */
.bg01 {	background-image:url(richart_bg1.gif); width:300px; height:215px; }
/* purple button */
.bg02 { background-image:url(richart_bg2.gif); width:300px; height:210px; }
.bg03 {	background-image:url(richart_bg3.gif); width:300px;	height:215px; }
/* orange button width:306px; height:221px; */
.bg04 { background-image:url(richart_bg04.gif); width:auto; height:215px; }
/* rainbow paint blobbling */
.bg11 { background-image:url(richart_bg11.gif); width:auto; height:auto; }
/* paint on canvas width:300px; height:201px; */
.bg12 { background-image:url(richart_bg12.gif); width:280px; height:180px; }
/* pouring paint   width:250px; height:250px; */
.bg13 { background-image:url(richart_bg13.gif); width:250px; height:250px; }

/* for the RICHART title bar */
table.richart {
		margin-top: -1px;
        padding-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		font-family:Tahoma;
		font-size:large;
		background-image:url(theBar.gif);
        color: white;
		overflow: hidden;
		white-space: nowrap;    
		width: 100%;         
}
td.richart {
    text-align: left;
    vertical-align: top;
    max-width: 100px;
    padding-left: 5px;
}
/* links for RICHART title bar */
a.white:link {text-decoration: none; color: #ffffff}
a.white:visited {text-decoration: none; color: #ffffff}
a:visited,a:link {text-decoration: none; color: #0000ff}
a:link:hover, A:visited:hover {background: #ff0000; color: #ffffff}
