/***************************************************************************
 *                               styles.css
 *                            -------------------
 *   begin                : Tuesday', Aug 15', 2002
 *   copyright            : ('C) 2008-2010 phpATM Dev Team
 *   email                : http://flavaclown.de/contact.php
 *
 *   $Id: styles.css,v 1.03 02/06/2008 0:28 Flava Clown $
 *
 *
 ***************************************************************************/
/***************************************************************************
 *
 *   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.
 *
 ***************************************************************************/

a:link {
	color: #0582c0;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	color: #0582c0;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #0582c0;
	font-size: 12px;
	text-decoration: underline;
}

body {
	background-color: #E5E5E5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#maintable {
	margin-top: 30px;
}

img {
	border: 0;
}

input {
	text-indent: 2px;
}

.gensmall {
	font-size: 10px;
	font-style: normal;
	color: #000000;
	background-color: #F5F5F5;
}

.main {
	background-color: #FFFFFF;
	border: 1px #ABABA9 solid;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

#phpatm, #phpatm a {
	color: #888888 !important;
	font-size: 9px !important;
	text-align: center;
}

.row1 {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #F5F5F5;
}

.row2 {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #F5F5F5;
}

.thHead {
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #4682B4;
	font-weight: bold;
}

.vform {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	color: #000000;
	font-size: 12px;
	font-style: normal;
}

.vform2 {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	color: #000000;
	font-size: 12px;
	font-style: normal;
}

.vform2:hover {
	border: 1px solid #0582c0;
}

/* Global */
#p-global {
	position: absolute;
	top: 0;
	right: 0.75em;
	font-family: sans-serif;
	font-size: 1em;
}

#p-global h5 {
	display: none;
}

#p-global ul {
	list-style: none;
	margin: 0;
	padding-left: 10em; /* Keep from overlapping logo */
	padding-top: 0.15em;
}

/* @noflip */
#p-global li {
	line-height: 1.125em;
	float: left;
}

/* This one flips! */
#p-global li {
	margin-left: 0.75em;
	margin-right: 1em;
	margin-top: 0.5em;
	padding-left: 1.5em;
	font-size: 1em;
	white-space: nowrap;
}

#p-global a {
	text-decoration: none;
	color: #0182c4;
	background: none;
}

#p-global a:visited {
	color: #0182c4;
}

#p-global a:hover {
	color: #0182c4;
}

#p-global a:hover, a:focus {
	text-decoration: underline;
}

#p-global a:active {
	color: #faa700;
}

#p-global #navWiki {
	background: url(images/books-icon.png) left no-repeat;
}

#p-global #navMail {
	background: url(images/mail-icon.png) left no-repeat;
}

#p-global #navPaste {
	background: url(images/paste-icon.png) left no-repeat;
}

#p-global #navStorage {
	background: url(images/storage-icon.png) left no-repeat;
}

#p-global #navForum {
	background: url(images/forum-icon.png) left no-repeat;
}

