/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;

}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #3366ff;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	18px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	16px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

  ul.photolist
	{
		margin:0px;
		padding:10px 5px 10px 0px;
		list-style-type:none;
	}
  ul.photolist a
	{
		border:silver 1px solid;
	}

  ul.photolist a:hover
	{
		border:orange 1px solid;
	}
  ul.photolist img
	{
		border:1px white solid;
	}
		
  ul.photolist span
	{	 
		padding:10px 5px 10px 10px;
	}
ul.photolist li
{
	    display:inline;	
}
	
  ul.horizontallist
	{
		margin:0px;
		padding:10px 5px 10px 0px;
		width:750px;
		list-style-type:circle;
	}
 .horizontallist li
	{
    padding:3px 0px 3px 5px;
    margin:5px 3px 5px 3px;
    display:inline;	
    }
	
A
{
	font-weight: bold;
	color: #ff9900;
	font-family: verdana;
}
A:hover
{
	font-weight: bold;
	color: #ffcc33;
	font-family: verdana;
	text-decoration: underline;
}
a.nobr
{
	white-space:nowrap;
}
.controlline
{
	clear:both;
	width:100%;
}

.leftitem
{
	float:left;
	width:140px;
	font-size:10pt;
	margin-top:3px;
}

.rightitem
{
	width:500px;
}

.infoline
{
	clear:both;
}

.infoline .leftitem
{
		float:left;
	width:140px;
	font-size:10pt;
	margin-top:0px!important;
}

.infoline .rightitem
{
	width:500px;
}


.footer
{
	border-top:1px solid silver;
	margin-top:50px;
	padding-top:20px;
}