/* CSS Document */

/*

Background: #786D4E
Header BG: #A09784
Body BG: #DDDDDD
Orange Links: #E1A846
Dark Orange Body Links: #D16434


*/

body
{
	font-family: arial ;
	background: url(http://www.pointingdogjournal.com/images/background.jpg);
}


form
{
	margin: 0px ;
}

p
{
	text-align: justify ;
}

h1
{
	font-size: 20px ;
}


h2
{
	font-size: 16px ;
}


h3
{
	font-size: 13px ;
}

a
{
	color: #D16434 ;
}

a:hover
{
	color:#E1A846 ;
}

ul
{
	border-left: 1px #999 solid ;
	line-height: 18px ;
	text-align: justify ;
	margin-left: 30px ;
	list-style-type: none ;
	padding-left: 20px ;
}


/* Actual Article Index Style */
.methodOff
{
	color: #7F7F7F;
	font-weight:700;
	padding-right: 10px;
	text-decoration:none;
	cursor:default;
}

a.methodOn
{
	color:white;
	font-weight:700;
	padding-right: 10px;
	text-decoration: none;
}

a.methodOn:hover
{
	/*background-color: #DDDDDD;*/
	color: #E1A846;
	text-decoration:underline;
	/*cursor: pointer;*/
}

#articleIndex
{
	color:black;
	width:100%;
	padding: 0px;
	margin: 0px;
}

#articleIndex a
{
	text-decoration:none;
	color:black;
}
#articleIndex a:hover
{
	text-decoration:underline;
}
.saiRow
{
	behavior: url('http://www.pointingdogjournal.com/css/iehoverfix.htc');
	font-size:14px;
	border:#000000;
	border-width:thin;
	border-style:solid;
	background-color:#D9E8DF;
	padding: 3px;
	margin: 3px;
	overflow:hidden;
	position:relative;
	text-decoration:none;
}

div.saiRow:hover, .saiRow.hover
{
	background-color: white;
}

.articlesExCo
{
	padding-left: 3px;
	padding-right: 6px;
}


.articlesPortal
{
	display:none;
	visibility:hidden;
	height: auto;
	width: 100%;
	background-color:inherit;
	color: inherit;
	overflow:scroll;
	text-align:center;
}
.articlesTable
{
	visibility:inherit;
	color: inherit;
	width:98.5%;
	empty-cells:show;
	height: auto;
	background-color:inherit;
	color: inherit;
}

.articlesHead th
{
	text-decoration:underline;
	visibility:inherit;
	height: auto;
	font-size: smaller;
	background-color:inherit;
	color: inherit;
}

.articlesBody
{
	visibility:inherit;
	height:inherit;
	background-color:inherit;
	color: inherit;
}

.articleRow td
{
	text-align:center;
	visibility:inherit;
	border:#000000;
	border-width:thin;
	border-style:solid;
	font-size:smaller;
	background-color:inherit;
	color: inherit;
}

.articleTitle span
{
	font-size:larger;
}

.articleIssue span
{
	display:block;
	text-decoration:inherit;
}

.articleAuthors span + span:before
{
	content: "; ";
}
