/*Caledus StyleSheet*/





html{
   	 	FONT-FAMILY:  Tahoma, Arial;
    	font-size: x-small;


     
}

body { 
    margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
    color: #FFFFFF;
	background-color: #333333

}

td {
	font-size : small
}

/*/*/a{}


body td {
    	font-size : x-small
}

html>head:first-child+body td {
   	 font-size : small
}

/* */


.content{	
	padding-left: 49px;
	padding-right: 49px;
	padding-top: 10px;
	padding-bottom: 18px;
	background-color: #000000;
	border-left: 4px Solid #333333
}
	
.parahme{
	font-size: 80%;
	color: #CCCCCC
}


h1{
	color: #FF6600;
	font-weight: bold;
	font-size: 120%;
	margin-left: -30px;
	padding-top: 6px;
	text-align: left

}

h2{
	color: #FF6600;
	font-weight: bold;
	font-size: 100%;
	text-align: left

}

h3{
	color: #FF6600;
	font-weight: bold;
	font-size: 120%;
	text-align: left

}

.whiteSmCaps{
	color: #FFFFFF;
	font-weight: bold;
	font-size:90%;
	text-align: left;
	text-transform: uppercase;
	text-align: justify;
}

.whiteSm{
	color: #FFFFFF;
	font-weight: bold;
	font-size:70%;
	text-align: left;
}
.orangeSmCaps{
	color: #000000;
	font-weight: bold;
	font-size:90%;
	text-align: left;
	text-transform: uppercase;
	text-align: justify;
}

.whiteBold{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	text-align: justify
}

.whiteBoldCent{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	text-transform: uppercase
}

.orangeBoldCent{
	color: #FF6600;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	text-transform: uppercase
}

.orangeBold{
	color: #FF6600;
	font-weight: bold;
	font-size: 90%;
}

.orangeNormal{
	color: #FF6600;
	font-weight: normal;
	font-size: 75%;
}

.copyright{
	color: #999999;
	font-weight: normal;
	font-size: 60%;
	text-align: left;
}


.list{
   	list-style: url(../images/icon.gif);
	padding-top: 3px	
}

.listNoSpace{
   	list-style: url(../images/icon.gif);
	padding-top: 0px	
}

.liNonJustify{
   	list-style: url(../images/point.jpg);
	padding-top: 3px;
	text-align: left;
	line-height: 1.4	
}

li{
   	list-style: url(../images/point.jpg);
	padding-bottom: 9px;
	text-align: justify;
		
}

.listSub{
   	list-style: url(../images/bulletpoint.gif);
	padding-top: 3px;
	margin-left: 12px	
}
ol li{
padding-top: 10px;
}

.listPlus{
   	list-style: url(../images/bullet_plus.jpg);
	padding-top: 3px	
}

.paddingTop{
	margin-top: -4px;
	margin-bottom: -8px
}

P {

    	text-align: justify;
    	line-height: 1.4
}

.Pcenter { 
   	color: #FFFFFF;
   	text-align: center
}

.Pleft { 
   	color: #FFFFFF;
   	text-align: left
}

.Pright {   
   	color: #FFFFFF;
   	text-align: right
}

.tborder {
   	border: 1px solid #666666
}

.borderMenu{
   	border-bottom: 4px Solid #333333;
	border-top: 2px Solid #666666
} 


.borderBottomLeft{
   	border-bottom: 4px Solid #333333;
	border-left: 4px Solid #333333
} 

.borderBottom{
   	border-bottom: 4px Solid #333333
} 

.borderright{
   	border-right: 4px Solid #333333
} 


.borderleft{
   	border-left: 4px Solid #333333
}

.bordertop{
    	border-right: 4px Solid #333333
} 


.imgcenter{
	 float:center;
	margin: 0px
}

.imgleft{
   	 text-align: left;
	 float:left;
	 margin: 0px
}

.imgright{
	float:right;
	margin: 0px;
	margin-left: 12px;
	margin-top: 6px
}


.imgrightborder{
	float:right;
	margin: 0px;
	border: 1px solid #333333;
	margin-left: 12px;
	margin-top: 6px
}


.imgcenterborder{
	float:center;
	margin: 0px;
	border: 1px solid #333333;
}

.imgleftborder{
   	 text-align: left;
	 float:left;
	 margin: 0px;
	 border: 1px solid #9D9D9D;
}



/* links*/

a:link, a:active, a:visited {
   color: #FF6600;
   text-decoration: none;
   font-weight: bold
}


a:hover {
   color: #FF6600;
   text-decoration: underline;
   font-weight: bold
}


a.linkwhitesm:link, a.linkwhitesm:active, a.linkwhitesm:visited {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 80%;
	text-align: left;
	text-decoration: none;

}

a.linkwhitesm:hover{
	color: #FF6600;
	font-weight: normal;
	font-size: 80%;
	text-align: left;
	text-decoration: underline;
}

a.linkWhitePlus:link, a.linkWhitePlus:active, a.linkWhitePlus:visited {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 85%;
	text-align: left;
	text-decoration: none;

}

a.linkWhitePlus:hover{
	color: #FF6600;
	font-weight: normal;
	font-size: 85%;
	text-align: left;
	text-decoration: underline;
}



a.linkWhiteNews:link, a.linkWhiteNews:active, a.linkWhiteNews:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	text-decoration: none;

}

a.linkWhiteNews:hover{
	color: #FF6600;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}
	
a.linkWhiteFolder:link, a.linkWhiteFolder:active, a.linkWhiteFolder:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-decoration: none;

}

a.linkWhiteFoldero:hover{
	color: #FF6600;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}


a.linkCvUpload:link, a.linkCvUpload:active, a.linkCvUpload:visited {
	color: #000000;
	border: solid #333333 1px;
	background-color: #FF6600;
	font-weight: Bold;
	font-size: 85%;
	height: 24px;
	padding: 6px;
	text-align: right;
	text-decoration: none;

}

a.linkCvUpload:hover{
	color: #000000;
	border: solid #333333 1px;
	background-color: #FFFFFF;
	font-weight: Bold;
	font-size: 85%;
	height: 24px;
	padding: 6px;
	text-align: right;
	text-decoration: underline;
}



/* forms*/
.submit1 {
    border: 1px solid #333333;
    height: 24px;
    Font-size: 80%;
    background-color:#FF6600;
    color: #000000; 
    font-weight: bold
}
 


TEXTAREA{ 
    	COLOR: #000000; 
    	background-color:#FFFFFF; 
    	border-bottom: 1px solid #000000;
    	border-left: 1px solid #000000;
   	border-right: 1px solid #000000;
    	border-top: 1px solid #000000;
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}

 INPUT { 
    COLOR: #000000;
    background-color:#FFFFFF; 
    border-bottom: 1px solid #000000; 
    border-left: 1px solid #000000; 
    border-right: 1px solid #000000; 
    border-top: 1px solid #000000
}



.close { 
    	COLOR: #737373;
    	background-color:#3A4142;
	font-size: xx-small;
	font-weight:bold;
    	height: 18px; 
    	border-bottom: 1px solid #737373; 
    	border-left: 1px solid #737373; 
   	 border-right: 1px solid #737373; 
    	border-top: 1px solid #737373
}

 SELECT {

    COLOR: #000033; 
    background-color: #FFFFFF;  
    border-style: solid; 
    border-color: #999999; 
    border-width: 1px 
}



.checkbox { 
    border: solid;
    border-width: 0px;
    border-color: #FFFFFF;
    background-color: #FFFFFF
}
.radio {
    border: solid;
    border-width: 0px;
    border-color:#FFFFFF;
    background-color: #FFFFFF
}


.folder{
    list-style: url(../images/open.gif);
    font-weight: bold;  
    color: #FFFFFF
}


.page{
    	list-style: url(../images/list.gif); 
    	font-weight: bold;
    	height: 22px; 
    	color: #FFFFFF
}

.subpage{
    	list-style: url(../images/list.gif); 
    	font-weight: bold;
    	height: 22px; 
    	color: #FFFFFF;
	margin-left: 20px
}

#pdf{
text-align: right
}
#pdf a:link, #pdf a:active, #pdf a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 85%;
	text-decoration: none;

}


#pdf a:hover{
	color: #FF6600;
	font-weight: bold;
	font-size: 85%;
	text-decoration: underline;
}






  
