a,abbr,acronym,address,blockquote,body,div,caption,code,dd,del,dfn,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,label,legend,li,object,ol,p,pre,q,span,table,tbody,tfoot,thead,td,th,tr,ul{
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    color: #333;
    background: #fff url("http://apps.magicjudges.org/static/side-bg.png") top left repeat-y;
    min-width: 980px;
}

div#content, body > nav {
    line-height: 22px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#header {
    background-color: #333;
    padding: 6px 22px;
}

#content_forum {
    margin-left:200px;
}

#content {
    float: left;
    padding: 22px;
    width: 75%;
}

#content h1 {
    border-bottom: 1px solid #ccc;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    margin: 0 0 11px 0;
}

#content .meta {
    border-color: #ccc;
    border-style: solid;
    border-width: 0 0 1px 0;
    font-family: Georgia, "Georgia ref", serif;
    font-size: 12px;
    font-style: italic;
    height: 21px;
    line-height: 21px;
    margin-bottom: 22px;
}

#content p, #content ol, #content ul {
    margin: 0 0 22px 0;
}

#content ol, #content ul {
    padding: 0 28px;
}

#content ins, #content del {
    text-decoration: none;
}

#content h2 {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin: 44px 0 22px 0;
    margin-collapse: separate;
}

#content .floatimg {
    float: right;
    margin-bottom: 14px;
    margin-left: 14px;
    margin-right: 14px;
}

#content blockquote, #content cite {
    font-style: italic;
}

#content blockquote {
    font-family: Georgia,"Georgia ref","Times New Roman",Times,serif;
}

#content blockquote {
    margin: 22px 28px;
}

#content fieldset {
    margin: 22px 0;
}

#content fieldset {
   clear: left;
}

#content fieldset legend {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    width: 100%;
}

#content form fieldset dl {
    float: left;
    padding-top: 11px;
    width: 48%;
}

#content dl dt {
    margin: 8px 0 0 0;
}

#content .submitrow {
    border-top: 1px solid #ccc;
    margin-top: 22px;
    padding-top: 4px;
    width: 100%;
}

#content .submitrow input {
    margin-right: 20px;
}

#content label {
    cursor: pointer;
}

#content .help_text {
    color: #666;
    font-size: 12px;
}

#content form .error {
    color: #900;
    font-weight: bold;
}

#content form p.error {
    background: #eee url("http://apps.magicjudges.org/static/icon_error.gif") center left no-repeat;
    padding-left: 18px;
}

#content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

#content table th, #content table td {
    padding: 4px;
}

#content table th {
    font-weight: bold;
    text-align: left;
}

#content table tr.odd {
    background-color: #eee;
}

#content form dl ul {
    margin-left: 0;
    padding-left: 0;
}

#content form dl ul li {
    list-style-type: none;
    margin-left: 0;
}

#content table.info {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    width: 350px;
}

#content table.comments {
    border-style:solid;
    border-color:#bbb;
    border-width:1px;

    -moz-border-radius: 20px;
    border-radius: 20px;
}

#content table.comments tr.odd {
    background-color: #eee;
    margin-left:25px;
    border-style:solid;
    border-color:#bbb;
    border-width:1px;

    -moz-border-radius: 20px;
    border-radius: 20px;
}

.comment_date {
    font-size: 0.8em;
    color: #777;
    vertical-align: top;
}

.comment_delete a {
    align: right;
    font-size: 0.8em;
    color: #666;
    text-decoration: none;
}

.comment_delete a:hover{
    text-decoration: underline;
}

/* FILTER COLUMN */

#changelist-filter {
    float:right;
    width: 100px;
    border-style:solid;
    border-color:#bbb;
    border-width:1px;
    right: 0;ddd;
    background: #efefef;
    margin: 0;

    -moz-border-radius: 8px;
    border-radius: 8px;
}

#changelist-filter h2 {
    font-size: 11px;
    padding: 2px 5px;
    border-bottom: 1px solid #ddd;
}

#changelist-filter h3 {
    font-size: 12px;
    margin-bottom: 0;
}

#changelist-filter ul {
    padding-left: 0;
    margin-left: 10px;
}

#changelist-filter li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#changelist-filter a {
    color: #666;
}

#changelist-filter a:hover {
    color: #036;
}

#changelist-filter li.selected {
    border-left: 5px solid #ccc;
    padding-left: 5px;
    margin-left: -10px;
}

#changelist-filter li.selected a {
    color: #5b80b2 !important;
}

/* MODULES */


.module h4, .module caption, .inline-group h4 {
    margin: 0;
    padding: 2px 5px 3px 5px;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    background: #ddd top left repeat-x;
    color: black;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
}

.module{
    position: relative;
    width: 100%;
}

h5 {
    font-size: 12px;
    margin: .8em 0 .3em 0;
    color: #666;
    font-weight: bold;
    background: #eee top left repeat-x;
    padding-left: 5px;
}

div.top_module
{
    position:relative;
    height:100px;
}

div.top_module h4
{
	background-color: #ccc;
	font-size:14px;
	font-weight:bold;
	padding:5px;
}

div.search_module
{
    position:absolute;
    top:0;
    left:0;
    width:50%;
    height:100%;

    background-color:#eee;

	border-color: #aaa;
    border-style: solid;
    border-width: 1px;

	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

div.filter_module
{
    position:absolute;
    top:0;
    right:0;
    width:50%;
    height:100%;

    background-color:#eee;

    border-color: #aaa;
    border-style: solid;
    border-width: 1px;

	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.filter_module_full
{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;

    background-color:#eee;

    border-color: #aaa;
    border-style: solid;
    border-width: 1px;

	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

div.profile_info{
    position:relative;
}

div.profile_table{
    float:left;
}

div.profile_pic{
    float:right;
    text-align: center;
}

div.clearer{
    clear:both;
}

form.avatar_form ul{
    list-style-type: none;
}

th.sortable a {
    text-decoration: none;
    color: black;
}

th.asc {
    background: url("http://apps.magicjudges.org/static/img/arrow_up.png") no-repeat scroll right 0.8em transparent;
}

th.desc {
    background: url("http://apps.magicjudges.org/static/img/arrow_down.png") no-repeat scroll right 0.8em transparent;
}

th.sortable{
    font-weight: bold;
    cursor:pointer;
    background-repeat: no-repeat;
    background-position: center right;
}

th.headerSortUp spann {
    background: url("http://apps.magicjudges.org/static/img/arrow_down.png") right center no-repeat;
    padding-right: 15px;
}

th.headerSortDown spann {
    background: url("http://apps.magicjudges.org/static/img/arrow_up.png") right center no-repeat;
    padding-right: 15px;
}

button.css3button {
    text-decoration: none;
    cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #050505;
	padding: 3px 12px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}

div.postmsg ul, div.postmsg li {
    margin: 10px;
}
div.postmsg ul li {
    margin-left: 18px;
    list-style-type: circle;
}
div.postmsg ol li {
    margin-left: 18px;
    list-style-type: decimal;
}

.goog-te-banner-frame.skiptranslate {display: none !important;}
body { top: 0px !important; }

.no-underline {
    display: inline-block;
    text-decoration: none;
}

.clearfix {
    clear: both;
}
