/* BACKGROUND ----------------------------------------------------------------------------------------------------------------------------*/

.bgFooter{
	background-image:url(img/bg-footer.jpg);
	background-repeat:no-repeat;
}
.bgBox-left{
	background-image:url(img/bg-member-l.jpg);
	background-repeat:repeat-y;
}
.bgBox-right{
	background-image:url(img/bg-member-r.jpg);
	background-repeat:repeat-y;
}
.bgBox-bottom{
	background-image:url(img/bg-member-cb.jpg);
	background-repeat:repeat-x;
}
.bgBox-left2{
	background-image:url(img/bg-member-l2.jpg);
	background-repeat:repeat-y;
}
.bgBox-right2{
	background-image:url(img/bg-member-r2.jpg);
	background-repeat:repeat-y;
}
.bgBox-bottom2{
	background-image:url(img/bg-member-cb2.jpg);
	background-repeat:repeat-x;
}
.bg-box{
	background-image:url(img/bg-box.jpg);
	background-repeat:no-repeat;
}
.bg-head{
	background-image:url(img/bg-h.jpg);
	background-repeat:repeat-x;
}
.bg-head2{
	background-image:url(img/bg-h2.jpg);
	background-repeat:repeat-x;
}
.bg-1{
	background-image:url(img/bg-careline-1.jpg);
	background-repeat:no-repeat;
}
.bg-2{
	background-image:url(img/bg-careline-2.jpg);
	background-repeat:no-repeat;
}
.bg-3{
	background-image:url(img/bg-careline-3.jpg);
	background-repeat:no-repeat;
}
.bg-4{
	background-image:url(img/bg-careline-4.jpg);
	background-repeat:no-repeat;
}
.bg-5{
	background-image:url(img/bg-careline-5.jpg);
	background-repeat:no-repeat;
}
.bg-6{
	background-image:url(img/bg-careline-6.jpg);
	background-repeat:no-repeat;
}
.bg-7{
	background-image:url(img/bg-careline-7.jpg);
	background-repeat:no-repeat;
}
.bg-8{
	background-image:url(img/bg-careline-8.jpg);
	background-repeat:no-repeat;
}
.bg-9{
	background-image:url(img/bg-careline-9.jpg);
	background-repeat:no-repeat;
}
.bg-10{
	background-image:url(img/bg-careline-10.jpg);
	background-repeat:no-repeat;
}
.bg-11{
	background-image:url(img/bg-careline-11.jpg);
	background-repeat:no-repeat;
}
.bgVDO{
	background-image:url(img/bg-vdo.jpg);
	background-repeat:no-repeat;
}
/* LINKS --------------------------------------------------------------------------------------------------------------------------------------*/

a:link{text-decoration:underline; color:#336699;}
a:visited{text-decoration:underline; color:#336699;}
a:hover{
	text-decoration:none;
	color:#336699;
}

a.link1:link{text-decoration:none; color:#035689;}
a.link1:visited{text-decoration:none; color:#035689;}
a.link1:hover{text-decoration:underline; color:#035689;}

a.link2:link{text-decoration:none; color:#666666;}
a.link2:visited{text-decoration:none; color:#666666;}
a.link2:hover{text-decoration:underline; color:#9a7e33;}

/* FONTS ------------------------------------------------------------------------------------------------------------------------------------*/

.css1{
	color:#035689;
}

.css2{
	color:#999999;
}

.css3{
	color:#CCCCCC;
}

.css4{
	color:#FFFFFF;
}

.head1{
	font-size:14px;
	color:#035689;
	font-weight:bold;
}
.head2{
	font-size:18px;
	color:#035689;
	font-weight:bold;
}

/* MASTER FONTS ------------------------------------------------------------------------------------------------------------------------*/

body,table,td{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:13px;
	color:#035689;
}

input{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:13px;
	color:#333333;
}

select{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:13px;
	color:#333333;
}

textarea{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:13px;
	color:#333333;
}

/* MASTER HTML -------------------------------------------------------------------------------------------------------------------------*/

table{
	border:0px;
}

tr{
	vertical-align:top;
}

img{
	border:0px;
}

.border{
	border:3px solid #FFFFFF;
}
.border2{
	border:3px solid #781968;
}

.borderDot{
	border:1px dashed #cccccc;
}

.borderTop{
	border-color:#781968; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTopDot{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderBottom{
	border-color:#781968; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderBottomDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderLeft{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderLeftDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderRight{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderRightDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:dashed; 
}

ul{
	list-style:circle;
}
.imgPNG{
	behavior:url(iepngfix.htc);
}.head3 {
	font-size:13px;
	color:#035689;
	font-weight:bold;
	text-decoration: underline;
	vertical-align: 5px;
}


/* cursor */
a.curs:link{
	text-decoration:none;
	color:#666666;
}
a.curs:visited{
	text-decoration:none;
	color:#666666;
	
}
a.curs:hover{
	text-decoration:none;	  
	color:#666666;
	display: marker; 
	background-color:#FFFFFF;
	/*cursor: default;*/
}
.headCurs {
	color: #253639;
	font-size:16px;
	font-weight:bold;
}
a.headCurs:link{
	color: #253639;
	text-decoration:none;
}
a.headCurs:visited{
	color: #253639;
	text-decoration:none;	
}
a.headCurs:hover{
	text-decoration:none;	  
	display: marker;
	color: #253639; 
	background-color:#FFFFFF;
	/*cursor: default;*/
}


div.tooltip {
	width: 200px;
	color: #fff;
	text-align: center;
}

div.tooltip h4 {
	color: #fff;
	font-weight: bold;
	/*text-shadow: 2px 2px 1px #222;*/
	margin: 0;
	padding: 13px 10px 5px;
	background: url(img/balloon.png) top left no-repeat !important;
	background: url(img/balloon.gif) top left no-repeat;
	font-size: 13px;
}

div.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	/*text-shadow: 2px 2px 1px #222;*/
	background: url(img/balloon.png) bottom left no-repeat !important;
	background: url(img/balloon.gif) bottom left no-repeat;
	font-size: 12px;
}

