/* Background Settings */
BODY {
    background-image: url(images/black-back.jpg);
    background-repeat: repeat;
	MARGIN: 0px;
}

/* Base CSS Overrides - Header Elements */
H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 20px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H2 {
	FONT-WEIGHT: normal; FONT-SIZE: 20px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H4 {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H5 {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
DT {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
H6 {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
/* Base CSS Overrides - Table Elements */
TFOOT {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
THEAD {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
TH {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; VERTICAL-ALIGN: baseline; FONT-FAMILY: Arial, Helvetica, sans-serif
}
/* Base CSS Overrides - Anchor Elements */
A:link {
	COLOR: #315391;
	TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #315391; TEXT-DECORATION: underline
}
A:active {
	COLOR: #315391; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #ff0000; TEXT-DECORATION: underline
}
/* Base CSS Overrides - HTML Text Elements */
SMALL {
	FONT-SIZE: 8px
}
BIG {
	FONT-SIZE: 14px
}
BLOCKQUOTE {
	FONT-FAMILY: Lucida Console, monospace
}
PRE {
	FONT-FAMILY: Lucida Console, monospace
}
HR {
	HEIGHT: 1pt; TEXT-ALIGN: left
}
/* Base CSS Overrides - List Elements */
UL LI {
	LIST-STYLE-TYPE: square
}
UL LI LI {
	LIST-STYLE-TYPE: disc
}
UL LI LI LI {
	LIST-STYLE-TYPE: circle
}
OL LI {
	LIST-STYLE-TYPE: decimal
}
OL OL LI {
	LIST-STYLE-TYPE: lower-alpha
}
OL OL OL LI {
	LIST-STYLE-TYPE: lower-roman
}

.Wrap {
	position: relative;
	top: 0px;
}

/* DNN Skin CSS - Top Bar */
.Top {
	background-image: url(images/wolk-top.png);
	background-repeat: repeat-x; /*padding: 3;*/;
	position: relative;
	top: 0px;
	width: 100%;
	height: 125px;
	right: 0px;
	margin: 0;
}

/* DNN Skin CSS - Menu Bar */
.Menu {
	position: relative;
	top: -16px;
	height: 41px;
	empty-cells: show;
	left: 10px;
	margin: 0;
}
.Menu-Right {
	background-image: url(images/menubar-right.gif);
	background-repeat: no-repeat;
	width: 54px;
	empty-cells: show;
	height: 41px;
}
.Menu-Left {
	background-image: url(images/menubar-left.gif);
	background-repeat: no-repeat;
	width: 54px;
	empty-cells: show;
	height: 41px;
}
.Menu-Body {
	background-image: url(images/menubar-body.jpg);
	background-repeat: repeat-x;
	height: 41px;
	empty-cells: show;
	padding-top: 5px;
}

.Main {
	width: 920px;
	position: relative;
	top: 69px;
	empty-cells: show;
	visibility: visible;
	background-image: url('images/blueish-metal.jpg');
	background-repeat: repeat;
	margin: 0;
}

.TopTokenTextBlock {
	position: relative;
	top: 0px;
	width: 920px;
	height: 18px;
	vertical-align: text-bottom;
	empty-cells: show;
	visibility: visible;
	margin: 0;
}

.TopTokenSpacer {
	width: 5%;
}

.LoginTextBlock {
	text-align: right;
	width: 30%;
}
.BreadcrumbTextBlock {
	text-align: left;
	width: 60%;
}


.Main-Pane {
	padding: 5px;
	empty-cells: show;
	background-image: url('images/bg-image.jpg');
	background-repeat: no-repeat;
	height: 120px;
}
.Main-Logo {
	empty-cells: show;
	position: relative;
	text-align: right;
	top: -20px;
	right: 20px;
}

/* DNN Skin CSS - Layout Graphics */
.ContentBox-TopBar {
	empty-cells: show;
	position: relative;
	left: 32px;
	top: 190px;
	width: 730px;
}
.ContentBox-TopBar-Center {
	background-image: url(images/wolk-cb-top.png);
	background-repeat: repeat-x;
	empty-cells: show;
}
.ContentBox-TopBar-Left {
	background-image: url(images/wolk-cb-top-left.png);
	background-repeat: no-repeat;
	empty-cells: show;
	position: relative;
	width: 60px;
	height: 43px;
	top: -9px;
}
.ContentBox-TopBar-Right {
	background-image: url(images/wolk-cb-top-right.png);
	background-repeat: no-repeat;
	empty-cells: show;
	position: relative;
	width: 60px;
	height: 43px;
	top: -9px;
}
.ContentBox {
	padding: 0px;
	margin: 0px;
	empty-cells: show;
	position: relative;
	width: 850px;
}
.ContentBox-Left {
	background-position: left;
	padding: 0px;
	margin: 0px;
	background-image: url(images/resguild-left.jpg);
	background-repeat: repeat-y;
	width: 25px;
	empty-cells: show;
}
.ContentBox-Right {
	background-position: right;
	padding: 0px;
	margin: 0px;
	background-image: url(images/resguild-right.jpg);
	background-repeat: repeat-y;
	width: 25px;
	empty-cells: show;
}
.ContentBox-BarLeft {
	background-position: left;
	padding: 0px;
	margin: 0px;
	background-image: url(images/resguild-left.jpg);
	background-repeat: repeat-y;
	width: 60px;
	empty-cells: show;
	height: 43px;
}
.ContentBox-BarRight {
	background-position: right;
	padding: 0px;
	margin: 0px;
	background-image: url(images/resguild-right.jpg);
	background-repeat: repeat-y;
	width: 60px;
	empty-cells: show;
	height: 43px;
}
.ContentBox-BottomLeft {
	padding: 0px;
	margin: 0px;
	background-position: left bottom;
	background-image: url(images/resguild-bottom-left.jpg);
	background-repeat: no-repeat;
	width: 25px;
	height: 45px;
	empty-cells: show;
}
.ContentBox-BottomRight {
	padding: 0px;
	margin: 0px;
	background-position: right bottom;
	background-image: url(images/resguild-bottom-right.jpg);
	background-repeat: no-repeat;
	width: 25px;
	height: 45px;
	empty-cells: show;
}
.Footer {
	background-position: bottom;
	padding: 0px;
	margin: 0px;
	color: white;
	background-image: url(images/resguild-bottom1.gif);
	vertical-align: bottom;
	height: 17px;
	background-repeat: repeat-x;
	text-align: center;
}
.Footer2 {
	background-position: bottom;
	padding: 0px;
	margin: 0px;
	color: white;
	background-image: url(images/resguild-bottom2.jpg);
	empty-cells: show;
	height: 28px;
	background-repeat: repeat-x;
}
.MenuTable {
	background-image: url(images/TopGreenBg.gif);
	padding-left: 6px;
}

.DateTable {
    FONT-SIZE: 70%;
	padding-left: 15px;
}

#msviGlobalSearch {
	PADDING-RIGHT: 15px; PADDING-LEFT: 6px; FONT: 95% Verdana; PADDING-TOP: 5px; TEXT-ALIGN: left;
}

/* DNN Skin CSS - Module Regions */
.Head {
	font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #003366;
}
.Content {
	padding-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	width: 800px;
}

.RightPane {
	 padding-left:12px;
	 padding-top:2px; 
	 padding-right:2px; 
	 padding-bottom: 5px;
	 background-color: Transparent;
	width: 25%;
}
.LeftPane {
	 padding-left:2px;
	 padding-top:2px; 
	 padding-right:5px; 
	 padding-bottom: 5px;
	 background-color: Transparent;
	width: 25%;
}
.ContentPane { 
	 padding-left:2px;
	 padding-top:2px; 
	 padding-right:2px; 
	 padding-bottom: 5px;
	 width: 75%;
}
.TopPane { 
	 padding-left:2px;
	 padding-top:2px; 
	 padding-right:2px;
	 padding-bottom: 2px;
	 background-color:Transparent;
}
.BottomPane {
	 padding-left:0;
	 padding-top:2px; 
	 padding-right:0; 
	 padding-bottom:1px;
	 background-color: Transparent;
}
.HeadBanner { 
	 padding-left:0;
	 padding-top:0; 
	 padding-right:0; 
	 background-color: #e2e2e2;
}

/* SKIN.XML CSS - Breadcrumb Trail */
.Breadcrumb {
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica;
	color: #AFE4FF;
	text-decoration: none;
	background-color: Transparent;
	padding-right: 10;
}
A.Breadcrumb:visited  {
    text-decoration:    none;
    color: #AFE4FF;
}
A.Breadcrumb:link {
	COLOR: #AFE4FF; TEXT-DECORATION: none
}
A.Breadcrumb:active   {
    text-decoration:    none;
    color: #AFE4FF;
}
A.Breadcrumb:hover    {
    text-decoration: none;
    color: #EAF7FF;
}
.SkinObject {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: white; FONT-FAMILY: Tahoma, Arial, Helvetica; TEXT-DECORATION: none
}
A.SkinObject:link {
	COLOR: #FFFF99; TEXT-DECORATION: none
}
A.SkinObject:visited {
	COLOR: #FFFF99; TEXT-DECORATION: none
}
A.SkinObject:active {
	COLOR: #FFFF99 TEXT-DECORATION: none
}
A.SkinObject:hover {
	COLOR: #FF6600; TEXT-DECORATION: none
}

/* DNN & SKIN.XML CSS - Login and Register Links */
.SelectedTab {
    font-weight: normal;
    font-size: 10px;
    /*color: #3D4D5A;*/
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SelectedTab:link {
	COLOR: #AFE4FF; TEXT-DECORATION: none
}
A.SelectedTab:visited {
	COLOR: #AFE4FF; TEXT-DECORATION: none
}
A.SelectedTab:active {
	COLOR: #AFE4FF; TEXT-DECORATION: none
}
A.SelectedTab:hover {
	COLOR: #EAF7FF; TEXT-DECORATION: none
}

/* DNN & SKIN.XML CSS - Bottom of Page Links and Current Date */
.OtherTabs {
    font-weight: normal;
    font-size: 10px;
    color: white;
	/*color: #3D4D5A;*/
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.OtherTabs:link {
    text-decoration:    none;
    color: #AFE4FF;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #AFE4FF;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #AFE4FF;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color: #409ED1;
}

/* Main Menu */
/*___________________________________________________________________________________________*/
/* Main Menu - Menu Item Bullet*/
span.menuimg {
	background: url(mbmenu.gif) no-repeat center center;
}

/* Main Menu - Root Menu Arrow CSS Class */
.MainMenu_RootMenuArrow{
	display:none;
}

/* Main Menu - Menu Arrow CSS Class */
.MainMenu_MenuArrow
{
	display:none;
}

/* Main Menu - Menu Icon CSS Class */
.MainMenu_MenuIcon{
	display:none;
}

/* Main Menu - Menu Container CSS Class */
.MainMenu_MenuContainer{
	width:100%; 
}


/* Main Menu - Menu Bar CSS Class */
.MainMenu_MenuBar{
	background:transparent; 
}

/* Main Menu - Menu Item CSS Class */
.MainMenu_MenuItem{
    z-index: 1000; 
	color: #000066;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 15px 2px 10px;
}

.MainMenu_SubMenu { 
    z-index: 1000; 
	color: #000066;
	font-size: 10px;
	padding: 0px;
	font-weight: normal;
	background-color: #99CCFF;
	background-image: url('images/blueish-paper.jpg');
}


.rootmenuitem TD{ 
	color:#AFE4FF; font-size:10px; font-weight:bold;
	padding:0px 10px 0px 0px;
	background:transparent;
	height:24px;
}
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
	color:#EAF7FF; font-size:10px; font-weight:bold;
	padding:0px 10px 0px 0px;
	background:transparent;
	height:24px;
}

/* Main Menu - Sub-Menu Item (Selected) CSS Class */
.submenuitemselected{
	color: #EAF7FF;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 15px 2px 10px;
	background: #0066CC ;
	border: 1px Navy solid;
	border-width: 1px 0px;
}
.submenu {
    z-index: 1000; 
	color: #000066;
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	background-color: #99CCFF;
	background-image: url('images/blueish-paper.jpg');
	margin-top: 0px;
	margin-left: 3px;
}

/* normal stuff */
/* style for module titles */
.Head   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:  11px;
	font-weight:    bold;
	color: #393D51;
	font-style: normal;
	text-transform: uppercase;
}
/* style of item titles on edit and admin pages */
.SubHead    {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: #996633;
	font-style: normal;
	text-transform: uppercase;
}
/* text style used for most text rendered by modules */
.Normal 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #282B39;
}
.NormalHighlight {
	background-color: #FBF7F4;
	color: #282B39;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
/* text style used for textboxes in the LanguageBox */

.LanguageBox {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	WIDTH: 140px;
	COLOR: #003366;
	FONT-FAMILY: verdana, sans-serif;
	background-color: #B9D0D0;
	
}
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FF0000}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration:    none;
	color: #343749;
	border: 1px solid #343749;
	background-color: #EBECEE;
}

A.CommandButton:visited  {
	text-decoration:    none;
	color: #343749;
	border: 1px solid #343749;
	background-color: #EBECEE;
}

A.CommandButton:active   {
	text-decoration:    none;
	color: #80402B;
	border: 1px solid #80402B;
	background-color: #EED5CD;
}

A.CommandButton:hover    {
	text-decoration:    none;
	color: #80402B;
	border: 1px solid #80402B;
	background-color: #EED5CD;
}

.Message {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #eeeeee
}
.ItemTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #af906b; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif
}

/* ActiveForums CSS */
.NTForums_GroupRow {
	font-weight: bold;
	font-size: 13px;
	color: #FFFF99;
	font-family: Tahoma, Verdana, Arial;
	background-color: #336699;
	background-image: url(images/navy-paper.jpg);
}
.NTForums_GroupRow A
{
	font-size: 13px;
	color: #FFFF99;
}
.NTForums_GroupRow A:link
{
	font-size: 13px;
	color: #FFFF99;
}
.NTForums_GroupRow A:visited
{
	font-size: 13px;
	color: #FFFF99;
}
.NTForums_GroupRow A:hover
{
	text-decoration:underline;
}

.NTForums_ForumHeader {
	font-weight: bold;
	font-size: 11px;
	color: #696969;
	font-family: Tahoma, Verdana, Arial;
	background-color: #e6e6fa;
	background-image: url(images/blueish-paper.jpg);
}

.NTForums_ForumRow {
	font-size: 12px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	background-color: #f5f5f5;
	background-image: url(images/light-paper.jpg);
}

.NTForums_ForumRow2 {
	font-size: 12px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	background-color: #e6e6fa;
	background-image: url(images/reddish-paper.jpg);
}
.NTForums_ForumRowNew
{
	font-size: 12px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	background-color: #ffff99;
	background-image: url(images/light-blueish-paper.jpg);
}

/* smcculloch.net News Articles CSS */

.articleTopCell {
	font-weight: bold;
	font-size: 13px;
	color: #FFFF99;
	font-family: Tahoma, Verdana, Arial;
	background-color: #336699;
	background-image: url(images/navy-paper.jpg);
}

.articleContentCell {
	font-size: 12px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	background-color: #f5f5f5;
	background-image: url(images/light-paper.jpg);
}

.articleTextCell {
	font-size: 10px;
	color: black;
	font-family: Tahoma, Verdana, Arial;
	background-color: #e6e6fa;
	background-image: url(images/reddish-paper.jpg);
}


