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

red: #9A0101;
light green block:#D7DAD3
green block:#B9BEB1;
green title:#71766B; 

 */

body  {
font-family:  Arial, Helvetica, sans-serif;
background-image:url(../images/background.gif);
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #333;
font-size:11px;
}
p{
color:#666;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 3px 0 8px 0;  
line-height:150%;
text-align: left; /* this overrides the text-align: center on the body element. */
}

.lead{
color:#222;
font-family:  Verdana, Arial, Helvetica, sans-serif;
margin: 3px 0 8px 0;  
font-size:12px;
line-height:120%;
text-align: left; /* this overrides the text-align: center on the body element. */
}

h1{
	font-family:  Arial, Helvetica, sans-serif;
 	margin: 10px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #9A0101;
	font-size:28px;
	font-weight:400;
	line-height:100%;

}
h2, #emtitle{
	color:#71766B;
	font-size:18px;
	font-weight:400;
	margin:16px 0 10px 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}


h4{
 line-height:100%;
 margin:10px 0 0 0;
 font-size:14px;
 font-weight:400;
 color:#666;
	
}
td.warning, .warning{
color:#C00;
 }
#error_msg{
color:#C00;
font-size:18px;
text-align: left;
 }
#emtitle{
font-weight:normal;
font-style:italic;
line-height:80%;
margin:12px 0 -10px 0;
padding:0;
text-align:left;
}
a.bcrumb{
	color:#71766B;
	text-decoration:none;
 }
#crumb{
	
margin:15px 0;
color:#999;
font-size:11px;
}
.page #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.page #header { 
	background: #DDDDDD; 
	padding:0; 
	margin:0; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.page #menu {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height:24px;
	width:1000px;
	background-image:url(../images/ss_bar.jpg);
	border-top:#FFFFFF 1px solid;
 }
 
.page #news   {
 	width: 251px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	  /* the background color will be displayed for the length of the content in the column, but no further */
 	padding: 15px 10px 10px 15px;
	margin: 0;
 	background-image:url(../images/ss_rpt2.jpg);
	border-top:1px #AAA solid;
 }
.page #featprod  {
	width: 251px;
	padding: 15px 10px 10px 15px;
 	margin:0;
 	background-color:#FFF;
}
.page #shadow, .page #shadow_wide{
	width:725px;
	height:3px;
	background-image:url(../images/wt_sdw.jpg);
	background-repeat:repeat-x;
	margin-right:275px;
 }
.page #shadow_wide{
	width:1000px;
 }

.page #grn_box{
	width: 251px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
 	background-color:#B9BEB1;
	padding: 10px 10px 10px 15px;
	color:#FFF;
	font-size:12px;
 }
.page #grn_box title{
  font-size:24px;
 }
.page #grid{
	width: 251px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:auto;
	background-color:#B9BEB1;
	padding: 15px 15px 10px 10px;
	color:#FFF;
	background-image:url(../images/fine_mesh.jpg);
	text-align:center;
 }
.page #grid{
	width: 251px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:auto;
	background-color:#FFF;
	padding: 0px 15px 0px 10px;
	color:#FFF;
 	text-align:left;
 }
.page #sidebar1 {
 	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
 	text-align:left;
 	margin: -3px 0 0 724px;
}

 .page #mainContent { 
	/* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
 	float:left;
	width:670px;
}

 .page #wideContent { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 

.page #footer { 
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	height:28px;
	background-image:url(../images/ss_bar.jpg);
 } 
 .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#lang{
width:66px;
height:30px;
padding:0;
margin:140px 0 0 4px;
position:absolute;
z-index:100;
color:#FFF;
background:#333;

}
.cnt_image{
margin:5px 0 10px 10px;
background-color:#F0F3F4;
padding:0;
border:1px solid #DDD;

}		   
.img_desc{
	font-size:9px;
padding:5px;
}		   
.image_desc, td.img_title
{
font-size:11px; 
font-family:Tahoma, Geneva, sans-serif; 
text-align:center;
color:#139;
 }
.image_desc{
font-size:10px; 
 width:120px; 
 color:#666; 
 }
.img_title{
	
	
}

a.white, a.white:visited, a.chlang, a.chlang:visited{
color:#FFF;
text-decoration:none;
}
a.white:hover, a.chlang:hover{
color:#FF0000;
}
a.chlang{
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}

a.red, a.red:visited {
color:#9A0101;
text-decoration:none;
}
a.red:hover {
color:#000000;
}


a.wtbut{
color:#FFF;
text-decoration:none;
}
a.wtbut:hover{
color:#FF0000;
}
td.grnbck{
background-color:#D7DAD3;
 }
td.dotted{
border-bottom:dotted 1px #CCC;
}

.pbut{
background-image:url(../images/but_rd_wt.jpg);
background-repeat:no-repeat;
height:29px;
width:150px;
}
.blkbut{
width:227px;
height:19px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
background-image:url(../images/but_blk.jpg);
text-align:center;
padding:6px 0 4px 0;
cursor:pointer;
}

.pimage{
	margin:3px 0 6px 12px;
}
/* START MENU SECTION */

 
/* END MENU SECTION */

/*MENU */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 600;
   	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
	font: normal 13px Verdana;
	z-index:100;
	
	
	}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
  	color:#333;
	text-align: center;
	text-decoration: none;
/*	border-left: 1px solid #000; */
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 }

#sddm li a.top, #sddm li a.top_sel, #sddm li a.top_last, #sddm li a.top_last_sel
{
	padding: 5px 18px 5px 18px;
 /* border-left: 1px solid #000;
	border-right: 1px solid #999; */
}
#sddm li a.top_sel
{
  background-color:#9A0101;
  color:#333333;
  border-right: 1px solid #999;
}

#sddm li a.top_last
{
 /*  border-right: 0px solid #999; */
 
}

#sddm li a.top_last_sel
{
   background-color: #9A0101;
  /* border-right: 0px solid #999; */

}
#res{
margin-top:5px;
}

#sddm li a.foot, #sddm li a.foot_sel, #sddm li a.foot_last, #sddm li a.foot_last_sel, #res a.foot, #res a.foot_sel, res a.foot_last
{
  padding: 0px 16px 0px 16px;
  border-right: 1px solid #999;
  border-left:0px;
  color:#666;
  font-size:10px;
  text-decoration:none;
 }
 
#res a.foot, #res a.foot_sel, res a.foot_last {
  border-right: 0;
  border-left: 1px solid #999;
 }

#sddm li a.foot_sel, #res a.foot_sel
{
   color:#FF6600;
}

#sddm li a.foot_last, #res a.foot_last
{
  border-right: 0px;

}

#sddm li a.foot_last_sel, #res a.foot_lat_sel
{
  border-right: 0px;
  color:#FF6600;
 }



#sddm li a:hover
{ color:#CC0000;
   }

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 3px 0px 0px 10px;
	padding: 0;
	background: #D7DAD3;
	border: 0px solid #884400;
	z-index:100;
	cursor:pointer;
	}

	#sddm div a
	{	
		position: relative;
		display: block;
		margin: 0;
		padding: 6px 10px;
		border-bottom:#E0E3DD 1px solid;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		color:#333;
 		font: 10px verdana;
		z-index:100;}

	#sddm div a:hover
	{	background:#444;
		color: #FFF;
		z-index:100;}

/* Popup image styles */
#tplPreview {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color:#FFF;
  border:1px solid #9A0101;
  font-size: 18px;
  padding: 12px 15px 15px 15px;
 }
 
#tplPreviewTitle {
  font-size: 18px;
  color:#9A0101;
}

#tplPreviewDesc {
  font-size: 11px;
  font-family:Tahoma, Geneva, sans-serif;
  color:#666;
}

#tplPreviewBody {
  position: relative;
}

#tplPreviewImage {
  margin: 8px auto 0 auto;
}

#tplPreviewProgressBar {
  position: absolute;
  width: 125px;
  padding: 10px 10px 15px 10px;
  top: 45%;
  left: 50%;
  margin-left: -67px;

  border: 1px solid #999;
  background-color: #ffffff;
  color: #666;
  font-family: Tahoma,Helvetica,sans;
  font-size: 10px;
  text-align:left;
}
