/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url('http://www.thevineyardchurch.co.uk/Data/style/cluetip/wait.gif');
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url('http://www.thevineyardchurch.co.uk/Data/style/cluetip/darrowleft.gif');
}
.clue-left-default .cluetip-arrows {
  background-image: url('http://www.thevineyardchurch.co.uk/Data/style/cluetip/darrowright.gif');
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url('http://www.thevineyardchurch.co.uk/Data/style/cluetip/darrowdown.gif');
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url('http://www.thevineyardchurch.co.uk/Data/style/cluetip/darrowup.gif');
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url('http://www.thevineyardchurch.co.uk/Data/style/cluetip/arrowleft.gif');
}
.clue-left-jtip .cluetip-arrows {
  background-image: url('http://www.thevineyardchurch.co.uk/Data/style/cluetip/arrowright.gif');
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url('http://www.thevineyardchurch.co.uk/Data/style/cluetip/arrowdown.gif');
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url('http://www.thevineyardchurch.co.uk/Data/style/cluetip/arrowup.gif');
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url('http://www.thevineyardchurch.co.uk/Data/style/cluetip/bl.gif') no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url('http://www.thevineyardchurch.co.uk/Data/style/cluetip/tl.gif') no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url('http://www.thevineyardchurch.co.uk/Data/style/cluetip/tr.gif') no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url('http://www.thevineyardchurch.co.uk/Data/style/cluetip/br.gif') no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url('http://www.thevineyardchurch.co.uk/Data/style/cluetip/rarrowleft.gif');
}
.clue-left-rounded .cluetip-arrows {
  background-image: url('http://www.thevineyardchurch.co.uk/Data/style/cluetip/rarrowright.gif');
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url('http://www.thevineyardchurch.co.uk/Data/style/cluetip/rarrowdown.gif');
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url('http://www.thevineyardchurch.co.uk/Data/style/cluetip/rarrowup.gif');
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



body { color:#666; background-color:#fff; font-size:13px; font-family: Arial,Helvetica,sans-serif; margin:0; padding:0; line-height:20px;}
BODY {background-attachment: fixed;}
.pagebody { color:#757575; background: #fdfdfa url('http://www.thevineyardchurch.co.uk/Data/Sites/1/skins/BurnChurch/blackboard2.jpg') center top repeat-x;; text-align:center; }

/* These are ids for container divs in layout.master */
#outerwrap { width:800px; height:100%; text-align:center; margin:0px auto; background: #000000; border-bottom:0px solid #333333; border-left:0px solid #333333; border-right:0px solid #333333; }
#burnimageleft{background:#000;clear:both;float:left;height:80px;margin:0;padding:0;width:295px}
#burnimagright{background:#000;float:right;height:420px;margin:0 0 0 10px;padding:0;width:400px}
#burnwrapleft{background:#000;float:left;height:400px;margin:23px 0 0 33px;padding:0 0 0;width:295px}
#burnwrapper{background:#000;height:420px;text-align:left;width:295px}
#burnwrapright{background:#000;float:left;height:430px;margin:0 0 0 15px;padding:0;width:370px}
#wrapburnmenu{background:#000000;float:left;height:20px;margin-top:2px;margin-left:23px;width:700px}
#wrapburncontent{float:left;margin-top:2px;margin-left:30px;width:400px}
#wrapcenter{background:#000 url('http://www.thevineyardchurch.co.uk/Data/Sites/1/skins/BurnChurch/');clear:both;float:left;margin:0 0 0 20px;min-height:500px;padding:0;width:736px}
#wrapcenter,#wrapwebsite{background-color:#000}
#wrapcopyright{color:#FFF;font-size:10px;height:100%;margin:0 auto;padding:10px 0 0 0;text-align:center;width:820px}
#wrapfooter{clear:both;font-size:74%;height:0;position:relative;text-align:center}
#wrapfooter,#wrapfooter a{font-weight:700;text-decoration:none}
#wrapheader{background:#000 url('http://www.thevineyardchurch.co.uk/Data/Sites/1/skins/BurnChurch/') no-repeat center top;height:255px;margin:0;padding:0;position:relative}
#wraplogin{height:100%;margin:0 auto;padding:0;text-align:left;width:800px}
#wrapwebsite{height:100%;margin:0 auto;padding:1px;text-align:left;width:800px}
.imgborder,.homeimg{border:1px solid #FFF;margin:0 18px 5px 0}
div.wrapmenu{background:#000;clear:both;height:0;margin-left:20px;width:800px}

/* these are the main column layouts for supporting automatic column layout from 1 to 3 columns 
   all columns are floated left, the system programmatically assigns one of the classes to the center column depending on whether content exists
 in the left or right content sections
*/
.leftside { float:left; width:27%; margin:10px 5px 0 6px; }
.center-nomargins { float:left; width:380; margin:10px 5px 0; }
.center-rightandleftmargins { float:left; width:42%; margin:10px 5px 0; }
.center-rightmargin { float:left; width:69%; margin:10px 0 0 6px; }
.center-leftmargin { float:left; width:70%; margin:10px 0 0 5px; }
.rightside { float:right; width:27%; margin:10px 0 0; }



/* Elements */
code { text-align:left; display:block; overflow:auto; font:500 1em/1.5em 'Lucida Console', 'courier new', monospace; background:#FAFAFA; border:1px solid #EAEAEA; border-left:5px solid #72A545; margin:5px 0; padding:10px; }
acronym { cursor:help; border-bottom:1px solid #777; }
blockquote { border:1px solid #f2f2f2; background:#FAFAFA url('http://www.thevineyardchurch.co.uk/Data/Sites/1/skins/BurnChurch/quote.gif') no-repeat 5px 5px; margin:10px; padding:0 0 0 36px; }
hr { height:1px; background-color:#D1D7DC; color:#D1D7DC; border-width:0; }
img { border:0; }


/* Headings */
.sitelogo { float:left; margin:0; }
.siteheading { font-size:130%; text-decoration:none; margin:0; padding:20px 0 0; }
h1.siteheading { position:absolute; top:40px; left:50px; font:bolder 2.4em 'Trebuchet MS', Arial, Sans-serif; letter-spacing:-2px; margin:0; padding:0; }
h1,h2,h3,h4 { margin:10px 0px; padding:0; }
h2.moduletitle { clear:both; border-bottom:0px solid #f2f2f2; margin:0; padding:0 0 3px 0px; }
.modulesubtitle { height:23px; color:#FFF; background-color:#EAEAEA; font-weight:700; padding:4px 5px 0; }
h2.moduletitle { color:#000000; font-size:1.2em; font-weight:600; font-family:Verdana, 'Trebuchet MS', Sans-serif; }
h2 { color:#390; font-size:1.5em; }
h3 { color:#FFFFFF; font-size:14px; }
h4 { color:#FFFFFF; font-size:14px; }
h3 { color:#000000; font-size:14px; }
h1,h2,h3 { font-family:'Trebuchet MS', Arial, sans-serif; font-weight:700; }
h1 { font-size:1.7em; }

.TitleHome {
color:#FFFFFF;
font-family:Verdana,"Bitstream Vera Sans",Arial,Helvetica,sans-serif;
font-size:13px;
}



/* Form styles */
fieldset { border:1px solid #FFFFFF; margin:0; padding:5px 5px 5px 15px; }
legend { font-size:1em; font-weight:700; }
.settinglabel { float:left; clear:left; width:20em; padding:1px; }
.settinglabelFixedHeight { float:left; clear:left; width:20em; height:77px; padding:1px; }
.settinglabel,.settinglabelFixedHeight { font-weight:700; font-size:smaller; }
.settingrow { clear:left; padding:4px 0; }
.settinglabeltight { float:left; clear:left; width:8em; font-weight:700; padding:1px; }
.settingrowtight { clear:left; padding:1px 0; }
.modulebuttonrow { clear:left; text-align:center; }
.smalltextbox { width:4em; }
.normaltextbox { width:10em; }
.mediumtextbox { width:15em; }
.widetextbox { width:25em; }
.verywidetextbox { width:35em; }
.txterror { color:red; font-weight:700; }
.txtcopyright { color:#444; font-size:80%; font-weight:400; }
.watermarktextbox { width:10em; height:13px; color:Black; }
.subscribeemail { color:Gray; width:14em; }
input.openid_login { background:url('http://www.thevineyardchurch.co.uk/Data/Sites/1/skins/BurnChurch/openidlogin.gif') no-repeat; background-color:#fff; background-position:0 50%; color:#000; padding-left:18px; }



/* Grids and Tables */
table.editgrid { margin:10px; }
table.editgrid th { font-weight:700; padding:7px; }
.AspNet-GridView table thead tr th { padding:2px; }
.AspNet-GridView table tbody tr td { color:#333; background:#FFF; border-bottom:solid 0px #CCC; border-right:solid 0px #CCC; text-align:left; padding:2px 20px 2px 2px; }
.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td { background:#F7F6F3; }
table.editgrid td { padding:7px; }


/* Lists */
.simplelist,.simplelist li { list-style:none; padding:0 0 4px 10px; }
ul.linkitem { position:relative; top:-6px; left:-13px; list-style:none; margin:10px; padding:0; }
div.sitemap ul,div.sitemap ul li { list-style:none; font-size:100%; }
.site-statistics { border-bottom:solid thin #ccc; margin:0 0 5px; padding:0 0 5px; }
ul.userstats { list-style-type:none; font-size:90%; margin:0 0 0 -40px; }
ul.userstats ul { display:block; margin:0; padding:0; }
ul.userstats li { position:relative; list-style:none; font-size:100%; }
ul.linkitem li { list-style:none; min-height:18px; border-left:5px solid margin:0 0 1px; padding:2px 0; }
ul.linkitem a { margin-left:3px; font-weight:700; text-decoration:none; padding:2px 5px 2px 20px; }
* html body ul.linkitem a { height:18px; }
ul.linkitem a:hover { padding:2px 5px 2px 20px; }
ul.linkitem li a,ul.linkitem li a:hover { background:url('http://www.thevineyardchurch.co.uk/Data/Sites/1/skins/BurnChurch/go.gif') no-repeat 2px 4px; }
ul.linkitem li a + a,ul.linkitem li a + a:hover { background-image:none; }
li.linkitem:hover,li.linkaltitem:hover { border-left:5px solid #4EBF37; }
div.panelwrapper ul.simplelist { margin-bottom:0; }
div.AspNet-RadioButtonList ul,div.AspNet-CheckBoxList ul { list-style-type:none; margin:0; padding:0; }
div.simplehorizontalmenu { clear:both; width:100%; height:27px; }
ul.simplehorizontalmenu { float:left; list-style:none; margin:0; padding:0; }
ul.simplehorizontalmenu li { display:inline; padding:0 10px; }
ul.firstnav span.sitelink,li.topnavitem,li.firstnav { font-weight:700; font-size:12px; }
li.AspNet-RadioButtonList-Item,li.AspNet-CheckBoxList-Item { white-space:nowrap; }
ul.simplehorizontalmenu li.selecteditem { font-weight:700; }


.tag-cloud { list-style-type:none; margin:15px 0 3px -30px; }
.tag-cloud li { display:inline; list-style-type:none; }
.tagcount { font-size:x-small; }
.tag-cloud .weight1 { font-size:90%; }
.tag-cloud .weight2 { font-size:110%; }
.tag-cloud .weight3 { font-size:120%; }
.tag-cloud .weight4 { font-size:130%; }
.tag-cloud .weight5 { font-size:140%; }
.tag-cloud .weight6 { font-size:150%; }
.tag-cloud .weight7 { font-size:160%; }
.tag-cloud .weight8 { font-size:180%; }
.tag-cloud .weight9 { font-size:200%; }
.tag-cloud .weight10 { font-size:210%; }

/* Links  */
a:hover{color:#4EBF37;text-decoration:underline}
#wrapfooter,#wrapfooter a:link,#wrapfooter a:active,#wrapfooter a:visited{color:#fff}

a:link,a:visited,a:active{color:#FFFFFF;font-weight:700;text-decoration:none}
#wrapcopyright,#wrapcopyright a:link,#wrapcopyright a:active,#wrapcopyright a:visited{color:#999}
#wrapcopyright a:hover{color:#fff;text-decoration:underline}
legend a,a.sitelink:link,a.sitelink:visited,a.selectedcrumb:link,a.selectedcrumb:visited,a.selectedcrumb:active,a.unselectedcrumb:link,a.unselectedcrumb:visited,a.unselectedcrumb:active{text-decoration:none}

a.ModulePager:link,a.ModulePager:visited,a.ModulePager:hover,a.ModulePager:active,a.selectedcrumb:hover,a.unselectedcrumb:hover,#wrapfooter a:hover{color:#000;text-decoration:none}


.WelcomeMessage{font-size:10px;font-weight:700;padding:2px}
.accent{color:#75A54B;font-weight:700}
.buttonlink{background-color:transparent;border-style:none;color:#03F;cursor:pointer;font-size:13px;text-decoration:underline}

a.SelectedPage:hover{color:#000;font-weight:700;text-decoration:underline}
a.SelectedPage:link,a.SelectedPage:visited,a.SelectedPage:active{color:#000;font-weight:700;text-decoration:none}

a:hover{text-decoration:underline}





/* Breadcrumbs  */
.unselectedcrumb{font-family:Arial,Helvetica,sans-serif;font-size:10px;font-weight:430;line-height:20px}
.selectedcrumb{font-family:Arial,Helvetica,sans-serif;font-size:10px;font-weight:700;line-height:20px}



.modulepager{padding:4px;vertical-align:top}
.selectedpage{color:#000;font-weight:700}
.modulecontent{padding:0;text-align:left;vertical-align:top}
.modulefooter{display:none;font-size:11px;text-align:center}
.modulerow{background-color:#EAEAEA}
.modulealtrow{background-color:#eee}
.modulepager,.ModulePager,.PageInfo,.SelectedPage{font-size:11px}
.gmaptextbox{width:27em}
.gmap{margin:0 0 10px}
.foldergallery a{color:#FFF}
.foldergallery h1{font-size:large;margin-bottom:20px}
.albumFloat{float:left;margin-bottom:4px;margin-right:8px;text-align:center}
.albumMetaSectionHead{background-color:Gray;color:#FFF;font-weight:700}
.rbottom{margin-bottom:20px}
.ratingcontainer{float:right}
.ratingStar{height:14px;margin:1em;white-space:nowrap}
.ratingStar .ratingItem{background-repeat:no-repeat;cursor:pointer;display:block;font-size:0;height:12px;margin:0;padding:0;width:13px}
.ratingStar .Filled{background-image:url('http://www.thevineyardchurch.co.uk/Data/Sites/1/skins/BurnChurch/ratingStarFilled.png')}
.ratingStar .Empty{background-image:url('http://www.thevineyardchurch.co.uk/Data/Sites/1/skins/BurnChurch/ratingStarEmpty.png')}
.ratingStar .Saved{background-image:url('http://www.thevineyardchurch.co.uk/Data/Sites/1/skins/BurnChurch/ratingStarSaved.png')}
.ratingcomments{background-color:#eee;border:#000 1px solid;color:#000;height:210px;margin-top:15px;padding:5px;position:absolute;width:300px}
.ratingcommentbox{height:100px;width:280px}
.forumnotify{padding:10px 0 5px;vertical-align:middle;white-space:nowrap}
.forumnotify img{float:left}
div.addthisbutton{display:inline;float:right;margin:37px 50px 0 0}
.searchpanel{bottom:7px;position:absolute;right:18px;white-space:nowrap}
.moduleedit{background-color:#C7D0D7;border:0;height:28px;margin:0;padding:0;text-indent:4px}
.clearpanel{clear:left;padding-top:15px}
.minheightpanel{min-height:200px}
.center{text-align:center}
.searchpanel .aspbutton{background:#CCC url('http://www.thevineyardchurch.co.uk/Data/Sites/1/skins/BurnChurch/buttonbg.gif') repeat-x;color:#333;font:bolder 12px Arial, Sans-serif;height:24px;padding-bottom:3px;position:relative;top:1px;width:70px}
.vevent{padding:10px}
.whoson{float:left;padding:5px}
.searchterm{background-color:#FF0;color:#000}
.templatewrapper{border-bottom:solid 4px #000}
.linkdescription{padding:5px}
.logolist,.pageicons,.skiplink{display:none}
.floatrightimage{float:right;margin-right:15px}
.highlight1{background-color:#FF0}
.highlight2{background-color:lime}
.floatpanel,.floatleftimage{float:left;margin-right:15px}


/* Image rotator styling  */
ul#jw_bc{background:none;height:255px;list-style:none;list-style-image:none;margin:0 auto;overflow:hidden;padding:0;position:absolute;width:800px}
ul#jw_bc li{background:none;border:none;list-style:none;margin:0;padding:0}
ul#jw_bc li a{background:none;border:none;margin:0;padding:0}
ul#jw_bc li#jw_bc_loading{background:#fff no-repeat left 0}
img,.vevent abbr{border:0}
table.editgrid td,.padded{padding:7px}
li.AspNet-RadioButtonList-Item,li.AspNet-CheckBoxList-Item,.ratingrow{white-space:nowrap}
ul.simplehorizontalmenu li.selecteditem,.albumMetaName{font-weight:700}
.eventcalendar table,.clear{clear:both}
ul#jw_bc li a img,ul#jw_bc li a:hover img{background:none;border:none;display:none;left:0;position:absolute;top:0}body { }
div.AspNet-Menu-Horizontal { margin: 0; padding: 0px 40px 0px 0px;font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif; }
div.AspNet-Menu-Horizontal ul.AspNet-Menu { float: right;list-style: none; margin:0; padding: 0;}
div.AspNet-Menu-Horizontal ul.AspNet-Menu li { display: inline; }
div.AspNet-Menu-Horizontal ul.AspNet-Menu li img { display:none; }
div.AspNet-Menu-Horizontal ul.AspNet-Menu li a { display: block;float: left;padding: 0 12px;color: #FFFFFF;text-decoration: none; }
div.AspNet-Menu-Horizontal ul.AspNet-Menu li a:hover{color: #0180C2;}
div.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-SelectedWithChildren a.AspNet-Menu ,
div.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-SelectedLeaf a.AspNet-Menu {color: #0180C2;}body { }
div.AspNet-TreeView {margin: 2px 0px 20px 0px;padding: 0;}
div.AspNet-TreeView ul { list-style: none; margin: 0px 0px 0px 0px; padding: 0; text-align: right;}
.AspNet-TreeView-Show { }
.AspNet-TreeView-Hide { display:none;}
div.AspNet-TreeView ul li
{padding: 0 0 0px 0; }
div.AspNet-TreeView ul ul { margin: 2px 0 2px 10px;}
div.AspNet-TreeView ul li img
{border: none; vertical-align: middle; margin: 0 2px 0 0; }
div.AspNet-TreeView li a { margin-left: 3px; padding-left: 0px; text-decoration: none;}
div.AspNet-TreeView li.AspNet-TreeView-Root {}
div.AspNet-TreeView li.AspNet-TreeView-Parent {}
div.AspNet-TreeView li.AspNet-TreeView-Leaf { margin-left: 20px;}
div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink { cursor: pointer;}
div.AspNet-TreeView .AspNet-TreeView-Collapse
{background: url('http://www.thevineyardchurch.co.uk/Data/Sites/1/skins/BurnChurch/collapse.gif') 0 0 no-repeat; width: 5px; margin-right: -5px;
  float:left; cursor: pointer; }
div.AspNet-TreeView .AspNet-TreeView-Expand
{background:  url('http://www.thevineyardchurch.co.uk/Data/Sites/1/skins/BurnChurch/expand.gif') 0 0 no-repeat; width: 5px; margin-right: -5px;
 float:left; cursor: pointer; }
div.AspNet-TreeView a,
div.AspNet-TreeView a:visited,
div.AspNet-TreeView a:active,
div.AspNet-TreeView a:link {color: #0180C2; font-size:12px; }
div.AspNet-TreeView a:hover { color:#000000;}
div.AspNet-TreeView .AspNet-TreeView-Selected a
{font-weight: bold !important;color: #0180C2 !important;}
div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{ font-weight: bold !important; color: #4F82CB !important;}
li.AspNet-TreeView-Leaf,
li.AspNet-TreeView-Root ,
li.AspNet-TreeView-Selected ,
li.AspNet-TreeView-Parent
{display: block;list-style:none;font-weight: bold;color: #333;text-decoration:none;	padding: 2px 5px 2px 10px;
	;border-left: 0px solid #CCC;border-bottom: solid 1px white;border-top: solid 1px white;min-height: 18px;	}
li.AspNet-TreeView-Selected ,
li.AspNet-TreeView-Leaf:hover,
li.AspNet-TreeView-Root:hover ,
li.AspNet-TreeView-Selected:hover ,
li.AspNet-TreeView-Parent:hover{border-left: 0px solid #A20505;}
li.AspNet-TreeView-Root { margin: 0px 0px 0px 20px; }
li.AspNet-TreeView-ParentSelected ,
li.AspNet-TreeView-Selected ul li.AspNet-TreeView-ParentSelected
{ margin: 0px 0px 0px 0px; }
li.AspNet-TreeView-Leaf img,
li.AspNet-TreeView-Root img {display:none;}
li.AspNet-TreeView-Leaf a,
li.AspNet-TreeView-Root a ,
li.AspNet-TreeView-Selected a ,
li.AspNet-TreeView-Parent a
{padding: 0px 0px 0px 0px;color: #333;}

.blogwrapper {   }
.blognavleft {float: left; width: 175px; padding: 5px 5px 30px 5px; 
	margin: 0px 0px 0px 0px;  }
.blognavright {float: right; width: 175px;  padding: 5px 5px 30px 5px; 
	margin: 0px 0px 0px 0px;  }
.blogcenter-nonav {margin: 0px 0px 0px 0px; padding: 5px 0px 0px 5px;    }
.blogcenter-leftnav {margin: 0px 0px 0px 0px; padding: 5px 0px 0px 5px;   }
.blogcenter-rightnav {margin:0px 185px 0px 0px; padding: 5px 0px 0px 5px;    }
.bloginfo {   }
.bloginfotitle {   font-weight: bold; }
.blogtitle { margin: 5px 0px 0px 0px;   font-weight: bold;  }
.blogdate { padding: 0px 5px 0px 0px; text-align:left; font-size:10px;  }
.blogcommentlink 
{ font-size:11px; text-align:right; padding: 0px 5px 3px 0px; font-family: Trebuchet MS;    }
div.blogcommentlink{ border-bottom: 1px solid #EAEAEA; }
div.blogcommenttext { border-bottom: 1px solid #EAEAEA;   }
.blogcommenttitle { font-family: Trebuchet MS;    }

.blogcommentposter { font-size:11px;   }
.blognav ul { list-style-type:none;  }
.blognav li { list-style: none; margin: 0px 0px 3px -30px;  }
div.blognavright div h3 { margin: 0px 0px -10px 8px; }
h2 { color:#000000; font-size:1.4em; } .forumthreadcrumbs { margin: 0px 0px 3px 0px; color: #666666; }
.forumpostheader {padding: 0px 0px 0px 5px;margin: 0px 0px 0px 0px;  background-color: #eee; font-weight: bold; }
.postwrapper {float: left; width: 100%; background-color: #EAEAEA; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; border:solid thin #EAEAEA;}
.postleft {clear: left; float: left; text-align:center;  width: 20%; padding: 15px 5px 5px 5px; margin: 0px 0px 0px 0px; }
.postright {  padding: 0px 0px 0px 0px; margin: 0px 0px 0px 21%; background-color: white; }
.posttopic {   background-color: #EAEAEA; }
.postbody { padding: 10px 5px 0px 5px; min-height: 80px;}
.forumpostuserpropertylist {  margin: 0px 0px 0px 0px; text-align: center; }
.forumpostusername { list-style-type:none;   }
.forumpostuseravatar { list-style-type:none; }
.forumpostuserattribute { list-style-type:none; }.rsswrapper {   }
.rssnavleft {float: left; width: 235px; padding: 5px 5px 30px 5px; margin: 0px 0px 0px 0px;   }
.rssnavright {float: right; width: 235px;  padding: 5px 5px 30px 5px; margin: 0px 0px 0px 0px;  }
.rsscenter-nonav {margin: 0px 0px 0px 0px; padding: 5px 0px 0px 5px; font-size: 105%;  }
.rsscenter-leftnav {margin: 0px 0px 0px 245px; padding: 5px 0px 0px 5px; font-size: 105%;   }
.rsscenter-rightnav {margin:0px 245px 0px 0px; padding: 5px 0px 0px 5px; font-size: 105%;   }
.rsstitle { margin: 5px 0px 0px 0px;  font-weight: bold;   }
div.rsstitle h2 { font-family: arial, sans-serif;font-size: 140%;font-weight: normal; }
.rssdate {  padding: 0px 5px 0px 0px; text-align:right;    }
.rsstext {   }
.rssauthor {  padding: 0px 0px 5px 5px; font-family: Trebuchet MS;  border-bottom: solid 1px #ccc;   }
.FeedHead {  border-bottom-color: #CAB693; border-bottom-style: solid;
	border-bottom-width: 1px; padding: 0.5em; }
.FeedBody {  border-color: #CAB693; border-style: solid; border-width: 1px;
	border-top-width: 0px; padding-left: 0.5em; padding-right: 0.5em; }
.rssfeedentryTrue {   }
.rssfeedentryFalse { background-color: Silver; }

	body { margin: 0px 0px 0px 0px; }
.formwizlist ul { margin: 0px 0px 0px 0px; padding: 0px; }
.formwizlist, .formwizlist li, .formwizlist ul li { list-style: none; padding: 0px 0px 4px 0px; margin-left:0px; }
.draghandle {width:50px;height:25px;margin-right:5px;background-image:url('http://www.thevineyardchurch.co.uk/Data/Sites/1/skins/BurnChurch/draghandle.gif');background-repeat:repeat; cursor:move;float:left;}
.callbackstyle, .callbackStyle ul li {border:thin #6297BC inset; list-style: none;}
.draghandle  li {list-style: none; }
.reordercue { border:dashed thin black; width:100%; height:25px;  }
.questioncontainer { padding: 5px; border: dashed 1px black; }
.editcontainer { float:left; }
.draghandle .buttoncontainer {float:left;margin:0px;padding:0px; }
.draghandle .buttoncontainer .upbutton { float:left;margin:0px;padding:0px;}
.draghandle .buttoncontainer .downbutton { float:left;clear:left;margin:0px;padding:0px; }
.formwizard .settingrow .settinglabel {width:100%;  }
.qcb label {padding-left: 3px;}
.ajax__slider_h_rail {position:relative;background:url('http://www.thevineyardchurch.co.uk/Data/Sites/1/skins/BurnChurch/slider_h_rail.gif') repeat-x;height:22px;width:150px;}
.ajax__slider_h_handle {position:absolute;height:22px;width:10px;}
.ajax__slider_v_rail {position:relative;background:url('http://www.thevineyardchurch.co.uk/Data/Sites/1/skins/BurnChurch/slider_v_rail.gif') repeat-y;width:22px;height:150px;}
.ajax__slider_v_handle {position:absolute;height:10px;width:22px;}
body {  }
.productlist h3 { color: #75A54B; }
.productcontainer { border-bottom: solid thin #75A54B; padding:7px; float:left; clear:both;width:100%; }
.productcontainer h4 { margin-top: 0px; margin-bottom: 3px;  font-size: 1.3em; }
.productcontainer p { margin: 0px;  }
.offercontainer { clear:both; }.aspcalendarmain { margin: 0px 0px 0px 5px; background-color: #e6efdb; color:Black; font-size:10px; }
.aspcalendardayheader { font-weight:bold; font-size:10px; color:#08619a; text-align:center; white-space:nowrap;}
.aspcalendarday { border: solid 1px black;  font-size:10px; color:Black; text-align:center; white-space:nowrap;}
.aspcalendarnextprevious {  font-weight:bold; font-size:small; color:Black; text-align:center; white-space:nowrap; }
.aspcalendarothermonth { border: solid 1px black; background-color:#f3f3f3;  font-size:10px; color:Black; text-align:center; white-space:nowrap; }
.aspcalendarselectedday { border: solid 1px black; background-color:#FFFFE0;  font-size:10px; color:Black; text-align:center;  }
.aspcalendarselector {   font-size:8pt; font-weight:bold; text-align:center; white-space:nowrap;  }
.aspcalendartitle { border: none;  background-color: #e8e8e8; font-size:10px; font-weight:bold; text-align:center; white-space:nowrap; }
.aspcalendartoday { border: solid 1px black; background-color:#FFFFE0; color:Black; font-size:10px; text-align:center; }
.aspcalendarweekendday { border: solid 1px black; background-color:#D3D3D3; color:Black; font-size:10px; text-align:center; }


.mpcalendarmain { border-style:solid; padding:3px; margin:0; color:Black; font-size:small; width: 100%;}
.mpcalendardayheader { font-weight:bold; font-size:8pt; color:Black; text-align:center; }
.mpcalendarday { border: solid 1px black;  font-size:8pt; color:Black; text-align:center; }
.mpcalendarnextprevious {font-weight:bold; font-size:small; color:Black; text-align:center;  }
.mpcalendarothermonth { border: solid 1px black; background-color:#f3f3f3;  font-size:8pt; color:Black; text-align:center;  }
.mpcalendarselectedday { border: solid 1px black; background-color:#FFFFE0;  font-size:8pt; color:Black; text-align:center;  }
.mpcalendarselector { background-color: #eee; color:Green; border-color:Red;  font-size:8pt; font-weight:bold; text-align:center; }
.mpcalendartitle { font-size:8pt; font-weight:bold; text-align:center;  }
.mpcalendartoday { border: solid 1px black; background-color:#FFFFE0; color:Black; font-size:8pt; text-align:center; }
.mpcalendarweekendday { border: solid 1px black; background-color:#D3D3D3; color:Black; font-size:8pt; text-align:center; }
/* Admin CSS  */

#editlinks{margin:0 auto;padding:0;text-align:left;width:100%}
.editpanel{float:right;margin:0px 10px 0 0}
.loginpanel{float:left;margin:1px 0 0 25px}
.sitelink{font-size:1.0em;font-weight:700;padding:2px; color:#414141;}


li.firstnav{float:left;list-style-type:none;padding:0px 2px 0px 0px;margin:0px 0 0 0}
li.topnavitem{float:left;list-style-type:none;padding:0px 5px 0}


a.ModuleEditLink,a.ModuleEditLink:link,a.ModuleEditLink:active,a.ModuleEditLink:visited{font-size:12px;font-weight:700;text-decoration:none}
a.ModuleEditLink:hover{color:#000;text-decoration:none}

a.pageditlinks{font-size:10px;margin:5px 10px 5px 0;padding:2px}
a.pageditlinks:hover{color:#000;padding:2px}



a.sitelink:link,a.sitelink:visited{color:#000;}
a.sitelink:hover{color:#000000;text-decoration:none}a.sitelink:active{color:#000;text-decoration:none}

.adminlink{margin:0 8px 0 0;padding:3px}
a.adminlink:link,a.adminlink:visited{color:#000;font-weight:700;font-size:.85em; text-decoration:none;text-transform: Capitalize; }
a.adminlink:hover{color:#000}

.breadcrumbs{padding:1px 4px 15px 0; font-size:12px;text-decoration:none}
.breadcrumbs a:hover{color:#000;text-decoration:none}



#footpanel{background:#D8D6D6; border-bottom:none;border-top:0px solid #dfdfdf;bottom:0;min-height:0px;left:0;margin:0;
position:fixed;width:100%;z-index:9999;}

*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	z-index: 51;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}


.file-size-header{font-size:12px;text-align:right;}
.folder-name-text,.file-name,.file-size,.file-name-header,.ui-dialog-title{font-size:12px;}
.file-preview-field-name,.file-preview-name,.file-preview-size,.file-preview-content-type,.file-preview-modified{font-size:11px;}

/* ed1t settings  */

.yui-skin-sam .yui-navset .yui-content, .yui-skin-sam .yui-navset .yui-navset-top .yui-content {
border-color:#243356 #808080 #808080;
border-right:1px solid #808080;
border-style:solid;
border-width:0px;
padding:1em 1em 1em 1.5em;
background-color:#e7e3e3;
}

a.ModuleEditLink{font-size:0.82em;color:#000;font-weight:700;background-color:#D8D6D6;text-decoration:none;padding:0px}


.mediumtextbox {color:#000;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:bold;line-height:20px;margin:0;padding:5px;border:0px solid #CCC;}

/* Form styles  */
fieldset{border:0px solid #FFF;margin:0;padding:5px 5px 5px 15px}
legend{font-size:1.3em;font-weight:700; margin:0;padding:0 0 7px 0;}
.settinglabel{clear:left;float:left;padding:1px;font-size:1.2em;width:20em}
.settinglabelFixedHeight{clear:left;float:left;height:77px;padding:1px;width:20em}
.settinglabel,.settinglabelFixedHeight{font-size:12px;font-weight:700;padding:0 0 9px 0}
.settingrow{clear:left;padding:4px 0}
.settinglabeltight{clear:left;float:left;font-weight:700;padding:1px;width:8em}
.settingrowtight{clear:left;padding:1px 0}
.modulebuttonrow{clear:left;text-align:center}
.smalltextbox{width:4em}
.normaltextbox{width:10em}
.mediumtextbox{width:13em}
.widetextbox{width:17em}
.verywidetextbox{width:22em}
.txterror{color:red;font-weight:700}
.txtcopyright{color:#444;font-size:80%;font-weight:400}

.subscribeemail{color:Gray;width:14em}
input.openid_login{background:url('http://www.thevineyardchurch.co.uk/Data/style/styleadmin/openidlogin.gif') no-repeat;background-color:#fff;background-position:0 50%;color:#000;padding-left:18px}

.modulepager,.ModulePager,.PageInfo,.SelectedPage{font-size:12.5px}

.letterdetails{background-color:#e7e3e3;padding:8px;margin:10px 0 0 0;border:0px solid #ccc}

.templatedetails{background-color:#e7e3e3;padding:8px;margin:10px 0 10px 0px;border:0px solid #ccc}

.settings {
background-color:#F1F1F1;
border:0 solid #CCCCCC;
margin:10px 0 10px 0;
padding:20px;
}




.linksedit {

background-color:#F1F1F1;
border:0 solid #CCCCCC;
margin:10px 0 10px 0;
padding:20px;
}



.rssfeededit {

background-color:#F1F1F1;
border:0 solid #CCCCCC;
margin:10px 0 10px 0;
padding:20px;
}


.modalPopup {
background-color:#F1F1F1;
border:0px solid Gray;
padding:15px 10px 5px 15px;
}

.EventPanel {
background-color:#F1F1F1;
border:1px solid #FFF;
margin:0;
}



.edMessagesControls 
{
	color:#000;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:bold;line-height:20px;margin:0;padding:2px;border:1px solid #CCC;
	width:250px;
}




.ctl00_mainContent_ddRoles
{
	color:#000;font-family:Arial,Helvetica,sans-serif;font-size:13px;font-weight:bold;line-height:20px;margin:0;padding:5px;border:0px solid #CCC;
	width:250px;
}

/* http://weblogs.asp.net/kevinbrammer/archive/2008/05/31/asp-net-gridview-themes.aspx */

.AspNet-GridView
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    color: #000000;
    table-layout: auto;
    border-collapse: collapse;
    border:#999999 0px solid;
}

.AspNet-GridView table { width: 100%; }
.AspNet-GridView table { width: 100%; }
.AspNet-GridView table.editgrid { margin:0px;}

.AspNet-GridView table thead
{

    background-position:center;
    background-repeat:repeat-x;

	border-bottom:solid 1px #999;
}

.AspNet-GridView table thead th
{
    padding: 5px;
    color: #333;
	text-align:left;
}

.AspNet-GridView table thead th a
{
    text-decoration:none;
    color:#333;
    display:block;
    text-align:left;
   
}

.AspNet-GridView table tbody tr td
{
    padding: 5px;
    border-right: solid 0px #999;
	background-color:#f5f5f5;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background-color: #FFFFFF;
}

.AspNet-GridView div.AspNet-GridView-Pagination
{
background-image: url('http://www.thevineyardchurch.co.uk/Data/style/gridview/HeaderWhiteChrome.jpg');
    background-position:center;
    background-repeat:repeat-x;
    background-color:#fff;
	border-bottom:solid 1px #999;
}

.AspNet-GridView div.AspNet-GridView-Pagination a
{
color:#333;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #fff;
    border-right:solid 1px #999;
    border-bottom:solid 1px #999;
    border-left:solid 1px #fff;
}

.AspNet-GridView div.AspNet-GridView-Pagination span
{
font-weight:bold;
    color:#333;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}

.formResults .AspNet-GridView table thead, .formResults  div.AspNet-GridView-Pagination
{
background-image: none;
}

/* Reset */
.qtfile, 
.qtfile p,
.qtfile ul,
.qtfile li, 
.qtfile a, 
.qtfile span,
.qtfile img
{
	border-style: none;
	border-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	outline: 0;
	/*
	zoom: 1;
    */
}

.qtfile
{
	min-width: 650px;
}

.qtfile span
{
	vertical-align: text-top;
	line-height: 100%;
}

/* Button elements */
.qtfile .button
{
	cursor: pointer;
}

.qtfile .button.button-disabled
{
	color: Gray;
	cursor: default;
}

/* Icons */
/* Command buttons */
.qtfile .button.folder-create .icon,
.qtfile .button.folder-rename .icon,
.qtfile .button.folder-move .icon,
.qtfile .button.folder-delete .icon,
.qtfile .button.file-upload .icon,
.qtfile .button.file-refresh .icon,
.qtfile .button.folder-refresh .icon,
/* File actions */
.qtfile .file-panel .icon-file-name,
.qtfile .file-panel .file-actions span,
/* Folder items */
.qtfile .folder-panel .folder-bullet,
.qtfile .folder-panel .folder-bullet.folder-bullet-closed,
.qtfile .folder-panel .folder-bullet.folder-bullet-opened,
.qtfile .folder-panel .icon-folder,
.qtfile .folder-panel .icon-folder-end,
/* Status icons */
.qtfile .qtfile-footer .icon-status
{
	background-image: url('http://www.thevineyardchurch.co.uk/Data/style/qtfile/icons.png');
	width: 16px;
	height: 16px;
	display: inline-block;
	overflow: hidden;
}

/* Header */
.qtfile .qtfile-header
{
	padding: 7px 0 3px 10px;
}

/* Footer */
.qtfile .qtfile-footer
{
	border-top: none;
	padding: 6px 0 5px 5px;
	position: relative;
}

.qtfile .qtfile-footer .status-message
{
	position: absolute;
	left: 10px;
	top: 8px;
}

.qtfile .qtfile-footer .icon-status
{
	margin: 0 5px 0 0;
}

.qtfile .qtfile-footer .status-info .icon-status { background-position: 64px 64px; }
.qtfile .qtfile-footer .status-warn .icon-status { background-position: 32px 64px; }
.qtfile .qtfile-footer .status-error .icon-status { background-position: 16px 64px; }

.qtfile .qtfile-footer .credit
{
	display: block;
	float: right;
	margin-right: 15px;
}

.qtfile .qtfile-footer .credit a
{
	line-height: 1.6em;
}

.qtfile .qtfile-footer .credit a:hover
{
	text-decoration: underline;
}

/* Menu list */
.qtfile .menu-bar
{
	margin: 5px 0 5px 5px;
	position: relative;
}

.qtfile .menu-bar .icon
{
	margin-right: 3px;
}

.qtfile .menu-bar .button.file-refresh
{
	position: absolute;
	right: 3px;
	top: 2px;
}

.qtfile .button.file-refresh .icon { background-position: 0 32px; }
.qtfile .button.folder-create .icon { background-position: 0 48px; }
.qtfile .button.folder-rename .icon { background-position: 64px 48px; }
.qtfile .button.folder-delete .icon { background-position: 32px 48px; }
.qtfile .button.folder-move .icon { background-position: 48px 48px; }
.qtfile .button.file-upload .icon { background-position: 64px 32px; }


.qtfile .qtfile-content
{
	position: relative;
	height: 389px;
	/* Only need the top border from jquery-ui */
	border-bottom: none;
	border-right: none;
	border-left: none;
}

/* Headers */

.qtfile .file-header *,
.qtfile .folder-header *
{
	line-height: 27px;
}

.qtfile .folder-header
{
	border-right: none;
	border-left: none;
	position: relative;
	padding-left: 2%;
	margin-right: -2%;
}

.qtfile .folder-header .button.folder-refresh
{
	position: absolute;
	right: 3%;
	top: 3px;
}

.qtfile .button.folder-refresh .icon { background-position: 0 32px; }

.qtfile .file-header
{
	border-right: none;
	padding-left: 0px;
	position: relative;
}

.qtfile .file-header .file-size-header,
.qtfile .file-header .file-name-header,
.qtfile .file-header .file-actions-header
{
	float: left;
	text-align: center;
	background-image: none;
	background-color: Transparent;
	border-top: none;
	border-right: none;
	border-bottom: none;
	margin-right: -1px;
}

.qtfile .file-header .file-name-header
{
	border: none;
	width: 55%;
	text-align: left;
	text-indent: 1%;
}

.qtfile .file-header .file-size-header
{
	width: 20%;
}

.qtfile .file-header .file-actions-header
{
	width: 25%;
	text-indent: -10000px;
}

/* Folders */

.qtfile .folder-wraper
{
	width: 26%;
	position: absolute;
}

/* Folder list */

.qtfile .folder-panel
{
	height: 360px;
	overflow: auto;
}

.qtfile .folder-panel li,
.qtfile .file-panel li
{
	white-space: nowrap;
}

.qtfile .folder-panel li li
{
	padding-left: 16px;
}

.qtfile .folder-panel .folder-bullet,
.qtfile .folder-panel .folder-name
{
	cursor: pointer;
}

.qtfile .folder-panel .folder-name-text
{
	line-height: 1.5em;
}

.qtfile .folder-panel .folder-name:hover
{
	color: Blue;
}

.qtfile .folder-bullet { background-image: none; }
.qtfile .icon-folder-end { background-position: 16px 32px; }
.qtfile .icon-folder { background-position: 16px 48px; }
.qtfile .folder-bullet.folder-bullet-closed { background-position: 48px 32px; }
.qtfile .folder-bullet.folder-bullet-opened { background-position: 32px 32px; }

.qtfile .folder-panel .folder-name .icon-folder,
.qtfile .folder-panel .folder-name .icon-folder-end
{
	margin-right: 5px;
}

.qtfile .folder-panel .folder-name .icon-folder-end
{
	visibility: hidden;
	left: 5px;
}

.qtfile .folder-panel .folder-name-selected .icon-folder-end
{
	visibility: visible;
}

/* Files */

.qtfile .file-wraper
{
	width: 74%;
	position: absolute;
	right: 0;
}

.qtfile .file-panel
{
	padding-left: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	background-image: none;
	background-color: Transparent;
	height: 360px;
	overflow: auto;
}
.qtfile .file-panel.file-list-empty
{
	/* background: url('http://www.thevineyardchurch.co.uk/Data/style/qtfile/empty_folder_bg.png') 50% 50% no-repeat; */
}

.qtfile .file-panel .file-name, 
.qtfile .file-panel .file-size, 
.qtfile .file-panel .file-actions
{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	float: left;
	line-height: 1.7em;
}

.qtfile .file-panel .file-name
{
	width: 55%;
	text-indent: 1%;
}

.qtfile .file-panel li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.qtfile .file-panel li { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
.qtfile .file-panel li { height:1%; }
.qtfile .file-panel li { display:block; }
/* end clearfix */

.qtfile .file-panel li.even
{
	background-image: url('http://www.thevineyardchurch.co.uk/Data/style/qtfile/file_even_bg.png');
}

.qtfile .file-panel li:hover
{
	background-image: url('http://www.thevineyardchurch.co.uk/Data/style/qtfile/file_hover_bg.png');
}

.qtfile .file-panel .file-size
{
	width: 19%;
	text-align: right;
}

.qtfile .file-panel .file-actions
{
	float: right;
	width: 22%;
	text-align: center;
	margin: 0  0 0 1%;
}

.qtfile .file-panel .icon-file-name
{
	margin: 0 1% 0 0;
}

.qtfile .file-panel .file-actions span
{
	cursor: pointer;
	margin: 0  0 0 1%;
	text-indent: -10000px;
	
	/* Fix for IE7 moved to IE7Specific css
	*text-indent: 0;
	*font-size: 0;
    */

}

.qtfile .file-panel .file-action-link { background-position: 48px 64px; }
.qtfile .file-panel .file-action-delete { background-position: 16px 16px; }
.qtfile .file-panel .file-action-move { background-position: 32px 16px; }
.qtfile .file-panel .file-action-rename { background-position: 48px 16px; }
.qtfile .file-panel .file-action-download { background-position: 64px 16px; }
.qtfile .file-panel .file-action-preview { background-position: 80px 64px; }

/* File preview */

.qtfile .file-preview p,
.qtfile .file-preview img
{
	margin: 0;
	padding: 0;
}

.qtfile .file-preview p
{
	overflow: hidden;
	white-space: nowrap;
}

.qtfile .file-preview p span
{
	line-height: 1.6em;
	vertical-align: text-top;
}

.qtfile .file-preview
{
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: auto;
	max-width: 65%;
	display: none;
	/* Width must be set in IE7 for header get right moved to IE7Specific.css
	*width: 65%;
    */
}

.qtfile .file-preview-field-name
{
	display: inline-block;
	width: 7.5em;
	font-weight: bold;
}

.qtfile .file-preview p.file-preview-image
{
	line-height: 0;
	width: auto;
}

.qtfile .file-preview .file-preview-image img
{
	max-width: 100%;
	overflow: auto;
	max-height: 150px;
}

.qtfile .file-preview .file-preview-image-loading
{
	display: block;
	width: 48px;
	height: 48px;
	background: url('http://www.thevineyardchurch.co.uk/Data/style/qtfile/indicator.gif') no-repeat;
}

/* File icons */

.qtfile .file-panel .icon-file-name
{
	background-image: url('http://www.thevineyardchurch.co.uk/Data/style/qtfile/file_types.png');
	background-position: 16px 16px;
}

.qtfile .file-panel .icon-file-bmp { background-position: 256px 256px; }
.qtfile .file-panel .icon-file-jpg, .qtfile .file-panel .icon-file-jpeg { background-position: 240px 0; }
.qtfile .file-panel .icon-file-png { background-position: 224px 0; }
.qtfile .file-panel .icon-file-gif { background-position: 208px 0; }

.qtfile .file-panel .icon-file-txt { background-position: 256px 240px; }
.qtfile .file-panel .icon-file-pdf { background-position: 240px 240px; }

/* Impromptu 
http://trentrichardson.com/Impromptu/index.php
*/
.jqifade{
	position: absolute; 
	background-color: #aaaaaa; 
}
div.jqi{ 
	width: 400px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	position: absolute; 
	background-color: #ffffff; 
	font-size: 11px; 
	text-align: left; 
	border: solid 1px #eeeeee;
	padding: 7px;
}
div.jqi .jqicontainer{ 
	font-weight: bold; 
}
div.jqi .jqiclose{ 
	position: absolute;
	top: 4px; right: -2px; 
	width: 18px; 
	cursor: default; 
	color: #bbbbbb; 
	font-weight: bold; 
}
div.jqi .jqimessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #444444; 
}
div.jqi .jqibuttons{ 
	text-align: right; 
	padding: 5px 0 5px 0; 
	border: solid 1px #eeeeee; 
	background-color: #f4f4f4;
}
div.jqi button{ 
	padding: 3px 10px; 
	margin: 0 10px; 
	background-color: #2F6073; 
	border: solid 1px #f4f4f4; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12px; 
}
div.jqi button:hover{ 
	background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{ 
	/*background-color: #8DC05B;*/
	background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{ 
	background-color: #BF5E26;
}

