table{
	border:1px solid;
	border-color:#000000;
	font-size:13px;
	border-collapse:collapse;
	font-family:Times New Roman;
}
#noborder{

	border:0px;
}
.borders{

	border:1px solid;
	border-color:#000000;
}
#leftborder{
	border-left:0px;
}
#rightborder
{
	border-right:0px;
}
#topborder
{
	border-top:0px;
}
#bottomborder
{
	border-bottom:0px;
}
th
{
	height:30px;
	background: url('images/linkbg.png');
	color:#000000;
}
.footer{
	font-size:14px;
	color:#ffffff;
}
#pscroller1{
width: 90%;
height: 160px;
border: 1px solid black;
padding: 2px;
background-color: #ffffff;
text-align:center;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

#navlist
{
padding: 0 1px 1px;
margin-left: 0px;
font-weight: bold;
font-size: 12px;
font-family:Verdana,sans-serif,Times New Roman;
background:#dbd6c0;
width:16em;
}

#navlist li
{
list-style: none;
margin: 0px;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
text-align: center;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid black;
border-right: 1em solid black;
background:url('images/shape7127705.gif');
text-decoration: none;
color:#000;
}

#navlist li a:link { color: #000000; }
#navlist li a:visited { color:#000000; }

#navlist li a:hover
{
border-color: #000000;
color: #1d2a21;
background: #1D6893 url(images/shape15724359.gif) no-repeat top right;
font-size:13px;
}
td a{
	text-decoration:none;
	color:#1b1ea9;
}
td a:visited{
	text-decoration:none;
	color:#de820b;
}
input{
border: 1px solid gray;
}
textarea{
border: 1px solid gray;
}
select{
border: 1px solid gray;
}
option{
border: 1px solid gray;
}
.td{
	background:url('images/dolphin_bg.gif');
	text-align:center;
}
#footer
{
background:url('images/products_b.gif');
}
body{
margin:0px;
}
#dolphincontainer{
position:relative;
border-bottom: 1px solid navy; 
font-color:#E0E0E0;
background:#FFFFFF;
width:100%;
font-family:Helvetica,Arial,Verdana,sans-serif,Times New Roman; 
font-size:11px;
}
#dolphinnav{
position:relative;
height:33px;
font-size:12px; 
font-weight:bold; 
background:#fff url(images/products_b.gif) repeat-x bottom left; 
padding:0 0 0 5px; 
color:#0000FF;
}
#dolphinnav ul{
margin:0;
padding:0;
list-style-type:none;
width:auto;
float:left;
}
#dolphinnav ul li{
display:block;
float:left;
margin:0 1px;
}
#dolphinnav ul li a{
display:block;
float:left;
color:#EAF3F8;
text-decoration:none;
padding:0 0 0 10px;
height:33px;
}
#dolphinnav ul li a span{
padding:10px 10px 0 0;
height:21px;
float:left; 
color:black;
}
#dolphinnav ul li a:hover{
color:#0000FF; 
background:transparent url(images/shape15724359.gif) repeat-x bottom left;
}
#dolphinnav ul li a:hover span{
display:block;
width:auto;
cursor:pointer;
}
#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{
color:#fff;
background:#1D6893 url(images/shape15724359.gif) no-repeat top left;
line-height:275%;
}
#dolphinnav ul li a.current span{
display:block;
padding:0 10px 0 0;
width:auto;
background:#1D6893 url(images/shape15724359.gif) no-repeat top right;
height:33px;
}

#dolphin_inner{
color:#0000FF; 
padding: 5px; 
font-size: 13px; 
height: 1em;
font: bold 11px Verdana, sans-serif,Times New Roman;
}

#dolphin_inner a:link, #dolphin_inner a:visited, #dolphin_inner a:active{
color:white; 
text-decoration:none;
}
#dolphin_inner a:hover{
color: yellow; 
font-size:13px;
}
.innercontent{
display: none;
}
#cont{
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.fieldEntry {
	margin-bottom:8px;
	margin-left:5px;

}
.fieldEntry input, textarea, select {
	padding-top: 5px;
	padding-bottom: 2px;
	color: #c6c4c4;
	background-color: #373837;
	border: #5b5d5b 1px solid;
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu{
border-top: 7px solid black; /*optional border across top*/
margin: 0;
padding: 0;
}

#pointermenu ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 13px Verdana;
background-color: black;
background: black url(media/leftround.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 2px 11px 7px 7px;
text-decoration: none;
background: url(media/pointer.gif) bottom center no-repeat;
}

#pointermenu ul li a:visited{
color: white;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: white;
background-color: red;
}

#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(media/rightround.gif) bottom right no-repeat; /*optional right round corner*/
}
