/* Popup CSS for undervisere.dk / folkeskolen.dk */

*
{
  margin: 0;
  padding: 0;
}

.popupbody
{
  font-family: "Trebuchet MS" , Helvetica, Arial;
  background-color: #fff;
  text-align: center;
}

.ContentTable
{
  border: #b40a13 1px solid;
  background: url(../images/profilegrad.gif) repeat-x left bottom;
  width: 100%;
  height: 400px;
  text-align: left;
  padding: "0";
}

.ProfileTable td
{
  padding: 2px;
  margin: 5px;
}

.InnerTable td
{
  text-align: left;
}

.InnerTable .input
{
  width: 250px;
}

.radio
{
  padding-left: 10px;
}

.CheckBox
{
  padding-left: 15px;
}

.button
{
  margin: 15px 15px 15px 0px;
  width: 80px;
  background-color: #d0d0d0;
}

.ContentTable td
{
  margin-left: 10px;
}

td
{
  font-size: 12px;
}

.popupbody td
{
  margin: 0 auto;
}

.popupbody ul li
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 18px;
  background: url(../images/link.gif) no-repeat;
}

#popupcontainer
{
  width: 100%;
  margin: 0 auto;
  margin-left: 10px;
  text-align: left;
}

#popupmaincontent
{
  float: left;
  padding: 0 10px 0 0;
}

#popupcontent
{
  width: 100%;
  margin: 7px 0 0 0;
}

.popupbox
{
  background: url(../images/popupbox.gif) no-repeat;
  padding: 0px 0px 0px 10px;
  margin: 0px;
  width: 100%;
  height: 25px;
  border: solid 0px black;
  font-weight: bold;
}

.popupclose
{
  background: url(../images/popupbottom.gif) no-repeat bottom left;
  clear: both;
  display: block;
  height: 13px;
  font-size: 0;
}

#popupborder2
{
  float: left;
  background: url(../images/popupbg.gif) repeat-y;
  padding: 10px 10px 10px 10px;
  margin: 0px;
  width: 100%;
}

#popuptdcontent
{
  padding: 20px;
}

.popuptdcontent
{
  padding: 20px;
}

ul li
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 18px;
  background: url(../images/link.gif) no-repeat;
}

.popupboxtopMedium
{
  background: url(../images/boxes/bxtopMedium.gif) no-repeat;
  width: 100%;
  height: 36px;
  float: left;
}

.popupboxmidMedium
{
  background: #FFFFFF url(../images/boxes/boxgrad.gif) repeat-x;
  width: 100%;
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  float: left;
  border-top: 1px dashed #666666;
}

.popupboxbotMedium
{
  background: url(../images/boxes/bxbotMedium.gif) no-repeat;
  width: 100%;
  height: 29px;
  float: left;
  clear: both;
  padding-bottom: 17px;
  border-top: 1px dashed #666666;
}

.popupboxtopSmall
{
  background: url(../images/boxes/bxtopSmall.gif) no-repeat;
  width: 100%;
  height: 38px;
  float: left;
}

.popupboxmidSmall
{
  width: 100%;
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  float: left;
  border-top: 1px dashed #666666;
  padding: 5px 5px 3px 10px;
}

.popupboxbotSmall
{
  background: url(../images/boxes/bxbotSmall.gif) no-repeat;
  width: 100%;
  height: 11px;
  float: left;
  clear: both;
  padding-bottom: 14px;
}

#profileframe
{
  border: #b40a13 1px solid;
  width: 100%;
  position: relative;
  left: 50px;
  padding: 10px;
  min-height: 400px;
}

.innerframe
{
  border: #b40a13 1px solid;
  padding: 0px 10px 10px 10px;
}

.inputform .label
{
  clear: both;
  float: left;
  width: 110px;
}

.inputform .control
{
  float: left;
  width: 150px;
}

.inputform .control input
{
  width: 130px;
}

.selectsizer select
{
  width: 240px;
}

