﻿
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
/* Reset all HTML tags */
/*
body, h1, h2, h3, h4, h5, h6, p, em, a, a:hover, a:link, a:visited,
a:hover, div, table, td, tr, ul, ol, li, img {
background: transparent;
border: none;
border-style: none;
border-width: 0px 0px 0px 0px;
color: #000000;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 9pt;
font-style: normal;
font-weight: normal;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: left;
text-decoration: none;
list-style: none inside none;
}
*/
 
body
{
    background-position: center top; /*font: 100%/1.2  Verdana, Arial, Helvetica, sans-serif;*/
    font: 100%/1.2 Verdana, Arial, Helvetica, sans-serif;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    background: #000000 url(images/bg_paws.jpg) repeat-y center top;
    height: 100%;
}

a{
	color: #C1E0FF;
	text-decoration: none;
}

a:link{
	color: #C1E0FF;
	text-decoration: none;
	border: 0 none;
}

a:visited{
	color: #C1E0FF;
	text-decoration: none;
	border: 0 none;
}

a:hover{
	/*color: #0080FF;*/
	color: #ffff00;
	text-decoration:none;
	border: 0 none;
}

a img{
	border: 0 none;
}

h1{
 font-size: 1.1em;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h2{
 font-size: 0.9em;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h3{
	font-size: 0.8em;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h4{
	font-size: 0.7em;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

h5{
 font-size: 0.6em;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

img{
	border:none;
}

/*p
{
	font-size: 0.8em;
}*/

/***********************************************/
/* START FONT LAYOUTS                          */
/***********************************************/
.grey { color: #666666; }

.black { color: #000000; }

.yellow { color: #ffff00; }

.blackbold { font-size: 0.9em; color: #000000; font-weight: bold; }

.smalltext { font-size: 0.9000em;	}

.xsmalltext { font-size: 0.8000em; }

.redbold { font-size: 0.9em; color: #FF1C1C; font-weight: bold; }

.greenbold { font-size: 0.9em; color: #00FF00; font-weight: bold; }

/***********************************************/
/* END FONT LAYOUTS                            */
/***********************************************/

/***********************************************/
/* SMALL TEXTBOX                               */
/***********************************************/
.smalltextbox
{
	border: 1px solid #9999FF;
	height: 14px;
	width: 14px;
}
/***********************************************/
/* END SMALLTEXT                               */
/***********************************************/


/***********************************************/
/* CUSTOM BUTTON                               */
/***********************************************/
.button
{
	color: #000000;
	font-family: "Verdana";
	font-weight: bold;
	border-style: Solid;
	border-width: 1px;
	border-color: #507CD1;
	background-color: #ffffff;
}

/***********************************************/
/* CUSTOM DIV BOX                              */
/***********************************************/
.box
{
	background-color: #F7F7F4;
	margin-bottom: 3px;
	margin-right: 3px;
	border: 1px solid #999999;
}

/***********************************************/
/* HIGHLIGHTS                                  */
/***********************************************/
.highlighton
{
	padding: 1px; /*border: 1px solid #CCC;*/
	background-color: #ffff00;
	border: 1px solid #000000;
}

.highlightoff
{
	padding: 2px;
	border: 0px solid #ffffff;
	background-color: #ffffff;
}