* 
{
    padding:0;
    margin:0;
}

img
{
    border:none;
}

a
{
    border:none;
}

.bolden
{
    font-weight:bold;
}

.normal
{
    font-weight:normal;
}

.iconic
{
    border:none;
    width:16px;
    height:16px;
}


h1
{
    padding:0;
    margin:0;
    margin-bottom:3pt;
    font-size:120%;
    font-weight:bold;
}
h2
{
    padding:0;
    margin:0;
    font-size:110%;
    font-weight:bold;
}
h3
{
    font-size:100%;
    font-weight:bold;
    margin-bottom:4pt;
    margin-top:4pt;
}
h4
{
    font-size:90%;
    font-weight:bold;
    margin-bottom:4pt;
    margin-top:4pt;
    color:#333;
}
hr
{
        margin-top:10px;
	padding-top:10px;
	margin-bottom:10px;
	border-style:none;
	border-top:none;
        height:1px;
	border-bottom:1px solid #999;
        display:block;
        clear:both;
}


form p
{
    margin-top:4pt;
    margin-bottom:4pt;
}

p
{
    margin-top:6pt;
    margin-bottom:6pt;
}



.normal
{
    font-size:100%;
}
.medium
{
    font-size:90%;
}
.small
{
    font-size:80%;
}
.smallest
{
    font-size:70%;
}


.submit_btn
{
    border:none;
    padding:0;
    margin:0;
    top:50%;
}

.clear_both
{
    clear:both;
}

.border_top
{
    border-top: solid 1px #45547e;
}

.submit_area
{
}
.submit_area a
{
    padding:0;
    margin:0;
}

.error_text
{
    color:red;
    font-size:90%;
    font-weight:bold;
}


.danger
{
    color:#c00;
    font-weight:bold;
}

.float_left
{
    float:left;
}
.float_right
{
    float:right;
}
.float_none
{
    float: none;
}

.left_half
{
    float:left;
    width:48%;
}

.right_half
{
    float:right;
    width:48%;
}

.right_aligned
{
    text-align:right;
}
.left_aligned
{
    text-align:left;
}
.center_aligned
{
    text-align:center;
}

.invisible
{
    display:none;
}
.white
{
    color:white;
}
.white_background
{
    background-color:white;
}
.gray
{
    color:#666;
}
.green
{
    color:green;
}
.red
{
    color:red;
}
.link_color
{
    color:#003063;
}
.blue
{
    color:blue;
}
.yellow
{
    color:yellow;
}
.orange
{
    color:orange;
}
.warning
{
    color:#ecb052;
    font-weight:bold;
}
.caution
{
    color:#881100;
    font-weight:bold;
}
.message
{
    color:green;
    font-weight:bold;
    padding:2pt;
}

.shade
{
    background-color: #EBEFF3;
}

.simple_link
{
    border:none;
    background-color:inherit;
    
}

.simple_link
{
    text-decoration:underline;
}

.simple_button
{
    padding:0;
    margin:0;
    border:none;
    background-color:#ebeff3;
    text-decoration:underline;
    color: #45547e;
    cursor:pointer;
    border:1px solid  #45547e;
}

.max_width
{
    width:99.5%;
}

.almost_max_wide
{
    width:95%;
}

.half_width
{
    width:49.5%;
}

.error
{
    color:red;
    font-weight:bold;
}
    
.one_icon_wide
{
   width:20pt;
}

.one_character_wide
{
    width:15pt;
}

.one_word_wide
{
    width:30pt;
}

.date_wide
{
    width:70pt;
}


button,
input[type="file"],
input[type="button"],
input[type="submit"]
{
  padding:2px;
  padding-right:3px;
  padding-left:3px;
  margin-right:2px;
}






.validation_mark 
{
    color:red;
    font-weight:bold;
    font-size:110%;
}

.validation_summary
{
    color:red;
    font-weight:bold;
}


.xsmall_input
{
    width:40pt;
}

.small_input
{
    width:70pt;
}

.min_med_input
{
    min-width:130pt;
}
.med_input
{
    width:130pt;
}

.min_large_input
{
    min-width:200pt;
}
.large_input
{
    width:200pt;
}

.xlarge_input
{
    width:220pt;
}

.max_input
{
    width:100%;
}

.large_text_area
{
    width:220pt;
    height:5em;
}

.x_large_text_area
{
    width:260pt;
    height:5em;
}
.max_text_area
{
    height:5em;
    display:block;
    width:99%;
}

.journal_text_area
{
    border:1px solid #bbb;
    height:50pt;
    display:block;
    margin-left:1%;
    width:100%;
}

#journal_entry .submit_area
{
    padding:0;
    margin:0;
    padding-top:5px;
    text-align:center;
}

#journal_entry .submit_area img
{
    padding-top:4px;
}

#journal_entry ul
{
    width:95%;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}

#journal_entry ul li
{
    padding-bottom:2pt;
    list-style:none;
}


#journal_entry label
{
    font-size:100%;
    color:#45547e;
    font-weight:bold;
    width:25%;
    text-align:right;
    margin-right:5pt;
}

#journal_entry
{
    margin-left:7%;
    margin-right:7%;
    padding:5pt;
}
 


.info_box
{
    width:100%;
    margin-bottom:15pt;
}

.info_box hr
{
    border-bottom:1px dashed #45547e;
    margin-bottom:2pt;
}

.info_box h1
{  
    border-bottom:1px solid #45547e;
    font-size:90%;
    margin-bottom:6pt;
}

.info_box h2
{
    font-size:100%;
}

.info_box a
{
    color: #360;
    font-weight:bold;
    padding-left:5pt;
    font-size:90%;
}

.info_box ul
{
    width:60%;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}

.info_box ul li
{
    padding-top:2pt;
    padding-bottom:3pt;
    list-style:none;
}


.info_box label
{
    font-size:100%;
    color:#45547e;
    font-weight:normal;
    width:25%;
    text-align:right;
    margin-right:5pt;
}






/* AUTO-COMPLETE */
.auto_complete
{
    width:300pt;
    background: #fff;
    color:#45547e;
}

.auto_complete ul
{
    border:solid 1px black;
    margin:0;
    padding:0;
    width:100%;
    list-style-type:none;
}

.auto_complete ul li
{
    margin:0px;
    padding:3px;
}

.auto_complete ul li.selected
{
    background-color: #EBEFF3;
}

.auto_complete ul strong.highlight
{
    margin:0;
    padding:0;
}

.indent 
{
    padding-left:5pt;
}
.large_indent
{
    padding-left:10pt;
}

.centered
{
    margin-left:auto;
    margin-right:auto;
}


/* Blue Bubble */

.blue_roundbox_bl
{
    margin:0;
    padding-left:0;
    background-image: url(/images/corners/blue/bl.png);
    background-repeat: no-repeat;
    background-position:bottom left;
}

.blue_roundbox_br
{
    margin:0;
    background-image: url(/images/corners/blue/br.png);
    background-repeat: no-repeat;
    background-position:bottom right;
}
.blue_roundbox_tl
{
    margin:0;
    background-image: url(/images/corners/blue/tl.png);
    background-repeat: no-repeat;
    background-position:top left;
}

.blue_roundbox_tr
{
    margin:0;
    background-image: url(/images/corners/blue/tr.png);
    background-repeat: no-repeat;
    background-position:top right;
}

.blue_roundbox_contents,
.red_roundbox_contents
{
   padding:20px;
   padding-left:30px;
   padding-right:30px;
}



.red_roundbox_bl
{
    margin:0;
    padding-left:0;
    background-image: url(/images/corners/red/bl.png);
    background-repeat: no-repeat;
    background-position:bottom left;
}

.red_roundbox_br
{
    margin:0;
    background-image: url(/images/corners/red/br.png);
    background-repeat: no-repeat;
    background-position:bottom right;
}
.red_roundbox_tl
{
    margin:0;
    background-image: url(/images/corners/red/tl.png);
    background-repeat: no-repeat;
    background-position:top left;
}

.red_roundbox_tr
{
    margin:0;
    padding-right: 10px;
    background-image: url(/images/corners/red/tr.png);
    background-repeat: no-repeat;
    background-position:top right;
}


/* Rounded Corners */ 
.small_blue_t {background: url(/images/corners/small_blue/t.png) 0 0 repeat-x;}
.small_blue_b {background: url(/images/corners/small_blue/b.png) 0 100% repeat-x}
.small_blue_l {background: url(/images/corners/small_blue/l.png) 0 0 repeat-y}
.small_blue_r {background: url(/images/corners/small_blue/r.png) 100% 0 repeat-y}
.small_blue_bl {background: url(/images/corners/small_blue/bl.png) 0 100% no-repeat}
.small_blue_br {background: url(/images/corners/small_blue/br.png) 100% 100% no-repeat}
.small_blue_tl {background: url(/images/corners/small_blue/tl.png) 0 0 no-repeat}
.small_blue_tr {background: url(/images/corners/small_blue/tr.png) 100% 0 no-repeat; padding:8px}



#journal_display
{
    list-style:none;
    width:100%;
}

#journal_display label
{
    font-size:95%;
    color:#45547e;
    display:block;
    text-align:left;
    font-weight:bold;
}

#journal_display p
{
    padding-left:10pt;
    padding-right:10pt;
    font-size:100%;
    color:#333;
}

#journal_display a
{
    color:#c00;
    text-decoration:none;
    font-size:80%;
}

#journal_display a:hover
{
    text-decoration:underline;
}



.mini_controls
{
    font-size:90%;
}
.mini_controls a
{
    font-weight:normal;
}


/*----------------- Main Pigeon Table ----------------------*/
.main_pigeon_table
{
	width:99.5%;
        font-size:90%;
}

.main_pigeon_table th
{
	line-height:1.75em;
	text-align:left;
	font-weight:bold;
        border:none;
	border-bottom:1px solid #666;
        padding:.20em;
}
.main_pigeon_table td
{
    border:none;
    padding:.20em;
    text-align:left;
}
.main_pigeon_table td.data
{
	line-height:1.75em;
	border-bottom:1px solid #ddd;
        vertical-align:middle;
        
}
.main_pigeon_table tr.header
{
    background-color:white;
    cursor:default;
}
.main_pigeon_table tr.header:hover
{
    background-color:white;
    cursor:default;
}
.main_pigeon_table tr
{
	background-color:White;
        cursor: pointer;
}
.main_pigeon_table tr:hover
{
	background-color:#eee;
}
























.show_pigeon_table,
.show_race_table
{
    width:100%;
}
.profile_table td,
.show_pigeon_table td,
.show_race_table td
{
    vertical-align:top;
    padding:.2em;
    border:none;
}

.show_pigeon_table #rating
{
    margin-left:auto;
    margin-right:auto;
    width:85px;
    text-align:left;
}

.profile_table,
.new_pigeon_table,
.new_team_table,
.new_egg_table,
.new_racerecord_table,
.new_pair_table,
.new_race_table
{
    width:100%;
}

.profile_table td, 
.show_pigeon_table td,
.show_race_table td,
.new_team_table td,
.new_egg_table td,
.new_racerecord_table td, 
.new_pigeon_table td,
.new_race_table td,
.new_pair_table td
{
    vertical-align:top;
    padding:.20em;
    border:none;
}

.new_pair_table .max_text_area
{
    width:100%;
    height:100px;
}

.show_gallery_table td .content,
.show_group_table td .content,
.show_season_table td .content,
.profile_table td .content, 
.show_pigeon_table td .content,
.show_race_table td .content,
.new_racerecord_table .content,
.new_team_table td .content,
.new_egg_table td.content,
.new_pigeon_table td .content,
.new_race_table td .content,
.new_pair_table td .content
{
    padding-left:6pt;
    padding-right:6pt;

}


.content
{
    padding-left:6pt;
    padding-right:6pt;
}


.show_pigeon_table h1,
.show_race_table h1,
{
    padding-top:0;
    margin-top:0;
    padding:2pt;
    font-size:120%;
    border-bottom:1px solid #bbb;
}

.show_pigeon_table .show_header a,
.show_race_table .show_header a
{
    font-size:90%;
    width:auto;
    text-align:right;
    position:absolute;
    right:4pt;
    font-weight:normal;
}

.show_pigeon_table .show_header a.locked_header
{
    font-size:90%;
    width:auto;
    text-align:right;
    font-weight:bold;
    position:inherit;
}

.show_pigeon_table .segment_header a,
.show_race_table .segment_header a
{
    width:auto;
    text-align:right;
    position:absolute;
    right:4pt;
    font-weight:normal;
}

.show_pigeon_table .show_header,
.show_race_table .show_header
{
    position:relative;
    font-size:100%;
    font-weight:bold;
    line-height:1.75em;
    padding-top:0;
    margin-top:0;
    margin-bottom:2pt;
    padding:2pt;
    border-bottom:1px solid #bbb;
}

.show_pigeon_table .segment_header,
.show_race_table .segment_header
{
    font-weight:bold;
    position:relative;
    clear:both;
    margin-bottom:2pt;
    padding-top:0;
    margin-top:0;
    padding:4pt;
    font-size:90%;
    border-bottom:1px solid #bbb;
}
.profile_table h1,
.new_pigeon_table h1,
.new_team_table h1,
.new_egg_table h1,
.new_racerecord_table h1,
.new_pair_table h1
{
    padding-top:0;
    margin-top:0;
    padding:4pt;
    font-size:90%;
    border-bottom:1px solid #bbb;
}

.new_pigeon_table td
{
    vertical-align:top;
}

.synopsis_table
{
    width:99.5%;
    border:1px solid #bbb;
}
.info_table
{
    width:100%;
}
.info_table .header
{
    font-weight:bold;
    background-color:#EFEFEF;
    border:1px solid #ccc;
}
.info_table h3
{
  color:#666;
  font-size:90%;
}

.info_table .empty_info
{
    font-size:90%;
    color:#999;
}

.info_table .label
{
    text-align:right;
    width:75px;
    padding-right:3px;
    font-size:90%;
    color:#999;
}

.info_table .wide_label
{
    text-align:right;
    width:130px;
    padding-right:3px;
    font-size:90%;
    color:#999;
}
.info_table th
{
    border:none;
    line-height:1.75em;
    padding-left:2pt;
    padding-right:2pt;
    
}
.synopsis_table td
{
    padding:4pt;
    background-color:white;
    padding:.20em;
}
.info_table td
{
    border:none;
    padding:.20em;
}
.info_table tr
{
    line-height:1.50em;
}

.x_small_font
{
    font-size:80%;
}
.xx_small_font
{
  font-size:70%;
}
.small_font
{
    font-size:90%;
}
.normal_font
{
    font-size:100%;
}
.large_font
{
    font-size:120%;
}
.x_large_font
{
    font-size:140%;
}
.normal_weight
{
  font-weight:normal;
}


img.thumb
{
    margin-right:2pt;
    margin-bottom:2pt;
    background-color:white;
    border-radius:5px;
    margin:4px;
}
img.big_thumb
{
    margin-right:2pt;
    margin-bottom:2pt;
    background-color:white;
    padding:2pt;
    height:200px;
    border:1px solid #bbb;
}

.pigeon_images
{
    clear:both;
    margin-top:4pt;
    margin-bottom:4pt;
}


/* thumbnail */
.pictures
{
}
.thumbnail
{
    display:inline;
}
.thumbnail img
{
    background-color:white;
    margin:4px;
    border-radius:5px;
}
.edit_thumbnail
{
    width:99.5%;
    background-color:#EFEFEF;
    margin:2pt;
}
.edit_thumbnail img
{
    background-color:white;
    border:1px solid #bbb;
    padding:2pt;
    
}

.edit_pictures_table
{
    width:98%;
    margin-left:1%;
}

.edit_pictures_table td
{
    border:1px solid #bbb;
}

.edit_pictures_table td.image_cell
{
    vertical-align: top;
    text-align:center;
    width:200px;
    background-color:#EFEFEF;
}

.edit_picture
{
    background-color:#EFEFEF;
}
.edit_pictures_table td.image_cell img
{
    border:1px solid #bbb;
    padding:2px;
    background-color:white;
    margin:5px;
    width:100px;
}
.edit_pictures_table td.options_cell
{
    background-color:#EFEFEF;
    text-align:center;
    vertical-align:top;
    padding-top:4pt;
    line-height:1.5em;
}

.edit_pictures_table .caption .text_area_input
{
    border:1px solid #bbb;
    width:99.5%;
    display:block;
    height:60pt;
    padding:2pt;
    margin-bottom:2pt;
    font-family:Arial, Sans-Serif;
    font-size:100%;
}

.edit_pictures_table .caption
{
    text-align:left;
    width:98%;
    margin-left:auto;
    margin-right:auto;
    line-height:1.5em;
}


.descriptor
{
    cursor:pointer;
    margin:5px;
    padding:4px;
    border:1px solid #bbb;
    border-radius:8px;
    background-color:#efefef;
    
}

.descriptor_table
{
    
    background-color:#efefef;
    margin:0px;
}

.descriptor_table td,
.descriptor_table th
{
    padding:.2em;
    border:none;
}


.descriptor_table .image
{
    width:120px;
    text-align:center;
    vertical-align:middle;
    padding-right:5px;
}

.descriptor_table .image img
{
    height:50px;
    margin:4px;
    background-color:white;
    border-radius:5px;
}

.descriptor_table .description
{
    text-align:left;
    padding:5px;
    font-size:90%;
    width:100%;
}

.descriptor_table .description h1
{
    font-size:110%;
    font-weight:bold;
    border:none;
    padding:0;
    margin:0;
}


.buttons
{
    float:left;
}

.buttons form
{
    float:left;
    margin-right:2pt;
}

.buttons button
{
    float:left;
    margin-right:2pt;
}





.confirm
{
    text-align:center;
    border:2px solid #ee0000;
    padding:10pt;
    background-color:white;
}

.confirm .buttons
{
    margin-top:10pt;
    text-align:center;
    display:block;
    float:none;
}

.confirm .buttons button
{
    float:none;
}
.confirm .buttons form
{
    float:none;
}

#gender_warning
{
    padding:5pt;
    background-color:#EFEFEF;
    margin:5pt;
    border:1px dashed #bbb;
    color:#990000;
}
#gender_warning a
{
    color:#990000;
}

#edit_parents 
{
}
#edit_groups h4,
#edit_parents h4, 
#edit_images h4,
#edit_comments h4,
#edit_videos h4
{
    padding-top:0;
    margin-top:0;
    padding:4pt;
    font-size:90%;
    border-bottom:1px solid #bbb;
}

#edit_groups .teams_table tr
{
    cursor:default;
}
#edit_groups .add_to_group
{
    border-top:1px dotted #bbb;
    margin:10px;
    padding:10px;
    
}

#add_comment .comment_area
{
    display:block;
    height:4em;
    width:99%;
    margin-bottom:3pt;
}

#filter,
#order
{
    font-size:90%;
    padding:4pt;
    margin-bottom:5pt;
    line-height:2em;
}

#filter form
{
    display:inline;
    margin:0;padding:0;
}

#filter img
{
    margin-right:7pt;
    padding-right:4pt;
}

#pigeons_commands
{
    margin-bottom:5pt;
}

td.pigeons_table_image
{
    width:65px;
    text-align:left;
}



#compact_pigeons
{
    display:block;
    margin-bottom:6pt;
    float:left;
    margin-top:4pt;
    background-color:yellow;
}


#pigeons_compact, 

{
    clear:both;
    float:left;
}

#pigeons_compact ul
{
    display:inline;
}

#pigeons_compact li
{
    list-style:none;
    display:inline;
    text-align:center;
    float:left;
    height:120px;
    width:120px;
    font-size:80%;
    padding-top:5px;
    margin:3pt;
    margin-bottom:5pt;
}

#pigeons_compact img
{
    height:50px;
    margin:4px;
    background-color:white;
    border-radius:5px;    
}

#pigeons_compact .info
{
    text-align:center;
}

/**/


.pigeons_compact
{
    clear:both;
    float:left;
}

.pigeons_compact ul
{
    display:inline;
}

.pigeons_compact li
{
    list-style:none;
    display:inline;
    text-align:center;
    float:left;
    height:120px;
    width:120px;
    font-size:80%;
    padding-top:5px;
    margin:3pt;
    margin-bottom:5pt;
}

.pigeons_compact img
{
    height:50px;
    margin:4px;
    background-color:white;
    border-radius:5px;
}
.pigeons_compact .info
{
    text-align:center;
}

/**/

#password h2
{
   padding-top:0;
    margin-top:0;
    padding:4pt;
    font-size:90%;
    border-bottom:1px solid #bbb;   
}

#all_pigeons
{
    clear:both;
}


.loft_thumb
{
    margin:5pt;
    background-color:white;
    padding:2pt;
    border:1px solid #bbb;
    height:120px;
}

.banner_image_thumb
{
    margin:3pt;
    background-color:white;
    padding:2pt;
    border:1px solid #bbb;
    height:30px;
    width:500px;
}

.simple_pedigree
{
    text-align:center;
}
.simple_pedigree td,
.simple_pedigree th
{
    padding:0;
    border:none;
}

.simple_pedigree
{
    text-align:left;
}

.pedigree_owner_container
{
    text-align:center;
}

.pedigree_owner
{
    margin:7px;
    line-height:1em;
}

.pedigree_owner h2
{
    font-size:110%;
    font-weight:bold;
}

.pedigree_owner h3
{
    font-weight:normal;
}


#wide_pedigree .synopsis
{
    text-align:center;
    font-size:8pt;
    margin:2px;
    cursor:pointer;
}
#wide_pedigree .synopsis .thumb
{
    height:70px;
    padding:0;
    margin:1px;
    padding:1px;
    
    border:1px solid #bbb;
}

#wide_pedigree .synopsis_container
{
    background-color:white;
}


#wide_pedigree .pedigree_main_container
{
    cursor:pointer;
}

#wide_pedigree .pedigree_main
{
    font-size:10pt;
    cursor:pointer;
}
#wide_pedigree .pedigree_main .thumb
{
    height:170px;
    margin:10px;
    padding:3px;
    border:1px solid #7989b5;
}


.pigeons_table_image img
{
    padding:0;
    margin:0;
    max-height:35px;
    max-width:35px;
    margin:4px;
    background-color:white;
    border-radius:5px;
}



.selectable_pigeon_table
{
    background-color:white;
    margin-left:3pt;
    margin-right:3pt;
    margin-top:5pt;
}

.selectable_pigeon_table th,
.selectable_pigeon_table td
{
    border:none;
    padding:.2em;
    line-height:1.76em;    
}

.selectable_item
{
    
}

.selectable_item img
{
    width:45px;
}

.small_loading
{
    margin:4pt;
    text-align:center;
}


.loading
{
    background-image: url('/images/animations/small_loader.gif');
    background-repeat: no-repeat;
    background-position:center center;
}


.loading_bar
{
    background-image: url('/images/animations/bar_loader.gif');
    background-repeat: no-repeat;
    background-position:left top;
}

#dam_dialog #hens_available,
#sire_dialog #cocks_available
{
    margin-top:5pt;
    overflow:auto;
    background-color: white;
    height:28em;
    border: 1px solid #bbb;
   
}

.selected_cock_thumb,
.selected_hen_thumb
{
    height:40px;
    margin:4px;
    padding:3px;
    border:1px solid #bbb;
    float:left;
    background-color:white;
}

#selected_mother_info,
#selected_father_info
{
    float:left;
    line-height:60px;
    padding:4pt;
}

#selected_mother,
#selected_father
{
    clear:both;
    border: 1px dotted #bbb;
    height:66px;
    margin:3px;
}



#first_time
{
    text-align:left;
    border: 2px dotted #bbb;
    width:650px;
    margin-left:auto;
    margin-right:auto;
    padding:10pt;
}

#first_time p
{
    margin-top:5pt;
    margin-bottom:15px;
}

#first_time h1
{
    color:#881100;
    font-size:140%;
}

#first_time img
{
    margin:4pt;
}



#pigeons_title
{
    clear:both;
    float:left;
    width:100%;
}

#pigeons_title h1
{
    padding:0;
    margin:0;
    display:block;
    float:left;
    font-size:120%;
    line-height:2em;
}

#search
{
    padding:0;
    margin:0;
    font-size:90%;
    padding-top:10px;
    padding-left:5px;
    padding-bottom:45px;
    text-align: left;
   
}
#search label
{
    font-weight:bold;
    display:block;
    margin-bottom:3pt;
}



.team_selection_table
{
    width:100%;
}

.team_selection_table tr,
.team_selection_table td
{
    padding: .2em;
    border:none;
}

.team_selection_table #team_from,
.team_selection_table #team_to
{
    border:1px solid #bbb;
    height:500px;
    overflow:auto;
    padding:4pt;
}

.team_selection_table .instructions
{
    line-height:2em;
    height:2.25em;
    margin:2px;
}

.team_selection_table .instructions form
{
    display:inline;
}


/************* main_pairs_table ************/
.main_pairs_table
{
    width:100%;
}
.main_pairs_table td,
.main_pairs_table th
{
    border:none;
    padding:.2em;
}

.main_pairs_table th
{
    line-height:1.75em;
    text-align:left;
    font-weight:bold;
    border:none;
    border-bottom:1px solid #666;
    padding:.20em;
    font-size:90%;
}



.main_pairs_table tr
{
    background-color:White;
    cursor: pointer;
}

.main_pairs_table tr:hover
{
    background-color:#eee;
}

.main_pairs_table th
{
    background-color:white;
    cursor:default;
    font-size:10px;
}
.main_pairs_table th:hover
{
    background-color:white;
    cursor:default;
}
.main_pairs_table td
{
    border-bottom:1px solid #ddd;
    vertical-align:top;
    font-size:9px;
    
}

/************* main_teams_table ************/
.main_teams_table
{
    width:100%;
}
.main_teams_table td,
.main_teams_table th
{
    border:none;
    padding:.2em;
}

.main_teams_table th
{
    line-height:1.75em;
    text-align:left;
    font-weight:bold;
    border:none;
    border-bottom:1px solid #666;
    padding:.20em;
    font-size:90%;
}



.main_teams_table tr
{
    background-color:White;
    cursor: pointer;
}

.main_teams_table tr:hover
{
    background-color:#eee;
}

.main_teams_table th
{
    background-color:white;
    cursor:default;
}
.main_teams_table th:hover
{
    background-color:white;
    cursor:default;
}
.main_teams_table td
{
    line-height:1.75em;
    border-bottom:1px solid #ddd;
    vertical-align:middle;
    
}
/************* teams_table *****************/
.teams_table
{
    width:100%;
}
.teams_table td,
.teams_table th
{
    border:none;
    padding:.2em;
}

.teams_table th
{
    color:#888;
    font-size:90%;
    line-height:1.75em;
    text-align:left;
    font-weight:normal;
    border:none;
    border-bottom:1px dotted #bbb;
    padding:.2em;
    background-color:white;
    cursor:default;
}



.teams_table tr
{
    background-color:White;
    cursor: pointer;
}

.teams_table tr:hover
{
    background-color:#eee;
}

.teams_table th
{
    background-color:white;
    cursor:default;
}
.teams_table th:hover
{
    background-color:white;
    cursor:default;
}
.teams_table td
{
    line-height:1.75em;
    border-bottom:1px solid #ddd;
    vertical-align:top;
    font-size:90%;
    
}




/*----------------- Show Group Table ----------------------*/

.show_group_table
{
    width:100%;
}
.show_group_table td,
.show_group_table th
{
    border:none;
    padding:.2em;
}

.show_group_table .show_header a
{
    font-size:90%;
    width:auto;
    text-align:right;
    position:absolute;
    right:4pt;
    font-weight:normal;
}
.show_group_table .segment_header a
{
    width:auto;
    text-align:right;
    position:absolute;
    right:4pt;
    font-weight:normal;
}

.show_group_table .show_header
{
    position:relative;
    font-size:100%;
    font-weight:bold;
    line-height:1.75em;
    padding-top:0;
    margin-top:0;
    margin-bottom:2pt;
    padding:2pt;
    border-bottom:1px solid #bbb;
}

.show_group_table .segment_header
{
    font-weight:bold;
    position:relative;
    clear:both;
    margin-bottom:2pt;
    padding-top:0;
    margin-top:0;
    padding:4pt;
    font-size:90%;
    border-bottom:1px solid #bbb;
}




/*----------------- Show Season Table ----------------------*/

.show_season_table
{
    width:100%;
}
.show_season_table td,
.show_season_table th
{
    border:none;
    padding:.2em;
}

.show_season_table .show_header a
{
    font-size:90%;
    width:auto;
    text-align:right;
    position:absolute;
    right:4pt;
    font-weight:normal;
}
.show_season_table .segment_header a
{
    width:auto;
    text-align:right;
    position:absolute;
    right:4pt;
    font-weight:normal;
}

.show_season_table .show_header
{
    position:relative;
    font-size:100%;
    font-weight:bold;
    line-height:1.75em;
    padding-top:0;
    margin-top:0;
    margin-bottom:2pt;
    padding:2pt;
    border-bottom:1px solid #bbb;
}

.show_season_table .segment_header
{
    font-weight:bold;
    position:relative;
    clear:both;
    margin-bottom:2pt;
    padding-top:0;
    margin-top:0;
    padding:4pt;
    font-size:90%;
    border-bottom:1px solid #bbb;
}








/*----------------- Show Gallery Table ----------------------*/

.show_gallery_table
{
    width:100%;
}
.show_gallery_table td,
.show_gallery_table th
{
    border:none;
    padding:.2em;
}

.show_gallery_table .show_header a
{
    font-size:90%;
    width:auto;
    text-align:right;
    position:absolute;
    right:4pt;
    font-weight:normal;
}
.show_gallery_table .segment_header a
{
    width:auto;
    text-align:right;
    position:absolute;
    right:4pt;
    font-weight:normal;
}

.show_gallery_table .show_header
{
    position:relative;
    font-size:100%;
    font-weight:bold;
    line-height:1.75em;
    padding-top:0;
    margin-top:0;
    margin-bottom:2pt;
    padding:2pt;
    border-bottom:1px solid #bbb;
}

.show_gallery_table .segment_header
{
    font-weight:bold;
    position:relative;
    clear:both;
    margin-bottom:2pt;
    padding-top:0;
    margin-top:0;
    padding:4pt;
    font-size:90%;
    border-bottom:1px solid #bbb;
}


#add_gallery_image
{
  margin:7px;
  border:1px solid #bbb;
  background-color:#efefef;
  padding:10px;
}


.gallery_blocks
{
  clear:both;
  width:100%;
  float:left;
}

.gallery_blocks .gallery_img
{
  height:120px;
  width:120px;
  float:left;
  margin:5px;
  vertical-align:middle;
  text-align:center;
  padding:5px;
}
.gallery_blocks .gallery_img p
{
  font-size:10px;
  margin:0px;
  padding:0px;
  margin-top:4px;
}

.gallery_blocks .gallery_img a
{
  font-size:10px;
}

.gallery_blocks .gallery_img img
{
  max-height:90px;
  max-width:90px;
  border-radius:5px;
  border:1px solid #efefef;
}


/*-----------------Pairs Table ----------------------------*/
.pairs_table
{
    width:100%;
}
.pairs_table td,
.pairs_table th
{
    padding:.2em;
}

.pairs_table th
{
    color:#888;
    font-size:90%;
    line-height:1.75em;
    text-align:left;
    font-weight:normal;
    border:none;
    border-bottom:1px dotted #bbb;
    padding:.2em;
    background-color:white;
    cursor:default;
}



.pairs_table tr
{
    background-color:White;
    cursor: pointer;
}

.pairs_table tr:hover
{
    background-color:#eee;
}

.pairs_table th
{
    background-color:white;
    cursor:default;
}
.pairs_table th:hover
{
    background-color:white;
    cursor:default;
}
.pairs_table td
{
    font-size:10px;
    line-height:1.75em;
    border-bottom:1px solid #ddd;
    vertical-align:top;
 
    
}




/*----------- short_member_description_table -----------*/
.short_member_description_table
{
    width:100%;
}

.short_member_description_table td
{
    border:none;
    border-bottom:1px dotted #bbb;
}


.short_member_description_table img.thumb
{
    padding:2px;
    background-color:white;
    border:1px solid #bbb;
    height:45px;
    margin:2px;
    margin-right:5px;
    float:left;
}





/*---------------comments_table--------------------*/
#comments
{
    width:100%;
}
.comments_table
{
    width:100%;
}
.comments_table th
{
    color:#888;
    font-size:90%;
    line-height:1.75em;
    text-align:left;
    font-weight:normal;
    border:none;
    border-bottom:1px dotted #bbb;
    padding:.2em;
    background-color:white;
    cursor:default;
}
.comments_table td.date
{
    width: 150pt;
    vertical-align:top;
}
.comments_table td
{
    border:none;
    font-size:90%;
    padding:.2em;
    line-height:1.75em;
    border-bottom:1px dotted #ddd;
    vertical-align:top;
}
.comments_table td.button
{
    width:20pt;
    text-align:center;
    vertical-align:top;
    padding-top:2pt;
}
.comments_table tr.header
{
    background-color:white;
    cursor:default;
}
.comments_table tr.header:hover
{
    background-color:white;
    cursor:default;
}
.comments_table tr
{
	background-color:White;
}
.comments_table tr:hover
{
	background-color:#eee;
}





/*---------------------generic_table-----------------------*/


/* Generic Table Stuff */
.generic_table
{
	width:100%;
}

.generic_table .counter
{
    text-align:right;
    width:10pt;
    color: #666;
    font-size:90%;
    font-weight:bold;
    padding-right:2pt;
}
.generic_table th
{
    color:#888;
    font-size:90%;
    line-height:1.75em;
    text-align:left;
    font-weight:normal;
    border:none;
    padding:.2em;
    border-bottom:1px dotted #bbb;
    background-color:white;
    cursor:default;
}
.generic_table td
{
    padding:.2em;
    border:none;
    font-size:90%;
}
.generic_table td.data
{
	line-height:1.75em;
	border-bottom:1px solid #ddd;
        vertical-align:middle;
        
}
.generic_table tr.header
{
    background-color:white;
    cursor:default;
}
.generic_table tr.header:hover
{
    background-color:white;
    cursor:default;
}
.generic_table tr
{
    background-color:White;
    cursor: pointer;
}
.generic_table tr.no_click
{
  cursor:default;
}
.generic_table tr:hover
{
	background-color:#eee;
}

/*-----------------Layout table ---------------------*/

/* Layout Table Stuff */
.layout_table
{
  width:100%;
}

.layout_table .counter
{
    text-align:right;
    width:10pt;
    color: #666;
    font-size:90%;
    font-weight:bold;
    padding-right:2pt;
}
.layout_table th
{
    color:#888;
    font-size:90%;
    line-height:1.75em;
    text-align:left;
    font-weight:normal;
    border:none;
    padding:.2em;
    border-bottom:1px dotted #bbb;
    background-color:white;
    cursor:default;
}
.layout_table td
{
    padding:.2em;
    border:none;
    font-size:90%;
}
.layout_table td.data
{
  line-height:1.75em;
  border-bottom:1px solid #ddd;
        vertical-align:middle;
        
}
.layout_table tr.header
{
    background-color:white;
    cursor:default;
}


/*-----------------Fly table--------------------*/
.flies_table
{
    width:100%;
}



/*---------------- Flies -------------------------*/
.ajax_form
{
    border:1px dotted #bbb;
    padding:7pt;
    margin:7pt;
    background-color: #efefef;
    font-size:90%;
}

.ajax_form .submit_area
{
    padding-top:5pt;
    text-align:right;
    border:none;
    border-top:1px dotted #bbb;
}

.ajax_form label
{
    font-weight:bold;
    color:#333;
}

.ajax_form h1
{
    font-size:110%;
    border-bottom:1px dotted #bbb;
    font-weight:bold;
    text-align:center;
    padding-bottom:5pt;
}




ul.local_menu 
{
    margin:0;
    font-size:90%;
    text-align:right;
    padding-right:4px;
    
}
ul.local_menu a
{
    text-decoration:none;
    display:block;
}
ul.local_menu a:hover
{
    text-decoration:underline;
}

ul.local_menu li
{    
    padding-left:2px;
    padding-right:10px;
    list-style-type:none;
    padding-top:3px;
    padding-bottom:3px;
    line-height:16px;
    height:16px;
}
ul.local_menu li img
{
    vertical-align:middle;
    padding-bottom:6px;
    margin-right:5pt;
}
ul.local_menu li:hover
{
    list-style-type:none;
    padding-top:3pt;
    padding-bottom:3pt;
}
ul.local_menu li.spacer
{
    list-style-type:none;
    padding-top:3pt;
    padding-bottom:3pt;
    background-color:white;
    height:10px;
}


ul.local_menu li.spacer:hover
{
    background-color:white;
}


ul.local_menu li.delete
{
    background-image:url('/images/new/delete.png');
    background-position: 7px center;
    background-repeat:no-repeat;
}
ul.local_menu li.edit
{
    background-image:url('/images/new/edit.png');
    background-position: 7px center;
    background-repeat:no-repeat;
}
ul.local_menu li.comment
{
    background-image:url('/images/new/comment.png');
    background-position: 5px center;
    background-repeat:no-repeat;
   
}
ul.local_menu li.sale
{
    background-image:url('/images/new/sale.png');
    background-position: 5px center;
    background-repeat:no-repeat;
   
}
ul.local_menu li.email
{
    background-image:url('/images/new/email.png');
    background-position: 5px center;
    background-repeat:no-repeat;
   
}
ul.local_menu li.send
{
    background-image:url('/images/new/send.png');
    background-position: 9px center;
    background-repeat:no-repeat;
}
ul.local_menu li.print
{
    background-image:url('/images/icons/print.png');
    background-position: 6px center;
    background-repeat:no-repeat;
}
ul.local_menu li.public
{
    background-image:url('/images/new/world.png');
    background-position: 5px center;
    background-repeat:no-repeat;
   
}
ul.local_menu li.copy
{
    background-image:url('/images/new/copy.png');
    background-position: 8px center;
    background-repeat:no-repeat;
   
}


/********** Contextual Menu ************/


.contextual ul.local_menu
{
    margin:0;
    padding-right:5px;
    font-size:90%;
    text-align:right;
    background-color:white;
    border-bottom:1px solid #bbb;
    border-left:1px solid #bbb;
        margin-left:4px;

    
}
.contextual ul.local_menu a
{
    text-decoration:none;
    display:block;
}
.contextual ul.local_menu a:hover
{
    text-decoration:underline;
}

.contextual ul.local_menu li
{    
    padding-left:2px;
    padding-right:10px;
    list-style-type:none;
    padding-top:3px;
    padding-bottom:3px;
    line-height:16px;
    height:16px;
    background-color:white;
    border:none;
}
.contextual ul.local_menu_contextual li img
{
    vertical-align:middle;
    padding-bottom:6px;
    margin-right:5pt;
}
.contextual ul.local_menu_contextual li:hover
{
    list-style-type:none;
    padding-top:3px;
    padding-bottom:3px;
    background-color:#efefef;
}
.contextual ul.local_menu_contextual li.spacer
{
    list-style-type:none;
    padding-top:3px;
    padding-bottom:3px;
    background-color:white;
    height:10px;
}


.contextual ul.local_menu_contextual li.spacer:hover
{
    background-color:white;
}


.contextual ul.local_menu_contextual li.delete
{
    background-image:url('/images/new/delete_pigeon.png');
    background-position: 5px center;
    background-repeat:no-repeat;
}
.contextual ul.local_menu_contextual li.comment
{
    background-image:url('/images/new/comment.png');
    background-position: 5px center;
    background-repeat:no-repeat;
   
}
.contextual ul.local_menu_contextual li.email
{
    background-image:url('/images/new/email.png');
    background-position: 5px center;
    background-repeat:no-repeat;
   
}
.contextual ul.local_menu_contextual li.public
{
    background-image:url('/images/new/world.png');
    background-position: 5px center;
    background-repeat:no-repeat;
   
}
/************** end Contextual Menu *************/




#image_selection_frame
{
    width:100%;
    border:none;
    height:250px;
}

#image_selection_frame input
{
    font-size:100%;    
}



/************ lobby_table *********/

/* Generic Table Stuff */
.lobby_table
{
	width:100%;
}

.lobby_table .lobby_table_data
{
    padding:.4em;
    border:none;
    vertical-align:top;
}


/*********** attribute_value_table *********/
.attribute_value_table
{
    width:100%;
    font-size:85%;
}

.attribute_value_table .value
{
    padding:.4em;
    vertical-align:top;
    border:none;
    width:40px;
}
.attribute_value_table .attribute
{
    padding:.4em;
    vertical-align:top;
    border:none;
    text-align:right;
    color:#666;
}










.selection_display
{
    height:55px;
    border:1px dotted #bbb;
    line-height:55px;
    margin:3pt;
}


.snapshot_display
{
  text-align:center;
}

.snapshot_display .thumb
{
    height:40px;
    padding:0;
    margin:2px;
    margin-right:5px;
}





/* settings_editor_table */


.settings_editor_table
{
    width:265px;
    border:1px solid #bbb;
}

.settings_editor_table td,
.settings_editor_table th
{
    border:none;
    padding:.25em;
    text-align:left;
}
.settings_editor_table th
{
    background-color:#efefef;
    line-height:2em;
}



.settings_editor_table tfoot td
{
    text-align:center;
    background-color:#efefef;
}




/**** clean table ****/
.clean_table td,
.clean_table th
{
    border:none;
    vertical-align:top;
    
}






#shared_access
{
    border:1px dotted #bbb;
    margin:2pt;
}



#posts_menu,
#topics_menu
{
    font-weight:bold;
    font-size:85%;
    margin:3pt;
    margin-top:8pt;
    margin-bottom:8pt;
}

#new_post,
#new_topic,
#new_entry
{
    border-top:1px solid #bbb;
    border-bottom:1px solid #bbb;
    margin:10pt;
    padding:5pt;
}

#new_topic label,
#new_post label,
#new_entry label
{
    font-weight:bold;
    font-size:90%;
    color:#666;
}

#new_post .text_area,
#new_topic .text_area,
#new_entry .text_area
{
    width:400px;
    height:100px;
}

#forum dd
{
    margin:0;
    padding-left:6pt;
    padding-right:4pt;
    padding-bottom:8pt;
    font-size:90%;
    margin-bottom:8pt;
    border-bottom:1px dotted #bbb;
}

#journal_entries,
#medications
{
  margin-top:10px;
}

#forum dt
{
    margin:1pt;
    padding:0;
    font-size:95%;
}

#forum .time_stamp
{
    padding:0;
    margin:0;
    color:#666;
    font-size:90%;
    font-weight:normal;
    padding-bottom:4pt;
}

#forum dt strong
{
    font-size:110%;
}


#forum dl
{
    margin:0;
    margin-top:6pt;
    padding:0;
}


#forum .topic_item_menu
{
    padding-top:4pt;
    text-align:left;
}

#forum .topic_item_menu #menu
{
    float:left;
    font-size:90%;
    font-weight:bold;
}

#forum .topic_item_menu #topic_total_responses
{
    font-size:90%;
    float:right;
    color:#666;    
}

#forum #topic_synopsis
{
    background-color:#efefef;
    border:1px solid #bbb;
    padding:6pt;
    font-size:90%;
    margin-top:4pt;
    margin-bottom:4pt;
}

#forum #topic_synopsis h1
{
    font-size:110%;
}

#forum #topic_synopsis p
{
    padding-left:6pt;
    padding-right:6pt;
}


#forum #topic_synopsis label
{
    color:#666;
}







#browser_detect
{
    border:1px solid #660000;
    background-color:#ffb7b7;
    padding:6pt;
    margin:5pt;
    color:#333;
    text-align:center;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}

#browser_detect h1
{
    color:#660000;
    font-size:15px;
}

#browser_detect a
{
    font-weight:bold;
}










#team_from .short_description,
#team_to .short_description
{
    border-bottom:1px dotted #bbb;
    margin:4pt;
    padding:4pt;
    clear:both;
    height:60px;
}

#team_from .img_cell,
#team_to .img_cell,
#team_from .desc_cell,
#team_to .desc_cell
{
    float:left;
    height:60px;
    line-height:60px;
}

#team_from .act_cell,
#team_to .act_cell
{
    float:right;   
}

#team_from .img_cell .thumb,
#team_to .img_cell .thumb
{
    height:50px;
    margin-right:5pt;
}


#pigeon_checklist_panel .selected_pigeons,
#pigeon_checklist_panel .non-selected_pigeons
{
  border:1px solid #bbb;
  height:250px;
  width:200px;
  overflow:auto;
  background-color:white;
  margin-top:5pt;
  margin-bottom:3pt;
}  

#pigeon_checklist_panel .selected_pigeons
{
  height:231px;
}
#pigeon_checklist_panel .selection_box
{
  float:left;
}
#pigeon_checklist_panel .selection_box label
{
  height:18px;
  line-height:18px;
  display:block;
  float:left;
  font-weight:bold;
  background-color:#bbb;
  padding-left:10px;
  padding-right:10px;
}

#pigeon_checklist_panel .non-selected_pigeons
{
  float:right;
  width:450px;
  padding:0;
  margin:0;
}

#pigeon_checklist_panel .box
{
  clear:both;
  float:left;
  width:100%;
  margin-top:15px;
  margin-bottom:15px;
  padding:0;
}

.available_pigeons
{
  border:1px solid #bbb;
  height:130px;
  overflow:auto;
  background-color:white;
  margin-top:5pt;
  margin-bottom:3pt;
}





#pigeon_illustration
{
    text-align:center;
    margin-bottom:10px;
}


#pigeon_illustration img
{
    margin:4px;
    max-height:900px;
    max-width:900px;
    background-color:white;
    border-radius:8px;
}

#pigeon_illustration label
{
    color:#666;
    font-weight:bold;
    font-size:95%;
}


.icon_menu
{
    
}

.icon_menu ul
{
    margin:0;
    padding:0;
    list-style:none;
    display:inline;
}
.icon_menu ul li
{
    display:inline;
    display:inline;
    list-style:none;
}
.icon_menu ul li a
{
    
}


#view_menu,
#pedigree_menu
{
    text-align:right;
    padding-right:10px;
    margin-right:4px;
    
}
#pedigree_menu img,
#view_menu img
{
    padding:5px;    
}

#pedigree_menu.horz .horz img,
#pedigree_menu.vert .vert img,
#view_menu.table .table img,
#view_menu.grid .grid img
{
    border:1px solid #bbb;
    padding:4px;
}

#fly_dialog p
{
    padding-bottom:4pt;
}

#fly_dialog
{
    line-height:1.75em;
}

#fly_dialog #competition_name
{
    display:inline;
}
#fly_dialog h2
{
    font-size:100%;
    border-bottom:1px solid #bbb;
    padding-bottom:3pt;
    margin-bottom:3pt;
}





/* flight_journal_table */
.flight_journal_table
{
	width:100%;
}

.flight_journal_table .counter
{
    text-align:right;
    width:10pt;
    color: #666;
    font-size:90%;
    font-weight:bold;
    padding-right:2pt;
}
.flight_journal_table th
{
    color:#888;
    font-size:90%;
    line-height:1.75em;
    text-align:left;
    font-weight:normal;
    border:none;
    padding:.2em;
    border-bottom:1px dotted #bbb;
    background-color:white;
    cursor:default;
}
.flight_journal_table td
{
    padding:.2em;
    border:none;
    font-size:90%;
    vertical-align:top;
}
.flight_journal_table td.data
{
	line-height:1.75em;
	border-bottom:1px solid #ddd;
        vertical-align:middle;
        
}
.flight_journal_table tr.header
{
    background-color:white;
    cursor:default;
}
.flight_journal_table tr.header:hover
{
    background-color:white;
    cursor:default;
}
.flight_journal_table tr
{
    background-color:White;
}
.flight_journal_table tr:hover
{
	background-color:#eee;
}

td.released_at,
th.released_at
{
    width:130px;
}

td.count_number,
th.count_number
{
    width:45px;
    text-align:left;
}

td.flight_number,
th.flight_number
{
    width:45px;
    text-align:right;
    padding-right:4pt;
}

.flight_competition
{
    width:130px;
    padding-right:5pt;  
}

.icon_column
{
    padding:0;
    padding-top:2pt;
    text-align:center;
    vertical-align:top;
    width:20pt;
}


#account_upgrade_main
{
    margin-left:auto;
    margin-right:auto;
    width:700px;
    padding:10px;
}


#account_upgrade
{
    width:700px;
    padding:10px;
}


#account_upgrade_main h3,
#account_upgrade h3
{
    color:#003063;
    font-size:120%;
    
}



#account_options
{
    clear:both;
    padding-bottom:20px;
    float:left;
    width:99.5%;
}

#account_options .choice 
{
    float:left;
    margin:10px;
    width:325px;
    text-align:center;
    
}
#account_options .choice img
{
    margin:10px;
}

#account_options .choice .buy_link
{
    font-weight:bold;
    color:blue;
}

#account_options .choice .buy_link:hover
{
    background-color:#efefef;
}


#account_options .choice p
{
    background-color:#efefef;
    padding:5pt;
    line-height:1.35em;
}

#paypal_stuff
{
    text-align:center;
    padding-top:30px;
    clear:both;
    color:#222;
    font-size:90%;
}

#paypal_stuff table
{
    display:inline;
}






#show_family_info
{
    margin:2px;
    padding:6px;
    border:1px dotted #bbb;
    background-color:#efefef;
}

#show_family_info h2
{
    font-size:100%;
    font-weight:bold;
    border-bottom:1px dotted #bbb;
}

#show_family_info a
{
    font-size:110%;
    font-weight:bold;
}




.explore_user
{
    margin:8px;
    padding:8px;
    float:left;
    height:175px;
    border:1px solid #bbb;
    text-align:center;
    background:#efefef;
    cursor:pointer;
    border-radius:8px;
    min-width:150px;
}

.explore_user .thumb
{
    height:80px;
}

.explore_user label
{
    color:#666;
    font-size:90%;
}




.user_synopsis
{
    background-color:#efefef;
    border-bottom:1px dashed #bbb;
    margin-top:5px;
    margin-bottom:10px;
    clear:both;
    height:76px;
}

.user_synopsis .avatar
{
    min-width:100px;
    text-align:center;
    float:left;
}

.user_synopsis .contact
{
    float:right;
    text-align:right;
}

.user_synopsis .avatar .thumb
{
    height:60px;
}

.user_synopsis .data
{
    float:left;
    padding-left:4px;
}



.shared_element
{
    background-color:#efefef;
    border:1px dashed #bbb;
    float:left;
    width:100%;
    padding-bottom:20px;
}

.shared_element .resource
{
    padding-left:8px;
    padding-right:8px;
}

.shared_element h2
{
    clear:both;
    display:block;
}



/*-------------------- Topics Table -----------------------*/

/* Generic Table Stuff */
.topics_table
{
	width:100%;
}

.topics_table .counter
{
    text-align:right;
    width:10pt;
    color: #666;
    font-size:90%;
    font-weight:bold;
    padding-right:2pt;
}
.topics_table th
{
    color:#888;
    font-size:90%;
    line-height:1.75em;
    font-weight:normal;
    border:none;
    padding:.2em;
    border-bottom:1px solid #bbb;
    background-color:white;
    cursor:default;
}
.topics_table td
{
    padding:.4em;
    padding-top:1em;
    padding-bottom:1em;
    border:none;
    font-size:90%;
    border-bottom:1px dotted #bbb;
    
}
.topics_table td.data
{
	line-height:1.75em;
	border-bottom:1px solid #ddd;
        vertical-align:middle;
        
}
.topics_table tr.header
{
    background-color:white;
    cursor:default;

}
.topics_table tr.header:hover
{
    background-color:white;
}
.topics_table tr
{
    background-color:White;
}
.topics_table tr:hover
{
	background-color:#eee;
}



ul#activities
{
    list-style:none;
    font-size:95%;
}

ul#activities li
{
    line-height:1.65em;
    list-style: square;
}

ul#activities a
{
    text-decoration:underline;
}



#pay_by_check
{
    background-color:#efefef;
    margin:15px;
    padding:8px;
}


.alert_block
{
    color:black;
    background-color:white;
    border:1px solid #bbb;
    padding:5px;
    font-size:9px;
    text-align:center;
}
.alert_block b
{
  color:#881100;
}


/* Pairs Blocks */

.pair_block
{
    border:1px solid #bbb;
    border-radius:8px;
    background-color:#efefef;
    height:210px;
    width:420px;
    margin:5px;
    padding:5px;
    margin-bottom:25px;
    float:left;
}

.pair_block.edit
{
  height:150px;
  width:410px;
  float:left;
  margin:2px;
}

.pair_block h1
{
    font-size:100%;
    border-bottom:1px solid #bbb;
    padding-bottom:2px;
    padding-top:3px;
    font-weight:bold;
    width:100%;
    clear:both;
    float:left;
}
.pair_block h1 a
{
    font-weight:normal;
    font-size:85%;
    float:right;
}
.pair_block h1 span
{
    float:left;
}

.pair_block h2
{
    font-size:9px;
    font-weight:normal;
}

.pair_block .pair_area
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    border-bottom:1px solid #bbb;
    padding-bottom:5px;
    margin-bottom:6px;
    clear:both;
    float:left;
    width:100%;
}

.pair_block.edit .pair_area
{
  border:none;
}

.pair_block .alert_block
{
  text-align:left;
}

.pair_block .mate
{
    float:left;
    margin-right:5px;
    width:200px;
}

.pair_block .mate .thumb
{
    height:55px;
}

.pair_block p
{
}






/* Pairs Blocks */

.shared_pair_block
{
    border:1px solid #bbb;
    background-color:white;
    width:400px;
    height:180px;
    margin:5px;
    margin-right:8px;
    padding:5px;
    float:left;
}

.shared_pair_block h1
{
    font-size:100%;
    border-bottom:1px solid #bbb;
    padding-bottom:2px;
    padding-top:3px;
    font-weight:bold;
    width:100%;
    clear:both;
    float:left;
}
.shared_pair_block h1 a
{
    font-weight:normal;
    font-size:85%;
    float:right;
}
.shared_pair_block h1 span
{
    float:left;
}

.shared_pair_block h2
{
    font-size:80%;
    font-weight:normal;
}

.shared_pair_block .pair_area
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    border-bottom:1px solid #bbb;
    padding-bottom:5px;
    margin-bottom:6px;
    clear:both;
    float:left;
    width:100%;
}

.shared_pair_block .mate
{
    float:left;
    margin:5px;
    margin-right:10px;
    max-width:180px;
}

.shared_pair_block .mate .thumb
{
    height:55px;
}

.shared_pair_block p
{
}





/* Group Blocks */

.group_block
{
    margin:5px;    
    border:1px solid #bbb;
    background-color:#efefef;
    float:left;
    padding:5px;
    border-radius:8px;
}

.group_block h1
{
    font-size:100%;
    border-bottom:1px solid #bbb;
    padding-bottom:2px;
    padding-top:3px;
    font-weight:bold;
    width:99.5%;
    clear:both;
    float:left;
}
.group_block h1 a
{
    font-weight:normal;
    font-size:85%;
    float:right;
    margin-right:10px;
}
.group_block h1 span
{
    float:left;
}

.group_block h2
{
    font-size:80%;
    font-weight:normal;
}




.shared_group_block
{
    margin-top:5px;
    margin-bottom:5px;
    margin-right:10px;    
    border:1px solid #bbb;
    background-color:white;
    float:left;
    padding:5px;
    
}


.shared_group_block h1
{
    font-size:100%;
    border-bottom:1px solid #bbb;
    padding-bottom:2px;
    padding-top:3px;
    font-weight:bold;
    width:100%;
    clear:both;
    float:left;
}
.shared_group_block h1 a
{
    font-weight:normal;
    font-size:85%;
    float:right;
    margin-right:10px;
}
.shared_group_block h1 span
{
    float:left;
}

.shared_group_block h2
{
    font-size:80%;
    font-weight:normal;
}


#filter_area
{
    text-align:center;
    font-size:95%;
    padding-left:5px;
}


#conditions .wizzard_page
{
    margin:5px;
    padding:10px;
    background-color:#efefef;
    border:1px solid #bbb;
    height:3em;
    line-height:3em;
}


#conditions .first_wizzard_page
{
    margin:5px;
    padding:10px;
    border:1px solid #bbb;
    height:3em;
    line-height:3em;
}

#conditions .attribute_select
{
    width:120px;
}

#conditions .operator_select
{
    width:120px;
}


#query_area
{
    background-color:#efefef;
    margin:10px;
    padding:10px;
}
#query
{
    margin:10px;
}

#filters
{
    padding:0;
    margin:0;
}

#filters .filter_display
{
    list-style:none;
    background-color:#efefef;
    margin-top:5px;
    margin-bottom:5px;
    display:block;
    clear:both;
    float:left;
    width:100%;
    border:1px solid #bbb;
}

#filters .filter_display .filter_body
{
  clear:both;
  font-size:90%;
  padding:3px;
  margin:5px;
  background-color:white;
  border:1px solid #bbb;
}
#filters .filter_display .filter_body b
{
  color:#666;
}


#filters .filter_display label
{
    font-size:100%;
    font-weight:bold;
    float:left;
    padding:5px;
}

#filters .filter_display .menu
{
    padding:5px;
    float:right;
    font-size:90%;
}

#filters .filter_display .body
{
    padding:4px;
    font-size:90%;
    clear:both;
}

#filters .test_search_results
{
    background-color:white;
    clear:both;
    float:left;
}

#test_results
{
    padding-top:15px;
}



.filter_select_class
{
    min-width:100px;
    margin-top:2px;
    margin-bottom:3px;
    padding:3px;
}



#secondary_menu #filter_area a
{
    padding:0;
    margin:0;
    margin-left:4px;
}


.hidden
{
    display:none;
}






/***** Wizard Pages *****/
.wizzard
{
    background-color:#efefef;
    border:2px solid #bbb;
    width:640px;
    margin-left:auto;
    margin-right:auto;
    clear:both;
    padding:10px;
    border-radius:8px;
    
}


.wizzard h1
{
    padding:3px;
    font-size:15px;
    text-align:center;
    border-bottom:1px solid #bbb;
}
.wizzard h2
{
    font-size:13px;
    text-align:left;
    clear:both;
    height:26px;
    padding-top:5px;
}
.wizzard h2 a
{
    font-weight:normal;
    border-bottom:1px solid #bbb;
    display:block;
    padding:4px;
    margin-top:6px;
}

.wizzard h2 .non_link
{
    font-weight:bold;
    color:black;
    text-decoration:none;
    cursor:default;
    border:none;
}

.wizzard .buttons
{
    margin-top:10px;
    display:block;
    padding-top:8px;
    clear:both;
    float:none;
}

.wizzard hr
{
    border:none;
    height:1px;
    padding:0;
    margin:0;
}









.wizzard_page .selected
{
    display:block;
}


.wizzard_page h1
{
    border-bottom:1px solid #bbb;
    padding-bottom:4px;
    font-size:13px;
    text-align:left;
    padding:6px;
}


.wizzard_page .content
{
    clear:both;
    padding-top:5px;
    padding-bottom:5px;
}

.wizzard_page .buttons
{
    border-top:1px dotted #bbb;
    margin-top:20px;
    display:block;
    padding-top:8px;
    clear:both;
    float:none;
}



#share_links
{
    padding-top:4px;
    margin-right:3px;
    text-align:center;
    margin-top:20px;
    line-height:1.8em;
}

#share_links h4.share_header
{
    color:#666;
    font-weight:normal;
    font-size:11px;
    text-align:center;
    padding:0;
    margin:0;
}

#share_links img.share_thumb
{
    width:16px;
    height:16px;
    border:none;
    padding:0;
    margin:0px;
}


.new_race_table,
.new_pigeon_table 
{
    width:100%;
}

.new_race_table td,
.new_piteon_table td
{
    vertical-align:top;
}


.found_matings
{
    width:100%;
    vertical-align:top;
}
.found_matings td,
.found_matings th,
.found_matings tr
{
    padding:.2em;
    border:none;
}

.found_matings th
{
    text-align:left;
}

.found_matings .female
{
    margin:3px;
    border:1px solid #bbb;
    background-color:#efefef;
    width:100%;
}
.found_matings .male
{
    border:1px solid #bbb;
    margin:3px;   
}




#contacts_table
{
    width:100%;
}

#contacts_table td,
#contacts_table th
{
    border:none;
    padding:.2em;
    
}

#contacts_table tr:hover
{
    background-color:#efefef;
}

#contacts_table th
{
    text-align:left;
    border-bottom:1px solid black;
    font-size:90%;
    background-color:white;
}

#contacts_table th:hover
{
    background-color:white;
}

#contacts_table td
{
    line-height:1.4em;
    border-bottom:1px solid #efefef;
    cursor:pointer;
}


#shared_wrapper
{
    padding:10px;
    margin:10px;
    border:1px solid #bbb;
}














.group_descriptor_table
{
  margin:0;
}

.group_descriptor_table td
{
    padding:.2em;
    border:none;
    vertical-align:top;
    text-align:center;
}


.group_descriptor_table .image
{
    width:120px;
    text-align:center;
    vertical-align:middle;
    border-right:1px solid #bbb;
}

.group_descriptor_table .image img
{
    height:50px;
    margin:2pt;
    background-color:white;
    padding:1pt;
    border:1px solid #bbb;
}

.group_descriptor_table .description
{
    text-align:left;
    padding:4px;
    font-size:85%;
    border-right:1px solid #bbb;
}

.group_descriptor_table .description h1
{
    font-size:100%;
    font-weight:bold;
    border:none;
    padding:0;
    margin:0;
}

.group_descriptor_table .group_images_synopsis
{
    overflow: hidden;
}

.group_descriptor_table #pigeons_compact img
{
    height:25px;
    margin:1px;
    padding:1px;
}

.group_descriptor_table #pigeons_compact li
{
    font-size:70%;
    height:65px;
    margin:1px;
    padding-top:5px;
    text-align:center;
    width:120px;
}















.season_descriptor_table
{
  margin:0;
}

.season_descriptor_table td
{
    border:none;
    vertical-align:top;
    text-align:center;
}


.season_descriptor_table .image
{
    width:120px;
    text-align:center;
    vertical-align:middle;
    border-right:1px solid #bbb;
}

.season_descriptor_table .image img
{
    height:50px;
    margin:4px;
    background-color:white;
    padding:1pt;
    border:1px solid #bbb;
}

.season_descriptor_table .description
{
    text-align:left;
    padding:4px;
    font-size:85%;
    border-right:1px solid #bbb;
}

.season_descriptor_table .description h1
{
    font-size:100%;
    font-weight:bold;
    border:none;
    padding:0;
    margin:0;
}

.season_descriptor_table .group_images_synopsis
{
    overflow: hidden;
}

.season_descriptor_table #pigeons_compact img
{
    height:25px;
    margin:1px;
    padding:1px;
}

.season_descriptor_table #pigeons_compact li
{
    font-size:70%;
    height:65px;
    margin:1px;
    padding-top:5px;
    text-align:center;
    width:120px;
}














.pair_descriptor_table
{
  margin:0;
}

.pair_descriptor_table td
{
    padding:.2em;
    border:none;
    vertical-align:top;
    text-align:center;
}


.pair_descriptor_table .image
{
    width:120px;
    text-align:center;
    vertical-align:middle;
    border-right:1px dashed #bbb;
    background-color:#eaeaea;
}

.pair_descriptor_table .image img
{
    height:50px;
    margin:2pt;
    background-color:white;
    padding:1pt;
    border:1px solid #bbb;
}

.pair_descriptor_table .description
{
    text-align:left;
    padding-right:5px;
    font-size:85%;
    border-right:1px solid #bbb;
}

.pair_descriptor_table .description h1
{
    font-size:100%;
    font-weight:bold;
    border:none;
    padding:0;
    margin:0;
}

.pair_descriptor_table .group_images_synopsis
{
    overflow: hidden;
}

.pair_descriptor_table #pigeons_compact img
{
    height:25px;
    margin:1px;
    border-radius:3px;
}

.pair_descriptor_table #pigeons_compact li
{
    font-size:70%;
    height:65px;
    margin:1px;
    padding-top:5px;
    text-align:center;
    width:120px;
}




#shipping_details
{
    padding:10px;
    margin:3px;
    border:1px solid #bbb;
    background-color:#efefef;
    
}





.pigeon_ad
{
    background-color:#efefef;
    border:1px solid #bbb;
    padding:10px;
    margin:3px;
    text-align:center;
}

.pigeon_ad img
{
    height:90px;
    padding:2px;
    background-color:white;
    border:1px solid #bbb;
    margin:4px;
}

.pigeon_ad h1
{
    font-size:120%;
}

.pigeon_ad h2
{
    margin-top:5px;
    margin-bottom:5px;
}

.important_note
{
    background-color:white;
    border:1px solid red;
    padding:7px;
}


.owner_stamp_table
{
  border:none;
}

.owner_stamp_table td
{
  border:none;
}



#mailbox #compose
{
  background:#efefef;
  margin:5px;
  padding:10px;
  border:1px solid #bbb;
}

#mailbox #compose .x_large_text_area
{
  width:80%;
  height:10em;
}


.pagination
{
    border-top:1px solid #efefef;
    border-bottom:1px solid #efefef;
    text-align:center;
    padding:2px;
    margin:2px;
    font-size:12px;
}

.pagination a
{
    padding:2px;
    padding-left:4px;
    padding-right:4px;
}

.pagination a:hover
{
    color:white;
    font-weight:bold;
    background-color:#3B5998;
    text-decoration:none;
}

.pagination b
{
    font-size:12px;
}


#pigeon_illustration .multiple_images_selector
{

}

#pigeon_illustration .multiple_images_selector ul li
{
  display:inline;
  margin:1px;
}


#pigeon_illustration .multiple_images_selector ul li img.thumb
{
  height:55px;
  margin:4px;
  border-radius:5px;
  
}



#pigeons_compact img.locked_thumb
{
  border:none;
  width:12px;
  height:12px;
  margin:0;
  padding:0;
}




/***** Galleries *****/
.user_gallery
{
  border:1px solid #bbb;
  padding:10px;
  margin:7px;
  clear:both;
  float:left;
}

.user_gallery h2
{
  font-size:13px;
  margin:5px;
}

.user_gallery .gallery_blocks
{
  clear:both;
  float:left;
  margin-top:10px;
  margin-bottom:10px;
}

.user_gallery .gallery_blocks .gallery_img
{
  height:130px;
  float:left;

}

.user_gallery .gallery_blocks .gallery_img .gallery_thumb
{
  padding:2px;
  border:1px solid #bbb;
  background-color:white;
  margin:4px;
}





/****** RACES ******/
.races_blocks
{
  clear:both;
  width:100%;
}

.race_block
{
  background-color:#efefef;
  border:1px solid #bbb;
  padding:10px;
  margin-bottom:10px;
}


/******* races table *******/


/* Generic Table Stuff */
.races_table
{
	width:100%;
}

.races_table .counter
{
    text-align:right;
    width:10pt;
    color: #666;
    font-size:90%;
    font-weight:bold;
    padding-right:2pt;
}
.races_table th
{
    color:#888;
    font-size:90%;
    line-height:1.75em;
    text-align:left;
    font-weight:normal;
    border:none;
    padding:.2em;
    border-bottom:1px dotted #bbb;
    background-color:white;
    cursor:default;
}
.races_table td
{
    padding:.2em;
    border:none;
    font-size:90%;
    vertical-align:top;
}
.races_table td.data
{
	line-height:1.75em;
	border-bottom:1px solid #ddd;
        vertical-align:middle;
        
}
.races_table tr.header
{
    background-color:white;
    cursor:default;
}
.races_table tr.header:hover
{
    background-color:white;
    cursor:default;
}
.races_table tr
{
    background-color:White;
    cursor: pointer;
}
.races_table tr.no_click
{
  cursor:default;
}
.races_table tr:hover
{
	background-color:#eee;
}




/******* racerecord table *******/


/* Generic Table Stuff */
.race_record_table
{
	width:100%;
}

.race_record_table .counter
{
    text-align:right;
    width:10pt;
    color: #666;
    font-size:90%;
    font-weight:bold;
    padding-right:2pt;
}
.race_record_table th
{
    color:#888;
    font-size:90%;
    line-height:1.75em;
    text-align:left;
    font-weight:normal;
    border:none;
    padding:.2em;
    border-bottom:1px dotted #bbb;
    background-color:white;
    cursor:default;
}
.race_record_table td
{
    padding:.2em;
    border:none;
    font-size:90%;
}
.race_record_table td.data
{
	line-height:1.75em;
	border-bottom:1px solid #ddd;
        vertical-align:middle;
        
}
.race_record_table tr.header
{
    background-color:white;
}
.race_record_table tr.header:hover
{
    background-color:white;
}
.race_record_table tr
{
    background-color:White;
}
.race_record_table tr:hover
{
	background-color:#eee;
}

#private_stamp, #public_stamp
{
  position:relative;
  height:160px;
  width:300px;
  border-top:1px solid #bbb;
  border-left:1px solid #bbb;
 
}

.owner
{
  font-family:arial, sans-serif;
  text-align:center;
  position:absolute;
  top:10px;
  left:5px;
  padding:5px;
  z-index:1000;
  width:300px;
  line-height:1.3em;
  font-size:11px;
}
.owner h1
{
  padding:0;
  margin:0;
  font-size:9px;
  color:#666;
  line-height:1em;
}

.owner h2
{
  padding:0;
  margin:0;
  font-size:9px;
  color:#666;
  line-height:1em;
  margin-top:5px;
}

.owner .avatar_thumb
{
    height:100px;
    margin:5px;
    padding:2px;
    background-color:white;
    border:1px solid #bbb;
}

.owner .owner_info
{
    padding:5px;
    text-align:left;
    padding-left:10px;
}



.sub_heading
{
  color: #999;
  font-size: 10px;
  padding-right: 3px;
  text-align: right;
  width: 75px;
  display:block;
}


.video_provider_selection
{
}

.video_provider_selection img
{
  height:40px;
  cursor:pointer;
}

.video_provider_selection input[type='radio']
{
  height:40px;
}

.video_provider_info .video_embed_text_area
{
  height:50px;
  border:1px solid #bbb;
  padding:4px;
  width:100%;
  font-size:12px;
}

.video_caption
{
  height:3em;
  border:1px solid #bbb;
  padding:4px;
  width:100%;
  font-size:12px;
}

.video_add_table
{
  width:auto;
}

.video_add_table td
{
  padding:15px;
  font-size:12px;
  
}



.video_add_table tr
{
  border-top: 1px solid #efefef;
}
.video_add_table
{
  font-size:12px;
}

.all_videos
{
  width:99%;
  float:left;
  clear:both;
}


.all_videos .embedded_video
{
  float:left;
  height:120px;
  width:160px;
  text-align:center;
  font-size:12px;
  line-height:1.4em;
  border:1px solid #bbb;
  background-color:#efefef;
  padding:10px;
  margin:5px;
  position:relative;
}

.all_videos .embedded_video label
{
  font-size:10px;
  display:block;
  margin-top:4px;
}

.all_videos .embedded_video .remove
{
  position:absolute;
  bottom:1px;
  right:2px;
  font-size:10px;
}

.all_videos .embedded_video img
{
  height:70px;
  padding:3px;
  background-color:white;
  border:1px solid #bbb;
}



#play_video_area
{
  text-align:left;
  margin:5px;
  padding:7px;
  border:1px solid #bbb;
  background-color:#efefef;
  width:410px;
  text-align:center;}

#play_video_area #video 
{
  display:block;
  clear:both;
 
}
#play_video_area #caption
{
  line-height:1.4em;
  font-size:12px;
  padding:2px;
}






ul#pedigree_layouts
{
  width:99%;
  clear:both;
  float:left;
  list-style:none;
}

ul#pedigree_layouts li
{
  float:left;
  list-style:none;
  width:220px;
  height:240px;
  margin:5px;
}

ul#pedigree_layouts li img
{
  max-height:230px;
  max-width:200px;
}

ul#pedigree_layouts li label
{
  font-size:13px;
  line-height:1.5em;
}



input {font-size:1em;padding:1px;line-height:1.3em;}
textarea,
input[type=password],
input[type=text] {border:1px solid #bbb; border-radius:4px;}
select,
textarea, 
input[type=button],
input[type=submit], 
button[type=button], 
input[type=file]
{
  font-family: Helvetica, 'Lucida Grande', 'Lucida Sans', Tahoma, Arial, 'sans serif';
  font-size:1em;
  padding:0;
  margin:0;
  padding:2px;
  line-height:1.2em;
  
}




/* pigeon_selection_table */
table.pigeon_selection_table
{
  width:100%;
  border:none;
  margin-top:10px;
  margin-bottom:10px;
}

table.pigeon_selection_table th,
table.pigeon_selection_table td
{
  border:none;
  text-align:left;
  padding:2px;
}

table.pigeon_selection_table td #selected_pigeons,
table.pigeon_selection_table td #available_pigeons
{
  height:300px;
  width:auto;
  background-color:white;
  border:1px solid #bbb;
  overflow:auto;
}

table.pigeon_selection_table td #selected_pigeons .pigeons_compact ul li
{
  float:none;
  display:block;
  width:130px;
  
}










