/*** overDiv Style ***/

#overDiv {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
}

#overDiv p, #overDiv ul, #overDiv ol, #overDiv table {
	margin: 0;
}


/*** Global Styles ***/

html, body, #holder {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #holder {
	height: auto;
}

body {
	background: #ffffff;
	font-family: 'segoe ui', arial, sans-serif, tahoma;
	font-size: 0.9em;
	color: #000000;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

#holder {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

a:link, a:visited, a:active {
	background: transparent;
	color: #03a4bd;
	text-decoration: underline;
	outline: none;
}

a:hover {
	background: transparent;
	color: #525252;
	text-decoration: underline;
	outline: none;
}

h1 {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: top;
	border: 0;
	padding: 0;
}

p, ul {
	margin-top: 0;
}

hr {
	border: 0;
	width: 100%;
	height: 1px;
	margin: 10px 0px 20px 0px;
}

hr.light {
	border-top: 1px dotted #b6b6b6;
}

hr.dark {
	border-top: 1px dotted #404040;
}

table.tholder {
	width: 100%;
	border: 0;
	padding: 0;
	font-size: 1.0em;
	margin: 0;
}

table.tholder td {
	vertical-align: top;
	padding: 0;
}

table {
	border: 0;
	padding: 0;
 	font-size: 1.0em;
	margin: 0 0 20px 0;
}

table td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

table td.right {
	text-align: right;
}

table td.center {
	text-align: center;
}

table.fcenter {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}


/*** Styles for page header ***/

#logo {
	position: absolute;
	top: 10px;
	left: 20px;
	padding: 0;
	border: 0;
}


/*** Styles for the section to login form (not logged in) ***/

#loginform {
	position: absolute;
	top: 30px;
	right: 30px;
	background: transparent;
	width: auto;
	height: 65px;
}

#fpasswd {
	position: absolute;
	top: 100px;
	right: 80px;
	background: transparent;
	white-space: nowrap;
}

#fpasswd a:link, #fpasswd a:visited {
	color: #606060;
	text-decoration: none;
}

#fpasswd a:hover, #fpasswd a:active {
	color: #000000;
	text-decoration: none;
}


/*** Styles for the users personal logged in nav (logged in) ***/

#navtop {
	position: absolute;
	top: 90px;
	right: 30px;
	width: auto;
	height: 36px;
	margin: 0;
}

#navtop td {
	vertical-align: bottom;
	color: #606060;
	padding: 2px 6px;
}

#navtop a:link, #navtop a:visited {
	color: #606060;
	text-decoration: underline;
}

#navtop a:hover, #navtop a:active {
	color: #000000;
	text-decoration: underline;
}


/*** Styles for the main navs (left and right) ***/

#navright {
	position: absolute;
	top: 140px;
	right: 30px;
	width: auto;
	height: auto;
	margin: 0;
}

#navright td {
	padding: 2px 4px;
}

#navright td.last {
	padding: 2px 2px 2px 6px;
}

#navright a:link, #navright a:visited, #navright a:active, #navright a:hover {
	color: #000000;
	text-decoration: none;
}

#navright td.pr a:link, #navright td.pr a:visited, #navright td.pr a:hover, #navright td.pr a:active {
	background: url(./gfx/icon-print.gif);
	width: 26px;
	height: 23px;
	text-decoration: none;
	display: block;
}

#navright td.pr a:link, #navright td.pr a:visited {
	background-position: top;
}

#navright td.pr a:hover, #navright td.pr a:active {
	background-position: bottom;
}

#navright td.em a:link, #navright td.em a:visited, #navright td.em a:hover, #navright td.em a:active {
	background: url(./gfx/icon-email.gif);
	width: 26px;
	height: 23px;
	text-decoration: none;
	display: block;
}

#navright td.em a:link, #navright td.em a:visited {
	background-position: top;
}

#navright td.em a:hover, #navright td.em a:active {
	background-position: bottom;
}

#navleft {
	position: absolute;
	top: 140px;
	left: 30px;
	width: auto;
	height: auto;
	margin: 0;
}

#navleft td {
	padding: 2px 6px;
}

#navleft td.first {
	padding: 2px 6px 2px 2px;
}

#navleft a:link, #navleft a:visited, #navleft a:active, #navleft a:hover {
	color: #000000;
	text-decoration: none;
}


/*** Styles for Activity popup window ***/

ul#printwin {
	position: absolute;
	top: 2px;
	right: 2px;
	background: transparent;
	width: auto;
	height: 23px;
	border: 0;
	padding: 0;
	list-style: none;
}

ul#printwin li {
	width: auto;
	height: 23px;
	padding: 0;
	border: 0;
	float: left;
	display: inline;
}

ul#printwin a:link, ul#printwin a:visited, ul#printwin a:hover, ul#printwin a:active {
	height: 23px;
	text-decoration: none;
	display: block;
}

ul#printwin a:link, ul#printwin a:visited {
	background-position: top;
}

ul#printwin a:hover, ul#printwin a:active {
	background-position: bottom;
}

#print {
	background: url(./gfx/icon-print.gif);
	width: 26px;
}


/*** Styles for the Content section ***/

#content {
	background: transparent;
	width: auto;
	height: auto;
	margin: 35px 20px 45px 20px;
	vertical-align: top;
}

.titlew {
	background: transparent;
	font-family: arial, sans-serif, tahoma;
	font-size: 2.0em;
	font-weight: normal;
	color: #ffffff;
}

.titlea {
	background: transparent;
	font-family: arial, sans-serif, tahoma;
	font-size: 2.0em;
	font-weight: normal;
	color: #cc0000;
}

.titled {
	background: transparent;
	font-family: arial, sans-serif, tahoma;
	font-size: 2.0em;
	font-weight: normal;
	color: #000000;
}

.titleg {
	background: transparent;
	font-family: arial, sans-serif, tahoma;
	font-size: 2.0em;
	font-weight: normal;
	color: #6d6f71;
}

.headw {
	background: transparent;
	font-family: arial, sans-serif, tahoma;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
}

.headw a:link, .headw a:visited, .headw a:hover, .headw a:active {
	color: #ffffff;
	text-decoration: underline;
}

.heada {
	background: transparent;
	font-family: arial, sans-serif, tahoma;
	font-size: 1.1em;
	font-weight: bold;
	color: #cc0000;
}

.headd {
	background: transparent;
	font-family: arial, sans-serif, tahoma;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

.headg {
	background: transparent;
	font-family: arial, sans-serif, tahoma;
	font-size: 1.1em;
	font-weight: bold;
	color: #6d6f71;
}

.white, .white a:link, .white a:visited, .white a:hover, .white a:active {
	background: transparent;
	color: #ffffff;
}

.note {
	background: transparent;
	font-size: 0.9em;
	color: #606060;
}

.alert {
	background: transparent;
	color: #cc0000;
}

.cg_tl {
	background: url(./gfx/c_grey_tl.gif) 0 0 no-repeat #e4e5e6;
	overflow: hidden;
}

.cg_tr {
	background: url(./gfx/c_grey_tr.gif) 100% 0 no-repeat;
	overflow: hidden;
}

.cg_bl {
	background: url(./gfx/c_grey_bl.gif) 0 100% no-repeat;
	overflow: hidden;
}

.cg_br {
	background: url(./gfx/c_grey_br.gif) 100% 100% no-repeat;
	padding: 20px;
	overflow: hidden;
}

p.side {
	margin: 0 0 0 10px;
}

p.side a:link, p.side a:visited, p.side a:hover, p.side a:active {
	text-decoration: none;
	display: block;
}

p.side a:link, p.side a:visited {
	color: #000000;
}

p.side a:hover, p.side a:active {
	color: #6d6f71;
}

p.side img {
	position: relative;
	left: -14px;
	bottom: -3px;
	width: 10px;
	height: 14px;
	margin: 0 -10px 0 0;
}

#epetalbuttons {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

#epetalbuttons td {
	border-bottom: 10px solid #ffffff;
}

#epetalbuttons td a:link, #epetalbuttons td a:visited, #epetalbuttons td a:hover, #epetalbuttons td a:active {
	width: 250px;
	height: 35px;
	font-size: 1.1em;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	display: block;
}

#epetalbuttons td span {
	position: relative;
	left: 50px;
	top: 7px;
}

#epetalbuttons td.mainhome a:link, #epetalbuttons td.mainhome a:visited {
	background: url(./gfx/sb_main.gif);
	background-position: top;
}

#epetalbuttons td.mainhome a:hover, #epetalbuttons td.mainhome a:active {
	background: url(./gfx/sb_main.gif);
	background-position: bottom;
}

#epetalbuttons td.lib a:link, #epetalbuttons td.lib a:visited {
	background: url(./gfx/sb_lib.gif);
	background-position: top;
}

#epetalbuttons td.lib a:hover, #epetalbuttons td.lib a:active {
	background: url(./gfx/sb_lib.gif);
	background-position: bottom;
}

#epetalbuttons td.enf a:link, #epetalbuttons td.enf a:visited {
	background: url(./gfx/sb_enf.gif);
	background-position: top;
}

#epetalbuttons td.enf a:hover, #epetalbuttons td.enf a:active {
	background: url(./gfx/sb_enf.gif);
	background-position: bottom;
}

#epetalbuttons td.food a:link, #epetalbuttons td.food a:visited {
	background: url(./gfx/sb_food.gif);
	background-position: top;
}

#epetalbuttons td.food a:hover, #epetalbuttons td.food a:active {
	background: url(./gfx/sb_food.gif);
	background-position: bottom;
}

#epetalbuttons td.hot a:link, #epetalbuttons td.hot a:visited {
	background: url(./gfx/sb_hot.gif);
	background-position: top;
}

#epetalbuttons td.hot a:hover, #epetalbuttons td.hot a:active {
	background: url(./gfx/sb_hot.gif);
	background-position: bottom;
}


/*** Styles for the footer ***/

#footer {
	clear: both;
	left: 0;
	bottom: 0;
	background: transparent;
	width: 100%;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	color: #949494;
	padding: 0;
	border-top: 1px solid #949494;
	border-bottom: 8px solid #ffffff;
	margin: 0;
}

#footer a:link, #footer a:visited {
	color: #949494;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #636363;
	text-decoration: none;
}

#terms {
	background: transparent;
	float: right;
	margin-right: 50px;
	white-space: nowrap;
}

#copyright {
	background: transparent;
	float: left;
	margin-left: 50px;
	white-space: nowrap;
}

#counter, #counter a:link, #counter a:visited, #counter a:hover, #counter a:active {
	background: transparent;
	position: fixed;
	bottom: 2px;
	left: 2px;
	width: 18px;
	height: 18px;
	display: block;
	text-decoration: none;
	z-index: 1000;
}


/* hide from Mac IE5 */
/* \*/
#footer {
	position: absolute;
}
/* */

/* Change in Opera 5+ (and some others) */
html>body div#footer {
	position: static;
}

/* Change back in everything except Opera 5 and 6, still hiding from Mac IE5 */
/* \*/
head:first-child+body div#footer {
	position: absolute;
}
/* */


/*** Styles for text inputs and button ***/

.textline {
	background: #f3f3f3;
	border-top: 2px solid #929292;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 2px solid #929292;
	width: 210px;
	height: 22px;
	font-family: 'segoe ui', arial, sans-serif, tahoma;
	font-size: 1.0em;
	color: #000000;
	padding: 1px;
}

.textbox {
	background: #f3f3f3;
	border-top: 2px solid #929292;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 2px solid #929292;
	width: 350px;
	height: 80px;
	font-family: 'segoe ui', arial, sans-serif, tahoma;
	font-size: 1.0em;
	color: #000000;
	padding: 1px;
}

.select {
	background: #f3f3f3;
	border-top: 2px solid #929292;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 2px solid #929292;
	width: 215px;
	height: 24px;
	font-family: 'segoe ui', arial, sans-serif, tahoma;
	font-size: 1.0em;
	color: #000000;
	padding: 1px;
}

.button {
	background: #f3f3f3;
	border-top: 1px solid #dedede;
	border-right: 2px solid #929292;
	border-bottom: 2px solid #929292;
	border-left: 1px solid #dedede;
	width: 120px;
	height: 28px;
	font-family: 'segoe ui', arial, sans-serif, tahoma;
	font-size: 14px;
	color: #404040;
	text-decoration: none;
	padding: 0px 0px 5px 0px;
	cursor: pointer;
	outline: none;
}

/*** END OF CSS ***/
