/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align:center;
	color:#333333;
	background:#DFE7D9;
}

a {
	color:#5E903B;
}
a:visited {
	color:#5A8F36;
}
a:hover {
	color:#4E7B2F;
}

th, td {
	font-size:80%;
}

h1 {
	font-size:160%;
}
h2 {
	font-size:140%;
	font-family:Arial, Helvetica, sans-serif;
	color:#5E903B;
	margin-top:0px;
}
h3 {
	font-size:120%;
}
h4 {
	font-size:100%;
}

img {
	border:none;
}




.textinput {
	background:#FFFFFF;
}
.textinput:focus {
	background:#EFF8FF;
}

#container {
	position:relative;
	width:760px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	border:1px solid #5E903B;
	background:#FFFFFF;
}

#header {
	position:relative;
	height:200px;
	padding:0px;
	margin:0px;
	background:#FFFFFF url(/theme/baseball/img/header.jpg) no-repeat;
	border:none;
	overflow:hidden;
}
#header h1 {
	text-indent:-6000px;
}


.top_menu {
	display:block;
	text-align:right;
	color:#F4F6F1;
	padding:2px 6px;
}
.top_menu a {
	color:#F4F6F1;
	text-decoration:none;
	font-weight:bold;
	padding-left:10px;
}

#footer {
	position:relative;
	margin:0px;
	padding:4px;
	width:750px;
	clear:both;
	height:20px;
	overflow:hidden;
	text-align:right;
	background:none;
	border:none;
}



#gallery_message_list li {
	border-color:#71AF47;
}

.view_list li {
	border-color:#71AF47;
}

.view_this_message {
	border-color:#71AF47;
}

.page_nav span, .page_nav {
	color:#71AF47;
}
.page_nav span, .page_nav a {
	border-color:#71AF47;
	background-color:#DFE7D9;
}
.page_nav span, .page_nav a:hover {
	border-color:#94B57C;
	background-color:#FFFFFF;
}


a.next_page, a.next_page:hover {
	padding-right:16px;
	background-image:url(/theme/baseball/img/next_page.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
a.prev_page, a.prev_page:hover  {
	padding-left:16px;
	background-image:url(/theme/baseball/img/prev_page.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
a.next_scroll {
	background:url(/theme/baseball/img/next_image.gif) no-repeat top right;
}
a.prev_scroll {
	background:url(/theme/baseball/img/prev_image.gif) no-repeat top left;
}
a.next_scroll:hover {
	background:url(/theme/baseball/img/next_image_over.gif) no-repeat top left;
}
a.prev_scroll:hover {
	background:url(/theme/baseball/img/prev_image_over.gif) no-repeat top left;
}

