/* 
    Document   : style.css
    Created on : Mar 9, 2009, 8:55:17 PM
    Author     : wykthorr
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	background-color:#989898;
	font-family:sans-serif;
	margin:0 0 0 0;
	font-size:17px;
}

.error {
    font-size:10px;
}
#tmp_page{
    background-image: url('../images/background.png');
    background-position:0px 20px;
    float:left;
    width:755px;
    height:540px;
    font-family: Arial,Helvetica,sans-serif;
}
#tmp_top_menubar {
    background-image: url('../images/button_background.png');
    height:19px;
    background-repeat: repeat-x;
}
#tmp_top_menubar a {
    border:1px solid black;
    font-size:10px;
    font-weight:normal;
    line-height:16px;
    padding-left:5px;
    padding-right:5px;
    margin-right:2px;
    display:block;
    float:left;
    text-decoration:none;
}

a {
    color:black;
    font-weight:bold;
    text-decoration:underline;
}

h2{
    font-size:18px;
    font-weight:normal;
    text-decoration:underline;
}
h3{
    margin-bottom:2px;
    margin-top:10px;
    font-size:20px;
}

#tmp_content_area{
   padding-left:22px;
   padding-right: 80px;
}
#tmp_header{
    margin:0px;
    margin-top:20px;
}

#tmp_site_name{
    display:block;
    float:left;

    margin-top:13px;
    font-size:22px;
    background-image: url('../images/header_background.png');

    border:2px solid #727272;
    line-height:80px;
    padding-left:10px;
    padding-right:10px;
    text-decoration:underline;
}

#tmp_header_right{
    
    
    text-align:right;
}

#tmp_page_title {
    font-family: 'Times New Roman',Times,serif;
    font-size: 24px;
    font-weight:normal;
    font-style: italic;
    text-decoration: underline;
    background-image: url(../images/title_background.png);
    line-height: 34px;
    padding-left:5px;
    padding-right:5px;
    display:inline;
}

#tmp_secondary_menu{
    margin-top:30px;
}

#tmp_secondary_menu a{
    background-image:url('../images/secondary_background.png');
    line-height:29px;
    display:block;
    float:right;
    margin-left:5px;
    padding-left:5px;
    padding-right:5px;
    text-decoration:underline;
    font-weight:normal;
}

#tmp_body{
    margin-right:12px;
    padding-top:40px;
    background-image: url(../images/scores.gif);
    background-position: right 3px;
    background-repeat: no-repeat;
    height:350px
}

#tmp_body_inner {
    width:450px;
}
#tmp_body_inner a {
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
}

#tmp_body_inner a:hover {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

.table_spacer {
    width:10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
