/*
a {
    text-decoration:none;
}
    Document   : top_level
    Created on : Jul 21, 2009, 8:36:32 PM
    Author     : Jorge Rivas
    Description: This stylesheet contains all the ids and classes used in the overall design of the webpage
*/


root {
    display: block;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 15px;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	background-color: white;
    padding: 0px;
	margin: 0px;
    text-align: center;
}

a {
    color: black;
    text-decoration:underline;
}

a:hover {
    color:#f13b42;
    text-decoration:underline;
}

#main_content {
    width: 900px;
    height: 500px;
    background-image:url('../images/index_background.jpg');
    background-position:center;
    background-repeat:no-repeat;
    margin: 20px auto 0 auto;
}

p.error {
	font-size:0.9em;
	color:#FF0000;
}

#login_form {
    padding-top: 330px;
    margin: 5px 0 0 28px;
    color: black;
    text-align:left;
}

#login_form th{
    padding: 0 10px;
    font-weight:normal;
    font-size:1.1em;
}

#login_form td{
    padding-right: 20px;
}

#login_form p{
    margin: 10px 0 5px 12px;
    font-size:0.9em;
}

#login_form .button {
    text-align:center;
    margin-left:12px;
}

#new_member {
    color:black;
    margin: 40px 0 0 40px;
    text-align:left;
}

#new_member h1 {
    font-size: 1.3em;
    margin-bottom: 5px;
    font-weight:normal;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-style:italic;
}

#footer {
    position:absolute;
    bottom:0;
    left:0;
    background-color:#dddddd;
    text-align:center;
    font-size: 0.7em;
    font-style:italic;
    color: black;
    padding: 10px;
    overflow:auto;
}