﻿html
{
	background-color: #FFFFFF; 
}
/* Upcoming Audio Conferences Home Page*/
.tdUpcomingAudioConf
{
    padding-bottom: 10px;
}
/*Body*/
body
{
	text-align: center;	
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

/*Buttons*/
.btn
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FEBE31;
	border: 1px solid #000000;
	height: 25px;
}
.btnSearch
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FEBE31;
	border: 1px solid #000000;
	height: 20px;
}


/*Content*/
.divContent
{
	padding: 2px 2px 2px 2px;
	font-size: 11px;
}
.indent
{
    padding-left: 30px;
}
p
{
    font-size: 12px;
    font-family: Arial;
	padding: 2px 2px 4px 4px;
	text-align: left;
}

/*Search*/
.divSearchItem
{
	padding-bottom: 20px;
}
.divSearchHeader
{
	font-size: 18px;
}
.divSearchCopy
{
}
.divSearchUrl
{
	padding-top: 4px;
	padding-bottom: 4px;	
}



/*Content Manager*/
.cmswrapper
{
	background-color: #FFFFFF;
}

/*Footer*/
.tblFooter
{
	width: 100%;
	color: #FFFFFF;
	font-size: 12px;
}
.tdFooter
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.tdFooter a:link,
.tdFooter a:active,
.tdFooter a:visited
{
    color: #FFFFFF;
}
.tdFooter a:hover
{
    color: #000000;
}
.tdCopyright
{
	padding-top: 2px;
	font-size: 10px;	
}

/*Header*/
.tblHeader
{
	background-color: #FFFFFF;
	width: 100%;	
	height: 100px;
}

/*Header links*/
.lnkHeaderHome
{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}
.lnkHeaderHome:Hover
{
	color: #FFFFFF;
}

/*Headings*/
/* Light Blue single line */
.capLtBlueLeft
{
	width: 10px;
	background-image: url('/images/content_left_light_blue.gif');  
	background-position: Left;
	background-repeat: no-repeat;
}

.capLtBlueRight
{
	width: 10px;
	background-image: url('/images/content_right_light_blue.gif');  
	background-position: right;
	background-repeat: no-repeat;
}

/* Alt. Header Light Blue with wrap */
.capLtBlueLeftTop
{
	background-position: Left;
	background-repeat: no-repeat;
	vertical-align: top;
}

.capLtBlueRightTop
{
	background-position: right;
	background-repeat: no-repeat;
	vertical-align: top;
}

.capLtBlueLeftBot
{
	background-position: Left;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.capLtBlueRightBot
{
	background-position: right;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

h1
{
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 4px 0px;
	text-align: left;
}
h2
{
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #808080;
	padding: 0px 0px 4px 0px;
	text-align: left;
}
h3
{
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    color: #000000;
	padding: 0px 0px 4px 0px;
	text-align: left;
}

/* ICR_FeedbackSurvey */
.ICR_alignLeft
{
    text-align: left;
    padding-bottom: 5px;
}
.ICR_alignRight
{
    text-align: right;
    padding-bottom: 5px;
}


/*Links*/
a
{
	color: #808080;
	font-weight: bold;
}
a:hover
{
	color: #F4BC1E;
}

/*List Markers*/
ol
{
    font-size: 12px;
    font-family: Arial;
	padding: 2px 2px 0px 8px;
	list-style-type:upper-latin;
	text-align: left;
}
ul
{
    font-size: 12px;
    font-family: Arial;
	padding: 2px 2px 0px 8px;
	list-style-type: disc;
	text-align: left;
}
.listMarker
{
	padding-bottom: 4px;
	padding-left: 30px;
}
ol.listMarker li
{ 
	padding-bottom: 5px; 
}
ul.listMarker li
{ 
	padding-bottom: 5px; 
}
.listMarkerGraphic
{
	padding-bottom: 4px;
	padding-left: 30px;
}
ul.listMarkerGraphic li
{ 
	list-style: disc url('/images/marker.gif') inside;
	padding-bottom: 5px; 
}
.listMarkerGraphic_H
{
	padding-bottom: 4px;
	padding-left: 30px;
	height: 120px;
}
ul.listMarkerGraphic_H li
{ 
	list-style: disc url('/images/marker.gif') inside;
	padding-bottom: 5px; 
}
.NoDecoration
{
	padding-bottom: 4px;
	padding-left: 30px;
	text-decoration: none;
}
ul.NoDecoration li
{
	list-style: disc url('/images/marker.gif') inside;
	padding-bottom: 5px; 
	text-decoration: none;
}

/*-- Log In/Authentication Classes --*/
.loginArea
{
	padding: 4px 4px 4px 4px;
	background-position: right top;
	background-repeat: no-repeat;
}
.loginTextArea
{
	padding: 2px 2px 2px 2px;	
	vertical-align: bottom;
	font-size: 12px;
}
.loginFailureText
{
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	font-size: 12px;
	color: #EA8D4D;
}
.loginInputArea
{
	padding: 2px 2px 2px 2px;	
}
.loginButtonArea
{
	padding: 4px 4px 4px 4px;	
}
.loginCreate
{
	font-size: 12px;
	color: #000000;
}
.loginLink
{
	font-size: 12px;
}
.loginBottomBorder
{
	padding: 4px 4px 4px 4px;	
}
.loginText
{
	color: #F4BC1E;
	font-size: 12px;
}
.loginInfo
{
	font-size: 12px;
	padding-top: 4px;
	padding-right: 4px;
}

/*Master Table*/
td
{
	vertical-align: top;
}
.tdMain
{
	padding-bottom: 4px;
}
.tblMaster
{
	background-color: #FFFFFF;
	width: 790px;
	text-align: left;
}
.tdAlignBottom
{
	padding-top: 6px;
	vertical-align: middle;
}

/*More-link Black*/
div.divMoreBlk
{
	width: 100%;
	text-align: right;
	padding-bottom: 6px;
}
div.divMoreBlk a
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
div.divMoreBlk a:hover
{
	font-weight: bold;
	color: #FFFFFF;
}

/*More-link Yellow*/
div.divMore
{
	width: 100%;
	text-align: right;
	padding-bottom: 6px;
}
div.divMore a
{
	font-weight: bold;
	font-size: 12px;
	color: #808080;
}
div.divMore a:hover
{
	font-weight: bold;
	color: #F4BC1E;
}

/* Navigation*/
.navArea
{
	background-color: #F4BC1E;
	height: 26px;
}
.navFooter
{
	background-color: #F4BC1E;
	height: 26px;
	vertical-align: middle;
}
.navCapLeft
{
	width: 20px;
	background-image: url('/images/navCapLeft.gif');  
	background-color: #F4BC1E;
	background-position: left;
	background-repeat: no-repeat;
}
.navCapRight
{
	width: 20px;
	background-image: url('/images/navCapRight.gif');  
	background-color: #F4BC1E;
	background-position: right;
	background-repeat: no-repeat;
}

.navArea_1
{
    height: 14px;
}

.navCapLeft_1
{
	width: 10px;
	background-image: url('/images/nav_end_Left_bar.gif');  
	background-position: left;
	background-color: #F4BC1E;
	background-repeat: no-repeat;
}

.navMenuList
{
    vertical-align: middle;
	background-color: #F4BC1E;
}

.navMiddle
{
	width: 15px;
	background-image: url('/images/nav_end_middel_bar.gif');  
	background-position: right;
	background-repeat: no-repeat;
}

.navAudioLink
{
	width: 300px;
	background-color: #0851A5;
	background-position: right;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.navAudioLink a
{
	background-color: #0851A5;
	background-position: right;
	background-repeat: no-repeat;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
}

.navAudioLink a:hover
{
    color: #F4BC1E;
}

.navCapRight_1
{
	width: 10px;
	background-image: url('/images/nav_end_right_bar.gif');  
	background-position: right;
	background-color: #0851A5;
	background-repeat: no-repeat;
}

/*News*/
.divNews
{
	padding: 6px 6px 6px 6px;
}


/*Side Area*/
/*See also Template area below for new templates with specific sidebar images*/
.sideAreaGrey
{
	/* background-color: #EFF2F3; */
	padding: 2 2 2 2;
}
.sideYellowGraphic
{
	width: 150px;
	background-image: url('/images/sideInterior.jpg');  
	background-position: top;
	background-repeat: no-repeat;
}
.sideGreyContent
{
	background-color: #EFF2F3;
	border-left: dotted 1px #666666;
}

/*TEMPLATES*/

/*Template Table*/
.tdLoginArea
{
	padding: 4px 4px 4px 4px;
}
.tdLeft
{
	padding: 4px 4px 4px 4px;
	width: 33%;
}
.tdCenter
{
	width: 33%;
	padding: 4px 4px 4px 4px;
}
.tdRight
{
	padding: 4px 4px 4px 4px;
	width: 33%
}
.tdLeft25
{
	padding: 3px 3px 3px 3px;
	width: 25%
}
.tdRight75
{
	padding: 3px 3px 3px 3px;
	width: 75%
}
.tdLeft75
{
	padding: 3px 3px 3px 3px;
	width: 75%
}
.tdRight25
{
	padding: 3px 3px 3px 3px;
	width: 25%
}

/*Template Layouts*/

/*Left 33 Center 33 Right 33*/
.tdLeft33 
{
	padding: 3px 3px 3px 3px;
	width: 33%
}
.tdCenter33 
{
	padding: 3px 3px 3px 3px;
	width: 33%
}
.tdRight33 
{
	padding: 3px 3px 3px 3px;
	width: 33%
}

/*Left 50 Right 50*/
.tdLeft50 
{
	padding: 3px 3px 3px 3px;
	width: 50%
}
.tdRight50
{
	padding: 3px 3px 3px 3px;
	width: 50%
}

/*Center 100*/
.tdCenter100 
{
	padding: 3px 3px 3px 3px;
	width: 100%
}
.containerBlue
{
	border: solid 1px #75A8E6;
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Arial;
	font-size: 11px;
}

/* Audio Conference */
.tdConfLbl
{
    text-align: left;
    vertical-align: top;
    width: 20%;
}
.tdConf
{
    text-align: left;
    vertical-align: top;
    width: 80%;
}

/* FXTCompany.master Template Interior Graphic */
.sideCompanyGraphic
{
	width: 150px;
	background-image: url('/images/sideCompanyInterior.jpg');  
	background-position: top;
	background-repeat: no-repeat;
}

/* FXTCompanyI.master Template Interior Graphic */
.sideCompanyIGraphic
{
	width: 150px;
	background-image: url('/images/sideCompanyInteriorI.jpg');  
	background-position: top;
	background-repeat: no-repeat;
}

/* FXTContactus.master Template Interior Graphic */
.sideContactusGraphic
{
	width: 150px;
	background-image: url('/images/sideContactusInterior.jpg');  
	background-position: top;
	background-repeat: no-repeat;
}

/* FXTNews.master Template Interior Graphic */
.sideNewsGraphic
{
	width: 150px;
	background-image: url('/images/sideNewsInterior.jpg');  
	background-position: top;
	background-repeat: no-repeat;
}

/* FXTOffice.master Template Interior Graphic */
.sideOfficeGraphic
{
	width: 150px;
	background-image: url('/images/sideOfficesInterior.jpg');  
	background-position: top;
	background-repeat: no-repeat;
}

/* FXTResources.master Template Interior Graphic */
.sideResourcesGraphic
{
	width: 150px;
	background-image: url('/images/sideResourcesInterior.jpg');  
	background-position: top;
	background-repeat: no-repeat;
}

/* FXTServices.master Template Interior Graphic */
.sideServicesGraphic
{
	width: 150px;
	background-image: url('/images/sideServicesInterior.jpg');  
	background-position: top;
	background-repeat: no-repeat;
}

/* FXTServices.master Template No Graphic */
.sideServicesNoGraphic
{
	width: 150px;
	background-position: top;
	background-repeat: no-repeat;
}

/* FORMS */
.validate
{
    color:#990000;
    font-weight: bold;
    vertical-align: top;
}
.tdFormLabel
{
    text-align: right;
    vertical-align: top;
    width: 25%;
}
.tdFormInput
{
    text-align: left;
    vertical-align: top;
    width: 75%;
}
.formNotesInput
{
    width: 300px;
    height: 150px;
    text-align: left;
    vertical-align: top;
}
/* Quote Form */
.quoteSectionTitle
{
    text-align: left;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 6px;
    font-size: 14px;
}
