body {
    background: #f9f9f9;
		background-image: url(/images/bg.png);
    background-repeat: repeat-x;
    
    margin: 0px 0 0 0;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-align: center;
    color: #333;
}

/* Styles for links */

a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: white; 
    background-color: #cc0000;
}

a:active {
    color: white; 
    background-color: #cc0000;
}

a img {
    border: none;
}


/* Styles for the fsa network, i.e. site bar */

#network {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    font-family: Arial, sans-serif;
    font-size: 11px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 6px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 10px;
}

#network .current a {
    color: #cc0000;
    font-weight: bold;
}

#network .current a:hover {
    background-color: #cc0000;
    color: white;
    font-weight: bold;
}


/* Styles for page containers */

#container {
    text-align: left;
    margin: 0 auto;
    width: 750px; 
    border: 1px solid #E5E5E5;
    padding: 0px;
    background: #ffffff;
}

#container2 {
    height: auto;
}

/* Style for footer */

#footer {
    width: 750px;
    text-align: center;
    font-family: arial;
    font-size: 11px;
    color: #999999;
    line-height: 160%;
    margin: 10px auto;
    margin-top: 10px;

    background-repeat: no-repeat;
    background-position:  center;
    vertical-align: top;
}


/* Style for "You are being referred by ..." */

#refbytext {
    text-align: center;
    font-family: arial;
    font-size: 11px;
    color: #999999;
    line-height: 80%;
}


/* Styles for the Refer Friends page */

#friend_referrals {
    text-align: center;
}

#friend_referrals .box {
    font-family: Arial, sans-serif;
    background: #f9f9f9;
    width: 560px;
    border: solid 1px #DEDEDE; 
    text-align: left;
    padding: 30px;
    margin: 0 auto;
    font-size: 13px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
}

#friend_referrals .box textarea {
    padding: 5px;
    height: 105px;
}

#friend_referrals .box .inner_box {
    padding: 10px;
    background-color: #fff;
    width: 550x;
    border: solid 1px #DEDEDE; 
    background: white;
    text-align: center;
}

/* Styles for tha account page */


#account {
    font-size: 13px;
    text-align: center;
}

#account .current_address {
    font-size: 13px;
    text-align: left;
    width: 300px;
    margin: 20px auto;
}

#account .current_address .top {
    font-size: 13px;    
    clear: both; 
    margin-bottom: 10px;
}

#account .current_address .top .left {
    font-size: 13px;    
    text-align: left; 
    float: left; 
}

#account .current_address .top .right {
    font-size: 13px;    
    text-align: center; 
    float: right;
}

#account .current_address table {
    font-size: 13px;    
    clear: both;
    width: 350px; 
    margin: 20px auto;
}

#account .referrals {
    text-align: center;
    width: 400px; 
    margin: 20px auto;
}

#account h3 {
    font-size: 13px;    
    font-weight: normal;
}

/* Styles for the address table */

.current_address table td { 
    font-size: 13px;
}

.current_address table td.label { 
    width: 150px;
}

/* Styles for the account status page */

#account_status {
    text-align: center;
}

#account_status #referrals_table table {
    text-align: center;
}

#account_status #referrals_table table {
    width: 0px;
}



/* I don't think I deliberately used any of these
   but perhaps I did by accident, I'm not sure,
   since they are very common terms  */

.left { text-align: left; }
.middle { text-align: center; }
.right { text-align: right; }
.status { margin-top: 40px; }


/* I'm not really sure what this does, but it pops up
   alot in the old templates... */

.signupbox {
    width: 200px;

    font-size: 15px;
    margin-top: 0px;
    color: #333;
    padding: 5px;
}

/* These two styles are used on the referrals page */

.reflinkbox {
    width: 550px;
    font-family: arial;
    font-size: 18px;
    margin-top: 0px;
    padding: 5px;
}

.reflinkbox2 {
    width: 550px;
    font-family: arial;
    font-size: 14px;
    margin-top: 0px;
    padding: 5px;

}

/* Used for the members link a the top of the page */

#members {
    margin: 0 auto;
    width: 750px;
    text-align: right;
}


.members {
    font-size: 13px;
    color: #333;
    font-weight:bold;
}

/* Not quite sure, but used in the members box above */

.membersentrance {
    text-align: right;
    margin-right: 30px;
    width: 750px;
}

/* Used in the header.. Not quite sure why it's called "bar" */

#bar {
    border: 1px solid #E5E5E5;
    font-family: arial;
    font-size: 11px;
    text-align: center;
    padding: 0px;
    color: #999999;
    width: 750px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* Used in a lot of the old templates.. Not sure if it's 
   still relevant */

#box {
    font-family: arial;
    font-size: 13px;
    text-align: center;
    color: #999999;
}

/* Ditto .. */

.box {
    font-family: arial;
    font-size: 18px;
    text-align: left;
    color: #000;
    border: 0px solid #e5e5e5;
}

/* Styles for support (tickets) page */

table#tickets {

    
}

table#tickets tr td {
    
    font-size: 13px;
}

/* Not sure how these two styles are used, but they show up in 
   the old templates */

.welcome {
    font-size: 12px;
    color: #333;
    font-weight:normal;
}

.welcome2 {
    font-size: 24px;
    color: #333;
    font-weight:bold;
}

/* The top menu which shows up after logging in */

.themenu {
    font-size: 14px;
    font-weight: bold;   
    color: #cfcccf;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.themenu a {
    margin-left: 15px;
    margin-right: 15px;
}

/* Styles for the notices (green boxes) and errors (red boxes)
   that pop up in certain places */

#flash { 
    margin: 10px;
    font-size: 14px;
}

.notice { 
    width: 730px;
    margin: 0 auto;
    background-color: #eeffee;
    border: 1px solid #bbddbb;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

.error { 
    border: 1px solid red;  
    background-color: #eedddd;
    
    background: #ffeeef;
    border: 1px solid #ddbbbe;

    width: 730px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

/* Used by Rails to show error messages for forms */

#errorExplanation { 
    border: 1px solid red;  
    background-color: #eedddd;
    
    background: #ffeeef;
    border: 1px solid #ddbbbe;    
    
    width: 730px;
    margin: 0 auto;
    padding: 10px;
}

#errorExplanation p {
    text-align: left;
    padding-left: 40px;
}

#errorExplanation ul {
    list-style: none;
    text-align: left;
}

/* Styles for site bar */

#menu { 
    clear: both;
    text-align: center;
    padding: 10px 0;
}

#menu .item { 
    padding: 0 23px 0 23px;
    float: left;
    display: inline;
}

#menu .item .num { 
    float: left;
    font-size: 36px;
    color: #808080;
    padding: 0 5px 0 5px;
}

#menu .item .name { 
    float: left;
    font-size: 20px;
    padding: 10px 0 10px 0;
}

#menu .center {
    width: 640px;
    margin: 0 auto;
}

/* Styles for the front page. Also know as the initial signup form (email and country) */

#signup { 
    font-size: 13px;
    text-align: center;
    clear: both; 
    border-top: 1px solid #e5e5e5;
}

#signup .center {
    width: 550px;
    _width: 600px;
    margin: 0 auto;
}

/* The padding between the fields (email and country) and the rest of the surrounding box */

#signup .field { 
    font-family: Arial, sans-serif;
    float: left;
    margin: 5px 25px;
}

#signup .field .instruction { 
    margin-bottom: 20px;
}

#signup .field .input input, #signup .field .input select { 
    width: 210px;
}

/* The size of the input (email) field */
#signup .field .input input { 
    height: 20px;
    font-size: 16px;
}

/* The size of the select (country) drop down */
#signup .field .input select { 
    height: 28px;
    font-size: 16px;
}

#signup .field .input input, #signup .field .input select { 
    padding: 2px;
}

#signup .submit {
    clear: both;
    display: block;
    margin-bottom: 10px;
}


/* Styles for the complete signup form, with address/city/state, etc */

table#signup.form { 
    font-size: 14px;
    margin: 20px;
}

table#signup.form td {
    text-align: left;
}

table#signup.form td.prompt { 
    text-align: right;
    padding-right: 15px;
}

table#signup.form td.prompt span.sidenote { 
    font-size: 10px;
    color: #808080;
    padding-right: 10px;   
}

table#signup.form td input { 
    width: 200px;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    background: #fff url(/images/fieldbg.gif) repeat-x top;
    padding: 2px;
    text-align: left;
    height: 20px;
    font-size: 16px;
}

table#signup.form td select {
    height: 28px;
    font-size: 16px;
    width: 200px;
}


.submit { 
    text-align: center;
}

#container { 
    clear: both;
}

#container2 { 
    clear: both;
}

/* Styles for user signup div containers */

#user_signup { 
    width: 750px;
    height: auto;
    clear: both;
}

#user_signup .left { 
    float: left;
    width: 420px;
}

#user_signup .right { 
    height: 300px;
    text-align: center;
    padding-top: 40px;
    padding-left: 90px;
    _padding-left: 0px;
}

#user_signup_submit .submit {
    clear: both;
    display: block; 
    margin-bottom: 10px;
}

#user_signup #signup { 
    border: 0px;
}

/* Styles for change address page */

table#address.form { 
    font-size: 14px;
    margin: 20px;
}

table#address.form td {
    text-align: left;
}

table#address.form td.prompt { 
    text-align: right;
    padding-right: 15px;
}

table#address.form td.prompt span.sidenote { 
    font-size: 10px;
    color: #808080;
    padding-right: 10px;   
}

table#address.form td input { 
    width: 200px;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    background: #fff url(/images/fieldbg.gif) repeat-x top;
    padding: 2px;
    text-align: left;
    height: 20px;
    font-size: 16px;
}

table#address.form td select {
    height: 28px;
    font-size: 16px;
    width: 200px;
}


/* Styles for the "more sites" section */

#more_sites { 
    font-size: 13px;
	background-image: url(../images/logo.png);background-repeat: no-repeat;background-position: right bottom;
    clear: both;
    height: 50px; 
    padding: 20px;
}

#more_sites .left {  
	width: 500px;
    float: left;
}

#more_sites .title { 
    color: #7f7f7f;
}

#more_sites .links { 
    padding-top: 10px;
}

#more_sites .links a { 
    margin-right: 10px;
    display: inline;

}

#more_sites .right .logo { 
    float: right;

}

/* Styles for terms and privacy */

#privacy, #terms { 
    margin: 10px;
}


/* Styles for offer page */

#fraud { 
    margin: 30px;
    padding: 30px;
    text-align: left;
    border: solid 1px #DEDEDE;
    background-color: #f9f9f9;
    width: 540px;
}

#items { 
    border: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
}

table#offers td { 
    vertical-align: top;
    border: 0px;
    padding: 0 10px;
    height: 90px;
}

table#offers td.graphic { 
    border-right: 1px solid #e5e5e5;
}

table#offers h3 {
    padding: 0px;
    margin: 0px;
}

table#offers h3 a { 
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

table#offers h3 a:hover { 
    color: black;
    background-color: white;
    text-decoration: underline;    
}

table#offers tr td {
    padding-bottom: 8px;
}

.complete_offer { 
    font-size: 13px;
    color: #888;
    margin: 20px;
}

.offer_description { 
    font-size: 13px;
}

/* Styles for login page */

table#login td.input input {
    width: 200px;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    background: #fff url(/images/fieldbg.gif) repeat-x top;
    padding: 2px;
    text-align: left;
}

table#login td.input input { 
    height: 20px;
    font-size: 16px;
}

/* Styles for the address form */

#change_address .current_address {
    text-align: left; 
    width: 400px; 
    margin: 20px;
}

#change_address .submit {
    clear: both; 
    display: block; 
    margin-bottom: 10px;
    width: 340px;
    text-align: right; 
    padding-right: 285px;
}

/* Styles for change password form */

#change_password {

}

#change_password form {

}

#change_password table {
}

#change_password .submit {
    padding-left: 15px;
    margin-bottom: 10px;
}

table#password {

}

table#password.form { 
    font-size: 14px;
    margin: 20px;
}

table#password.form td {
    text-align: left;
}

table#password.form td.prompt { 
    text-align: right;
    padding-right: 15px;
}

table#password.form td.prompt span.sidenote { 
    font-size: 10px;
    color: #808080;
    padding-right: 10px;   
}

table#password.form td input { 
    width: 200px;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    background: #fff url(/images/fieldbg.gif) repeat-x top;
    padding: 2px;
    text-align: left;
    height: 20px;
    font-size: 16px;
}

table#password.form td select {
    height: 28px;
    font-size: 16px;
    width: 200px;
}

/* This box is used in the faq page */

.entrytext {
    padding: 20px;
}

/* Styles for create ticket form */

#create_ticket .submit {
    width: 240px;
    text-align: left;
    margin-bottom: 10px;
}

table#tickets {
    text-align: center;
}

table#tickets.form { 
    font-size: 14px;
    margin: 20px;
}

table#tickets.form td {
    text-align: left;
}

table#tickets.form td.prompt { 
    text-align: right;
    padding-right: 15px;
}

table#tickets.form td.prompt span.sidenote { 
    font-size: 10px;
    color: #808080;
    padding-right: 10px;   
}

table#tickets.form td input, table#tickets.form td textarea { 
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #ddd;
    background: #fff url(/images/fieldbg.gif) repeat-x top;
    padding: 2px;
    text-align: left;
    font-size: 16px;
}

table#tickets.form td input {
    width: 200px;
    height: 20px;
}

table#tickets.form td textarea {
    width: 300px;
    height: 60px;
}

table#tickets.form td select {
    height: 28px;
    font-size: 16px;
    width: 200px;
}

/* Styles for show ticket */

table#list_tickets {
    width: 600px;
}

table#list_tickets .post .header {
    font-style: italic;
    text-align: left;
}

table#list_tickets .post .body {
    padding-bottom: 20px;
    text-align: left;
}

#show_ticket .submit {
    margin-top: 10px;
    text-align: left;
    width: 230px;
}

/* Styles for account menu */

.account_menu {    
    color: #cfcccf;
}

.account_menu a {
    color: black;
}

.account_menu a:hover {
    color: white;
}