
#Soeg, #Soeg INPUT, #Soeg SELECT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #454545;
}

.Box_1
{  
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
  width: 100%;
  background-color:#FFFFFF;
  background-position:bottom right;
  background-repeat:no-repeat;
}

.Box_2 {  
  width:100%;
	background-color:#EEEEEE;
}

.Box_3
{
  width:100%;
	background-color: #EEEEEE;
}

.Heading2
{
	font-size: 9pt;
	font-weight: bold;
	color: #37354B;
}

.Heading3
{
	font-weight: bold;
	color: #37354B;
  padding-bottom: 20px;
}

.VSpacerBig { height: 12px; }
.VSpacerSmall { height: 5px; }

.RadioTabSelected
{
  font-size:9pt;
	font-weight: bold;
	color: #FFFFFF;	
	background-color: Black;
	height: 23px;
	padding: 3px 3px 0px 3px;
}

.RadioTab
{
  font-size:9pt;
	font-weight: bold;
	color: #000000;
	background-color: #EEEEEE;
	height: 23px;
	padding: 3px 3px 0px 3px;
	cursor: Pointer;	
}

/*===== CSS theme file for CalendarXP 9.0 (Totally configurable) =====*/
/* NOTE: Better use numbered color values instead of literal ones, because opera has problem with the latter in certain cases. */

/* Calendar Day Header - the cells showing "Sunday", "Monday" .... */
.CalHead {cursor:default; text-align:center; border-bottom:1px solid #808080;}
/* Day of Week - the Anchor inside CalHead showing the day of week */
.DoWAnchor {text-decoration:none; font:8.5pt verdana; color:#818173;}
/* Day Column Cell - the TD cell of each day */
.CalCol {}
/* Day Cell - the DIV cell inside TD */
.CalCell {cursor:pointer; text-align:center; padding-top:3px}
/* Day Number - the Anchor inside DIV showing the day number  */
.CellAnchor {text-decoration:none; font:bold 7pt verdana;}

/* WeekNo Header - the top header cell of the week number column */
.WeekHead {cursor:default; text-align:center; font:8.5pt verdana; color:#818173;}
/* WeekNo Column Cell - the cells of the week number column */
.WeekCol {cursor:default; text-align:center;}
/* WeekNo Anchor style */
.WeekAnchor {text-decoration:none; font:8pt verdana; color:#818173;}

/* Month navigators - the "<" or ">" used to move to previous or next month */
.MonthNav {cursor:pointer; vertical-align:baseline;}
A.MonthNav:hover {color:yellow}
A.MonthNav:active {color:red}

/* styles for the 3 calendar sections (actually 3 table TDs) */
.CalTop {text-align:center;}
.CalMiddle {}
.CalBottom {text-align:center;}

/* Calendar title - showing year and month. when giDCStyle=0, it's the style of the year/month dropdowns; giDCStyle>0, it's the style to show gsCalTitle.  */
.CalTitle {text-align:center; font:7.5pt verdana; cursor:default; color:white; background-color:#E21418; border:1px solid #818173; width:70%;}

/* The style of internal floating div/layer tags, which are usually used to create the artificial dropdown selectors. */
.FreeDiv {border:1px solid #808080;}

/* The style of the outer TABLE tag which is the outer calendar panel. */
#outerTable {border:2px solid #818173}
/* The style of the inner DIV tag that holds the inner panel of all calendar cells. */
#innerDiv {height:141px}
/*===== Above CSS styles are commonly used in the script engine =====*/

/*====== Following are additional per-theme styles, e.g. the inner dropdown selectors and today etc. You may have your own defined. ======*/
.BottomAnchor {font:8pt arial; color:#818173;}
A.BottomAnchor:hover {color:#DDDDDD;}
A.BottomAnchor:active {color:red;}
.BottomDiv {border-top:1px solid #696969; border-top-width:1px; height:16px; padding:2px;}

.PopAnchor {text-decoration:none; color:white;}
A.PopAnchor:hover {color:#999999;}
A.PopAnchor:active {color:red;}
.PopMenu {background:white; text-align:center; cursor:pointer;}
.PopMenuItem {text-decoration:none; text-align:center; font:8pt arial; color:#818173;}

.YearBox {border:0px solid; height:12px; text-align:center; font:7.5pt verdana; color:#818173; background-color:white;}

