﻿@charset "utf-8";

/*
  ╔════════════════════════════════════════════════════════════════   
   table.css
   created by : Subodh Patil.
   creation date: 12 march 2009.
   modified by:____________________
   modification date: __ ________ ____
   ============================================================= 
    
   This css is used to define the css for table inside the editor.
   if this css is not found at this location (/__/PageTemplates/<siteid>/css/table.css) it will be loaded from the editor's
   location(\Backend\ContentEditorControls\Css\table.css)
   
   This style sheet will be loaded on all the page templates in backend and frontend and inside the editor
   This style sheet will not be loaded on the
   
   Please modify this CSS as per the different websites but make sure you follow naming conventions
   Also consider comments marked as important in some css
*/



/*
    CB3EditorTable is the CSS applied to table when a new table is created from the editor
    The styles written here may or may not override the style or properties set by table properties window of editor
    as per the standard css overriding rules and depending on other css present in the editor.
    
    Also note that when you use table properties of editor;
      some styles are applied to table as attributes of table and not the css styles   
*/


table.CB3EditorTable 
{
    border:0px solid #fff!important; /*redefining these values may override the default properties of table*/
    width: 100%;
    #width: 95%; /* IE bug for the functionpadding*/
    margin: 0px;
    padding:0px;
}

table.CB3EditorTable TD, table.CB3EditorTable TR 
{
    margin: 0px;
    padding:0px;
}

table.CB3EditorTable a.info
{
    margin-top: 10px;
    display:block;
    font-size: 0.92em;
}﻿H1 { font-size: 1.5em; }
H2 { font-size: 1.4em; }
H3 { font-size: 1.33em; }
H5 { font-size: 0.9em; }

.tussenkop
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1.33em;
	margin-bottom:1.33em;
}

.rood
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color:#e12f29;
}

.blauw
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color:#0068a6;
}

.stippellijn
{
    color:#ffffff !important;
    font-size:0.1em;
    width:100% !important;
    clear:both;
    border-bottom:2px dotted #e12f29;
}