/*  Disable the Unregister User link in the User's Profile page*/
#dnn_ctr_ManageUsers_User_cmdDelete
{
	display:none;
}
html,body {
  height:100%;
  width:100%;
}
table.full-height {
  height:100%;
  width:100%;
}
.RESfooter {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-variant: small-caps;
    color: #fff;
    text-align:right;
    width:100%;
    padding:0px 10px 0px 0px;
}
.ContentBackground {
	background-image: url(images/rc_19.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 100%;
	height: 100%;
}
.HdrBackground{
    background-image: url(images/rc_04.jpg) !important;
	background-repeat: no-repeat !important;
	background-color: #000 !important;
	width: 500px !important;
	height: 133px !important;
	white-space:nowrap !important;
}
.MenuBackground {
	background-image: url(images/mnu_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	width: 100%;
	height: 28px;
}
.SubNote {
    font-family: Arial;
    font-variant: small-caps;
    font-size: 9px;
    font-weight: normal;
    color: #000;
}
.FooterBackground {
	background-image: url(images/ftr_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	height: 28px;
}
.pagemaster {
	margin: 0px;
	background-color: #000;
	width: 100%;
	height: 100%;
}
.controlpanel {
	width: 100%;
	background-color: #dddddd;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 20px;
}
.contentpane {
	width: 100%;
	height:100%;
	background-color: transparent;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	text-align: left;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	width: 175;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.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: #fff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	font-variant: small-caps; 
	background-color: Transparent;
	font-family: Arial; 
        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: #fff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	font-variant: small-caps; 
	background-color: Transparent;
	font-family: Arial; 
    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: transparent;
	color: #CA0016;
	background-image: url(mnu_hv.gif);
}
.main_dnnmenu_itemhover td {  
	background-color: transparent;
	color: #CA0016;
	background-image: url(mnu_hv.gif);
}
.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #000;  
	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: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 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: #000 none; 
   color: #ffffff;
   font-family: Arial; 
   font-size: 11px;
   font-weight: normal;
   font-variant: small-caps;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_LtGray.jpg);
}
.Head {
   font-family: Arial;
   font-size:  18px;
   font-weight:  normal;
   font-variant: small-caps;
   color: #000;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial;
    font-size:  13px;
    font-weight: bold;
    font-variant: small-caps;
    color: #000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial;
    font-size:  12px;
    font-weight: bold;
    font-variant: small-caps;
    color: #000;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-variant: small-caps;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
    font-variant: small-caps;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
	color: #000;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial;
    font-size: 12px;
    font-variant: small-caps;
    font-weight: normal;
}
/* styles used by Data Grids */
.DataGrid_Item:hover
{
    background-color:#fffacd;color:#000;
    font-family: Arial;
    font-size: 10px;
    font-variant: small-caps;
    font-weight: normal;
}
.DataGrid_AlternatingItem:hover
{
    background-color:#fffacd;color:#000;
    font-family: Arial;
    font-size: 10px;
    font-variant: small-caps;
    font-weight: normal;
}
.DataGrid_AlternatingItem
{
    background-color: #ccc;
    color: #000;
    font-family: Arial;
    font-size: 10px;
    font-variant: small-caps;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color: White;
	font-family: Arial;
    font-size: 10px;
    font-variant: small-caps;
    font-weight: normal;	
}
.DataGrid_Header
{
    background-color:Transparent;
    color: #000;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    font-variant: small-caps;
    text-align: center;
}
.DataGrid_Item
{
    background-color: Transparent;
    color: #000;
    font-family: Arial;
    font-size: 10px;
    font-variant: small-caps;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Red;
    font-family: Arial;
    font-size: 10px;
    font-variant: small-caps;
    font-weight: normal;
}
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #CA0016;
    font-family: Arial;
    text-decoration: none;
    font-variant: small-caps;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#CA0016;
    font-variant: small-caps;
    font-family: Arial;
    font-size: 12px;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#CA0016;
    font-variant: small-caps;
    font-family: Arial;
    font-size: 12px;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color:#ccc;
    font-variant: small-caps;
    font-family: Arial;
    font-size: 12px;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#ccc;
    font-variant: small-caps;
    font-family: Arial;
    font-size: 12px;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #CA0016;
    font-size: 12px;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #CA0016;
    font-variant: small-caps;
    font-family: Arial;
    font-size: 12px;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ccc;
    font-variant: small-caps;
    font-family: Arial;
    font-size: 12px;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #ccc;
    font-variant: small-caps;
    font-family: Arial;
    font-size: 12px;
}
A:link  {
    text-decoration:    none;
    color:  #CA0016;
    font-variant: small-caps;
    font-family: Arial;
    font-size: 12px;
}

A:visited   {
    text-decoration:    none;
    color:  #CA0016;
    font-variant: small-caps;
    font-family: Arial;
    font-size: 12px;
}

A:hover {
    text-decoration:    underline;
    color:  #ccc;
    font-variant: small-caps;
    font-family: Arial;
    font-size: 12px;
}

A:active    {
    text-decoration:    none;
    color:  #ccc;
    font-variant: small-caps;
    font-family: Arial;
    font-size: 12px;
}

/*  AJAX STUFF */
/*Textbox Watermark*/

.unwatermarked {
	/*height:22px;
	width:275px; */
}

.watermarked {
	/*height:22px;
	width:275px;
	padding:2px 0 0 2px;*/
	border:1px solid #969696;
	background-color:#fff;
	color:gray;
}	
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

