@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(../template_images/page-bg.jpg);
	background-repeat:repeat-x;
	background-color: #363c4f;
	color: #2c484d;
	text-align: justify;
}

.pageborder{
	border-left: 1px solid #4e565a;
	border-right: 1px solid #4e565a;
	background-color: #FFF;
}

.shadow-left{ background-image:url(../template_images/shadow-left.png); background-repeat:repeat-y; width:50px;}
.shadow-right{ background-image:url(../template_images/shadow-right.png); background-repeat:repeat-y; width:50px; }

h1{
	margin-top: 0px;
	margin-bottom: 2px;
	color: #ea4200;
	font-weight:bold;
	font-size:24px;
}

h3{ 
	margin-top:0px;
	color: #ea4200;
}
h4{ 
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	color: #ea4200;
}

.zeropad{
	margin:0px;
}

.breadcrumbs{
	margin:0px;
	padding:0px;
	padding-top: 2px;
	border-top: 1px dotted #cccfd5;
	color: #2c484d; /*702000*/
	font-size:9px;
}

.breadcrumbs a{color:#ea4200; text-decoration:none;}
.breadcrumbs a:hover{text-decoration:underline;}

.footer{ 
	background-image:url(../template_images/footer-repeat.jpg); 
	background-repeat:repeat-x;	
	font-size:10px;
	margin:20px;
	padding: 20px;
}

#footer{
	/*  position:absolute;	*/
	margin:20px;
	width:100%;

}

.image-right{
	float:right;
	padding:10px;
	padding-right:0px;
	padding-top:0px;
}

.image-left{
	float:left;
	padding:10px;
	padding-left:0px;
	padding-top:0px;
}

td{
	font-size:11px;
}
.input-fw{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width:99%;
}



#tablestyle table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
#tablestyle td { border: 1px solid #666666; text-align:left; }
#tablestyle th { border: 1px solid #666666; }

#tablestyle2 table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
#tablestyle2 tr { border: 1px solid #666666; }
#tablestyle2 td { border: 1px solid #666666; padding:10px }
#tablestyle2 th { border: 1px solid #666666; }


.date-pad{
	font-weight: bold;
	padding-top: 1px;
	font-size:13px;
}

.program{
	background-color:#F9F9F9;
}

.border-top{ border-top: 1px solid #333333;}


