.inputContactName {  
    position:absolute;
    left:-9999px;
}

/* START FONT/FORM STYLES */

a:link,
a:visited 
{
    color:#064acc;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

p
{
  margin: 0px 0px 10px 0px;
 /* font-size:12px; */
  color:#000000;
    font-family:Arial;
    line-height:16px;
}

h1
{
  margin:0 0 10px 0;
  font-size:28px;
/*  line-height:24px; */
  color:#304e87;
  font-family:UtopiaStd-Regular;

}

h1 a:link,
h1 a:visited
{
    color:#304e87;
}

h2
{
  margin: 0px 0px 5px 0px;
  font-size:21px;
  color:#304e87;
    font-family:UtopiaStd-Regular;
}

h2 a:link,
h2 a:visited
{
    color:#304e87;
}

h3
{
  margin:0 0 3px 0;
  font-weight: bold;
  font-size:15px;
  color:#304e87;
    font-family:UtopiaStd-Regular;
}

h4
{
  margin:0 0 3px 0;
  font-weight: bold;
  font-size:12px;
  color:#304e87;
    font-family:UtopiaStd-Regular;
}


ol
{
	
  list-style-type: decimal;
  list-style-position: outside;
  list-style-image: none;
  padding:0 0 10px 0;
  margin:0 0 0 15px;	
}

ul
{
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
  padding:0 0 10px 0;
  margin:0 0 0 35px;
}

li
{
    text-align: left;
    list-style-image: none;
    padding:0 0 5px 0;
    font-size:13px;
    color:#393939;
    font-family:Arial;
}

td
{
    font-family:Arial;
}


strong, b, strong *, b * { font-weight: bold !important; } 
em, i, em *, i * { font-style: italic !important; } 


.boldItalic
{
    font-weight:bold;
    font-style:italic;
}

.boldUnderline
{
    font-weight:bold;
    text-decoration:underline;
}

.greenArrowLink
{
    padding:0 15px 0 0;
    background:url("/images/arrow-9px-green-right.png") no-repeat  right 3px;
    font-size:90%;
    font-weight:bold;
}

.blueArrowLink
{
    padding:0 8px 0 0;
    background:url("/images/blue-arrow-link-bg.jpg") no-repeat  right 3px;
}

.blueArrowLinkLowercase
{
    background:url("/images/blue-arrow-link-bg.jpg") no-repeat  right 5px;
}

.redArrowLink
{
    padding:0 8px 0 0;
    background:url("/images/h2-red-arrow.png") no-repeat  right 3px;
}
    
.blueHorizLine
{
    float:left;
    width:100%;
    height:1px;
   /* background:#cfdeed; */
   background:#cccccc;
}

textarea
{
    font-family:Arial;
}

.grey
{
    color:#666666;
}

textarea:focus, input:focus{ 
    outline: none; 
} 


.briefDescriptionText
{
    margin:0 0 2px 0;
}

input[type=submit],
input[type=button]
{
    border-radius: 7px;
    border: none;
    padding: 6px 14px;
    background: #1f4487;
    color: #ffffff;
    cursor: pointer;	
}

input[type=submit]:hover,
input[type=button]:hover
{
    background: #3663B5;
}







/* END FONT/FORM STYLES */


/* START MAIN LAYOUT STYLES */

body {
  font-size: 0.8em;
  background:#ffffff;
  font-family:Arial;
} 

#container
{
    float:left;
  width:100%;
    min-width:960px;
   background:#ffffff; 
/*  background:#ffffff url("/images/container-bg.jpg") repeat-x 0 128px; */
    margin:18px 0 0 0;
}


#containerContent 
{
    width: 960px;
    text-align:left;
    overflow:hidden;
    margin:0 auto 15px auto;
}

#advertSection
{
    position:relative;
    width:940px;
    margin:0 auto;
    padding:0 0 10px 0;
    text-align:center;
    border-bottom:1px solid #cccccc;
}

/*
#advertSection .bannerAd
{
    position:absolute;
    float:left;
    width:100%;
    text-align:center;

    height:79px;
}
*/

#advertSection .advertiseHere
{
    position:absolute;
    top:0px; 
    left:0;
    width:468px;
    height:16px;
    text-align:left;
}


#advertSection .advertiseHere a:link,
#advertSection .advertiseHere a:visited
{
    font-size:10px;
    color:#b8d1e7;
    font-weight:bold;
    text-decoration:none;
    padding:0 15px 0 0;
    background:url("/images/advertise-here-up-arrow.jpg") no-repeat right 3px;
}

#advertSection .advertiseHere a:hover
{
    text-decoration:underline;
}

#header 
{
    position:relative;
    float:left;
    width:940px;
    height:90px;
    margin: 10px 0 0 10px;
}

#header .logo
{
    position:absolute;
    top:0; 
    left:240px;
    width:460px;
    height:81px;
}



#header .hymnsLogo
{
    position:absolute;
    top:4px; 
    right:0;
    width:84px;
    height:45px;
}

#header .issueDate
{
    position:absolute;
    top:0; 
    left:0;
    width:300px;
    height:22px;
    text-align:left;
    font-family:Arial;

}

/*
#header .issueDate .left
{
    float:left;
    width:5px;
    height:24px;
    background:url("/images/date-issue-tab-left.jpg") no-repeat;
}
*/

#header .issueDate .center
{
    float:left;
    width:100%;
    text-align:left;
    height:22px;
    line-height:22px;
    padding:0 2px;
  /*  background:#043663; */
    color:#000000;
    font-weight:bold;
}

/*
#header .issueDate .right
{
    float:left;
    width:5px;
    height:24px;
    background:url("/images/date-issue-tab-right.jpg") no-repeat;
}

*/

.breadcrumb
{
    font-family:Arial;

}


#newsTickerSearchBar
{
    float:left;
    width:940px;
    margin:1px 0 0 10px;
    padding:5px 0;
    font-family:Arial;
   /* border-top:1px solid #c0d7ec; */
}

#newsTickerSearchBar .socialMediaLinks
{
    float:left;
    width:90px;
    margin:0 0 0 0;
}

#newsTickerSearchBar .socialMediaLinks img
{
    float:left;
    margin:6px 2px 0 0;
}

#newsTickerSearchBar .latestNews
{
    float:left;
    width:592px;
    margin:5px 0 0 0;
}

#newsTickerSearchBar .latestNews .ukpSubscriberLink
{
    padding:5px 0 0 0;
  display:block;
}

#newsTickerSearchBar .latestNews li a:link,
#newsTickerSearchBar .latestNews li a:visted
{    
    font-family:Myriad Web Pro, Arial;
    font-size:14px;
    color:#2d79bf;
}

#newsTickerSearchBar .search
{
    float:right;
    width:206px;
    height:32px;
    padding:2px 0 0 50px;
    margin:0 0 0 0;
    background:url("/images/site-search-box-bg.jpg") no-repeat;
}

#newsTickerSearchBar .search .searchInput
{
    float:left;
    width:167px;
    height:24px;
    margin:0 0 0 16px;
  /*  background:url("/images/site-search-box-input-bg.jpg") no-repeat; */
}

#newsTickerSearchBar .search .searchInput .txtSearch
{
  /*   background:none;
     border:none; */
     width:153px;
     height:18px;
     margin:4px 0 0 7px;
    /* padding: 4px 7px 0px 18px; */
     font-family:Arial, Helvetica, sans-serif;
     font-size:12px;

}

#newsTickerSearchBar .search .searchSubmit
{
    float:left;
    width:23px;
    height:23px;
    margin:3px 0 0 0;
}

#mainContent
{
  float:left;
  width:940px;
  min-height:400px;
  margin:1px 10px 0 10px;
  padding:0 0 20px 0;
}



#footer 
{
    position:relative;
    float:left;
  width:100%;
  min-width:960px;
  min-height:257px;
  margin:-30px 0 0 0;
  text-align:center;
  background:#ffffff url("/images/footer-bg.jpg") repeat-x;
  font-family:Arial;
  
}


#footer .imprezaLink
{
    position:absolute;
    bottom:5px;
    right:5px;
    color:#999999;
    font-size:10px;
}

#footer .imprezaLink a:link,
#footer .imprezaLink a:visited
{
    color:#999999;
}


#footerContent 
{
    position:relative;
    width: 960px;
    text-align:left;
    overflow:hidden;
    min-height:209px;
    margin:0 auto 0 auto;
    padding:0 0 0 0;
    background:url("/images/footer-content-bg.jpg") no-repeat;
    
}


#footerContent .menu
{
    position:absolute;
    top:110px;
    left:0;
    width:295px;
    color:#ffffff;
    font-size:11px;
text-align:right;
}

#footerContent .menu ul
{
    padding:0 0 0 0;
    margin:0;
}

#footerContent .menu li
{
display:inline;

    margin:0;
padding:0;
    color:#ffffff;
    list-style:none;

}

#footerContent .menu li a:link,
#footerContent .menu li a:visited
{
    color:#ffffff;
font-size:11px;
    padding:0 5px 0 5px;
  border-right:1px solid #cccccc;
}

#footerContent .menu li a.lastLink
{
border-right:none;
}

#footerContent .logo
{
    float:left;
    width:218px;
    height:30px;
    margin:98px 0 0 358px;
    text-align:center;
}

#footerContent .address
{
    float:left;
    clear:both;
    width:288px;
    margin:10px 0 0 318px;
    text-align:center;
    font-size:12px;
    color:#ffffff;
}

#footerContent .telephone
{
    float:left;
    clear:both;
    width:133px;
    height:30px;
    margin:8px 0 0 400px;
    font-size:14px;
    font-weight:bold;
    color:#ffffff;
    padding:6px 0 0 31px;
    background:url("/images/footer-telephone-bg.png") no-repeat;
}

#footerContent .copyrightText
{
    position:absolute;
    top:110px;
    left:635px;
    color:#ffffff;
    font-size:11px;
}




/*
#footerContent .left
{
    position:relative;
    float:left;
    width:669px;
    min-height:240px;
    margin:0 0 0 0;
    padding:15px 20px 55px 20px;
    border:1px solid #c7ddf2;
    background:#eff5fb url("/images/footer-left-right-bg.jpg") repeat-x;
}

#footerContent .left .menu
{
    float:left;
    width:150px;
}

#footerContent .left .menu .title
{
    float:left;
    width:100%;
    color:#2d79bf;
    font-size:12px;
    font-weight:bold;
}

#footerContent .left .menu .links
{
    float:left;
    width:100%;
    margin:10px 0 0 0;
}

#footerContent .left .menu .links ul
{
    padding:0;
    margin:0;
}

#footerContent .left .menu .links li
{
    margin:0;
    list-style-type:none;
    border-bottom:1px solid #c7ddf2;
    padding:2px 0 2px 0;
}

#footerContent .left .menu .links a:link,
#footerContent .left .menu .links a:visited
{
    font-size:11px;
    font-weight:bold;
    color:#95c5f1;
    padding:0 0 0 10px;
}

#footerContent .left .copyright
{
    position:absolute;
    left:20px;
    bottom:15px;
    width:660px;
    color:#95c5f1;
    font-size:12px;
    font-weight:bold;
}

#footerContent .right
{
    float:left;
    width:180px;
    min-height:280px;
    margin:0 0 0 20px;
    padding:15px 20px 15px 20px;
    border:1px solid #c7ddf2;
    background:#eff5fb url("/images/footer-left-right-bg.jpg") repeat-x;
}

#footerContent .right .logo
{
    float:left;
    width:100%;
}

#footerContent .right .address
{
    float:left;
    width:100%;
    color:#2d79bf;
    font-size:14px;
    margin:15px 0 15px 0;
}

#footerContent .right .telephone
{
    float:left;
    width:100px;
    height:20px;
    padding:6px 0 0 30px;
    background:url("/images/footer-tel-bg.png") no-repeat;
    font-size:14px;
    font-weight:bold;
    color:#2d79bf;
}

*/

/* END MAIN LAYOUT STYLES */



/* START GENERAL STYLES */

/*
.twitterFeed
{
    float:left;
    width:100%;
    margin:7px 0 15px 0;
    padding:25px 0 0 0;
    background:url("/images/twitter-feed-bg.jpg") no-repeat;
}

*/

.twitterFeed
{
    float:left;
    width:100%;
    margin:-1px 0 15px 0;
}

.twitterFeed .followButton
{
    float:left;
    width:100%;
    margin:0 0 10px 0;
}
    
.twitterFeed .tweet
{
    float:left;
    width:100%;
    margin:0 0 0 0;
}
    
   
.twitterFeed .tweet .date
{
    font-weight:bold;
    font-size:13px;
}

.verticalBanner
{
    float:left;
    width:120px;
    margin:0 0 10px 12px;
}

/* END GENERAL STYLES */



/* START WIDGET STYLES STYLES */


#pageTurnerWidget
{
    float:left;
    width:304px;
    margin:-1px 0 15px 0;
}
    
#pageTurnerWidget .content
{
    float:left;
    width:268px;
    min-height:100px;
    padding:10px 17px 14px 17px;
    border:1px solid #cccccc;
    border-bottom:none;
    /*  background:#033663 url("/images/pageturner-bottom-bg.jpg") no-repeat center bottom;  */
    background:#f1f1f1;        
}
    
#pageTurnerWidget .title
{
    float:left;
    width:100%;
    padding:0 0 5px 0;
    margin:0 0 10px 0;
    border-bottom:1px solid #93b1cd;
    font-size:21px;
    font-family:UtopiaStd;
    color:#304e87;
} 
    
        
#pageTurnerWidget .coverImage
{
    float:left;
    width:140px;
}
    
#pageTurnerWidget .coverImage img
{
    float:left;
    width:138px;
    border:1px solid #122953;
    /* margin:14px 0 15px 14px;*/
}
    
#pageTurnerWidget .inThisIssue
{
    float:left;
    width:128px;   
}
    
#pageTurnerWidget .inThisIssue ul
{
    margin:0 0 0 0;
    padding:0 0 0 5px;
}
     
#pageTurnerWidget .inThisIssue li
{
    font-size:13px;
    color:#061e4b;
    margin:0 0 0 0px;
    padding:0 0 5px 8px;
    list-style:none;
    font-family:Myriad Web Pro, Arial;
    background:url("/images/in-this-issue-bullet.png") no-repeat left 4px;
}
    
#pageTurnerWidget .leftButton
{
    float:left;
    width:167px;
    height:44px;
    border-right:1px solid #d3d7df;
}     
     
#pageTurnerWidget .rightButton
{
    float:left;
    width:136px;
    height:44px;
}          
        
#pageTurnerWidget .fullWidthButton
{
    float:left;
    width:404px;
    height:44px;
}


#mostPopularArticlesWidget
{
    position:relative;
    float:left;
    width:284px;
    padding:30px 10px 10px 10px;
    margin:0 0 15px 0;
    border:1px solid #cccccc;
    border-top:3px solid #1f4487;
    background:#ffffff;    
    font-family:Arial;    
}

#mostPopularArticlesWidget .title
{
    position:absolute;
    top:0;
    left:15px;
    font-size:17px;
    color:#ffffff;
    font-family:UtopiaStd;
    background:#1f4487;
    padding:1px 7px 2px 7px;
}

#mostPopularArticlesWidget .buttons
{
    float:left;
    width:284px;
}

#mostPopularArticlesWidget .buttons a:link,
#mostPopularArticlesWidget .buttons a:visited
{
    color:#435f95;
}

#mostPopularArticlesWidget .buttons .tabLink
{
    float:left;
    width:auto;
    padding:5px 10px !important;
}

#mostPopularArticlesWidget .buttons .tabLink2,
#mostPopularArticlesWidget .buttons .tabLink3
{
    border-left:1px solid #cccccc;  
}


#mostPopularArticlesWidget .buttons .active
{
    background:#ffffff;
}

#mostPopularArticlesWidget .buttons .active a:link,
#mostPopularArticlesWidget .buttons .active a:visited
{
    color:#304e87;
    font-weight:bold;
}

#mostPopularArticlesWidget .buttons a:hover
{
    color:#2d79bf;
}


#mostPopularArticlesWidget .content
{
    float:left;
    width:274px;
    padding:5px 5px 0 5px;
    background:#ffffff;

}

#mostPopularArticlesWidget .horizLine
{
    display:none;
    float:left;
    width:100%;
    height:1px;
    background:#cccccc;
}

#mostPopularArticlesWidget .article
{
    float:left;
    width:254px;
    height:62px;
    padding:10px 10px 10px 10px;
    cursor:pointer;
}

#mostPopularArticlesWidget .firstArticle
{
    border-top:1px solid #cccccc;
}

#mostPopularArticlesWidget .lastArticle
{
    border-bottom:1px solid #cccccc;
}

#mostPopularArticlesWidget .article h4 a
{
    color:#304e87;
    font-family:Arial;
}

#mostPopularArticlesWidget .article h4 a:hover
{
    text-decoration:none;
}

#mostPopularArticlesWidget .article .magLink
{
    padding:3px 18px 2px 0;
    color:#033563;
    font-weight:bold;
    font-size:10px;
    text-transform:uppercase;
    background:url("/images/blue-magnify.png") no-repeat  right 0px;
}

#mostPopularArticlesWidget .article:hover .magLink
{
    color:#ffffff;
    background:url("/images/white-magnify.png") no-repeat  right 0px;
}

#mostPopularArticlesWidget .article:hover
{
    background:url("/images/most-popular-article-hover.png") no-repeat;
    margin:0 0 0 -15px;
    padding:10px 22px 10px 25px;
}

#mostPopularArticlesWidget .article:hover h4 a,
#mostPopularArticlesWidget .article:hover p
{
    color:#ffffff;
}

#mostPopularArticlesWidget .alternateArticle
{
    background:#f1f1f1;
}

#mostPopularArticlesWidget .image
{
    float:right;
    margin:0 0 0 5px;
    width:60px;
    max-height:62px;
}

#mostPopularArticlesWidget .imageTop
{
    float:left;
    width:60px;
    height:7px;
    background:url("/images/most-popular-image-top.png") no-repeat;
}

#mostPopularArticlesWidget .imageMiddle
{
    float:left;
    width:60px;
    max-height:45px;
    background:url("/images/most-popular-image-middle.png") repeat-y;
}

#mostPopularArticlesWidget .imageCrop
{
    float:left;
    width:48px;
    max-width:48px;
    max-height:48px; 
    margin:0 0 0 5px;
    overflow:hidden;
}

#mostPopularArticlesWidget .imageBottom
{
    float:left;
    width:60px;
    height:10px;
    background:url("/images/most-popular-image-bottom.png") no-repeat;
}

#topFeatureWidget
{
    position:relative;
    float:left;
    width:302px;
    border:1px solid #cccccc;
    border-top:3px solid #500043;
    margin:0 0 15px 0;
    /*background:#efefef url("/images/top-feature-bg-304.jpg") no-repeat;*/
    background:#ffffff;
}

#topFeatureWidget .title
{
    position:absolute;
    top:0;
    left:15px;
    font-size:17px;
    color:#ffffff;
    font-family:UtopiaStd;
    background:#500043;
    padding:1px 7px 2px 7px;
}
    
#topFeatureWidget .content
{
    float:left;
    width:274px;
    padding:30px 15px 0 15px;
}
    
#topFeatureWidget .image
{
    float:right;
    width:87px;
    margin:0 0 5px 10px;
}

#topFeatureWidget .image img
{
    border:1px solid #bfbfbf;
}
    
/*
#topFeatureWidget .bottom
{
    float:left;
    width:304px;
    height:10px;
    background:url("/images/top-feature-bottom-bg-304.jpg") no-repeat;
}

*/
    


#topCommentWidget
{
    position:relative;
    float:left;
    width:302px;
    border:1px solid #cccccc;
    border-top:3px solid #500043;
    margin:0 0 15px 0;
    /*background:#efefef url("/images/top-feature-bg-304.jpg") no-repeat;*/
    background:#ffffff;
}

#topCommentWidget .title
{
    position:absolute;
    top:0;
    left:15px;
    font-size:17px;
    color:#ffffff;
    font-family:UtopiaStd;
    background:#500043;
    padding:1px 7px 2px 7px;
}
    
#topCommentWidget .content
{
    float:left;
    width:274px;
    padding:30px 15px 5px 15px;
    min-height:85px;
/*    background:url("/images/top-comment-content-bg.jpg") no-repeat 175px bottom;    */
}
    
#topCommentWidget .content p
{
    margin:0 0 5px 0;
}
    
#topCommentWidget .content p.author
{
    font-size:12px;
    color:#88b8e3;
    margin:0 0 0 0;
    padding:0 0 10px 0;
}
      
/*      
#topCommentWidget .bottom
{
    float:left;
    width:304px;
    height:10px;
    background:url("/images/top-feature-bottom-bg-304.jpg") no-repeat;
}

*/

.mpuAdvertWidget
{
    float:left;
    width:304px;
    margin:0 0 15px 0;
    text-align:center;
}

#freeTextWidget,
#ctAppWidget
{
    position:relative;
    float:left;
    width:302px;
    border:1px solid #cccccc;
    border-top:3px solid #500043;
    margin:0 0 15px 0;
    /*background:#efefef url("/images/top-feature-bg-304.jpg") no-repeat;*/
    background:#ffffff;
}

#freeTextWidget .title,
#ctAppWidget .title
{
    position:absolute;
    top:0;
    left:15px;
    font-size:17px;
    color:#ffffff;
    font-family:UtopiaStd;
    background:#500043;
    padding:1px 7px 2px 7px;
}
    
#freeTextWidget .content,
#ctAppWidget .content
{
    float:left;
    width:274px;
    padding:30px 15px 0 15px;
}
    
#freeTextWidget .image,
#ctAppWidget .image
{
    float:right;
    width:87px;
    margin:0 0 5px 10px;
}

#freeTextWidget .image img,
#ctAppWidget .image img
{
    border:1px solid #bfbfbf;
}
     
#ctAppWidget .content p
{	
	margin:3px 0 22px 0;
}

/*    
#freeTextWidget .bottom
{
    float:left;
    width:304px;
    height:10px;
    background:url("/images/top-feature-bottom-bg-304.jpg") no-repeat;
}
*/  
       


#jobOfTheWeekWidget
{
    position:relative;
    float:left;
    width:302px;
    border:1px solid #cccccc;
    border-top:3px solid #8c8c8c;
    margin:0 0 15px 0;
    /*background:#efefef url("/images/top-feature-bg-304.jpg") no-repeat;*/
    background:#ffffff;
    margin:0 0 40px 0;    
}

#jobOfTheWeekWidget .title
{
    position:absolute;
    top:0;
    left:15px;
    font-size:17px;
    color:#ffffff;
    font-family:UtopiaStd;
    background:#8c8c8c;
    padding:1px 7px 2px 7px;
}
    
    
    
#jobOfTheWeekWidget .content
{
    float:left;
    width:272px;
    padding:30px 15px 30px 15px;
 
}

#jobOfTheWeekWidget .logo
{
    float:left;
    width:100%;
    height:36px;
    margin:0 0 8px 0;
}
    
#jobOfTheWeekWidget a:link,
#jobOfTheWeekWidget a:visited
{
    color:#b30507;
}
    

#jobOfTheWeekWidget h2
{
    margin:0 0 2px 0;
    color:#000000;
    font-size:13px;
    font-weight:bold;
        font-family:Arial;
}    
    
#jobOfTheWeekWidget h2 a:link,
#jobOfTheWeekWidget h2 a:visited
{
    color:#000000;
}    
    
#jobOfTheWeekWidget h3
{
    font-size:12px;
    color:#666666;
    margin:0 0 5px 0;
}
    

#jobOfTheWeekWidget .alertSignup
{
    position:absolute;
    bottom:-25px;
    right:10px;
    width:128px;
    height:55px;
}    
  

#thirdwayFeedWidget
{
    position:relative;
    float:left;
    width:304px;
    margin:0 0 15px 0;
}

#thirdwayFeedWidget h2
{
    font-size:13px;
    color:#c3190d;
    font-family:Arial;
    font-weight:bold;
}
    
#thirdwayFeedWidget a:link,
#thirdwayFeedWidget a:visited
{
    color:#b30507;
}

    
#thirdwayFeedWidget .top
{
    float:left;
    width:304px;
    height:68px;
    background:url("/images/thirdway-feed-top-304.jpg") no-repeat;
}
    
#thirdwayFeedWidget .content
{
    float:left;
    width:272px;
    padding:0 15px 30px 15px;
    margin:-50px 0 0 0;
    border-left:1px solid #000000;
    border-right:1px solid #000000;        
}    
    
#thirdwayFeedWidget .logo
{
    float:left;
    width:100%;
    height:44px;
    margin:0 0 10px -2px;
}
    
#thirdwayFeedWidget .visitLink
{
    position:absolute;
    right:0;
    bottom:12px;
    width:204px;
    height:30px;
    padding:5px 0 0 0;
}
        
#thirdwayFeedWidget .bottom
{
    float:left;
    width:304px;
    height:11px;
    background:url("/images/thirdway-feed-bottom-304.jpg") no-repeat;
}



#questionWeekWidget
{
    position:relative;
    float:left;
    width:302px;
    margin:0 0 15px 0;
    border:1px solid #cccccc;
    border-top:3px solid #679a1a;
 /*   background:#ffffff url("/images/question-week-bg-304.jpg") no-repeat;*/
    background:#ffffff;
    font-family:Arial;
}

#questionWeekWidget .title
{
    position:absolute;
    top:0;
    left:15px;
    font-size:17px;
    color:#ffffff;
    font-family:UtopiaStd;
    background:#679919;
    padding:1px 7px 2px 7px;
}

#questionWeekWidget .content
{
    float:left;
    width:272px;
    min-height:91px;
    padding:35px 15px 10px 15px;
   /* background:url("/images/question-week-content-bg.jpg") no-repeat right bottom;*/
}
    
/*    
#questionWeekWidget .bottom
{
    float:left;
    width:304px;
    height:10px;
    background:url("/images/top-feature-bottom-bg-304.jpg") no-repeat;
}
*/

#questionWeekWidget .questionOfTheWeek .question
{
    float:left;
    width:100%;
    margin:0 0 10px 0;
}

#questionWeekWidget .questionOfTheWeek .notLoggedIn
{
  float:left;
  width:100%;
  font-style:italic;
        margin:0;
        padding:0;
        background:none;       
}

#questionWeekWidget .questionOfTheWeek .answers
{
    float:left;
    width:100%;
}

#questionWeekWidget .questionOfTheWeek .answers table
{
    margin:0 0 0 95px;
}

#questionWeekWidget .questionOfTheWeek .vote
{
    float:left;
    width:100%;
    margin:10px 0 0 0;
    text-align:center;
}

#questionWeekWidget .questionOfTheWeek .vote input
{
    padding:2px 3px;
}

#questionWeekWidget .questionOfTheWeek .result
{
    float:left;
    width:100%;
    margin:0 0 10px 0;
}
    
#cartoonWidget
{
    position:relative;
    float:left;
    width:284px;
    /*background:#eff5fb url("/images/cartoon-feed-bg.jpg") no-repeat;*/
    padding:35px 10px 10px 10px;
    margin:0 0 15px 0;
    background:#ffffff;
    border:1px solid #cccccc;
    border-top:3px solid #a07930;
}
    
      
#cartoonWidget .title
{
    position:absolute;
    top:0;
    left:15px;
    font-size:17px;
    color:#ffffff;
    font-family:UtopiaStd;
    background:#a07930;
    padding:1px 7px 2px 7px;
}

    
#cartoonWidget .link
{
    float:left;
    width:100%;
    margin:10px 0 0 0;
    text-align:center;
}
    
    
#cartoonWidget .link .blueArrowLink
{
    background:url("/images/blue-arrow-link-bg.jpg") no-repeat  right 4px;
}
    
.bulletin {
	background:url("/images/h2-blue-arrow.png") no-repeat left 3px;
	padding:0 0 0 10px;
	display:inline-block;
}


#ctAppWidget .image {
	border:none !important;
	width:150px;
}

/* END WIDGET STYLES STYLES */




/* START HOMEPAGE STYLES */

#homepageContainer
{
    float:left;
    width:100%;
}

#homepageContainer h1
{
  color:#0d4779;
}




#homepageContainer .blueHorizLine
{
    float:left;
    width:100%;
    height:1px;
   /* background:#c0d7ec; */
   background:#cccccc;
}

#homepageContainer .row1
{
    float:left;
    width:795px;
}

#homepageContainer .row1 .column1
{
    float:left;
    width:463px;
    margin:0 14px 0 0;
}

#homepageContainer .row1 .column2
{
    float:left;
    width:304px;
    margin:0 0 0 0;   
}

#homepageContainer .row2
{
    float:left;
    width:795px;
    margin:20px 0 15px 0;
}


#homepageContainer .row3
{
    float:left;
    width:795px;
}

#homepageContainer .row3 .column1
{
    float:left;
    width:463px;
    margin:0 14px 0 0;
}

#homepageContainer .row3 .column2
{
    float:left;
    width:304px;
    margin:0 0 0 0;    
}

#homepageContainer .column3
{
    float:right;
    width:145px;
}

/* ROW 1 COLUMN 1 STYLES */
    
    #homepageContainer .newsMain
    {
        float:left;
        width:100%;
        padding:5px 0 15px 0;
        border-top:1px solid #cccccc;
    }

    #homepageContainer .newsMain .image
    {
        float:right;
        width:222px;
        margin:0 0 5px 10px;
    }

    #homepageContainer .newsMain .image img
    {
            border:1px solid #bfbfbf;
    }

    #homepageContainer .newsFullWidth
    {
        float:left;
        width:100%;
        padding:15px 0 15px 0;

    }


    #homepageContainer .newsFullWidth .image
    {
        float:left;
        width:87px;
        margin:0 5px 5px 0;
    }

    #homepageContainer .newsFullWidth .image img
    {
            border:1px solid #bfbfbf;
    }


    #homepageContainer .newsHalfWidth
    {
        float:left;
        clear:left;
        width:224px;
        padding:10px 7px 10px 0;
        margin:0 0 0 0;
        border-right:1px solid #cccccc;
    }

    #homepageContainer .newsHalfWidthRight
    {
        margin:0 0 0 -1px;
        border-left:1px solid #cccccc;
        border-right:none;
        padding:10px 0 10px 7px;
       /* min-height:200px; */
        clear:none;
    }

    #homepageContainer .newsHalfWidth .image
    {
        float:left;
        width:87px;
        margin:0 5px 2px 0;
    }

    #homepageContainer .newsHalfWidth .image img
    {
        border:1px solid #bfbfbf;
    }
    
    #homepageContainer .articleFooter
    {
        float:left;
        width:auto;
        font-family:Arial;
        padding:3px 0 0 0;
        font-size:12px;
    }    
    
    
    #homepageContainer .articleFooter .postComment,
    #homepageContainer .articleFooter .readComments
    {
        float:left;
        width:auto;

    }

    #homepageContainer .articleFooter .postComment a:link,
    #homepageContainer .articleFooter .postComment a:visited,
    #homepageContainer .articleFooter .readComments a:link,
    #homepageContainer .articleFooter .readComments a:visited
    {
        text-decoration:none;
        padding:0 0 0 5px;
        /* background:url("/images/comments-bubbles.jpg") no-repeat left 2px; */
        border-left:1px solid #cccccc;

    }    
    
    #homepageContainer .articleFooter .readLink
    {
        float:left;
        width:auto;
        padding:0 5px 0 0;                
    }    
    
/* ROW 1 COLUMN 2 STYLES */   


        
/*         
     #homepageContainer .pageTurner .downloadPdf
     {
        float:left;
        width:140px;
        margin:10px 0 5px 5px;

     }
     
     #homepageContainer .pageTurner .downloadPdf a:link,
     #homepageContainer .pageTurner .downloadPdf a:visited
     {
         color:#0d4779;      
         font-size:12px;
         font-weight:bold;
         padding:5px 0 5px 22px;
         background:url("/images/file-pdf.png") no-repeat left 1px;
     }     
     
     
     #homepageContainer .pageTurner .link
     {
         float:left;
         width:150px;
         margin:50px 0 0 0;
     }
     
     
     #homepageContainer .pageTurner .issue,
     #homepageContainer .pageTurner .date
     {
         float:left;
         width:140px;
         color:#0d4779;
         font-size:10px;
         font-weight:bold;
         margin:5px 0 0 5px;
     }
     
     #homepageContainer .pageTurner .date
     {
         margin:0 0 0 5px;
     }
    
     #homepageContainer .pageTurner h3
     {
         clear:both;
         font-size:15px;
         font-weight:bold;
         color:#0d4779;
         border-bottom:1px solid #0d4779;
         padding:0 0 5px 0;
         margin:0 0 7px 14px;
     }
*/     

    
/* ROW 2 STYLES */
    
    #homepageContainer .booksReviewed
    {
        position:relative;
        float:left;
        width:759px;
        border: 1px solid #cccccc;
        border-top:3px solid #8a1778;
        min-height:200px;
        /*background:#fff url("/images/book-reviewed-top-bg.jpg") no-repeat;*/
        background:#ffffff;
        padding:35px 0 0 20px;
        font-family:Arial;
    }
    


    
    #homepageContainer .booksReviewed .title
    {
        position:absolute;
        top:0;
        left:30px;
        font-size:17px;
        color:#ffffff;
    padding:1px 7px 2px 7px;
        background:#8a1778;
      font-family:UtopiaStd;        
        
    }
    
    #homepageContainer .booksReviewed .link
    {
        position:absolute;
        top:6px;
        left:240px;
        width:300px;
        height:20px;
    }
    
    
    #homepageContainer .booksReviewed .link .blueArrowLink
    {
        background:url("/images/blue-arrow-link-bg.jpg") no-repeat  right 4px;
    }
    
    #homepageContainer .booksReviewed .book
    {
        float:left;
        width:365px;
        height:115px;

    }
    
    #homepageContainer .booksReviewed .book1
    {
        border-right:1px solid #cccccc;
        border-bottom:1px solid #cccccc;
        padding:5px 0 0 0;      
    }
    
    #homepageContainer .booksReviewed .book2
    {
        border-bottom:1px solid #cccccc;    
        padding:5px 0 0 10px;    
    }      
    
    #homepageContainer .booksReviewed .book3
    {
        border-right:1px solid #cccccc;  
        padding:10px 0 0 0;  
    }   
    
    #homepageContainer .booksReviewed .book4
    {
        padding:10px 0 0 10px;  
    }   
    
    #homepageContainer .booksReviewed .book h2
    {
        margin:0 0 5px 0;
        padding:0 0 0 8px;
        background:url("/images/h2-blue-arrow.png") no-repeat left 6px;
  font-size:19px;
    }      
    
    #homepageContainer .booksReviewed .book .image
    {
        position:relative;
        float:left;
        width:60px;
        margin:0 10px 0 0;
    }
    
    #homepageContainer .booksReviewed .book .image .magnifyGlass
    {
        position:absolute;
        right:-6px;
        bottom:-5px;
        width:25px;
        height:25px;
    }
    
    #homepageContainer .booksReviewed .book .image .magnifyGlass img
    {
        border:none;
    }
    
    #homepageContainer .booksReviewed .book .image img
    {
        border:1px solid #cccccc;
    }
    
    #homepageContainer .booksReviewed .book .text
    {
        float:left;
        width:280px;
    }   



    /* ROW 3 STYLES */
    
    /*
    
    #homepageContainer .row3 .column1 h2
    {
        padding:0 0 0 8px;
        background:url("/images/h2-blue-arrow.png") no-repeat left 6px;
    }
    
    */
    
    #homepageContainer .videoArticle
    {
        float:left;
        width:740px;
        margin:15px 0 20px 0;
        padding:20px;
        border:1px solid #cccccc;
    }
    
    #homepageContainer .videoArticle h2
    {
        padding:0 0 0 8px;
        background:url("/images/h2-blue-arrow.png") no-repeat left 6px;
    }
    
    #homepageContainer .videoArticleRight
    {
        padding:20px;    
    }
    

    
    #homepageContainer .videoArticle .video
    {
        float:left;
        width:400px;
        margin:0 20px 0 0;        
    }
    
    #homepageContainer .videoArticleRight .video
    {
        margin:0 0 0 20px;  
    }
    
    #homepageContainer .videoArticle .text
    {
        float:left;
        width:320px;
    }
    

    
 
    /* Widgets */
    
/*

    #homepageContainer #topFeatureWidget
    {
        background:#eff5fb url("/images/top-feature-bg.jpg") no-repeat;
    }
    
    #homepageContainer #topFeatureWidget .content
    {
        width:190px;
    }
    
   
    #homepageContainer #topFeatureWidget .bottom
    {
        width:220px;
        background:url("/images/top-feature-bottom-bg.jpg") no-repeat;
    }
    
    #homepageContainer #topCommentWidget
    {
        background:#eff5fb url("/images/top-comment-bg.jpg") no-repeat;
    }
    
    #homepageContainer #topCommentWidget .content
    {
        width:190px;
        background:url("/images/top-comment-content-bg.jpg") no-repeat 90px bottom;    
    }
      
    #homepageContainer #topCommentWidget .bottom
    {
        width:220px;
        background:url("/images/top-feature-bottom-bg.jpg") no-repeat;
    }
       
       
    #homepageContainer #jobOfTheWeekWidget
    {
        width:220px;
    }   
    
    #homepageContainer #jobOfTheWeekWidget .top
    {
        width:220px;
        background:url("/images/job-of-the-week-top2.jpg") no-repeat;
    }
    
    #homepageContainer #jobOfTheWeekWidget .content
    {
        padding:10px 10px 30px 10px;
        width:198px;     
    }
    

    
    #jobOfTheWeekWidget .logo
    {
        margin:0 0 8px -1px;
    }
 

    #homepageContainer #thirdwayFeedWidget
    {
        width:220px;
    }
    
    #homepageContainer #thirdwayFeedWidget .top
    {
        width:220px;
        height:25px;
        background:url("/images/thirdway-feed-top.jpg") no-repeat;
    }
    
    #homepageContainer #thirdwayFeedWidget .content
    {
        margin:0;
        width:188px;   
        padding-top:15px;  
    }    
    
    
    #homepageContainer #thirdwayFeedWidget .bottom
    {
        width:220px;
        background:url("/images/thirdway-feed-bottom.jpg") no-repeat;
    }
 */   
    
    
/* END HOMEPAGE STYLES */


/* START CATEGORY STYLES */

#categoryContainer
{
    float:left;
    width:100%;
}

#categoryContainer h1
{
    margin:0 0 5px 0;
}



#categoryContainer h1 .parentCategory
{
    font-size:20px;
    font-weight:normal;
}


#categoryContainer h1 .divider
{
    font-size:17px;
    font-weight:normal;
}

#categoryContainer .mainStory
{
  font-size:25px;
}

#categoryContainer .column1
{
    float:left;
    width:463px;
    margin:0 14px 0 0;
    padding:5px 0 0 0;
    border-top:1px solid #cccccc;
}

#categoryContainer .column2
{
    float:left;
    width:304px;
    margin:0 14px 0 0;
}

#categoryContainer .column3
{
    float:right;
    width:145px;
    margin:0 0 0 0;
}


    /* START COLUMN 1 STYLES */

    #categoryContainer .newsMain
    {
        float:left;
        width:100%;
        padding:8px 0 15px 0;
        border-top:1px solid #cccccc;
    }

    #categoryContainer .newsMain .image
    {
        float:right;
        width:202px;
        margin:0 0 5px 10px;
    }

    #categoryContainer .newsMain .image img
    {
            border:1px solid #bfbfbf;
    }

    #categoryContainer .newsFullWidth
    {
        float:left;
        width:100%;
        padding:15px 0 15px 0;

    }


    #categoryContainer .newsFullWidth .image
    {
        float:left;
        width:87px;
        margin:0 5px 5px 0;
    }

    #categoryContainer .newsFullWidth .image img
    {
            border:1px solid #bfbfbf;
    }
    
/*
    #categoryContainer .newsHalfWidth
    {
        float:left;
        width:224px;
        padding:10px 0 10px 0;
        margin:0 14px 0 0;
    }

    #categoryContainer .newsHalfWidthRight
    {
        margin:0;
    }
*/
    
    #categoryContainer .newsHalfWidth
    {
        float:left;
        clear:left;
        width:224px;
        padding:10px 7px 10px 0;
        margin:0 0 0 0;
        border-right:1px solid #cccccc;
    }

    #categoryContainer .newsHalfWidthRight
    {
        margin:0 0 0 -1px;
        border-left:1px solid #cccccc;
        border-right:none;
        padding:10px 0 10px 7px;
        /* min-height:200px; */
        clear:none;
    }


    #categoryContainer .newsHalfWidth .image
    {
        float:right;
        width:87px;
        margin:0 0 2px 5px;
    }

    #categoryContainer .newsHalfWidth .image img
    {
        border:1px solid #bfbfbf;
    }
    
    #categoryContainer .articleFooter
    {
        float:left;
        width:auto;
        font-family:Arial;
        padding:3px 0 0 0;
        font-size:12px;
    }    
    
    
    #categoryContainer .articleFooter .postComment,
    #categoryContainer .articleFooter .readComments
    {
        float:left;
        width:auto;

    }

    #categoryContainer .articleFooter .postComment a:link,
    #categoryContainer .articleFooter .postComment a:visited,
    #categoryContainer .articleFooter .readComments a:link,
    #categoryContainer .articleFooter .readComments a:visited
    {
        text-decoration:none;
        padding:0 0 0 5px;
        /* background:url("/images/comments-bubbles.jpg") no-repeat left 2px; */
        border-left:1px solid #cccccc;

    }    
    
    #categoryContainer .articleFooter .readLink
    {
        float:left;
        width:auto;
        padding:0 5px 0 0;                
    }    

    #categoryContainer .blueHorizLine
    {
        float:left;
        width:100%;
        height:1px;
        background:#cccccc;
    }
    
    /* END COLUMN 1 STYLES */

   

/* END CATEGORY STYLES */


/* START ARTICLE STYLES */

#articleContainer
{
    float:left;
    width:100%;
}

#articleContainer .column1
{
    float:left;
    width:463px;
    margin:0 14px 0 0;
    padding:5px 0 0 0;
    border-top:1px solid #cccccc;
}

#articleContainer .column2
{
    float:left;
    width:304px;
    margin:0 14px 0 0;
}

#articleContainer .column3
{
    float:right;
    width:145px;
    margin:0 0 0 0;
}

    /* START COLUMN 1 STYLES */

    #articleContainer .articleHeader
    {
        float:left;
        width:100%;
        margin:0 0 10px 0;
    }
    
    #articleContainer .articleHeader h1
    {
        margin:5px 0 10px 0;
    } 
    
    #articleContainer .articleHeader .journalistAndDate
    {
        position:relative;
        float:left;
        width:100%;
    }
    
   
    #articleContainer .articleHeader .journalistImage
    {
        float:left;
        width:47px;
        margin:0 5px 10px 0;
    } 
    
    #articleContainer .articleHeader .journalistImage img
    {
        border:1px solid #cccccc;
    }
    
    #articleContainer .articleHeader .journalistNameWithImage
    {
        padding:5px 0 0 0;
    }
        


    #articleContainer .articleHeader .articleDateNoJournalist
    {
        margin:5px 0 10px 0;
    }
    
           
    #articleContainer .socialMediaLinks
    {
        position:absolute;
        bottom:13px;
        right:0;
        width:145px;
    }
    
    #articleContainer .articleHeader .subHeading
    {
        float:left;
        width:100%;
        margin:0 0 5px 0;
  font-family:arial;  
  font-size:16px;
    }

    #articleContainer .articleHeader .subHeading p
{
  line-height:19px;
}
    
    #articleContainer .articleHeader .imageContainer,
    #articleContainer .articleHeader .video
    {
        position:relative;
        float:left;
        width:100%;
        margin:0 0 10px 0;
    }

    #articleContainer .articleHeader .image
    {
        position:relative;
        float:left;
        width:100%;
    }

    #articleContainer .articleHeader .image img
    {
        border:1px solid #cccccc;
    }

    #articleContainer .imageNoBorder img
    {
        border:none !important;
    }
     
    
    #articleContainer .imageContainer .imageCredits
    {
        float:right;
        width:100%;
        text-align:right;
    }
    
    #articleContainer .imageContainer .imageCredits p
    {
        font-size:10px;
        color:#666666;
        margin:0;
        padding:0;
        line-height:normal;
        padding:0 0 2px 0;
        text-transform:uppercase;
    }
   
   /* 
    #articleContainer .image .imageCreditsNoBorder   
    {
        top:0;
        right:0;
    }
*/
    
    #articleContainer .articleHeader .imageCaption
    {
        float:left;
        width:100%;
        margin:2px 0 0 0;
    }
    
    #articleContainer .articleHeader .imageCaption p
    {
        font-size:13px;
        color:#666666;
        margin:0;
        padding:0;
    }

    .highslide-caption .imageCredit
    {
  font-size:11px;
  color:#666666;
          text-transform:uppercase;
    }
    
    #articleContainer .slideshowLink
    {
        float:left;
        width:100%;
        margin:0 0 10px 0;
        font-weight:bold;
    }

    #articleContainer .mainText
    {
        float:left;
        width:100%;
    }
    
    #articleContainer .mainText p
    {
        font-size:110%;
        line-height:20px;
    }
    
     

    #articleContainer .nonSubscribersMessage
    {
        float:left;
        width:100%;
        font-weight:bold;
        font-style:italic;
        font-family:Arial;
    }

    #articleContainer .postComment,
    #articleContainer .notLoggedIn,
    #articleContainer .thankYou
    {
        float:left;
        width:443px;
        margin:20px 0 20px 0;
        padding:10px;
        background:#f1f1f1;
        font-family:Arial;        
    }

    #articleContainer .postComment h3,
    #articleContainer .notLoggedIn h3,
    #articleContainer .thankYou h3,
    #articleContainer .comments h3
    {
       font-family:Arial;
    }
    
    #articleContainer .postComment .field
    {
        float:left;
        width:100%;
        margin:10px 0 0 0;
    }

    #articleContainer .postComment .label
    {
        float:left;
        width:100px;
    }

    #articleContainer .postComment .input
    {
        float:left;
        width:443px;
        height:70px;
    }

    #articleContainer .postComment .input textarea
    {
        width:440px;
        height:65px;
    }

    #articleContainer .postComment .submitBtn
    {
        float:left;
        width:100px;
        margin:10px 0 0 100px;
    }


    #articleContainer .comments
    {
        float:left;
        width:443px;
        padding:10px;
            background:#f1f1f1;
    }

    #articleContainer .comments h3
    {
        margin:0 0 10px 0;
    }

    #articleContainer .comments .comment
    {
        position:relative;
        float:left;
        width:419px;
        padding:10px;
        border-left:2px solid #ffffff;
        border-right:2px solid #ffffff;
        background:#ffffff;
    }

    #articleContainer .comments .altComment
    {
        background:#f1f1f1;
    }

    #articleContainer .comments .comment h4
    {
        font-size:14px;
        font-weight:normal;
        margin:0 0 2px 0;
        font-family:arial;
    }

    #articleContainer .comments .comment p
    {
        margin:0 0 5px 0;
        padding:0 0 2px 0;
    }

    #articleContainer .comments .comment .datePosted
    {
        color:#666666;
    }

/*
    #articleContainer .comments .comment .avatar
    {
        float:left;
        width:50px;
        margin:0 10px 0 0;
    }

*/

    #articleContainer .comments .comment .content
    {
        float:left;
     /*   width:359px; */
        width:419px;
    }

    #articleContainer .comments .comment .quoteButton
    {
        position:absolute;
        top:10px;
        right:10px;
        width:80px;
        height:18px;
    }
    
    #articleContainer .comments .comment .reportAbuse
    {
        position:absolute;
        bottom:0;
        right:10px;
        height:18px;
        font-family:Arial;
        font-size:12px;
    }
    
    #articleContainer .comments .comment .reportAbuse a
    {
        color:#666666;
    }

    /* END COLUMN 1 STYLES */
    
    
    /* START COLUMN 2 STYLES */
  
       
    #relatedArticleWidget
    {
        float:left;
        width:284px;
        padding:10px;
        margin:0 0 15px 0;
        background:#ecf4fc;
    }

    #relatedArticleWidget h3
    {
        padding:0 0 10px 0;   
    }

    /* END COLUMN 2 STYLES */


/* END ARTICLE STYLES */



/* START CARTOON STYLES */

.cartoonContainer .column1and2
{
    float:left;
    width:781px;
    margin:0 14px 0 0;
    padding:5px 0 0 0;
    border-top:1px solid #cccccc;
}

.cartoonContainer .column1
{
    border-top:none !important;
    padding:0 !important;
}

.cartoonContainer .column2
{
    margin:20px 0 0 0 !important;
}

/* END CARTOON STYLES */




/* START QUESTION OF THE WEEK STYLES */

#questionWeekContainer
{
    float:left;
    width:100%;
}

#questionWeekContainer .column1
{
    float:left;
    width:463px;
    margin:0 14px 0 0;
    padding:5px 0 0 0;
    border-top:1px solid #cccccc;
}

#questionWeekContainer .column2
{
    float:left;
    width:304px;
    margin:0 14px 0 0;
}

#questionWeekContainer .column3
{
    float:right;
    width:145px;
    margin:0 0 0 0;
}

#questionWeekContainer .column1 #questionWeekWidget
{
    width:100%;
    margin:0;
    background:none;
    border:0;
}
    
#questionWeekContainer .column1 #questionWeekWidget .content
{
    width:100%;
    padding:0;
    background:none;
}
    
    
#questionWeekContainer .column1 #questionWeekWidget .bottom
{
    display:none;
    width:100%;
}

#questionWeekContainer .column1 .questionOfTheWeek
{
    float:left;
    width:100%;
    margin:0 0 30px 0;
}

#questionWeekContainer .column1 .questionOfTheWeek .question
{
    float:left;
    width:100%;
    margin:0 0 10px 0;
}

#questionWeekContainer .column1 .questionOfTheWeek .answers
{
    float:left;
    width:100%;
}

#questionWeekContainer .column1 .questionOfTheWeek .answers table
{
    margin:0;
}

#questionWeekContainer .column1 .questionOfTheWeek .vote
{
    float:left;
    width:100%;
    margin:10px 0 0 0;
    text-align:left;
}

#questionWeekContainer .column1 .questionOfTheWeek .vote input
{
    padding:2px 3px;
}

#questionWeekContainer .column1 .previousQuestion
{
    float:left;
    width:100%;
    margin:5px 0 0 0;
    font-family:Arial;
}

#questionWeekContainer .column1 .previousQuestion .question
{
    float:left;
    width:100%;
    margin:10px 0 10px 0;
}

#questionWeekContainer .column1 .previousQuestion .result
{
    float:left;
    width:100%;
    margin:0 0 10px 0;
}

/* END QUESTION OF THE WEEK STYLES */



/* START PLACES TO WORSHIP STYLES */

#placesToWorshipContainer
{
    float:left;
    width:100%;
}

#placesToWorshipContainer .column1
{
    float:left;
    width:781px;
    margin:0 14px 0 0;
    padding:5px 0 0 0;
    border-top:1px solid #cccccc;
}

#placesToWorshipContainer .column2
{
    float:right;
    width:145px;
    margin:0 0 0 0;
}



#placesToWorshipContainer .options
{
    float:left;
    width:100%;
    margin:0 0 10px 0;
    font-family:Arial;
}

#placesToWorshipContainer .validation
{
    float:left;
    width:270px;
    margin:2px 0 0 130px;
    color:Red;
    font-family:Arial;
}

#placesToWorshipContainer .validation ul,
#placesToWorshipContainer .validation li
{
    color:Red;
}

#placesToWorshipContainer .postcode
{
    float:left;
    width:400px;
}

#placesToWorshipContainer .label
{
    float:left;
    width:130px;
    height:22px;
    line-height:22px;
}

#placesToWorshipContainer .input
{
    float:left;
    width:160px;
    height:22px;
    line-height:22px;   
}

#placesToWorshipContainer .submit
{
    float:left;
    width:100px;
    margin:-2px 0 0 0;
}

#placesToWorshipContainer .submit input
{
    padding:1px 2px;
}


#placesToWorshipContainer .googleMapNearest
{
    float:left;
    width:100%;
        font-family:Arial;
}

#placesToWorshipContainer .country
{
    float:left;
    width:290px;
    margin:4px 0 0 0;
}

#placesToWorshipContainer .country .label
{
    float:left;
    width:100px;
    height:22px;
    line-height:22px;
}

#placesToWorshipContainer .country .input
{
    float:left;
    width:190px;
    height:22px;
    line-height:22px;
}


#placesToWorshipContainer .town
{
    float:left;
    width:270px;
    margin:4px 0 0 0;
}

#placesToWorshipContainer .town .label
{
    float:left;
    width:85px;
    height:22px;
    line-height:22px;
}

#placesToWorshipContainer .town .input
{
    float:left;
    width:185px;
    height:22px;
    line-height:22px;
}

#placesToWorshipContainer .add
{
    float:right;
    width:200px;
    text-align:right;
}

#placesToWorshipContainer .add input
{
    padding:2px 3px;
}

#placesToWorshipContainer .googleMapNearest
{
    float:left;
    width:500px;
    margin:0 10px 0 0;
    border:1px solid #cccccc;
}


#placesToWorshipContainer .results
{
    float:left;
    width:268px;
    font-family:Arial;    
}

#placesToWorshipContainer .churches
{
    float:left;
    width:268px;
}

#placesToWorshipContainer .churches .title
{
    float:left;
    width:258px;
    padding:5px;
    background:#ecf4fc;
    border:1px solid #ecf4fc;
}

#placesToWorshipContainer .churches .scroll
{
    float:left;
    width:100%;
    border-left:1px solid #ecf4fc;
    border-right:1px solid #ecf4fc;
}

#placesToWorshipContainer .churches .item
{
    float:left;
    width:258px;
    padding:5px;
    border-bottom :1px solid #ecf4fc;
}

#placesToWorshipContainer .noChurch
{
    float:left;
    width:100%;
    line-height:200px;
    text-align:center;
}

.church
{
    float:right;
    width:488px;
    padding:10px;
}

.church h3
{
    margin:0 0 10px 0;
}

.church .map
{
    float:left;
    width:230px;
    height:213px;
    margin:0 10px 0 0;
    border:1px solid #cccccc;
}

.church .info
{
    float:left;
    width:100%;
}

.church .field
{
    float:left;
    width:100%;
    margin:0 0 5px 0;
}

.church .field p
{
    margin:0;
    padding:0;
}

.church .label
{
    float:left;
    width:120px;
}

.church .value
{
    float:left;
    width:auto;
}

.church .additionInfo
{
    float:left;
    width:100%;
    margin:5px 0 0 0;
}

#placesToWorshipContainer .addPlaceWorshipForm
{
    float:left;
    width:640px;
    margin:10px 0 0 0;
        font-family:Arial;
}

#placesToWorshipContainer .addPlaceWorshipForm .validation
{
    width:auto;
    margin:2px 0 0 100px;
}


#placesToWorshipContainer .addPlaceWorshipForm .content
{
    float:left;
    width:600px;
    padding:10px;
    background:#ecf4fc;
    margin:10px 0 0 0;
}

#placesToWorshipContainer .addPlaceWorshipForm .leftColumn
{
    float:left;
    width:280px;
    margin:0 0 0 0;
}

#placesToWorshipContainer .addPlaceWorshipForm .rightColumn
{
    float:left;
    width:320px;

}

#placesToWorshipContainer .addPlaceWorshipForm .field
{
    float:left;
    width:100%;
    margin:0 0 5px 0;
}

#placesToWorshipContainer .addPlaceWorshipForm .label
{
    float:left;
    width:100px;
    height:22px;
    line-height:22px;
}

#placesToWorshipContainer .addPlaceWorshipForm .input
{
    float:left;
    width:180px;
    height:22px;
    line-height:22px;
}


#placesToWorshipContainer .addPlaceWorshipForm .input select
{
    width:151px;
}

#placesToWorshipContainer .addPlaceWorshipForm .contactName
{
    position:absolute;
    left:-9999px;
}

#placesToWorshipContainer .addPlaceWorshipForm .serviceTimes
{
    margin:0 0 8px 0;
}

#placesToWorshipContainer .addPlaceWorshipForm .serviceTimes .label,
#placesToWorshipContainer .addPlaceWorshipForm .serviceTimes .input,
#placesToWorshipContainer .addPlaceWorshipForm .additionalInfo .label,
#placesToWorshipContainer .addPlaceWorshipForm .additionalInfo .input
{
    height:auto;
    line-height:normal;
}


#placesToWorshipContainer .addPlaceWorshipForm .serviceTimes .input textarea
{
    width:215px;
    height:80px;
}

#placesToWorshipContainer .addPlaceWorshipForm .additionalInfo .input textarea
{
    width:215px;
    height:90px;
}

#placesToWorshipContainer .addPlaceWorshipForm .actionButtons
{
    float:left;
    width:100%; 
}

#placesToWorshipContainer .addPlaceWorshipForm .submitButton
{
    float:left;
    width:auto;
    margin:2px 10px 0 98px;
}

#placesToWorshipContainer .addPlaceWorshipForm .submitButton input
{
    padding:1px 2px;
}

#placesToWorshipContainer .addPlaceWorshipForm .cancelButton
{
    float:left;
    width:auto; 
    margin:2px 0 0 0;
}

#placesToWorshipContainer .addPlaceWorshipForm .cancelButton input
{
    padding:1px 2px;
}

/* END PLACES TO WORSHIP STYLES */


/* START JOURNALIST STYLES */

#journalistContainer
{
    float:left;
    width:100%;   
}


#journalistContainer .column1
{
    float:left;
    width:463px;
    margin:0 14px 0 0;
    padding:5px 0 0 0;
    border-top:1px solid #cccccc;
}

#journalistContainer .column2
{
    float:left;
    width:304px;
    margin:0 14px 0 0;   
}

#journalistContainer .column3
{
    float:left;
    width:145px;
}


#journalistContainer .journalistImage
{
    float:right;
    margin:0 0 10px 10px;
    border:1px solid #cccccc;
}


.articlesByJournalist .title
{
    color:#ffffff;
    font-weight:bold;
    height:25px;
    line-height:25px;
    padding:0 30px 0 5px;
    background:#2d7abf url("/images/journalist-articles-title.jpg") no-repeat right 0;
}





/* END JOURNALIST STYLES */




/* START HOLIDAYS STYLES */

#holidaysContainer
{
    float:left;
    width:100%;
}

#holidaysContainer h1
{
    margin:0 0 5px 0;
}

#holidaysContainer .column1
{
    float:left;
    width:463px;
    margin:0 14px 0 0;
    padding:5px 0 0 0;
    border-top:1px solid #cccccc;
}

#holidaysContainer .column2
{
    float:left;
    width:304px;
    margin:0 14px 0 0;
}

#holidaysContainer .column3
{
    float:right;
    width:145px;
    margin:0 0 0 0;
}

#holidaysContainer .holidays 
{
    float:left;
    width: 100%;
    font-family:Arial;
}

#holidaysContainer .regionAccordionHeader
{
    padding:5px;
    background:#e9e9e9;
    margin:0 0 1px 0;
    cursor:pointer;
}

#holidaysContainer .regionAccordionHeaderSelected
{
    padding:5px;
    color:#ffffff;
    background:#3074b1;
    cursor:pointer;
}

#holidaysContainer .regionAccordionContent
{
    padding:5px;
}

#holidaysContainer .holidays .titleBar
{
    float:left;
    width:100%;
}

#holidaysContainer .holidays .titleBar .title
{
    float:left;
    width:130px;
}

#holidaysContainer .holidays .titleBar .holidayType
{
    float:right;
    width:auto;
    text-align:right;
}

#holidaysContainer .holidays .titleBar .holidayType td
{
    padding:5px;
}

#holidaysContainer .holidays .text
{
    float:left;
    width:100%;
}

#holidaysContainer .holidays .holidayList
{
    float:left;
    width:100%;
}
 
#holidaysContainer .holidays .heading 
{
    margin: 1px;
    padding: 3px 10px;
    cursor: pointer;
    position: relative;
    background-color:#cbcbcb;
    font-weight:bold;
}

#holidaysContainer .holidays .content 
{
    padding: 5px 10px;
}

#holidaysContainer .holidays .item 
{
    clear:both;
    padding-top:5px;
}
    
#holidaysContainer .holidays .itemDetail 
{
        width:45%;
        float:left;  
}
    
#holidaysContainer .holidays .itemLocation 
{
        width:45%;
        float:right;    
}    
    
#holidaysContainer .holidays p  
{
    padding: 5px 0; 
}

/* END HOLIDAYS STYLES */


/* START LINKS STYLES */

#linksContainer
{
    float:left;
    width:100%;
}

#linksContainer h1
{
    margin:0 0 5px 0;
}

#linksContainer .column1
{
    float:left;
    width:463px;
    margin:0 14px 0 0;
    padding:5px 0 0 0;
    border-top:1px solid #cccccc;
}

#linksContainer .column2
{
    float:left;
    width:304px;
    margin:0 14px 0 0;
}

#linksContainer .column3
{
    float:right;
    width:145px;
    margin:0 0 0 0;
}

#linksContainer .links
{
    float:left;
    width:100%;
    font-family:Arial;
}


#linksContainer .categoryAccordionHeader
{
    padding:5px;
    background:#e9e9e9;
    margin:0 0 1px 0;
    cursor:pointer;
}

#linksContainer .categoryAccordionHeaderSelected
{
    padding:5px;
    color:#ffffff;
    background:#3074b1;
    cursor:pointer;
}

#linksContainer .categoryAccordionContent
{
    padding:5px;
}

#linksContainer .links .link
{
    float:left;
    width:100%;
    padding:6px 0 6px 0;
    border-top:1px solid #cccccc;
}

#linksContainer .links .firstLink
{
    border:none;   
}

#linksContainer .links .link .title
{
    float:left;
    width:100%;
    margin:0 0 4px 0;
    font-weight:bold;
}

#linksContainer .links .link .details
{
    float:left;
    width:100%;
    margin:0 0 4px 0;
}

#linksContainer .links .link .details p
{
    margin:0;
}

#linksContainer .links .link .url
{
    float:left;
    width:100%;
    margin:0;
}



/* END LINKS STYLES */



/* START SUBSCRIBE STYLES */

#subscribeContainer
{
    float:left;
    width:100%;
}

#feefoContainer
{
    float:left;
    width:100%;
	padding-top:10px;
}

#subscribeContainer h1
{
    margin:0 0 5px 0;
}

#subscribeContainer .column1
{
    float:left;
    width:463px;
    margin:0 14px 0 0;
    padding:5px 0 0 0;
    border-top:1px solid #cccccc;
}

#subscribeContainer .column2
{
    float:left;
    width:304px;
    margin:0 14px 0 0;
}

#subscribeContainer .column3
{
    float:right;
    width:145px;
    margin:0 0 0 0;
}


#subscribeContainer .subscriptionWizard
{
    position:relative; 
    float:left;
    width:443px;
    font-family:Arial;
    padding:10px;
    background:#f1f1f1;
	border-radius:10px;
	margin:10px 0 0 0;
}

#subscribeContainer .subscriptionWizard h2
{
    margin:0 0 15px 0;
	font-family:arial;
	font-size:19px;
}

#subscribeContainer .subscriptionWizard h3
{
	font-size:15px;
    margin:0 0 10px 0;
	font-family:arial;	
	font-weight:normal;
}


#subscribeContainer .subscriptionWizard td
{
    width:100%;
  	padding:4px 10px;
    margin:0 0 2px 20px;
}

#subscribeContainer .subscriptionWizard td input
{
	vertical-align:middle;
}

#subscribeContainer .subscriptionWizard td label
{
    padding-left:5px;
	vertical-align:middle;	
	font-size:14px;
}


#subscribeContainer .subscriptionWizard .updateProgress
{
  position:absolute; 
  width:98%;
  height:94%;
  background:#f1f1f1;

}

#subscribeContainer .subscriptionWizard .updateProgress .content
{
  position:relative; 
  top:20%;
  text-align:center;

}

#subscribeContainer .product {
  float:left;
  width:433px;
  padding:5px;
  margin:0 0 5px 0;
  font-family:Arial;
  background:#f1f1f1;
}

#subscribeContainer .productRadioButton {
  float:left;
  width:18px;

}

#subscribeContainer .productDetails {
  float:left;
  margin:0 0 0 0;
  width:408px;
}

#subscribeContainer .productDetails .redText {
  font-weight:bold;
  color:red;
}

#subscribeContainer .backBtn {
  float:left;
  width:auto;
  margin:15px 0 0 0;
}

#subscribeContainer .nextBtn {
  float:right;
  width:auto;
  margin:15px 0 0 0;  
}
/* END SUBSCRIBE STYLES */


/* START SAMPLE COPY REQUEST STYLES */

#sampleCopyRequestContainer
{
    float:left;
    width:100%;
}

#sampleCopyRequestContainer h1
{
    margin:0 0 5px 0;
}

#sampleCopyRequestContainer .column1
{
    float:left;
    width:463px;
    margin:0 14px 0 0;
    padding:5px 0 0 0;
    border-top:1px solid #cccccc;
}

#sampleCopyRequestContainer .column2
{
    float:left;
    width:304px;
    margin:0 14px 0 0;
}

#sampleCopyRequestContainer .column3
{
    float:right;
    width:145px;
    margin:0 0 0 0;
}


#sampleCopyRequestContainer #sampleCopyRequestForm
{
  float:left;
  width:100%;
  font-family:Arial;
}

#sampleCopyRequestContainer #sampleCopyRequestForm .field
{
  float:left;
  width:90%;
  margin:0 0 5px 20px;
}

#sampleCopyRequestContainer #sampleCopyRequestForm .captcha
{
  margin:0 0 5px 17px;
}

#sampleCopyRequestContainer #sampleCopyRequestForm .errorMessage
{
  margin:0 0 5px 20px;
  color:red;
}



#sampleCopyRequestContainer #sampleCopyRequestForm .label
{
  float:left;
  width:120px;
  height:22px;
  line-height:22px;
}

#sampleCopyRequestContainer #sampleCopyRequestForm .input 
{
  float:left;
  width:180px;
}
  
#sampleCopyRequestContainer #sampleCopyRequestForm .inputContactName
{
  position:absolute;
  left:-9999px;
}


#sampleCopyRequestContainer #sampleCopyRequestForm .validationSummary
{
    float:left;
  width:90%;
  margin:5px 0 0 10px;
    color:Red;
}

#sampleCopyRequestContainer #sampleCopyRequestForm .validationSummary ul
{
    padding:5px 0 0 0;

}

#sampleCopyRequestContainer #sampleCopyRequestForm .validationSummary li
{
    color:Red;
}

/* END SAMPLE COPY REQUEST STYLES */



/* START SITEMAP STYLES */

#sitemapContainer
{
    float:left;
    width:100%;
}


#sitemapContainer .sitemap
{
    float:left;
    width:100%;
    font-family:Arial;
}

#sitemapContainer .sitemap ul
{
    padding-bottom:0;
}

/* END SITEMAP STYLES */


/* START VIEW BASKET STYLES */

#basket,
#subtotal
{
    font-family:Arial;
}

/* END VIEW BASKET STYLES */


/* START SEARCH RESULTS STYLES */

#searchResultsContainer
{
    float:left;
    width:100%;
}

#searchResultsContainer h1
{
    margin:0 0 5px 0;
}


#searchResultsContainer .column1
{
    float:left;
    width:940px;
    margin:0 0 0 0;
    padding:5px 0 0 0;
    border-top:1px solid #cccccc;
}

#searchResultsContainer .column3
{
display:none;
    float:right;
    width:145px;
    margin:0 0 0 0;
}

#searchResultsContainer .column1 .searchResults
{
    float:left;
    width:100%;
    font-family:Arial;
}

#searchResultsContainer .column1 .searchResults .summary
{
    margin:0 0 5px 0;
    padding:0;
}

#searchResultsContainer .column1 .searchResults .pagination {
  float:left;
  width:100%;
  padding:5px 0 5px 0;
  text-align:center;
}

#searchResultsContainer .column1 .searchResults .pagination .currentpage {

  margin:0 5px;
}

#searchResultsContainer .column1 .searchResults .pagination a {

  margin:0 5px;
}

#searchResultsContainer .column1 .searchResults .pagination a:hover {
  text-decoration:underline;
}

#searchResultsContainer .column1 .searchResults h2
{
    font-size:19px;
    margin:0 0 0 0;
}

#searchResultsContainer .column1 .searchResults h3
{
    font-size:13px;
    margin:0 0 2px 0;
    font-weight:normal;
    color:#666666;
}

#searchResultsContainer .column1 .searchResults .result
{
    float:left;
    width:100%;
    padding:7px 0 1px 0;
    border-bottom:1px solid #e6e6e6;
}

#searchResultsContainer .column1 .searchResults .highlight
{
   background:#fbffbc;
   font-weight:bold;
}

/* END SEARCH RESULTS STYLES */

/* START OF MODAL POPUP STYLES */

/* START MODAL POPUP STYLES */

.modal { background-color: #DCDCDC; filter: alpha(opacity=90); opacity: 0.9; }

/*
.modalWindow 
{ 
    width:400px;
    padding:10px;
    background:url("/images/body-bg.jpg"); 
    overflow:hidden;
    border:2px solid #96c11f;
}
*/

.modalWindow 
    {
        width:275px;
        background-color: #ffffff; 
        overflow:hidden;
        border:1px solid #002d6a;
        font-family:Arial;
        padding:0 0 10px 0;
    }
    
    .modalWindow .field
    {
        width:100%;
        clear:both;
        padding-top:2px;
    }
    
    .modalWindow .label  
    { 
        float:left;
        min-height:20px;
        line-height:19px;
        width:80px !important;
        margin:0 0 0 10px; 
        color:#000000;
    }
    
    .modalWindow .value 
    { 
        float:left;
        width:auto !important;
        height:20px;
        line-height:19px;
        margin-left:10px; 
    }
    
    .modalWindow .fieldText .label, 
    .modalWindow .fieldText .value 
    {
        height:auto;
        line-height:normal;
    }
    
    
    .modalWindow .title 
    {
        float:left;
        width:100%;
        background:#2191c0;
        margin:0 0 10px 0;
    } 
    
    .modalWindow .title h2
    {
        font-size:14px;
        font-weight:bold;
        padding: 5px 10px 5px 10px;
        margin:0;
        color:#ffffff;
        font-family:Arial;
    }
    
    
    .reportAbuseModalWindow
    {
        width:600px;   
    }
    
    .reportAbuseModalWindow .label
    {
        width:120px !important;   
    }

    .reportAbuseModalWindow .value
    {
        width:450px !important;   
    }
    
    .reportAbuseModalWindow .contactName
    {
        position:absolute;
        left:-9999px;
    }
    
    .reportAbuseModalWindow .fieldComment .value
    {
        max-height:200px;
        overflow:hidden;
        overflow-y:auto;   
        margin:0 0 5px 10px;
    }
    
    .reportAbuseModalWindow .fieldEmailAddress input
    {
        width:200px;
    }
    
    .reportAbuseModalWindow .fieldComplaint .value
    {
        height:70px;
        line-height:normal;
    }
    
    
    .reportAbuseModalWindow .fieldComplaint textarea
    {
        width:448px;
        height:60px;
    }
    
    .reportAbuseModalWindow .actionButtons
    {
        float:left;
        margin:0 0 0 140px;
    }
    
    .reportAbuseModalWindow .actionButtons input
    {
        float:left;
        margin:0 10px 0 0;
    }
    
    .reportAbuseModalWindow .validation
    {
        float:left;
        margin:0 0 0 140px;
        color:Red;
    }
    
    .reportAbuseModalWindow .validation ul
    {
        color:Red;
        padding-top:5px;
    }
    
    .reportAbuseModalWindow .validation li
    {
        font-size:13px;
        color:Red;
    }
        
    .reportAbuseModalWindow .message
    {
        float:left;
        width:580px;
        margin:0 0 0 10px;   
    }
    
    .reportAbuseModalWindow .closeButton
    {
        float:left;
        width:100%;
        text-align:center;
    }
    
    .ukpLogin
    {
        width:300px;   
    }
    
    .ukpLogin .label
    {
        width:120px !important; 
 
    }
    
    .ukpLogin .value
    {
        /*width:120px !important; */

    }
    
    .ukpLogin .value input
    {
        width:140px !important; 

    }
    
    .ukpLogin .loginBox
    {
        float:left;
        width:180px;
        margin:0 0 5px 65px;
    }
    
    
    .ukpLogin .loginBox .loginButton
    {
       width:175px;
       padding:1px 0;
    }
    
    
    .ukpLogin .newUser
    {
        float:left;
        width:100%;
        text-align:center;
        margin:0 0 5px 0;
    }
    
    .ukpLogin .cancelButton
    {
        float:left;
        width:100%;
        text-align:center;
    }
    
    .ukpLogin .cancelButton input
    {
        padding:1px 2px;
    }
    
    .ukpLogin .actionButtons
    {
        float:left;
        width:100%;
        text-align:center;
        margin:5px 0 0 0;
    }
        
    .ukpLogin .actionButtons input
    {
        padding:1px 2px;
    }
    
        
    
/* END OF MODAL POPUP STYLES */


/* START TICKET SALES STYLES */

.ticketSalesContainer
{
  float:left;
  width:100%;
}

.ticketSalesContainer .ticketPurchase
{
  float:left;
  /*width:500px;*/
    background:#f2f5ec;
    padding:10px 10px 10px 0;
    margin:5px 0 5px 0;
         -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;

}

.ticketSalesContainer .ticketPurchase .image
{
  float:left;
  margin:0 10px 0 0;
}

.ticketSalesContainer .ticketPurchase .details
{
  float:left;
    width:275px;
    margin:0 10px 0 0;
}

.ticketSalesContainer .ticketPurchase .field
{
  float:left;
    width:100%;
    margin:0 0 8px 0;
}

.ticketSalesContainer .ticketPurchase .label
{
  float:left;
    width:40px;
}

.ticketSalesContainer .ticketPurchase .fieldName
{
  float:left;
    width:100%;
    font-size:15px;
    font-weight:bold;
    margin:0 0 5px 0;
}
/*
.ticketSalesContainer .ticketPurchase .fieldPrice
{
    width:49%;
}

.ticketSalesContainer .ticketPurchase .fieldDate
{
    float:right;
    width:49%;
}
*/


.ticketSalesContainer .ticketPurchase .purchaseDetails
{
    float:left;
    width:70px;
}

.ticketSalesContainer .ticketPurchase .purchaseDetails p
{
    padding:0 !important;
    margin:0 0 7px 0 !important;
}

.ticketSalesContainer .ticketPurchase .selectTicket
{
  float:left;
    width:30px;
    margin:0 10px 0 0;
    text-align:center;
}

.ticketSalesContainer .ticketPurchase .selectTicket .label
{
  float:left;
    width:100%;
    text-align:center;
}

.ticketSalesContainer .ticketPurchase .selectTicket .input
{
  float:left;
    width:100%;
    margin:3px 0 0 0;
    text-align:center;
}

.ticketSalesContainer .ticketPurchase .quantity
{
  float:left;
    width:60px;
    text-align:center;
}

.ticketSalesContainer .ticketPurchase .quantity .label
{
  float:left;
    width:100%;
    text-align:center;
}

.ticketSalesContainer .ticketPurchase .quantity .input
{
  float:left;
    width:100%;
    text-align:center;
}

.ticketSalesContainer .ticketPurchase .quantity .input input
{
    text-align:center;
}


.ticketSalesContainer .ticketPurchase .ticketsRemaining
{
    float:left;
    text-align:center;
    width:100%;
    margin:10px 0 0 0;
    font-style:italic;
}

.ticketSalesContainer  .addedToBasketMessage
{
    float:left;
    width:100%;
    text-align:right;
  color:red;
    margin:5px 0 5px 0;
}

.ticketSalesContainer .addButton
{
    float:left;
    width:100%;
    text-align:right;
}

.ticketSalesContainer .addButton input
{
  padding:7px 15px;
}

.ticketSalesContainer .registerInterestForm
{
    float:left;
    width:280px;
        background:#f2f5ec;
 padding:20px;
         -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.ticketSalesContainer .registerInterestForm .field
{
    float: left;
    width: 100%;
    margin:0 0 10px 0;
}

.ticketSalesContainer .registerInterestForm .label
{
    float: left;
    width: 70px;
}

.ticketSalesContainer .registerInterestForm .input
{
    float: left;
    width: 200px;
}

.ticketSalesContainer .registerInterestForm .submitButton
{
    float:left;
   width:100%;
   text-align:center;
}

.ticketSalesContainer .registerInterestForm .submitButton input
{
    padding:4px 7px;
}

.ticketSalesContainer .registerInterestForm .errorText
{
    color:red !important;
}



/* END TICKET SALES  STYLES */



/* START PRODUCT CONTROL STYLES */

#productblock
{
	margin:10px 0 10px 0;
	border-radius:10px;
	background:	#f1f1f1;
	padding:15px 15px 5px 15px;
}

#productblock .productRadioButton
{
	display:table-cell;
	vertical-align:middle;
	padding:0 4px 10px 0;	
}

#productblock .productDetails
{
	display:table-cell;
	vertical-align:middle;
	padding:0 0 10px 0;	
}

#productblock .addToBasketButton
{
	width:100%;
	text-align:center;
	margin:5px 0 0 0;
}


#productblock #alerttext
{
	text-align:center;
	margin:10px 0 0 0;
	font-size:15px;
}

/* END PRODUCT CONTROL STYLES */


/* START FEEFO STYLES */

.feefoRatingDetails {
	float:left;
	width:100%;
	margin:15px 0 0 0;
}
	
.feefo_content {
	display:none;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
