/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,

fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox mojoPortal "light2" style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorBox{}
    #cboxTopLeft{width:25px; height:25px; background:url('/ClientScript/colorbox/cb_mojo_light2_images/border1.png') no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url('/ClientScript/colorbox/cb_mojo_light2_images/border1.png') repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url('/ClientScript/colorbox/cb_mojo_light2_images/border1.png') no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:20px; background:url('/ClientScript/colorbox/cb_mojo_light2_images/border1.png') no-repeat 0 -25px;}
    #cboxBottomCenter{height:20px; background:url('/ClientScript/colorbox/cb_mojo_light2_images/border1.png') repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:20px; background:url('/ClientScript/colorbox/cb_mojo_light2_images/border1.png') no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url('/ClientScript/colorbox/cb_mojo_light2_images/border2.png') repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url('/ClientScript/colorbox/cb_mojo_light2_images/border2.png') repeat-y -25px 0;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin: 15px 0px 40px 0px;}
        #cboxCurrent{position:absolute; top:-3px;left:54px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-5px; background:url('/ClientScript/colorbox/cb_mojo_light2_images/controls.png') no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; left:0px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; left:27px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        #cboxTitle{position:absolute; top:5px; left:0; text-align:center; width:100%; color:#000;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/

.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/ClientScript/colorbox/cb_mojo_light2_images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/ClientScript/colorbox/cb_mojo_light2_images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/ClientScript/colorbox/cb_mojo_light2_images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/ClientScript/colorbox/cb_mojo_light2_images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/ClientScript/colorbox/cb_mojo_light2_images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/ClientScript/colorbox/cb_mojo_light2_images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/ClientScript/colorbox/cb_mojo_light2_images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/ClientScript/colorbox/cb_mojo_light2_images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * {
	margin:0px; padding:0px;
	outline:none;
}
.markItUp a:link,
.markItUp a:visited {
	color:#000;
	text-decoration:none;
}
.markItUp  {
	width:700px;
	margin:5px 0 5px 0;
	border:5px solid #F5F5F5;	
}
.markItUpContainer  {
	border:1px solid #3C769D;	
	background:#FFF url('/ClientScript/markitup/skins/html/images/bg-container.png') repeat-x top left;
	padding:5px 5px 2px 5px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.markItUpEditor {
	font:12px 'Courier New', Courier, monospace;
	padding:5px 5px 5px 35px;
	border:3px solid #3C769D;
	width:643px;
	height:320px;
	background:#FFF url('/ClientScript/markitup/skins/html/images/bg-editor.png') no-repeat;
	clear:both;
	line-height:18px;
	overflow:auto;
}
.markItUpPreviewFrame	{
	overflow:auto;
	background-color:#FFFFFF;
	border:1px solid #3C769D;
	width:99.9%;
	height:300px;
	margin:5px 0;
}
.markItUpFooter {
	width:100%;
	cursor:n-resize;
}
.markItUpResizeHandle {
	overflow:hidden;
	width:22px; height:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('/ClientScript/markitup/skins/html/images/handle.png');
	cursor:n-resize;
}
/***************************************************************************************/

.markItUpEditor {
	
	background:#FFF url('/ClientScript/markitup/skins/html/images/bg-editor-html.png') no-repeat;
	
}

/* first row of buttons */
.markItUpHeader ul li	{
	list-style:none;
	float:left;
	position:relative;
}
.markItUpHeader ul li ul{
	display:none;
}
.markItUpHeader ul li:hover > ul{
	display:block;
}
.markItUpHeader ul .markItUpDropMenu {
	background:transparent url('/ClientScript/markitup/skins/html/images/menu.png') no-repeat 115% 50%;
	margin-right:5px;
}
.markItUpHeader ul .markItUpDropMenu li {
	margin-right:0px;
}
.markItUpHeader ul .markItUpSeparator {
	margin:0 10px;
	width:1px;
	height:16px;
	overflow:hidden;
	background-color:#CCC;
}
.markItUpHeader ul ul .markItUpSeparator {
	width:auto; height:1px;
	margin:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
	display:none;
	position:absolute;
	top:18px; left:0px;	
	background:#F5F5F5;
	border:1px solid #3C769D;
	height:inherit;
}
.markItUpHeader ul ul li {
	float:none;
	border-bottom:1px solid #3C769D;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background:#F5F5F5 url('/ClientScript/markitup/skins/html/images/submenu.png') no-repeat 100% 50%;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
	position:absolute;
	top:-1px; left:150px;
}
.markItUpHeader ul ul ul li {
	float:none;
}
.markItUpHeader ul a {
	display:block;
	width:16px; height:16px;
	text-indent:-10000px;
	background-repeat:no-repeat;
	padding:3px;
	margin:0px;
}
.markItUpHeader ul ul a {
	display:block;
	padding-left:0px;
	text-indent:0;
	width:120px; 
	padding:5px 5px 5px 25px;
	background-position:2px 50%;
}
.markItUpHeader ul ul a:hover  {
	color:#FFF;
	background-color:#3C769D;
}
/***************************************************************************************/
.html .markItUpButton1 a {
	background-image:url('/ClientScript/markitup/skins/html/images/h1.png'); 
}
.html .markItUpButton2 a {
	background-image:url('/ClientScript/markitup/skins/html/images/h2.png'); 
}
.html .markItUpButton3 a {
	background-image:url('/ClientScript/markitup/skins/html/images/h3.png'); 
}
.html .markItUpButton4 a {
	background-image:url('/ClientScript/markitup/skins/html/images/h4.png'); 
}
/*
.html .markItUpButton5 a {
	background-image:url('/ClientScript/markitup/skins/html/images/h5.png'); 
}
.html .markItUpButton6 a {
	background-image:url('/ClientScript/markitup/skins/html/images/h6.png'); 
}
.html .markItUpButton7 a {
	background-image:url('/ClientScript/markitup/skins/html/images/paragraph.png'); 
}
*/
.html .markItUpButton5 a {
	background-image:url('/ClientScript/markitup/skins/html/images/paragraph.png'); 
}

.html .markItUpButton6 a {
	background-image:url('/ClientScript/markitup/skins/html/images/bold.png');
}

/*
.html .markItUpButton9 a {
	background-image:url('/ClientScript/markitup/skins/html/images/italic.png');
}
.html .markItUpButton10 a {
	background-image:url('/ClientScript/markitup/skins/html/images/stroke.png');
}


.html .markItUpButton11 a {
	background-image:url('/ClientScript/markitup/skins/html/images/list-bullet.png');
}
.html .markItUpButton12 a {
	background-image:url('/ClientScript/markitup/skins/html/images/list-numeric.png');
}
.html .markItUpButton13 a {
	background-image:url('/ClientScript/markitup/skins/html/images/list-item.png');
}

.html .markItUpButton14 a {
	background-image:url('/ClientScript/markitup/skins/html/images/picture.png'); 
}
.html .markItUpButton15 a {
	background-image:url('/ClientScript/markitup/skins/html/images/link.png');
}

.html .markItUpButton16 a {
	background-image:url('/ClientScript/markitup/skins/html/images/clean.png');
}
*/

.html .markItUpButton7 a {
	background-image:url('/ClientScript/markitup/skins/html/images/list-bullet.png');
}
.html .markItUpButton8 a {
	background-image:url('/ClientScript/markitup/skins/html/images/list-numeric.png');
}
.html .markItUpButton9 a {
	background-image:url('/ClientScript/markitup/skins/html/images/list-item.png');
}

.html .markItUpButton10 a {
	background-image:url('/ClientScript/markitup/skins/html/images/picture.png'); 
}
.html .markItUpButton11 a {
	background-image:url('/ClientScript/markitup/skins/html/images/link.png');
}

.html .preview a {
	background-image:url('/ClientScript/markitup/skins/html/images/preview.png');
}

/* 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('/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('/Data/style/cluetip/darrowleft.gif');
}
.clue-left-default .cluetip-arrows {
  background-image: url('/Data/style/cluetip/darrowright.gif');
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url('/Data/style/cluetip/darrowdown.gif');
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url('/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('/Data/style/cluetip/arrowleft.gif');
}
.clue-left-jtip .cluetip-arrows {
  background-image: url('/Data/style/cluetip/arrowright.gif');
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url('/Data/style/cluetip/arrowdown.gif');
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url('/Data/style/cluetip/arrowup.gif');
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

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

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

.cluetip-rounded #cluetip-outer {
  background: transparent url('/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('/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('/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('/Data/style/cluetip/rarrowleft.gif');
}
.clue-left-rounded .cluetip-arrows {
  background-image: url('/Data/style/cluetip/rarrowright.gif');
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url('/Data/style/cluetip/rarrowdown.gif');
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url('/Data/style/cluetip/rarrowup.gif');
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



div#toolbar, div#toolbarbut 
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
 position:fixed; 
  bottom: 0px;
  right: 0px;
  z-index: 99; 
  height: 26px;
  background-image: url('/Data/style/jqtoolbarsfs/bcktool.png');
  
  /*
using a png caused issues in IE8
background-image: url('/Data/style/jqtoolbarsfs/bcktool.png');
 
  */
  border-top: 1px solid #333;
  border-left: 1px solid #333; 
  border-right: 1px solid #333;  
  
  /* CSS3 */
  -moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	
	-moz-border-radius-topright: 8px;
	-khtml-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	
	-moz-box-shadow: 0px 1px 5px #999, inset 1px 1px 0px #a4a4a4; 
  -khtml-box-shadow: 0px 1px 5px #999;
  -webkit-box-shadow: 0px 1px 5px #999;
  box-shadow: 0px 1px 5px #999;
  /* CSS3 end */
  
  
	
}

div#toolbar {
  
  width: 800px; /* to limit the width when an excessive window resize */
  margin: 0px 20px 0px auto; /* centered toolbar */
  left: 0px;
  display:none;
}

div#toolbarbut { /* div for the 'hide status' */
  width: 60px;
  height: 25px;
  margin-right: 1%;
  display: block;
  text-align: center;
line-height: 21px;
}

div#toolbarbut a {
	color:#ccc;
}


span.showbar a { /* show button */
  padding: 5px;  
  font-size: 10px;
  color: #555;
}

.toolbarleft{
  float: left; display:none;
}

.toolbarright 
{ white-space:nowrap;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left:10px;
  float: right;
  
  
}

/* for ipad fixed positioning is problematic */

@media only screen and (device-width: 768px) { 
    div#toolbar, div#toolbarbut { position:static;  }
	
}





/*-- Left Side --*/

ul#social li {
  display: inline;
}

#social { float: left;}

a.rss, a.facebook, a.twitter, a.digg, a.delicious, a.stumble {
  display: inline-block;
  width: 40px;
  height: 35px;        
  margin-top: 1px;
}

a.rss:hover, a.facebook:hover, a.twitter:hover, a.digg:hover, a.delicious:hover, a.stumble:hover {
  background-position: 1px 1px; /* simple css hover effect */
}

a.rss {
  background: url('/Data/style/jqtoolbarsfs/rss.png') no-repeat;
}

a.facebook {
  background: url('/Data/style/jqtoolbarsfs/facebook.png') no-repeat;
}

a.twitter {
  background: url('/Data/style/jqtoolbarsfs/twitter.png') no-repeat;
}

a.delicious {
  background: url('/Data/style/jqtoolbarsfs/delicious.png') no-repeat;
}

a.digg {
  background: url('/Data/style/jqtoolbarsfs/digg.png') no-repeat;
}

a.stumble {
  background: url('/Data/style/jqtoolbarsfs/stumble.png') no-repeat;
}

/*-- Right Side --*/

span.downarr { /* hide button */ 
  float: right;
  border-left: 1px solid #a4a4a4;
}

span.downarr a {
  display: block;
  width: 30px;
  height: 18px;
  padding: 20px 0 0 10px;
  background: url('/Data/style/jqtoolbarsfs/downarrow.png') no-repeat 5px 5px;
}

#toolbar ul {
	margin:0;
	padding:0;
	list-style:none;
 
  
}

#toolbar a.adminlink ,
#toolbar a.adminlink:link ,
#toolbar a.adminlink:visited ,
#toolbar a.adminlink:hover ,
#toolbar a.adminlink:active { 
font-size: 11px!important; 
font-family:Arial, Helvetica, sans-serif;
border-left: 1px solid #a4a4a4;
  padding: 6px 8px 10px 28px;
  line-height: 24px;
  color: #CCC;
  text-decoration:none;
}
#toolbar a.adminlink:hover {  }

#toolbar a.adminlink { font-weight:700;  }
#toolbar a.adminlink:hover { color: #FFF;}

#toolbar a.adminmenulink { background: transparent url('/Data/style/jqtoolbarsfs/key.png') no-repeat; background-position : 5px 45%;  }
#toolbar a.filemanlink { background: transparent url('/Data/style/jqtoolbarsfs/folder_explore.png') no-repeat; background-position : 5px 45%;  }
#toolbar a.newpagelink { background: transparent url('/Data/style/jqtoolbarsfs/page_white_add.png') no-repeat; background-position : 5px 45%;  }
#toolbar a.pageeditlink { background: transparent url('/Data/style/jqtoolbarsfs/page_white_edit.png') no-repeat; background-position : 5px 45%;  }
#toolbar a.pagesettingslink { background: transparent url('/Data/style/jqtoolbarsfs/page_white_wrench.png') no-repeat; background-position : 5px 45%;  }

     

/* Module Edit and Settings */
div.panelwrapper {
	position:relative;
}
  

span.modulelinks {
	display:none;
width: 70px;
min-height:45px;
	background-color: #29F;
	position:absolute;
	top:0;
	left:-69px;
	padding-bottom:8px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	border-radius: 6px 0px 0px 6px;
	background: #2299ff; /* Old browsers */

}

div.panelwrapper:hover span.modulelinks {
	display:block !important;
}

span.modulelinks a.ModuleEditLink {
	display:block;
	width:60px;
	text-align:right;
	color:#FFF;
	margin:8px 2px 0 2px;
	text-decoration:none;
}

span.modulelinks a.ModuleEditLink:hover {
	color:#FF6;
	text-decoration:underline;
}


span.normalthread{ background: url('/Data/style/forums/folder.png') no-repeat; display:inline-block; width:18px; height:20px; }
span.lockedthread{ background: url('/Data/style/forums/lock.png') no-repeat; display:inline-block; width:18px; height:20px; }
span.stickythread{ background: url('/Data/style/forums/folder_star.png') no-repeat; display:inline-block; width:18px; height:20px; }
.newthread, .newpost { background: url('/Data/style/forums/folder_edit.png') no-repeat; background-position: 0px 2px; padding-left:18px;  }
.forumEdit, .threadEdit, .postEdit { background: url('/Data/style/forums/pencil.png') no-repeat; background-position: 0px 0px; padding-left:18px;  }
.forumfeed { background: url('/Data/style/forums/feed.png') no-repeat; background-position: 0px 0px; padding-left:18px; }.ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:170px;font-size:11px;text-align:center;font-family:tahoma,verdana,helvetica;}
.ajax__calendar_body {height:139px;width:170px;position:relative;overflow:hidden;margin:auto;}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}
.ajax__calendar_container TABLE {font-size:11px;}
.ajax__calendar_header {height:20px;width:100%;}
.ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url('/Data/style/CalExtender/arrow-left.gif');}
.ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url('/Data/style/CalExtender/arrow-right.gif');}
.ajax__calendar_title {cursor:pointer;font-weight:bold;}
.ajax__calendar_footer {height:15px;}
.ajax__calendar_today {cursor:pointer;padding-top:3px;}
.ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}
.ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}
.ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
.ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

.ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.ajax__calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}
/* http://weblogs.asp.net/kevinbrammer/archive/2008/05/31/asp-net-gridview-themes.aspx */

.AspNet-GridView
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border:#444 1px solid;
}
.AspNet-GridView table { width: 100%; }
.AspNet-GridView table.editgrid { margin:0px;}


.AspNet-GridView table thead
{
    background-image: url('/Data/style/gridview/HeaderSoftGrey.jpg');
    background-position:center;
    background-repeat:repeat-x;
    background-color:#1d1d1d;
}

.AspNet-GridView table thead th
{
    padding: 5px;
    color: #ffffff;
	text-align:left;
}

.AspNet-GridView table thead th a
{
    text-decoration:none;
    color:#ffffff;
    display:block;
    text-align:left;
    
}

.AspNet-GridView table tbody tr td
{
    padding: 5px;
    border-right: solid 1px #1d1d1d;
	background-color: #c9c9c9;
}

.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td
{
    background-color: #f0f0f0;
}

.AspNet-GridView div.AspNet-GridView-Pagination
{
background-image: url('/Data/style/gridview/HeaderSoftGrey.jpg');
    background-position:center;
    background-repeat:repeat-x;
    background-color:#1d1d1d;
}

.AspNet-GridView div.AspNet-GridView-Pagination a
{
    color:#ffffff;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #777777;
    border-right:solid 1px #333333;
    border-bottom:solid 1px #333333;
    border-left:solid 1px #777777;
	font-size: 16px;
}
.AspNet-GridView div.AspNet-GridView-Pagination span
{
	font-size: 16px;
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}

.AspNet-GridView tr.AspNet-GridView-Empty
{
	
	color:#ffffff;
    background-color: #c9c9c9;
	 text-align:center; 
}

.AspNet-GridView tr.AspNet-GridView-Empty p
{ padding-top:20px;}

.formResults .AspNet-GridView table thead, .formResults  div.AspNet-GridView-Pagination
{
background-image: none;
}

html[dir='rtl'] .AspNet-GridView table thead th { text-align: right;}
html[dir='rtl'] .AspNet-GridView table thead th a { text-align: right; }

/* ----------------------------------
MojoPortal Admin Menu CSS
For more information about Crystal Clear icons, http://commons.wikimedia.org/wiki/Category:Crystal_Clear_icons 
This css and few custom modified verasions of crystal icons were contributed by Steve Railsback of Colorado State U 2010-09-29
To use this, add this to your style.config file:
<file cssvpath="/Data/style/adminmenu/style.css" imagebasevpath="/Data/style/adminmenu/">none</file>
------------------------------------- */

/* Admin menu */
div.adminmenu {  }
div.adminmenu ul.simplelist { margin: 0 0 1em -20px; }
div.adminmenu ul.simplelist li { float: left; display: block; background-image:none; }
div.adminmenu ul.simplelist li  a { 
	line-height: 1em; 
	display: block; 
	width: 100px; 
	height: 40px; 
	float: left; 
	padding: 60px 10px 10px 10px; 
	margin: 5px; 
	text-decoration: none; 
	/* color: #666; */
	border: 1px solid #ddd; 
	text-align: center;  
}

html[dir='rtl'] div.adminmenu ul li { float: right;}
html[dir='rtl'] div.adminmenu ul li a { float: right; }


div.adminmenu ul.simplelist li a:hover { color: #000; border: 1px solid #333; background-color: #eee; } 

a.lnkSiteSettings { background: url('/Data/style/adminmenu/Crystal_Clear_action_run.png') no-repeat center 10px; }


a.lnkSecurityAdvisor, a.lnkSecurityAdvisorWarning {background: url('/Data/style/adminmenu/Crystal_Clear_app_agent.png') no-repeat center 10px; }


a.lnkSecurityAdvisorWarning { color:Red !important; border-color:Red !important; }
a.lnkSecurityAdvisorWarning:after { content: " Needs Attention! "; }
span.secwarning { display: none; }


a.lnkCommerceReports { background: url('/Data/style/adminmenu/Crystal_Clear_app_kchart.png') no-repeat center 10px;}
a.lnkContentManager { background: url('/Data/style/adminmenu/Crystal_Clear_mimetype_document.png') no-repeat center 10px;}
a.lnkContentWorkFlow { background: url('/Data/style/adminmenu/Crystal-Clear-content_workflow.png') no-repeat center 10px; }
a.lnkContentTemplates { background: url('/Data/style/adminmenu/Crystal_Clear_app_kivio.png') no-repeat center 10px;}
a.lnkStyleTemplates { background: url('/Data/style/adminmenu/Crystal-Clear-app-stylesheet.png') no-repeat center 10px;}
a.lnkSiteList { background: url('/Data/style/adminmenu/folder_html.png') no-repeat center 10px;}
a.lnkPageTree { background: url('/Data/style/adminmenu/Crystal-Clear-action-view-tree.png') no-repeat  center 10px;}
a.lnkRoleAdmin { background: url('/Data/style/adminmenu/Crystal_Clear_users.png') no-repeat  center 10px;}
a.lnkFileManager { background: url('/Data/style/adminmenu/Cystal_Clear_file_manager.png') no-repeat  center 10px;}
a.lnkAddUser { background: url('/Data/style/adminmenu/Crystal_Clear_add_user.png') no-repeat  center 10px;}
a.lnkCoreData { background: url('/Data/style/adminmenu/Crystal_Clear_app_database.png') no-repeat  center 10px;}
a.lnkAdvancedTools { background: url('/Data/style/adminmenu/Crystal-Clear-action-configure.png') no-repeat  center 10px;}
a.lnkLogViewer { background: url('/Data/style/adminmenu/Crystal-Clear-mimetype-vcalendar.png') no-repeat  center 10px;}
a.lnkServerInfo { background: url('/Data/style/adminmenu/Crystal-Clear-app-ksysguard.png') no-repeat  center 10px;}
a.lnkNewsletter { background: url('/Data/style/adminmenu/Crystal-Clear-app-kontact.png') no-repeat  center 10px;}
a.lnkMemberList { background: url('/Data/style/adminmenu/Crystal-Clear-kuser2.png') no-repeat  center 10px;}
a.lnkCurrencyAdmin { background: url('/Data/style/adminmenu/Crystal-Clear-currency.png') no-repeat  center 10px;}
a.lnkCountryAdmin { background: url('/Data/style/adminmenu/Crystal-Clear-app-locale.png') no-repeat  center 10px;}
a.lnkGeoZone { background: url('/Data/style/adminmenu/Crystal-Clear-app-browser.png') no-repeat  center 10px;}
a.lnkTaxClassAdmin { background: url('/Data/style/adminmenu/Crystal-Clear-app-kspread.png') no-repeat  center 10px;}
a.lnkTaxRateAdmin { background: url('/Data/style/adminmenu/Crystal-Clear-tax.png') no-repeat  center 10px;}
a.lnkUrlManager { background: url('/Data/style/adminmenu/Crystal-Clear-url.png') no-repeat  center 10px;}
a.lnkRedirectManager { background: url('/Data/style/adminmenu/Crystal-Clear-redirect.png') no-repeat  center 10px;}
a.lnkBannedIPs { background: url('/Data/style/adminmenu/Crystal-Clear_banned_ip.png') no-repeat  center 10px;}
a.lnkFeatureAdmin { background: url('/Data/style/adminmenu/Crystal-Clear-app-kpackage.png') no-repeat  center 10px;}
a.lnkTaskQueue { background: url('/Data/style/adminmenu/Crystal_Clear_action_editpaste.png') no-repeat  center 10px;}
a.lnkWebPartAdmin { background: url('/Data/style/adminmenu/Crystal_Clear_Networksettings.png') no-repeat  center 10px;}
a.lnkAwaitingApproval { background: url('/Data/style/adminmenu/Crystal_Clear_waiting_approval.png') no-repeat  center 10px;}
a.lnkRejectedContent { background: url('/Data/style/adminmenu/Crystal_Clear_rejected_content.png') no-repeat  center 10px;}
a.lnkPendingPages { background: url('/Data/style/adminmenu/FileCrystal-Clear-draft_pages.png') no-repeat  center 10px;}
a.AnalyticsMenuLink { background: url('/Data/style/adminmenu/Crystal-Clear-app-browser.png') no-repeat  center 10px; }
a.lnkDevTools  { background: url('/Data/style/adminmenu/devtools.png') no-repeat  center 10px; }
a.lnkDesignTools  { background: url('/Data/style/adminmenu/designtools.png') no-repeat  center 10px; }
a.lnkRegistrationAgreement, a.lnkLoginInfo  { background: url('/Data/style/adminmenu/RegAgreement.png') no-repeat  center 10px; }
a.lnkPermissionAdmin { background: url('/Data/style/adminmenu/permissions.png') no-repeat  center 10px; }
a.lnkSkinList { background: url('/Data/style/adminmenu/skin.png') no-repeat center 10px; }
a.lnkCacheTool { background: url('/Data/style/adminmenu/cache.png') no-repeat center 10px; }


body.filedialog{ color: black;}

h2.logitem { font-size: 1em; }

input.openid_login { background:url('/Data/style/common/openidlogin.gif') no-repeat; background-color:#fff; background-position:0 50%; color:#000; padding-left:18px; }


/* autocomplete extender */

ul.autocomplete_completionListElement 
{  
	margin : 0px 0px 0px 0px!important;
	padding: 0px !important;
	background-color : white;
	color : black;
	border-color : gray;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 300px;
    text-align : left; 
    list-style-type : none !important;
	
}

li.autocomplete_highlightedListItem
{
	margin-left: 0px !important ;
	background-color: #ffff99;
	color: black;
	padding: 1px !important;
	background-image:none!important;
	
	
}

li.autocomplete_listItem 
{
	
	margin-left: 0px !important;
	background-color : white;
	color : black;
	padding : 1px !important;
	background-image:none!important;

	
}

/* jQuery Cycle Pager 
 * Required for HTML Module "Slide Show Pager" option.
 */
.cyclenav {text-align: center;}
.cyclenav a{margin-right: 3px;}
.cyclenav a.activeSlide {font-weight: bold;}

/* Example of jQuery Cycle Pager with 'dots' for the navigation links
 * To use this, place 'cycledots' (without quotes) in the 
 * 'Custom CSS Class' setting of the HTML Content Module being used 
 * for the slideshow
 */
.cycledots .cyclenav a{
	background: transparent url('/Data/style/common/cyclenav-bullet2.png') no-repeat scroll center -28px; 
	line-height: 40px;
	overflow: hidden;
	height: 14px;
	width: 14px;
	display: inline-block;}
.cycledots .cyclenav a:focus,
.cycledots .cyclenav a.activeSlide{ background-position: center -14px; }
.cycledots .cyclenav a:hover { background-position: center 0; }

/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

/* faq */
.faqs{padding-top:20px}
.faqs dt{font-weight:bold;background:url('/Data/style/common/q.gif') 0 4px no-repeat;padding:3px 0 15px 30px;position:relative;}
.faqs dt:hover{cursor:pointer}
.faqs dd{background:url('/Data/style/common/a.gif') 0 2px no-repeat;padding:0 0 5px 30px;position:relative;color:#333}
.faqs .hover{color:#990000;text-decoration:underline}

/*mojorating */
.ratingcontainer { float:right; white-space:nowrap; margin:5px 5px 5px 5px;  }
.ratingprompt { float: left; margin-right: 5px; }
.voteswrap { margin-left: 5px; }
.ratingcontainer div { float:left; white-space:nowrap; margin:0px 0px 0px 0px;  }
.ratingrow { white-space:nowrap; }
.ratingStar { white-space:nowrap; height:14px; margin:1em; }
.ratingStar .ratingItem { font-size:0; width:13px; height:12px; display:block; background-repeat:no-repeat; cursor:pointer; margin:0; padding:0; }
.ratingStar .Filled { background-image:url('/Data/style/common/ratingStarFilled.png'); }
.ratingStar .Empty { background-image:url('/Data/style/common/ratingStarEmpty.png'); }
.ratingStar .Saved { background-image:url('/Data/style/common/ratingStarSaved.png'); }
.ratingbuttons {  margin: 0px 0px 0px 0px; padding: 2px 0px 0px 0px;  }
.rcommentprompt { display:block;}
.ratingcomments { border:#000 1px solid; background-color:#eee; color:#000; width:206px; height:200px; position:absolute; margin-top:15px; padding:5px; }
.ratingcommentbox { width:200px; height:100px; }



a.addtocal { background: url('/Data/style/common/calendar_add.png') no-repeat; background-position: 0px 2px; padding-left:18px; display:inline-block; min-height:22px; margin-right:4px;  }

/* ***************************************
** Diff related styles
*****************************************/

ins {
	background-color: #cfc;
	text-decoration:inherit;

}

del {
	color: #999;
	background-color:#FEC8C8;
}

ins.mod {
    background-color: #FFE1AC;
}

a.inlineedittoggle.ui-icon { display: inline-block; }

.filedialog { margin: 0; padding: 0;}
#GalleryPreview{ table-layout: fixed; width: 450px; margin: 0 auto;float: left; border: 0px solid #0000ff; }
#GalleryPreview_VerticalFix { width: 450px; display: table-cell; text-align: left; border: 0px solid #00ff00; }
#GalleryPreview img { max-width: 550px; max-height: 550px;}
.boldtext { font-weight: bold;}

#filewrapper {}
#filewrapper .fileoperations { background-color: #F0EFF1; }
#filewrapper .foldercreation,
#filewrapper .fileupload { float: left; width: 50%;}
#filewrapper .operationpanel { padding: 0 5px; }
#filewrapper .operationheading { display: block; text-align: center; background-color: #E0DFE3; font-weight: bold;}
#filewrapper .imageresizeoptions { margin-top: 10px; }
#filewrapper .imageresizeoptions,
#filewrapper .operationinstructions { font-size: 110%; }
#filewrapper .imageresizecheckbox { display: block; }
#filewrapper .imageresizecheckbox input { margin-right: 3px; }
#filewrapper .errorpanel span { margin-top: 5px; }

#filewrapper .fileselection > div { }
#filewrapper .filetreewrapper { float: left; width: 33%; }
#filewrapper .filepreview { float: left; width: 67% }
#filewrapper .filepreview .operationpanel { padding: 0 0 0 15px; }
#filewrapper .rootfolder { float: left; height: 475px; width: 100%; margin-left: 10px; overflow: auto; }
#filewrapper #pnlFileTree { padding-right: 30px; }
#filewrapper .smalltextbox { width: 30px; margin-right: 10px; }

.fileinput-button {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 4px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

div.uploadfilelist {
	padding-top: 10px;
	clear: both;
}

div.uploadfilelist .ui-button,
.uploadcontainer .ui-button {
	padding: 7px;
}

ul.filelist {
	
	list-style: none;
}

ul.filelist .ui-icon-trash {
	display: inline-block;
	cursor: hand;
	cursor: pointer;
	
}

div.fileupload-dropzone {
	padding: 50px 0 50px 0;
	width: 100%;
	border:dashed thin black;
	margin: 4px 4px 4px 4px;
	text-align:center;
	vertical-align:middle;
}

/* editor styles, classes assigned by toolbar items */
.AlignCenter , p.AlignCenter {
  text-align: center;
}
 
.AlignLeft , p.AlignLeft{
  text-align: left;
}
 
.AlignRight, p.AlignRight {
  text-align: right;
}
 
.AlignJustify, p.AlignJustify {
  text-align: justify;
}
 
.Indent1, p.Indent1 , ol.Indent1, ul.Indent1{
  margin-left: 40px;
}
 
.Indent2, p.Indent2, ol.Indent2, ul.Indent2 {
  margin-left: 80px;
}
 
.Indent3, p.Indent3, ol.Indent3, ul.Indent3 {
  margin-left: 120px;
}

table.jqtable td { font-weight:bold; }
table.FileManager_table { width:99%; }
body, .pagebody {
	margin:0;
	padding:0;
}
.pagebody {
	background-color: #FFFFFF;
	padding: 5px;
}
body {
	font-family:arial, sans-serif;
	font-size:13px;
	color:#666666;
}
html {
	height:100%;
}


@page {
  size: 11in 8.5in;/* width height */
}

textarea.csseditor {
height:600px;
}

.ui-widget .ui-widget {
	margin:5px;
}
/* These are ids for container divs in layout.master */
#wrapwebsite {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	padding-bottom:5px;
}
#wrapfooter {
	padding-bottom:50px;
	padding-top: 50px;
	clear:both;
	text-align:center;
	font-size:11px;
}
#wrapcenter {
/*	float:left;*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
/* main column layouts */
.leftside {
	float:left;
	width:25%;
	margin:2px 0px 0px 0px;
}
.center-nomargins {

	width:100%;
	margin:2px 0px 0px 0px;
}
.center-rightandleftmargins {
	float:left;
	width:520px;
	margin:2px 0px 0px 0px;
}
.center-rightmargin, .center-leftmargin {
	float:left;
	width:75%;
	margin:2px 0px 0px 0px;
	
}
body.merck .center-rightmargin {
	float:left;
	width:857px !important;
	margin:2px 0px 0px 0px;
	padding-right:10px;
}
.rightside {
	float:left;
	width:25%;
	margin:2px 0px 0px 0px;
	
}
/* 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 {
	background-color:#E4DCB2;
	background-image:url('/Data/Sites/13/skins/merck2012/quote_wh.gif')
;
	background-repeat:no-repeat;
	background-position:5px 10px;
	border:dashed thin #656C4A;
	margin:15px;
	padding:5px 0 0 32px;
}
hr {
	height:1px;
	background-color:#414141;
	color:#414141;
	border-width:0;
}
p {
	line-height:1.7em;
	margin:0;
	padding:0 0 16px;
}
img {
	border:0;
}
/* Headings */
h1 {
	font-size:300%;
	margin-bottom:.5em;
	
}
h2 {
	font-size:200%;
	margin-bottom:.5em;
	
}
h3 {
	font-size:150%;
	margin-bottom:.5em;
	
}
h4 {
	font-size:125%;
	margin-bottom:.5em;
}
h5 {
	font-size:110%;
	margin-bottom:.5em;
}
h6 {
	font-size:100%;
	margin-bottom:.5em;
}
h1.siteheading {
	font-size:150%;
	display:inline;
}
h1.siteheading a:link, h1.siteheading a:visited {
	color:#666666;
}



h1, h2, h3, h4, h5, h6 {
	font-family: arial, san-serif;
	font-weight:300;
}

body.administration h2,
body.memberlist h2 {
margin-top:20px;
}

body.administration span.cssinfo {
margin-bottom:20px;
display:block;
}

span.sitelink {
	padding-left:20px;
	display:inline;
}
div#wrapheader {
	position:relative;
	height:40px;
	clear:both;
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
	
	font-family:'Karla', Tahoma, arial, sans-serif;
	
}

h1.siteheading {
	font-family:'Oswald', Tahoma, arial, sans-serif;
}

div.siteTitle {
	position:absolute;
	top:0;
	left:0;
	width:600px;
}
div.menu-container {
	position:absolute;
	right:0;
	top:-15px;
	text-align:right;
}
.modulesubtitle {
	height:23px;
	font-weight:700;
	padding:4px 5px 0;
}
/* Form styles */
fieldset {
	border:1px solid #cccccc;
	margin:0 7px;
	padding:1em;
}
legend {
	font-size:larger;
	font-weight:700;
}
ol.formlist {
	list-style:none;
	margin: 0px;
}
li.settingrow {
	list-style:none;
}
.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, .login .signinbox, .login .passwordbox {
	width:15em;
}
.widetextbox {
	width:25em;
}
.verywidetextbox {
	width:35em;
}
.txtcopyright {
	color:#444;
	font-size:80%;
	font-weight:400;
}
.txterror {
	color:red;
	font-weight:700;
}
.watermarktextbox {
	width:9em;
	color:Gray;
}
.subscribeemail {
	color:Gray;
	width:14em;
}
input.openid_login {
	background:url('/Data/Sites/13/skins/merck2012/openidlogin.gif')
 no-repeat;
	background-color:#fff;
	background-position:0 50%;
	color:#000;
	padding-left:18px;
}
.pagelayout .addcontent {
	float: left;
	margin: 0 0 20px;
}
.pagelayout .panelayout {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
}
.pagelayout .panelayout h2 {
	text-align: center;
	margin: 0 10px 10px 0;
}
.pagelayout .regularpanes {
	margin: 0 auto;
	width: 630px;
	clear: both;
}
.pagelayout .pane {
	float: left;
	clear: none;
	margin: 20px 0 20px 0;
	position: relative;
}
.pagelayout .layoutcenter {
	margin: 20px 30px;
}
.pagelayout .layoutalt1, .pagelayout .layoutalt2 {
	float: none;
	clear: both;
	width: 190px;
	margin: 0 auto;
	position: relative;
}
.pagelayout .altlayoutnotice {
	margin-bottom: 20px;
}
.pagelayout .panelistbox {
	position: relative;
	width: 190px;
}
.pagelayout .pane select {
	width: 170px;
	margin-right: 10px;
}
.pagelayout .layoutbuttons {
	right: 0;
	top: 5px;
	position: absolute;
}
.pagelayout .layoutbuttons input {
	display: block;
	margin-bottom: 10px;
}
/* Grids and Tables */
div.memberlist table {
	width:100%;
}
table.editgrid {
	margin:10px;
}
table.editgrid th {
	font-weight:700;
	padding:7px;
}

table.editgrid td {
	padding:7px;
}
table.editgrid td a {
	color:black;
}

.simplelist, .simplelist li {
	list-style:none;
	padding:0 0 4px 10px;
}

/* |---------------------|  AspNet-GridView  |---------------------| */

body.altfileadmin div.AspNet-GridView,
body.administration div.AspNet-DataList {
border-color: 
#FFF !important;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-webkit-box-shadow: 0px 1px 5px #999999;
-moz-box-shadow: 0px 1px 5px #999999;
box-shadow: 0px 1px 5px #999999;
margin-bottom:20px;
}

body.altfileadmin div.AspNet-GridView table thead {


}

body.altfileadmin  div.AspNet-GridView input[type=text] {
width:500px;
padding:5px;
}

body.altfileadmin div#ctl00_mainContent_fm1_pnlNewFolder {
padding-bottom:20px;
}

body.altfileadmin span.foldername {
margin-bottom: 20px;
display: inline-block;
}


.AspNet-GridView,
.AspNet-DataList {
border:none;
}

.AspNet-GridView table,
.AspNet-DataList table {
border:none;
border-collapse:separate;
}

.AspNet-GridView table thead tr th {

padding: 8px 1px !important;
text-align: center;
background: #f2f3f4 url('/Data/Sites/13/skins/merck2012//DXR.axd?r=0_553-Sqvc5')
 repeat-x left top;
color: #201f35 !important;
border-bottom: 1px solid #9da0aa !important;
}

.AspNet-GridView table thead tr th a {
color: #201f35 !important;
}

div.AspNet-GridView table td, div.AspNet-GridView table td a {
	color:black;
}

body.administration ul.simplelist li {
display:block;
}

body.administration ul.simplelist li a {
text-decoration:none;
}
body.administration ul.simplelist li a:hover {
text-decoration:underline;
color:#000;
}

.AspNet-GridView table tbody tr td,
.AspNet-DataList table tbody tr td,
body.administration ul.simplelist li {
padding: 5px;
border-right: solid 1px #ccc;
background-color: #e9e9ec;
border-top: 1px solid #fff;
border-bottom: 1px solid #d9dae0;
}

body.administration.adminmenu ul.simplelist li,
body.administration.advtools ul.simplelist li {
background-color:#fff;
border:none;
}


.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td {
background-color: ##f9f9fc;
}




td.ptreebuttons {
	vertical-align:top;
	padding-left: 5px;
}
/* Lists */
ol.searchresultlist {
	list-style-type:none;
}
.topnav {
	text-align:right;
}
div.topnav {
	height:18px;
	padding:5px 3px 0px 10px;
}
.topnav ul {
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
li.topnavitem {
	float:left;
	list-style-type:none;
	padding:0 7px;
}
li.firstnav {
	float:left;
	list-style-type:none;
	padding:0 7px 0 5px;
}

ul.linkitem {
	position:relative;
	top:-6px;
	left:0;
	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;
	margin:0 0 0 -40px;
}
ul.userstats ul {
	display:block;
	margin:0;
	padding:0;
}
ul.userstats li {
	position:relative;
	list-style:none;
}
ul.linkitem li {
	list-style:none;
	min-height:18px;
	background:url('/Data/Sites/13/skins/merck2012/arrowRight.gif')
 no-repeat;
	background-position: 0px 5px;
	margin:0 0 1px;
	padding:2px 0;
}
ul.linkitem a {
	color:#414141;
	text-decoration:none;
	margin:0 0 0 7px;
	padding:2px 5px 2px 10px;
}
* html body ul.linkitem a {
	height:18px;
}
ul.linkitem a:hover {
	color:blue;
	padding:2px 5px 2px 10px;
}
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 {
}
ul.linkitem li:hover {
	background:url('/Data/Sites/13/skins/merck2012/green_arrow.png')
 no-repeat;
	background-position: 0px 5px;
}
ul.firstnav span.sitelink, li.topnavitem, li.firstnav {
	font-size:10px;
}
li.AspNet-RadioButtonList-Item, li.AspNet-CheckBoxList-Item {
	white-space:nowrap;
}
ul.simplehorizontalmenu li.selecteditem {
	font-weight:700;
}
div.sitemap .AspNet-TreeView-Expand {
	background:  url('/Data/Sites/13/skins/merck2012/expand.gif')
 0 0 no-repeat;
	width: 15px;
	margin-right: 5px;
	float:left;
	cursor: pointer;
	line-height: 15px;
}
div.sitemap .AspNet-TreeView-Collapse {
	background: url('/Data/Sites/13/skins/merck2012/collapse.gif')
 0 0 no-repeat;
	width: 15px;
	margin-right: 5px;
	float:left;
	cursor: pointer;
	line-height: 15px;
}
.AspNet-TreeView-Hide {
	display:none;
}
div.sitemap a.AspNet-TreeView-Expand, div.sitemap a.AspNet-TreeView-Collapse {
	text-decoration: none;
}
.tag-cloud {
	list-style-type:none;
	margin:15px 0 3px 10px;
}
.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 */

div#wrapfooter a:link, a:visited {
	color:#666666;
}
a.ModuleEditLink {
	font-size:10px;
}
a.siteheading:link, a.siteheading:visited, a.siteheading:hover, a.siteheading:active {
	text-decoration: none;
}
.buttonlink {
	background-color:transparent;
	color:#03F;
	cursor:pointer;
	text-decoration:none;
	font-size:13px;
	border-style:none;
	padding-left: 0px;
	text-align:left;
}

.buttonlink:hover {
text-decoration:underline;
color:#000;
}


.breadcrumbs {
	padding:10px 4px 10px 7px;
	;
	z-index:0;
	width:100%;
}
.unselectedcrumb {
	font-weight:400;
}
.selectedcrumb {
	font-weight:700;
}
.modulepager {
	vertical-align:top;
	padding:4px;
}
.selectedpage {
	color:#000;
	font-weight:700;
}
a.SelectedPage:hover {
	color:#000;
	font-weight:700;
	text-decoration:underline;
}
.modulepager, .ModulePager, .PageInfo, .SelectedPage, .pageditlinks a {
	font-size: 16px;
}
.modulecontent {
	vertical-align:top;
	text-align:left;
	padding:4px 0;
}
.modulefooter {
	display:none;
	font-size:11px;
	text-align:center;
}
.adminmenu .ui-widget-content {
	border: none;
}
.gmaptextbox {
	width:27em;
}
.gmap {
	margin:0 0 10px;
}
.bmap {
	position:relative;
	z-index:1;
}
.foldergallery h1 {
	font-size:large;
	margin-bottom:20px;
}
.albumMetaName {
	font-weight:700;
}
.albumFloat {
	float:left;
	text-align:center;
	margin-right:8px;
	margin-bottom:4px;
}
.albumMetaSectionHead {
	background-color:Gray;
	color:#FFF;
	font-weight:700;
}
.leftside .ratingprompt, .rightside .ratingprompt {
	display: none;
}
.eventcalendar table {
	clear:both;
}
.forumnotify {
	white-space:nowrap;
	vertical-align:middle;
	padding: 10px 0px 5px 0px;
}
.forumnotify img {
	float:left;
}
.addthisbutton {
	float:right;
	margin:-5px 10px 0 0;
	display:inline;
}
.logolist, .pageicons, .skiplink {
	display:none;
}
.moduleedit {
	height:28px;
	background-color:#C7D0D7;
	border:0;
	text-indent:4px;
	margin:0;
	padding:0;
}
.clearpanel {
	clear:left;
	padding-top:15px;
}
.minheightpanel {
	min-height:200px;
}
.center {
	text-align:center;
}
.vevent {
	padding:10px;
}
.vevent abbr {
	border:0;
}
.whoson {
	float:left;
	padding:5px;
}
.searchterm {
	color:#000;
	background-color:#FF0;
}
.templatewrapper {
	border-bottom:solid 4px #000;
}
.linkdescription {
	padding:5px;
}
.clear {
	clear:both;
}
.padded {
	padding:7px;
}
.cmwrapper {
	margin:10px;
}
/* password stength meter */
.pwspoor {
	background-color: Red;
	color:White;
	padding:5px 5px 5px 5px;
}
.pwsweak {
	background-color: Orange;
	color:White;
	padding:5px 5px 5px 5px;
}
.pwsaverage {
	background-color: Yellow;
	color:Black;
	padding:5px 5px 5px 5px;
}
.pwsstrong {
	background-color:Teal;
	color:Black;
	padding:5px 5px 5px 5px;
}
.pwsexcellent {
	background-color:Green;
	color:White;
	padding:5px 5px 5px 5px;
}
.pwdstrengthbarborder {
	border-style:solid;
	border-width:1px;
	width:200px;
	vertical-align:middle;
}
.pwdstrengthbar {
	width:200px;
	height:15px;
	padding:2px 2px 2px 2px;
}
.hidden {
	display:none;
}
.fthumbs img {
	padding:5px;
	margin:5px;
	-moz-box-shadow:#333 2px 2px 5px;
	-webkit-box-shadow:#333 2px 2px 5px;
	cursor:pointer;
}
span.btn {
	padding:10px;
	margin-left:5px;
	display:inline-block;
	cursor:pointer;
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#aaa;
	background-color:#eee;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-moz-box-shadow:#999 2px 0px 3px;
	-webkit-box-shadow:#999 2px 0px 3px;
}
span.btn.pages {
	background-color:#fff;
}
span.btn.pages:hover, span.btn.pages.sel {
	background-color:#f3f3f3;
	color:#999;
}
span.btn:hover, span.btn.sel {
	background-color:#000;
}
.galleryinfo {
	position:relative;
	display:inline-block;
	margin-top:10px;
}
.floatrightimage {
	float:right;
	margin-right:15px;
}
.highlight1 {
	background-color:#FF0;
}
.highlight2 {
	background-color:lime;
}
.floatpanel, .floatleftimage {
	float:left;
	margin-right:15px;
}



/*   GALLERY  */


li.galleryitem {
	position:relative;
}



span.galleryedit {
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
}

li.galleryitem:hover span.galleryedit {
	visibility:visible;
}



div.galleryLogos li.galleryitem {
	display:inline-block;
	width: 112px;
	height: 112px;
	padding: 3px;
	box-shadow: 0 2px 5px #AAA;
	background-color:#FFF;
	margin:9px;
	float:left;
	text-align:center;
	line-height:100px;
}
div.galleryLogos div.mojogallery a {
	display:inline-block;
	width:100px;
	height:100px;
	padding:5px;
	border:1px solid #eee;
}
div.galleryLogos div.mojogallery a img {
	vertical-align:middle;
}


div.mojogallery span.galleryedit a {
	display:block;
	width:10px;
	height:10px;
	border:none;
	text-align:left;
	line-height:16px;
}
div.galleryWebsites li.galleryitem {
	display:inline-block;
	width: 172px;
	height: 132px;
	padding: 3px;
	box-shadow: 0 2px 5px #AAA;
	background-color:#FFF;
	margin:9px;
	float:left;
	text-align:center;
	line-height:120px;
}
div.galleryWebsites div.mojogallery a {
	display:inline-block;
	padding:5px;
	border:1px solid #eeeeee;
	text-align:center;
}
div.galleryWebsites div.mojogallery a img {
	vertical-align:middle;
}

div.galleryAdvertising li.galleryitem {
	display:inline-block;
	width: 132px;
	height: 172px;
	padding: 3px;
	box-shadow: 0 2px 5px #AAA;
	background-color:#FFF;
	margin:9px;
	float:left;
	text-align:center;
	line-height:150px;
}
div.galleryAdvertising div.mojogallery a {
	display:inline-block;
	padding:5px;
	border:1px solid #eeeeee;
	text-align:center;
}
div.galleryAdvertising div.mojogallery a img {
	vertical-align:middle;
}

div.panelwrapper {
	min-height:20px;
}
div.panelwrapper:hover span.modulelinks {
	display:block !important;
}
div.moduletitle:hover span.modulelinks {
	display:block !important;
}
div.sfsOuter:hover span.modulelinks {
	display:block !important;
}
#cboxLoadedContent {
	padding: 35px 20px 30px 20px !important;
	border:1px solid #eee;
	margin-top:25px;
	
}
#cboxTitle {
	position: absolute;
	bottom: 5px !important;
	left: 0;
	text-align: center;
	width: 100%;
}

#cboxTitle {
height:20px;
}

.ui-accordion .ui-accordion-header .ui-icon {

left: -.5em;
}div.AspNet-Menu-Horizontal {margin: 0px 0px 0px 0px; height: 37px;z-index: 300; background-color:inherit; color:inherit; text-align:right; }
div.AspNet-Menu-Horizontal ul li img { display:none; }

.sf-menu, .sf-menu * {
	margin:			0px 0px 0px 0px !important;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}


.sf-menu ul {
	position:		absolute ;
	top:			-999em ;
	width:			10em; /* left offset of submenus need to match (see below) */
	z-index: 301;
	
}
.sf-menu ul li {
	width:			100%;
	height:2.5em;
	z-index: 302;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative ;
}
.sf-menu a {
	display:		block;
	position:		relative;
	text-align:left;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em !important; /* match top ul list item height   !important solves part of the problem with .NET 4 */
	z-index:		99;
}

.sf-menu li ul li.sfHover ul 
{
    position:		relative !important ;
    top:			-2.5em !important;
}


ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em ;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0 ;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em ;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0 ;
}

.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	0px solid DarkGray;
	border-top:		0px solid DarkGray;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666666;
}



.sf-menu li {
	background:		White;
}
.sf-menu li li{
	background:		#efefef;
}
.sf-menu li li li, .sf-menu li li.current{ 
	background:		#cccccc;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color:#cccccc;
	color:#333333;
	outline:		0;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

.sf-menu li.current {
	background-color:inherit;
	color:inherit;
}

.sf-menu a.current  { background-color: inherit; color:inherit; }

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/Data/Sites/13/skins/merck2012/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/Data/Sites/13/skins/merck2012/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


.sf-menu li:hover{
z-index: 100;
visibility: inherit
}

li.dynamic { position:static !important; visibility: visible !important; }
ul.dynamic {  visibility: visible !important;  }

body { }
div.AspNet-TreeView {margin: 0px 0px 0px 0px;padding: 0; }
div.AspNet-TreeView ul { list-style: none; margin: 0px 0px 0px 0px; padding: 0; }
.AspNet-TreeView-Show { }
.AspNet-TreeView-Hide { display:none;}
div.AspNet-TreeView ul li
{padding: 3px 0 2px 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 {text-decoration: none;}
div.AspNet-TreeView a:hover { text-decoration: underline;}

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('/Data/Sites/13/skins/merck2012/collapse.gif') 0 0 no-repeat; width: 10px; margin-right: 5px;
  float:left; cursor: pointer; }
  
div.AspNet-TreeView .AspNet-TreeView-Expand
{background:  url('/Data/Sites/13/skins/merck2012/expand.gif') 0 0 no-repeat; width: 10px; margin-right: 5px;
 float:left; cursor: pointer; }
 
.blogwrapper {   }
.blognavleft {float: left; width: 200px; padding: 5px 5px 30px 5px; 
	margin: 0px 0px 0px 0px; }
.blognavright {float: right; width: 200px;  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 210px; padding: 5px 0px 0px 5px;   }
.blogcenter-rightnav {margin:0px 210px 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:right; font-size:11px;  }
.blogcommentlink 
{ font-size:11px; text-align:right; padding: 0px 5px 3px 0px; font-family: Trebuchet MS;    }
div.blogcommentlink{ border-bottom: 1px solid #656C4A; }
div.blogcommenttext { border-bottom: 1px solid #656C4A;   }
.blogcommenttitle { font-family: Trebuchet MS;    }
.blogcommentposter { font-size:11px;   }
.blognav ul { list-style-type:none;  }
.blognav li { list-style: none; margin: 7px 0px 3px 10px;  }
div.blognavright div h3 { margin: 0px 0px -10px 8px; }
.blogtitle a { }h2.forumhead { margin: 0px 0px 0px 0px; padding: 0px 0px 3px 5px; font-size:170%;}
.forumthreadcrumbs { font-size: 16px; margin: 0px 0px 5px 0px; padding: 0px 0px 3px 5px; }
.forumpostheader {padding: 0px 0px 0px 5px;margin: 0px 0px 0px 0px;   
	 font-weight: bold; }
.postwrapper {float: left; width: 100%;   margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; border:solid thin #545454;}
.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%; 
	 }
.posttopic {    }
.posttopic h3 { }
.postbody { padding: 10px 5px 0px 5px; min-height: 200px; }
.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-size: 15px; font-weight: bold;   }
.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 {  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; }
.feedscroller
{
text-align:center;
position:relative;
display:block;
overflow:hidden;
}
   
.feedscroller .rsswrapper { position:relative;
display:block;
overflow:hidden;
height:250px;}
.feedscroller .rssentries
{
position:absolute;
}

	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('/Data/Sites/13/skins/merck2012/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('/Data/Sites/13/skins/merck2012/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('/Data/Sites/13/skins/merck2012/slider_v_rail.gif') repeat-y;width:22px;height:150px;}
.ajax__slider_v_handle {position:absolute;height:10px;width:22px;}
.ajax__slider_h_rail {position:relative;background:url('/Data/Sites/13/skins/merck2012/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('/Data/Sites/13/skins/merck2012/slider_v_rail.gif') repeat-y;width:22px;height:150px;}
.ajax__slider_v_handle {position:absolute;height:10px;width:22px;}
body {  }
.productlist h3 {  }
.productcontainer { border-bottom: solid thin #656C4A; padding:7px; float:left; clear:both; width:100%; }
.productcontainer h4 { margin-top: 0px; margin-bottom: 3px;  font-size: 1.3em; color:#656C4A; }
.productcontainer p { margin: 0px;  }
.offercontainer { clear:both; }.aspcalendarmain { margin: 0px 0px 0px 5px; background-color: white; 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: white; 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 {  padding:3px; margin:0;  background:  white;  color:black;font-size:small; width: 100%;}
.mpcalendarmain a { color:black;}
.mpcalendardayheader { font-weight:bold; font-size:8pt;  border:solid thin #B5B9A7;  text-align:center; }
.mpcalendarday { border: solid 1px black;  font-size:8pt; color:Black; text-align:center; }
.mpcalendarnextprevious { border:solid thin #B5B9A7;  text-align:center; background:  white;  color:black; }
.mpcalendarnextprevious a {font-weight:bold; font-size:small; text-align:center; background:  white;  color:black; }
.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 { color: #414141; background:  #B5B9A7; border:solid thin #B5B9A7; font-size:8pt; font-weight:bold; text-align:center;  }
.mpcalendartitle { font-size:8pt; font-weight:bold; text-align:center; color: #414141; background:  #B5B9A7; border:solid thin #B5B9A7;}
table.mpcalendartitle { border:solid thin #B5B9A7;}	
.mpcalendartoday { border: solid 1px black; background-color:#FFFFE0; color:Black; font-size:8pt; text-align:center; }
.mpcalendarweekendday { border: solid 1px black; background-color:#CCCCCC; color:Black; font-size:8pt; text-align:center; }
a.eventNextPrevious  { color: black;}
.eventweekview  table, .eventdayview table  {color:black !important;}

@charset "UTF-8";
/* CSS Document */


sup {
font-size:50%;
}

@media screen
  {
div.topicIndexPage, div.slide {
	width:1024px;
	height:768px;
	border:1px solid #eee;
	font-size:18px !important;
	line-height:1.3em !important;
	color:#636363;
	font-family: arial, helvetica, "Merck Semisans";
}



div.slidePadding {
	margin:40px;
	position:relative;
	
}



  }
  
  
  
@media print
  {
div.topicIndexPage, div.slide {
	width:910px;
	height:682px;
	border:1px solid #eee;
	font-size:16px !important;
	line-height:1.3em !important;
	color:#636363;
	font-family: arial, helvetica, "Merck Semisans";
	overflow:hidden;
}

div#wrapcenter, 
div#wrapwebsite, 
div#wrapcontent,
form#aspnetForm
{
	width:910px;
}


div.slidePadding {
	margin:36px;
	position:relative;
	
}

div#wrapheader,
select,
div#wrapfooter {
	display:none;
}

div#ctl00_ah1 {
	display:none;
}
  }




table.slideHeaderTable {
	width:100%;
	
}

table.slideHeaderTable td.slideIcon {
	width:10%;
}

table.slideHeaderTable td.slideIcon img {
	width:77% !important;
}


table.slideHeaderTable td.slideTopic {
	
	font-size:2em;
	
}
div.largeMolecule table.slideHeaderTable td.slideTopic {
	color:#99CC00;
}

div.smallMolecule table.slideHeaderTable td.slideTopic {
	color:#33CCFF;
	
}

h4 {
	font-size:1.1em;
	margin-top:0px;
	margin-bottom:5px;
}


div.largeMolecule h4 {
	color:#666633;
}

div.smallMolecule h4 {
	color:#003399;
	
}

div.productBenefitsHeader {
	padding-top:1em;
}


table.slideHeaderTable td {
	vertical-align:middle;
}




table.slideHeaderTable td.merckLogo {
	width:10%;
	text-align:right;
}


div.productTitle, div.topicTitle {
	font-size:1.4em !important;
	line-height:1.25em !important;
	margin:20px 0 !important;
	
}

div.largeMolecule div.productTitle, div.largeMolecule div.topicTitle {
	
	color:#666633 !important;
}

div.smallMolecule div.productTitle, div.smallMolecule div.topicTitle  {
	
	color:#003399 !important;
}


table.slideBodyTable td {
	vertical-align:top;
}

table.slideBodyTable td.topicDescription {
	width:33% !important;
	
	font-size:.9em !important;
	
}

table.slideBodyTable td.topicProductLinks {
	padding-left:7%;
}

table.slideBodyTable td.topicProductLinks div {
	/* width:45% !important;*/
	/* padding-right:5% !important;*/
	/* float:left;*/
	margin:5px 0;
}


/* Adjustments for Large Molecule Downstream index page */

div.Topic4 td.topicProductLinks {
	
	 font-size:.9em !important;
	line-height:1.2em !important;
}

div.Topic4 table.slideBodyTable td.topicProductLinks {
	padding-left:3% !important;
}

div.Topic4 td.topicProductLinks div {
	margin:2px 0 !important;
	padding-right:4% !important;
	
}


/* end */


td.productDescription {
/*	width:48%;*/

line-height:1.3;
}


td.productImage {
	width:23%;
	padding-right:3%;
}

td.productLinks {
	width:25%;
	padding-left:4%;
}

td.productLinks div.fileLink {
	margin-bottom:8px;
	font-size:0.95em;
}


img.prodImage {
	width:100%;
}

 div.slide a:link, div.slide a:visited {
	color:#99CC00 !important;
	text-decoration:none;
}
 div.slide a:hover {
	text-decoration:underline;
}

div.largeMolecule  a:link, div.largeMolecule a:visited {
	color:#99CC00 !important;
	text-decoration:none;
}
div.largeMolecule  a:hover {
	text-decoration:underline;
}


div.smallMolecule  a:link, div.smallMolecule a:visited {
	color:#3CF !important;
	text-decoration:none;
}
div.smallMolecule  a:hover {
	text-decoration:underline;
}






li {
	
} 

div.topicIndexPage  { page-break-before:always }


div.slide {page-break-inside:avoid !important}

div.pageBreak
{
    height: 1px;
    width: 100%;
    clear:both;
    page-break-after: always;
    display: block;
}

/* jquery accordion */

.ui-accordion {

	font-family: Arial, "Merck Semisans";
    border:none:

}

h3.ui-accordion-header {


margin:0;
padding:0;
background:none;
border:none;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-khtml-border-radius: 0px !important;
border-radius: 0px  !important;
}

.ui-accordion-content, .ui-widget-content, div.ui-accordion-content-active {
border:none !important;
background:none;

padding:0 0 0 2em !important;
}

.ui-accordion .ui-accordion-header a {
padding-top:0 !important;
padding-bottom:0 !important;
	
}


div.largeMolecule  .ui-accordion-header a:link, div.largeMolecule  .ui-accordion-header a:visited {

color:#666633 !important;
}


div.smallMolecule  .ui-accordion-header a:link, div.smallMolecule  .ui-accordion-header a:visited {

color:#003399 !important;
}

.ui-accordion-content ul, .ui-widget-content ul {
margin:0 0 1em 0 !important;

	line-height:1.3em !important;
}

div.largeMolecule .ui-accordion-content ul ,div.largeMolecule .ui-accordion-content ul li {
color:#999999 !important
}

div.smallMolecule .ui-accordion-content ul ,div.smallMolecule .ui-accordion-content ul li {
color:#999999 !important
}


.ui-corner-all {
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-khtml-border-radius: 0px !important;
border-radius: 0px  !important;
padding:0 !important;
margin:0 !important;
}
/* CSS Document */

tr.groupRow td
{
font-weight:bold;
    
}

td.dxgvIndentCell 
{
 background-color:#FFF !important;
 border-right:none !important;
 border-left:none !important;
}

tr.dxgvDataRow_DevEx td.dxgv 
{
    
}

table.dxgvControl_DevEx 
{
    border-color:#FFF !important;
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; 
    
    -webkit-box-shadow: 0px 1px 5px  #999999;
 -moz-box-shadow: 0px 1px 5px  #999999;
 box-shadow: 0px 1px 5px #999999; 
    
}

div.divProds table.dxgvControl_DevEx 
{
    border-color:#FFF !important;
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; 
    
    -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none; 
    
}

.dxtcPageContent_DevEx {
border-left:none;
border-right:none;
border-bottom: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('/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('/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('/Data/style/qtfile/file_even_bg.png');
}

.qtfile .file-panel li:hover
{
	background-image: url('/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('/Data/style/qtfile/indicator.gif') no-repeat;
}

/* File icons */

.qtfile .file-panel .icon-file-name
{
	background-image: url('/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;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	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;
}

