/************************/
/*   main body styles   */
/************************/

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	font-family: "Times New Roman", Helvetica, Arial, sans-serif; 								
	color: #333;
	text-align: center; /* <-- center design in browser for IE */
	background: #fff;
}

div { font-size: 100%; text-align: left; }

p { }

a:link, a:visited {
	color: blue;
	text-decoration: underline;
}

a:hover, a:active {
	color: orange;
	text-decoration: underline;
}

/************************/
/* main layout elements */
/************************/

#admin-inner {
	margin-left: 201px;
	width: 499px;
	background: url('../images/bg_form.gif') repeat-y 0 0;
}

p { }

	#admin-head div#header p { line-height: 1em; color: #009acc; text-align: right; }
	#admin-head div#header p em { font-style: normal; font-weight: bold; }

	h1 {
	padding: 0px 25px 0px 25px;
	font-size: 230%;
	font-weight: bold;
	}

	h3 {
	font-size: 160%;
	color: #215d70;
	font-weight: normal;
	}


	#admin-inner h2 {
		padding: 10px 0 10px 10px;
		font-size: 210%;
		color: blue;
	}

	#admin-inner h3 {
		padding: 10px 0 0px 0px;
		font-size: 130%;
		color: #215d70;
	}

	div#categories h2 {
		display: block;
		width: 90px;
		color: #009acc;
		line-height: 1.2em;
		padding: 0;
		border: 0;
		background: none;
		font-size: 100%;
	}

form { }

	#admin-inner form { width: 92%; }
	* html #admin-inner form { font-size: 100%; }
	
		#admin-inner fieldset {	
			clear: both;
			margin: 0;
			border: 0; 
			padding: 0 12px 12px 12px;
		}
		
		#admin-inner fieldset#buttons { border: 0; padding-top: 12px; }
		#admin-inner fieldset#home-features { padding-top: 12px; border-bottom: 0; }
		#admin-inner legend { height: 0; }
		#admin-inner fieldset#home-features legend { text-indent: 0; height: auto; color: #999; padding: 1em; background-color: #fff; }
		
		#admin-inner fieldset input { margin-left: 10px; padding: 3px; width: 340px; border: 1px solid #ccc; }
		#admin-inner fieldset input.sm-field { width: 90px; }
		#admin-inner fieldset select { margin-left: 10px; padding: 3px; border: 1px solid #ccc; }
		#admin-inner fieldset#login input { width: 200px; }
		#admin-inner textarea { width: 100%; height: 100%; }
		
		#admin-inner textarea { height: 150px; }
		
		#admin-inner .button, #admin-inner .button2, #admin-inner .add-button, #admin-inner fieldset#login .button { 
			float: right;
			padding: 0;
			width: 104px;
			height: 31px;
			text-align: center;
			line-height: 31px;
			background: url('../images/b_bg-button.gif') no-repeat 0 0;
			border: 0;
			color: #fff;
			font-weight: bold;
			font-size: 90%;
			cursor: pointer;
			text-decoration: none;
		}
		
		#admin-inner fieldset#login .button { margin-right: 135px; }
		
		#admin-inner .add-button { margin-top: 0px; margin-right: 12px; }
		
		#admin-inner .button2 { background: url('../images/b_bg-button-alt.gif') no-repeat 0 0; color: #215d70; }
		#admin-inner .add-button a, #admin-inner .add-button a:link, #admin-inner .add-button a:visited, #admin-inner .add-button a:hover, #admin-inner .add-button a:active { display: inline; width: 100%; height: 100%; color: #fff; text-decoration: none; line-height: 31px; font-size: 98%; }
		
		#admin-inner form p {
			clear: both;
			margin: 10px 0;
		}
		
		#admin-inner p label {
			float: left;
			display: block;
			padding-top: 4px;
			width: 90px;
			color: #009acc;
			line-height: 1.2em;
			font-weight: bold;
		}
		
		#admin-inner p label.long { width: 500px; }
		#admin-inner p label em { padding-left: 20px; font-size: 90%; }
		#admin-inner p label span { padding-left: 10px; color: #000; }
		
		#admin-inner fieldset#page-context p label {
			float: none;
			margin-bottom: 5px;
		}

/* custom */
.bg {margin:0px auto; width:734px; height:600px; background: url('../images/new.sample.1.jpg') no-repeat;}

/* ie */
* html div { font-size: 100%; }
* html #admin-head div#header, * html #admin-head div.abt-stamp, * html #admin-menu, * html #admin-footer div.abt-stamp, * html #admin-head h1, * html #admin-inner div#categories ul li, * html #admin-inner .button, * html #admin-inner .button2, * html #admin-inner .add-button, * html #admin-inner div#categories ul li label
{ display: inline; }
* html #admin-inner fieldset#page-misc p { padding-top: 10px; }
* html #admin-inner fieldset#page-misc p label { display: inline; margin-top: -8px; }
* html #admin-inner { overflow: hidden; }
* html div#categories h2 { border-bottom: 0; }
* html #admin-inner fieldset input { padding: 3px; width: 325px; }
* html #admin-inner fieldset#page-misc input { width: 21px; }
* html #admin-inner .button, * html #admin-inner .button2, * html #admin-inner .add-button, * html #admin-inner  fieldset#login .button {
	width: 104px;
	height: 31px;
	font-size: 90%;
}
* html #admin-inner fieldset#buttons p { clear: none; float: right; width: 104px; }
* html .check, * html .check-off { border: 1px solid #fff; }
* html fieldset#page-misc p .check, * html fieldset#page-misc p .check-off { float: right; margin-top: -10px; }