/* Comicmarks stylesheet */

a {
    font-weight: bold;
}

a:link, a:visited {
    text-decoration: underline;
    color: #000;
}

.nav a { text-decoration: none; }

a:hover {
    color: #f00;
}

a img {
    border: 0px;
    text-decoration: none;
}



body { 
    font-family: Tahoma, Arial, helvetica, sans-serif;
    font-size: 12pt;
    color: #75466E;
    background-color: white;
}

.box {
    background-color: #e4aded;
    color: #75466e;
    border: 3px #75466e dashed;
    margin: 5px;
    padding: 5px;
    font-size: 11pt;
}

/* ------ Tables ----- */
table { 
    border: 3px black solid;
    padding: 1px;
}
tr { 
    margin-bottom: 1px;
    border-bottom: 1px #75466e solid;
}
td {
/*    border: 1px #75466e solid; */
    padding: 2px;
}
th {
    border: 2px #75466e solid;
    text-align: center;
    font-weight: bold;
}

th.thin {
	width: 20px;
	text-align: center;
}

caption {
    caption-side: top;
    border-top: 3px solid black;
    border-left: 3px solid black;
    border-right: 3px solid black;
    /* border-bottom is the table itself */
    padding: 3px;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}

.hidden {
    display: none;
}

/* Comics list */
#comics_list .select_box {
	display: none;
}

#comics_list .bookmark {
	display: none;
}

#comics_list .title {
}

#comics_list .bookmark_textbox {
	display: none;
}


/* Form stuff */
label {
	width: 4em;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-right: 1em;
	display: block
}

input, select {
	background-color: #e4aded;
    color: #75466e;	
    border: 3px #75466e solid;
}

input[type="submit"],input[type="reset"] {
	margin-left: 4.5em;
	background-color: #e4aded;
    color: #75466e;
    border: 3px #75466e outset;
}

fieldset {
	border: 0;
}

legend {
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px
}

fieldset p {
	clear: left;
}

.centered { text-align: center; }

ul { list-style: none; }
li { position: relative; left: -10px; }
