﻿/* BODY */
body
{
	font-family: Verdana;
	font-size: 12px;
	
	background-color: #678FC2;
}

/* LANGUAGE */
.lang
{
	position: relative;
	top: 3px;
	right: 10px;
	margin: 0px 0px 0px 0px;
	
	font-size: 10px;
	color: #FFFFFF;
}
a.language:link
{
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}
a.language:visited
{
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}
a.language:hover
{
	font-size: 10px;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: underline;
}


/* TITLE */
.titleBackground
{
	height: 52px;
	background-image: url(/images/live_title_background.jpg);
}

.titleIcon
{
	height: 44px;
	width: 36px;
	
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 36px;
	
	background-image: url(/images/live_title_icon.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.titleText
{
	height: 44px;
	width: 250px;
	
	background-image: url(/images/live_title_text_kiev.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* LINKS */
a
{
	font-size: 11px;
	text-decoration: none;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}


/* TABS */
.tabs
{
	cursor: pointer;
	height: 26px;
}
.tabsL
{
	cursor: pointer;
	height: 26px;
	width: 12px;
	background-image: url(/images/tabs/button_background_l.jpg);
}
.tabsC
{
	font-family: Arial;
	color: #1144AF;
	font-weight: bold;
	
	text-decoration: none;
	
	cursor: pointer;
	height: 26px;
	background-image: url(/images/tabs/button_background_c.jpg);
}
.tabsR
{
	cursor: pointer;
	height: 26px;
	width: 12px;
	background-image: url(/images/tabs/button_background_r.jpg);
}
.tabsBackground
{
	width: 970px;
	height: 25px;
	
	background-image: url(/images/nav_menu/backround.jpg);
}

/* NO ACTIVE TABS */
.naTabs
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	
	text-decoration: none;
	
	cursor: pointer;
	
	color: #1144AF;
}

/* TABS SEPARATOR */
.tabsSeparator
{
	width: 24px;
	height: 26px;
	
	background-image: url(/images/nav_menu/separator.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


/* RIBBON BACKGROUND */
.rbbBack
{
	width: 970px;
	height: 106px;
	
	background-image: url(/images/ribbon/background.jpg);
}
.rbbBackOrange
{
	width: 970px;
	height: 106px;
	
	background-image: url(/images/ribbon/backgroundOrange.jpg);
}
.rbbBackBlue
{
	width: 970px;
	height: 106px;
	
	background-image: url(/images/ribbon/backgroundBlue.jpg);
}
.rbbBackGreen
{
	width: 970px;
	height: 106px;
	
	background-image: url(/images/ribbon/backgroundGreen.jpg);
}

/* RIBBON CONTAINER */
.rbbContL
{
	width: 10px;
	
	background-image: url(/images/ribbon/container/left.jpg);
}
.rbbContC
{
	background-image: url(/images/ribbon/container/center.jpg);
}
.rbbContR
{
	width: 10px;
	
	background-image: url(/images/ribbon/container/right.jpg);
}
/* ORANGE */
.rbbContOrangeL
{
	width: 10px;
	
	background-image: url(/images/ribbon/container/left_org.jpg);
}
.rbbContOrangeC
{
	background-image: url(/images/ribbon/container/center_org.jpg);
}
.rbbContOrangeR
{
	width: 10px;
	
	background-image: url(/images/ribbon/container/right_org.jpg);
}
/* BLUE */
.rbbContBlueL
{
	width: 10px;
	
	background-image: url(/images/ribbon/container/left_blue.jpg);
}
.rbbContBlueC
{
	background-image: url(/images/ribbon/container/center_blue.jpg);
}
.rbbContBlueR
{
	width: 10px;
	
	background-image: url(/images/ribbon/container/right_blue.jpg);
}
/* GREEN */
.rbbContGreenL
{
	width: 10px;
	
	background-image: url(/images/ribbon/container/left_green.jpg);
}
.rbbContGreenC
{
	background-image: url(/images/ribbon/container/center_green.jpg);
}
.rbbContGreenR
{
	width: 10px;
	
	background-image: url(/images/ribbon/container/right_green.jpg);
}

/* RIBBON ITEM */
.rbbItm
{
	color: #4372B0;
	font-size: 11px;
	
	cursor: pointer;
}
a.rbbItm:link
{
	color: #4372B0;
	text-decoration: none;
}
a.rbbItm:visited
{
	text-decoration: none;
}
a.rbbItm:hover
{
	text-decoration: underline;
}

/* RIBBON GROUP ICON */
.rbbGrpIcon
{
	position: relative;
	top: 6px;
	
	background-repeat: no-repeat;
	background-position: center;
	
	width: 48px;
	height: 48px;
	
	margin: 0px 0px 0px 10px;
}

/* RIBBON GROUP ITEM */
.rbbGrpImg
{
	background-image: url(/images/ribbon/item.jpg);
	background-repeat: no-repeat;
	background-position: center;
	
	width: 16px;
	height: 16px;
}

/* RIBBON TITLE */
.rbbTtl
{
	font-size: 11px;
	color: #4372B0;
	
	cursor: default;
}

/* RIBBON CONTEINER */
.rbb
{
	background-image: url(/images/ribbon/rbb.png);
}
.rbbh
{
	background-image: url(/images/ribbon/rbbh.png);
}


/* COPYRIGHT */
.copyright
{
	color: #2771BA;
	font-size: 11px;
}
a.copyright:link
{
	color: #2771BA;
	text-decoration: none;
}
a.copyright:visited
{
	text-decoration: none;
}
a.copyright:hover
{
	text-decoration: underline;
}


/* CONTENT */
.pageTitle
{
	position: relative;
	top: -10px;
	height: 16px;
	
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px 0px 0px 22px;
}
.content
{
	background-image: url(/images/content_background.jpg);
}
.contentOrange
{
	background-image: url(/images/content_background_orange.jpg);
}
.contentBlue
{
	background-image: url(/images/content_background_blue.jpg);
}
.contentGreen
{
	background-image: url(/images/content_background_green.jpg);
}
.pageCnt
{
	padding: 8px 0px 8px 0px;
	font-size: 11px;
	color: #666666;
}

.tableListItem
{
	background-image: url(/images/ribbon/item.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
}

/* EMPTY TABLE */
.emptyTable
{
	margin: 0px 0px 0px 10px;
	padding: 10px;
	border: solid 1px #CCCCCC;
}
.emptyTableIcon
{
	float: left;
	margin: 0px 10px 5px 0px;
}
.emptyTableTitle
{
	font-weight: bold;
	font-size: 13px;
	color: #0560A6;
	
	cursor: default;
}
.emptyTableMessage
{
	font-size: 11px;
	color: #666666;
	
	cursor: default;
	
	margin: 3px 0px 0px 0px;
}
.emptyTableLink
{
	color: #047DD4;
	cursor: pointer;
	text-decoration: none;
}
a.emptyTableLink:link
{
	color: #047DD4;
	cursor: pointer;
	text-decoration: none;
}
a.emptyTableLink:visited
{
	color: #047DD4;
	cursor: pointer;
	text-decoration: none;
}
a.emptyTableLink:hover
{
	color: #047DD4;
	cursor: pointer;
	text-decoration: underline;
}

/* GREY TABLE */
.greyTable
{
	background-color: #F2F2F2;
	margin: 0px 0px 0px 10px;
	border: solid 1px #CCCCCC;
}
.greyTableTitle
{
	background-image: url(/images/table_title.png);
	height: 26px;
}
.greyTableTitleText
{
	font-weight: bold;
	position: relative;
	left: 10px;
	top: 3px;
}
.greyTableMessage
{
	font-size: 10px;
	color: #666666;
	
	cursor: default;
	
	margin: 5px 15px 10px 15px;
}
a.greyTableLink:link
{
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}
a.greyTableLink:visited
{
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}
a.greyTableLink:hover
{
	color: #666666;
	cursor: pointer;
	text-decoration: underline;
}

/* YELLOW TABLE */
.yellowTable
{
	margin: 0px 0px 0px 10px;
	padding: 10px;
	border: solid 1px #CCCCCC;
}
.yellowTableIcon
{
	float: left;
	margin: 0px 5px 0px 0px;
}
.yellowTableTitle
{
	background-color: #F2A31B;
	
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	cursor: default;
	padding: 0px 0px 0px 10px;
}
.yellowTableMessage
{
	color: #0560A6;
	font-size: 10px;
	cursor: default;
	
	margin: 3px 10px 3px 10px;
}
a.yellowTableLink:link
{
	color: #047DD4;
	font-size: 10px;
	text-decoration: none;
}
a.yellowTableLink:visited
{
	color: #047DD4;
	font-size: 10px;
	text-decoration: none;
}
a.yellowTableLink:hover
{
	color: #047DD4;
	text-decoration: underline;
}

/* CONTENT BORDER */
.contentBorderTL
{
	width: 5px;
	height: 31px;
	
	background-image: url(/images/content_border/top_l.png);
}
.contentBorderTC
{
	height: 30px;
	
	font-weight: bold;
	color: #11449E;
	
	background-image: url(/images/content_border/top_c.png);
}
.contentBorderTR
{
	width: 5px;
	height: 31px;
	background-image: url(/images/content_border/top_r.png);
}
.contentBorderL
{
	width: 10px;
	
	background-image: url(/images/content_border/left.png);
}
.contentBorderR
{
	width: 10px;
	
	background-image: url(/images/content_border/right.png);
}
.contentBorderBL
{
	width: 10px;
	
	background-image: url(/images/content_border/bottom_l.png);
}
.contentBorderBC
{
	height: 5px;
	
	background-image: url(/images/content_border/bottom_c.png);
}
.contentBorderBR
{
	width: 10px;
	
	background-image: url(/images/content_border/bottom_r.png);
}

/* CONTENT BOTTOM */
.contentBottomL
{
	width: 20px;
	background-image: url(/images/live_content_bottom_l.jpg);
}
.contentBottomC
{
	width: 950px;
	background-image: url(/images/live_content_bottom_c.jpg);
}
.contentBottomR
{
	width: 20px;
	background-image: url(/images/live_content_bottom_r.jpg);
}

/* CONTENT BOTTOM LINE */
.contentBottomLineL
{
	width: 10px;
	background-image: url(/images/content_bottom_line_l.jpg);
	background-repeat: repeat-x;
}
.contentBottomLineC
{
	width: 950px;
	background-image: url(/images/content_bottom_line_c.jpg);
	background-repeat: repeat-x;
}
.contentBottomLineR
{
	width: 10px;
	background-image: url(/images/content_bottom_line_r.jpg);
	background-repeat: repeat-x;
}

/* DIV LINK */
.divLink
{
	cursor: pointer;
}

.tableMenu
{
	text-align: left;
	background-color: #F7F2E4;
	width: 155px;
	border-right: solid 1px #E5C57E;
	background-image: url(/images/corner.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.tableTitleContent
{
	background-color: #F0DFBE;
	height: 17px;
	border-bottom: solid 1px #E5C57E;
	text-align: left;
}
a.tableTitleContentText:link
{
	position: relative;
	left: 10px;
	top: 2px;
	font-size: 9px;
	color: #636363;
	text-decoration: none;
}
a.tableTitleContentText:visited
{
	position: relative;
	left: 10px;
	top: 2px;
	font-size: 9px;
	color: #636363;
	text-decoration: none;
}
a.tableTitleContentText:hover
{
	position: relative;
	left: 10px;
	top: 2px;
	font-size: 9px;
	color: #636363;
	text-decoration: underline;
}
.tableContent
{
	background-color: #FFFFFF;
}
.listesTitleStyle
{
	list-style-image: url(/images/ribbon/item.jpg);
	color: #D98E16;
	font-size: 10px;
	font-weight: bold;
	cursor: default;
	
	position: relative;
	left: 10px;
	top: 4px;
}
.listesStyle
{
	list-style-image: url(/images/ribbon/item.jpg);
	color: #636363;
	font-size: 10px;
	cursor: default;
	margin: 3px 0px 3px 5px;
}
/* ELEMENT BACKGROUND */
.elementBack
{
	width: 230px;
	height: 74px;
	
	background-image: url(/images/element_background.jpg);
	background-repeat: no-repeat;
}
.elementBack2
{
	width: 230px;
	height: 74px;
	
	background-image: url(/images/element_background2.jpg);
	background-repeat: no-repeat;
}