/**
Blue Scheme
#1A1AAF - Dark/Title
#5555AF - Softer
#FFAE00 - Full Yellowish
#FFD67F - Lighter yellowish
#FFEABF - Possible background for yellowish area
#FF7F00 - Bright orange if needed
#FFBF7F - Lighter orange
*/

/*
Top level
*/
body {
    width: 760px;
    margin: 0 auto 0 auto;
    background: #FFFFFF;
    color: #333333;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size:15px;
}

input[type="submit"] { 
    color:#333333;
    font-weight: bold;
    background-color:#ECEFF6;
    border:1px solid #D4DAE8;
    cursor: pointer;
}
input[type="submit"]:hover{border: 1px solid #5555AF;}
input[type="button"] { 
    color:#333333;
    font-weight: bold;
    background-color:#ECEFF6;
    border:1px solid #D4DAE8;
    cursor: pointer;
}
input[type="button"]:hover{border: 1px solid #5555AF;}

a { text-decoration: none; color: #5555AF;}
a:hover { text-decoration: underline;}
.link_like_label {color: #5555AF;}
.link_like_label:hover {text-decoration: underline;cursor: pointer;}

.flash_notice { color: #FF7F00; }
.h2 {color: #333333; font-size: 17px; font-weight: bold;}
.underlined_table_row {border-bottom:1px solid #5555AF;}
.spacer{height:15px;}

#mask {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ECEFF6;
    opacity: 0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    border-style: solid;
    border-color: #DDDDDD;
    border-width: 1px;
    display: none;
}
.remove_item_popup { background-color: #D4DAE8 }
.change_password {border: 0px solid white;}

/*
Layout: application.html.erb styles
*/
#not_logged_in_header {
    color: whitesmoke;
    height: 100px;
    width: 100%;
    background-color: #1A1AAF;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
}

#header {
    color: whitesmoke;
    height: 40px;
    background-color: #1A1AAF;
    -moz-border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
}
.small_header{font-weight: bold;}
.header_title {
    padding-top: 8px;
    text-align: left;
    float: left;
    margin-left: 20px;
    margin-right: 0px;
    font-size:  20px;
    text-decoration: none;
    color: whitesmoke;
}
.header_title:hover{text-decoration:none;}

#navigation { text-align: right; margin-right: 20px; padding-top: 12px;}
#navigation a:link, #navigation a:active, #navigation a:visited {color: whitesmoke;}
.remember_me { font-size: 11px; }

.login_input_default { color: #999999; }
.login_input_user {color: #333333; }
/*
Box colours
*/
.borderless_blue_box {
    border: #FFFFFF solid 1px;
    background: #ECEFF6;
    padding: 4px;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
}
.bordered_blue_box {
    border: #D4DAE8 solid 1px;
    background: #ECEFF6;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;    
}
.light_grey_box{
    border: #CCCCCC solid 1px;
    background: #F7F7F7;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
}
.light_grey_box p{
    margin: 15px;
}
.item_in_list_box{
    border: #D4DAE8 solid 1px;
    height:45px;
    -moz-border-radius: 4px 4px;
    -webkit-border-radius: 4px 4px;
}

#top_navigation { text-align: left; }

#main_copy{width: 100%;}
.clear{clear:both; height: 25px;}
#footer{font: 10px arial,helvetica, sans-serif; color: #666666; width:100%; padding: 3px}
.copyright_note{ text-align: left; float: left; margin-right: 0px}
.footer_nav {text-align: right;}

/*
Logged out, main page styles
*/
.login_form {}
.welcome_blurb {}

/*
Item views styles
*/

#tag_search {margin-bottom:15px; }
span.remove_tag { color: #333333; background: #F7F7F7; border: #CCCCCC solid 1px; padding: 4px 6px; margin: 2px; }
span.remove_tag:hover { color: #333333; background: #FFBF7F; border: #FF7F00 solid 1px; cursor: pointer;}
.click_to_remove { margin: 8px; }
#dynamic_tags { margin: 10px }
#tag_box {cursor: default;}

.top_tags{padding:4px 6px; border: 1px solid #D4DAE8; line-height: 35px; font-weight:bold;}
.top_tags:hover{
    color:whitesmoke;
    background-color: #5555AF;
    border: 1px solid #5555AF;
    text-decoration:none;
}

.item_link{font-size:1.2em;font-weight:bold;}
.item_link:hover{text-decoration:underline;}
.item_list { margin-top:3px; text-align:center; width: 100%; border: 0px; border-collapse: collapse;}
.item_row_table {width: 100%; height: 100%; margin: 0px; padding: 0px; border: 0px;}
.item_list th { color:#333333; font-size:12px; font-weight:bold; text-align: left; }
.item_list td { text-align: left; margin:0; padding:1px; color:#555555; font-size:12px; }
.item_list td.item_column { width: 70%; vertical-align:top;}
.item_list td.available_column { text-align: left; width: 10% }
.item_list td.edited_at_column { text-align: left; width: 20% }

.item_title {}
.item_secondary {color: #666666; font-size: 10px;}

#remove_panel {position: absolute;}
#remove_panel_outer {padding: 5px; background-color: #999999;}
#remove_panel_inner {padding: 10px; background-color: WHITE;}

#amazon_results {}
#inline_buttons div { display: inline } 
#inline_buttons form { display: inline } 

.message_user_name {}
.message_time {color: #777777; font-size: 10px;}
.item_message {}

/*
DO NOT WANT styles
*/
.content_block {
    padding: 10px 20px;
    margin-bottom: 10px;
    color: #333333;
    background-color: #ECEFF6;
    border: 1px solid #D4DAE8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*
Edit item styles
*/
.tag_instruction { font-size: 10px; }

/*
Home page styles
*/
.home_page_invite_requests {}
.home_page_sidebar{
    vertical-align:top;
    height: 100%;
    width: 30%;
}
.home_page_content{
    vertical-align:top;
    width:70%;
}
/*
Information page styles
*/
.information_header {font-size: 20px; text-align: left;}
.information_content {}
.question {border-top: 1px solid #CCCCCC; font-weight: bold; margin: 10px 0px 5px 0px}
.answer {padding-bottom: 12px;}
.comment_on_own_item {}
.self_comment {}

/*
Friend page styles
*/
.friend_list {}
.friend_list_title_td { font-weight: bold; border-bottom:1px solid #E2E6EF; }
.friend_list_friend_td { border-bottom:1px solid #E2E6EF; }
.showing_friends { font-weight: bold; }
.showing_friends_active {font-weight: bold; background: #D4DAE8; padding: 2px;}
.waiting_for_invite { font-size: 11px; color: #999999;}

/*
Admin page styles
*/
.contact_box {border: 1px solid #E2E6EF}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
    padding: 2px;
    height: 20px;
}

.pagination ul{
    margin: 0;
    padding: 0;
    text-align: center; /*Set to "right" to right align pagination interface*/
    font-size: 16px;
}

.pagination li{
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
    padding: 0 5px;
    border: 1px solid #5555AF;
    text-decoration: none; 
    color: #5555AF;
}

.pagination a:hover, .pagination a:active{
    border: 1px solid #2b66a5;
    color: #000;
    background-color: #FFFF80;
}

.pagination li.currentpage{
    padding: 0 5px;
    background-color: #2e6ab1;
    color: #FFF !important;
    border: 1px solid #2b66a5;
    font-weight: bold;
    cursor: default;
}

.pagination li.disablepage, .pagination li.disablepage:hover{
    padding: 0 5px;
    cursor: default;
    color: #929292;
    border: 1px solid #929292;
    font-weight: normal;
}

.pagination a.prevnext{
    font-weight: bold;
}

/* begin css tabs
Creative Commons with attribution, taken from
http://unraveled.com/projects/assets/css_tabs/
Joshua Kaufman
Nov. 25, 2008
*/

ul#tabnav { /* general settings */
            text-align: left; /* set to left, right or center */
            margin: 1em 0 1em 0; /* set margins as desired */
            font: bold 11px verdana, arial, sans-serif; /* set font as desired */
            border-bottom: 1px solid #CCCCCC; /* set border COLOR as desired */
            list-style-type: none;
            padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
               display: inline;
}

body#tab1 li.tab1,
body#tab2 li.tab2,
body#tab3 li.tab3,
body#tab4 li.tab4 { /* settings for selected tab */
                    border-bottom: 1px solid #fff; /* set border color to page background color */
                    background-color: #F7F7F7; /* set background color to match above border color */
}

body#tab1 li.tab1 a,
body#tab2 li.tab2 a,
body#tab3 li.tab3 a,
body#tab4 li.tab4 a { /* settings for selected tab link */
                      background-color: #F7F7F7; /* set selected tab background color as desired */
                      color: #333; /* set selected tab link color as desired */
                      position: relative;
                      top: 1px;
                      padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
                 padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
                 border: 1px solid #CCCCCC; /* set border COLOR as desired; usually matches border color specified in #tabnav */
                 background-color: #F7F7F7; /* set unselected tab background color as desired */
                 color: #666; /* set unselected tab link color as desired */
                 margin-right: 0px; /* set additional spacing between tabs as desired */
                 text-decoration: none;
                 border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
                    background: #fff; /* set desired hover color */
}

/* end css tabs */




