Nation Notes module contributed by Z&H Healthcare.
[openemr.git] / library / custom_template / ckeditor / _source / plugins / wsc / dialogs / wsc.css
blobf548c9ac3ca7236c707dfeebd6c2be724f84bf76
1 /*
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
4 */
6 html, body
8 background-color: transparent;
9 margin: 0px;
10 padding: 0px;
13 body
15 padding: 10px;
18 body, td, input, select, textarea
20 font-size: 11px;
21 font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
24 .midtext
26 padding:0px;
27 margin:10px;
30 .midtext p
32 padding:0px;
33 margin:10px;
36 .Button
38 border: #737357 1px solid;
39 color: #3b3b1f;
40 background-color: #c7c78f;
43 .PopupTabArea
45 color: #737357;
46 background-color: #e3e3c7;
49 .PopupTitleBorder
51 border-bottom: #d5d59d 1px solid;
53 .PopupTabEmptyArea
55 padding-left: 10px;
56 border-bottom: #d5d59d 1px solid;
59 .PopupTab, .PopupTabSelected
61 border-right: #d5d59d 1px solid;
62 border-top: #d5d59d 1px solid;
63 border-left: #d5d59d 1px solid;
64 padding: 3px 5px 3px 5px;
65 color: #737357;
68 .PopupTab
70 margin-top: 1px;
71 border-bottom: #d5d59d 1px solid;
72 cursor: pointer;
75 .PopupTabSelected
77 font-weight: bold;
78 cursor: default;
79 padding-top: 4px;
80 border-bottom: #f1f1e3 1px solid;
81 background-color: #f1f1e3;