/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/
body {
	color: #474747;
	text-align: center;
}
a, a:link,a:visited {
	text-decoration: none;
	color: #29abe2;
}
a:hover {
	text-decoration: underline;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}
.seamTextEmphasis {
	font-weight: bold;
	font-style: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #a0a0a0;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}

#header a {
	text-decoration: none;
}

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

ul.inline,
ul.inline li {
	display: inline;
}

ul.horizontal,
ul.horizontal li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}
input.button {
  font-size:11px;
  font-weight:normal;
    padding: 0 .5em 0.25em 0 .5em 0.25em;
    width: 0;  /* IE table-cell margin fix */
    overflow: visible;
}
input.button[class] {  /* IE < 7 ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
}
