@import '/css/messages.css';

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #ddd;
}

h1 {
  color: darkblue;
  font-size: 32px;
  font-weight: bolder;
  padding: 5px;
  margin: 8px;
}

h2 {
  color: darkblue;
  font-size: 24px;
  font-weight: normal;
  padding: 5px;
  margin: 6px;
}

h3 {
  color: darkblue;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  padding: 5px;
  margin: 4px;
}

h4 {
  color: darkblue;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  margin: 3px;
}

p {
	margin: 8px 5px;
}

ul {
	margin: 5px;
}

ol {
	margin: 5px;
}

li {
	margin:8px 3px;
}

img {
	margin: 5px;
}

.indent {
	margin-left: 25px;
}
.main_title {
    font-size: 56px;
    font-weight: bold;
    color: black;
    text-align: center;
}

.left,
.text-left
{
    text-align: left;
}

.center,
.centre,
.text-center,
.text-centre
{
    text-align: center;
}

.right,
.text-right
{
    text-align: right;
}

.greenback_lt {
	background-color: #efe;
}

.blueback_lt {
	background-color: #eef;
}

.red {
	color: red;
}

.download_group {
	background-color: #bcc;
	color: #eee;
	border: 2px solid #44c;
	margin: 10px;
	padding: 3px 5px 6px 5px;
	border-radius: 6px;
}

hr{
    width: 100%;
    height: 3px;
    color: #7f7faf;
}

table {
    background-color: #aac;
}

table.layout,
table.layout td
{
	border-width: 0;
	border-collapse: collapse;
} 

table.layout td
{
	border-width: 0;
} 

tr {
    background-color: #eef;
}

.tr_alert {
    background-color: #fdd;
}

th {
    padding-left: 8px;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    background-color: #ccf;
}

.td_strong {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}

td {
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    text-align: left;
    margin: 2px;
}


#menu_bg {
    background-color: #cdf;
    background-image: none;
}

#menu_bg a {
}

.menu_group {
    margin: 4px;
    margin-top :10px;
    padding: 4px;
    background-color: #eee;
    border: 1px solid #bbb;
}

.menu_entry {
    font-size: 12px;
    margin: 4px;
    padding: 2px;
}

.menu_title {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    margin-left: 4px;
    margin-top: 4px;
    margin-right: 8px;
    margin-bottom: 4px;
    padding: 3px;
}

#page-header {
	color: #222;
	padding: 2px 5px;
	font-size: 75%;
	background: #008; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#46e, #238); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#46e, #238); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#46e, #238); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#46e, #238); /* Standard syntax */
	-webkit-border-radius-topright: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-radius-topleft: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;	
}

.header-text {
	font-size: 400%;
	font-weight: bold;
	color: white;
	margin: 5px;
}

.no-deco {
	text-decoration: none;
	color: inherit;	
}

.header-logo {
	margin-right: 10px;
	float: right;
}

#page-content {
	background-color: #eee;
	text-align: center;
	margin: auto;
	padding: 10px;
}

#content-centre,
#content-center
{
	max-width: 900px;
    min-height: 500px;
	background-color: #eee;
	text-align: center;
	margin: auto;
	padding: 10px;
	border-left: 1px solid #aac;
	border-right: 1px solid #aac;
}

#page-footer {
	border-top: 2px solid #444;
	background-color: #eee;
	color: #222;
	padding: 3px 5px;
	font-size: 80%;
}

.footer-text {
	font-size: 75%;
	margin: 5px;	
}

.clear {
	clear: both;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: auto;
}

hr.listend {
	width: 40%;
	color: #88a;
}

table.stripe thead tr {
	background-color: #dbd;
	font-weight: bold;
}

table.stripe tbody tr:nth-child(odd) {
	background-color: #fff;
	color: #000;
}

table.stripe tbody tr:nth-child(even) {
	background-color: #cdc;
	color: #454;
}

table.dirlist {
	width: 100%;
}

.dirlist tbody td {
	padding-top: 1px;
	padding-bottom: 1px;
}

.dirlist td a {
	margin: 2px;
} 

.dirlist td img {
	margin: 0px 10px 0px 2px;
}

table.userlist {
	width: 100%;
}

.userlist td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.userlist button {
	border: 1px solid #999;
	border-radius: 3px;
	margin: 1px 2px;
	padding: 0;
}

.userlist button:hover {
	background-color: #ddf
}

.userlist button img {
	margin: 2px;
}

.userinfo_L {
	float: left;
}

.userinfo_R {
	float: right;
}

#phpinfo_frame {
	width: 1000px;
	min-height: 1000px;
}

div.toolbar {
	background: linear-gradient(#ccc, #999, #888, #777, #444);
}

.toolbar button {
	margin: 1px;
	padding: 2px;
	border-width: 1px;
	border-radius: 5px;
	background: linear-gradient(#eee, #bbb, #aaa, #777);
}

.toolbar button:hover {
	background: linear-gradient(#9ac, #89b, #78a, #457);
}

.toolbar button img {
	margin: 1px;	
}



