

/* RESETS BROWSER STYLES */
@import url(reset.css);

/* Main layout */
body {
line-height: 1.5;
font-size: 62.5%; 
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #555;
background-color: #989898;
background-image: url(../images/background/bg_body.png);
background-repeat: repeat-x;
background-position: left top;
}

#landing_page {
margin-top: 20px;
text-align: center;
}

#wrap {
margin: 20px auto;
width: 800px;
background-image: url(../images/background/bg_wrap.png);
background-repeat: repeat-y;
background-position: center top;
}

#global-header-area {
height: 144px;
background-color:#fff;
background-image: url(../images/background/bg_global-header.png);
background-repeat:no-repeat;
background-position: right top;
}

/* main link styles */

a {
color: #000066;
}

a:hover {
color: #d71f85;
text-decoration: underline;
}

/* The left-logo style controls the padding and alignment of the logo at the top left,
if the minisite is a co-brand, for example. */


/* The right-logo style controls the padding and alignment of the logo at the top right,
often the BT logo, for example. */

#landing_page_header {
font-size: 1.8em;
font-weight: bold;
text-align: center;
padding-bottom: 5px;
}

#landing_page_text {
text-align: center;
font-size: 1.2em;
}

#map {		
height: 350px;
width: 760px;
background: #fff url(../images/map.jpg);
}

#menu-language {
float: left;
background: #fff url(../images/menu-language-bg.jpg);
height: 340px;
width: 139px;
border-right: 1px solid #000066;
padding-top: 10px;
}

#menu-language ul{
padding: 0;
margin: 0;
margin-top: 0px;
}

#menu-language li{
list-style-type: none;
font-size: 1.3em;
padding: 0;
margin: 0;
text-align: right;
font-weight: bold;
}

#menu-language a, .menu a:visited {
text-decoration: none; 
color: #fff; 
display: block;
padding: 5px 20px;
}

#menu-language a:hover {
color: #f05423;
}

#shadow-top {
background: #fff url(../images/shadow-top.jpg);
height: 30px;
width: 760px;
border-bottom: 1px solid #fff;
}

#shadow-bottom {
background: #fff url(../images/shadow-bottom.jpg) top no-repeat;
height: 40px;
width: 760px;
border-top: 1px solid #fff;
text-align: center;
padding-top: 10px;
font-size: .8em;
color: #333;
}

select {
font-size: 1.1em;
color: #333;
border: 1px solid #ccc;
padding: 1px;
/*-moz-border-radius: 5px;
-webkit-border-radius: 5px;*/
}

select:focus {
border: 1px solid #000066;
}

#copyright {
font-size: 1em;
}

#homepage-intro {
background-image: url(../images/background/bg_overview4.jpg);
background-repeat: no-repeat;
background-position: left top;
min-height: 280px;
padding: 0 40px 0 440px;
}

#homepage-intro p {
font-size: 1.1em;
margin-top: 10px;
}

#homepage-intro a.bigbutton {
font-size:1.3em;
text-decoration:none;
background-image: url(../images/background/bg_bigbutton.png);
background-repeat: repeat-x;
background-position: 0 50%;
color:#fff;
border: 1px solid #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 3px 5px 3px 5px;
font-weight: bold;
float:right;
margin-top: 8px;
}

#homepage-intro a.bigbutton:visited {

}

#homepage-intro a.bigbutton:hover {
border: 1px solid #d71f85;
}

#homepage-intro a.bigbutton:active {
margin-top: 9px;
}

#homepage-intro ul {
font-size: 1.1em;
}

#homepage-intro li {
padding-left: 25px;
padding-bottom: 3px;
background-image: url(../images/background/bg_overview_list.gif);
background-repeat: no-repeat;
background-position: 0 2px;
}


/* --------------------------------------------------------------------------------- 
		HOMEPAGE QUICK LINKS STYLES
--------------------------------------------------------------------------------- */

#homepage-quicklinks {
width: 780px;
margin: 5px 0 0 10px;
padding: 0;
float: left;
}

#homepage-quicklinks p {
line-height: 1.5;
}

#homepage-quicklinks p.smallprint {
font-size: 1em;
line-height: 1.25;
}

#homepage-quicklinks ul {
margin: 0 0 0 10px;
}

#homepage-quicklinks li {
background-image: url(../images/background/bg_list-arrow.png);
background-position: 0 6px;
background-repeat: no-repeat;
padding-left:10px;
margin: 4px 0 4px 0;
}

#homepage-quicklinks a {
font-size:1.1em;
}

#homepage-quicklinks a:visited {

}

#homepage-quicklinks a:hover {

}

#quicklink-work-smarter {
width: 350px;
float: left;
margin:0 0 10px 20px;
padding:0 16px 8px 0;
border-right: 1px dashed #ccc;
}

#quicklink-conferencing-services {
width: 350px;
float: left;
padding-left: 20px;
}

#quicklink-training-resources{
display:none;
}

#quicklink-helpdesk {
display:none;
}

#quicklink-helpdesk a:link {
border: 0;
background-image: none;
padding-left: 0;
}

#quicklink-helpdesk a:hover {
background-color:#fff;
}

#homepage-quicklinks ul {
clear: both;
}

#homepage-quicklinks li {
list-style-type: none;
font-size: 1.1em;
}

#homepage-quicklinks li.phone {
background: url(http://www.btconferencing.com/email/channel/bt/images/icons_touch/touch_phone.gif) 0 50% no-repeat;
padding-left: 24px;
margin-bottom: 5px;
}

#homepage-quicklinks li.email a {
background: url(http://www.btconferencing.com/email/channel/bt/images/icons_touch/touch_email.gif) 0 50% no-repeat;
padding-left: 26px;
margin-left: -2px;
margin-bottom: 5px;
border-bottom: 0;
}

#homepage-quicklinks li.email a:hover {
text-decoration: underline;
}

#homepage-quicklinks li.email p {
font-size: 1em;
margin:0;
line-height: 1;
}

#homepage-quicklinks li.phone p {
font-size: 1em;
margin:0;
line-height: 1;
}

#homepage-quicklinks h4 {
font-size: 1em;
margin:0;
}


#segment-nav-01 {
background-image: url(../images/background/bg_nav1_full.png);
background-repeat: no-repeat;
background-position: center top;
background-color: #000066;
height: 26px;
padding-left: 37px;
clear: both;
}

#segment-nav-01 li {
float: left;
list-style-type: none;
text-align: center;
}

#segment-nav-01 li a {
color:#fff;
text-decoration: none; 
float: left;
font-size: 1.2em;
font-weight: bold;
display: block;
padding: 0 8px 0 8px;
line-height: 26px;
border-left: 1px solid #00004D;
border-right: 1px solid #40408D;
}

#segment-nav-01 #current a {
background-image: url(../images/background/bg_nav1_hover2.png);
background-position: left top;
background-repeat: repeat-x;
}

.first-link {
border-left: 1px solid #8fbfdb;
}

#segment-nav-01 li a:hover {
background-image: url(../images/background/bg_nav1_hover.png);
background-position: left top;
background-repeat: repeat-x;
}

#segment-nav-01 li a:active {
color: #fff;
}

/* secondary navigation section - this is the horizontal menu that appears beneath the primary tabs */

#segment-nav-02 {
height: 21px;
background-image: url(../images/background/bg_nav2_full.png);
background-position: center top;
background-repeat: no-repeat;
background-color: #fff;
padding: 0 0 0 27px;
}

#segment-nav-02 ul {
width: 100%;
}

#segment-nav-02 li {	
float: left;
text-align: center;
}

#segment-nav-02 li a {
text-decoration: none; 
float: left;
font-size: 11px; 
font-weight: normal;
display: block;
padding: 0px 10px 0 10px;
line-height: 21px;
}

#segment-nav-02 li a:hover {

}

#segment-nav-03 {
float: left;
margin: 21px 0 0 10px;
min-height: 18px;
width: 160px;
padding: 0;
line-height: 1.1;
}

.segment-nav-03-header {
font-size: 1.3em;
font-weight: bold;
padding: 0 0 5px 0;
margin: 0 0 5px 10px;
border-bottom: 1px dashed #ddd;
}

.segment-nav-03-header a {
text-decoration: none;
color: #000066;
}

.segment-nav-03-header-link {
background: transparent none;
border-top: 0 none transparent;
text-decoration: none;
}

#segment-nav-03 ul {
padding: 0;
margin: 0;
}

#segment-nav-03 li {
list-style-type: none;
padding: 0;
margin: 0;
text-align: left;
}

.segment-nav-03-link {
text-decoration: none; 
font-size: 1.1em; 
font-weight: normal;
display: block;
padding: 0;
margin: 0 0 0 5px;
}

.segment-nav-03-link a {
text-decoration: none;
}

.segment-nav-03-link p {
margin: 10px 0 5px 0;
padding: 0 0 0 5px;
line-height: 1.1;
}

.segment-nav-03-link p a {
font-weight: bold;
font-size: .9em;
}

.segment-nav-03-link a:hover {
background-image: url(../images/background/bg_list-arrow.png) left no-repeat;
}

.sub-link {
	margin-left: 18px;
}

.segment-nav-03-arrow {
background-image: url(../images/background/bg_list-arrow.png);
background-repeat: no-repeat;
background-position: 4% 50%;
padding: 0 5px 0 15px;
margin: 0 0 5px 0;
}

#segment-nav-03 a.selected {
color: #000; 
background: #fff url(../images/background/bg_list-arrow.png) left no-repeat;
text-decoration: none;
font-weight: bold;
}

#segment-nav-03 ul.sub {
padding: 0;
margin: 0;
width: 140px;
}

#segment-nav-03 ul.sub li {
list-style-type: none;
padding: 0;
margin: 0;
text-align: left;	
}

#segment-nav-03 ul.sub a:link, #segment-nav-03 ul.sub a:active, #segment-nav-03 ul.sub a:visited {
text-decoration:none; 
font-size: 1.1em; 
font-weight: normal;
background: #fff url(../images/sub-list-arrow.gif) 10px 10px no-repeat;
display: block;
padding: 5px 10px;
padding-left: 20px;
border-top: 1px solid #E5E5E5;
line-height: 1.2;
}

#segment-nav-03 ul.sub a:hover, #segment-nav-03 ul.sub a.selected:hover{
color: #333; 
background-image: url(../images/sub-list-arrow.gif) 10px 10px no-repeat;
text-decoration: underline;
}

#segment-nav-03 ul.sub a.selected {
color: #F05423; 
background: #fff url(../images/sub-list-arrow.gif) 10px 10px no-repeat;
text-decoration: none;
font-weight: normal;
}

/* If width for segment-nav-04 is adjusted, tent.right-nav-only and segment-main-content.left-and-right-nav need to also be adjusted by the same amount. For example, if 10px is added to segment-nav-04, then 10px needs to be subtracted from segment-main-content.right-nav-only and segment-main-content.left-and-right-nav */

#segment-nav-04 {
float: right;
width: 170px;
margin-top: 1px;
padding: 0 10px 0 0;
}


/* segment-section-area controls the outside border */

#segment-section-area {
float: left;
width: 798px;
margin-bottom:10px;
}

.segment-main-content.right-nav-only {
float: left;
width: 540px;
padding: 0 0 0 36px;
}

.segment-main-content.left-and-right-nav {
float: left;
width: 400px;
padding: 0 0 0 20px;
}

.segment-main-content.left-nav-only {
float: right;
width: 600px;
padding: 0 0 0 20px;
}

.segment-main-content ul {
font-size: 1.1em;
padding: 0;
margin: 10px 0 10px 10px;
}

.segment-main-content li {
padding:0 0 2px 15px;
background-image:url(../images/background/bg_list-arrow.png);
background-repeat:no-repeat;
background-position:0 50%;
}

.segment-main-content ul.sub {
font-size: 1.0em;
padding: 0;
margin: 10px 0px 0px 30px;
list-style: url(../images/sub-list-arrow.gif);
}


/* footer section - use to change style and padding of footer links */

#segment-footer-area {
height: 31px;
background: #fff url(../images/background/bg_footer.png) no-repeat;
margin: 0 auto;
padding: 0 0 0 12px;
clear: both;
}

#footer-nav {
float: left;
}

#footer-back-top {
float: right;
text-align: right;
}

#segment-footer-area li {
float: left;
list-style-type: none;
padding: 0;
margin: 0;
text-align: center;
font-size: 1.1em;
}

#segment-footer-area a, #segment-footer-area a:link, #segment-footer-area a:active, #segment-footer-area a:visited {
text-decoration: none; 
display: block;
padding: 0 20px 0 20px;
border-right: 0;
line-height:26px
}

#segment-footer-area a:hover {
text-decoration: none;
}

/* typography */

h1 {
font-size: 1.9em;
color: #000066;
font-weight: normal;
line-height: 1.1;
margin: 20px 0 5px 0;
}

#global-header-area h1 {
text-indent:-9999px;
}

#homepage-intro h1 {
margin: 0;
padding: 10px 0 0 0;
line-height:1.2;
}

#homepage-intro .new-user-signup h1 {
background-image: url(../images/background/btn_new_user_h1.png);
background-repeat: no-repeat;
background-position: left top;
padding: 15px 60px 0px 15px;
font-size: 15px;
font-weight: bold;
color: #000066;
margin: 0;
line-height: 1;
}


#homepage-quicklinks h1 {
font-size: 14px;
font-weight: bold;
color: #000066;
padding: 0;
margin: 0;
}


h2 {
font-size: 1.4em;
margin: 20px 0 10px 0;
padding: 0;
line-height: 1.1;
color: #000066;
}

h3 {
font-size: 1.3em;
font-weight: bold;
margin: 20px 0px 5px 0;
line-height: 1.25;
}

#homepage-quicklinks h3 {
color: #000066;
font-size: 1.4em;
margin: 0 0 5px 0;
}

#homepage-quicklinks #quicklink-helpdesk h3 {
margin-bottom: 0;
}

h4 {
font-size: 1.1em;
}

p {
margin: 7px 0 7px 0;
font-size: 1.1em;
line-height: 1.5;
}




.keypad {
font-family: monospace;
color: #666;
background-image: url(../images/bg_button.gif);
background-repeat: no-repeat;
background-position: center center;
font-size: 1.3em;
padding: 0px 3px 0px 3px;
margin-right: 1px;
}

/* "BT" TABLE IS THE STANDARD TABLE USED FOR DISPLAYING TEXT INFO - NO FRILLS   */

table.bt {
background: #f9f9f9;
background-repeat: repeat-y;
padding: 0;
margin: 10px 10px 10px 0;
border-top: 1px dotted #ccc;
border-left: 1px dotted #ccc;
}

table.bt td {
padding: 5px;
line-height: 150%;
vertical-align: top;
border-bottom: 1px dotted #ccc;
border-right: 1px dotted #ccc;
}

table.bt td.header {
font-weight: bold;
background-image: url(../images/background/bg_bigbutton_bw.png);
background-repeat: repeat-x;
background-position: 0 50%;
border-bottom: 1px solid #ccc;
border-right: 1px dotted #ccc;
padding-left: 6px;
padding-top:1px;
padding-bottom:2px;
font-size: 1.1em;
color:#fff;
}

table.bt td.bold {
font-weight: bold;
border-right: 1px dotted #ddd;
}

table.bt td.even {
background: #fff;
border-right: 1px dotted #ddd;
}

table.bt td.even-last {
background: #fff;
border-right: 1px dotted #ddd;
border-bottom: 0px;
}

table.bt td.odd {
border-right: 1px dotted #ddd;
/*background: #efefef;*/
}

table.bt td.odd-last {
border-right: 1px dotted #ddd;
/*background: #efefef;*/
border-bottom: 0px;
}

table.bt th {
	text-align: left;
	font-size: 1.5em;
	padding: 2px 0px 2px 5px;
	background: #efefef;
}

/* AYCM account table */

table.aycm {
padding: 0;
margin: 0;
border: 0px;
}

table.aycm td {
padding: 0px;
line-height: 150%;
vertical-align: bottom;
border-bottom: 1px solid #ccc;
border-right: 1px dotted #ddd;
}

table.aycm td.last {
border-right: 0px;
}

table.aycm th {
	text-align: left;
	font-size: 1.2em;
	padding: 2px 0px 2px 5px;
	background: #efefef;
}

/* advertisement section - ads for online tools and global access, mostly appearing in right nav */

.ad {
margin: 10px;
clear: both;
height: 150px;
border: 1px solid #ddd;
background-repeat: no-repeat;
background-position: center bottom;
}

.ad-text {
float: left;
}

.big-text {
color: #64379b; 
font-size: 1.4em;
font-weight: bold;
line-height: 120%;
padding: 10px;
}

.small-text {
color: #64379b;
font-size: 1.2em;
font-weight: bold;
line-height: 150%;
padding: 10px;
}

.ad-button-link {
font-weight: bold;
margin: 14px;
padding-top: 97px;
}

.ad-button-link a {
line-height: 120%;
}

#signup {		
padding: 0;
background-image: url(../images/background/bg_new-user.png);
background-position: left bottom;
background-repeat: no-repeat;
}

#signup a:link, #signup a:active, #signup a:visited {
display: block; 
/* this and the 2 lines above activate whole area as a link */
text-decoration:none; 
color: #000;
font-size: 1.1em; 
font-weight: normal;
display: block; 
padding: 0;
border: 0;
}

#signup h2 {
background-image: url(../images/background/bg_new-user-h2.png);
background-position: left top;
background-repeat: no-repeat;
margin: 0;
font-size: 1.3em;
padding: 17px 40px 6px 10px;
}

#signup p {
margin: 5px 0 0 0;
padding: 0 0 80px 10px;
font-size: 1em;
line-height: 1.25;
}


/* Book video ad box */
#book-video {
background: #f9f9f9 url(../images/background/bg_sidebar.png) left bottom no-repeat;
margin-top: 5px;
background-color:#f9f9f9;
padding-bottom: 10px;
}

#book-video h2 {
background-image: url(../images/background/bg_video-h2.png);
background-position: left top;
background-repeat: no-repeat;
padding: 17px 40px 12px 10px;
margin: 0;
font-size: 1.3em;
font-weight: bold;
border: 0;
}

#book-video ul {
padding: 0;
margin: 0;
list-style-type: none;	
}

#book-video li {
zoom: 1;
}

#book-video a:link, #book-video a:active, #book-video a:visited {
text-decoration: none; 
font-size: 1.1em; 
font-weight: normal;
display: block;
padding: 3px 15px 3px 10px;
margin: 0 4px 0 4px;
}

/* Quick links */

#quick-links {
background: #f9f9f9 url(../images/background/bg_sidebar.png) left bottom no-repeat;
margin-top: 5px;
background-color:#f9f9f9;
padding-bottom: 10px;
}

#quick-links h2 {
background-image: url(../images/background/bg_quick-links-h2.png);
background-position: left top;
background-repeat: no-repeat;
padding: 17px 40px 12px 10px;
margin: 0;
font-size: 1.3em;
font-weight: bold;
border: 0;
}

#quick-links ul {
padding: 0;
margin: 0;
list-style-type: none;	
}

#quick-links li {
zoom: 1;
}

#quick-links a:link, #quick-links a:active, #quick-links a:visited {
text-decoration: none; 
font-size: 1.1em; 
font-weight: normal;
display: block;
padding: 3px 15px 3px 10px;
border-top: 1px solid #efefef;
margin: 0 4px 0 4px;
}

#quick-links a:hover {
color: #fff; 
background-color: #74b6da;
}

/* Helpdesk */

#help-desk {
background: #f9f9f9 url(../images/background/bg_sidebar.png) left bottom no-repeat;
margin: 5px 0 10px 0;
background-color:#f9f9f9;
padding-bottom: 10px;
}

#help-desk h2 {
background-image: url(../images/background/bg_helpdesk-h2.png);
background-position: left top;
background-repeat: no-repeat;
padding: 17px 40px 12px 10px;
margin: 0;
font-size: 1.3em;
font-weight: bold;
}

#help-desk ul {
padding: 0;
margin: 0 0 0 10px;
}

#help-desk li {
padding: 3px 3px 3px 0;
}

#help-desk li.phone {
background: url(http://www.btconferencing.com/email/channel/bt/images/icons_touch/touch_phone.gif) 0 50% no-repeat;
padding-left: 24px;
}

#help-desk li.email {
background-image: url(http://www.btconferencing.com/email/channel/bt/images/icons_touch/touch_email.gif);
background-position: 0 50%;
background-repeat: no-repeat;
padding-left: 24px;
padding-right: 8px;
}

#help-desk li.email a {
border: 0;
}

#help-desk li.email a:hover {
text-decoration:underline;
}

#image-container-left {
float: left;
}

#headline-image {
border-bottom: 1px solid #dddddd;
margin: 0px 0px 10px 20px;
height: 65px;
}

#headline-image-txt {
border-bottom: 1px solid #dddddd;
margin: 0px 0px 10px 20px;
}

#headline-image-text-only {
margin: 0px 0px 10px 20px;
}

.icon-guide {
}

.icon-help {

}

/* FAQ */

.faq-block {
border-top: 1px solid #dddddd;
padding: 15px 0px 15px 12px;
margin: 0px;
}

/* FORMS */

#segment-section-form {
font-size: 1.1em;
line-height: 125%;
float: left;
margin-top:10px;
}

#segment-section-form ol {
padding:5px 0 3px 15px;
}

#segment-section-form ol li {
padding:0;
background-image:none;
margin:0 0 5px 0;
}

.submissionForm {
margin-left: 25px;
}

div#requiredFields {
font-size: 1em;
color: #333;
margin: 0px 0px 10px 0px;
}

div#existing_user_div {
display:none; /* hides section of form unless opted in */
}

div.formElement {
margin-bottom: 15px;
clear: left;
border: 0px solid;
}

fieldset {
margin: 10px 0 10px 0;
background:#f2f2f2;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border:1px solid #ddd;
}

fieldset h2 {
margin:0 0 3px 0;
padding:5px 0 3px 15px;
}

fieldset#basicInfo, fieldset#addressInfo {
width:250px;
float:left;
margin-right:10px;
}

fieldset#radioInfo {
clear:left;
width:512px;
}

fieldset#verifyInfo {
width:512px;
}

fieldset#verifyInfo li ul {
margin:3px 0 3px 0;
}

fieldset#verifyInfo li ul a {
font-size:11px;
}

segment-section-form fieldset li {
padding:0;
}

legend {
color: #555;
font-size: 1.2em;
margin: 0px 0px 10px 0px;
text-align: center;
}

label {
font-weight: bold;
margin-bottom:2px;
display:block;
}

label.radioLabel {
display:inline;
position:relative;
top:-2px;
margin-right:10px;
}


input.text {
border:1px solid #ccc;
font-family:verdana, sans-serif;
font-size: 11px;
padding:2px;
display:block;
margin-bottom:2px;
}

input.text:focus {
border:1px solid #000066;
}

div.formLabel {
float: left;
}

div.formField {
float: left;
}

span.hide {
display: none;
}


div.error {
font-size: 1em;
font-weight: bold;
color: #ff0000;
margin-left: 135px;
}

div.success {
margin: 0px;
margin-bottom: 10px;
padding: 0px;
font-weight: bold;
color: #ff0000;
}

input.readonly {
border-color: #ddd;
color: #ddd;
}

.userguides {
}

.plain-list {
list-style: none;
margin-left:2px;
padding-left:0px;
}

.plain-list li {
font-size: 11px;
}

.bottom-padding {
padding-bottom: 5px;
}

.no-bottom-padding {
padding-bottom: 0px;
}

.no-top-padding {
padding-top: 0px;
}

.table-ahead { 
background: #efefef;
font-weight: bold;
border-bottom: 1px solid #ddd;
padding: 3px 0px 3px 5px;
font-size: 1.1em;
color: #666;
}

.rowOdd {
padding: 5px 0px 5px 5px;
background: #fff;
font-size: 1.1em;
border-bottom: 1px dashed #ddd;
}

.rowEven {
padding: 5px 0px 5px 5px;
background: #F1F8FF;
font-size: 1.1em;
border-bottom: 1px dashed #ddd;
}

.shadow {
display: none;
height: 16px;
background: #fff url(../images/shadow.jpg) repeat-x;
}

.headline-banner {
margin-left: 0;
padding: 0;
}

.headline-banner h1 {
font-size: 20px;
}

.headline-banner h2 {
font-size: 15px;
line-height: 1.25;
}

.outlined-box {
background-color:#f8f8f8;
background-image: url(../images/background/bg_nav4_new-user.png);
background-position: left bottom;
background-repeat: no-repeat;
margin: 10px 0 10px 0;
padding-bottom: 74px;
}

.outlined-box p {
line-height: 1.2;
margin-left: 12px;
margin-right: 12px;
}

.outlined-box h3 {
font-size: 1.1em;
line-height: 1.2;
margin:0;
padding: 0;
}

.outlined-box h4 {
font-size: 1.1em;
line-height: 1.2;
margin: 0 11px -3px 11px;
}

.outlined-box a:link, .outlined-box a:active, .outlined-box a:visited {
text-decoration:none;
margin: 0 5px 0 3px;
padding: 2px 0 2px 7px;
display: block;
}

.outlined-box a:hover {
background-color: #f6f6f6;
}

.outlined-box a.segment-nav-04-inline {
display:inline; 
margin:0; 
padding:0;
}

.outlined-box-new-user {
background-color:#f2f2f2;
background-image: url(../images/background/bg_nav4_new-user.png);
background-position: center bottom;
background-repeat: no-repeat;
margin: 10px 0 10px 0;
padding-bottom: 5px;
		}
		
.outlined-box-new-user p {
line-height: 1.25;
margin-top: 2px;
margin-left: 10px;
margin-right: 10px;
padding-bottom: 64px;
		}
		
.outlined-box-new-user a:link, .outlined-box-new-user a:active, .outlined-box-new-user a:visited {
text-decoration:none;
		margin: 0;
		padding: 0;
display: block;
		}

.outlined-box-new-user a:hover {
		}

.outlined-box-gradient-header {
background-color:#f2f2f2;
background-image: url(../images/background/bg_nav4_h1.png);
background-position: center top;
background-repeat: no-repeat;
color: #000066;
font-weight: bold;
font-size: 1.2em;
padding: 10px 0 0 11px;
margin-bottom: 4px;
}

.normal {
	font-weight: normal;
	font-size: .9em !important;
}

.popup {
	background: #fff;
	border: 1px solid #ccc;
}

.popup td, .popup th, .popup tr {
	border: none !important;
}

.question {
	font-weight: bold;
}

