@import url(positioning.css);
@import url(nav.css);
@import url(typography.css);
/*@import url(reset.css);*/
@import url(/common/css/header.css);

/* GENERAL - 
/************************************************************************************/

/* hack fix firefox scroollbars movement */
html 	{height: 100%;}/*overflow:-moz-scrollbars-vertical; */

body 	{font: 0.8em/1 "Trebuchet MS", Verdana, Tahoma; color: #333333;
		text-align: center; height: 100%; margin: 0px; padding: 0px; 
		background: #EEF1F2 url(../img/bg/bg-gradient.jpg) repeat-y center; }
		
		
div.clear {clear:both; }
	
/* FORM ELEMENTS */
/************************************************************************************/
form 			{font: 100% "Trebuchet MS", Verdana, Tahoma; padding: 0px; margin: 0px; display: inline;}
body#evaluate label 		{padding:0; margin: 0 5px 0 0 ;}
input 			{font: 100% "Trebuchet MS",Verdana, Tahoma; color:#353535; padding:2px; margin: 3px 0px 0 0 ;}
select 			{font: 100% "Trebuchet MS",Verdana, Tahoma; color:#353535; padding:2px; margin: 3px 4px 0 0 ;}
textarea 		{font: 100% "Trebuchet MS", Verdana, Tahoma; color:#353535; padding: 3px;}
input.btn_submit {
	background: url(../img/btn_send_off.gif) no-repeat;
	border: 0px none; width:60px ; height:27px ;
}

img {border:0;}

.btn {
	color: #333;
	font-size: 100%;
	padding: 3px 5px 3px 5px;
}

a.indent {
    float:left;
    clear:both;
    margin-left: 28px;
}

/* PPT */

p.ppoint {line-height: 1.5em; margin:0 0 10px 0; padding:0 0 0 146px; display:block; clear:both; min-height:32px; background:transparent url(../img/ico/ppt.gif) no-repeat 0 0;}

/* for ie6 */

*html p.ppoint {line-height: 1.5em; margin:0 0 10px 0; padding:0 0 0 46px; display:block; clear:both; height:32px; background:transparent url(../img/ico/ppt.gif) no-repeat 0 0;}

table.contacts tr td{
	/*border-right:1px solid #CEE7FF;*/
	padding-right:10px;
}









