BODY {
	MARGIN: 0px; 
	WIDTH: 100%; 
	HEIGHT: 100%
}
.SkinObject {
	color: white;
	font-weight: normal;
}
A.SkinObject:link {
	color: #cccccc;
}
A.SkinObject:visited {
	color: #cccccc;
}
A.SkinObject:hover {
	color: white;
}
A.SkinObject:active {
	color: white;
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12pt;
    font-weight: bold;
    color: #336699;
}
.OtherTabs {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	COLOR: #336699; 
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}
A.OtherTabs:link {
	COLOR: white; 
	TEXT-DECORATION: none
}
A.OtherTabs:visited {
	COLOR: white; 
	TEXT-DECORATION: none
}
A.OtherTabs:active {
	COLOR: #CC9900; 
	TEXT-DECORATION: none
}
A.OtherTabs:hover {
	COLOR: #CC9900; 
	TEXT-DECORATION: underline
}
A:link {
	COLOR: #0099FF; 
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #0099FF; 
	TEXT-DECORATION: none
}
A:active {
	COLOR: orange; 
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #0099FF; 
	TEXT-DECORATION: underline
}
.RaisedBground {
	BACKGROUND-COLOR: #666666
}
.RaisedShadowLeft {
	BACKGROUND: transparent url(RaisedShadowLeft.gif) repeat-y scroll top right;
}
.RaisedShadowRight {
	BACKGROUND: transparent url(RaisedShadowRight.gif) repeat-y scroll top left;
}
.RaisedLeftTile {
	BACKGROUND: white url(RaisedLeftTile.gif) repeat-y scroll top left;
}
.RaisedRightTile {
	BACKGROUND: transparent url(RaisedRightTile.gif) repeat-y scroll top right;
}
.RaisedBlueLeft {
	BACKGROUND: #336699 url(RaisedBlueLeft.gif) repeat-y scroll top left;
}
.RaisedBlueRight {
	BACKGROUND: transparent url(RaisedBlueRight.gif) repeat-y scroll top right;
}
.RaisedDarkLeft {
	BACKGROUND: #333333 url(RaisedDarkLeft.gif) repeat-y scroll top left;
}
.RaisedDarkRight {
	BACKGROUND: transparent url(RaisedDarkRight.gif) repeat-y scroll top right;
}
.RaisedGreyLeft {
	BACKGROUND: #999999 url(RaisedGreyLeft.gif) repeat-y scroll top left;
}
.RaisedGreyRight {
	BACKGROUND: transparent url(RaisedGreyRight.gif) repeat-y scroll top right;
}
.RaisedContentPadding {
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px
}
.RaisedPaddingLeft {
	PADDING-LEFT: 8px
}
.RaisedPaddingRight {
	PADDING-RIGHT: 8px
}
.RaisedLogoPadding {
	PADDING-RIGHT: 25px; 
	PADDING-LEFT: 25px
}
.RaisedBannerPadding {
	PADDING-RIGHT: 8px
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
}
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #cccccc; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}
.main_dnnmenu_itemhover {  
	background-color: #333333;
	color: white;
}
.main_dnnmenu_itemhover td {  
	background-color: #333333; 
	color: white;
}
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #999999 1px solid; 
	border-bottom: #999999 1px solid; 
	border-top: #999999 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #336699 none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #336699;
	border-right: #999999 1px solid; 
	border-top: #999999 1px solid; 
	border-left: #999999 1px solid; 
	border-bottom: #999999 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}

.Normal UDT_Table_AlternateItem {
	background-color: aliceblue;
}



