/*
    this predefined class BODY sets site environment color and
    body margins!
*/
body{ 
    background-color:#e2e2e2;
    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 : #ffffff;}

a {
   text-decoration:underline; 
   color:#000000; 
   font-size:11px; 
   font-family:Verdana;
   margin-bottom: 5px;
   padding-bottom: 5px;
   }
a:visited {
   color:#BBBBBB; 
   }
a:active {
   color:#000000; 
   }
a:hover {
   color:#E10915; 
   }
.nna { 
   text-decoration:underline; 
   color:#000000; 
   font-size:11px; 
   font-family:Verdana;
   margin-bottom: 5px;
   padding-bottom: 5px;
   }
.nna:link {color:#000000; }
.nna:visited {color:#BBBBBB; }
.nna:active {color:#000000; }
.nna:hover {color:#E10915; }
.nna:focus {color:#000000; }

.vlink {
   text-decoration:underline; 
   color:#BBBBBB; 
   font-size:11px; 
   font-family:Verdana;
   margin-bottom: 5px;
   padding-bottom: 5px;
   }

.alink {
   text-decoration:underline; 
   color:#000000; 
   font-size:11px; 
   font-family:Verdana;
   margin-bottom: 5px;
   padding-bottom: 5px;
   }

.hlink {
   text-decoration:underline; 
   color:#E10915; 
   font-size:11px; 
   font-family:Verdana;
   margin-bottom: 5px;
   padding-bottom: 5px;
   }

.backcolor1 {background : #ffed69;}
/* 
    this class BACKCOLOR2 is non optional and used by CR-components: &ampampquotText", &ampampquotText with picture" for paragraph sign char
*/
.backcolor2 {background : #b4b4b4;}
.backcolor3 {background : %CSS_MAIN_COLOR3%;}
.backcolor4 {background : %CSS_MAIN_COLOR4%;}
.backcolor5 {background : %CSS_MAIN_COLOR5%;}

/* old header classes (for backward compability)*/
.header {
	color: #000000;
	font-family  Arial;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
        margin-bottom: 5px;
        padding-bottom: 5px;
}

.pageheader{
	color : #000000;
	font-family : Arial;
	font-size : 24px;
	font-weight : bold;
	font-style : normal;
        margin-left : 10px;
        margin-bottom: 5px;
        padding-left : 10px;
        padding-bottom: 5px;
}

/* new headers classes */
h1{
	color : #000000;
	font-family : Arial;
	font-size : 28px;
	font-weight : bold;
	font-style : normal;
}

h2{
	color : #000000;
	font-family : Arial;
	font-size : 24px;
	font-weight : bold;
	font-style : normal;
}

h3{
	color : #000000;
	font-family : Arial;
	font-size : 18px;
	font-weight : bold;
	font-style : normal;
}
h4{
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 8px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}




/*
    class PICTURECAPTION used by CR-component &ampampquotPicture with description"
*/	
.picturecaption {
	color: #000000;
	font-family : Arial;
	font-weight : normal;
	font-size : 12px;
}       

/* 
    class PICTURECELLPADDING need for correct margin between picture and text in CR-component &ampampquotPicture 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: &ampampquotText", &ampampquotText with picture", &ampampquotList item"
*/
td{
	color: #000000;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
}
p,.paragraph,li,ul {
	color: #000000;
	font-family : Verdana;
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	line-height: 130%;
        margin-bottom: 5px;
        padding-bottom: 5px;
}                    

.contipsgroup{
font-family: Verdana;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
padding-bottom : 8px;
background : url(/pub/abc/images/contipsheader.gif);
}
.contips{
font-family: Verdana;
color: #666666;
font-size: 10px;
font-weight: normal;
background : #F8FAF5;
}
.contipsheader{
font-family: Verdana;
color: #E10915;
font-size: 10px;
font-weight: bold;
background : #F8FAF5;
}

/* Next classes: ENVIRONMENTBG, COLORBOXBORDER used only PropertyPage */
/*
    this class ENVIRONMENTBG used by PropertyPage for display color of site environment
*/
.environmentbg{
    background : #e2e2e2;
    }

.colorboxborderbg{
    background : #000000;
    }

.colorcaption { 
	color: #000000; 
	font-family : Verdana; 
	font-weight : normal; 
	font-style : normal; 
	font-size : 16px; 
	line-height: 130%; 
}              

.colordescription { 
	color: #000000; 
	font-family : Arial; 
	font-weight : normal; 
	font-style : normal; 
	font-size : 9px; 
	line-height: 130%; 
}              
.lin a{
font-size:18px;
font-family:arial;
color:black}

.main_p img{
border: 1px solid #B4B4B4;
}

