html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin			: 0;
    padding			: 0;
    border			: 0;
    font-size		: 100%;
    font			: inherit;
    vertical-align	: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display			: block;
}
body
{
    line-height		: 1;
}
ol, ul
{
    list-style		: none;
}
blockquote, q
{
    quotes			: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content			: '';
    content			: none;
}
table
{
    border-collapse	: collapse;
    border-spacing	: 0;
}

html, body
{
	display			: inline-block;
	height			: 100%;
	width			: 100%;
	margin			: 0;
}

body
{
	color			: white;
	font-family		: 'Verdana', sans-serif;
	background		: rgb(0,0,0);
	background		: linear-gradient(140deg, rgba(0,0,0,1) 0%, rgba(65,65,65,1) 6%, rgba(0,0,0,1) 22%, rgba(117,117,117,1) 65%, rgba(210,210,210,1) 88%, rgba(117,117,117,1) 95%, rgba(0,0,0,1) 100%);
	background-attachment: fixed;
}

#container
{
	height			: 100%;
	width			: 100%;
	display			: flex;
	vertical-align	: middle;
	justify-content	: center;
	align-items		: center;	
}

header
{
	position		: fixed;
	top				: 0;
	width			: 100%;
	text-align		: right;
	float			: right;
	z-index			: 9999;
}

form
{
	width			: 200px;
	height			: 200px;
	margin			: auto;
}

form input
{
	width			: 100%;
	margin			: auto;
	margin-bottom	: 15px;
}

.ui-controlgroup-vertical
{
	width			: 250px;
}

#Redirs,
#Links
{
	height			: 400px;
}

.ui-button.ui-widget
{
	width			: 100%;
}

button.green-button, button.green-button:focus
{
	background		: url(/jquery-ui-1.13.2.custom/images/green/ui-bg_highlight-soft_60_4ca20b_1x100.png) repeat-x center;
	border			: 1px solid #4ca20b;
	color			: #FFFFFF;
}
button.green-button:hover
{ 
	background		: url(/jquery-ui-1.13.2.custom/images/green/ui-bg_highlight-soft_50_4eb305_1x100.png) repeat-x center;
	border			: 1px solid #4eb305;
	color			: #FFFFFF;
}
button.green-button:active
{
	background		: url(/jquery-ui-1.13.2.custom/images/green/ui-bg_highlight-soft_60_4ca20b_1x100.png) repeat-x center;
	border			: 1px solid #4ca20b;
	color			: #132b14;
}

button.blue-button, button.blue-button:focus
{
	background		: url(/jquery-ui-1.13.2.custom/images/blue/ui-bg_gloss-wave_75_2191c0_500x100.png) repeat-x center;
	border			: 1px solid #2191c0;
	color			: #FFFFFF;
}
button.blue-button:hover
{ 
	background		: url(/jquery-ui-1.13.2.custom/images/blue/ui-bg_gloss-wave_45_e14f1c_500x100.png) repeat-x center;
	border			: 1px solid #e14f1c;
	color			: #FFFFFF;
}
button.blue-button:active
{
	background		: url(/jquery-ui-1.13.2.custom/images/blue/ui-bg_gloss-wave_75_2191c0_500x100.png) repeat-x center;
	border			: 1px solid #2191c0;
	color			: #2191c0;
}

#TblRedirsPainel,
#TblLinksPainel
{
	width			: 400px;
	padding-left	: 10px;
}

#TblRedirsPainel > div label,
#TblLinksPainel > div label
{
	font-weight		: bold;
}

#TblRedirsPainel > div input,
#TblRedirsPainel > div label,
#TblLinksPainel > div input,
#TblLinksPainel > div label
{
	width			: 100%;
	margin			: auto;
	margin-bottom	: 15px;
}

#TblRedirsPainel > div label#RedirNovoFormMsg,
#TblRedirsPainel > div label#RedirModificarFormMsg,
#TblLinksPainel > div label#LinkNovoFormMsg,
#TblLinksPainel > div label#LinkModificarFormMsg

{
	color			: red;
}

#TblRedirsPainel > div button,
#TblLinksPainel > div button
{
	margin-top		: 15px;
}

#Redirs,
#Links
{
	overflow		: hidden;
}

#TblMainRedirs,
#TblMainLinks
{
	height			: 400px;
	max-height		: 400px;
}

#GridRedirs td div,
#GridLinks td div
{
	width			: 100%;
	height			: 320px;
	max-height		: 320px;
	overflow-y		: scroll;
	overflow-x		: hidden;
}