
/*
	Admin list
*/
.studyAdminList	{ width: 400px; border-collapse: collapse; border: 1px solid #6f6f6f; }
.studyAdminListCell0
				{ width: 15px; }
.studyAdminListCell1
				{ width: 60px; }
.studyAdminListCell3
				{ width: 30px; }
.parcelHeader	{ font-size: 15px; font-weight: bold; color: black; }
.parcelItemAdminContainer
				{ margin-top: 30px; width: 650px; }
DIV.parcelStudyHeader
				{ font-size: 16px; color: #000000; font-weight: bold; }
DIV.parcelItemHeader
				{ font-size: 15px; color: #000000; font-weight: bold; padding: 5px;}
SPAN.parcelItemHeader
				{ font-size: 12px; }
.parcelItemDescription
				{ font-size: 13px; padding: 5px; }
.parcelItemEdit	{ float: right; font-size: 11px; }
DIV.parcelStudyDescription
				{ margin-top: 10px; font-size: 12px; }

/*
	List
*/
.parcelContainer 
				{ padding: 40px; }
.parcelItemContainer
				{ margin-top: 30px;  }
.linebreak		{ margin-top: 30px; color: #fff; border: 1px dashed #8E8F00; }
.studyInfoBlock	{ margin-bottom: 30px; padding: 40px; margin-top: 10px; }
IMG.publicImage	{ width: 650px; }
IMG.adminImage	{ width: 650px; }

 /*
 	FORM
*/
DIV.form1		{ margin-top: 10px; }
SPAN.form1		{ width: 90px; font-weight: bold; float: left; }
INPUT.publicetime,INPUT.header,TEXTAREA.message,INPUT.formbuttons
				{ border: solid 1px black; }
INPUT.publicetime
				{ width: 70px; }
INPUT.header	{ width: 300px; }
TEXTAREA.message{ width: 300px; height: 200px }
DIV.formHeader	{ width: 395px; }
DIV.formbuttons	{ text-align: center; margin-top: 20px; }
TD.timeGreen,TD.timeYellow,TD.timeRed,TD.timeBlue
				{  }
.timeGreen		{ background-color: #C2FFBF; }
.timeYellow		{ background-color: #FFF79F; }
.timeRed		{ background-color: #FFBFBF; }
.timeBlue		{ background-color: #CCBFFF; }
DIV.imageEdit	{ width: 400px; margin-top: 10px; background-color: #CCCC33; 
				  text-align: center; }
.activateBox	{  }
/*
IMG.imageEdit	{ width: 389px; }
*/
.imageContainer	{ padding: 2px; font-size: 10px; margin-top: 7px; margin-bottom: 3px;
				  border: 1px dashed #CC9900; border: none; }
.imageDescription
				{ background-color: #fff; padding: 5px; font-size: 13px;
				  filter:alpha(opacity: 90); opacity: 0.9; border: 1px solid #aaa; }
DIV.toolbar		{ position: relative; z-index:3; margin-top: 8px; width: 94%; 
				  filter:alpha(opacity: 90); opacity: 0.9; text-align: left; 
				  border: none;  }
DIV.toolbarResized
				{ position: relative; z-index:3; top: -10px; margin-top: -15px; 
				  margin-left: 0px;
				  padding-left: 0px; padding-bottom: 0px; width: 650px;  
				  font-size: 14px; font-weight: bold; background-color: #fff;
				  filter:alpha(opacity: 70); opacity: 0.7; text-align: center;
				   }
/*
	Iframe
*/
.saveiframe
		{ position: absolute; top: auto; bottom: auto; right: auto; left: auto;
		  width: 10px; height: 10px; border: none; display: none; }
