
body {
    padding: 0;
    margin: 0;

    font-family: verdana;
    font-size: 11px;
}

a {
    color: #900;
    text-decoration: none;
}

a:hover {
    color: #fff;
    background: #600;
    text-decoration: underline;
}

#clear_both {
    clear: both;
}

#coloredline {
    border-top: 1px solid #900;
}

#coloredsep {
    border-top: 7px solid #900;
}

#coloredsepselected {
    border-top: 4px solid #300;
}


#page {
    margin: 0 auto 0 auto;
    width: 790px;
}

#header {
    padding: 5px;
    /* background: url("/images/header-bg.png") no-repeat left top; */
    background: #900;
    border-top: 5px solid #fff;
    border-bottom: 1px solid #600;
    color: white;
}


#footer {
    padding: 3px;
    border-top: 1px solid #900;
}

#footer #copyright {
    float: left;
}

#footer #links {
    text-align: right;
}

ul#navigation {
	padding: 0;
	margin: 0;
	border: 0;
	top: 0px;
	left: 0px;
	background: #900;
	height: 23px;
}

ul#navigation li {
	background: #900;
    border-right: 1px solid #600;

	display: block;
	float: left;
}

ul#navigation li.selected {
	background: #300;
    border-right: 1px solid #600;

	display: block;
	float: left;
}


ul#navigation li#spacer {
    width: 10px;
	height: 22px;
}

ul#navigation li#spacer:hover {
    background: #600;
}

ul#navigation li:hover {
    background: #600;
    color: #fff;
}

ul#navigation li a {
	padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
	display: block;
    color: #fff;
    text-decoration: none;
}

ul#navigation li a:hover {
    background: #600;
    color: #fff;
}

#subnav {
    padding: 2px;
    border-bottom: 1px solid #aaa;
}

.textarea {
	width: 340px;
	height: 125px;
	font-size: 12px;
	
}

.textfield_sm {
    font:11px Verdana,Sans-serif;
	width: 100px;
}


.textfield_md {
    font:11px Verdana,Sans-serif;
	width: 150px;
}

.textfield_lg {
    font:11px Verdana,Sans-serif;
	width: 300px;
}

.button {
    font-size: 10px;
    font-family: verdana, arial, sans-serif;
    color: #900;
    background-color:#fff; 
}

.select_md {
    font:11px Verdana,Sans-serif;
	width: 150px;
}

#title {
    border-top : 4px solid #900;
    border-bottom: 1px solid #ccc;
    font: 14px georgia;
    font-weight: bold;
    color: #900;

    padding: 5px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #eee;
}

#subtitle {
    border-top : 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font: 12px georgia;
    color: #900;

    padding: 5px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #eee;
}


#tc_left {
    float : left;
    width: 370px;
}

#tc_middle {
    float : left;
    padding-left: 10px;
    width: 200px;
}

#tc_right {
    float : left;
    padding-left: 10px;
    width: 200px;
}


#tc_bottom {
}



#list {
    padding:0;
    margin:0;
    margin-top: 10px;
    margin-bottom: 10px;
}

#list_padded {
    padding-left:15px;
    margin:0;
    margin-top: 10px;
    margin-bottom: 10px;
}

#listitem {
    margin-left: 15px
}


/*
#listitem:before {
	content: "\00BB \0020";
}
*/


#sp_top {
}

#sp_left {
    float : left;
    width: 300px;
}

#sp_middle {
    float : left;
    padding-left: 10px;
    width: 270px;
}

#sp_right {
    float : left;
    padding-left: 10px;
    width: 200px;
}

#ttc_top {
}

#ttc_left {
    float : left;
    width: 600px;
}

#ttc_middle {
    float : left;
    padding-left: 10px;
    width: 200px;
}

#ttc_right {
    float : left;
    padding-left: 10px;
    width: 180px;
}

#ttc_bottom {
}


#show_logo {
    text-align: center;
}

#cast_note {
    padding-top: 10px;
}


.thumbnail {
    border: 1px solid #cccccc;
    padding: 2px;
    margin: 0 10 15 0;
    background: #fff;
}


.table {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #000;
}

.tableheader td {
    background: #eee;
    font-weight: bold;
    border-bottom: 1px solid black;
}

.tablerowheader {
    font-weight: bold;
    vertical-align: top;
}

.tablefooter td {
    border-top: 1px solid black;
    font-weight: bold;
}

.rowone {

}

.rowtwo {
    background: #eee;
}


#breadcrumb {
    padding: 2px;
    border-bottom: 1px solid #aaa;
}

blockquote {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 10px;
    background: #eee;
}


.small {
    font-size: 9px;
}