﻿/*
###################################
	Clear
###################################
*/   
.Clear
{
	clear: both;
}

.ClearLeft
{ 
    clear: left;
    line-height: 0px;
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    height: 0px;
    width: 0px;
}
.ClearRight
{ 
    clear: right;
    line-height: 0px;
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    height: 0px;
    width: 0px;
}
.ClearBoth
{ 
    clear: both;
    line-height: 0px;
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    height: 0px;
    width: 0px;
}

/*
###################################
	Float
###################################
*/ 
.FloatLeft { float:left;}    
.FloatRight { float:right;}  

/*
###################################
	Hide / Display
###################################
*/  
.Hide { display:none;}
.DisplayBlock { display: block; }

/*
###################################
	Align
###################################
*/ 
.AlignCenter{ text-align:center;}    
.AlignRight{ text-align:right;}  

/*
###################################
	Position
###################################
*/ 
.PositionRelative
{
	position: relative;
}
.PositionAbsolute
{
	position: absolute;
}

/*
###################################
	Form Alert Dialogs
###################################
*/ 
.FormAlertDialogError
{
    width: 354px;
    min-height: 140px;
    height: auto !important;
    height: 140px;
    background-color: #c10e21;
    position: absolute;
    top: 0px;
    left: 183px;
} 
.FormAlertDialogErrorContent
{
    font-size: 16px;
    font-weight: bold;
    color: #fff;   
    display: table-cell;
    padding: 14px 20px 16px 20px;  
    /*min-height: 110px;
    height: auto !important;*/
    height: 110px;
    text-align: center;
    vertical-align: middle;
    width: 314px;
}
.FormAlertDialogSuccess
{
    width: 354px;
    min-height: 140px;
    height: auto !important;
    height: 140px;
    background-color: #3ec033;
    position: absolute;
    top: 0px;
    left: 183px;
} 
.FormAlertDialogSuccessContent
{
    font-size: 16px;
    font-weight: bold;
    color: #fff;   
    display: table-cell;
    padding: 14px 20px 16px 20px; 
    min-height: 110px;
    height: auto !important;
    height: 110px;
    text-align: center;
    vertical-align: middle;
    width: 314px;
}
.FormAlertDialogErrorClose
{
    top: -18px; right: -22px;
}
.FormAlertDialogErrorBottom73Left43
{
    top: auto;
    bottom: 73px;
    left: 54px;
}
/* Fix boxmodel bugg in Firefox, padding included in height*/
@-moz-document url-prefix()  
{
    .FormAlertDialogErrorContent, .FormAlertDialogSuccessContent
    {
        height: 140px !important;
    }
}

/* Fix boxmodel bugg in Opera, padding included in height */
noindex:-o-prefocus, .FormAlertDialogErrorContent { height: 140px !important;} 
noindex:-o-prefocus, .FormAlertDialogSuccessContent { height: 140px !important; } 


.FormAlertDialogError.LoginPlate
{
    top: auto;
    bottom: 73px;
    left: 54px;
}

/*
###################################
	Paging
###################################
*/ 
.PagingPlate
{
    border-top: 1px solid #eef1f4;
    padding-top: 18px;
} 
.PagingPlateContent
{
    width: 720px;
    height: 24px;
}  
.PagingPlateItemFirst
{
    top: 0px;
    left: 0px;
}
.PagingPlateItemLast
{
    top: 0px;
    right: 0px;
}
.PagingPlateListContent
{
    top: 0px;
    left: 40px;
    width: 640px;
	text-align: center;
    font-size: 0px;
    line-height: 0px;
} 
.PagingPlateListContent ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-size: 0px;
    line-height: 0px;
} 
.PagingPlateListContent ul li
{
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.PagingPlateListItem
{
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
} 
.PagingPlateListActionItem
{
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
}
.PagingPlateItem
{
    min-width: 22px;
    width: auto !important;
    width: 22px;
    height: 22px;
    border: 1px solid #d2d6db;
    background-image: url('../Images/Design/Paging/item_bg.gif');
    background-repeat: repeat-x;
    background-color: #f5f7f8;
    font-size: 12px;
    line-height: 18px;
}  
.PagingPlateItemActive
{
    background-image: url('../Images/Design/Paging/item_active_bg.gif');
    background-color: #d1d6db;
}
.PagingPlateItemActive span
{
    color: #424852;
}