/* CSS Document for IGD Leading Edge */

@import url(standard.css);

body
{
    color: #5e5c5e;
    background: #ecebec; /*font-family: "Arial" , "Verdana" ,sans-serif;*/
    background: #333; /*font-family: "Arial" , "Verdana" ,sans-serif;*/
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 75%;
    font-weight: normal;
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    margin-top: 10px;
}

/* SJS 0810 Outlook Link Change */
#OutlookLink
{
    font-weight: bold;
    color: #EE0680;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utility classes */

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.inline
{
    display:inline;
}

.clearer
{
    clear: both;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

span.textRight
{
    text-align: right;
}

img
{
    border: 0;
    margin: 0;
}

.hr
{
    background: url(/Images/line_grey_hr.gif) repeat-x center left;
    height: 10px;
    font-size: 0;
    padding-bottom: 15px;
    margin-right: 10px;
    clear: both;
}

em.errorMessage
{
    font-weight: bold;
    color: #ff0000;
    font-style: normal;
}

em.highlight
{
    font-weight: bold;
    color: #f0027f;
    font-style: normal;
}

.theme_member em.highlight
{    
    color: #1293c3;
}

a
{
    /*color: #f0027f;*/
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ end of utility classes */

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ navigation */
/*** HEADER Navigation ***/
#top_right_nav
{
    margin-top: 10px;    
    float: right;
    text-align: right;
    font-size: 90%;    
}

#top_right_nav a
{
    text-decoration: none;
    color: #474547;
}

#top_right_nav a:hover
{
    text-decoration: underline;
}

#top_right_nav .horiz_nav_list li a
{
    color: #474547;
}

#top_right_nav .pipe_separator
{
    color: #474547;
    padding: 0px 8px;
}

.horiz_nav_list ul
{
    float: left;
}

.horiz_nav_list li
{
    display: inline;
    list-style-type: none;
}
/*** MAIN Navigation ***/
#navcontainer
{
    background-color: #f0027f;
    width: 810px; /*margin-top: 10px;*/
    /*font-family: "Tahoma", "Arial" , "Helvetica" ,sans-serif;*/
    font-family: "Arial" , "Verdana" ,sans-serif;
    /*font-family: "Arial" , "Verdana" ,sans-serif;*/
    /*font-family: "Verdana" ,sans-serif;*/
    font-weight: bold;
    /*font-size: 115%;*/
}

#navcontainer .AspNet-Menu li.AspNet-Menu-Leaf, #navcontainer .AspNet-Menu li.AspNet-Menu-WithChildren
{
    display: block;
    float: left;
    background-color: #f0027f;
    list-style: none;
    padding-top: 7px;
    padding-bottom: 8px;
    width: auto;
}

#navcontainer .AspNet-Menu a.AspNet-Menu-Link
{
    display: inline;
    text-decoration: none;
    color: #fcd1e7;
    padding-left: 9px;
    padding-right: 9px;
}

#navcontainer .AspNet-Menu a.AspNet-Menu-Link:hover
{
    color: #FFFFFF;
}

#navcontainer .AspNet-Menu li.AspNet-Menu-Selected, #navcontainer .AspNet-Menu a.AspNet-Menu-Selected
{
    background-color: #5e5c5e;
    color: #FFFFFF;
}

#navcontainer .AspNet-Menu li.AspNet-Menu-ChildSelected, #navcontainer .AspNet-Menu a.AspNet-Menu-ChildSelected
{
    background-color: #5e5c5e;
    color: #FFFFFF;
}

#navcontainer .AspNet-Menu li.AspNet-Menu-WithChildren
{
    /*display: inline;*/
}

#navcontainer .AspNet-Menu li ul
{
    display: none;
}
/*** SECONDARY Navigation ***/

#secondnavcontainer
{
    font-size: 90%;
}

#secondnavcontainer .AspNet-Menu li.AspNet-Menu-Leaf
{
    list-style: none;
    padding: 0;
    margin: 3px 0 6px 0;
}

#secondnavcontainer .AspNet-Menu a.AspNet-Menu-Link
{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 1px 0 2px 10px;
    width: 149px;
    height: 13px;
}

#secondnavcontainer .AspNet-Menu a.AspNet-Menu-Link:hover
{
    text-decoration: underline;
}

#secondnavcontainer .AspNet-Menu a.AspNet-Menu-Selected
{
    color: #FFFFFF;
}

.theme_about #secondnavcontainer .AspNet-Menu a.AspNet-Menu-Selected
{
    background-color: #F0027F;
}

.theme_member #secondnavcontainer .AspNet-Menu a.AspNet-Menu-Selected
{
    background-color: #1293c3;
}

.theme_events #secondnavcontainer .AspNet-Menu a.AspNet-Menu-Selected
{
    background-color: #89a20a;
}

.theme_articles #secondnavcontainer .AspNet-Menu a.AspNet-Menu-Selected
{
    background-color: #f87a26;
}

.theme_forum #secondnavcontainer .AspNet-Menu a.AspNet-Menu-Selected
{
    background-color: #4cb4bb;
}

#secondnavcontainer .AspNet-Menu a.AspNet-Menu-ChildSelected
{
    /*text-decoration: underline;*/
}

#secondnavcontainer .AspNet-Menu a.AspNet-Menu-Selected
{
    background-repeat: no-repeat;
    background-position: center right;
}

.theme_about #secondnavcontainer .AspNet-Menu a.AspNet-Menu-Selected
{
    background-image: url(/Images/chevron_snav_about.gif);
}

.theme_member #secondnavcontainer .AspNet-Menu a.AspNet-Menu-Selected
{
    background-image: url(/Images/chevron_snav_member.gif);
}

.theme_events #secondnavcontainer .AspNet-Menu a.AspNet-Menu-Selected
{
    background-image: url(/Images/chevron_snav_events.gif);
}

.theme_articles #secondnavcontainer .AspNet-Menu a.AspNet-Menu-Selected
{
    background-image: url(/Images/chevron_snav_articles.gif);
}

.theme_forum #secondnavcontainer .AspNet-Menu a.AspNet-Menu-Selected
{
    background-image: url(/Images/chevron_snav_forum.gif);
}

#secondnavcontainer .AspNet-Menu li.AspNet-Menu-Leaf ul li
{
    margin: 1px 0 0px 0;
}

#secondnavcontainer .AspNet-Menu li.AspNet-Menu-Leaf ul a
{
    padding: 0px 0px 2px 20px;
    margin: 0;
    width: 139px;
    font-weight: normal;
}

/*** Breadcrumb ***/
#breadcrumb
{
    background-color: #5e5c5e;
    width: 400px;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 5px;
    float: left;
    color: #FFFFFF;
}

#breadcrumb span
{
    padding: 0 2px;
    color: #FFFFFF;
}

#breadcrumb a
{
    color: #FFFFFF;
    text-decoration: none;
}

#breadcrumb a:hover
{
    text-decoration: underline;
}
/*** FOOTER Navigation ***/
#footer
{
    background-color: #5e5c5e;
    color: #FFFFFF;
    width: 810px;
    padding-bottom: 10px;
    font-size: 90%;
}

#footer span
{
}

#footer ul
{
    margin-left: 10px;
    margin-top: 5px;
    float: left;
}

#footer ul li
{
    display: inline;
    list-style-type: none;
    background: url(/Images/footer_pipe_seperator.gif) no-repeat center right;
    padding: 0 12px;
}

#footer ul li.AspNet-Menu-FirstItem
{
    padding-left: 0;
}

#footer ul li.AspNet-Menu-LastItem
{
    background: none;
    padding-right: 0;
}

#footer ul li a
{
    color: #cac9cc;
    text-decoration: none;
}

#footer ul li a:hover
{
    text-decoration: underline;
}

#footer .pipe_separator
{
    color: #cac9cc;
}

#footer img.midLine
{
    vertical-align: -60%;
}
/*** EVENTS Internal Navigation ***/

#eventnav
{
    
}

#eventnav li
{
    float: left;
    padding-right: 8px;
}

#eventnav li span
{
    padding-left: 8px;
}

#eventnav a
{
    text-decoration: none;
}

#eventnav a.current
{
    text-decoration: underline;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ end of navigation */

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH bespoke headers takes colour from section */
h11
{
    color: #878487;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
}

h12
{
    color: #000000;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
}

h13
{
    color: #1293c3;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
}
h14
{
    color: #878487;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #000000; 
}

h15
{
    color: #000000;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    color: #000000; 
}

h16
{
    color: #1293c3;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    color: #000000; 
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH headers */
h1
{
    color: #878487;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 20px;
    margin-top:10px;
}

h2
{
    color: #000000;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
}

h3
{
    color: #1293c3;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
}

.theme_about h2, .theme_about h3, .theme_about h11, .theme_about h12, .theme_about h13
{
    color: #f0027f;
}
.theme_member h2, .theme_member h3, .theme_member h11, .theme_member h12, .theme_member h13
{
    color: #1293c3;
}
.theme_events h2, .theme_events h3, .theme_events h11, .theme_events h12, .theme_events h13
{
    color: #89a20a;
}
.theme_articles h2, .theme_articles h3, .theme_articles h11, .theme_articles h12, .theme_articles h13
{
    color: #f87a26;
}
.theme_forum h2, .theme_forum h3, .theme_forum h11, .theme_forum h12, .theme_forum h13
{
    color: #4cb4bb;
}

h4
{
    color: #5e5c5e;
    font-size: 110%;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

h4.featuredarticletitle
{
    color: #f87a26;
    font-size: 100%;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}

h4.featuredeventtitle
{
    color: #89a20a;
    font-size: 100%;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

h4.theme_member
{
    color: #1293c3;
    font-size: 100%;
}

h5.memberjobdesc
{
    margin: 0px;
    font-size: 90%; 
}

h5.access
{
    color: #5e5c5e;
    font-size: 90%;
    font-weight: bold;
    margin: 0px 0px 0px 0px; 
}

span.subtitle
{
    font-size: 90%;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH end of headers */

/*CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC Content elements */
/****************************** Colors */
.txt_pink
{
    color: #f0027f;
}

.txt_orange
{
    color: #ff8e42;
}

.txt_blue
{
    color: #1293c3;
}

a.txt_blue 
{
    margin: 0;
    padding-right: 10px;
    font-size: 110%;
    font-weight : bold;
    color: #1293c3;    
    text-decoration: none;
}

a.txt_blue:hover, a.txt_blue:active
{
    text-decoration: underline;
}

a.txt_blueSelected
{
    text-decoration: underline;
}

.txt_bluegreen
{
    color: #4cb4bb;
}

.txt_green
{
    color: #89a20a;
}
/****************************** end of Colors */

.toolTip
{
    font-family: Verdana, Arial, Sans-serif, 'Times New Roman';
    font-size: 8pt;    
    filter:alpha(opacity=95);
    -moz-opacity: 0.8;
    opacity: 0.95;
    /* comment the above 3 line if you don't want transparency*/
}

/****************************** Paragraph */
p
{
    margin: 0 0 15px 0;
    padding: 0 10px 0 0;
    font-size: 90%;
}

p.intro
{
    font-weight: bold;
    font-size: 100%;
}

p.introcal
{
    font-weight:bold;
    font-size:100%;
    float:left;
}

p.intro_min
{
    font-weight: bold;
    margin-bottom:15px;
}

p.faqquestion
{
    font-weight: bold;
    margin-bottom: 5px;
    color: #1293c3;
}
/****************************** end of Paragraph */
/****************************** Links */
a.title_link
{
    text-decoration: none;
    font-weight: bold;
}

a.title_link:hover
{
    text-decoration: underline;
}

a.simple_link
{
    display: block;
    width: 100px;
    text-decoration: none;
    font-weight: bold;
}

.theme_about a, #colC .theme_about a
{
    color: #f0027f;
}

.theme_member a, #colC .theme_member a
{
    color: #1293c3;
}

.theme_events a, #colC .theme_events a
{
    color: #89a20a;
}

.theme_articles a, #colC .theme_articles a
{
    color: #f87a26;
}

.theme_forum a, #colC .theme_forum a
{
    color: #4cb4bb;
}

.theme_about a:hover, #colC .theme_about a:hover
{
    color: #f0027f;
}

.theme_member a:hover, #colC .theme_member a:hover
{
    color: #1293c3;
}

.theme_events a:hover, #colC .theme_events a:hover
{
    color: #89a20a;
}

.theme_articles a:hover, #colC .theme_articles a:hover
{
    color: #f87a26;
}

.theme_forum a:hover, #colC .theme_forum a:hover
{
    color: #4cb4bb;
}
/****************************** end of Links */
/****************************** Bulleted List */
ul.bulleted, ul.unbulleted
{
    /*list-style-type: square;*/    
    padding-left: 8px;
    margin: 10px 10px;
}

ul.bulleted li, ul.unbulleted li
{
    background-image:url(/Images/bullet_grey.gif);
    background-repeat:no-repeat;
    background-position:top left;
    margin-bottom: 5px;   
    padding-left:10px;
}

ul.unbulleted li
{
    background-image: none;
}

.theme_about ul.bulleted li
{
    background-image:url(/Images/bullet_about.gif);
}

.theme_member ul.bulleted li
{
    background-image:url(/Images/bullet_member.gif);
}

.theme_events ul.bulleted li
{
    background-image:url(/Images/bullet_events.gif);
}

.theme_articles ul.bulleted li
{
    background-image:url(/Images/bullet_articles.gif);
}

.theme_forum ul.bulleted li
{
    background-image:url(/Images/bullet_forum.gif);
}

ul.chevron_list li a, a.chevron_link 
{
    display: block;
    width: 150px;
    background-image: url(/Images/chevron_list.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0 0 0 10px;
    color: #5e5c5e;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

ul.chevron_list_green li a
{
    display: block;
    width: 150px;
    background-image: url(/Images/chevron_green.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0 0 0 10px;
    color: #89a20a;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

ul.chevron_list_green_members li a
{
    display: block;
    width: 250px;
    background-image: url(/Images/chevron_green.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0 0 0 10px;
    color: #89a20a;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

ul.chevron_list_orange li a
{
    display: block;
    width: 150px;
    background-image: url(/Images/chevron_orange.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0 0 0 10px;
    color: #5e5c5e;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

.chevron_link_ExportExcel
{
    height:10px; width:10px; text-align: right; vertical-align:middle; padding-left:10px; text-decoration: underline;
}

a.chevron_link
{
    font-size: 11px;
}

ul.chevron_list li a:hover, a.chevron_link:hover
{
    /*color: #f0027f;*/
    text-decoration: underline;
}

a.chevron_link_pink, a.chevron_link_pink:hover
{
    background: url(/Images/chevron_pink.gif) no-repeat top left;
    color: #f0027e;
}

a.chevron_link_darkblue, a.chevron_link_darkblue:hover
{
    background: url(/Images/chevron_darkblue.gif) no-repeat top left;
    color: #1094c4;
}

a.chevron_link_blue, a.chevron_link_blue:hover
{
    background: url(/Images/chevron_blue.gif) no-repeat top left;
    color: #4cb4bb;
}

a.chevron_link_green, a.chevron_link_green:hover
{
    background: url(/Images/chevron_green.gif) no-repeat top left;
    color: #89a20a;
}

a.chevron_link_orange, a.chevron_link_orange:hover
{
    background: url(/Images/chevron_orange.gif) no-repeat top left;
    color: #f87a26;
}

a.chevron_link_back
{
    display: block;
    width: 100px;
    background: url(/Images/chevron_back_list.gif) no-repeat top left;
    padding: 0 0 0 10px;
    color: #5e5c5e;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

a.chevron_link_back:hover
{
    text-decoration: underline;
}

a.chevron_link_back_blue, a.chevron_link_back_blue:hover
{
    background: url(/Images/chevron_back_blue.gif) no-repeat top left;
    color: #4cb4bb;
}

a.chevron_link_back_darkblue, a.chevron_link_back_darkblue:hover
{
    background: url(/Images/chevron_back_darkblue.gif) no-repeat top left;
    color: #1094c4;
}

a.chevron_link_back_green, a.chevron_link_back_green:hover
{
    background: url(/Images/chevron_back_green.gif) no-repeat top left;
    color: #89a20a;
}

a.chevron_link_back_orange, a.chevron_link_back_orange:hover
{
    background: url(/Images/chevron_back_orange.gif) no-repeat top left;
    color: #f87a26;
}

a.chevron_link_back.inline
{
    display:inline;
}
/****************************** end of Bulleted List */
/****************************** Numbered List */
ol
{
    padding: 0 10px 0 0;
}

ol li
{
    margin: 0 0 10px 0;
}

/****************************** end of Numbered List */
/****************************** Table */
table ul
{
}

table.contenttable
{
}

table.contenttable th
{
    vertical-align: top;
    width: 100px;
}

table.datatable tr.tablenoshowheader
{
    display: none;
}

table.datatable
{
    border: 0px solid #fff;
    width: 98%;
    margin: 0 0 10px 0;
}

table.datatable th
{
    background: none;
    padding: 5px 3px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec; /*     background: url(/Images/bck_table_header.gif) repeat-x center left;     padding: 10px 3px; */
}

table.datatable tr td
{
    background: url(/Images/bck_diag_stripes2.gif) repeat top left;
    vertical-align: middle;
    border-bottom: 1px solid #ececec;
    padding: 5px 2px;
}

table.datatable tr.datatablealternaingrow td, table.datatable tr.datatablepaging td, table.datatable tr.datatablepaging table tr td
{
    background: none;
}

table.datatable tr.datatablepaging
{
    text-align: center;
    width: 100%;
    /*background: url(/Images/line_grey_hr.gif) repeat-x top left;*/
}

table.datatable tr.datatablepaging a
{
    text-decoration: underline;
}

table.datatable tr.datatablepaging table
{
    width: 10px;
    margin: 0 auto;
}

table.datatable tr.datatablepaging table td
{
    width: 10px;
}

table.datatable tr.datatablepaging span
{
    font-weight: bold;
}

table.datatable td
{
    padding: 3px;
    font-size: 90%;
}

table.datatable a
{
    text-decoration: none;
    font-weight: normal; /*color: #5e5c5e;*/
}

table.datatable a:hover
{
    text-decoration: underline;
}

/*** Forum specific table styles ***/
#forum
{
    width: 99%;
    position:relative;
}

#forum table.datatable
{
    width: 100%;
    margin: 5px 0;
}

#forum td
{
    border-bottom: 1px solid #ececec;
    padding: 5px 2px;
}

#forum .datatablepaging td
{
    border-bottom: none;
}

#forum .f_thread label
{
    color: #4cb4bb;
}

#forum .f_postby
{
    font-weight: bold;
    width: 100px;
}

#forum .f_postby a
{
    color: #4cb4bb;
    font-weight: bold;
    display: inline;
}

#forum .f_postby a.chevron_link_pink
{
    color: #f0027e;
}

#forum .f_postby img
{
    margin: 4px 0;
}

#forum .f_posted
{
    float:left;
    font-weight: bold;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 3px;
    width:100%;
}

#forum .f_posted span.main
{
    float:left;
    width:350px;    
}

#forum .f_linkaction
{
    float:right;  
    background:#FFF;
    border:1px solid #ECECEC;
    border-bottom:none;
    padding:0 0 0 3px;      
}

#forum tr.datatablealternaingrow .f_linkaction
{    
    background: url(/Images/bck_diag_stripes2.gif) repeat top left;
}

#forum .f_linkaction a.f_linkquote
{
    font-weight:bold;    
}

#forum p.moderate
{
    color:#4cb4bb;    
    border:1px solid #4cb4bb;
    background:#EFFEFF;
    padding:3px;
}

#forum .f_message .edit_label
{
    margin-bottom:5px;
    text-align:right;
    color:#4cb4bb;
}

#forum .f_message ul
{
    list-style: disc;
    padding-left: 15px;
}

#forum .f_message p
{
    font-size:100%;
}

#forum a.chevron_link_back, #forum a.chevron_link, #forum a.chevron_link.floatRight
{
    display: inline;
    width: auto;
}

#forum a.chevron_link
{
    background-position: top right;
    padding: 0 10px 0 0;
}

#forum a.anchor_link
{
    font-weight: normal;
    color: #5E5C5E;
}

#forum label
{
    font-weight: bold;
}

#forum .f_quote
{
    color:#5E5C5E;
    margin:0 0 0 20px;   
}

#forum .f_quote label
{
    font-weight:bold;
}

#forum .f_quote .message_content
{    
    border:1px solid #ECECEC;    
    margin-top:2px;
    padding:3px;
}

#forum .f_quote p.edit_label
{
    color:#AFAFAF;  
}

#forum .f_alert
{
    color:#F0027F;   
}

#forum .abuse_message
{
    display:block;
    margin:0 0 15px 0;
    padding:5px;
    border:1px solid #ECEBEC;
    color:#9F9F9F;
}
/****************************** end of Table */

/*CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC end of Content elements */

/*IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII IDs */
#holder
{
    background-color: #FFFFFF;
    width: 830px;
    text-align: left;
    margin: 0 auto;
}

#holder_padding
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

#logo
{
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
}

#breadcrumb_print_email
{
    background-color: #5e5c5e;
    width: 810px;
    font-size: 90%;
}

#print_email
{
    width: 390px;
    background-color: #5e5c5e;
    padding-top: 8px;
    padding-right:12px;
    float: right;
}

#tweet
{
    background:transparent url('/Images/PageLinkedIn.gif') top left no-repeat;
    padding:0px 0px 0px 25px;
    width: 120px;
    float: left;
}

#facebook
{
    background:transparent url('/Images/PageTwitter.gif') top left no-repeat;
    padding:0px 0px 0px 10px;
    width: 140px;
    float: left;
}

#print
{
    width: 40px;
    padding-left:3px;
    float: left;
}

#email
{
    width: auto;
    float: right;
}

#print_email a
{
    color: #FFFFFF;
    text-decoration: none;
}

#print_email a:hover
{    
    text-decoration: underline;
}

#editable_content ul
{
    list-style: disc;    
    padding:0;
    margin:0;
    padding-left: 15px;
    margin-bottom: 5px;
    font-size: 90%;
}

#editable_content ol
{    
    list-style-type: decimal;
    padding:0;    
    padding-left: 15px;
    margin:0 0 5px 5px;
    font-size: 90%;
}

div#dropcontainer
{
    background: url(/images/bg_home_dropcol.gif) bottom left no-repeat;
    float: left;
    padding: 0px;
    margin: 0px;
    width: auto;
}

/****************************** Columns */
/*** Commom Columns Elements ***/
.corner
{
    background-image: url(/Images/cnr_tran_2_dkgrey_br.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
}

.corner.orange
{
    background-image: url(/Images/cnr_orange_2_dkgrey_br.gif);
}

.stripes
{
    background-color: #ffffff;
    background-image: url(/Images/bck_diag_stripes2.gif);
    background-repeat: repeat-y;
    padding-bottom: 10px;
}

.content_header
{
    color: #ffffff;
    font-family: "Arial" , "Verdana" ,sans-serif;
    padding: 2px 0 3px 10px;
    margin: 0 0 0px 0;
    line-height: 25px;
    font-size: 110%;
    font-weight: bold;
}
.content_header a
{
    color: #ffffff;
}
.content_header a:hover
{
    color: #f0027f;
}

.col_content
{
    padding: 10px 0 10px 8px;
}

.col_content.top
{
    padding-top: 0px;
}

.col_content.bottom
{
    padding-bottom: 0px;
}

.col_content img.floatLeft
{
    margin: 0 8px 5px -8px;
}

.col_content img.floatRight
{
    margin: 0 0 5px 4px;
}

.bloc_separator
{
    height: 10px;
    background: #5e5c5e;
    font-size: 0;
}
/*** Column AB ***/
#colAB
{
    /*background: #868386 url(/Images/strip_grey_2_dkgrey.gif) no-repeat bottom left;*/
    /*background: #868386 url(/Images/secondnav_grey_2_dkgrey.gif) no-repeat bottom left;*/
    background: #5E5C5E url(/Images/colAB_bg.gif) repeat-y top left;    
    width: 639px;
    float: left;
}

#colAB .colAB_footer
{
    clear:both;
    background: #5E5C5E url(/Images/colAB_footer.gif) no-repeat top left;
    width:639px;
    height:13px;
}

/*** Column A ***/
#colA
{
    float: left;
}

#colA .corner
{
    padding-right: 5px;
}

#colA .content_header.colour1
{
    background-color: #7f7e7f;
}

#colA .content_header.colour2
{
    background-color: #c0bec0;
}
/*** Column B ***/
#colB
{
    background-color: #FFF;
    float: left;
    margin: 0 0 0 10px;
    padding: 10px 0 0px 0;
}

#colB .content_header.colour1
{
    background-color: #4cb4bb;
}

#colB a.chevron_link
{
    width: 150px;
}

#colB ul, #colB ol
{
    font-size: 90%;
}
/*** Column C ***/
#colC
{
    width: 150px !important;
    margin-left: 10px;
    float: left;
    background-color: #ffffff;
    padding: 0px;
}

#colC .corner
{
    padding-right: 5px;    
}

#colC .content_header.colour1
{
    background-color: #89a20a;
}

#colC .content_header.colour2
{
    background-color: #f87a26;
}

#colC .col_content.colour2, #colC .col_content.colour2 a
{
    background-color: #f87a26;
    color: #FFF;
}

#colC .content_header.colour3
{
    background-color: #868386;
    color: #bfe10e;
}

#colC li
{
    margin-bottom: 5px;
}

#colC ul a
{
    font-weight: normal;
    width: 120px;
}

#colC img
{
    margin:0;    
    padding:0 0 5px 0px;    
}

#colC a.chevron_link
{
    width: 120px;
}
/****************************** end of Columns */
/****************************** Content Layouts */
/*** Alt content (Homepage) ***/
#alt_content
{
    background-color: #5e5c5e;
    width: 800px;
    padding: 10px 0px 5px 10px;
}

#alt_content #colA
{
    background-color: #FFF;
    width: 310px;
}

#alt_content #colB
{
    width: 310px;
}

/*** Content (Common pages) ***/
#content
{
    background-color: #5e5c5e;
    width: 810px;
    padding-bottom: 5px;
}

#content #colA
{
    /*background: #868386 url(/Images/cnr_grey_2_dkgrey_br.gif) no-repeat bottom right;*/
    width: 159px;
    padding: 10px 0;
    float: left;
    /*height: 420px;*/
}

#content #colB
{
    /*background-image: url(/Images/cnr_wht_2_dkgrey_br.gif);
    background-repeat: no-repeat;
    background-position: bottom right;*/
    width: 470px;
    min-height: 430px;
}

/*** Forum Content (Forum pages) ***/
#fullwidth_content
{
    /*background-color: #5e5c5e;*/
    background:#5E5C5E url(/Images/colFull_bg.gif) repeat-y top left;
    width: 810px;    
}

#fullwidth_content .colFull_footer
{
    clear:both;
    background: #5E5C5E url(/Images/colFull_footer.gif) no-repeat top left;
    width:810px;
    height:16px;
}

#fullwidth_content #colA
{
    /*background: #868386 url(/Images/cnr_grey_2_dkgrey_br.gif) no-repeat bottom right;*/
    width: 159px;
    padding: 10px 0;
    float: left;
    /*height: 400px;*/
}

#fullwidth_content #colB
{
    /*background-image: url(/Images/cnr_wht_2_dkgrey_br.gif);
    background-repeat: no-repeat;
    background-position: bottom right;*/
    width: 630px;
}
/****************************** end of Content Layouts */
/*#################################### forms */
input.generaltext, select, textarea
{
    margin-bottom: 7px;
    padding: 2px;
    border-top: 1px solid #868386;
    border-left: 1px solid #868386;
    border-bottom: 1px solid #ecebec;
    border-right: 1px solid #ecebec;
    font-size: 10px;
    width: 195px;
}

textarea
{
    width: 90%;
    margin-top: 0px;
    color: #474547;
    font-family: Arial;
    font-size: 11px;
}

fieldset legend
{
    color: #5e5c5e;
    display: block;
    font-weight: bold;
    margin: 10px 0px;
    padding-top: 5px;
    position: relative;
    left: -9px;
}

label
{
    font-size: 90%;
    display:block;
    margin-bottom:2px;
}

#MasterSearchForm
{
    width: 400px;        
}

#MasterSearchForm input.generaltext
{
    width: 188px;
    color: #474547;
}

#MasterSearchForm a.chevron_link
{
    display: inline;
}

#top_right_nav label
{
    font-weight: bold;
}

#form_poll p
{
    margin: 0px 0px 5px 0px;
    font-weight: bold;
}

#form_poll .pollresultstable td
{
   font-size: 90%; 
}

#form_poll a.chevron_link
{
    margin: 5px 0 0 5px;
}

#form_poll input
{
    width: 20px;
    vertical-align: middle;
}

#form_poll label
{
    font-size: 90%;
    display:inline;
}

#bookingForm input.generaltext, select
{
    width: 200px;
}

#bookingForm .formColLeft
{
    float: left;
    width: 220px;
}

#bookingForm .formColRight
{
    float: right;
    width: 220px;
}



#bookingForm a.chevron_link
{
    display: inline;
    background-position: top right;
    padding: 0 10px 0 0;
}

#bookingForm a.chevron_link_back
{
    display: inline;
}

#bookingForm .booking_location
{    
    text-align:right;
}

#bookingForm .booking_location span
{
    font-weight:bold;
    color:#A9C70C;
}

.theme_events input.generaltext, .theme_events select
{
    color: #89a20a;
}

.editorcontainer
{
    margin: 0 0 5px 0;
}

.form_error_message
{
    color: #F0027F;
    font-weight: bold;
}

/* members search form */

fieldset.membersform div.floatleft
{
    float: left;
    width: 220px;
}

fieldset.membersform div.floatontoleft
{
    float: left;
    width:  350px;
}

.alphaselected
{
    color: #000;
    font-weight: bold;
}

/*#################################### end of forms */

/*IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII end of IDs */
/* Members Profile Login page specific styles */
.members_profile a:hover
{
    color: #1293C3;
}

#login #login_email
{
    margin-right: 0px;
    padding-left: 0px;
    width: 220px;
    float: left;
    display: inline;
}

#login input.generaltext
{
    width: 200px;
    margin-bottom: 7px;
    color: #1293C3;
}

#login #login_email input
{
    vertical-align: -20%;
}

#login #login_email label, #login #login_password label, #login #forgotten_password label
{
}

#login #login_password
{
    margin-left: 10px;
    text-align: left;
    width: 220px;
    float: left;
    display: inline;
}

#login #forgotten_password
{
    padding-left: 0px;
}

.membersdetailsoptions
{
    border: solid 1px #f0027f;
    padding: 10px;
    width: 80%;
    margin: 15px 0px;
}

.theme_member .membersdetailsoptions
{
    border: solid 1px #1293c3;    
}

/*#login #colB #forgotten_password fieldset, #login #colB #forgotten_password form {*/
#login fieldset
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

#login #forgotten_password input
{
    vertical-align: -20%;
}

#login p.errorMessage
{
    margin-left: 0px;
    margin-bottom: 2px;
    line-height: 150%;
}
/*
#login a.chevron_link
{
    display:inline;    
    background-position: top right;
    padding: 0 10px 0 0;
}*/

#login a.chevron_link:hover
{
    color: #1293C3;
}

/* end of Login page specific styles */

/* Group Member Profiles specific styles */
div.groupMemberItem
{    
    min-height: 130px;
    *margin: 0 0 15px 0;
    *min-height:0;
}

div.groupMemberItem p
{
    /*height: 53px;*/
    margin-bottom:5px;    
}

div.groupMemberItem label
{
    display: block;
}

/* end of Group Member Profiles specific styles */

table.pollresultstable
{
    /*    margin-left: 8px;*/
    margin-bottom: 30px;
}



/* Update page results */

div.results
{
    border-top: 1px solid #1293c3;
    border-bottom: 1px solid #1293c3;
    margin: 10px 0px 10px 0px;
    padding: 5px 0px 5px 0px;
    color: #1293c3;
    width: 400px;
}

div.results span
{
    background: url(/Images/icon_information.gif) no-repeat 0px 3px;
    padding: 5px 0px 0px 22px;
    display: block;
    height: 17px;
}

/* End Update page results */

/* Contact us styles */

.generalform label
{
    display: block;
}

