/*----------------------------*/
/* APPEARANCES.CSS            */
/*----------------------------*/


a
{color:#1F5FD1;}
a:hover
{color:#000000;}
abbr
{
}
acronym
{
}
address
{
}
blockquote
{
}
body.body
{
}
cite
{
}
h1
{
	color:#1f5fd1;
	font-size:1.4em;
}
h2
{
	color:#1f5fd1;
	font-size:1.2em;
}
h3
{
	color:#1f5fd1;
	font-size:1.0em;
}
h4
{
}
h5
{
}
h6
{
}
img
{
}
label
{
}
p
{
}
q
{
}
/*
table.mytables
{
}
table.mytables th
{
	background-color: blue;
	color: #ffffff;
	font-style: italic;
	font-size: 14px;
	border: 1px solid #0000FF;
}
table.mytables td
{
	border: 1px solid #000000;
	border-top: 0px;
}
table.mytables tr
{	

}*/
.form_element
{
}
.form_data
{
}

.styled-box {
		
		float:left;
		/*min-width:200px;*/
		min-height:100px;
}

p.blue-bar  {
		padding:0px 5px 0px 5px;
		min-height:10px;
		background-color:red;
/*		background: url("../images/blue-top-10x20.jpg") repeat !important;*/
		
}

.white-box p{
		padding:0px 5px 0px 5px;
}
.orange-bar p{
		padding:0px 5px 0px 5px;
		min-height:10px;
		background: url("../images/yellow-bottom10x20.jpg") repeat-x;
}

/*
#styled-box {
		
		float:left;
		min-height:100px;
}

#blue-bar {
		padding:0px 5px 0px 5px;
		min-height:10px;
		background-image:url(../test-snippets/blue-top-10x20.jpg)
		
}
#white-box {
		padding:0px 5px 0px 5px;
}
#orange-bar {
		padding:0px 5px 0px 5px;
		min-height:10px;
		background-image:url(../test-snippets/yellow-bottom10x20.jpg)
}
*/

