
.bar { 
	clear: none;
	font-size: 1.0em;
	height: 25px; 
	color: #999999;
	background: lightsteelblue;

}





html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center;min-width: 700px;background:#eeeeee
}
/*
p{margin:0 10px 10px}

a{display:block;color: #981793;padding:10px}
*/
div#header h1{height:40px;line-height:40px;margin:0;
  padding-left:10px;background:white;color:red;font-size:1.5em;}
div#container
{width:780px;
margin:0 auto;background:white}
div#content p{line-height:1.4;}
div#navigation{background:#B9CAFF;float:right;width:200px}
div#footer{background: #333;color: #FFF;clear:both;width:100%}
div#footer p{margin:0;padding:5px 10px}
div#content{float:left;width:700px}
div#extra{float:right;clear:right;width:200px;background:#FF8539}

table.VerbTable td {    padding: 3px;    border: solid silver 1px;
font-size:1 em;
font-family:verdana;
}

.OuterCell{
font:verdana, Arial, sans-serif;
font-weight:bold;
font-size:1em;
/*background-color:lightsteelblue;*/
background-color:lavender;
}

.VerbInfoLabel{font-weight:bold;}

.MiddleCell{
font:verdana, 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-weight:bold;
font-size:1 em;
/*background-color:lightsteelblue;
background-color:#EBDDE2;*/
background-color:#EEEEEE;
}

/*
Caption{color:navy;
font-size:1.2em;
font:'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-weight:bold;
border-bottom:solid 2px navy;
border-top:solid 2px navy;
}
*/
.commentbox{
background-color: #ececec;
width: 250px;
padding: 10px;
margin:0 auto;
/*float:left; bottom of speech bubble dspears*/
}

/* for centering verb details */
.InsideContainer{
width:80%;
margin:0 auto;
}

/* for centering home page box */
.jvc{
width:280px;
margin:0 auto
}

.commentfooter{
background: url(images/arrow.gif) 80px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 18px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}

.Warning{

color:red;
font-weight:bold;

}

p{
font-size:0.8em;
font:'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

h1{
font-size:1.1em;
font:'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-weight:bold;

color:navy;
}

h2{
font-size:1.2em;
font:'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-weight:bold;
/*border-bottom:solid 2px steelblue;*/
color:steelblue;
}
li{font-size:0.8em;}

th{background:lightsteelblue;
font-size:0.9em;}

hr{color:lightsteelblue;}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	/*color:#d61719;*/
	text-decoration:none;
}

a:visited {
	/*color:#980000;*/
	color:Blue;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:Gray;
}

a:active {
	/*color:#980000;*/
}