/* General HTML classes */

/* Catchall definition */

BODY, IFRAME, P, TH, TD, UL, OL, LI, TEXTAREA, SELECT, OPTION, A, H1, H2, H3, H4, H5, H6, INPUT {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	color: black;
}

/* Tag specific changes */

A {
	color: #64727c;
}

H1 {
	font-size: 21px;
}

H2 {
	font-size: 16px;
}

H3 {
	font-size: 14px;
}

H4,H5 {
	font-weight: bold;
}


input {
	background-color: #ffffff;
	border: 1px solid #DFD7D0;
}

input.box {
	width: 150px;
}

input.checkbox {
	border: 0px;
	background-color: #F0F2E4;
}

input.button {
	font-size: 10px;
	background-color: #D4DCC4;
	border: 1px solid #999999;
	cursor: hand;
}


hr {
	height:1px;
	padding: 0px;
}

/* WPS specific module classes */

/* special menu */

.smenu-section, a.smenu-section, a.smenu-section:hover, a.smenu-section:link, a.smenu-section:visited {
    color: black;
    padding: 1px 1px 2px 5px;
    font-weight: bold; 
    text-decoration: none;
}

.smenu-item, a.smenu-item, a.smenu-item:hover, a.smenu-item:link, a.smenu-item:visited {
	padding: 1px 1px 2px 5px;
	
    color: black;
    text-decoration: none;
    font-weight: bold;
    margin-left: 7px;
}
.smenu-subitem, a.smenu-subitem, a.smenu-subitem:hover, a.smenu-subitem:link, a.smenu-subitem:visited {
    padding: 1px 1px 2px 5px;
    color: black;
    text-decoration: none;
    margin-left: 14px;
    font-style: italic;
    font-weight: bold;
}

.smenu-section-current, a.smenu-section-current, a.smenu-section-current:hover, a.smenu-section-current:link, a.smenu-section-current:visited {
    color: black;
    padding: 1px 1px 2px 5px;
    font-weight: bold;
    text-decoration: none;
    background: #cccccc;
}
.smenu-item-current, a.smenu-item-current, a.smenu-item-current:hover, a.smenu-item-current:link, a.smenu-item-current:visited {
    padding: 1px 1px 2px 5px;
    color: black;
    text-decoration: none;
    background: #cccccc;
    font-weight: bold;
    margin-left: 7px;
}
.smenu-subitem-current, a.smenu-subitem-current, a.smenu-subitem-current:hover, a.smenu-subitem-current:link, a.smenu-subitem-current:visited {
    padding: 1px 1px 2px 5px;
    color: black;
    text-decoration: none;
    margin-left: 14px;
    font-style: italic;
    background: #cccccc;
    font-weight: bold;
}

/* top navigation */

.smenu-item-nav, a.smenu-item-nav, a.smenu-item-nav:link, a.smenu-item-nav:hover, a.smenu-item-nav:active, a.smenu-item-nav:visited {
	color: #2e3131;
	padding-top: 10px;
	text-decoration: none;
	font-weight: bold;
}

/* teasers */

.teaser-img-head {
	color: #64727c; 
}
.teaser-head {
	color: #64727c; 
	text-decoration: none;
}

/* breadcrumbs */

.bread {
       text-decation: none;
       color: #000000;
       padding-top: 4px;

padding-bottom: 4px;

}

A.bread,A.bread:active, A.bread:visited, A.bread:link  {
	color: #000000;
	text-decoration: none;
}
a.bread:hover {
	color: #000000;
	text-decoration: underline
}

.block-title {
	color: black;
	font-weight: bold;
	font-size: 13px;
}

/* copyright */

.copyright {
	color:  #ffffff;
	background-color: #fdbe56;
}

/* content bg */

.contentbg {
	background-color: #ffffff;
}

/* Theme specific classes */
.theme-menubg {
	border: 1px solid #666666; 
	border-width: 1px 0px 1px 0px;
	background: #cccccc;
}
.theme-bannerbg {background: #ffffff;}
.theme-pagebg {	background: #666666;}
.theme-logobg {	background: #fdbe56;}
.theme-leftblocksbg {background: #ffdca6;}
.theme-header-right{background-color: #008e54;}
.theme-header-bread {
		background-color: #fdbe56;
		border: 1px solid #ffffff; 
		border-width: 1px 0px 0px 0px;
}
.theme-navigation-header {
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-right: 3px;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #ffffff;
	border-width: 0px 0px 1px 0px;
}
.theme-navigation-header2 {
	padding-top: 10px;
	padding-left: 4px;
	margin-right: 3px;
	font-weight: bold;
	font-size: 14px;
}
.theme-printandtip {
	padding-bottom: 10px;
	padding-right: /*230*/10px;
	background-color: #ffffff;
}
