#calendarframe tr,td {
    background: #ffffff;
}

#calendarframe  {
    background: #ffffff;
}

.calendarbutton {
    width: 14px;
    height: 15px;
    background: url('../../cadmin/images/icons/calendar_icon.png');
    position: absolute;
}


#docsys
{
 border-top: 1px solid #bbb;
border-left: 1px solid #bbb;
}

#docsys td
{
 border-right: 1px solid #bbb;
 border-bottom: 1px solid #bbb;
}

#docsys th
{
 border-right: 1px solid #bbb;
 border-bottom: 1px solid #bbb;
 font-weight: bold;
}

#media
{
 border-top: 1px solid #bbb;
border-left: 1px solid #bbb;
}

#media td
{
 border-right: 1px solid #bbb;
 border-bottom: 1px solid #bbb;
}

#media th
{
 border-right: 1px solid #bbb;
 border-bottom: 1px solid #bbb;
 font-weight: bold;
}

#news
{
 border-top: 1px solid #bbb;
 border-left: 1px solid #bbb;
}

#news td
{
 border-right: 1px solid #bbb;
 border-bottom: 1px solid #bbb;
}

#news th
{
 border-right: 1px solid #bbb;
 border-bottom: 1px solid #bbb;
 font-weight: bold;
}

#sitemap_level_1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
	font-weight: bold;
}

#sitemap_level_2,
#sitemap_level_3,
#sitemap_level_4,
#sitemap_level_5 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbb;
	font-weight: normal;
}
/* DEFAULT CONTACT FORM */
form.contactForm p {
	width: 350px;
	clear: left;
	margin: 0;
	padding: 2px 0 3px 0;
	padding-left: 155px;
	height: 1%;
}

form.contactForm p label.noCaption {
	float: left;
	width: 170px;
	margin-left: 2px;
	margin-top: 2px;
}

form.contactForm .contactFormGroup {
	float: left;
	margin-top: -15px !important;
}

form.contactForm p input.contactFormClass_checkbox {
	float: left;
}

form.contactForm p input.contactFormClass_checkboxGroup {
	clear: left;
	float: left;
}

form.contactForm p input.contactFormClass_radio {
	clear: left;
	float: left;
}

form.contactForm p label, .contactForm p span {
	font-weight: normal;
	float: left;
	margin-left: -155px;
	width: 170px;
}

form.contactForm input[type="text"] {
	width: 220px;
}

form.contactForm input{
	overflow: hidden;
}

form.contactForm img.captcha {
	float: left;
}

form.contactForm .is_required {
	color: red;
}

form.contactForm textarea {
	width: 250px;
	height: 150px;
}

form.contactForm #contactFormCaptcha {
	margin-left: 147px;
}


form.contactForm .contactFormClass_button {
	margin-left: 0px;
}

form.contactForm  #contactFormCaptcha {
	margin-left: 3px !important;
	margin-top: 5px !important;
}