/*
    this predefined class BODY sets site environment color and
    body margins!
*/
body{ 
    background-color:#4D95CF;
    margin-left: 0;
    margin-top: 0;
    }

/*
    this class BG used for background content area of site, and in some templates for background areas near content
*/
.bg{background : #4D95CF;}

a {
   text-decoration:underline; 
   color:#032551; 
   font-size:12px; 
   font-family:Arial;
   
   }
a:visited {
   color:#032551; 
   }
a:active {
   color:#c9e7ff; 
   }
a:hover {
   color:#ffffff; 
   }
.nna { 
   text-decoration:underline; 
   color:#032551; 
   font-size:12px; 
   font-family:Arial;
   margin-bottom: 5px;
   padding-bottom: 5px;
   margin-left: 30px;
   }
.nna:link {color:#032551; }
.nna:visited {color:#032551; }
.nna:active {color:#c9e7ff; }
.nna:hover {color:#ffffff; }
.nna:focus {color:#032551; }

.vlink {
   text-decoration:underline; 
   color:#032551; 
   font-size:12px; 
   font-family:Arial;
   margin-bottom: 5px;
   padding-bottom: 5px;
   margin-left: 30px;
   }

.alink {
   text-decoration:underline; 
   color:#c9e7ff; 
   font-size:12px; 
   font-family:Arial;
   margin-bottom: 5px;
   padding-bottom: 5px;
   margin-left: 30px;
   }

.hlink {
   text-decoration:underline; 
   color:#ffffff; 
   font-size:12px; 
   font-family:Arial;
   margin-bottom: 5px;
   padding-bottom: 5px;
   margin-left: 30px;
   }

.backcolor1 {background : #006ac2;}
/* 
    this class BACKCOLOR2 is non optional and used by CR-components: "Text", "Text with picture" for paragraph sign char
*/
.backcolor2 {background : #006ac2;}
.backcolor3 {background : %CSS_MAIN_COLOR3%;}
.backcolor4 {background : %CSS_MAIN_COLOR4%;}
.backcolor5 {background : %CSS_MAIN_COLOR5%;}
/* new headers classes */
h1 {
	color : #ffffff;
	font-family : Arial;
	font-size : 30px;
	font-weight : bold;
	font-style : normal;
	line-height : 130%;  
	margin-top:10 px;  
	margin-right: 0 px;  
	margin-bottom: 20 px;  
	margin-left: 0 px;  
}

h2 {
	color : #ffffff;
	font-family : Arial;
	font-size : 24px;
	font-weight : normal;
	font-style : normal;
	line-height : 130%;  
	margin-top:15 px;  
	margin-right: 0 px;  
	margin-bottom: 10 px;  
	margin-left: 0 px;  
}

h3 {
	color : #ffffff;
	font-family : Arial;
	font-size : 18px;
	font-weight : normal;
	font-style : normal;
	line-height : 130%; 
	margin-top:15 px;  
	margin-right: 0 px;  
	margin-bottom: 10 px;  
	margin-left: 0 px;  
}

h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 8px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

/*
    class PICTURECAPTION used by CR-component "Picture with description"
*/	
.picturecaption {
	color: #000000;
	font-family : Arial;
	font-weight : normal;
	font-size : 11px;
}       

/* 
    class PICTURECELLPADDING need for correct margin between picture and text in CR-component "Picture with text" 
    NOTE!
    padding-XXX needed for NN4
    margin-XXX - for IE
*/
.picturecellpadding {
        padding-left : 10px;
        padding-right : 10px;
        margin-left : 10px;
        margin-right : 10px;
}

/* 
    class PARAGRAPH used by CR-components: "Text", "Text with picture", "List item"
*/
td{
	color: #ffffff;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
}
p {
	font-family: Arial; 
	color: #ffffff; 
	font-size: 12px; 
	line-height : 130%; 
	margin-top:0 px;  
	margin-right: 0 px;  
	margin-bottom: 15 px;  
	margin-left: 5 px;  
}

.lead{
	font-family: Arial;
	color: #ffffff; 
	font-size: 12px;
	line-height : 130%;
	font-weight : bold;
	margin-top: 0 px;  
	margin-right: 0 px;  
	margin-bottom: 15 px;  
	margin-left: 0 px;  
}

.inset{
	border-left-width: 5;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color : #0000ff;
        font-family: Verdana;
	font-size: 11;
	float: right; /* aligning on the page */
	width: 30%; /* width should be from 20% to 100% relative to page width, step 10% */
	padding: 15px;
	background-color: #eeeeee;
	text-align: left;
	line-height: 120%;
}

li,ul{
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	line-height : 150%;
}

ul {
	list-style : circle;
}

UL,TABLE ul,ol{
	margin-top: 0px;
}
table {
	empty-cells:show;
}
/* Next classes: ENVIRONMENTBG, COLORBOXBORDER used only PropertyPage */
/*
    this class ENVIRONMENTBG used by PropertyPage for display color of site environment
*/
.environmentbg{
    background : #4D95CF;
    }

.colorboxborderbg{
    background : #000000;
    }

.colorcaption { 
	color: #000000; 
	font-family : Verdana; 
	font-weight : normal; 
	font-style : normal; 
	font-size : 14px; 
	line-height: 130%; 
}              

.colordescription { 
	color: #000000; 
	font-family : Arial; 
	font-weight : normal; 
	font-style : normal; 
	font-size : 9px; 
	line-height: 130%; 
}              
.redstar_margin {
 position: relative;
 left: 30px;
}


/* old classes*/
.header {
	color: #ffffff;
	font-family  Arial;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
        margin-bottom: 5px;
        padding-bottom: 5px;
}
.pageheader{
	color : #ffffff;
	font-family : Arial;
	font-size : 24px;
	font-weight : normal;
	font-style : normal;
        margin-left : 10px;
        margin-bottom: 5px;
        padding-left : 10px;
        padding-bottom: 5px;
}
.paragraph {
	color: #ffffff;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	line-height: 130%;
        margin-bottom: 5px;
        padding-bottom: 5px;
}                    
/*  manheim  */
.checklist {
	margin:0px; padding:2px 10px 2px 2px; overflow:auto; overflow-y:auto; overflow-x:hidden; border:1px solid #7e9db9; height:120px; background:none;
	width:150px;
}
.longlist {
	width:200px !important;
}
.checklist li {
	margin:0; margin-top:3px;  margin-bottom:3px; _margin-bottom:0px !important; padding:0 !important; border:none; display:block; float:none; height:auto;
}
.checklist li label {
	margin:0 !important; padding:0 !important; vertical-align:top; font-weight:normal;
	_display:inline;
}
.checklist {
	background:transparent none repeat scroll 0%;
border:1px solid #7E9DB9;
height:80px;
margin:0px;
overflow-x:hidden;
overflow-y:auto;
padding:2px 10px 2px 5px;
width:150px;
}
input.but {
border:medium none;
color:#FFFFFF;
cursor:pointer;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
height:24px;
margin:-4px 2px 0pt;
padding-bottom:3px;
text-transform:uppercase;
}
.bluebut {
background:transparent url(/images/bg_blueButton.gif) repeat-x scroll 0%;
}
.orangebut {
background:transparent url(/images/bg_orangeButton.gif) repeat-x scroll 0%;
}
.blov {
	display: block;
}
