/**
*** 3HO Utah CSS
**/

html
{
    font: 100% verdana, tahoma, sans-serif;
    color: #444444;
}

body
{
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

a:link
{
    color: #444444;
    text-decoration: underline;
}

a:visited
{
    color: #cccccc;
    text-decoration: underline;
}

a:hover
{
    background-color: #ff9900;
    color: #ffffff;
}

img
{
    border: 0;
}

#container
{
    margin: 5px;
    border: 2px double #aaaaaa;
    min-width: 640px;
}

#header
{
    height: 100px;
    padding: 0;
    border-bottom: 2px solid #ff9900;
    background-color: #3366ff;
    min-width: 580px;
}

#banner_left, #banner_right
{
    display: inline;
}

#banner_right
{
    position: absolute;
    right: 7px;
}

#navbar
{
    text-align: center;
    border-top: 2px solid #aaaaaa;
    border-bottom: 2px solid #aaaaaa;
    color: #444444;
}

#navbar a:link, #navbar a:visited
{
    color: #444444; 
    text-decoration: none;
}

#navbar a:hover
{
    color: #ffffff;
}

#navbar img
{
    padding-left: 4px;
}

#home, #schedule, #events, #links, #contact, #info, #update
{
    /*border-top: 2px solid #ff9900;*/
	min-height:400px;
  	height:auto !important;	/* ie does not support min-height, this gets correct behavior */
  	height:400px;
    background: url("img/utah_circle.png") no-repeat center;
    margin: auto 5px;
    padding: 5px auto 20px auto;
}

#update
{
	margin: auto;
	padding-left: 50px;
	padding-right: 50px;
}

#schedule h3, #events h3, #links h3, #contact h3, #info h3, #update h3
{
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    text-align: center;
    border: 1px solid #ff9900;
    padding: 3px;
}

#home
{
    text-align: center;
}

#home_message
{
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

#yb_quote, #yb_name
{
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    font-style: italic;
}

#footer
{
    padding: 1px 5px 1px 5px;
    border-top: 2px solid #ff9900;
    background-color: #3366ff;
    color: #dddddd;
    font-size: 70%;
    font-style: italic;
}

#footer a:link, #footer a:visited
{
    color: #cccccc;
    text-decoration: none;
}

#foot_info
{
    text-align: right;
}

#schedule table, #schedule td
{
    margin: 5px 0 5px 0;
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
}

#schedule td, #schedule th
{
    padding: 0 4px 0 4px;
}

#schedule tr
{
    cursor: pointer;
}

#schedule th
{
    background-color: #ff9900;
    border-bottom: 2px solid #eaeaea;
    border-right: 1px solid #aaaaaa;
    font-weight: bold;
    color: #eaeaea;
    text-align: left;
}

.sch_table table
{
    width: 100%;
}

.sch_table a:link
{
    text-decoration: none;
    display: block;
}

.sch_table a:visited
{
    text-decoration: none;
    color: #444444;
}

.sch_table a:hover
{
    background-color: #2222bb;
}

.sch_odd
{
    background-color: #dddddd;
}

.sch_odd input
{
	background-color: #eeeeee;
	border: 1px solid black;
}

.sch_even
{
    background-color: #999999;
}

.sch_even input
{
	background-color: #aaaaaa;
	border: 1px solid black;	
}

.sch_hover:hover
{
    color: #ffffff;
    background-color: #2222bb;
}

.sch_hover:hover a
{
    color: #ffffff;
}

div.clearboth
{
    clear: both;
    margin: 0;
    padding: 0;
    display: none;
}

form label, form select, form textarea, form div
{
	display: block;
	float: left;
	width: 300px;
}

form br
{
	clear: both;
}

table
{
	border: 1px solid black;
}

th
{
	color: white;
	background-color: gray;
}

.sch_legend
{
    font-size: 0.8em;
    font-style: italic;
}

#cl_details
{
    padding: 0px 20px 0px 20px;
    text-align: center;
}

.cl_prop
{
    font-weight: bold;
}

.cl_description
{
    font-weight: bold;
}

.cl_update_time
{
    font-style: italic;
    font-size: 0.8em;
    text-align: center;
}

.cl_props_L
{
    float: left;
    width: 50%;
    padding-right: 20px;
    margin-right: 20px;
    text-align: left;
}

.cl_props_R
{
    text-align: left;
}

.cl_desc_box
{
    text-align: left;
}

#contact_msg
{
    padding: 0px 20px 0px 20px;
}

#contact_note
{
    font-size: 0.7em;
    font-style: italic;
}

.contact_email
{
    text-align: center;
}

.event_box
{
    padding: 0px 20px 0px 20px;
}

