/* RESETS BROWSER STYLES */
@import url(reset.css);

/* Main layout */
body, dl {
line-height: 1.5;
font-size: 62.5%; 
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #555;
background-color: #fff;
}

ol, ul.jump-menu {
	line-height: 150%;
}

ol {
	padding-top: 10px;
	font-size: 1.1em;
	list-style-type: decimal;
	margin-left: 10px;
	padding-left: 10px;
}

.footnote {
	font-size:0.9em;
}


#landing_page {
margin-top: 20px;
text-align: center;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#global-header-area {
margin-bottom: 10px;
height: 66px;
}

/* main link styles */

a {
color: #005293;
text-decoration: underline;
}

a:hover {
color: #000;
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. */
#left-logo {
float: left;
}

#middle-logo {
width: 100%;
text-align: center;
}

/* The right-logo style controls the padding and alignment of the logo at the top right,
often the BT logo, for example. */
#right-logo {
float: right;
padding-right: 10px;
padding-top: 10px;
}

#segment_signpost_area {
float: left;
}

#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 #005293;
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 {
margin-top: 0;
font-size: 1.1em;
color: #666;
border: 1px solid #ccc;
padding: 1px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#copyright {
font-size: 1em;
}

#homepage-intro {
padding: 0px 20px 0px 10px;
background-color: #fff;
background-image: url(../images/background/bg_overview3.jpg);
background-repeat: no-repeat;
background-position: left middle;
min-height: 210px;
border-bottom: 1px solid #ddd;
}

#homepage-intro p.intro {
float: left;
margin: 0px 11px 4px 260px;
line-height: 1.25;
}

#homepage-intro .managed-video-image a{
background-image: url(../img/managed_video.png);
background-repeat: no-repeat;
float:right;
width: 155px;
height: 178px;
padding: 0px 0px 0px 0px;
margin:0;
margin-top:30px;
}


#homepage-intro .managed-video-image a:hover {
background-position: 0 -178px;
}


#homepage-intro .new-user-signup {
background-image: url(../images/background/btn_new_user_main.png);
background-repeat: no-repeat;
background-position: left bottom;
width: 288px;
padding: 0px 0px 18px 0px;
margin:0;
margin-left: 260px;
}

#homepage-intro .new-user-signup p {
font-size: 12px;
margin: 5px 60px 0px 15px;
padding: 0;
color: #555;
line-height: 1.25;
}

.new-user-signup a, .new-user-signup a:active, .new-user-signup a:link, .new-user-signup a:visited {
color: #fff;
text-decoration: none;
}

.new-user-signup a:hover {
color: #fcc7a5;
text-decoration: underline;
}

/* --------------------------------------------------------------------------------- 
		HOMEPAGE QUICK LINKS STYLES
--------------------------------------------------------------------------------- */

#homepage-quicklinks {
margin: 0;
padding: 10px 0 20px 0;
float: left;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
width: 798px;
}

#homepage-quicklinks a, #homepage-quicklinks a:link, #homepage-quicklinks a:active, #homepage-quicklinks a:visited {
text-decoration: none;
background: url(../images/background/bg_list-arrow.png) center left no-repeat;
display: block;
padding: 5px 0 5px 10px;
border-bottom: 1px dashed #ddd;
}

#homepage-quicklinks a:hover {
color: #333;
background-color: #f6f6f6;
}

#quicklink-work-smarter {
width: 168px;
background:  #fff;
float: left;
padding: 0;
padding-right: 20px;
padding-left: 20px;
min-height: 100%;
}

#quicklink-conferencing-services {
width: 160px;
background:  #fff;
float: left;
padding: 0 20px;
border-right: 1px solid #e5e5e5;
border-left: 1px solid #e5e5e5;
display: inline;
}

#quicklink-training-resources{
width: 160px;
background:  #fff;
float: left;
padding: 0 20px;
border-right: 1px solid #e5e5e5;
}

#quicklink-helpdesk {
width: 140px;
background:  #fff;
float: left;
padding: 0;
padding-left: 20px;
}

#quicklink-helpdesk a:link, #quicklink-helpdesk a:active, #quicklink-helpdesk a:visited {
border: 0;
background-image: none;
padding-left: 0;
}

#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) no-repeat left top;
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;
}

#segment-nav-01 {
background-image: url(../images/background/bg_nav1_full.png);
	background-repeat: no-repeat;
background-position: 50% 0;
background-color: #005293;
height: 44px;
padding-left: 11px;
clear: both;
}

#segment-nav-01 li {
float: left;
list-style-type: none;
text-align: center;
}

#segment-nav-01 li a {
background-image: url(../images/background/bg_nav1_sprite.png);
background-position: 0 -88px;
background-repeat: repeat-x;
color:#fff;
text-decoration: none; 
float: left;
font-size: 1.1em;
font-weight: bold;
display: block;
padding: 0 8px 0 8px;
line-height: 44px;
border-right: 1px solid #8fbfdb;
}

#segment-nav-01 #current a {
background-image: url(../images/background/bg_nav1_sprite.png);
background-position: 0 -44px;
background-repeat: repeat-x;
}

.first-link {
border-left: 1px solid #8fbfdb;
}

#segment-nav-01 li a:hover {
background-image: url(../images/background/bg_nav1_sprite.png);
background-position: 0 -44px;
background-repeat: repeat-x;
}

#segment-nav-01 li a:active {
background-image: url(../images/background/bg_nav1_sprite.png);
background-position: 0 0;
background-repeat: repeat-x;
color: #005293;
}

.not-active a:active {
}

/* secondary navigation section - this is the horizontal menu that appears beneath the primary tabs */

#segment-nav-02 {
height: 25px;
background-image: url(../images/background/bg_nav2_full.png);
background-position: left bottom;
background-repeat: repeat-x;
background-color:  #fff;
padding: 0 0 0 27px;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #eee;
}

#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: 25px;
}

#segment-nav-02 li a:hover {
/*background-image: url(../images/background/bg_nav2_active.png);
background-position: left bottom;
background-repeat: repeat-x;*/
background-color: #d4e8f2;
color: #000033;
}

#segment-nav-03 {
float: left;
margin-right: 0;
margin-left: 5px;
min-height: 18px;
width: 150px;
margin-top: 1px;
padding-left: 5px;
}

.segment-nav-03-header {
font-size: 1.3em;
font-weight: bold;
padding: 4px 0px;
padding-left: 5px;
}

.segment-nav-03-header a {
text-decoration: none;
color: #660099;
}

.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;
background: #fff url(../images/background/bg_list-arrow.png) left no-repeat;
display: block;
padding: 3px 0 0 0;
margin: 0 0 0 5px;
border-bottom: 0px dashed #ddd;
}

.segment-nav-03-link a {
text-decoration: none;
}

div.current {
	font-weight: bold;
}

.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(/brand/shared/images/en/background/bg_list-arrow.png) left no-repeat;
}

.sub-link {
	margin-left: 18px;
}

.segment-nav-03-arrow {
background-image: url(/brand/shared/images/en/background/bg_list-arrow.png);
background-repeat: no-repeat;
background-position: 3% 50%;
padding: 0 5px 0 15px;
margin: 0 0 5px 0;
}

#segment-nav-03 a.selected {
color: #000; 
background: #fff url(/brand/shared/images/en/background/bg_list-arrow.png) left no-repeat;
text-decoration: none;
font-weight: bold;
}

#segment-nav-03 ul li {
	padding: 5px 10px 5px 20px;
	background: #fff url(../images/sub-list-arrow.gif) 10px 10px no-repeat;
	border-bottom: 0px dashed #E5E5E5;
/*	font-size: 1.1em; */
line-height: 1.2;
}

#segment-nav-03 ul li ul {
magin-top: 5px;
margin: 0;
width: 140px;

}

#segment-nav-03 ul li ul li {
list-style-type: none;
padding-left: 20px;
margin: 0;
text-align: left;	
background: #fff url(../images/sub-list-arrow.gif) 10px 10px no-repeat;
border-bottom: none;
}

#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(/brand/shared/images/en/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(/brand/shared/images/en/sub-list-arrow.gif) 10px 10px no-repeat;
text-decoration: underline;
}

#segment-nav-03 ul.sub a.selected {
color: #F05423; 
background: #fff url(/brand/shared/images/en/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: 160px;
	margin-top: 1px;
	padding: 0 10px 0 0;
}

/* segment-section-area controls the outside border */

#segment-section-area {
	float: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 798px;
}

.segment-main-content.right-nav-only {
	float: left;
	width: 550px;
	padding: 0 0 0 20px;
}

.segment-main-content.no-nav {
	float: left;
	width: 700px;
	padding: 0px 0px 0px 10px;
}

.segment-main-content.no-nav h1 {
	padding: 0px;
	margin-top: 0px;
}

.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 25px;
list-style: url(/brand/shared/images/en/background/bg_list-arrow.png);
}

.segment-main-content li {
padding-bottom: 10px;
}

.segment-main-content ul.sub {
font-size: 1.0em;
padding: 0;
margin: 10px 0px 0px 30px;
list-style: url(/brand/shared/images/en/sub-list-arrow.gif);
}


/* footer section - use to change style and padding of footer links */

#segment-footer-area {
width: 100%;
height: 40px;
background: #fff url(/brand/shared/images/en/background/bg_footer.png) no-repeat;
margin: 0 auto;
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;
margin-top: 12px;
border-right: 0;
}

#segment-footer-area a:hover {
color: #333; 
text-decoration: none;
}

/* typography */

h1 {
font-size: 2.25em;
color: #d71f85;
font-weight: normal;
line-height: 1.25;
margin: 10px 0 10px 0;
}
 
#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: #005293;
margin: 0;
line-height: 1;
}

#homepage-intro  h1 {
margin-left:250px;
}


#homepage-quicklinks h1 {
font-size: 14px;
font-weight: bold;
color: #660099;
padding: 0;
margin: 0;
}


h2 {
font-size: 1.75em;
margin: 15px 0 0 0;
padding: 0;
line-height: 1;
color: #660099;
font-weight: normal;
}

h3 {
font-size: 1.3em;
font-weight: bold;
padding: 5px 0px 5px 0;
line-height: 1.25;
}

#homepage-quicklinks h3 {
color: #660099;
}

h4 {
font-size: 1.1em;
}

p {
margin: 10px 0 10px 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 5px 10px 5px;
border-top: 1px solid #bbb;
border-left: 1px solid #ccc;
}

table.bt th {
	text-align: left;
/*	font-size: 1.5em; */
	padding: 2px 3px 2px 3px;
/*	background: #efefef; */
}

table.bt th.h1 {
	background: #ddd;
	color: #333;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
table.bt th.h2 {
	background: #eee;
	border-bottom: 1px dotted #bbb;
	border-right: 1px dotted #bbb;
}

table.bt td, table.bt th.row {
padding: 5px;
line-height: 150%;
vertical-align: top;
border-bottom: 1px dotted #ccc;
border-right: 1px dotted #ccc;
}

table.bt td.header, table.bt th.column {
font-weight: bold;
background: #fff;
border-bottom: 1px solid #ccc;
border-right: 1px dotted #ddd;
padding-left: 6px;
padding-bottom: 3px;
font-size: 1.2em;
}

table.bt th.row {
	font-weight: bold;
}

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 .center {
	text-align: center;
}

/* 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.2em;
line-height: 125%;
color: #777;
margin-left: 10px;
margin-right: 10px;
padding: 10px 0px 10px 0px;
float: left;
padding: 20px 0px 0px 0px;
}

.submissionForm {
margin-left: 25px;
}

div#requiredFields {
font-size: 1em;
color: #333;
margin: 0px 0px 10px 0px;
}

div.formElement {
margin-bottom: 15px;
clear: left;
border: 0px solid;
}

fieldset {
padding: 0px 0px 10px 10px;
margin: 10px 0px 20px 0px;
}

legend {
color: #555;
font-size: 1.2em;
margin: 0px 0px 10px 0px;
text-align: center;
}

label {
width: 130px;
font-weight: bold;
vertical-align: middle;
}

div.formLabel {
border: 0px solid;
float: left;
width: 230px;
height: 20px;
}

div.formField {
border: 0px solid;
float: left;
}

span.hide {
display: none;
}


div.error {
font-size: 1em;
font-weight: bold;
color: #ff0000;
}

#success {
	display: none;
}

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;
	padding-left:0px;
	margin: 0px 0px 0px 2px;
}

.plain-list li {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
}

.bottom-padding {
	padding-bottom: 5px;
}

.no-bottom-padding {
	padding-bottom: 0px;
}

.no-top-padding {
	
}

.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_sidebar.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
}

.outlined-box p {
	margin-left: 10px;
	margin-right: 10px;
}

.outlined-box a:link, .outlined-box a:active, .outlined-box a:visited {
	text-decoration:none;
	margin: 0 4px 0 4px;
	padding: 2px 0 2px 8px;
	display: block;
}

.outlined-box a:hover {
	background-color: #6bafd5;
	color: #fff;
}

.outlined-box-new-user {
	background-color:#f8f8f8;
	background-image: url(../images/background/bg_new-user.png);
	background-position: left 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:#f8f8f8;
	background-image: url(../images/background/bg_sidebar_generic.png);
	background-position: left top;
	background-repeat: no-repeat;
	color: #660099;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 0 0 12px;
}

.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;
}

dl.equipment-list, dl {
	font-size: 1.15em;
	line-height: 1.6;
	padding-top: 10px;
	padding-bottom: 10px;
}

dl.equipment-list dt, dl dt {
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 5px;
}

dt a {
	text-decoration: none;
}

dl.equipment-list dd, dl dd {
	padding-bottom: 10px;
}

div.bold {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.buttonSubmit {
	width: 70px;
}