/* iStop StyleSheet */
body {
	font-family     : Geneva, Arial, Helvetica, sans-serif;
	margin-left		: 000px;
	margin-top		: 065px;
	margin-right	: 000px;
	margin-bottom	: 000px;
	background		: url('/images/BackgroundImage.gif')
	no-repeat
	fixed;
	background-color: transparent;

}

h1 {font-size: 16px; color: #669933;}
h2 {font-size: 14px; color: #006600;}
h3 {font-size: 12px; color: #CDBAB4;}
h4 {font-size: 10px; color: #669933;}
h5 {font-size:  8px; color: #006600;}
h6 {font-size:  6px; color: #CDBAB4;}

/* Style For Links */

a:link {
color : #000000; text-decoration: underline; font-weight: 500;
}
a:visited {
color : #000000; text-decoration: underline; font-weight: 500
}
a:hover {
color : #FF0000; text-decoration: none; font-weight: 500;
text-transform: capitalize;
cursor: pointer;
}
a:active {
color: #000000; text-decoration: underline; font-weight: 500
}

paragraph {font-size: 12px; color: #000000; font-weight: 500;}
p, td {font-size: 12px; color: #000000; font-weight: 500;}
form {margin-left: 12px; margin-right: 10px;}

/* Styles For Input Elements */

.smallbox	{width: 250px;}
.mediumbox	{width: 350px;}
.widebox	{width: 400px;}
.border 	{
			border: dotted white;
}
textarea	{width: 350px; height:150px;}

/* Set Width For Left-Hand Cells On Categories.PHP */
.radbut {width: 30px;
}

/* Style For Error Messages */
.warning {font-weight: bold; color: #FF0000;}

/* Style For Links */
#maincontent a:link {
	text-decoration: none;
	color:  #CC9900
	}
#maincontent a:visited {
	text-decoration: none;
	color:  #CC9900
	}
#maincontent a:hover {
	text-decoration: none;
	color: #663300;
	}
#maincontent a:active {
	text-decoration: none;
	color: #CC9900
	}
#maincontent p {
  background: transparent;
  line-height: 1.4;}

/* Styles For Navigation: Main Nav.Bar */
#mainnav {
  width: 155px;
  font-weight: bold;
  left: 20px;
  position: absolute;
  top: 180px;
}

#mainnav a {
  border-color: #0066FF #0033CC #6699FF #0033CC;
  border-style: dotted;
  border-width: 1px;
  padding: 0 12px;
  width: 140px;
  display: block;
  background: transparent;
  color: #797979;
  line-height: 24px;
}

#mainnav a:hover {
  border-color: #0066FF #0033CC #6699FF #0033CC;
  border-style: dotted;
  border-width: 1px;
  background: transparent;
  color: #FFFFFF;
 }
#mainnav li {
  margin: 0 0 3px 0;
}

#mainnav li, #maincontent p, #maincontent li {
  font-size: 85%;
}

#mainnav ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;}

/* Current Page ID Via <a> Tag: Main Nav.Bar */
a#thispage {
  border-color: #0066FF #0033CC #6699FF #0033CC !important;
  background: transparent !important;
  color: #999999 !important;}

/* Styles For Individual Paragraphs | Page Elements */
#artimage {
  float: right;
  margin-left: 10px;
  font-weight: bold;
  text-align: center;}
.author, .pos {
  margin: 5px 0 0 25px;
  font-weight: bold;}
.error {
  color: red;
  font-variant: small-caps;
  font-weight: bold;}
#sorry {
  width: 300px;
  margin: 5px auto 5px 50px;
  border: 2px dotted #000;
  background-color: transparent;}
#sorry p {
  margin: 10px;
}


/* popUp Stylesheet */

#ht1 {
	position: absolute;
	visibility: hidden;
	z-index: 10;
	top: 0px;
	left: 10px;
	overflow: hidden;
	}

#ht2 {
	position: absolute;
	visibility: hidden;
	z-index: 10;
	top: 0px;
	left: 10px;
	overflow: hidden;
	}

.hyperText {
	background-color: #CCCCCC;
	padding: 5px;
	border: 2px dotted #999999;
	width: 250px;
	font: normal 10pt/13pt helvetica, sans-serif;
	text-align: justify;
	color: #333333;
	}
	
.menu {
	position: absolute;
	background-color: #336699;
	font: 12pt/14pt helvetica;
	width: 74px;
	left: 0px;
	top: 1px;
	height: 88px;
	}

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
}