/* For ContentForm.vm */


div.LeftColumn {
}
div.RiteColumn {
}
div.CenterColumn {
float:none;
}

div.CenterColumn .ContentTitle {
 font-weight: bold;
 font-size: 1.2em;
 text-align: center;
}

div.CenterColumn .ContentDate {
 font-weight: bold;
 font-size: 0.75em;
 font-style: italic;
}

div.CenterColumn .ContentPathway {
	float: right;
}

/* for usage when design the content */
.adminform h2 {
 padding:0;
 margin:0;
 text-align:center;
}

div#ContentFormLeft {
margin-left: 660px;
min-height: 400px;
}

div#ContentFormRite {
float: left;
/*margin-left:;*/
width: 650px;
border: 1px solid #ccc;
display:inline;
text-align:center;
}

div#ContentFormRite table td {
text-align:left;
}

div #contenttab, #layouttab, #imagetab, #configtab, #styletab {
  padding: 10px 1px;
  display: none;
  width:800px;
}



div#LeftSelectView, #RiteSelectView {
	width:180px;
	height:160px;
	overflow:auto;
	margin: 2px;
	border: 1px solid #ccc;
}

div#tabcontainer p {
	font-size: .8em;
	font-style: italic;
	text-align: left;
}

div#tabcontainer .button {
	margin: 2px 4px;
}

/* The ajax content return div style */
.iWinPreview{
	width:180px;
	z-index:10;
	border:1px solid;
	border-color:#000;
	background:#fff;
}

div#fake {
}


