/* File: /cms/web/cms.css */
/* Copyright (c) 2001-2012 Secretariat of the Convention on Biological Diversity */
/* This source file is subject to the New BSD license that is bundled with this package in the file LICENSE.txt */

.cms_box_dashed
{
	background-color:#F8F8F8;
	border:1px dashed #C0C0C0;
	padding:8px;
}

.cms_menu_font
{
	font-size: 8pt;
	font-family: Verdana;
}

.cms_menu_item
{
	padding-left: 8px;
	padding-right: 8px;
	font-size: 10px;
	font-weight: bold;
	cursor: hand;
	color: #ffffff;
	font-family: Verdana;
	height: 25px;
	background-color: #BDC7C7;
	border-bottom:1px solid white;
}

.cms_menu_subitem
{
	padding-left: 12px;
	padding-right: 8px;
	font-size: 10px;
	cursor: hand;
	color: #303030;
	font-family: Verdana;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #EEEBE2;
	border-bottom:1px solid white;
}

.cms_button_small
{
	FONT-SIZE:8pt;
	FONT-FAMILY:Tahoma;
	HEIGHT:20px;
}

.cms_form_section
{
	padding:4px;
	height:20px;
	background-color:gainsboro;
	margin-bottom:4px;
	font-weight:bold;
}

.cms_designbox
{
	border: #669CC6 1px dotted; 
	margin-right: 2px;
	margin-left: 2px;
	padding: 2px;
	width: 100%;
}

.cms_designbox_header
{
}

.cms_designbox_move,
.cms_designbox_move:hover
{
	color: #000000;
	cursor: move;
	width: 100%;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
}

.cmsdrop
{
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	font-size: 1px;
	line-height: 1px;
	height: 12px;
	background-color: #e0e0e0;
}

.fheader
{
    background-color:#C0C0C4;
    padding-top:2px;
    padding-bottom:2px;
    padding-right:4px;
    padding-left:4px;
}

.fcell
{
    background-color:#F0F0F0;
    padding-top:2px;
    padding-bottom:2px;
    padding-right:4px;
    padding-left:4px;
}

.fcell2
{
    background-color:#E0E0E0;
    padding-top:2px;
    padding-bottom:2px;
    padding-right:4px;
    padding-left:4px;
}

.hcell
{
    font-weight: normal;
    font-size: 11px;
    color: #333333;
    line-height: 12pt;
    font-family: Verdana, Arial;
    padding-right:6px
}

TD.hcell-history
{
	padding-right: 6px;
	font-weight: normal;
	font-size: 11px;
	color: #336633;
	line-height: 11pt;
	font-family: Verdana, Arial;
}

A.hcell-history
{
	font-weight: normal;
	font-size: 11px;
	color: #336633;
	line-height: 11pt;
	font-family: Verdana, Arial;
}

.herror
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #c00000;
    LINE-HEIGHT: 13pt;
    FONT-FAMILY: Verdana, Arial
}

.xmlverb-default          { color: #333333; font-family: 'Lucida Console', monospace }
.xmlverb-element-name     { color: #008000 }
.xmlverb-element-nsprefix { color: #666600 }
.xmlverb-attr-name        { color: #CC0000 }
.xmlverb-attr-content     { color: #000099; font-weight: normal }
.xmlverb-ns-name          { color: #666600 }
.xmlverb-ns-uri           { color: #330099 }
.xmlverb-text             { color: #000000; font-weight: normal }
.xmlverb-comment          { color: #006600; font-style: italic }
.xmlverb-pi-name          { color: #006600; font-style: italic }
.xmlverb-pi-content       { color: #006666; font-style: italic }


