
.RegexValidator
{
		font-size:18px;
		
}
#UploadForm select {
	width:155px;	
}
.AdBanner{float:left;clear:none;margin-top:63px;}
.EducationCycleContainer {
	margin-bottom:2px;
}
.ErrorMessage
{
	display:none;
	color:Red;
	font-size:11px;
}
.UploadContentMainTitle{color:#00A2DF;font-size:24px;font-weight:bold;margin-right:21px;}
.UploadContentRadioList
{
	font-size:16px;
	font-weight:bold;
}
.UploadContentPeopleTab
{

	background-repeat:no-repeat;
	float:right;
	margin-right:10px;
	width:257px;
	height:63px;
	cursor:pointer;
	
}
.UploadContentAcademicTab
{
	background-repeat:no-repeat;
	float:right;
	width:257px;
	height:63px;
	margin-right:20px;
}
/*.UploadContentPeopleTab:hover
{
	background-image:url('../../Images/Content/Tab_People_Active.gif');
	background-repeat:no-repeat;
	float:right;
	margin-right:10px;
	width:257px;
	height:63px;
	
}*/
.UploadContentAcademicTab:hover
{
	background-image:url('../../Images/Content/Tab_Academic_Active.gif');
	background-repeat:no-repeat;
	float:right;
	width:257px;
	height:63px;
}
.ContentInput
{
	
}
.Mandatory
{
		margin-right:4px;
	color:#E9188D;
}
.UploadContentStrip
{
	background-image:url('../../Images/Content/Top_Strip.gif');
	background-repeat:no-repeat;
	height:21px;
	display:block;
	clear:both;
	width:730px;
	
}
.UploadContentContentType
{
	display:block;
	clear:both;
	margin-right:15px;
	margin-top:5px;

}
.OptionBTN
{
	cursor:pointer;
	position:relative;
	top:4px;
}

hr {
	height:1px;
	color:#EDEDED;	
	width:95%;
}
.UploadContentFramedBox {
    border-right:solid 1px #E1E1E1;
    border-left:solid 1px #E1E1E1;
    border-bottom:solid 1px #E1E1E1;
	
}
.UploadContentContainer
{
	width:728px;
	margin-bottom:45px;
}
.UploadContentTitleImage
{
	background-image:url('../../Images/Content/Title_I_Want_To_Add.gif');
	background-repeat:no-repeat;
	height:40px;
	width:300px;
	clear:both;
	float:right;
	padding:10px 10px 0px 0px;
}
#UploadForm .Select
{
	width:254px;
}
.updFile
{
	width:335px !Important;
	border:solid 1px #868686;
}
.TextBox
{
	width:250px !Important;
}
.UpdateContentTitleImage
{
	background-image:url('../../Images/Content/Title_I_Want_To_Update.gif');
	background-repeat:no-repeat;
	height:40px;
	width:300px;
	clear:both;
	float:right;
	padding:10px 10px 0px 0px;
}
.FinishUploadContentButton
{
	height:38px;
	width:177px;
	cursor:pointer;
	border:0px 0px 0px 0px;
	margin:10px 165px 20px 0px;
}
.UploadContentTitle
{
	font-size:14px;
	font-weight:bold;
}

/* Autocomplete */

.ac_results {
  padding: 0px;
  border: 1px solid WindowFrame;
  background-color: Window;
  overflow: hidden;
}
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac_results iframe {
  display:none;/*sorry for IE5*/
  display/**/:block;/*sorry for IE5*/
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  filter:mask();
  width:3000px;
  height:3000px;
}
.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: pointer;
  display: block;
  width: 95%;
  text-align:right;
  font: menu;
  font-size: 12px;
  overflow: hidden;
}
.ac_loading {
  background : Window url('./indicator.gif') right center no-repeat;
}
.ac_over {
  background-color: Highlight;
  color: HighlightText;
}
/* Autocomplete end */
.InactivePeopleTab
{
	cursor:pointer;
	background-image:url('../../Images/Content/Tab_People_Inactive.gif');
	float:right;
	margin-right:8px;
	background-repeat:no-repeat;
	width:257px;
	height:63px;
}
.TemptationText
{
	color:#5F5D5C;
	font-weight:bold;
	font-size:14px;
	margin-bottom:15px;
	margin-right:20px;
	width:700px;
}
.AcademicTabActive
{
	background-image:url('../../Images/Content/Tab_Academic_Active.gif');
	float:right;
	margin-right:8px;
	background-repeat:no-repeat;
	width:257px;
	height:63px;
}

.InputMessage
{
	display:none;
	position:absolute;

}
.InputMessageContainer
{
	position:relative;
	bottom:165px;
	right:355px;
	
}
H1,H2
{
	margin:5px auto;
	width:900px;	
	font-size:20px;
}