body
{
	background: #fff url(/images/admin/background.jpg) top repeat-x;
	margin:  0;
	padding:  0;
	font-size: 12px;
	font-family: Ariel, "Lucida Grande", sans-serif;
	color: #64635f;
}

div#container
{
	margin:  0px auto;
	width: 970px;
}

div#main
{
	border: 1px solid #ece9d8;
	margin: 2px 8px 6px;
	background-color: #fff;
	margin-right: 200px;
	height: auto;
}

div.special_edit 
{
	border: 2px solid #BDB8AB;
	background-color: #fff;
  margin-left: 85px;	
  padding: 10px 0px;
}

div.special_edit p
{
    color: #64635F !important;
}

form.ajax
{
	margin: 0;padding: 0;
}

.ajax
{
	display: none;
}

/*<group=Top headers>*/

div#topbar
{
	background-color: #ece9d8;
/* no-repeat 4px top  url(/images/admin/logo_finda.gif); */
	border-bottom: 1px solid #817f73;
	margin-top: 1px;
	margin-bottom: 2px;
	text-align:  right;
	color: #6f6d62;
	height: 19px;
	line-height: 19px;
	padding-right: 5px;
	font-family: Verdana, "Lucida Grande", sans-serif;
}

div#topbar span, div#topbar a, div#topbar a:visited
{
	color: #000;
}

div#header a, div#header a:visited
{
	color: #6f6d62;
	text-decoration: none;
}

div#header
{
	height: 37px;
	border-bottom: 1px solid #cfcdc3;
	background: #fff repeat-x url(/images/admin/background_header.gif);
	padding: 3px 7px;
	font-family: Verdana, "Lucida Grande", sans-serif;
}

div#header h2
{
	margin-top: -2px;
}

div#menubar
{
	height: 20px;
	background-color: #9a9997;
	color: #e8e7df;
	text-transform: uppercase;
	border-bottom: 1px solid #ece9d8;
}

div#menubar a, div#menubar a:visited
{
	color: #e8e7df;
	text-decoration: none;
	line-height: 20px;
	font-size: 13px;
	display: block;
	float: left;
	margin-left: 0.5em;
	padding: 0px 4px;
}

div#menubar a.active, div#menubar a.active:visited
{
	color: #9a9997;
	background-color: #e8e7df;
}

div#menubar a:hover
{
	background-color: #e8e7df;
	color: #ff6400;
}

div#submenubar, div#editbar, div#templateBody{
  margin-right: 200px;
}
div#submenubar
{
	height: 20px;
	font-size: 11px;
	padding: 0em 0.5em;
	line-height: 20px;
	margin-bottom: 1em;
}

div#submenubar a, div#submenubar a:visited
{
	color: #64635f;
	text-decoration: none;
	
	margin: 0em 0.5em;
}

div#submenubar a:hover
{
	text-decoration: underline;
}

div#submenubar span
{
	color: #bba; /* disabled links */
}

/*<group=editbar>*/

div#editbar
{
	background-color:  #F5F3EB;
	background-image: url(/images/edit/editBar/backing.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #F5F3EB;
	text-align: center;
	padding: 1px 0;
	height: 26px;
	border: 2px solid #BDB8AB;
	border-bottom: 1px solid black;
}

div.eb_left {
	margin: 2px 0 0 0;
	padding: 0 0 0 5px;
	text-align: left;
}

div.eb_right {
	margin: -23px 0 0 0;
	padding: 0 5px 0 0;
	text-align: right;
}

div#editbar img
{
	margin: 0 1px;
}

div#editbar img.vert
{
	margin: 0 5px;
}

div#editbar a
{
	color: red;
}

div#editbar #edit
{
	
}

div#editbar #save
{
	cursor: default;
}

/*</group>*/

/*</group>*/

h1
{
	font-size: 20px;
	color: #86857e;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
}

h2
{
	font-size: 12px;
	font-weight: lighter;
	color: #86857e;
	padding: 0px;
	margin: 0px;
}

h3
{
	color: #567e90;
	text-decoration: none;
	border-bottom: 1px solid #567e90;
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding-bottom: 1px;
}

img
{
	border: 0;
}

img.icon
{
	vertical-align: text-top;
	margin-right: 4px;
}

div.box
{
	margin: 9em auto;
	padding: 0.5em 1em;
	border: 3px double #ece9d8;
	width: 600px;
}

div.box h3
{
	margin-bottom: 1em;
}


/*<group=Support>*/

div#support
{
	width: 180px;
	border: 1px solid #ece9d8;
	font-size: 10px;
	float: right;
	margin-right: 8px;
	background-color: #fff;
	margin-top:95px;
}

div#container div#support p
{
	margin: 2px 4px 5px 10px;
}

div#support h3
{
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	background-color: #3B92BE;
	color: white;
	text-transform: capitalize;
	margin: 0;
	margin-bottom: 0.3em;
	border-bottom: 0;
	padding-left: 3px;
}

div#support h2
{
	font-weight: bold;
	color: #3B92BE;
	
	margin: 0 2px 3px 7px;
	padding-top: 9px;
}

div#support a, div#support a:visited
{
	color: #d06b00;;
	text-decoration: none;
/*	margin-right: 0.7em; */
}

div#support div
{
	line-height: 2em;
}

div#support a:hover
{
	text-decoration: underline;
}

div#support img.icon
{
	margin-right: 0.7em;
	margin-left: 12px;
	vertical-align: sub;
}

/*</group>*/
/*<group=Picture picker>*/

div.picturePicker {
	width: 377px;
	margin: 0;
	padding-top: 10px;
	background: url(/images/edit/picturePicker/frameTop.gif) no-repeat top;
	position: absolute;
	display: none;
	z-index:20;
}

div.picturePicker div.ppBottom {
	padding-bottom: 10px;
	background: url(/images/edit/picturePicker/frameBottom.gif) no-repeat bottom;
}

div.picturePicker div.ppContent {
	background-image: url(/images/edit/picturePicker/frameBacking.gif);
	font: 12px "Trebuchet MS", Arial, Verdana, Sans-serif;
}

div.picturePicker div.ppContent h1 {
	font-size: 18px;
	margin: 0;
	padding: 0 0 4px 10px; 
	color: #6F6D62;
	text-transform: uppercase;
}

div.picturePicker div.ppContent h2 {
	font-size: 12px;
	margin: 10px 0 3px 0;
	padding: 0; 
	color: #6F6D62;
}

div.picturePicker .closeIcon {
	position: absolute;
	top: 10px;
	right: 10px; 
}

div.picturePicker table.ppCenter {
	width: 350px;
	margin-left: 12px;
}

div.picturePicker table.ppCenter tr td {
	padding: 0;
	vertical-align: top;
}

div.picturePicker table.ppCenter tr td img {
	margin: 0;
	border: 0;
}

div.picturePicker table.ppCenter tr td.left {
	width: 219px;
}

div.picturePicker table.ppCenter tr td.left div.libraryPicker {
	margin: 2px;
	width: 200px;
	height: 100px;
	overflow: auto;
	border: 1px solid #A4A198;
}

div.picturePicker table.ppCenter tr td.left div.libraryPicker img {
	margin: 3px;
}

div.picturePicker table.ppCenter tr td.left div.buttons a {
	display: block;
	text-decoration: none;
	color: Black;
}

div.picturePicker table.ppCenter tr td.left {
	width: 131px;
}

div.picturePicker table.ppCenter tr td.left div.buttons a:hover {
	color: #FF8C00;
}

div.picturePicker table.ppCenter tr td.right, div.picturePicker table.ppCenter tr td.left {
	border: 0px none
}

div.picturePicker div.pictureOptions {
	display: none;
}

div.picturePicker table.ppCenter tr td.right div.pictureOptions a {
	display: inline;
	margin: 0;
	padding: 0;
}


/*</group>*/

div#contents
{
	border: 2px solid #BDB8AB;
	border-top: none;
}

fieldset
{
	border: 1px solid #E3DEC3;
	margin-left: 10px;
	margin-right: 110px;
	margin-bottom: 2em;
}

legend
{
	font-size: 12px;
	color: #64635E;
}

.statistics
{
	margin-bottom: 2em;
}

.statistics h2
{
	font-size: 1.3em;
}

.statistics span
{
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	clear: left;
	color: #A4A4A4;
}

.statistics div
{
	background-color:#FF6400;
	height: 1.2em;
	float: left;
	margin-right: 7px;
	margin-left: 12px;
}

/* KERAN ADDING FOR SUMMARY PAGE */

div#support p {
	margin: 5px 3px 8px 5px;
} 


table#explainTable {
	margin: 0px 20px;
}



table#explainTable h1 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

h1 .blue {
	text-transform: uppercase;
	font-size: 16px;
	color: #3B92BE;
}

table#explainTable h2 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

h2 .blue {
	text-transform: uppercase;
	font-size: 14px;
	color: #3B92BE;
}


table#explainTable h3 {
	color: #5C5B57;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}


table#explainTable p {
	margin: 4px 5px 15px 15px;
}

td.welcome {
	border: 1px solid #DED6B8;
	padding: 10px;
	background-color: #F4F0E4;
}

td.left, td.right, td.item {
	border: 1px solid #DED6B8;
	padding: 10px;
}

td.left img, td.right img, td.item img {
	margin: 5px;
}

.editing_widget {
	position: absolute;
	display: none;
}

table#explainTable table#thm {
	margin: 5px 20px;
}

table#explainTable table#thm tr td {
	background-color: white;
}

table#explainTable table#thm tr td.thmSelector {
	vertical-align: top;
	background-color: white;
}

table#explainTable table#thm tr td.thmPreview {
	width: 220px;
	text-align: center;
	vertical-align: middle;
	background-color: white;
}

table#explainTable table#thm tr td.thmIcn {
	width: 120px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	background-color: white;
}

table#explainTable table#thm tr td.thmIcn div.varIcn{
	display: none;
}

table#explainTable table#thm tr td.thmIcn img {
	border: 1px solid #796A38;
}

select#themeSelector option.new {

  background-image: url(../../images/admin/new.png);
  background-position: 95% center;
  background-repeat: no-repeat;

  
}