a img {
border: none;
}

ul.errorlist {
color: red;
list-style-type: square;
list-style-position: inside;
margin: 0;
padding: 0;
text-indent: 0;
font-size: 8pt;
}

th {
text-align: left;
white-space: nowrap;
}

td, th {
vertical-align: top;
}

a.button {
display:inline-block;
vertical-align:middle;
color: black;
border-color: #cccccc;
border-bottom-color: #aaaaaa;
border-right-color: #aaaaaa;
border-style: solid;
border-width: 1px;
background: #eeeeee;
padding: 1px 4px;
text-decoration: none;
}
a.button:hover {
border-width: 1px;
background: #f8f8f8;
border-color: #cccccc;
border-top-color: #aaaaaa;
border-left-color: #aaaaaa;
}

table.buttongrid {
width: 100%;
}

table.buttongrid form {
display:inline;
}

table.buttongrid input, table.buttongrid select {
width: 100%;
max-width: 100%;
min-width: 60px;
}


/**********************************************************************
* Template
**********************************************************************/

body {
background: #555555;
font-family: arial, helvetica, sans-serif;;
margin: 0;
padding: 0 20px;
}

#container {
margin: 0 auto;
}

#sidebar {
float: right;
width: 310px;
}

#header {
display: block;
margin: 0;
padding: 0;
font-size: 16px;
background: #ff8844 url(/media/base/img/head-bl.png);
background-repeat: no-repeat;
background-position: bottom left;
}

#header div.wrapper {
padding-left: 20px;
padding-right: 20px;
height: 45px;
background: url(/media/base/img/head-br.png);;
background-repeat: no-repeat;
background-position: bottom right;
}


#header h1 {
margin: 0;
padding: 0;
}

#header h1 a {
width:84px;
height:45px;
background: url(/media/base/img/logo.png);
background-position: 0px 2px;
background-repeat: no-repeat;
text-indent:-2000em;
z-index: 1000;
float:left;
}

#header #menu {
padding-top: 11px;
}

#header #menu a {
border-left: 1px solid #ddddff;
float:left;
padding-left: .5em;
padding-right: .5em;
color: white;
text-decoration: none;
font-weight: bold;
}

#header #menu a:hover {
text-decoration:underline;
}


#header #search {
position: absolute;
right: 40px;
top: 12px;
height: 45px;
}

#header #search input {
font-size: 12px;
}


#page {
background: white;
padding: 0;
margin: 0;
}

#page div.wrapper {
padding: .5em 1em .5em 1em;
/* Hides from IE5-mac \*/
height: 1%;
/* End hide from IE5-mac */
}

#page div.top {
background: url(/media/base/img/page-tl.png);;
background-repeat: no-repeat;
background-position: bottom left;
}
#page div.top div {
background: url(/media/base/img/page-tr.png);;
background-repeat: no-repeat;
background-position: bottom right;
}
#page div.bottom {
background: url(/media/base/img/page-bl.png);;
background-repeat: no-repeat;
background-position: bottom left;
}
#page div.bottom div {
background: url(/media/base/img/page-br.png);;
background-repeat: no-repeat;
background-position: bottom right;
}
#page div.top, #page div.top div, #page div.bottom, #page div.bottom div {
width: 100%;
height: 10px;
font-size: 1px;
}

#content {
}

#content h1 {
padding-top: 0;
margin-top: 0;
font-size: 140%;
}

#content h2 {
font-size: 110%;
}
#content h3 {
font-size: 105%;
}



#footer {
padding: 1em 0;
color: #888;
font-size: 80%;
text-align: center;
}

#footer a {
color: #bbb;
text-decoration: none;
}

#footer a:hover {
color: #bbb;
text-decoration: underline;
}

#sidebar div.ad {
width: 300px;
height: 250px;
padding: 5px 5px;
border: solid 1px #dddddd;
}

div.ad468x60 {
width: 468px;
height: 60px;
padding: 5px 5px;
border: solid 1px #dddddd;
}

div.ad300x250 {
width: 300px;
height: 250px;
padding: 5px 5px;
border: solid 1px #dddddd;
}

.small {
font-size: 60%;
}

label {
font-weight: bold;
}


.clear {
clear:both;
overflow:hidden;
height:1px;
}


.symbol-view {
width: 128px;
}

table.symbol-set-template ul {
list-style-type: none;
margin: 0;
padding: 0;
text-indent: 0;
}

/* messages */
ul#messages {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
ul#messages li {
    padding: 5px 10px;
    background: #ff8;
    margin: 3px;
    border: 1px solid #cc6;
}
ul#messages li a {
    float: right;
    font-size: 80%;
    color: #000;

}

/* status */
.verified {
    color: green;
}
.remove {
    color: red;
}
.unverified {
    color: gray;
}
.warning {
    color: red;
    font-weight: bold;
}

