/* ------------------
 styling for the tables 
   ------------------   */
.myBox
{
    border: 2px solid #A1D751;
    color: #ffffff;
    text-align: left;
    border: 2px solid #A1D751;
	margin-bottom:10px;
/*	background:url(table-images/pattern.png);*/

}

#pattern-style-a
{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	width: 540px;
	text-align: left;
	border-collapse: collapse;

}
#pattern-style-a thead tr
{
}
#pattern-style-a th
{
	font-weight: normal;
	padding: 8px;
	color: #039;
}
#pattern-style-a td
{
	padding: 15px 0 0 15px; 
	color: #333333;
	
}
#pattern-style-a tbody tr:hover td
{
	background: #fff;
}

h4 {
	background:url(images/ir_topics_h4.gif) no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A1D751;
	margin-bottom: -12px;
	padding-bottom: 0px;
	height: 23px;
}

ul {
	margin-bottom: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

li {
	font-size: 90%;

}

.str {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;
}




#pattern-style-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('table-images/patternb.png');
}
#pattern-style-b thead tr
{
	background: url('table-images/patternb-head.png');
}
#pattern-style-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #039;
}
#pattern-style-b td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#pattern-style-b tbody tr:hover td
{
	color: #339;
	background: #cdcdee;
}
