﻿body {
  background-color:White;
}
p {
  font-size:11px;
  font-family:Arial,Helvetica,sans-serif;
}
#PageSections {
  margin:auto;
}
#CenterSections {
  position:relative;
}
#Section1 {
  float:left;
}
#Section2 {
}
#Section3 {
  float:right;
}
#Section4 {
  clear:both;
}
#Section5 {
  clear:both;
}
#LinksArea a {
  white-space:nowrap;
}
#SelectionHighlight,
#CtrlHighlight {
  position:absolute;
  border:2px dotted Red;
}

.EditModeSection{
  cursor:default;
}
.EditModeSectionSelected{
  background-color:#FFD280;
  cursor:default;
}

#ErrorMsgDisplay {
  text-align:center;
  font-size:12px;
  font-weight:bold;
  color:Red;
}
.LoginBox {
}
.LoginHeader {
  padding:5px 0px 15px 0px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:18px;
}
.LoginIDRow {
  height:30px;
}
.LoginLabel {
  float:left;
  padding:2px 0px 2px 0px;
  width:150px;
  font-size:12px;
  font-weight:bold;
  color:#666666;
}
.LoginInput {
  float:left;
  padding:1px;
  width:200px;
  font-size:12px;
}
.LoginPasswordRow {
  height:30px;
}
.LoginSubmitRow {
  text-align:center;
}
.LoginSubmit {
  padding:2px;
  font-size:13px;
  margin-bottom:5px;
}
.LoginHelpRow {
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  text-align:center;
  color:#666666;
}
.LoginHelpLink {
  color:#666666;
}

.LoginPageFlashContainer{
  height:50px;
}

.SocialIFrame
{
  width:225px;
  height:230px;

}
