/* Yahoo! UI Library */
@import url("reset-min.css");
@import url("fonts-min.css");

/* Global */
body {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	color: black;
	text-align: center;
	margin: 0px;
	}

h1 {
	font-size: 123.1%;
    font-weight: bold;
	margin-bottom: 6px;
    padding-bottom: 2px;
    width: 100%;
    text-align: left;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #fbebac;
}

hr  
{
    width: 100%;
    height: 2px;
    color: #fbebac;
    clear: both;
}

strong /* Make strong elements bold */ {
	font-weight: bold;
	}

img {
	border-style: none;
	}

.button, button
{
    background-color:#fbebac;
}


/* Links */

a:link, a:visited, a:hover, a:active, a:focus {
	color: black;
	outline: none;
	overflow: hidden;
	}

a:hover {
	color: #cc6600;
	}

/* Layout */

#container {
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	}


/* Content */

#content {
	width: 100%;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	}

.disclaimer {
	clear: left;
	margin-left: 4px;
	margin-bottom: 20px;
	color: #666666;
	}
	
/* Gridview CSS Tables */
.tableView caption {
color: Black;
font-size: 1em;
font-weight: bold;
}

.tableViewAlternatingRow{
background-color: #C6D7F7;
}

.tableViewRow{
background-color:#ffffff;
}

.tableViewHeader{
background-color:#fff2c0;
font-weight: bold;
}

