/**********************************************************************************
** $Id::                                                                      $: **
** $Revision::                                                                $: **
** $Date::                                                                    $: **
** Copyright (c) 2007-09 ScarlettVisionMedia                                     **
** All Rights Reserved                                                           **
**********************************************************************************/

/* general */
body {
	margin: 0px;
	padding: 0px;
	background: #fff url(../../images/admin/back.png) repeat-y scroll top left;;
}

body,td {
	font: 12px verdana, sans-serif;
	line-height: 120%;
}

a {
	color: #005FA9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font: bold 1.5em verdana,arial,sans-serif;
	margin: 10px 0px;
	padding: 3px 0px;
	color: #555;
}

h2 {
	font: 1.4em verdana,arial,sans-serif;
	margin: 2px 0px;
	padding: 0px 0px;
	color: #559;
	text-decoration: none;
}

h3 {
	font: bold 1.3em verdana,arial,sans-serif;
	margin: 2px 0px;
	padding: 0px 0px;
	color: #559;
}

form {
	display: inline;
	margin: 0px;
	padding: 0px;
}


#cms_page_title {
	font: bold 1.5em verdana,arial,sans-serif;
	color: #fff;
	background: #fff url(../../images/admin/header_title.png) repeat-x scroll top left;
	height: 35px;
	padding: 2px 20px 6px;
}

#cms_page_title div.breadcrumb { display:inline; font:bold 12px verdana,helvetica,sans-serif; color:#fff; padding-left:10px; }
#cms_page_title a.breadcrumb { font:normal 12px verdana,helvetica,sans-serif; color:#ffc; text-decoration:none; }
#cms_page_title a.breadcrumb:hover { font:normal 12px verdana,helvetica,sans-serif; color:#ffc; text-decoration:underline; }

#left_menu {
	margin:0px;
}

#left_menu_actions {
	display:none;
}

table.cms_box {
	font: normal 1.1em verdana,arial,sans-serif;
	text-decoration: none;
}
table.cms_box th {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border: 1px solid #aaaaaa;
	background: #e6e6e6 url(../../images/admin/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x scroll 50% 50%;
	color: #222222;
	font: normal 1em verdana,arial,sans-serif;
	padding: 0.6em 0.5em;
}
	
table.cms_box td {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
	color: #555;
	padding: 0.4em;
}
.cms_button_box {
	text-align: center;
	padding: 4px 0px 0px;
}
.cms_button_box button, button.cms {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
	margin: 0px 8px 0px 0px;
	
	border: 1px solid #aaaaaa;
	background: #e6e6e6 url(../../images/admin/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x scroll 50% 50%;
	color: #222222;
	font: normal 1em verdana,arial,sans-serif;
	
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
}
.cms_button_box button:hover, button.cms:hover {
	color: #212121;
	background: #dadada url(../../images/admin/jquery-ui/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #999999;
}
.cms_button_box button:active, button.cms:active {
	color: #212121;
	background: #ffffff url(../../images/admin/jquery-ui/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border: 1px solid #aaaaaa;
}
.cms_button_box button { margin-bottom:4px }

#progress_bar { position:absolute; left:100px; top:16px; height:auto; display:none; }

#cms_table img { vertical-align:middle; }

table.order_info td { min-width:250px; width:auto !important; width:250px; padding:3px; }
table.order_info td span { font-weight:bold; display:block; }
table.order_info td div { padding-left:10px; }

table.order_details { font-size:12px; width:100%; border:1px solid #e0e0e0; }
table.order_details thead th { background:#e0e0e0; color:#111; font-weight:bold; }

table.order_history { font-size:12px; border:1px solid #e0e0e0; }
table.order_history thead th { padding:3px 6px; background:#e0e0e0; color:#111; font-weight:bold; text-align:center; }
table.order_history tbody td { padding:3px; }

table.order_status { font-size:12px; margin:20px 0px; border:1px solid #e0e0e0; }
table.order_status thead th { padding:3px 6px; background:#e0e0e0; color:#111; font-weight:bold; text-align:left; }
table.order_status tbody td.label { font-weight:bold; padding:3px; }
table.order_status tbody td.data { padding:3px; }
table.order_status tbody td.buttons { text-align:center; }

#phpinfo {background-color: #ffffff; color: #000000;}
#phpinfo pre {margin: 0px; font-family: monospace;}
#phpinfo a:link {color: #000099; text-decoration: none; background-color: #ffffff;}
#phpinfo a:hover {text-decoration: underline;}
#phpinfo table {border-collapse: collapse;}
#phpinfo .center {text-align: center;}
#phpinfo .center table { margin-left: auto; margin-right: auto; text-align: left;}
#phpinfo .center th { text-align: center !important; }
#phpinfo td, #phpinfo th { border: 1px solid #000000; font-size: 75%; vertical-align: baseline;}
#phpinfo h1 {font-size: 150%;}
#phpinfo h2 {font-size: 125%;}
#phpinfo .p {text-align: left;}
#phpinfo .e {background-color: #ccccff; font-weight: bold; color: #000000;}
#phpinfo .h {background-color: #9999cc; font-weight: bold; color: #000000;}
#phpinfo .v {background-color: #cccccc; color: #000000;}
#phpinfo .vr {background-color: #cccccc; text-align: right; color: #000000;}
#phpinfo img {float: right; border: 0px;}
#phpinfo hr {width: 600px; background-color: #cccccc; border: 0px; height: 1px; color: #000000;}

.mceEditor { display:block; width:95%; }
