@charset "utf-8";
/* CSS Document */
<!--
body {
	margin: 0 0 0 0;
	background-color:#FFFFFF;
	font-family:tahoma;
	font-size:12px;
	line-height:1.3;
}
input , select , option ,textarea {font-family:tahoma;font-size:11px;}
a{text-decoration:none;color:#000066;}
a hover{color:#000000;}

/*-------------------------------- Vertical Menu -----------------------------------------------*/
.vmenu {width:97%;font-weight:bold;}
.vmenu a{background:url(th1_p_ta.gif) right no-repeat; background-color:#F8F8F8 height:25px;color:#000033;border-bottom:#CCC thin dashed; display:block;text-decoration:none; vertical-align:middle;line-height:1.8;width:100%;margin-bottom:5px;}
.vmenu a:hover{background-color:#CCC;background-image:none;}
.vmenu a div{background:url(res/img/menu1/l1.jpg) left no-repeat;height:25px; margin-right:20px; text-align:right; vertical-align:middle;}

/*---------------------  Content Window --------------------------------------------*/

.box .header .right{background-image:url(table/th1_p_t_r.gif);width:9px;height:36px;}
.box .header .top{background-image:url(table/th1_p_t_c.gif);height:36px;vertical-align:top;}
.box .header .left{background-image:url(table/th1_p_t_l.gif);width:9px;height:36px;}
.box .left{background:url(table/th1_p_l.gif) repeat-y;width:9px;}
.box .right{background:url(table/th1_p_r.gif) repeat-y;width:9px;}
.box .down{background:url(table/th1_p_b_c.gif) repeat-x;height:34px;}
.box .down .right{background:url(table/th1_p_b_r.gif) no-repeat;width:9px;}
.box .down .left{background:url(table/th1_p_b_l.gif) no-repeat;width:9px;}
.box .title{text-align:center;font-weight:bold;margin-top:10px;margin-right:3px;color:#FFF;}
.box {background-color:#FFF;}

.borderit img{
border: 1px solid #ccc;
}

.borderit:hover img{
border: 1px solid navy;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.Gimg{
	border:2px solid #0A3070;
	padding:3px;
	background:#92B8D3;
}

/*- Menu 10--------------------------- */
	
#menu10 {
	width: 100%;
/*	margin: 10px;*/
	}
#menu10 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu10 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu10 li a:link, #menu10 li a:visited {
	color: #4D4D4D;
	display: block;
	background:  url(res/img/menu2/menu7.gif);
	padding: 8px 0 0 10px;
	}
	
#menu10 li a:hover {
	color: #FF9834;
	background:  url(res/img/menu2/menu7.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	

/*--------------------------- Grid View -------------------------------------------------------*/

.grid {background-color:#80ACD0;border:0;}
.grid .title td{text-align:center;background:url(/res/img/grid-title-bg.gif);color:#000000; font-weight:bold; height:26px;vertical-align:middle;}
.grid .odd td{text-align:center;background-color:#FFFFFF;color:#333333;height:25px;vertical-align:middle}
.grid .even td{text-align:center;background-color:#DDE9F4;color:#000000;height:25px;vertical-align:middle;}

.flayer {background-color:#BFBFBF;}
.flayer .title td{text-align:center;background:url(/res/img/grid-title-bg.gif);color:#000000; font-weight:bold; height:26px;vertical-align:middle;}

/*** Nav bar styles ***/
ul.dropdown {direction:rtl;}
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
ul.dropdown li{float:right;}
ul.dropdown {
 position: relative;
 z-index: 597;
}


ul.dropdown li {
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 right: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: right;
}

ul.dropdown ul ul {
direction:rtl;
 top: 0px;
 right: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}




ul.dropdown {
 font-weight: bold;
}
ul.dropdown{
 font-weight: bold;
}

	ul.dropdown li {
	 padding: 7px 10px;
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border:none;
	 
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #141B52;
	 color: #000;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #FFF; text-decoration: none; }
	ul.dropdown a:hover		{ background-color:#141B52; }
	ul.dropdown a:active	{ color: #141B52; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 150px;
	 margin-top: 1px;
	}

		ul.dropdown ul li {
		 font-weight: normal;
		 background-color:#608BB6
		}




ul.dropdown li a {
 display: block;
 padding: 7px 10px;
}


/*-------------------------------------------------/
 * @section		Base Style Override
 */

ul.dropdown li {
 padding: 0;
}


/*-------------------------------------------------/
 * @section		Base Style Reinitiate: post-override activities
 */

ul.dropdown li.dir {
 padding: 7px 20px 7px 10px;
}

ul.dropdown ul li.dir {
 padding-right: 15px;
}


/*-------------------------------------------------/
 * @section		Custom
 */

ul.dropdown ul a {
 width: 129px;
}

ul.dropdown ul a:hover {}

ul.dropdown ul a.dir {
 width: 124px;
}

.news_bg {
	background:url(news-bg.gif);
	width:113px;
	height:129px;
	vertical-align:middle;	
}
.news_bg div{
	padding-left:10px;
	padding-top:8px;
}
.news_bg img{
	height:111px;
	width:97px;
}

.content_header{
	height:25px;
	background:url(/res/img/line01.gif) right bottom no-repeat; 
	text-align:right;
}
