.boxAdminGeneral
{
	padding : 5px;
	border : 1px solid #D3D3D3;
	background-color : #EEE;
}

.boxAdminGeneral a
{
	margin-right : 3px;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
	color : #1783CF;
}

.boxAdminGeneral a:hover { text-decoration : underline; }

/* Gridview */

.gridViewAdministration
{
	position : relative;
	width : 100%;
	margin : 0 auto;
	border-collapse : collapse;
	font-size : 12px;
	text-align : left;
	z-index : 2;
}

.gridViewAdministration th
{
	padding : 8px;
	background-color : #F8F8F8;
	font-size : 13px;
	font-weight : bold;
	color : #666;
}

.gridViewAdministration th img { vertical-align : middle; }

.gridViewAdministration td
{
	height : 33px;
	color : #666;
	font-weight : normal;
}

.gridViewAdministration .RowStyle { background-color : #dce1e9; }

.gridViewAdministration .AlternatingRowStyle { background-color : #ffffff; }

.gridViewAdministration .columsWrap { white-space : nowrap; }

.gridViewAdministration td a
{
	text-decoration : none;
	color : #0099CC;
}

.gridViewAdministration td a:hover
{
	text-decoration : underline;
	color : #0066CC;
}

/* End Gridview */

/* Pager */

.pagerInfo
{
    float : left;
    height : 25px;
    margin : 2px 20px 0 0;
    border-bottom : 1px solid #EEE;
    border-top : 1px solid #EEE;
    line-height : 25px;
}

.pagerOtherPage {}

.pagerOtherPage a
{
    display : block;
    float : left;
    width : 20px;
    height : 20px;
    margin-right : 4px;
    padding : 4px;
    border : 1px solid #EEE;
    -moz-border-radius : 5px;
    -webkit-border-radius : 5px;
    background-color : #FFF;
    font-weight : bold;
    text-align : center;
    text-decoration : none;
    color : #000;
}

.pagerOtherPage a:hover
{
    border : 1px solid #FFF;
    background-color : #D8D8D8;
    color : #fff;
}

.pagerCurrentPage
{
    float : left;
    width : 20px;
    height : 20px;
    margin-right : 4px;
    padding : 4px;
    border : 2px solid #fff;
    -moz-border-radius : 5px;
    -webkit-border-radius : 5px;
    background-color : #D8D8D8;
    text-align : center;
}

.pager { padding : 8px; }

/* End Pager */

#sugg,
#suggDomainName,
#suggContactName,
#suggEmailAddress
{
    display : none;
    position : absolute;
	top : 30px;
    left : 32%;
    width : 400px;
    padding : 3px;
	background-color : #EEE;
    border : 1px dotted #666;
    z-index : 1092;
}

#sugg a,
#suggDomainName a,
#suggContactName a,
#suggEmailAddress a
{
    display : block;
    padding : 3px 5px 3px 5px;
    font-size : 11px;
    text-decoration : none;
}

#sugg a:hover,
#suggDomainName a:hover,
#suggContactName a:hover,
#suggEmailAddress a:hover
{
    display : block;
    font-size : 11px;
    text-decoration : underline;
}

#sugg .activeSuggestion,
#suggDomainName .activeSuggestion,
#suggContactName .activeSuggestion,
#suggEmailAddress .activeSuggestion
{
    background-color : #FFF;
    font-weight : bold;
    text-decoration : none;
    color : #666;
}

.recordsReport
{
    background-color : #0099CC;
    border-bottom : 1px dashed silver;
    color : #FFFFFF;
    font-size : 12px;
    padding : 4px;
}

.subContainerInfoBox
{
    background-color : #F8F8F8;
    -moz-border-radius : 8px;
    -webkit-border-radius : 8px;
    padding : 10px;
    margin-bottom : 14px;
    border : solid 1px silver;
	overflow : auto;
}

a.adminLink
{
    color : #0099CC;
    text-decoration : underline;
}

a.adminLink:hover
{
    color : #0066CC;
    text-decoration : none;
}

/* Edit Page */

.ajax__htmleditor_editor_default { width : 965px; }

/* Fine Edit Page */

.adminLoading
{
	width : auto;
	height : 50px;
	background : url(/App_Themes/Default/images/images-Administration/adminLoading.gif) no-repeat center center;
}
