﻿.floatMenu a
{
  color: Black;
}

.TabInactiveCenter
{
  background-image: url(../../Images/tabs/tabInactiveCenter.gif);
  background-repeat: repeat-x;
}
.TabInactiveLeft
{
  background-image: url(../../Images/tabs/tabInactiveLeft.gif);
  background-repeat: no-repeat;
  width: 9px;
}
.TabInactiveRight
{
  background-image: url(../../Images/tabs/tabInactiveRight.gif);
  background-repeat: no-repeat;
  width: 9px;
}
.TabActiveLeft
{
  background-image: url(../../Images/tabs/tabActiveLeft.gif);
  background-repeat: no-repeat;
  width: 9px;
}
.TabActiveCenter
{
  background-image: url(../../Images/tabs/tabActiveCenter.gif);
  background-repeat: repeat-x;
}
.TabActiveRight
{
  background-image: url(../../Images/tabs/tabActiveRight.gif);
  background-repeat: no-repeat;
  width: 9px;
}
.x-form-view
{
  cursor: default;
  border: 1px;
}

.available-photo
{
  cursor: pointer;
}

.photo-for-printing
{
  float: left;
  border: 3px solid #dddddd !important;
  margin-top: 3px;
  margin-left: 3px;
  cursor: pointer;
}

.photo-for-printing img
{
  margin-bottom: 2px;
}

.photo-for-printing select
{
  width: 70px;
}

.x-view-drag-insert-above
{
  border-top: 2px dashed #3366cc !important;
}
.x-view-drag-insert-left
{
  border-left: 2px dashed #3366cc !important;
}
.x-view-drag-insert-right
{
  border-right: 2px dashed #3366cc !important;
}
.x-view-drag-insert-below
{
  border-bottom: 2px dashed #3366cc !important;
}

.container-over
{
  background-color: pink;
}
.DragDiv
{
  width: 70px;
  height: 30px;
  background-color: #d9e8f8;
  border: solid 1px black;
}

.loginDiv
{
  color: #FFFFFF;
  font-family: "Trebuchet MS";
  font-size: 13px;
}
.eventLink
{
  cursor: pointer;
  text-decoration: none;
  font-family: Trebuchet MS;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: Orange;
}

