/*########################################################################
# Edit-Point 4.00 Beta - Simple Content Management System
# Copyright (c)2005-2008 Todd Strattman
# strattman@gmail.com
# http://covertheweb.com/edit-point/
# License: LGPL
########################################################################*/

/*---------- Script defaults. ----------*/
body {
	background: #fff;
	color: #333;
	margin: 10px;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
.main {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	border: 1px solid #ccc;
}
.main p {
	margin: 20px;
}
.main div {
	margin: 20px;
}
h1 {
	background: none;
	color: #333;
	padding: 3px;
	margin: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
}
hr {
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
}

input {
	background: #fff;
	color: #333;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
}
.ralign {
	text-align: right;
	border: 0;
}

.calign {
	text-align: center;
	border: 0;
}
/* Menu bar. */
.bar {
	color: #fff;
	background: #ccc;
	text-align: center;
	padding: 5px;
}

/*---------- Upload page. ----------*/
.upload {
	width: 100%;
	text-align: center;
}

.upload td {
	padding: 5px;
}

.upload p {
	margin: 0;
	width:800px;
}

.uploadlisttd {
	border: 1px solid #ccc;
}

.uploadlistname {
	border: 1px solid #ccc;
	width: 100px;
	text-align: center;
}

.uploadlistsize {
	border: 1px solid #ccc;
	width: 100px;
	text-align: center;
}

.uploadlistmod {
	border: 1px solid #ccc;
	width: 175px;
	text-align: center;
}

.uploadlistrename {
	border: 1px solid #ccc;
	width: 100px;
	text-align: center;
}

.uploadlistdelete {
	border: 1px solid #ccc;
	width: 0px;
	text-align: center;
}

.uploadlistloc {
	border: 1px solid #ccc;
	width: 350px;
	text-align: center;
}
/* Css popup in upload.php when ftp is used. */
#uploadpopup a, a:visited {
	text-decoration: underline;
	color: #0000cc;
	background: none;
	font-size: 12px;
}
#uploadpopup a span {
	display: none;
}
#uploadpopup a:hover {
	text-decoration: none;
	color: #333;
	background: none;
	font-size: 12px;
}
#uploadpopup a:hover span {
	background: #ddd;
	display: block;
	position: absolute;
	top: 35px;
	right: 0;
	/*width: 250px;*/
	padding: 5px;
	z-index: 1;
	color: #333;
	border: 1px #333 solid;
	text-align: left;
}

/*---------- Default links. ----------*/
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #0000cc;
	background: none;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: #333;
	background: none;
	font-size: 12px;
}

/*---------- Up/Down links. ----------*/
a.top:link, a.top:active, a.top:visited {
	color: #003399;
	background: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	text-decoration: underline;
}
a.top:hover {
	color: #333;
	background: none;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 9px;
	font-weight:bold;
	text-decoration: none;
}

/*---------- CSS popup in options.php. Describing php.ini values. ----------*/
#optionpopup a, a:visited {
	text-decoration: underline;
	color: #0000cc;
	background: none;
	font-size: 12px;
}
#optionpopup a span {
	display: none;
}
#optionpopup a:hover {
	text-decoration: none;
	color: #333;
	background: none;
	font-size: 12px;
}
#optionpopup a:hover span {
	background: #ddd;
	display: block;
	position: relative;
	top: 0;
	right: 0;
	/*width: 400px;*/
	padding-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	z-index: 1;
	color: #333;
	border: 1px #333 solid;
}
