@charset "utf-8";
/* CSS Document */

*
{
	margin:0px;
	padding:0px;
}

body, input, textarea
{
	font-family:Trebuchet MS1, Trebuchet MS, sans-serif;
	font-size:13px;
	color:#3e3e3e;
	text-align:left;	
}

img
{
	border:none;
}

a, .link
{
	text-decoration:none;
	cursor:pointer;
}
a:hover,
a.link:hover
{}

	body.draads a, 
	body.draads .link
	{
		color:#ec008c;
	}
	body.draads a:hover,
	body.draads a.link:hover
	{
		color:#d21484;		
	}
	
	
	body.tt a, 
	body.tt .link
	{
		color:#68adfa;
	}
	body.tt a:hover,
	body.tt a.link:hover
	{
		color:#278afd;		
	}	


h1, h2, p
{
	margin-bottom:20px;
}

h1
{
	font-size:50px;
	font-weight:normal;
	margin-bottom:10px;	
}

	body.draads h1
	{
		color:#ec008c;
	}
	body.tt h1
	{
		color:#278afd;
	}


.foundry-console
{
    border:1px solid #ccc;
    background-color: #fff;
    margin-bottom: 40px;
    padding:20px;
    width:100%;
}

.foundry-console.backup
{
    height:50px;
}

.foundry-console.upgrade
{
    height:500px;
}