@CHARSET "UTF-8";

html,body,table,tr,td 
{
	margin: 0px;
	padding: 0px;
}
table 
{
	border-collapse: collapse; /* equivalent for cellpadding and cellspacing = 0 */
	border: 0px;
}




#mainTable
{
	width:100%;
	background-image: url('../images/menu/table.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}


.headerInfoCell
{
	vertical-align: top;
}

.headerInfoCell span
{
	color: #dddddd;
}

.headerInfoCell a, .headerInfoCell a:active, .headerInfoCell a:visited
{
	color: #dddddd !important;
}

 .headerInfoCell a:hover
 {
 	color: #cccccc !important;
 }

/******************************************************************************
                         HEADER STYLES
******************************************************************************/

	

.backLeft
{
	background-position:top left;
}

.backRight
{
	background-position:top right;
}

.backNo
{
	background-image: none;
}

.padLeft
{
	padding-left: 7px;
}

.headerBg
{
	background-image: url('../images/menu/header.jpg');
	background-repeat: repeat-x;
}

.headerRow
{
	height:90px; 
	color: white; 
	font-weight: bold; 
	font-size: 12px;
}

.headerRow a, .headerRow a:visited
{
	color:white;
}

.headerRow a:hover
{
	color:#C7C7C7;
}

.menuBg
{
	background-image: url('../images/menu/menu.jpg'); 
	background-repeat: repeat-x;
}

.menuRow
{
	height: 28px; 
}

.contentBg
{
	background-image: url('../images/menu/content.jpg'); 
	background-repeat: repeat-x; 
}

.contentRow
{
	height:200px; 
}

.contentCell
{
	vertical-align: top; 
	padding-top: 20px;
}


/******************************************************************************
                         MAIN MENU (ITEMS AND SUBITEMS)
******************************************************************************/



/* Menu item main div style, must be inline, so it is possible many divs on one line 
   Menu item hover - must be used when user hover mouse to this main div */
.menuItem, .menuItemHover
{
	display: inline;
	text-transform:uppercase;
}

/* Menu item and hovered menu item style (only menu item, not submenu) */
.menuItem a, .menuItem a:visited, .menuItemHover a, .menuItemHover a:visited
{
	text-decoration:none;
	font-weight: bold; 
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 4px 7px 5px 7px; 
	*padding: 3px 7px 3px 7px; /* top left bottom right - star-IE hack (this line reads only IE) */
	line-height:27px;
}

/* menu item first letter (actually letter included between span tags */
.menuItem a span, .menuItem a:visited span, .menuItemHover a span, .menuItemHover a:visited span
{
	font-size: 15px;
}

/* menu item text color */
.menuItem a, .menuItem a:visited
{
	color:black;
}

/* hovered menu item text color and backgroud */
.menuItemHover a, .menuItemHover a:visited
{
	background-color:#e04500;
	color:white; /*#3f6e83;*/
}

/* submenu items style */
.menuItem div, .menuItemHover div
{
	text-align: left;
	margin: 23px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	overflow: hidden;
	/*visibility: hidden;*/
	display: none;
	/*height: 1px;*/
	position: absolute; 
	width:230px;
	background-color:#f29970; /* submenu background color */
	border: 1px #e04500 solid; /* submenu block boder color and style */
	z-index: +5000;
}
.menuItemHover div a, .menuItemHover div a:visited, .menuItem div a, .menuItem div a:visited
{
	visibility: visible;
	background-color:#f29970; /* submenu background color must be entered there too.... */
	color:#white; /* submenu item text color */
	line-height:32px;
	font-size:11px;
	padding: 8px 9px 8px 9px;
}

/* line between submenu items. simply insert <div></div> to insert line */
.menuItem div div, .menuItemHover div div
{
	border: 0px;
	height: 1px;
	font-size: 0px;
	padding: 0px 0px 0px 0px;
	margin: -1px 10px 1px 10px;
	width: 210px;
	display: inline;
	visibility:visible;
	background-color:white;
}

/* submenu items first letter style (actually letters between span tags */
.menuItemHover div a span, .menuItemHover div a:visited span, .menuItem div a span, .menuItem div a:visited span
{
	font-size:13px;
}

.menuItemHover div a:hover, .menuItem div a:hover
{
	color:#e04500;
}

/* Css for design1  */

.bodyTable{
	background: url("../images/design1/ting_bg_body.png") repeat-x left top;
}

.bodyTableInner{
	width: 1000px;
	border-left: 1px solid #8b8b8b;
	border-right: 1px solid #8b8b8b;
}

.bodyTableHeader{
	width: 1000px;
	height: 130px;
	background: url("../images/design1/ting_header.png") no-repeat left top;
}

.bodyTableMenu{
	width: 1000px;
	height: 40px;
	background: url("../images/design1/ting_bg_content.png") repeat-x left top;
}

.bodyTableContent{
	width: 1000px;
	height: 400px;
	padding-left: 15px;
	padding-right: 15px;
	color: #000000;
	font-family: Tahoma;
	font-size: 13px;
}

.bodyTableFooter{
	width: 1000px;
	height: 47px;
	background: url("../images/design1/ting_bg_footer.gif") repeat-x left top;
	color: #999999;
	font-family: Tahoma;
	font-size: 13px;
}

.bodyTableHeader a {
	color: #FFFFFF;
	text-decoration: none;
}

.bodyTableHeaderLogin {
	text-align: center;
	width: 55px;
	height: 16px;
	background: url("../images/design1/ting_login.gif") no-repeat left top;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 20px;
	padding-top: 1px;
	font-family: Tahoma;
	font-size: 11px;
}

.bodyTableHeaderLangPanel{
	text-align: right;
	width: 75px;
	height: 12px;
	margin-top: 10px;
	margin-right: 20px;
}

.linkHand{
	cursor: pointer;
	text-decoration: none;
}

.bodyTableMenuItem, .bodyTableMenuItemDropDown{
	width:50px;
	border-right: 1px solid #FFFFFF;
	color: #CCCCCC;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 13px;
}

.bodyTableMenuItem div, .bodyTableMenuItemDropDownText{
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.bodyTableMenuItemDropDownItem{
	display: none;
	position: absolute;
	left: 0px;	
	min-width: 100px;
/*	min-height: 100px; */
	border: 1px solid #8b8b8b;
	background: #4a4a49;
	color: #CCCCCC;
	font-family: Tahoma;
	font-size: 12px;	
	z-index: 100;
}

.bodyTableMenuItemDropDownItem div{
	padding-left: 10px;
	padding-right: 10px;
	height: 16px;
	border-bottom: 1px solid #8b8b8b;
	background-color: #4a4a49;
}

.bodyTableMenuItemDropDownItem a{
	color: #CCCCCC; 
}

/* Css for design1 end */