
/*========================================================*/
/*    CSS for Mecklenburg Radiology DotNetNuke Skin       */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Framework                                          */
/*  3. Links                                              */
/*  4. Text                                               */
/*  5. Forms                                              */
/*  6. Main Menu                                          */ 
/*  7. Module Menus                                       */
/*========================================================*/


/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	background: #fff;
	margin: 0;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}


/*========================================================*/
/*  2. Framework                                          */
/*========================================================*/

td.shadow-left {background: url(shadow-left.gif) repeat-y top right #242324;}
td.shadow-right {background: url(shadow-right.gif) repeat-y top left #242324;}
td.canvas-portal {width: 770px; background: url(page-bg.gif);}
td.canvas-admin {width: 900px; background: url(page-bg.gif);}
td.canvas-full {width: 98%; background: url(page-bg.gif);}

td.header-row {height: 35px; background: url(header-bg.gif) repeat-x;}
td.header-left {width: 14px; background: url(header-cap-l.gif) no-repeat;}
td.header-content {width: auto; text-align: right;}
td.header-right {width: 14px; background: url(header-cap-r.gif) no-repeat;}

td.logo-row {height: 89px;}
td.logo-edge-l {width: 22px; height: 89px; background: url(logo-edge-l.gif) no-repeat;}
td.logo-area {background: #fff; padding: 10px;}
td.banner-area {width: 352px; height: 89px;}

td.canvas-left {width: 9px; background: url(canvas-left.gif) top right repeat-y;}
td.canvas-main {background: #fff;}
td.canvas-right {width: 9px; background: url(canvas-right.gif) top right repeat-y;}

td.menu-row {height: 24px; background: url(menu-bg.gif) repeat-x; padding: 0 15px 0 10px;}
td.links-row {height: 28px; background: url(breadcrumb-bg.gif) repeat-x; padding: 0 15px 5px 4px; color: #fff; font-weight: normal;}
td.links-row-empty {height: 16px; background: url(breadcrumb-bg-empty.gif) repeat-x;}
td.breadcrumb-row {padding: 15px 15px 10px 15px; font-weight: bold; color: #bbb; font-size: 13px;}
.breadcrumb-ul {border-bottom: 2px solid #ddd; padding-bottom: 1px;}

td.content-pad {height: auto; padding: 5px 15px 15px 15px;}
td.content-top {}
td.content-left {padding-right: 15px;}
td.content-center {width: 100%;}
td.content-right {padding-left: 15px;}
td.content-bottom {}

td.footer-row {height: 17px;}
td.footer-cap-left {width: 24px; height: 17px; background: url(footer-cap-left.gif) no-repeat;}
td.footer-cap-middle {height: 17px; background: url(footer-cap-middle.gif) repeat-x;}
td.footer-cap-right {width: 24px; height: 17px; background: url(footer-cap-right.gif) no-repeat;}

td.footer-text {height: 60px;}
td.copyright {text-align: right; color: #fff; padding: 2px 14px 0 0;}


/*========================================================*/
/*  3. Links                                              */
/*========================================================*/



/* basic links */
a:link, a:visited, a:active {
	color: #aa0423;
	font-family: tahoma, arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}

a:hover {
	color: #aa0423;
	font-family: tahoma, arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

/* register and login/logout links */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
  	color: #fff;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

a.LoginLink:hover {
	color: #fff;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


/* footer links */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
    font-weight: bold;
	color: #fff;
	text-decoration: underline;
	white-space: nowrap;
}
a.FooterLink:hover {
   font-weight: bold;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}


/* Links skin object links */
a.LinksLink:link, a.LinksLink:visited, a.LinksLink:active {
    font-weight: normal;
	font-family: tahoma, arial, sans-serif;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 10px 0 10px;
	font-size: 11px;
}

a.LinksLink:hover {
	font-weight: normal;
	font-family: tahoma, arial, sans-serif;
	color: #fff;
	text-decoration: underline;
	white-space: nowrap;
	padding: 0 10px 0 10px;
	font-size: 11px;
}


/* breadcrumb links */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink {
    text-decoration: none;
    color: #aa0423;
	font-weight: bold;
	font-size: 13px;
}

a.BreadcrumbLink:hover {
    text-decoration: underline;
    color: #aa0423;
	font-weight: bold;
	font-size: 13px;
}



/* admin and host function links */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #aa0423;
	font-family: tahoma, arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #aa0423;
	font-family: tahoma, arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
}


/* for normal links */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #aa0423;
	font-family: tahoma, arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}

a.Normal:hover, a:hover {
	color: #aa0423;
	font-family: tahoma, arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
}



/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.CurrentDate {
	color: #fff;
	white-space: nowrap;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #fff;
	white-space: nowrap;
}


/* Used in admin sections */
.SubHead    {
	font-family: tahoma, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
	font-style: italic;
	color: #333;
}


/* Module titles */
.Head {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #900;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}


/* Normal bold text */
.NormalBold {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}


/* Normal bold text */
.Normal, .Normal td, .Normal p {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	color: #333;
}



/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/


select, input {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #333;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #333;
	padding: 1px 2px 0px 2px;
	font-family: tahoma, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
}



/* go button in search area */
.GoButton {
	margin: 0;
	border: 0;
}


/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
}
/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	background: #fafafa;
	border-top: #fafafa 1px solid;
	border-left: #fafafa 1px solid;
	border-bottom: #fafafa 1px solid;
	border-right: #fafafa 1px solid;
	padding: 2px 8px 3px 4px;
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	cursor: hand; 
	background: #505050;
	border-left: #505050 1px solid;
	border-right: #505050 1px solid;
	padding: 2px 8px 3px 4px;
}

.MainMenu_MenuIcon, .MainMenu_MenuArrow
{
	display: none;
}


.MainMenu_MenuBreak
{
	height: 0px;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	background-color: #fafafa;
	border: 1px solid #333;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=3);
}
.MainMenu_SubMenuItemSel
{
	font-size: 12px;
	color: #c99f89;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.MainMenu_RootMenuItem td
{
	font-size: 12px;
	background: url(menu-bg.gif) repeat-x;
	color: #aaa;
	padding-top: 5px;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	height: 24px;
	padding: 0px 14px 0px 10px;
}

.MainMenu_RootMenuItemSel td
{
	font-size: 12px;
	background: url(menu-bg.gif) repeat-x;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	color: #fff;
	height: 24px;
	padding: 0px 14px 0px 10px;
}

.MainMenu_RootMenuItemActive td
{
	font-size: 12px;
	font-family: tahoma, arial, sans-serif;
	background: url(menu-on-bg.gif) repeat-x;
	border-left: 1px solid #373737;
	border-right: 1px solid #373737;
	font-weight: bold;
	color: #fff;
	height: 24px;
	padding: 0px 14px 0px 10px;
}


/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/


/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: "arial", verdana, sans-serif;
	font-size: 12px;
	color: #222;
	font-weight: normal;
	background: #f7f7f7;
	border-top: #f7f7f7 1px solid;
	border-left: #f7f7f7 1px solid;
	border-bottom: #f7f7f7 1px solid;
	border-right: #f7f7f7 1px solid;
	padding: 1px 10px 2px 0px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	background-color: #f7f7f7;
	border: 1px solid #999;
	padding: 0px;
	filter: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}



/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: "arial", verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #333;
	background: #ddd;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	padding: 1px 10px 2px 0px;
}

.ModuleTitle_MenuIcon {
	border: 1px solid #eee;
	padding: 0 3px 0 3px;
}

/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}



/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/








