h1.cms
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px;
	padding-left: 0px;
	border-bottom: 1px solid #000;
	
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	color: #000;
}

#cms_section
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#cms_section_headline
{
	padding: 6px;
	
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#cms_section_headline.h1
{
	line-height:14px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	color: #000;
	
	background-color: #bbb;
}

#cms_section_headline.h2
{
	padding-top: 2px;
	padding-bottom: 2px; 
	line-height:12px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #000;
	
	background-color: #ddd;
}

#cms_section_headline_right
{
	float: right;
}

a.cms_section
{
	text-decoration:none;
	color: #000;
	display: block;
	
	cursor: default;
}

a.cms_section_headline
{
	text-decoration:none;
	color: #fff;
}

a:hover.cms_section_headline
{
	text-decoration:underline;
}

a:active.cms_section, a:focus.cms_section, a:hover.cms_section
{
	color: #000;
}

#cms_section_headline.pointer
{
	cursor: pointer;
}

#cms_section_headline_icon
{
	display:inline-block;
	
	width: 0px;
	visibility: hidden;
}

#cms_section_headline_icon.styles
{
	border:1px solid;
	display:inline-block;
	margin-right: 6px;
	
	width:14px;
	line-height:14px;
	
	font-size: 14px;
	font-family: Arial;
	text-align: center;
	
	visibility: visible;
	
	background-color: #fff;
}

#cms_section_content
{
	background-color: #fff;
	border-bottom: 1px solid #000;
	padding: 4px;
	padding-top: 10px;
}

label
{
	display: inline-block;
}

label.login
{
	width: 145px;
}

label.list
{
	width: 120px;
}

input.login
{
	margin-bottom:5px;
}

input.date
{
	width: 25px;
	text-align:center;
}

input.dateYear
{
	width: 40px;
	text-align:center;
}
