@charset "UTF-8";
/* CSS Document */

/* For Every Page  */

body {
	background-color:#c5ccd4;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image:url(images/background.png);
	background-repeat:repeat;
}

img {
	border:none;
}

#top {
	position:relative;
	width:320px;
	height:37px;
	text-align:center;
	color:#0000FF;
	background-image:url(images/navigation.jpg);
	background-repeat:repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	z-index:1;
}

#header {
	margin-top:0px;
	padding-top:7px;
}

#content {
	position:relative;
	width:300px;
	height:100%;
	padding: 0px 5px 20px 5px;
	z-index:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	min-height:255px;
	
}

#content a {
	color:#0000FF;
}

#bottom {
	position:relative;
	width:320px;
	height:49px;
	text-align:center;
	color:#666666;
	background-image:url(images/tabBar.jpg);
	background-repeat:repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:2;
}

#bottom a {
	color:#FFFFFF;
}

#mainContent {
	width:300px;
	text-align:center;
}

/*  Back Button */

#back {
	background-image:url(images/backButton.png);
	top:5px;
	left:1px;
	width:43px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	z-index:2;
	background-repeat:no-repeat;
}

#back p {
	color:#FFFFFF;
	padding-left:10px;
	margin-top:7px;
	font-size:13px;

}

#back a {
	color:#FFFFFF;
}

/* For a table view  */

#table {
	text-align:left;
	margin-left:0px;
}

#table p {
	background-color:#FFFFFF;
	border:#999999 thin solid;
	padding:0px;
	margin:0px;
	padding-top:15px;
	padding-left:15px;
	height:30px;
	color:#333333;
}

#table p.tableHeader {
	background-image:url(images/tableHeader.png);
	background-repeat:no-repeat;
	height:10px;
	margin:0px;
	padding:0px;
	border:none;
}

#table p.tableTop {
	border-top:none;
	height:30px;
	padding-top:5px;
}

#table p.tableBottom {
	border-bottom:none;
	height:20px;
	padding-top:10px;
}

#table p.tableBoth {
	border-bottom:none;
	border-top:none;
	height:20px;
	padding-top:10px;
}

#table p.tableFooter {
	background-image:url(images/tableFooter.png);
	background-repeat:no-repeat;
	height:13px;
	margin:0px;
	padding:0px;
	border:none;
}

#mainContent p.sectionHeading {
	text-align:left;
	color:#333333;
	padding-left:10px;
}

#table img {
	float:right;
}

a {
	text-decoration:none;
}

/*  For the tab bar*/

.tab {
	text-align:center;
	width:25%;
}

#home {
	position:absolute;
	left:0%;
}

#advice {
	position:absolute;
	left:25%;
}

#list {
	position:absolute;
	left:50%;
}

#recipes {
	position:absolute;
	left:75%;
}

/* For specific pages  */



/* Index */

/*  For links of off index  */

#questions {
	padding-top:25px;
	text-align:left;
}

#title {
	color:#0000FF;
	font-size:20px;
}


/* Fish Advice */

/* List of Fish */

#contentTable {
	position:relative;
	width:320px;
	height:100%;
	padding: 0px 0px 0px 0px;
	z-index:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	
}

#tableList p {
	text-align:left;
	height:35px;
	margin: 0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	vertical-align:middle;
	background-color:#FFFFFF;
	border-bottom:#000000 thin solid;
	padding-left:15px;
}

#tableList a {
	color:#000000;
}

#tableList p.sectionHeader {
	text-align:left;
	height:23px;
	font-weight:bolder;
	background-image:url(images/sectionHeader.jpg);
	color:#FFFFFF;
	border:none;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
}

#contentTable #tableList img {
	float:left;
	margin:0px;
	padding:0px;
}


/* Recipes */