/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Garamond, Times New Roman, Helvetica, sans-serif;
    FONT-SIZE:  medium;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	MARGIN: 0px; 
	background-image: url('images/gradient3.jpg');
	background-repeat: repeat-x; 
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

IMG 
{
	margin: 0px;
	padding: 0px;
}
P
{
	margin-right: 40px;
	margin-left: 40px;
}
HR
{
    border-style: outset;
    border-width: 2px;
}

A.TopLink
{
	font-weight: bold;
	text-decoration: none;
	color: Black;
}
A.TopLink:hover	
{	
	text-decoration: underline;
	color:	#3333cc;
}
A.BottomLink
{
	text-decoration: none;
	color: Black;
}
A.BottomLink:hover	
{	
	text-decoration: underline;
	color:	#3333cc;
}

H3
{
	margin-left: 40px;
	margin-right: 40px;
	text-align: center;
}
.ApplicationFrame
{
	border-width: 3px;
	border-style: ridge;
	background-color: #ffefe0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
}
.LoginCell
{
	margin-right: auto;
	margin-left: auto;
	border: 2px ridge;
	background-color: lightcyan;
}
.Error
{
	font-weight: bold;
	color: red;
}
	
#header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
	
#header li {
	float: left;
	background: url(images/tabright.gif) top right no-repeat;
	margin: 0;
}

#header a {
	display: block;
	background: url(images/tableft.gif) top left no-repeat;
	color: #ffc;
	text-decoration: none;
	padding: 0.6em 1em 0.25em;
}

#header a:hover {
	color: white;
}

#header li.selected {
	font-weight: bold;
	background-image: url(images/tabrightactive.gif);
}

#header li.selected a {
	background-image: url(images/tableftactive.gif);
	color: white;
}

div.content {
	clear: both;
	color: white;
	background: #c60;
	padding: 1em;
	text-align: left;
}

div.content a {
	color: black;
	text-decoration: underline;
}