/*
	default style sheet for RealizationEngine

	this style sheet has been tested in:
		Windows:
			I.E. 6.0
			I.E. 5.5
			I.E. 5.0
			Netscape 7.46
			Netscape 7.49
			Opera
			Mozilla 1.0

		Linux:
			Netscape 7.48
			Mozilla 1.0
			Opera 5.0 (Build 24)
			Konqueror 3.0.2
			Galeon 1.2.5

	This is not a guarentee of fitness. This style sheet does not
	and will not provide consistent presentation accross browsers
	but has been tested to prove that it does not break browsers
	(specifially the old Netscape 4.7x browsers that poorly -- at
	best -- support CSS.
*/
	body { color: black;
				 font-family: Verdana, Arial, sans-serif;
				 /* font-size: 85%; */
				 background: #E2DED2;
				 background-image: url(/images/Time-For-Lunch-2Vc.jpg);
				 margin: 0px 2px;
			 }

	.menu_bar { border: solid gray 1px;
							padding: 0px 3px ;
							margin: 1px;
							background: #FEFEEE;
	}
	.menu_bar A:link {
							text-decoration: none;
	}
	.menu_bar A:visited {
							text-decoration: none;
	}
	.menu_bar A:hover {
							text-decoration: none;
							background: #EEEEEE;
	}

	ul { padding-left: 1.5em; }

	p.body_text {
								 margin-top: 0;
								 margin-bottom: 0;
								 margin-left: 0;
								 margin-right: 0;
								 border-left: 1px;
								 border-right: 1px;
								 border-top: 1px;
								 border-bottom: 1px;
								 padding-left:4px;
								 padding-right:4px;
								 }

	p.fresh_name {
								 background-color: #DDDD99;
								 padding:3px;
								 margin-top:0;
								 margin-bottom:0;
								 font-weight: bold;
								 }

	p.fresh_body { 
								 background-color: #FFFFAA;
								 padding:3px;
								 margin-top:0;
								 margin-bottom:0;
								 }

	.navigation { 
								 font-size: 75%;
								 font-family: sans-serif;
								 margin-top:0;
								 margin-bottom:0;
								 }

	.session { 
								 border-left: 0.6em solid;
								 }
/* A:Hover {
								border-top: 1px dotted red;
								border-bottom: 1px dotted red;
								}
*/

/*
								# text-decoration: overline;
								# text-transform: uppercase;
								# font-weight: bold;
								# letter-spacing: -0.02em;
*/
/*
	ul { border: dashed #CCCCFF; border-width: 0px 0px 0px 1px; 
				padding: 0 0 0 2em;
			}
*/
								/* Keep your colors consistent throught style sheet */
	.fresh_title {
								 background: #dd9;
								 padding: 0px 4px 1px 4px;
                 margin-top: 3px;
								 font-weight: bold;
								 border: solid #bb7 1px;
                 margin-right: 6px;
								 }

	.fresh_body {
								 background: #FFFFAA;
								 padding: 0px 4px 2px 4px;
                 border: solid #dd8 1px;
                 margin-bottom: 3px;
                 margin-right: 6px;
								 }

	.warm_title {
								 background: #CCCCBB;
								 padding: 0px 4px 1px 4px;
								 border: solid #aa9 1px;
                 margin-top: 3px;
								 font-weight: bold;
                 margin-right: 6px;
								 }

	.warm_body {
								 background: #EEEEBB;
								 padding: 0px 4px 2px 4px;
								 border-style: solid; border-color: #FFF; border-width: 1px;
                 margin-bottom: 3px;
                 margin-right: 6px;
								 }

	.day_old_title {
								 background: #CCCCCC;
								 padding: 0px 4px 1px 4px;
								 border: solid #aaa 1px;
                 margin-top: 3px;
								 border-style: outset;
								 border-width: 1px;
								 font-weight: bold;
                 margin-right: 6px;
								 }

	.day_old_body {
								 background: #DDDDDD;
								 padding: 0px 4px 2px 4px;
								 /* border: solid #DDDDDD; border-width: 0px 1px 0px 1px; */
                 margin-bottom: 3px;
                 margin-right: 6px;
								 }

	.message_title {
								margin: 0px 0px 0px 2px;
								padding: 0px 0 0px 0;
								border-style: outset;
								border-width: 1px;
								/* font-weight: bold; */
	}

	.message_body {
								margin: 0px 0px 0px 0px;
								padding: 0px 0px 0px 0px;
	}

	.session_title {
								 border-left: solid #ee0 10px;
								 }

	.session_message {
								 border: solid #d00;
								 border-width: 0 0 0 10px;
								 }

	.navigation { 
								 font-size: 85%;
								 font-family: sans-serif;
								 margin-top:0;
								 margin-bottom:0;
								 }

	.session { 
								 border-left: 0.6em solid;
								 }
/* A:Hover {
								border-top: 1px dotted red;
								border-bottom: 1px dotted red;
								}
*/
