

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkContainer
	{
	background-color: #EEEEEE;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSFile 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link,
div.ZMSFile div.title a:visited
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text
	{
	font-size:xx-small;
	}

div.ZMSFile div.description
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkElement
	{
	background-color: #EEEEEE;
	padding: 2px;
	}

div.ZMSLinkElement div.title a:link,
div.ZMSLinkElement div.title a:visited,
div.ZMSLinkElement div.title
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSLinkElement div.text
	{
	font-size:xx-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile/ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSGraphic 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSGraphic.left 
	{
	text-align:left;
	}
	
div.ZMSGraphic.right 
	{
	text-align:right;
	}

div.ZMSGraphic.center 
	{
	text-align:center;
	}

div.ZMSGraphic.floatleft 
	{ 
	float:left;
	}

div.ZMSGraphic.floatright 
	{ 
	float:right;
	}

div.ZMSGraphic.center
	{ 
	text-align:center;
	}

div.graphic.alignleft
	{
	float:left;
	text-align:right;
	}
	
div.graphic.alignright {
	float:right;
	text-align:right;
}
	
div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

a.download img.download
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
	}

a.superzoom img.superzoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

table.ZMSTable th 
	{ 
	background-color:#DDEFFC; 
	}
	
table.ZMSTable td { 
	background-color:#EEEEEE; 
	}

body.print table.ZMSTable th, 
body.print table.ZMSTable td
	{ 
	background-color:transparent; 
	}	

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{

	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

textarea#code.form-element {
 font-family:courier !important;
 font-size:11px !important;
 height:350px !important;
 width:630px !important; 
}/* BO f_css_defaults */

#imagegallery {
  font-family:monospace;
}

#imagegallery .preview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview table {
  padding:0.3em;
  background:#fff;
  border:1px #ccc solid; 
}

#imagegallery .overview table td {
  padding:0.3em;
  border:0;
}

 
/* EO f_css_defaults *//* BO userSQL.f_css_defaults */

div#userSQL {
  padding:10px;
	border:1px solid #B8D561;
	background-image:url(https://cox-production.cox-test.zms.hosting/sites/cox-radiology.org/common/css/common/medipointsBg.jpg);
	background-color:#fff;
	background-repeat:no-repeat;
}

div#userSQL td.form-element input.form-element,
div#userSQL td.form-element textarea,
div#userSQL td.form-element select {
  width:340px !important;
}
div#userSQL div.zmi_col_left,
div#userSQL div.zmi_col_right {
  display:none 
}

/* EO userSQL.f_css_defaults */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: red;
  font-weight: bold;
  border: 1px dashed blue; 
}



/*****************************/
/*--- ZMS.netbook         ---*/
/*--- stylesheetcoxDB.css ---*/
/*****************************/

/***************/
/* Colorscheme */
/***************/

.primColorStrong0 { background-color:#334565; }
.primColorMedium0 { background-color:#465F8B; } 
.primColorLight0  { background-color:#CFD6DF; } 

.secndColorStrong1 { background-color:#55A873; }
.secndColorStrong0 { background-color:#9BC594; }
.secndColorMedium1 { background-color:#BEDABA; } 
.secndColorMedium0 { background-color:#D1E3CE; }
.secndColorLight1  { background-color:#DBE7DA; }
.secndColorLight0  { background-color:#E6E8DF; }

.teaserColor { background-color:#FF9A02; } 

.neutralColorBlack   { background-color:#000000; }
.neutralColorStrong0 { background-color:#79818E; }
.neutralColorMedium0 { background-color:#B6BBC2; } 
.neutralColorLight0  { background-color:#DDDFE3; } 
.neutralColorWhite   { background-color:#FFFFFF; }
.neutralColorTrans   { background-color:#00FF00; } 

/*-- layout/pagecontainers ---------------------*/
body#root { 
	background: black; 
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px !important; 
	font-size: 0.8em;
	color:#fff;
	margin:0;
	/*background: #eee url(common/bggradient.gif) bottom left fixed repeat-x; */
	}
#pageregion {
	display:table;
	border-collapse:collapse;
	width: 100%;
	/*min-width: 800px;*/
	}

/*-- obsolete ---------------------*/
div.row {
	display:table-row;
	width: 100%;  /* IE6-Hack! */
    }
/*-- /obsolete ---------------------*/

#pageregionContentExtrashell { 
	display:table-row;
	background-color: black;
	width: 100%;  /* IE6-Hack! */
	}
#pageregionContentOutershell {
	background: url(common/BGpageregionRightcoxDB.gif) repeat-y right;
	margin: 0;
	padding: 0;
	border: 0;
	}
#pageregionContentInnershell {
	float: left;
	margin: 0;
	margin-left: -200px;
	margin-right: -280px;
	padding: 0;
	width: 100%;
	}
#pageregionContent {
	margin-right: 280px;
	}

#Content {
	padding: 10px;
	}


/*-- layout images -----------------------------*/
.imgSpacer {
	border: 0px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
    }
.imgNoborder { 
    border: 0px; 
    }

/***********************************************/
/*-- pageregionTop ----------------------------*/
/***********************************************/
#Logo {
	float: left;
	width: 100%;
	background-color: white;
	/* background-image:url(common/head_space.gif);*/
	border: 0px;
	margin: 0px;
	padding: 0px;
	}	
#Logo img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
div.FloatLeft {float: left; }
div.FloatRight {float: right;}

/*----- Channel Menu -----*/

#Menu ul.Menu
	{
	font-family: arial, helvetica, sans-serif;
	margin:0px;
	padding:0px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #DDDFE3;
	background-color: #79818E;
	color: #fff;
	float: left;
	width: 100%;
	font-size:small;
	}

/*----- font size hack -----*/
/*/*/a{}
body #Menu ul.Menu {
font-size : x-small;
}
html>head:first-child+body #Menu ul.Menu {
font-size : small;
}
/* */
/*----- /font size hack -----*/

#Menu ul.Menu li.Menu 
	{
	margin: 0;
	padding: 0;
	line-height: 140%;
	display: inline; 
	}

#Menu ul.Menu li.Menu a
	{
	padding: 0.3em 1em;
	background-color: #79818E;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 0.1em solid #FFFFFF;
	}

#Menu ul.Menu li.Menu a.current
	{
	font-weight:bold;
	color:#FFFFFF;
	background-color: #55A873;
	}


#Menu ul.Menu li.Menu a:hover
	{
	background-color: #465F8B;
	color: #FFFFFF;
	}
/*-----MenuDropdown-----*/

.child, .subchild 
	{ 
	position: absolute;
	visibility: hidden;
/*-------box model hack-------*/
	margin-left: -0.96em !important;
	margin-left: 0px;
	margin-left/**/:/**/-0.96em;
/*-------box model hack-------*/	
	margin-top: 0.7em !important;
	margin-top: 0em;
	margin-top/**/:/**/0.8em;
	}

.menuDropdown 
	{
/*-----   filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=80, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);*/
	border-left: 1px solid #79818E;
	border-right: 1px solid #79818E;
	background-color: white; 
	width: 11.5em;
	}

.navDropdown
	{
	display: block;
	text-align: left;
	border-bottom: 1px solid #79818E;
	line-height: 1.3em;
	white-space:nowrap;
	padding: 3px 3px 3px 14px;
	font-size:small;
	}
/*----- font size hack -----*/
/*/*/a{}
body .navDropdown {
font-size:x-small;
}
html>head:first-child+body .navDropdown {
font-size:small;
}
/* */
/*----- /font size hack -----*/


/***********************************************/
/*-- pageregionLeft ---------------------------*/
/***********************************************/

#pageregionLeft {
	float: left;
	width: 180px;
	}
#Search {
    padding: 15px 0px 0px 5px;
    margin:0px;
    }

/*-- macronavigation --------------------------*/

#Macronavigation {
	float: left;
	width: 193px;
	background-color: transparent;
/*	border-left: 1px solid #aaa; */
/*	border-right: 1px solid #aaa;*/
	padding-top: 15px !important; padding-top: 15px;
	}
#Macronavigation ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px !important;
 	font-size: 0.8em;
	line-height: 0.8em;
	margin: 15px 0px;
	padding: 0px; 
    }
#Macronavigation ul.siblings { 
	margin-left: -10px !important; 
	margin-left: 25px;
	margin-top: 5px;
	}
#Macronavigation ul.siblings li.docTrue,
#Macronavigation ul.siblings li.docFalse { 
	list-style-image:url(common/bullet.gif); 
	}
#Macronavigation ul.siblings li.folderTrue,
#Macronavigation ul.siblings li.folderFalse {
	list-style-image:url(common/plus.gif); 
	}
#Macronavigation ul.siblings li.docTrue,
#Macronavigation ul.siblings li.folderTrue {
	font-weight: bold; 
	}
#Macronavigation div.parent { 
	background-color: #ddd;
	border-bottom:1px solid #999;
	padding:5px;
	height:1em;
	}
#Macronavigation div.parent ul.parent { 
	margin:0px;
	padding:0px;
	margin-left: 15px !important; margin-left:15px;
	margin-top: 1px !important; margin-top:3px;
	}
#Macronavigation div.parent ul.parent li.parent {
	list-style-image:url(common/minus.gif);
	line-height: 0.8em;
	margin: 0px;
	padding:0px;
}
/****************obsolete************************/
#Macronavigation ul li.active { 
	list-style-image:url(common/bullet.gif); 
	padding-bottom: 5px; 
	background-color: #78C1F7; 
	font-weight: 600; }
/****************obsolete************************/

#Macronavigation ul li a:link,
#Macronavigation ul li a:visited,
#Macronavigation ul li a:active { 
	color: black; 
	text-decoration:none;
	}
/***********************************************/
/*-- pageregionRight --------------------------*/
/***********************************************/
#pageregionRight { 
	float: right;
	padding:10px 10px 10px 10px;
/*-------box model hack-------*/
	width:250px;
	}

/*-- teaser and links ----------------------------*/
#toolbox {
	text-align: center;
	margin-bottom: -15px;
	}
.toolboxInput { 
	font-size: 11px !important; font-size: 0.8em;
	font-family: Courier, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #00639C;
	width: 80px !important; 
	width: 70px;
	height: 13px;
	}
.LinkContainer { 
	width: 100%;
    }
.LinkContainerInner {
	border-top: 2px solid #ccc;
	padding: 5px;
	}
.LinkElementTitle {
	color: black;
	font-weight: 600;
	font-size: 11px !important; 
	font-size: 1em;
	}
.LinkContainerInner ul { 
	margin-left: -10px !important; 
	margin-left: 25px; 
	}
.LinkContainerInner ul li {
	padding-bottom: 5px; 
	color: #00639C;
	}
li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
	}
li.LinkElementInternal {
	list-style-image:url(common/internal_link.gif);
	}
.LinkContainerInner ul li a:link,
.LinkContainerInner ul li a:visited {
	color: #000;
	text-decoration:none;
	}
/***********************************************/
/*-- pageregionBottom -------------------------*/
/***********************************************/

#pageregionBottom { 
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px; 
	border: 0px;
	clear: both;
	background-color: #79818E;
	border-top:1px solid #ccc;
	}
#pageelement_Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	font-size: 10px !important; font-size: 0.8em;
	margin: 0px;
	padding: 3px 10px 3px 0px;
	}
#pageelement_Copyright a:link, 
#pageelement_Copyright a:visited  { 
	color: #ccc; 
	text-decoration:none;
	}
#pageelement_Copyright p {
	font-size:10px;
	padding:2px 10px;
	margin:0px;
	}

/***********************************************/
/*-- content elements -------------------------*/
/***********************************************/

/*-- micronavigation --------------------------*/
div#Micronavigation { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	padding: 0px;
	margin:10px 0px 10px 10px;  
	}
div#Micronavigation a:link, 
div#Micronavigation a:visited { 
	color: #fff;
	text-decoration:none;
	}

#Content {
	width: auto;
	height: 100%;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-left: 200px;
	} 

/*-- links ----------------------------*/
   
a:link { text-decoration:none; color:orange; }
a:visited { color:grey; }
a:hover { text-decoration:underline; color:orange; }
a:active { text-decoration:underline; color:orange; }

/*-- bodytext -------------------------*/

h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	}
h1.title {
	font-size: 18px;
	line-height: 24px;
	margin-top:10px; 
	}
h1,.heading1 {
	font-size: 18px;
	line-height: 20px;
	margin-top:16px; 
	}
h2,.heading2 {
	font-size: 15px;
	line-height: 18px
	}

h3,.heading3 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0px
	}
h4,.heading4 {
	font-size: 12px;
	line-height: 14px 
	}
h5,.heading5 {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px 
	}
p {
	line-height: 15px;
	}
ol {
	line-height: 15px;
	}
ul {
	line-height: 15px;
	list-style-type: square }

.small {
	font-size: 10px;
	}

.caption {
	font-style: italic;
    padding-top:0px;
    margin-top:0px;
    color:#000;
	}
p.emphasis {
	background-color:#DBE4D4;
	margin-left: 20px;
	margin-right: 30px;
	line-height: 16px;
	}

.description {
	background-color:#eee;
	line-height: 16px;
	}

.Adresse {
	font-size: 10px 
	}

.Referenz {
	font-size: 10px
	}

em {
	font-weight: bold;
	font-style: normal
	}

sup, sub {
	font-size: 10px
	}


/*******************/
/* ZMS elements    */
/*******************/

/*-- ZMSGraphic  -------------------------*/
div.ZMSGraphic { 
	background-color:transparent; 
	}

div.ZMSTeaserContainer {
	font-size:12px;
	padding: 1px;
	}
/*-- IE border bug --*/
div.ZMSTeaserElement {
	border-bottom:0px;
	}
div.ZMSTeaserElement img.title {
	border: none;
	}
div.ZMSTeaserElement div.title {
	padding: 2px 2px 2px 5px;
	font-weight:bold;
	text-decoration:none;
	color:black;
	display: block;
	}
div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title {
	font-weight:bold;
	text-decoration:none;
	color:black;
	}

div.ZMSTeaserElement div.text {
	padding: 5px;
}

/*-- sitemap -------------------------*/

td.sitemapTitle0 {
	background-color: #000066;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	}
td.sitemapTitle1 {
	background-color: #FF6600;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	}
a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle1:link, a.sitemapTitle1:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
a.sitemapTitle0:hover, a.sitemapTitle0:active ,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
	font-weight: bold;
	color: #E8F2F9;
	text-decoration: underline;
	}
a.sitemapElement0:link, a.sitemapElement0:visited {
	font-weight: bold;
	text-decoration: none;
	}
a.sitemapElement1:link, a.sitemapElement1:visited {
	font-weight: normal;
	text-decoration: none;
	}
a.sitemapElement0:hover, a.sitemapElement0:active ,
a.sitemapElement1:hover, a.sitemapElement1:active {
	color: #FF6600;
	text-decoration: underline;
	}

/*-- management interface ------------*/

.cmsTxtColorStrong0 { color: #000066; }
.cmsTxtColorStrong1 { color: #666666; } 
.cmsBgColorStrong0 { background-color: #000066; }
.cmsBgColorStrong1 { background-color: #CCCCCC; }
.cmsBgColorMedium0 { background-color: #E8F2F9; }
.cmsBgColorLight0 { background-color: #FFFFFF; }

.ftTABLE { border:0; background-color:#E7E7E7; }
.ftTReven { background-color:#E7E7E7; }
.ftTRodd { background-color:#DBEBF7; }
.ftTH { padding: 5px;background-color:#CCCCCC;}
.ftTD { padding: 5px;}
u { text-decoration: underline;}

/*************************/
/* Management Interface  */
/*************************/

.cmsTxtColorStrong0 { color: #436976; } 
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; } 
.cmsBgColorStrong1  { background-color: #CCCCCC; } 
.cmsBgColorMedium0  { background-color: #DDE6EC; } 
.cmsBgColorLight0   { background-color: #FFFFFF; } 

.ftTH { background-color:#DDEFFC; }
.ftTD { background-color:#EEEEEE; }

.form-submit { font-size:13px; }

