﻿a:link, a:hover, a:active{
	COLOR: White;	

}
a:visited
{
	COLOR: #FA7A5F;	
}

code
{
	color:#090;
}

body,td,table,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414b50;
	border-color:  #5c6d75;
}

a.button{
background:url(images/gradbutton.png) repeat-x;
display:block;

color:#000000;
font-weight:normal;
height:25px;
line-height:19px;
text-decoration:none;

border-left:1px solid #003c74;
border-right:1px solid #003c74;
border-bottom:1px solid #003c74;
border-top:1px solid #003c74;
width:auto;
}

a:hover.button{
color:#000000;
border-bottom:1px solid #f8b330;
border-top:1px solid #f8b330;
border-left:1px solid #f8b330;
border-right:1px solid #f8b330;
}

a:visited.button,a:active.button,a:link.button{
color:#000000;
}

.browse{
background:url(images/icons/browse.png) no-repeat 8px 3px;
text-indent:27px;
display:block;
}

.clear{
background:url(images/icons/clear.png) no-repeat 8px 3px;
text-indent:27px;
display:block;
}

.remove{
background:url(images/icons/remove.png) no-repeat 8px 3px;
text-indent:27px;
display:block;
}

.upload{
background:url(images/icons/upload.png) no-repeat 8px 3px;
text-indent:27px;
display:block;
}

.cancel{
background:url(images/icons/cancel.png) no-repeat 8px 3px;
text-indent:27px;
display:block;
}

.details{
background:url(images/icons/view_thumb.png) no-repeat 8px 3px;
text-indent:27px;
display:block;
}


