/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/*html{
color:#000;
background:#FFF;
}*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{
margin:0;
padding:0;
}
#image-gallery.contenttable td {
    text-align: center;
    background: #ffffff;
    border: 1px solid #AAAAAA;
    /*padding: 5px;*/
}
#image-gallery.contenttable td:hover {
    border-color: #FF9900;
}
#image-gallery.contenttable td:active, #image-gallery.contenttable td:selected {
    border: 3px solid #FF9900;
}
#image-gallery.contenttable td a {
   /*display: table-cell;*/
   /*padding: 5px;*/
   vertical-align: middle;
}
#image-gallery.contenttable td a img {
   padding: 5px;
}
#image-gallery.contenttable #largeImg img {
   padding: 10px;
}
/*#image-gallery.contenttable td a.active,#image-gallery.contenttable td a.selected {
    border: 1px solid #D4E3EF;
}
#image-gallery.contenttable td a:hover {
  border: 1px solid #D4E3EF;
}*/

/*table{
border-collapse:collapse;
border-spacing:0;
}*/

fieldset,img{
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{
font-style:inherit;
font-weight:inherit;
}
del,ins{
text-decoration:none;
}
li{
list-style:none;
}
caption{
font-size:1.3em;
}
caption,th{
text-align:left;
/*padding: 0.5em;*/
padding-bottom:5px;
font-weight: bold;
}
/*h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}*/
q:before,q:after{
content:'';
}
abbr,acronym{
border:0;font-variant:normal;
}
/*sup{
vertical-align:baseline;
}*/
sub{
vertical-align:baseline;
}
legend{
color:#000;
}
input,button,textarea,select,optgroup,option{
font-family:inherit;
font-size:inherit;
font-style:inherit;
font-weight:inherit;
}
input,button,textarea,select{
*font-size:100%;
}
div#login-submit input {
  width:60px;
  height:24px;
}