﻿/*
###################################
	Scrollproperties, HTML
###################################
*/
html
{
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}

/*
###################################
	Body
###################################
*/
body 
{
	padding: 0px;
	margin: 0px;
    background-color:#e5e5e5;
}
html, body { width:100%; height:100%; }

/*
###################################
	Html5 Elements
###################################
*/
header, footer, nav
{
    display: block;
}

/*
###################################
	Wrapper
###################################
*/
#Wrapper
{
    width: 940px;
    min-height: 100%;
    height: auto !important;
    height:100%; 
    background-color: #ffffff;
    background-image: url('../Images/Design/Background/content.gif');
    background-repeat: repeat-y;
}
#WrapperShadow
{
    position: fixed;
    top: 0px;
    left: 940px;
    width: 4px;
    min-height: 100%;
    height: auto !important;
    height:100%; 
    background-image: url('../Images/Design/Background/wrapper_shadow.png');
}
form#aspnetForm
{ 
    width:100%; height:100%; 
}
/*
###################################
	Header
###################################
*/
header
{
    width: 940px;
    height: 98px;
    background-color:#e0e0e0;
    background-image: url('../Images/Design/Background/header_bg.png');
}

#HeaderLeftPlate
{
    width: 655px;
}
#HeaderRightPlate
{
    width: 285px;
}
.HeaderRightLoginPlate
{
    width: 170px;
}
.HeaderRightLoginPlateLine
{
    border-right: 1px solid #ffffff;
    height: 30px;
    width: 1px;
    background-color: #bfbfbf;
}
.HeaderRightAdminPlate
{
    width: 115px;
}

/*
###################################
	Main Nav
###################################
*/
nav
{
    width: 940px;
    height: 43px;
    background-color: #454545;
    border-top: 1px solid #5f5f5f;
}
ul.MainNavigation
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
ul.MainNavigation li
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    float: left;
}
.MainNavigationTab
{
    padding-left: 5px;
    padding-right: 5px;
}
.MainNavigationTabLeft, .MainNavigationTabRight
{
    width: 5px;
    height: 32px;
}
.MainNavigationTabLeft
{
    background-image: url('../Images/Design/Navigation/tab_left.png');
    background-repeat: no-repeat;
}
.MainNavigationTabSpan
{
    background-image: url('../Images/Design/Navigation/tab_span.png');
    background-repeat: repeat-x;
    height: 32px;
}
.MainNavigationTabRight
{
    background-image: url('../Images/Design/Navigation/tab_right.png');
    background-repeat: no-repeat;
}
.MainNavigationTabActive .MainNavigationTabLeft
{
    background-image: url('../Images/Design/Navigation/tab_active_left.png');
}
.MainNavigationTabActive .MainNavigationTabSpan
{
    background-image: url('../Images/Design/Navigation/tab_active_span.png');
}
.MainNavigationTabActive .MainNavigationTabRight
{
    background-image: url('../Images/Design/Navigation/tab_active_right.png');
}
.MainNavigationTabRed .MainNavigationTabLeft
{
    background-image: url('../Images/Design/Navigation/tab_red_left.png');
}
.MainNavigationTabRed .MainNavigationTabSpan
{
    background-image: url('../Images/Design/Navigation/tab_red_span.png');
}
.MainNavigationTabRed .MainNavigationTabRight
{
    background-image: url('../Images/Design/Navigation/tab_red_right.png');
}

/*
###################################
	Content - NotAuthenticated
###################################
*/
#ContentNotAuthenticated
{
    width: 940px;
    border-top: 1px solid #454545;
}

/*
###################################
	Content
###################################
*/
#Content
{
    width:100%;  
}

#ContentLeftMenu
{
    width: 171px;
    height: 100px;
    height: auto !important;
    min-height: 100px;
    background-image: url('../Images/Design/Background/content_top.png');
    background-repeat: repeat-x;
}
#ContentMain
{
    width: 769px;
    height: 100px;
    height: auto !important;
    min-height: 100px;
}

.ContentPlateLogin
{
    background-color: #4a4747;
    width: 462px;
    margin: 0px auto;
}
.ContentMainSubjectPlate
{
    border-bottom: 1px solid #d7d7d7;
}
/*
###################################
	Content Menu
###################################
*/
.ContentMenuPlate
{
    width: 170px;
}
.ContentMenuPlateWhiteLine
{
    border: 0px solid #fff;
    background-color: #fff;
    font-size: 0px;
    line-height: 0px;
    width: 170px;
    height: 1px;
    padding: 0px;
    margin: 0px;
}
.ContentMenuPlateGrayLine
{
    border: 0px solid #dfdfdf;
    background-color: #dfdfdf;
    font-size: 0px;
    line-height: 0px;
    width: 170px;
    height: 1px;
    padding: 0px;
    margin: 0px;
}
.ContentMenuItem
{
    width: 170px;
}
.ContentMenuItemIco
{
    width: 33px;
}
.ContentMenuItemLink
{
    width: 137px;
}
.ContentSubMenuItem
{
    width: 137px;
}
.ContentMenuItemSelected
{
    background-image: url('../Images/Design/Navigation/selected_item_marker.png');
    background-repeat: no-repeat;
    width: 12px;
    height: 17px;
    position: absolute;
    right: -1px;
}
.ContentSubMenuItem .ContentMenuItemSelected
{
    top: 3px;
}
.ContentMenuItemLink .ContentMenuItemSelected
{
    top: 1px;
}
/*
###################################
	Form Content Culture
###################################
*/
.FormContentCultureWrapper
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.FormContentCultureHeader
{
    border-bottom: 1px solid #c0c6cb;
}
.FormContentCultureHeaderItem
{
    padding-right: 8px;
    height: 32px;
    cursor: pointer;
}
.FormContentCultureHeaderItem:hover
{
}
.FormContentCultureHeaderItemActive .FormContentCultureHeaderItemLeft
{
    background-image: url('../Images/Design/FormCulture/left_active_bg.png');
}
.FormContentCultureHeaderItemActive .FormContentCultureHeaderItemSpan
{
    background-image: url('../Images/Design/FormCulture/span_active_bg.png');
    color: #313131;
}
.FormContentCultureHeaderItemActive .FormContentCultureHeaderItemRight
{
    background-image: url('../Images/Design/FormCulture/right_active_bg.png');
}
.FormContentCultureHeaderItemLeft
{
    background-image: url('../Images/Design/FormCulture/left_bg.png');
    background-repeat: no-repeat;
    width: 4px;
    height: 32px;
}
.FormContentCultureHeaderItemSpan
{
    background-image: url('../Images/Design/FormCulture/span_bg.png');
    background-repeat: repeat-x;
    padding: 7px 8px 6px 8px;
    font-size: 13px;
    color: #646b70;
}
.FormContentCultureHeaderItemRight
{
    background-image: url('../Images/Design/FormCulture/right_bg.png');
    background-repeat: no-repeat;
    width: 4px;
    height: 32px;
}
.FormContentCultureList
{
    padding-top: 15px;
}

/*
#################################
    FormItem ImagePlates
#################################
*/
.FormItemImagePlate
{
    border: 1px solid #adadad;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 0px;
    margin: 0px;
}
.FormItemImagePlateDeleteLink
{
    padding-top: 3px;
}

.FormItemImagePlate151_131
{
    width: 151px;
    height: 131px;
}
.FormItemImagePlate151_131 span
{
    width: 151px;
    overflow: hidden;
    display: inline-block;
}
.FormItemImagePlate151_131 span img
{
    max-width: 151px;
    max-height: 131px;
}
.FormItemImagePlateInformation
{
}
.FormItemImagePlateInformationHeader
{
    width: 77px;
}
.FormItemImagePlateInformationText
{
    width: 85px;
}
.TruePublicOnStartPage 
{
    font-weight: bold;
}
.TrueVisibleOnStartPage
{
    font-weight: bold;
}
/*
#################################
    ContentBox Gray
#################################
*/
.ContentBoxGray
{
    padding-top: 15px;
    width: 721px;
}
.ContentBoxGrayHeader
{
    width: 721px;
    height: 32px;
	background-image: url(../Images/Design/ListHeader/span_bg.gif);
	background-color: #c0c6cb;
	background-repeat: repeat-x;
}
.ContentBoxGrayHeaderLeft
{
    width: 4px;
    height: 32px;
	background-image: url(../Images/Design/ListHeader/left_bg.gif);
	background-repeat: no-repeat;
}
.ContentBoxGrayHeaderSpan
{
    width: 713px;
    height: 32px;
	font-weight: bolder;
	color: #424852;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
}
.ContentBoxGrayHeaderSpanText
{
    padding-left: 9px;
    padding-top: 7px;
}
.ContentBoxGrayHeaderSpanLink
{
    padding-right: 5px;
    padding-top: 7px;
}
.ContentBoxGrayHeaderRight
{
    width: 4px;
    height: 32px;
	background-image: url(../Images/Design/ListHeader/right_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.ContentBoxGrayContent
{
    background-color: #eff2f4;
    width: 721px;
}
.ContentBoxGrayContentPadding
{
    padding: 13px 18px 14px 18px;
}
.ContentBoxGrayContent342
{
    width: 342px;
}
.ContentBoxGrayContent334
{
    width: 334px;
}

.TaskOrderMonthIco
{
    padding-left: 10px;
    padding-top: 6px;
}
.TaskOrderMonthIco img
{
    cursor: pointer;    
}
.TreeViewRoles a
{
    cursor: default;
    text-decoration: none;
}
    .TreeViewRoles a:hover
    {
        text-decoration: none;
    }