/*

	Core Control Panel : Cross-Platform hosting management software.
	
	Author:	 Luke Chavers
	URL:	 http://www.CoreCP.com/
	Support: support@corecp.com

	Default Skin
	- Version: 1.0
	
	CONFIG.CSS
	- Version: 1.0
	- This stylesheet defines how configuration settings are displayed, primarily on
		the 'Configure Application Instance' pages.


	Testing Using:
	- Internet Explorer 6.0
	- Firefox 1.0.6 (Mozilla)

*/

TD.Config_SectionCap {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 2px dashed #666666;
	padding-top: 12px;
}

TD.Config_ItemLabel_A {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px dashed #DEDEDE;
	text-align: right;
	width: 40%;
	padding: 5px 5px 5px 5px;
}

TD.Config_ItemSelector_A {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px dashed #DEDEDE;
	text-align: left;
	width: 1%;
	padding: 5px 5px 5px 5px;
}

TD.Config_ItemHelp_A {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px dashed #DEDEDE;
	text-align: left;
	width: 59%;
	padding: 5px 5px 5px 5px;
}

TD.Config_ItemLabel_B {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px dashed #DEDEDE;
	text-align: right;
	width: 40%;
	padding: 5px 5px 5px 5px;
	background-color: #FAFAFA;
}

TD.Config_ItemSelector_B {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px dashed #DEDEDE;
	text-align: left;
	width: 1%;
	padding: 5px 5px 5px 5px;
	background-color: #FAFAFA;
}

TD.Config_ItemHelp_B {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px dashed #DEDEDE;
	text-align: left;
	width: 59%;
	padding: 5px 5px 5px 5px;
	background-color: #FAFAFA;
}

TD.Config_Button_TD {
	padding-top: 15px;
	padding-bottom: 15px;
}

.Config_Button {
	color: #666666;
	border-left: 1px solid #D0D0D0;
	border-top: 1px solid #D0D0D0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	padding: 4px 4px 4px 4px;
	background-image: url(/images/WhiteButtonBack.png); 	
}
