﻿/*

Style Sheet For Maxthon Setup Center v2.0.3
Last Modified: 2006-12-25 11:35:26
SiC

Note: This is a HTML 4 page, css might differ from XHTML page

*/

/****** General Styles ******/

/* text */
th, td{
	font-size:97%;
}
p {
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

input.text{
	margin:0px;
	border:1px solid #CCCCCC;
	background-color: #FBFFF7;
	width: 99%;
	vertical-align: middle;
}
select {
	vertical-align: middle;
}

/* general */
th{
	color: #666666;
	font-weight: bold;
	text-align: left;
}
h5{
	font-size: 100%;
	font-weight: bold;
	color: #535353;
	padding: 3px;
	margin: 3px;
	margin-left: 0px;
	margin-bottom: 5px;
}

/* layout */
.sidebar{
	background: #FAF9F8 url(css/bg_sidebar.png) right repeat-y;
}
.content{
	padding: 10px 10px 10px 15px;
}

/* controls */
.header-buttons{
	border-left: none !important;
}

#pageHeader{
	color: black;
	font-weight: bold;
	padding: 0px 30px 0px 20px;
}
#msgBox{
	color: #CC6600;
}


/*
////////////////	CUSTOM STYLES /////////////////
*/

/* page links */

.pageLinks{
	text-align: center;
	margin: 10px;
}
#pageLinks a:link,
#pageLinks a:active,
#pageLinks a:visited,
#pageLinks a:hover
{
	text-align: left;
	color: #756A4F;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	padding: 6px 10px 6px 10px;
	margin: 1px;
}
#pageLinks a:hover
{
	padding: 5px 9px 5px 9px;
	color: #395500;
	border: 1px solid #E4EDFA;
	background: #F4FBE1 url(css/base/bg_btn_hover.png) top repeat-x;
}/*
#pageLinks a:link.active,
#pageLinks a:active.active,
#pageLinks a:visited.active,
#pageLinks a:hover.active{
	color:#9C8D6B;
	padding:5px 9px 5px 9px;
	border:1px solid #CAC5BB;
	background:white url(css/bg_btn_pressed.png) top repeat-x;
}*/

/* common styles */
.item,
.item-disabled{
	padding: 3px;
}
.item-disabled{
	color: #999999 !important;
}
.color-spot{
	vertical-align: middle;
	width: 42px;
	padding: 2px 8px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.key-text{
	font-weight: bold;
}.indent{
	margin-left: 20px;
}
.comment{
	color: #999999;
	font-weight: normal;
}
.note {
	font-weight: normal;
	color: #CC3300;
}

/* magic form */
.form-table {
	background: #EDEBE4 !important;
}
.form-table td{
	cursor: auto !important;
	background: #F8F7F5 !important;
}
.form-table-section td{
	color: #666666 !important;
	background: #F1F0EB !important;
}
.form-table-header{
	white-space: nowrap;
	text-align: right;
}

.dataViewTable{
	background: #F4F2EC !important;
}
.dataViewTable td{
	cursor: auto !important;
	background: white !important;
}
.dataViewTable-separator td,
.dataViewTable-separator-hover td
{
	cursor: auto !important;
	background: #F4F2EC !important;
}

/* top strip for skin/plugin/filter pack manager */
.mananger-top{
	color: #CCCCCC;
	margin: 10px 0px 20px 5px;
}

/* edit table */
.maxTableControl{
	background: #EDEBE4;
}
.maxTableControl input.text{
	margin:0px;
	border:1px solid #CCCCCC;
	background-color: #FBFFF7;
	width: 99%;
	vertical-align: middle;
}

.maxTableControl textarea{
	margin:0px;
	border:1px solid #CCCCCC;
	background-color: #FBFFF7;
	width: 99%;
	vertical-align: middle;
}

.maxTableControl select{
	margin:0px;
	background-color: #FBFFF7;
	width: 99%;
	vertical-align: middle;
}

.maxTableControl th{
	color: #666666;
	font-weight: bold;
	background: #EDEBE4;
}
.maxTableControl td{
	cursor: pointer;
	background: #F8F7F5;
}
.maxTableControl-hover td{
	color: #CC6600;
	background: #F3FFE8;
}
.maxTableControl-edit td{
	background: #EBF4DD;
}

.maxTableControl-separator td,
.maxTableControl-separator-edit td{
	color: #666666;
	cursor: pointer;
	background: #F1F0EB;
	height: 6px;
}
.maxTableControl-separator-hover td{
	color: #CC6600;
	background: #E0E6B5;
	height: 6px;
}
.maxTableControl-separator-edit td{
	background: #EBF4DD;
}

.maxTableControl-buttons td{
	margin-bottom:6px;
	color: #99CC66;
	background: #F3FFE8;
}
.maxTableControl-controls{
	color: #999999;
	padding: 10px 5px 10px 5px;
}
.maxTableControl-note{
	margin: 5px 0px;
	color: #666666;
}

/* edit-table items */
.item-block{
	margin: 5px;
}
.item-block-selected td{
	background: white;
}
.item-block h5{
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: black;
}
.item-note{
	color: black;
}
.item-path{
	margin-top: 5px;
	color: #B3AC9F;
	font-weight: normal;
}
.item-description{
	color: #666666;
	margin-top: 10px;
}
.item-control{
	color: #999999;
	margin: 15px 0px 15px 0px;
}
.item-preview{
	float: left;
	width: 220px;
	height: 220px;
	overflow: hidden;
	background: #EDEBE4;
	border: 1px solid #DAD6C7;
}

.mouse-gesture-panel{
	display: inline;
	padding: 1px;
	background-color: #EAE8DF;
}
.mouse-gesture-set-panel{
	text-align: right;
	border-left: 1px dashed #EAE8DF;
}
.mouse-action-set-panel{
	color: #999999;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
