/* @override http://journeyto2012new.parenthesis.myzen.co.uk/css/admin.css */

/* s1lverPHP admin base css styles */

/* containers and alignment */

fieldset
{
}

fieldset div
{
	padding: 10px;
}

label
{
	float: left;
	text-align: right;
	margin-right: 10px;
	clear: both;
}

legend
{
	padding-left: 5px;
	padding-right: 5px;
}

input, select, textarea, iframe
{
	float: left;
	margin-bottom: 10px;
}

input[type=text], textarea
{
	width: 400px;
}

input[type=file]
{
	width: 400px;
}

input[type=button], input[type=submit]
{
	font-size: 18px;
	padding: 15px;
	color: #666666;
	float: none;
}

img.calendar_icon 
{
	float: left;
	margin-left: 5px;
}

div.admin_buttons
{
	clear: both;
	margin-top: 10px;
	text-align: center;
}

div.admin_buttons input
{
	margin-left: 15px;
}

#validation_errors
{
	width: 300px;
	background-color: #CC0000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	display: none;
}

h3
{
	font-weight: bold;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	clear: both;
	float: left;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}

div.mtm_container
{
	float: left;
	height: 150px;
	overflow: scroll;
	margin-bottom: 20px;
	clear: both;
}

input.mtm_checkbox
{
	clear: left;
	width: auto; 
	margin-right: 5px;
}

label.mtm_label
{
	margin: 0px; 
	padding: 0px; 
	text-align: left; 
	clear: none; 
	margin-bottom: 10px;
}

/* generic formatting */

table.admin_list
{
	border-width: 0px;
	border-style: none;
}

table.admin_list th
{
	padding: 5px;
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

table.admin_list tr td
{
	padding: 3px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* specifics */

input.datebox
{
	width: 75px;
}

.cms_image, .cms_file
{
	float: left;
	clear: both;
	margin-bottom: 10px;
}

.cms_filebrowser_image, .cms_filebrowser_link
{
	float: left;
	margin-bottom: 5px;
}

input.cms_file_browser_box
{
	width: 250px;
}

.cms_file_browser_link
{
	float: left;
	margin-left: 10px;
}

.cms_image_cropper_link
{
	clear: both;
	float: left;
	margin-left: 10px;
}

.cms_image_options
{
	float: left;
	margin-left: 10px;
}

.cms_image_checkbox, .cms_file_checkbox
{
	float: left;
	margin-left: 10px;
}

input.cms_image_resize
{
	width: 30px;
	height: 12px;
	line-height: 12px;
	margin-left: 10px;
}

.cms_image_checkbox_label, .cms_file_checkbox_label
{
	float: left;
	margin-left: 10px;
	color: #CC0000;
}

.required
{
	color: #CC0000;
}

.back_link
{
	text-align: center;
	margin-top: 15px;
}

/* login form */
#frm_login fieldset
{
	width: 350px;
}

#frm_login input[type=text], #frm_login input[type=password] 
{
	width: 100px;
}

#frm_login label 
{
	width: 100px;
	text-align: right;
}

#frm_login div
{
	padding: 10px;
}

.login_text
{
	color: #666666;
	margin-top: 5px;
	margin-bottom: 10px;
}

#frm_login input[type=submit]
{
	float: left;
	clear:both;
	margin-left: 125px;
}

/* temporary */
#adminInfo h1
{
	font-size: 18px;
	line-height: 24px;
	color: #999999;
	margin-bottom: 10px;
}