body
{
  background-color:white;
}

body, td, div
{
  font-family: arial, helvetica, verdana, sans-serif;
  color: rgb(139,139,139);
  font-size: 12px;
}

.BodyContent
{
  margin-left: 20px;
  margin-top: 7px;
}

/* Default link color */
/**********************/
a,
a:link,
a:visited,
a:active
{
  text-decoration: underline;
  color: rgb(102,102,102);
}

a:hover
{
  color: #00ff00;
}

/* Remove all default border behaviours */
/****************************************/
div, IMG, ul, td, tr, p, form, body
{
  margin: 0px;
  padding: 0px;
  border: 0px;
}

/* Spacer system */
/*****************/
.spacer {clear: both;}
.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    line-height: 0px;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Default Controls */
/********************/

/* AJAX Buttons */
/****************/

/* Checkboxes */
/**************/

.CheckBoxClass,
.CheckBoxClassDisabled
{
  height:16px;
}

.CheckBoxClass .text_label,
.CheckBoxClass .text_input,
.CheckBoxClass .text_description,
.CheckBoxClassDisabled .text_label,
.CheckBoxClassDisabled .text_input,
.CheckBoxClassDisabled .text_description
{
  float:left;
  padding-right:5px;
}

.CheckBoxClass .text_input INPUT,
.CheckBoxClassDisabled .text_input INPUT
{
  margin:0px;
  width:11px;
  height:11px;
  position:relative;
  top: 2px;
}

/* DropDown */
/************/

.DropDownClass,
.DropDownClassDisabled
{
}
.DropDownClass .text_label,
.DropDownClass .text_input,
.DropDownClass .text_description,
.DropDownClassDisabled .text_label,      
.DropDownClassDisabled .text_input,      
.DropDownClassDisabled .text_description
{
}

.DropDownClass .text_label,
.DropDownClass .text_description,
.DropDownClassDisabled .text_label,      
.DropDownClassDisabled .text_description
{
}

.DropDownClass .text_input SELECT,
.DropDownClassDisabled .text_input SELECT
{
}

.DropDownClass .text_input SELECT
{
}

.DropDownClassDisabled .text_input SELECT
{
}

/* TabLink */
/***********/
.TabLink,
.TabLinkSelected,
.TabLinkDisabled
{
}

.TabLinkSelected a,
.TabLinkSelected a:link,
.TabLinkSelected a:visited,
.TabLinkSelected a:active,
.TabLinkSelected a:hover
{
}

.TabLinkDisabled
{
}


/* LabelBO */
/***********/
.LabelBOClass .label_value
{
}

/* RadioButtonList */
/*******************/
.RadioClass ul li,
.RadioClassDisabled ul li
{
}

.RadioClass ul li INPUT,
.RadioClassDisabled ul li INPUT
{
}

.RadioClass .RadioInputRight,
.RadioClassDisabled .RadioInputRight
{
}

.RadioClass .liClass,
.RadioClassDisabled .liClass
{
}

/* RadioButtonList Horizontal*/
/*****************************/

.RadioBLH .liClass,
.RadioBLH ul li,
.RadioBLHDisabled .liClass,
.RadioBLHDisabled ul li
{
  float: left;
}

.RadioBLH .text_description,
.RadioBLHDisabled .text_description
{
  clear: left;
}

/* SectionHeader */
/*****************/
.SectionHeaderClass div
{
}

/* TextArea */
/************/
.TextAreaClass .text_input TEXTAREA
{
}

.TextAreaClassDisabled .text_input TEXTAREA
{
}

/* TextBox */
/************/
.TextBoxClass .text_input INPUT
{
}

.TextBoxClassDisabled .text_input INPUT
{
}

.TextBoxClass .text_input INPUT,
.TextBoxClassDisabled .text_input INPUT
{
}


.TextBoxH .text_label,
.TextBoxH .text_input,
.TextBoxH .text_description
{
  float:left;
}

.TextBoxH
{
  height:18px;
}

.TextBoxH .text_input
{
}

/* Tables */
/**********/

.TableHeader TD
{
}

.TableLine TD
{
}

/* Advanced Panels */
/*******************/

/* Warning messages */
/********************/
.star_style01,
.text_warning
{
  color:red;
}


/* Popup */
/*********/

.LoadingCoverClass
{
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  left: 0px;
  top: 0px;
  z-index: 2000;
}

.LoadingPopupClass
{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2001;
}

.LoadingPopupClass img
{
  margin-right: 20px;
}

.PopupButtonClass
{
  border: solid 1px #cccccc;
  background-color: #dddddd;
}

.PopupButtonClass a:hover
{
  color: #f57e00;
}

.PopupCoverClass
{
  position: absolute;
  background-color: black;
  opacity: .05;
  filter: alpha(opacity=5);
  -moz-opacity: .05;
  left: 0px;
  top: 0px;
}

.PopupWindowClass
{
  position: absolute;
}

.PopupWindowClass .InnerPanel
{
  padding:4px 2px 4px 6px;
  background-color:white;
}

.PopupWindowClass .Border_Top
{
  background:url('../Images/PanelBoldBorderClear_T.png') repeat-x 0px 0px !important; 
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='ClientFiles/AAC/Images/PanelBoldBorderClear_T.png') repeat-x;
  width:1px;
  height:4px;
}

.PopupWindowClass .Corner_TopLeft
{
  background:url('../Images/PanelBoldBorderClear_TL.png') no-repeat 0px 0px !important; 
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='ClientFiles/AAC/Images/PanelBoldBorderClear_TL.png');
  width:1px;
  height:4px;
}

.PopupWindowClass .Corner_TopRight
{
  background:url('../Images/PanelBoldBorderClear_TR.png') no-repeat 0px 0px !important; 
  background: none;
  FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='ClientFiles/AAC/Images/PanelBoldBorderClear_TR.png');
  width:2px;
  height:4px;
}

.PopupWindowClass .Border_Left
{
  background:url('../Images/PanelThinBorderClear_L.png') repeat-y 0px 0px !important; 
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='ClientFiles/AAC/Images/PanelThinBorderClear_L.png') repeat-Y;
  width:1px;
  height:4px;
}

.PopupWindowClass .Border_Right
{
  background:url('../Images/PanelThinBorderClear_R.png') repeat-y 0px 0px !important; 
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='ClientFiles/AAC/Images/PanelThinBorderClear_R.png') repeat-Y;
  width:2px;
  height:4px;
}

.PopupWindowClass .Border_Bottom
{
  background:url('../Images/PanelThinBorderClear_B.png') repeat-x 0px 0px !important; 
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='ClientFiles/AAC/Images/PanelThinBorderClear_B.png') repeat-x;
  width:1px;
  height:4px;
}

.PopupWindowClass .Corner_BottomLeft
{
  background:url('../Images/PanelThinBorderClear_BL.png') no-repeat 0px 0px !important; 
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='ClientFiles/AAC/Images/PanelThinBorderClear_BL.png');
  width:1px;
  height:4px;
}

.PopupWindowClass .Corner_BottomRight
{
  background:url('../Images/PanelThinBorderClear_BR.png') no-repeat 0px 0px !important; 
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='ClientFiles/AAC/Images/PanelThinBorderClear_BR.png');
  width:2px;
  height:4px;
}

/* DRAG & DROP */
/***************/
.DragOverClass,
.DragOverClass *
{
  background-color:#DDE5EF;
  cursor:move;
}

.DragingCopyClass,
.DragingCopyClass *
{
  background-color:#E66C6C;
  opacity: .5;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
}

.DropSelectClass,
.DropSelectClass *
{
  background-color:#EBDFE9;
}

.DropOverClass,
.DropOverClass *
{
  background-color:#D1E9E4;
}

.DragingOverClass,
.DragingOverClass *
{
  background-color:#CBD2DC;
}

/* TOOLTIP */
/***********/
.TooltipClass
{
  position: absolute;
}

.TooltipClass
{
  background-color:white;
}

.TooltipClass .TooltipInnerPanel
{
  padding:0px 8px 0px 8px;
  border:solid 1px #0265CB;
}

.TooltipClass .TooltipInnerPanel *
{
  color:black;
  background-color:white;
}


/*   Specific   */
/****************/

/*   SlideShowList_VForm */
/*************************/


.PagingNavPnl_PClass a:hover, 
 .PagingNavPnl_PClass a:active, 
 .PagingNavPnl_PClass a:link, 
 .PagingNavPnl_PClass a:visited,
 .Separator_CtClass
{
  color: black;
}

.PagingCountPnl_PClass .LabelBOClass, 
 .PagingCountPnl_PClass .LabelClass
{
  font-size: 30px;
  color: black;
  font-weight: bold;  
}

.PagingCountPnl_PClass .LabelClass
{
  font-weight: normal;
}


.HeaderMenu1 div, 
.HeaderMenu1 a
{
  font-size: 11px;
}

.CaptionClass,
.CaptionClass a,
.CaptionClass a:active,
.CaptionClass a:link,
.CaptionClass a:hover,
.CaptionClass a:visited
{
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  font-weight: bold;
  font-size: 16px;
}

.CaptionClass a,
.CaptionClass a:active,
.CaptionClass a:link,
.CaptionClass a:hover,
.CaptionClass a:visited
{
  text-decoration: underline;
}

.SlideShowBorderClass
{
  /*border-top: solid 1px #B3B3B3;*/
  margin-top: 10px;
  border-bottom: solid 1px black;
  border-top: solid 1px black;
}
