﻿.MasterLogo
{
    float: left;
    width: 300px;
    height: 100px;
    background: url(images/logo.png) left top no-repeat;
}
.MasterPage
{
    margin: 0px auto 0px auto;
    width: 980px;
    height: 900px;
    background: url(images/profile_header.png) left top no-repeat white;
    margin-bottom: 30px;
    /*background-color: #6dbdf4;*/
}
.iconBookmark
{
    width: 60px;
    height: 60px;
    float: left;
    background: url(images/icon_bookmarkus.png) left top no-repeat;
}
.iconMailus
{
    width: 60px;
    height: 60px;
    float: left;
    background: url(images/icon_mailus.png) left top no-repeat;
}
.iconExit
{
    width: 60px;
    height: 60px;
    float: left;
    background: url(images/icon_exit.png) left top no-repeat;
}

.btn 
{
    background: url(images/image_button.png) left top no-repeat;
    width: 88px;
    height: 28px;
    border: 0;
    color: #2e2e2e;
    
    font-family: Tahoma;
    font-size: 8pt;
}
.ControlPanel
{
    background-color: #fdf9e4;
    border: 1px solid #f0e199;
}
.ControlPanelButtons
{
    width: 180px;
    margin: auto;
    margin-bottom: 7px;
}
.header
{
    padding-left: 5px;
	font-size: 9pt;
	font-weight:normal;
	font-family: Tahoma;
	
	text-align:center;
	height: 18px;
	padding-top: 2px;
	margin-bottom:15px;
	background: url(images/bg_header.png) left top repeat-x;
	border-bottom: 1px solid #f0e199;
	color: #0c4042;
}

/* ------------------------------------------ menu ----------------------------------------*/

.MasterMenuHorizItemDynamic
{
    width: 247px;
    height: 42px;
    background: url(images/menu_horiz_dynamic_item.png) left top no-repeat;
    overflow: hidden;
    color: #9f810c;
}
.MasterMenuHorizItemDynamicHover
{
    width: 247px;
    height: 42px;
    background: url(images/menu_horiz_dynamic_item_hover.png) left top no-repeat;
    overflow: hidden;
    color: White;
}
.MasterMenuHorizItem
{
    width: 122px;
    height: 121px;
    background: url(images/menu_horiz_static_item.png) left top no-repeat;
    overflow: hidden;
    color: #9f810c;
}

.MasterMenuHorizItemHover
{
    width: 122px;
    height: 121px;
    background: url(images/menu_horiz_static_item_hover.png) left top no-repeat;
    overflow: hidden;
    color: White;
}




.CooperationToolTipStyle
{
    background-color: #E7ECD7; 
    text-align:justify;
    border:solid 1px #87AF28;
    padding:5px 5px 5px 5px;
}

