html, body
{
	color: #666666;
	background: #ffffff;
	font-family: Arial, sans-serif;
}

br
{
	clear: both;
}


.menu
{
	font-weight: bold;
}

/*
#site-list tr
{
	padding: 8px;
}
*/

#site-list tr.alt
{
	background-color: #f3f3f3;
}

#site-list tr.master
{
	background-color: #CDCDCD;
}

#site-list tr.header
{
	padding: 4px 8px;
	color: #ffffff;
	background: #666666;
	font-weight: bold;
}

#site-list td
{
	line-height: 1.3;
}

#site-list span.details
{
	clear: both;
	float: left;
	width: 20px;
	font-weight: bold;
}

.sub-form
{
	display: inline;
}

.sub-form input
{
	border: none;
	color: #ff6600;
	background: transparent;
	cursor: pointer;
}

#login, #install, #site-edit, #site-add, #site-import, #site-export, #options, #settings
{
	margin-left: 20px;
}


.error
{
	color: red;
	font-weight: bold;
}

.info
{
	color: green;
	font-weight: bold;
}


a:link, a:visited, a:active
{
	color: #ff6600;
	text-decoration: none;
}
a:hover, a:focus
{
	border-bottom: 1px solid #ff6600;
	outline: none;
	color: #666666;
	text-decoration: none;
}

a img
{
	border: none;
}


img
{
	border: none;
	vertical-align: middle;
}


form
{
	margin: 0px;
}

form p
{
	margin: 10px auto;
}

form p span.help
{
	padding-left: 20px;
	color: #aaaaaa;
	font-size: 13px;
}

form div.help
{
	margin: -10px auto auto 203px;
	color: #aaaaaa;
	font-size: 13px;
}

form div.help span
{
	color: #666666 !important;
}

label
{
	float: left;
	width: 200px;
	padding-bottom: 2px;
}


input, textarea, select
{
	width: 300px;
	padding: 2px 4px;
	border: 1px solid #f5f5f5;
	color: #666666;
	background-color: #f3f3f3;
	font-weight: bold;
	font-family: Arial, sans-serif;
	overflow: hidden;
}
input.submit
{
	width: auto !important;
	padding: 1px 3px;
	border: none;
	color: #ffffff;
	background-color: #666666;
	cursor: pointer;
}
input.checkbox
{
	width: auto !important;
	border: none;
	background-color: transparent;
}


#login input, #install input
{
	width: auto !important;
}


.footer
{
	padding: 15px 0px;
	font-size: small;
	text-align: center;
}
