/* GLOBAL GENERIC RULES ------------------------------------------------- */

body {
    margin: 0;
    font-family:"Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    background-color:white;
}

.left {
    float:left;
}

.right {
    float:right;
}

.no_float {
    float:none !important;
}

.center {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.clear {
    clear:both;
}

.clear-left {
    clear:left;
}

.clear-right {
    clear:right;
}

.ie7 .clear,
.ie7 .clear-left,
.ie7 .clear-right {
    height:0 !important;
    margin:0 !important;
    padding:0 !important;
}

.hidden {
    display:none;
}

.inline-block {
    display:inline-block;
}

.ie7 .inline-block {
    zoom:1;
    display:inline;
}

.click_me {
    cursor:pointer;
}

.ie img {
    -ms-interpolation-mode:bicubic;
}

p, dl {
    font-size:14px;
    line-height:16px;
    color:#737373;
    margin-bottom:10px;
}

p a {
    color:#630460;
    text-decoration:none;
}
p a:hover {
    color:#630460;
    text-decoration:underline;
}

img {
    display:inline-block;
}

.ie7 img {
    zoom:1;
    display:inline;
}

a img {
    text-decoration:none;
    border:0;
    outline:0;
}

a:focus,
input[type=image]:focus,
.edit input {
    outline: 0;
}

ul {
    list-style-type:none;
}

ul.text_list, ol.text_list {
    font-size:14px;
    line-height:16px;
    color:#737373;
}
ul.text_list {
    list-style-type:disc;
}
ol.text_list {
    list-style-type:decimal;
}

.grid td a {
    color:#FF9933;
    text-decoration:none;
}
.grid td a:hover {
    text-decoration:underline;
}

.static_content {
    width:700px;
}

.print_this_page {
    float:right;
    font-size:14px;
    margin-top:19px;
}

.print_this_page a {
    color:#630460;
    font-weight:bolder;
    text-decoration:none;
}

.print_this_page a:hover {
    text-decoration:underline;
}

input[type=text],
input[type=password],
textarea,
select {
    border-top:1px solid #989898;
    border-left:1px solid #989898;
    border-right:1px solid #E1E1E1;
    border-bottom:1px solid #E1E1E1;
    color:#3D3D3D;
}

textarea {
    font-family:"Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

pre {
    font-family:"Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
    margin:0;
    white-space:pre-line;
}


/* FIXES ---------------------------------------------------------------- */

.calendar thead .title {
    background-color:gray !important;
    color:white !important;
}

.calendar .combo {
    color: black !important;
}

.flexigrid tr.trSelected td.sorted a,
.flexigrid tr.trSelected td a {
    color:#FF9933;
}

.TextSnippet,
.TextSnippet p {
    color:black;
    font-size:12px;
    font-weight:normal;
    margin:0;
    line-height:normal;
}

.TextSnippet h1,
.TextSnippet h2,
.TextSnippet h3,
.TextSnippet h4,
.TextSnippet h5,
.TextSnippet h6 {
    margin:0;
    line-height:auto;
    color:black;
    line-height:normal;
}

.TextSnippet h4,
.TextSnippet h5 {
    font-size:13px;
}

.TextSnippet pre {
    line-height:normal;
    margin:0;
    line-height:auto;
    color:black;
    font-size:8px;
}



.ie7 ul {
    margin-left:0;
}


/* TOP BAR -------------------------------------------------------------- */

#top_bar {
    width:100%;
    height:40px;
    background-color:#630460;
    color:white;
    font-size:smaller;
}
.ie7 #top_bar {
    position:relative;
    top:0;
    z-index:2;
}

#top_bar > div {
    margin:0 1em 0 1em;
}

#top_bar input[type=text] {
    height:23px;
    border:1px solid #BABABA;
    background-color:#EFEFEF;
    padding:0;
    position:relative;
    vertical-align:middle;
    line-height:23px;
}
.webkit #top_bar input[type=text] {
    top:-1px;
}
.ie7 #top_bar input[type=text] {
    top:4px;
}
.linux #top_bar input[type=text] {
    top:-2px;
}

.gecko #top_bar input[type=text] {
    height:19px;
    padding-top:4px;
}

#top_bar img {
    vertical-align:middle;
}
.ie7 #top_bar img {
    vertical-align:top !important;
}

#top_bar span {
}
.ie7 #top_bar #top_more_search_link span {
    display:inline-block;
    position:relative;
}

#top_bar .right img:hover,
#top_more_search_link:hover,
#top_account_link:hover {
    cursor:pointer;
}

#top_more_search_link {
    position: relative;
    font-weight:bolder;
    display: inline-block;
    height:40px;
    width:161px;
}
.ie7 #top_more_search_link {
    display:inline !important;
}
.ie7 #top_more_search_link img {
    vertical-align:middle !important;
}

#top_more_search_link span {
    display:block;
    margin-top:7px;
    padding-top:5px;
    padding-left:10px;
    padding-right:6px;
    padding-bottom:11px;
    width:145px;
    border-top:1px solid #630460;
    border-left:1px solid #630460;
    border-right:1px solid #630460;
}

#top_account_link {
    position: relative;
    font-weight:bolder;
    display: inline-block;
    height:40px;
    width:81px;
}
.ie7 #top_account_link {
    display:inline !important;
}
.ie7 #top_account_link img {
    vertical-align:middle !important;
}

#top_account_link span {
    display:block;
    margin-top:7px;
    padding-top:5px;
    padding-left:10px;
    padding-right:6px;
    padding-bottom:11px;
    width:65px;
    border-top:1px solid #630460;
    border-left:1px solid #630460;
    border-right:1px solid #630460;
}
#top_bar span.selected {
    border-top:1px solid #FFF;
    border-left:1px solid #FFF;
    border-right:1px solid #FFF;
    border-bottom:1px solid #630460;
}

#top_search_form {
    position: relative;
    display: inline-block;
}
.ie7 #top_search_form {
    display:inline;
    top:1px;
}

#top_search_label {
    position: absolute;
    z-index: 1;
    margin-left: 5px;
    margin-top: 4px;
    color: #989898;
    display: none;
}
.ie7 #top_search_label {
    top:6px;
}

#account_menu {
    position: absolute;
    display:none;
    background-color: #630460;
    width: 180px;
    z-index: 20;
    font-size: 12px;
    padding: 0;
    margin: 0px;
    left:-99px;
    border-bottom:1px solid #FFF;
    border-right:1px solid #FFF;
    border-left:1px solid #FFF;
}
.ie7 #account_menu {
    right:-20px;
}

#account_menu ul {
    padding:0;
    margin:0;
}

#account_menu a {
    text-decoration:none;
    color:#FFF;
    display:block;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:12px;
    padding-right:12px;
}

#account_menu li:first-child {
    margin-top:10px;
}

#account_menu li:hover {
    background-color:#702C6D;
}

#search_options {
    position: absolute;
    display:none;
    background-color: #630460;
    width: 161px;
    z-index: 20;
    font-size: 12px;
    padding: 0;
    margin: 0px;
    left:0px;
    border-bottom:1px solid #FFF;
    border-right:1px solid #FFF;
    border-left:1px solid #FFF;
}
.ie7 #search_options {
    right:-20px;
    top:40px;
}

#search_options ul {
    padding:0;
    margin:0;
}

#search_options li {
    text-decoration:none;
    color:#FFF;
    display:block;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:12px;
    padding-right:12px;
}

#search_options li:hover {
    background-color:#702C6D;
}

#search_options li:first-child {
    margin-top:10px;
}


/* HEADER AND MENU ------------------------------------------------------ */

#header {
    width:100%;
    margin-top:1em;
    margin-bottom:2em;
    border-bottom:1px solid #989898;
}
.ie7 #header {
    z-index:-1;
}

#user_dashboard {
    float:right;
    max-height:43px;
    width:320px;
    overflow:hidden;
}
.ie7 #user_dashboard {
    width:350px;
}

.user_avatar_mini, .user_avatar_mini img {
    height:43px !important;
    width:43px !important;
    border:none !important;
    float:right;
}

.user_dashboard_commands {
    height:43px;
    margin-right:0.5em;
    float:right;
    max-width:260px;
    text-align:right;
}

.user_dashboard_commands .logout_command {
    height:12px;
    font-size:11px;
    margin:0;
    margin-top:3px;
    text-align:right;
    float:right;
}

.user_dashboard_commands a {
    text-decoration:none;
}

.user_dashboard_commands .logout_command a:hover {
    text-decoration:none;
}

.user_dashboard_commands .logout_command span {
    margin-left:2px;
    color: #737373;
    font-weight:bolder;
    position:relative;
}

.ie7 .user_dashboard_commands .logout_command span {
    position:relative;
    top:-4px;
}
.ie7 .user_dashboard_commands .logout_command img {
    position:relative;
    left:-1px;
    top:-1px;
}

.user_dashboard_commands .user_displayname {
    font-size:13px;
    font-weight:bold;
    color:#630460;
    margin:0;
    text-align:right;
    overflow:hidden;
    line-height:14px;
}
.ie7 .user_dashboard_commands .user_displayname {
    right:0px;
}

.user_dashboard_commands .new_messages_counter {
    margin:0px;
    font-size:11px;
    font-weight:bold;
    line-height:12px;
    text-align:right;
}
.user_dashboard_commands .new_messages_counter a {
    color:#737373;
}
.user_dashboard_commands .new_messages_counter .new_messages {
    color:#FF9933;
}
.user_dashboard_commands .message_icon {
    display:inline-block;
    width:12px;
    height:8px;
    background:url('/images/little_message_grey.png');
}
.user_dashboard_commands .new_messages .message_icon {
    background:url('/images/little_message_orange.png');
}

#menu_commands {
    font-weight:bold;
    font-size:14px;
}

.header_menu_selected {
    background-image:url('/images/menu_white_arrow.png');
    background-position:bottom center;
    background-repeat:no-repeat;
    display:inline-block;
    height:100%;
}

.ie7 .header_menu_selected {
    zoom:1;
    display:inline;
}

.header_submenu_selected {
    color:#630460;
}

/* BEGIN NRU */

#nru_signup_box {
    margin: 20px;	
}

#nru_join_header, #nru_thanks_header {
    font-size: 29px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#nru_email_label {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;	
}

#nru_join_email {
    vertical-align: middle;
    height: 25px;
    width: 300px;
    margin-right: 10px;
}

#nru_join_btn {
	vertical-align: middle;
	cursor: pointer;
}

#nru_join_msg, #nru_thanks_msg {
    font-size: 12px;	
}

#nru_thanks_footer {
    font-size: 12px;
    font-weight: bold;	
}

#nru_signin_msg {
    margin-top: 25px;
    font-size: 12px;	
}

#nru_signin_msg a {
    font-weight: bold;	
}

#nru_error {
    margin-top: 10px;
}

#nru_error_msg {
    width: 480px !important;
}

#nru_join_section {
    padding-top: 1px;
}
/* END NRU */


#menu_first_line div {
    float:left;
    margin-right:4px;
}

#menu_left_section {
    height:36px;
    background-color:#737373;
}

#menu_left_section a:first-child {
    background-image:none;
}

#menu_left_section a {
    color:white;
    display:inline-block;
    height:36px;
    background-image:url('/images/menu_link_separator.png');
    background-position:left;
    background-repeat:no-repeat;
    padding-left:21px;
    padding-right:14px;
    line-height:33px;
    text-decoration:none;
}

.ie7 #menu_left_section a {
    zoom:1;
    display:inline;
}

#menu_left_section a:hover {
    text-decoration:none;
}

.menu_rounded_link {
    background-color:#3D3D3D;
    background-image:url('/images/menu_link_left_rounded_border.png');
    background-position:left;
    background-repeat:no-repeat;
    height:36px;
}

.menu_rounded_link a {
    background-color:#3D3D3D;
    background-image:url('/images/menu_link_right_rounded_border.png');
    background-position:right;
    background-repeat:no-repeat;
    color:white;
    display:block;
    height:36px;
    margin-left:7px;
    padding-left:7px;
    padding-right:14px;
    line-height:33px;
    text-decoration:none;
}

.menu_rounded_link a:hover {
    text-decoration:none;
}

#menu_second_line {
    color:#737373;
    height:32px;
}

#menu_second_line a {
    color:#3D3D3D;
    text-decoration:none;
    display:inline-block;
    height:32px;
    line-height:28px;
    padding-left:21px;
    padding-right:7px;
    background-image:url('/images/submenu_link_separator.png');
    background-position:left;
    background-repeat:no-repeat;
}
.ie7 #menu_second_line a {
    zoom:1;
    display:inline;
}

#menu_second_line a:hover {
    color:#630460;
    text-decoration:underline;
}
#menu_second_line a:first-child {
    background-image:none;
}


/* CENTRAL CONTAINER ---------------------------------------------------- */

#external_wrapper,
#content {
    width:975px;
    margin-left:auto;
    margin-right:auto;
}


/* FOOTER --------------------------------------------------------------- */

#footer {
    width:100%;
    height:140px;
    border-top:1px solid #989898;
    padding-top:8px;
    padding-bottom:40px;
    margin-top:4em;
}

#footer p {
    font-size:smaller;
    color:#737373;
}

#footer_links {
    margin-top:1em;
}

#copyright_info {
    font-size:11px;
    text-align:right;
    color:#989898;
    margin-top:1em;
}
.ie7 #copyright_info {
    margin-top:1.5em;
}

.footer_column {
    float:left;
    margin-right:3em;
}

.footer_column a {
    line-height:6px;
    color:#737373;
    text-decoration:none;
}
.footer_column a:hover {
    text-decoration:underline;
}
.ie7 .footer_column a {
    line-height:2px;
}

.footer_column h4 {
    color:#3D3D3D;
    font-size:14px;
}
