/**
 * Description: Layout grid for Dynamic columns: Generic properties. These properties also defines the default color-scheme (Jur. vejld.) if no segment is specified.
 * Date modified: 02.06.09
*/
.resizable #center 			{ padding:0; overflow:visible; position:relative; z-index:1000; }
.resizable #center .inside 	{ margin-left:0px; }
.resizable #left 		    { padding:0; overflow:hidden; overflow-x:scroll; position:relative; z-index:999; }/*JS*/
.resizable #left .inside 	{ padding:0; overflow:hidden;}/* overrides screen.css */
.resizable #rightBar 			{ background:#fff url(../../shared/images/bg_right_col.gif) repeat-x; }
.resizable #left ul  					{ margin: 0px; margin-left:11px !important;}
.resizable #left li.open ul				{ margin-top:0px !important;}
.resizable #breadcrumb					{ zoom:1; line-height:2.4em; }
#resizer						{ cursor:w-resize; position:absolute; left:-50px; top:0; display:none; background-image:url(../../shared/images/resizer_jurvejl.gif); width:15px; height:652px; z-index:2000; border:1px solid #000; overflow:hidden;}
#resizer img					{ display:none;}
.resizable #btnsResize					{ background-color:#c1e0dc; margin-top:1px; margin-bottom:11px; padding:10px; zoom:1;}
.resizable #btnsFolding					{ background-color:#d1f0ec; margin-top:-10px; margin-bottom:11px; padding:10px; zoom:1; }
.resizable .inside.toc          		{ height: 100%; }
.resizable .inside.toc a:link,
.resizable .inside.toc a:visited		{ color:#009987 !important; text-decoration:underline; white-space:nowrap; }
.resizable .inside.toc a:hover,
.resizable .inside.toc a:visited:hover	{ color:#000 !important; background-color:transparent; }

.disabledFunc .inside.toc a:link,
.disabledFunc .inside.toc a:visited,

/**
 * Private and Elektronisk bibliotek segment adjustments
*/
.resizable.privat #resizer, 
.resizable.bibliotek #resizer				{ background-image:url(../../shared/images/resizer_privat.gif); }
.resizable.privat .inside.toc a:link,
.resizable.privat .inside.toc a:visited,
.resizable.bibliotek .inside.toc a:link,
.resizable.bibliotek .inside.toc a:visited	{ color:#72166B !important; }
.resizable.privat #btnsResize,
.resizable.bibliotek #btnsResize			{ background-color:#E4C0E1; }
.resizable.privat #btnsFolding,	
.resizable.bibliotek #btnsFolding			{ background-color:#F4D0F1; }

/**
 * Erhverv and Emner segment adjustments
*/
.resizable.erhverv #resizer,
.resizable.emner #resizer				{ background-image:url(../../shared/images/resizer_erhverv.gif); }
.resizable.erhverv .inside.toc a:link,
.resizable.erhverv .inside.toc a:visited,
.resizable.emner .inside.toc a:link,
.resizable.emner .inside.toc a:visited	{ color:#005BBF !important; }
.resizable.erhverv #btnsResize,
.resizable.emner #btnsResize			{ background-color:#CEE5FF; }
.resizable.erhverv #btnsFolding,	
.resizable.emner #btnsFolding			{ background-color:#DEF5FF; }

/**
 * Om os segment
*/
.resizable.omos #resizer,
.resizable.admin #resizer				{ background-image:url(../../shared/images/resizer_omos.gif); }
.resizable.omos .inside.toc a:link,
.resizable.omos .inside.toc a:visited,
.resizable.admin .inside.toc a:link,
.resizable.admin .inside.toc a:visited	{ color:#3F6075 !important; }
.resizable.omos #btnsResize,
.resizable.admin #btnsResize			{ background-color:#DCDCE4; }
.resizable.omos #btnsFolding,	
.resizable.admin #btnsFolding			{ background-color:#ECECF4; }

/**
 * processer and socialt segment
*/
.resizable.processer #resizer,
.resizable.socialt #resizer				{ background-image:url(../../shared/images/resizer_fagportaler.gif); }
.resizable.processer .inside.toc a:link,
.resizable.processer .inside.toc a:visited,
.resizable.socialt .inside.toc a:link,
.resizable.socialt .inside.toc a:visited{ color:#018DB3 !important; }
.resizable.processer #btnsResize,
.resizable.socialt #btnsResize			{ background-color:#EAEFF2; }
.resizable.processer #btnsFolding,	
.resizable.socialt #btnsFolding			{ background-color:#F2F7FF; }

/**
 * Minside and help segment
*/
.resizable.minside #resizer				{ background-image:url(../../shared/images/resizer_minside.gif); }
.resizable.minside .inside.toc a:link,
.resizable.minside .inside.toc a:visited{ color:#FFC61E !important; }
.resizable.minside #btnsResize			{ background-color:#FBF8DB; }
.resizable.minside #btnsFolding			{ background-color:#FFFFE0; }

/**
 * Enheder (Pink) segment
*/
.resizable.enheder #resizer				{ background-image:url(../../shared/images/resizer_enheder.gif); }
.resizable.enheder .inside.toc a:link,
.resizable.enheder .inside.toc a:visited { color:#A80084 !important; }
.resizable.enheder #btnsResize			{ background-color:#F4D6ED; }
.resizable.enheder #btnsFolding			{ background-color:#FFDAF2; }

/**
 * Vaerktojer(Lime) segment
*/
.resizable.vaerktojer #resizer				{ background-image:url(../../shared/images/resizer_vaerktojer.gif); }
.resizable.vaerktojer .inside.toc a:link,
.resizable.vaerktojer .inside.toc a:visited { color:#CEE007 !important; }
.resizable.vaerktojer #btnsResize			{ background-color:#F4F8C5; }
.resizable.vaerktojer #btnsFolding			{ background-color:#FFFFD0; }


/**
 * For all pages
 * Note: These values are only used if Javascript is disabled
*/
.left-smal			{ left:-169px !important; width:169px !important; }/*ie6,ie7*/
.left-mellem		{ left:-400px !important; width:400px !important; }/*ie6,ie7*/
.left-bred			{ left:-600px !important; width:600px !important; }/*ie6,ie7*/
.container-smal		{ padding-left:169px !important; }
.container-mellem	{ padding-left:400px !important; }
.container-bred		{ padding-left:600px !important; }
