/*
	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: .9em Verdana, arial, helvetica, sans-serif;
				 margin: 3px;
         background: white;
			 }

body#ymv {
         background: white;
			 }

	ul { }

	.dings {
				font: 1em Wingdings, Webdings;
				color: black; 
				}
	A.dings:link {
				text-decoration: none; 
				}
	A.dings:visited {
				text-decoration: none; 
				}

  dt {
    border: solid 2px #dd0;
    background-color: #ffd;
    padding: 2px 5px;
    display: block;
    cursor: pointer;
  }
  #news table {
  }
	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;
								 }

td  {
	font-family : Arial, Helvetica, San Serif;
}

#CITYLINKS {
}

/* 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;
*/

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

