/* ---------------------
basic layout
--------------------- */
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-left:5px;
	margin-top:10px;
}

div {
	margin: 0px 0px 0px 0px;
}

/*************************************************************************
 * Layout                                                               **
 *************************************************************************/
div#header {
	width:985px;
	height:65px;
	margin:0px 0px 0px 0px;
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE;

}

div#logo {
	margin:0px 0px 0px 0px;
	float:left

}

div#right-logo{
	margin:0px 0px 0px 0px;
	width: 400px;
	float:right;
	clear:right;
}

div#mainMenu {
	width:985px;
	height:19px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}

div#subMenuContainer {
	margin-top:3px;
	width:985px;
	height:14px;
	overflow:hidden;
}

div#subMenu {
	height:25px;
	background: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	position: absolute;
	top: 55px;
	left: 10px;
	background:none;
}

div#innerSubMenu {
	height:25px;
	vertical-align: middle;
}


div#time {
	margin-top:0px;
	float:right;
	width:120px;
	height:40px;
	color:#999999;
	font-size:1em;
	text-align:right;
	line-height:20px;
	vertical-align:super;
}

div#region  {
	height:18px;
	font-size:.7em;
	background:white;
	width:100%;
}

div#region  select {
	font-size:.76em;
}


div#footer {
	clear:both;
	position:relative;
}

table.mainTable {
	width:985px;
}

td.leftBar {
	width:176px;
	vertical-align:top;
	padding-top:0px;
	margin-top:0px;
	/*background:#56a2d7;*/
	background:#FFFFFF;
	overflow:hidden;
}

td.rightBar {
	width:225px;
	vertical-align:top;
	overflow:hidden;

}

td.mainArea {
	width: 584px;
	vertical-align:top;
	padding-left:12px;
	padding-right:12px;
	overflow:hidden;
}

td.mainArea2 {
	width: 809px;
	vertical-align:top;
	padding-left:12px;
	padding-right:12px;
	overflow:hidden;
}

/*
 top menu
*/

a#mainlevel-site{
	font-size: 12px;
	font-family: Helvetica,sans-serif;
}

ul#mainlevel-nav{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 42px;
	width: 560px;
}

ul#mainlevel-nav li{
	list-style-image:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: auto ;
	line-height: 40px;
	white-space: nowrap;
	list-style:none;
}





ul#mainlevel-nav li a:link,
ul#mainlevel-nav li a:active,
ul#mainlevel-nav li a:visited
{
	list-style-image:none;
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	padding-top:0px;
	text-decoration: none;
	color: #606973;
	font-size: .9em;
	font-weight:bold;
	border-left: 1px solid  #e3e3e3;
	background:url(../images/top_menu_bg.gif) repeat-x;
}




ul#mainlevel-nav li.first a:link,
ul#mainlevel-nav li.first a:active,
ul#mainlevel-nav li.first a:visited
{
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	padding-top:0px;
	text-decoration: none;
	color: #606973;
	font-size: .9em;
	font-weight:bold;
	border: none;
	background: url(../images/top_menu_bg_left.gif);
	background-position: left;
}


ul#mainlevel-nav li.last a:link,
ul#mainlevel-nav li.last a:active,
ul#mainlevel-nav li.last a:visited
{
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	padding-top:0px;
	text-decoration: none;
	color: #606973;
	font-size: .9em;
	font-weight:bold;
	border-left: 1px solid  #e3e3e3;
	background: url(../images/top_menu_bg_right.gif);
	background-position:right;
}

ul#mainlevel-nav li a:hover {
	color: #ff7e00;
	background: url(../images/top_menu_bg_hover.gif);
	text-decoration:underline;
	border-left: 1px solid  #ffe3c7;
	text-decoration:none;
}

ul#mainlevel-nav li.first a:hover {
	color: #ff7e00;
	background: url(../images/top_menu_bg_left_hover.gif);
	text-decoration:underline;
	border-left: none;
	text-decoration:none;
}




ul#mainlevel-nav li.last a:hover {
	color: #ff7e00;
	background: url(../images/top_menu_bg_right_hover.gif);
	background-position:right;
	text-decoration:underline;
	border-left: 1px solid  #ffe3c7;
	text-decoration:none;
}


/** unordered list item link for top menu for firefox only **/


#topmenu>ul#mainlevel-nav li a {
	width: auto;
}

/** unordered list item for top menu for firefox only **/

a.mainlevel:link,
a.mainlevel:active,
a.mainlevel:visited {
	color:#606973;
	text-decoration:none;
	font-size:0.7em;
	font-weight:bold;
	line-height: 20px;
	background:url(../images/left_bg.gif);
	width:161px;
	padding-left:15px;
	display:block;
	line-height:35px;
	height:35px;
}

a.sublevel:link,
a.sublevel:active,
a.sublevel:visited {
	color:#000000;
	text-decoration:none;
	font-size:0.7em;
	line-height: 20px;
	width:125px;
	padding-left:26px;
	padding-right:25px;
	background: #FDFDFD;
	border-bottom: #EAEAEA 1px solid;
	border-top: #FFFFFF 1px solid;
	border-left: #EAEAEA 1px solid;
	border-right:#EAEAEA 1px solid;
}


/** Left Menu**/
a.mainlevel:hover {
	background:url(../images/left_bg_hover.gif);
	color:#ff7e00;
	text-decoration:none;
}

a.sublevel:hover {
	background-color:#fef0e1;
	border-bottom: #ffe3c7 1px solid;
	border-top: #ffe3c7 1px solid;
	color:#000000;
	text-decoration:none;
}


/**** region menu *****/


div.regionMenu {
	left:840px;
	top:30px;
	position:absolute;
	background: #f9f9f9;
	border: 1px solid #eaeaea;
	width:120px;
	visibility:hidden;
}

ul.regionMenuUL {
	list-style:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px;
	width: 120px;
}

ul.regionMenuUL li {
	list-style-image:none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px;
}

ul.regionMenuUL li a:link,
ul.regionMenuUL li a:active,
ul.regionMenuUL li a:visited {
	display:block;
	width: 120px;
	height: 25px;
	color: black;
	border-bottom: 1px solid #eaeaea;
	vertical-align: middle;
	padding: 5px 0px 0px 0px;

}

ul.regionMenuUL li a:hover  {
	color: #ff6c00;
	text-decoration:none;
	background:#ffeed1;
}

a.selectRegion {

	font-size:12px;
	font-weight:bold;
	color:#ff7300;
	padding: 0px 10px 0px 10px;

	background:#F3F9FF;
}
a.selectRegion:hover {
	color:blue;
	text-decoration:underline;
}

/** generic menu item **/
.mainlevel  {
	display:block;
	height:20px;
	line-height:20px;
	padding-left:0px;
	background:#81BEF4;
	text-decoration:none;
}

.sublevel {
	display:block;
	height:20px;
	line-height:20px;
	padding-left:0px;
	background:#6ABDFF;
	text-decoration:none;
}

/* top and bottom bars for left menu */


.leftbarTopMiddle {
	width: 161px;
	height: 9px;
	border-top: #EAEAEA 1px solid;
}

.leftbarBottomMiddle {
	width: 161px;
	height: 9px;
	border-bottom: #EAEAEA 1px solid;
}

.rightBoxHeading {
	font-size:13px;
	font-weight:bold;
	color:#D91212;
	text-align:left;
	padding-bottom:5px;
	padding-top:5px;
}

.rightBoxSubHeading {
	font-size:10px;
	font-weight:bold;
	text-align:left;
	padding-bottom:5px;
	padding-top:5px;
}


/***************************box*************/



div#box {
	margin-top:15px;
	margin-left:0px;
	margin-right:0px;
}


div#box div#left {
	width:17px;
	height:22px;
	background:url(../images/corners/box_left.gif) no-repeat;
	float:left;

}

div#box div#right {
	width:17px;
	height:22px;
	background:url(../images/corners/box_right.gif) no-repeat;
	float:right;
}

div#box div#bottomleft {
	width:11px;
	height:11px;
	background:url(../images/corners/content_bottomleft_small.gif) no-repeat;
	float:left;
}

div#box div#bottom {
	border-top: #62AAED 1px solid;
	clear:none;
	margin-left:11px;
	margin-right:11px;
	margin-top:11px;
}

div#box div#bottomright {
	width:11px;
	height:11px;
	background:url(../images/corners/content_bottomright_small.gif) no-repeat;
	float:right;
}



table td.text {
	font-size:.75em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

div#box p {
	padding-top:5px;
	margin-top:0px;
	padding-bottom:5px;
	margin-bottom:0px;
	text-align:justify;
	font-size:.75em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

div#box p.blue {
	padding-top:5px;
	padding-left:70px;
	padding-right:70px;
	margin-top:0px;
	padding-bottom:5px;
	margin-bottom:3px;
	text-align: center;
	font-size:.75em;
	color:blue;
	font-style:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}


div#box div.content {
/*	border-bottom: #62aaed 1px solid;*/
	border-bottom:none;
	border-left: #62aaed 1px solid;
	border-right: #62aaed 1px solid;
	border-top:none;
	padding:10px;
	margin:0px;
/*	background-color:#EFF2F8;*/

}

div#box div.content2 {
	border-bottom: #1565b0 1px solid;
	border-left: #1565b0 1px solid;
	border-right: #1565b0 1px solid;
	border-top:none;
	padding-left:0px;
	padding-right:0px;
	padding-top:1px;
	margin-top:0px;
}



div#box div#header {
	background:url(../images/heading.gif);
	border-top:none;
	height:22px;
	width:auto;
}

div#box h1 {
	color:#233DDB;
	font-weight:bold;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
	height:19px;
	line-height:22px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/*
div#box h2 {
	text-align:left;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#993333;
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}*/

div#box h3 {
	color:#993333;
	font-size:.9em;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:15px;
	margin-bottom:5px;
}

div#box h4 {
	color:#993333;
	font-size:.75em;
	margin-bottom:0px;
	margin-top:15px;
	margin-bottom:5px;
}

div#box h2 {
	color:#006CD9;
	text-align:left;
	font-size:0.9em;
	font-weight:bold;
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/

}

div#box a {
	padding-top:5px;
	margin-top:0px;
	padding-bottom:5px;
	margin-bottom:3px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/*** top menu sub-menu*/



div#subMenu a:link,
div#subMenu a:active,
div#subMenu a:visited {
	padding-left:8px;
	padding-right:8px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #777777;
	line-height:25px;
	height:25px;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	background:white;
}

div#subMenu a:hover{
	color: #ff6600;
	text-decoration: none;
	background: #ffeed1;
	border-left: 1px solid #ffe4b8;
	border-right: 1px solid #ffe4b8;

}

/********************Global**********/

* {
    padding:0px;
    margin:0px;
}

A:link {
	text-decoration: none;
	color: Blue;
}

A:visited {
	text-decoration: none;
	color: Blue;
}
A:active {
	text-decoration: none;
	color: Blue;
}
A:hover {
	text-decoration: underline;
	color: Red;
}

ul {
	padding:5px 5px 5px 5px;
}

li {
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
	margin:0px 0px 0px 30px;
	padding:5px 5px 5px 5px;
	font-size:.75em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/** left box area ***/
div#contentLeftBox {
	margin-top:10px;
	background:#ebf5ff;
}

div#contentLeftBox div.content {
		border-left: #dae8f3 1px solid;
		border-right: #dae8f3 1px solid;
		padding-left:10px;
		padding-right:10px;
}

div#contentLeftBox div#top{
	border-top: #dae8f3 1px solid;
	clear:none;
	margin-left:8px;
	margin-right:8px;
    height:7px;
}

div#contentLeftBox div#topleft {
	width:8px;
	height:8px;
	background:url(../images/corners/sidebox_topleft.gif) no-repeat white;
	float:left;
	overflow:hidden;
}

div#contentLeftBox div#topright{
	width:8px;
	height:8px;
	background:url(../images/corners/sidebox_topright.gif) no-repeat white;
	float:right;
	overflow:hidden;
}

div#contentLeftBox div#bottomleft {
	width:8px;
	height:8px;
	background:url(../images/corners/sidebox_bottomleft.gif) no-repeat;
	float:left;
	overflow:hidden;
}

div#contentLeftBox div#bottomright {
	width:8px;
	height:8px;
	background:url(../images/corners/sidebox_bottomright.gif) no-repeat white;
	float:right;
	overflow:hidden;
}

div#contentLeftBox div#bottom {
	border-bottom: #dae8f3 1px solid;
	clear:none;
	margin-left:8px;
	margin-right:8px;
    height:7px;
}

div#contentLeftBox ul {
	text-indent:0px;
}

div#contentLeftBox li {
	list-style-image:none;
	list-style-type:disc;
	list-style-position:outside;
	margin:0px 0px 0px 10px;
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


div.leftBox {
		margin-top:7px;
		margin-left:0px;
		margin-right:0px;
		padding-left:5px;
		padding-right:5px;
}

.leftHeading{
	text-align:center;
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:black;
	margin:0px 0px 5px 0px;
	padding:0px;
	text-align:left;
}

.leftContent {
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0px;
	margin-top:0px;

/*	text-align:justify;*/
}

div.newsArea {
	height:130px;
	overflow:hidden;
}

p.contentLeftBoxTitle {
	font-size:1em;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:3px;
}

div.contextLeftBox p {
	text-align:justify;
}


.leftBoxHeading {
	font-size:13px;
	font-weight:bold;
	color:#D91212;
	text-align:center;
	margin:5px 5px 5px 5px;
}

.leftBoxSubHeading {
	font-size:10px;
	font-weight:bold;
	text-align:left;
	margin:5px 5px 5px 5px;
}


/************For banners ******************/
div.banner {
visibility:hidden;
display:none;
text-align:left;
}

p.bannerHeader {
	font-weight: normal;
	color:#000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a.blacklink:link,
a.blacklink:active,
a.blacklink:visited{
	color:#000000;
}
a.blacklink:hover {
	color:#FF0000;

}


/************ For Right Box ****************/
div#rightBox{
	margin-top:10px;
	/*background:white;*/
	background:#ebf5ff;
}

div#rightBox div.content {
		border-left: #dae8f3 1px solid;
		border-right: #dae8f3 1px solid;
		padding-left:10px;
		padding-right:10px;
}


div#rightBox div#top{
	border-top: #dae8f3 1px solid;
	clear:none;
	margin-left:8px;
	margin-right:8px;
	height:7px;
}

div#rightBox div#topleft {
	width:8px;
	height:8px;
	background:url(../images/corners/sidebox_topleft.gif) no-repeat white;
	float:left;
	overflow:hidden;
}

div#rightBox div#topright{
	width:8px;
	height:8px;
	background:url(../images/corners/sidebox_topright.gif) no-repeat white;
	float:right;
	overflow:hidden;
}

div#rightBox div#bottom{
	border-bottom: #dae8f3 1px solid;
	clear:none;
	margin-left:8px;
	margin-right:8px;
  	height:7px;
}

div#rightBox div#bottomleft {
	width:8px;
	height:8px;
	background:url(../images/corners/sidebox_bottomleft.gif) no-repeat white;
	float:left;
	overflow:hidden;
}

div#rightBox div#bottomright{
	width:8px;
	height:8px;
	background:url(../images/corners/sidebox_bottomright.gif) no-repeat white;
	float:right;
	overflow:hidden;
}

div#rightBox p#header {
	text-align:left;
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:BLUE;
	margin:0px 0px 5px 0px;
	padding:0px;

}

div#rightBox p#nojustified{
	text-align:left;

}

div#rightBox p#heading{
	text-align:center;
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:black;
	margin:0px 0px 5px 0px;
	padding:0px;
}

div#rightBox p {
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0px;
	margin-top:0px;
	text-align:justify;
}

div#rightBox p.blue {
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0px;
	margin-top:0px;
	text-align:justify;
	color:blue;
}

div#rightBox p.blue1 {
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0px;
	margin-left:5px;
	margin-right:5px;
	padding-left:15px;
	padding-right:15px;
	margin-top:0px;
	text-align:justify;
	color:blue;
}

div#rightBox ul {
	text-indent:0px;
}

div#rightBox li {
	list-style-image:none;
	list-style-type:disc;
	list-style-position:outside;
	margin:0px 0px 0px 10px;
	font-size: 0.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contentSideBoxTitle {
	font-weight:bold;
	text-align:center;
	font-size: 1.0em;

}

td.bannerText {
	font-size:.7em;
/*	text-align:justify;*/
}



/***bottom copyright area****/
div#bottomNotices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	margin-top: 10px;
	padding-top:5px;
	width:980px;
	border-top: #E5E5E5 solid 1px;
}

div#bottomNotices a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#bottomNotices a:visited,
div#bottomNotices a:active,
div#bottomNotices a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:RED;
	text-decoration:none;
}

div#bottomNotices a:hover {
	color: Blue;
	text-decoration:underline;
}









/*** For Search ****/
/** search field in search div **/
div#search {
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height:20px;
	overflow:hidden;
	text-align:right;
	width: 225px;

}

div#search form {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#search .inputBox {
	width: 158px;
	border: 1px solid #C1CCFF;
	font-size:.7em;
	margin: 0px 0px 0px 0px;
}

div#search .button{
	border: 1px solid #C1CCFF;
	background:#DDDDFF;
	font-size:.7em;
	width:50px;
	margin: 0px 0px 0px 0px;
}




/********************tabs*******************/
div#box p.tabHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#EDEDED;
	text-align:center;
	color:#0000CC;
	border:#dddddd 1px solid;
	font-size:0.8em;
}

div.tabPanel {
	visibility:hidden;
	display:none;
}

td.tabHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#EDEDED;
	text-align:center;
	color:#0000CC;
	font-size:.9em;
}


td.tabHeaderSelected{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background:#CCCCCC;
	text-align:center;
	color:#0000CC;
	font-size:.9em;
}


/*******************Path ***************/
div.path {
	margin-top:5px;
	font-size:.7em;
	color:#999999;
}



/**** for images inside the text with englarge button ***/
div.imageDiv {
	font-size: 8pt;
	float:left;
	text-align:center;
	margin-right:8px;
	padding-top:10px;

}

div.imageDiv a {
	font-weight:normal;
}

div.imageDiv img {
padding-bottom: 5px;
}

div.imageDiv2 img {
padding-left:5px;
padding-bottom: 5px;

}
div.imageDiv2 a {
	padding-top: 5px;
	font-weight:normal;

}

div.imageDiv2 {
	font-size: 8pt;
	float:right;
	text-align:center;
	margin-right:8px;
	margin-top: 0px;
	padding-bottom: 5px;
}

div.imageDiv3 {
	font-size: 8pt;
	float:left;
	text-align:center;
	margin-right:3px;
	margin-left:3px;
	margin-top:5px;
	margin-bottom:3px;
}

/*** for inline titles*/
span.inline {
	color : blue;
}


/*** for download form ***/
form.downloadForm {
	margin:10px 0px 4px 0px;
	padding:5px 5px 5px 5px;
	border:#DDDDFF solid 1px;
	background:#EEEEFF;
}

table#downloadFormTable {
	text-align:left;

}

table#downloadFormTable p {
	padding-top:0px;
	margin-top:2px;
	padding-bottom:2px;
	margin-bottom:0px;
	text-align:justify;
	font-size:.75em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

table#downloadFormTable select {
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	text-align:justify;
	font-size:.75em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
table#downloadFormTable input {
	padding-top:0px;
	margin-top:2px;
	padding-bottom:2px;
	margin-bottom:0px;
	text-align:justify;
	font-size:.75em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

form.downloadForm input.button {
	text-align:center;
	vertical-align:middle;
	margin:4px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border: 1px solid #C1CCFF;
	background:#DDDDFF;
}

.button{
	text-align:center;
	vertical-align:middle;
	margin:4px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border: 1px solid #C1CCFF;
	background:#DDDDFF;
}


/***********Partners Page***************/
table.partnerTable {
	width: 100%;
	margin-top:10px;
	margin-bottom: 10px;
}

table.partnerTable td.logo{
	width: 150px;;
	vertical-align:middle;
	text-align:center;
}

table.partnerTable td.text{
	vertical-align:middle;
	padding-left: 20px;
	font-size:.75em;

}

table.partnerTable td.column {
	padding-top: 15px;
	padding-right: 30px;
	padding-left:0px;
	vertical-align:top;
}

table.partnerTable td.lastColumn {
	padding-right: 0px;
	padding-left:0px;
	padding-top: 15px;
	vertical-align:top;
}


/**********news Page*********/
div#box p#newsHeader {
	padding-top:10px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:.75em;
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:blue;
}

div#box p#newsDate{
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:.75em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

div#box p#news{
	padding-top:0px;
	margin-top:0px;
	padding-bottom:4px;
	margin-bottom:0px;
	text-align:justify;
	font-size:.75em;
	font-style:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}



/** asterix***/
.asterix {
	color:red;
	font-family:Arial, Helvetica, sans-serif;
}

.asterixblue {
	color:blue;
	font-family:Arial, Helvetica, sans-serif;
}


/***sitemap****/
.sitemapTD {
	width:250px;
	font-size: .8em;
	background-color: #EAEAEA;
	font-weight: bold;
}

.sitemapLevel1 {
	font-size: .75em;
}

.sitemapLevel2 {
	font-size: .7em;
}

td.sitemapleft {
	width:176px;
	vertical-align:top;
	padding-top:0px;
	margin-top:0px;
	background:#56a2d7;
	overflow:hidden;
}


td.sitemapMainarea {
	width: 304px;
	vertical-align:top;
	padding-left:20px;
	padding-right:20px;
	overflow:hidden;
}



li.first {
	list-style-image:url(../images/icons/icon_arrow.gif);
	padding-left:5px;
	padding-top:0px;
	margin-top:5px;
	font-size:.75em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

li.second {
	list-style-image:url(../images/icons/icon_arrow.gif);
	font-size:1.0em;
}

li.third{
	list-style-image:url(../images/icons/icon_arrow.gif);
	font-size:1.0em;
}




table.featureTable {
	border:2px solid #1468b3;
	border-collapse:collapse;
    margin: 5px 0px;
}

table.featureTable thead th
{
	font-weight:bold;
	font-size:14px;
	background: #1468b3;
	color:#FFFFFF;
	border-right: 1px solid white;
	border-collapse:collapse;
}

table.featureTable td
{
	font-weight: normal;
	font-size: 11px;
	padding: 0 0.5em;
	border: 1px solid #1468b3;
	border-collapse:collapse;
}

table.featureTable td.header {
	color:#1468b3;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #1468b3;
	border-collapse:collapse;
}

table.featureTable tr.alt
{
	background: #e3e8f5;
}


.highlight { background: #FFFF40; }
.searchheading { font-size: 130%; font-weight: bold; }
.summary { font-size: 80%; font-style: italic; }
.results { font-size: 100%; }
.category { color: #999999; }
.description { font-size: 100%; color: #008000; }
.context { font-size: 100%; }
.infoline { font-size: 80%; font-style: normal; color: #808080;}
.sorting { text-align: right; }
.result_title { font-size: 100%; }

.zoom_searchform { font-size: 100%; }
.zoom_options { font-size: 80%; }
input.zoom_button {  }
input.zoom_searchbox {  }
