/*##################################################################################
#    Copyright (C) 2012 by Fabio Di Sotto {fabio.disotto@gmail.com}
#
#    This program is free software; you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation; either version 2 of the License, or
#    (at your option) any later version.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with this program; if not, write to the Free Software
#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
##################################################################################*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;

}
ol, ul {
    line-height: 130%;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}


body {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    color: #020b12;
    background-image: none;
    background-color: #D8D8D8;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left top;
}

p {
    color: #000000;
}

a {
	cursor: pointer;
    text-decoration: none;
    font-size: 11px;
    /*border-bottom: 1px dotted #333333;*/
}


h1 {
    color: #999999;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    padding-left: 5px;
    padding-bottom: 7px;
}

h2 {
    color: #999999;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
}

h4 {
    color: #999999;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
}

p {
    line-height: 130%;
}

#content {
    margin-left: auto;
    margin-right: auto;
    height: auto !important;
    overflow: hidden;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 20px;
}

/* start menu */

nav {
    margin-bottom: 30px;
    text-align: center;
    background-image: url(../images/bg-menu.png);
    background-repeat: repeat-x;
    background-position: top left;
}

nav ul ul {
    display: none;
}

nav ul li:hover > ul {
    display: block;
}

nav ul {
    padding: 0;
    border-radius: 5px;
    list-style: none;
    position: relative;
    display: inline-table;
    color: #FFFFFF;
}

nav ul:after {
    content: ""; clear: both; display: block;
}

nav ul li {
    float: left;
}

nav ul li:hover {
    background: #264C67;
}

nav ul li:hover a {
    color: #fff;
}

nav ul li a {
    display: block;
    padding: 15px 20px;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 0;
}

nav ul ul {
    background: #5f6975;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 100%;
}

nav ul ul li {
    float: none; 
    border-top: 1px solid #6b727c;
    border-bottom: 1px solid #575f6a;
    position: relative;
    width: auto;
}

nav ul ul li a {
    width: max-content;
    padding: 10px 25px;
    color: #fff;
}	
nav ul ul li a:hover {
    background: #264C67;
}

nav ul ul ul {
    position: absolute; left: 100%; top:0;
}

/* end menu */

#central {
    width: 960px;
    margin: 0 auto;
    padding: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
}

#central a {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    color: #264C67;
}

#central a:hover {
    color:#468CBE;
}

form {
    text-align: center;
    margin-left: 250px;
}

.textbox {
    display: inline;
    width: 288px;
    height: 22px;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: solid 1px #ABADB3;
    color: black;
    font-size: 14px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}

.form_table {
    float: left;
}

.form_table h4 {
	text-align: left;
	display: inline-block;
    padding: 0 20px 0 0;
}

.form_table span {    
	float: right;
}

form#shrink {
	position: relative;
}

form#shrink:after {
	content: "";
	display: table;
	clear: both;
}

form#shrink input.button {
	position: absolute;
	bottom: 0;
	right: 0;
}

.smallText {
	font-size: .5rem;
}	

.button {
    display: block;
    height: 37px;
    padding: 5px;
    margin: 0;
    text-align: center;
    font-weight: normal;
    font-size: 12px; 
    line-height: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    background-color: #616364; 
    background-position: 0 -482px;
    font-size: 24px;
    line-height: 28px;
    border: #91CC00;
    white-space: nowrap;
    float: left;
}

.button:hover {
    background-color: #468CBE;
    background-position: 0 -532px
}

table {
    border-spacing: 2px;

}

table td {
    padding: 5px;
    vertical-align: middle;
}

#status {
    background-color: #FF0000;
    text-align: center;
    font-size: 15px;
    color: #000000;
    padding: 5px;
	height: 17px;
    border-radius: 5px;
    -moz-border-radius: 5px;
	display:none;
}

.url_list {
    padding: 10px;
    margin-top: 10px;
}

#pagination table {
    border: 1px solid #000000;
}

#pagination table th {
    padding: 7px;
    background-image: url(../images/bg-menu.png);
    background-repeat: repeat-x;
    background-position: top left;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}

#pagination a {
    font-size: 12px;
}

.stats {
    padding-left: 350px;
}

.stats td {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

#pages ul {
    background: #468CBE;
    border-radius: 5px;
    list-style: none;
    position: relative;
    color: #FFFFFF;
}

#pages ul li {
    float: left;
    padding: 3px;
    background: #468CBE;
    margin: 0 .3em 0 0;
}

#pages ul li:hover {
    background: #610B21;
}

#pages ul li:hover a {
    color: #fff;
}

#pages ul li a {
    display: block;
    padding: 15px 20px;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 0;
}

pre {
    font-size: 12px;
    padding: 0;
    margin: 20px;
    background: #f0f0f0;
    border-left: 1px solid #ccc;
    line-height: 20px;
    background: url("../images/pre_bg.gif") repeat-y left top;
    overflow: auto;
    overflow-Y: hidden;
    text-align: left
}

pre code {
    margin: 0 0 0 40px;
    padding: 18px 0;
    display: block;
}

.code {
    margin: 20px 0;
}

.footer {
    text-align: right;
    margin-top: 40px;
    padding-right:20px;
    padding-top: 20px;
    display: block;
    font-family: verdana;
    font-size: 10px;
    padding-bottom:10px;
    line-height:15px;
    margin: 0 auto;
    color: #999999;
    background-color: #0B3861;
}

.footer a {
    color: #000000;
}

.footer a:hover {
    color: #FFFFFF;
}

.success {
	color: #00CC00;
}

.fail {
	color: #CC0000;
}