﻿/*
Config.aspx
*/

form
{
   font-size: 12px;
   font-weight: normal;
   font-family: Arial;
   margin: 0;
   padding: 0;
}

form a
{
	color:#006DA4;
	text-decoration:underline;
}

form a:hover
{
    text-decoration: none;
}

/*
h2
{
    margin: 50px 0 0 50px;
        
}*/

/* Errorpage styles */
.appmsg
{
    margin: 0 0 1em 0;
    color: White;
    font-weight: bold;
    font-size: 1em;
    padding: 10px;
    display: none;
}

.appmsg-info
{
    background-color: Green;
    display: block;
}

.appmsg-warning
{
    background-color: Orange;
    display: block;
}

.appmsg-error
{
    background-color: #ff7d21;
    display: block;
}

#ContentError
{
	position: absolute;
	top: 150px;
	width: 99%;	
}

/* *************** Config.aspx ************************** */
#CachePanel
{
	margin:30px 60px 0 50px;
	font-size: 12px;	
	background-color: White;
	padding: 10px 10px 10px 10px;
}

#EnvironmentInfoPanel
{
	margin:30px 60px 0 50px;
	padding: 20px 0 0 0;
	border-top: 1px solid #c0c0c0;		
	background-color: White;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
}

#CachePanel a
{
	color: Navy;
	font-size: 13px;	
	font-weight: normal;
	text-decoration: none;
}

#CachePanel a:Hover
{
	color: #c0c0c0;
	text-decoration: underline;
}

#CachePanel h2
{
    margin: 0 0 10px 0 !important; 
    color: Black; 
    font-weight: bold;  
}

#CacheLinkList
{
	color: Navy;
	margin: 10px 0 0 10px;
}

#CacheLinkList li
{
	padding: 5px 0 5px 0;	
}

#CacheLinkList li.Level1 a
{
	font-weight: bold;
}

#CacheLinkList li.Level2
{
	text-indent: 20px;
	list-style-type: disc;
}

.InfoText
{
	color: #ff7d21;
	font-size: 13px;
	font-weight: bold;
}

/*
.selected
{
    font-weight: bold;
    font-size: 16px;
    color: #ccc !important;
}

.static
{
    font-size: 16px;
    color: #000;    
}*/
