/* ================================
    Default styles FOR DotNetNuke
   ================================
*/

/* background color for the content part of the pages */
Body
{
	background-color: white;
	margin: 0px;
}

.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #003366;
}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}


/* style for module titles */
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
	background-color: White;
	color: Red;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
	background-color: White;
}
.DataGrid_Header
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item
{
	background-color: Transparent;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.TreeMenu_NodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height: 25px;
}
.FileManager_Explorer
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.FileManagerTreeNodeSelected
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
	text-decoration: none;
	color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
	text-decoration: none;
	color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
	text-decoration: none;
	color: #003366;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height: 400px;
	width: 650px;
}
.WizardButton
{
	border-right: #696969 1px solid;
	padding-right: 2px;
	border-top: #696969 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	background-color: #dcdcdc;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height: 40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #003366;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}


/* GENERIC */
H1
{

	font-family: Tahoma, Arial, Helvetica;
	font-size: 17px;
	font-weight: bold;
	margin: 15px 0px 2px 0px;
	color: #ef5b3e;
}

H2
{
	
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
		margin: 15px 0px 2px 0px;
	color: #666644;
}

H3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H4
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H5, DT
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

H6
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

TFOOT, THEAD
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

A:link
{
	text-decoration: none;
	color: #003366;
}

A:visited
{
	text-decoration: none;
	color: #003366;
}

A:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A:active
{
	text-decoration: none;
	color: #003366;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}


UL LI
{
	list-style-type: disc;
}

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;
}
OL UL LI
{
	list-style-type: disc;
}

HR
{
	color: #696969;
	height: 1pt;
	text-align: left;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	height: 16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg
{
	background-color: #CCCCCC;
}

.TabBg
{
	background-color: black;
}

.SelectedTab
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SelectedTab:link
{
	text-decoration: none;
	color: white;
}

A.SelectedTab:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.SelectedTab:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.SelectedTab:active
{
	text-decoration: none;
	color: #eeeeee;
}

.OtherTabs
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.OtherTabs:link
{
	text-decoration: none;
	color: white;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #eeeeee;
}

.PagingTable
{
	height: 33px;
}

/*
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}
*/

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
	border: solid 1px black;
	white-space: nowrap;
	background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
	background-color: navy;
	color: White;
}


/*Edit In Place Tool Bar Classes*/
.eipbackimg
{
	border: outset 1px; /*give toolbar a 3D look*/
	position: absolute; /*needed so it doesn't take up space */
	margin-top: -22px; /*specify toolbar to be just above text */
	white-space: nowrap; /* makes toolbar horizontal */
	background: url(eip_tool.gif);
	background-color: #99cccc;
	height: 22px;
}

.eipbuttonbackimg
{
	width: 21px;
	height: 21px;
	cursor: pointer; /*change mouse to pointer when hover over button*/
	display: -moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/
	display: inline-block; /* supported by Opera and ? */
}

.eipbutton_edit
{
	background: url(eip_edit.gif) no-repeat 100% center;
}
.eipbutton_save
{
	background: url(eip_save.gif) no-repeat 100% center;
}
.eipborderhover
{
	border: outset 1px;
}

/* used to collapse panes without any content in them */
.DNNEmptyPane
{
	width: 0px;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft
{
	text-align: left;
}
.DNNAlignright
{
	text-align: right;
}
.DNNAligncenter
{
	text-align: center;
}

/* Login Styles */
.LoginPanel
{

}

.LoginTabGroup
{
	
}

.LoginTab {
	float: left;
	background: url("tablogin.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	border: 1px #25569a solid;
}

.LoginTabSelected{
	float: left;
	background: url("tablogin.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #FFF;
	background-position: 0% -41px;
	border: 1px #25569a solid;
}

.LoginTabHover
{
	float: left;
	background: url("tablogin.gif") left top;
	margin: 0 3px 3px 0;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
	color: #555;
	border: 1px #C00 solid;
	cursor:pointer;
}

.LoginContainerGroup
{
	clear: both;
	padding-top: 5px;
}

.LoginContainer
{
	
}








.Head {
	font-size: 12px;
	font-weight: bold;
	color: #555;
	padding-bottom: 3px;
	width: 100%;
}


.CTRMainContent, .CTRMainContent .Normal {
	color: #888;
}

.CTRMain01 {width: 14px; height: 14px; background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/ctr_main.gif) no-repeat; font-size: 1px;}
.CTRMain02 {height: 14px; background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/ctr_maio.gif) repeat-x; font-size: 1px;}
.CTRMain03 {width: 14px; height: 14px; background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/ctr_maip.gif) no-repeat; font-size: 1px;}
.CTRMain04 {width: 14px; background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/ctr_maiq.gif) repeat-y; font-size: 1px;}
.CTRMainMiddle {background: #fafafa; padding: 0px 2px 2px 2px;}
.CTRMain06 {width: 14px; background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/ctr_mair.gif) repeat-y; font-size: 1px;}
.CTRMainActions {width: 1px;}
.CTRMainTitle {}
.CTRMainContent {padding: 0 0 0 1px;}
.CTRMain07 {width: 14px; height: 14px; background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/ctr_mais.gif) no-repeat; font-size: 1px;}
.CTRMain08 {height: 14px; background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/ctr_mait.gif) repeat-x; font-size: 1px;}
.CTRMain09 {width: 14px; height: 14px; background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/ctr_maiu.gif) no-repeat; font-size: 1px;}
.CTRMainTitle .Head {font-size: 12px; margin-bottom: 2px; color: #333;}


.CTRMainTitle .Head {
	font-size: 11px;
	font-weight: bold;
	color: #555;
	padding-bottom: 3px;
	width: 100%;
}






.ContainerHeadLeft {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_c.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}

.ContainerHeadActions {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_b.gif) repeat-x bottom;
	padding: 5px 0 10px 0;
	width: 1px;
}

.ContainerHeadTitle {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_b.gif) repeat-x bottom;
	padding: 0 0 16px 1px;
}

.ContainerHeadRight {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_d.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}


.ContainerHeadBtns {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_b.gif) repeat-x bottom;
	padding: 0px 0 0 0;
	text-align: right;
}








.ContainerHeadLeft1 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_ccopy.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}

.ContainerHeadActions1 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_bcopy.gif) repeat-x bottom;
	padding: 5px 0 10px 0;
	width: 1px;
}

.ContainerHeadTitle1 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_bcopy.gif) repeat-x bottom;
	padding: 0 0 16px 1px;
}

.ContainerHeadRight1 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_dcopy.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}


.ContainerHeadBtns1 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_bcopy.gif) repeat-x bottom;
	padding: 0px 0 0 0;
	text-align: right;
}

.ContainerContent {
	padding: 6px 18px 35px 18px;
}















#Default .head
{
	font-size: 15px;
	font-family: arial;
	color: #333333;
	font-weight: bold;
}


/* ------- Normal Below ------- */

.ContainerHeadLeft_Normal {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_e.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}

.ContainerHeadActions_Normal {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_e.gif) repeat-x bottom;
	padding: 5px 0 10px 0;
	width: 1px;
}

.ContainerHeadTitle_Normal {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_e.gif) repeat-x bottom;
	padding: 14 0 8px 1px;
}

.ContainerHeadRight_Normal {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_e.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}


.ContainerHeadBtns_Normal {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_e.gif) repeat-x bottom;
	padding: 7px 0 0 0;
	text-align: right;
}

.ContainerContent_Normal {
	padding: 6px 18px 35px 18px;
}

#Normal .head
{
	font-size: 15px;
	font-family: arial;
	color: #A1994A;
	font-weight: bold;
}

/* ------- 01 Below ------- */

.ContainerHeadLeft_01 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_e.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}

.ContainerHeadActions_01 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_e.gif) repeat-x bottom;
	padding: 5px 0 8px 0;
	width: 1px;
}

.ContainerHeadTitle_01 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_e.gif) repeat-x bottom;
	padding: 14 0 8px 1px;
}

.ContainerHeadRight_01 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_e.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}


.ContainerHeadBtns_01 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_e.gif) repeat-x bottom;
	padding: 7px 0 0 0;
	text-align: right;
}

.ContainerContent_01 {
	padding: 6px 18px 35px 18px;
}

#div01 .head
{
	font-size: 15px;
	font-family: arial;
	color: #417610;
	font-weight: bold;
}

/* ------- 02 Below ------- */

.ContainerHeadLeft_02 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_e.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}

.ContainerHeadActions_02 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_e.gif) repeat-x bottom;
	padding: 5px 0 8px 0;
	width: 1px;
}

.ContainerHeadTitle_02 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_e.gif) repeat-x bottom;
	padding: 14 0 8px 1px;
}

.ContainerHeadRight_02 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_e.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}


.ContainerHeadBtns_02 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_e.gif) repeat-x bottom;
	padding: 7px 0 0 0;
	text-align: right;
}

.ContainerContent_02 {
	padding: 6px 18px 35px 18px;
}

#div02 .head
{
	font-size: 15px;
	font-family: arial;
	color: #201247;
	font-weight: bold;
}
/* ------- 03 Below ------- */

.ContainerHeadLeft_03 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_e.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}

.ContainerHeadActions_03 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_f.gif) repeat-x bottom;
	padding: 5px 0 8px 0;
	width: 1px;
}

.ContainerHeadTitle_03 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_f.gif) repeat-x bottom;
	padding: 14 0 8px 1px;
}

.ContainerHeadRight_03 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_g.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}


.ContainerHeadBtns_03 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_f.gif) repeat-x bottom;
	padding: 7px 0 0 0;
	text-align: right;
}

.ContainerContent_03 {
	padding: 6px 18px 35px 18px;
}

#div03 .head
{
	font-size: 15px;
	font-family: arial;
	color: #929EA8;
	font-weight: bold;
}
/* ------- 04 Below ------- */

.ContainerHeadLeft_04 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}

.ContainerHeadActions_04 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) repeat-x bottom;
	padding: 5px 0 8px 0;
	width: 1px;
}

.ContainerHeadTitle_04 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) repeat-x bottom;
	padding: 14 0 8px 1px;
}

.ContainerHeadRight_04 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}


.ContainerHeadBtns_04 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) repeat-x bottom;
	padding: 7px 0 0 0;
	text-align: right;
}

.ContainerContent_04 {
	padding: 6px 18px 35px 18px;
}

#div04 .head
{
	font-size: 15px;
	font-family: arial;
	color: #D93301;
	font-weight: bold;
}
/* ------- 05 Below ------- */

.ContainerHeadLeft_05 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}

.ContainerHeadActions_05 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) repeat-x bottom;
	padding: 5px 0 8px 0;
	width: 1px;
}

.ContainerHeadTitle_05 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) repeat-x bottom;
	padding: 14 0 8px 1px;
}

.ContainerHeadRight_05 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}


.ContainerHeadBtns_05 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) repeat-x bottom;
	padding: 7px 0 0 0;
	text-align: right;
}

.ContainerContent_05 {
	padding: 6px 18px 35px 18px;
}

#div05 .head
{
	font-size: 15px;
	font-family: arial;
	color: #1A5C19;
	font-weight: bold;
}
/* ------- 06 Below ------- */

.ContainerHeadLeft_06 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}

.ContainerHeadActions_06 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) repeat-x bottom;
	padding: 5px 0 8px 0;
	width: 1px;
}

.ContainerHeadTitle_06 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) repeat-x bottom;
	padding: 14 0 8px 1px;
}

.ContainerHeadRight_06 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}


.ContainerHeadBtns_06 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) repeat-x bottom;
	padding: 7px 0 0 0;
	text-align: right;
}

.ContainerContent_06 {
	padding: 6px 18px 35px 18px;
}

#div06 .head
{
	font-size: 15px;
	font-family: arial;
	color: #892C24;
	font-weight: bold;
}
/* ------- 07 Below ------- */

.ContainerHeadLeft_07 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}

.ContainerHeadActions_07 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) repeat-x bottom;
	padding: 5px 0 8px 0;
	width: 1px;
}

.ContainerHeadTitle_07 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) repeat-x bottom;
	padding: 14 0 8px 1px;
}

.ContainerHeadRight_07 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}


.ContainerHeadBtns_07 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) repeat-x bottom;
	padding: 7px 0 0 0;
	text-align: right;
}

.ContainerContent_07 {
	padding: 6px 18px 35px 18px;
}

#div07 .head
{
	font-size: 15px;
	font-family: arial;
	color: #54956A;
	font-weight: bold;
}
/* ------- 08 Below ------- */

.ContainerHeadLeft_08 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}

.ContainerHeadActions_08 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) repeat-x bottom;
	padding: 5px 0 8px 0;
	width: 1px;
}

.ContainerHeadTitle_08 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) repeat-x bottom;
	padding: 14 0 8px 1px;
}

.ContainerHeadRight_08 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}


.ContainerHeadBtns_08 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) repeat-x bottom;
	padding: 7px 0 0 0;
	text-align: right;
}

.ContainerContent_08 {
	padding: 6px 18px 35px 18px;
}

#div08 .head
{
	font-size: 15px;
	font-family: arial;
	color: #857319;
	font-weight: bold;
}
/* ------- 09 Below ------- */

.ContainerHeadLeft_09 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}

.ContainerHeadActions_09 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) repeat-x bottom;
	padding: 5px 0 8px 0;
	width: 1px;
}

.ContainerHeadTitle_09 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) repeat-x bottom;
	padding: 14 0 8px 1px;
}

.ContainerHeadRight_09 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
	font-size: 1px;
}


.ContainerHeadBtns_09 {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/header_h.gif) repeat-x bottom;
	padding: 7px 0 0 0;
	text-align: right;
}

.ContainerContent_09 {
	padding: 6px 18px 35px 18px;
}

#div09 .head
{
	font-size: 15px;
	font-family: arial;
	color: #788627;
	font-weight: bold;
}













/*========================================================*/
/*   Cascading Style Sheet for Seasons DotNetNuke Skin    */
/*                      for DNN3                          */
/*              created by Tyler Fawcett                  */
/*                                                        */
/*              http://tf.johndcooper.com                 */
/*                 tf@tylerfawcett.com                    */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Containers                                         */
/*  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 {
	margin: 0;
	background: #fff;

	width: 960px;
	background-color: #e7e7e7;
	margin-left: auto;
	margin-right: auto;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.4em;
}


/* Catch-all to ensure text color, font, and size consistency */
 p{
	font-family: tahoma;
	font-size: 13px;
	line-height: 1.4em;
}

/* Catch-all to ensure text color, font, and size consistency */
 ul{
	font-family: tahoma;
	font-size: 13px;
	line-height: 1.4em;
}


/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/

/* Establishes bg for viewable area */
.SiteColor {
	background: #e7e7e7;
}


/* Maintains consistent width */
.SiteWidth {
	width: 952px;
	margin: 10px 0 10px 0;
}


/* Spring photo */
.TopRowS {
	height: 318px;
	padding: 0;
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/bg_top_S.jpg) no-repeat;
}


/* Spring photo - Admin */
.TopRowSAdmin {
	height: 318px;
	padding: 0;
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/bg_top_S.jpg) no-repeat;
}


/* Summer photo */
.TopRowM {
	height: 318px;
	padding: 0;
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/bg_top_M_en.jpg) no-repeat;
}


/* Summer photo - Admin */
.TopRowMAdmin {
	height: 318px;
	padding: 0;
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/bg_top_N.jpg) no-repeat;
}


/* Autumn photo */
.TopRowA {
	height: 318px;
	padding: 0;
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/bg_top_A.jpg) no-repeat;
}


/* Autumn photo - Admin */
.TopRowAAdmin {
	height: 318px;
	padding: 0;
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/bg_top_A.jpg) no-repeat;
}


/* Winter photo */
.TopRowW {
	height: 318px;
	padding: 0;
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/bg_top_W.jpg) no-repeat;
}


/* Winter photo - Admin */
.TopRowWAdmin {
	height: 318px;
	padding: 0;
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/bg_top_W.jpg) no-repeat;
}


/* Contains date/login info */
.HeaderCell {
	text-align: right;
	padding: 10px 45px 0 0;
	height: 37px;
}


/* Contains menu */
.MenuCell {
	padding: 0px 10px 0 253px;
	height: 36px;
}


/* Contains menu - Admin */
.TopRowSAdmin .MenuCell, .TopRowAAdmin .MenuCell, .TopRowMAdmin .MenuCell, .TopRowWAdmin .MenuCell {
	padding: 0px 10px 0 60px;
	height: 36px;
}


/* BG for everything between header and footer */
.MiddleRow {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/bg_middl.jpg) repeat-y;
	padding: 0 69px 0 46px;
}


/* BG for everything between header and footer - Admin */
.MiddleRowAdmin {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/bg_middm.jpg) repeat-y;
	padding: 0 65px 0 75px;
}


/* Holds breadcrumbs */
.Breadcrumbs {
	padding: 0 0 30px 10px;
}


/* For left-hand column content */
.SideContent {
	width: 195px;
	padding: 0 0 0 0;
}


/* For main column content */
.MainContent {	
	padding: 0 0 0 22px;
}


/* For left column within the main content area */
.ContentLeft {
	width: 33%;
}


/* For center column within the main content area */
.ContentCenter {
	width: 33%;
}


/* For right column within the main content area */
.ContentRight {
	width: 33%;
}


/* Footer graphic */
.BottomRow {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/bg_botto.jpg) no-repeat;
	height: 112px;
	vertical-align: bottom;
	text-align: left;
}


/* Footer graphic - Admin */
.BottomRowAdmin {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/bg_bottp.jpg) no-repeat;
	height: 112px;
	vertical-align: bottom;
	text-align: right;
}


/* Contains terms/copyright info */
.FooterCell {
	text-align: right;
	padding: 0 45px 8px 0;
}


/* Separator image between header and footer links */
.Bullet {
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/bullet_g.gif) no-repeat;
	height: 10px;
}



/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Basic links */
a:link, a:visited, a:active {
	color: #EF5B3E;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #EF5B3E;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}



/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	font-weight: bold;
}

a.LoginLink:hover {
	font-weight: bold;

}

/* For the Register and Login/Logout links in the header */
a.LoginLinka:link, a.LoginLinka:visited, a.LoginLinka:active {
	color: #555555;
	font-weight: normal;
	font-size: 11px;

}

a.LoginLinka:hover {
	color: #111133;
	font-weight: normal;
	font-size: 11px;

}









/* For the Register and Login/Logout links in the header */
a.LoginLinkb:link, a.LoginLinkb:visited, a.LoginLinkb:active {
	color: #EF6B3E;
	font-weight: normal;
	font-size: 15px;

}

a.LoginLinkb:hover {
	color: #EF6B3E;
	font-weight: normal;
	font-size: 15px;

}



/* For the Register and Login/Logout links in the header */
a.LoginLink3:link, a.LoginLink3:visited, a.LoginLink3:active {
	color: #000033;
	font-weight: normal;
	font-size: 14px;

}

a.LoginLink3:hover {
	color: #000033;
	font-weight: normal;
	font-size: 14px;

}





/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active {
	font-weight: bold;
	font-size: 15px;
}

a.BreadcrumbLink:hover {
	font-weight: bold;
	font-size: 15px;
}


/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	font-weight: bold;
	color: #555;
}

a.CommandButton:hover {
	font-weight: bold;
	color: #555;
	text-decoration: none;
}



/* Seasons link colors */

/*
#Summer a {color: #EF5B3E;}
#Summer LoginLink2 {color: #115B3E;}
*/
/*
#Spring a {color: #5A7228;}
#Autumn a {color: #CF8D01;}
#Winter a {color: #6C96A9;}
*/


/*========================================================*/
/*  4. Text                                               */
/*========================================================*/
.Caption1
{
	color: #555;
	font-family: tahoma;
	font-weight: bold;
	font-size: 15px;
}

a.Caption1:link, a.Caption1:visited, a.Caption1:active {
	color: #555;
	font-family: tahoma;
	font-weight: bold;
	font-size: 15px;
}

a.Caption1:hover {
	color: #555;
	font-family: tahoma;
	font-weight: bold;
	font-size: 15px;
}


/* Style for current date token */
.CurrentDate {
	color: #555;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #555;
}


.CopyrightText2 {
	color: #111133;
	font-weight: bold;
	font-size: 11px;
}


/* Used in admin sections */
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #555;
	padding: 0;
}



.Normal {
	font-size: 11px;
	color: #555;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #900;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}


/* Normal bold text */
.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}




/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/

select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #555;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #333;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}




/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
	height: 35px;
	padding: 0;
}


/* Menu bar */
.MainMenu_MenuBar {
	background: transparent;
	height: 35px;
	padding: 0;
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #aaa;
	font-size: 11px; 
	font-weight: bold;
	border: 1px solid #222;
	padding: 1px 4px 2px 2px;
}


/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	border: 1px solid #000;
	padding: 1px;
	background: #222;
	filter: alpha(opacity=75, FinishOpacity=75, Style=1);
	-moz-opacity: 0.75
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #000;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Idle state for main menu items */
.MainMenu_Idle { 
	height: 35px;
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/menu_sep.gif) top right no-repeat transparent;
	color: #aaa;
	padding-top: 2px;
	font-weight: bold;
	border-left: 1px solid #fff;
}


/* Hover state for main menu items */
.MainMenu_Selected {
	height: 35px;
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/menu_sep.gif) top right no-repeat transparent;
	color: #fff;
	padding-top: 2px;
	font-weight: bold;
	border-left: 1px solid #fff;
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	height: 35px;
	background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/menu_sep.gif) top right no-repeat transparent;
	color: #fff;
	padding-top: 2px;
	font-weight: bold;
	border-left: 1px solid #fff;
}


/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak {
	display: none;
}



/*========================================================*/
/*  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: tahoma; 
	color: #aaa;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border: #f4f4f4 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: -1px 0px 0px 2px;
	background-color: #f8f8f8; 
	border: #bbb 1px solid;
	padding: 1px;
}


/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #f4f4f4;
	background: #222;
	border-left: #222 1px solid;
	border-right: #222 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}






.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet,
.addthis_toolbox.addthis_pill_combo a.addthis_counter {
  /*  margin-top: -2px;*/
}
.addthis_button_compact .at15t_compact {
    margin-right: 1px;
    float: left;
}   









.addthis_button_preferred_1 {
    margin-right: 1px;
	margin-left: 10px;
    float: left;
} 

.addthis_button_preferred_2 {
    margin-right: 1px;
	margin-left: 1px;
    float: left;
} 

.addthis_button_preferred_3 {
    margin-right: 1px;
	margin-left: 1px;
    float: left;
} 

.addthis_button_preferred_4 {
    margin-right: 1px;
	margin-left: 1px;
    float: left;
} 

.addthis_button_preferred_5 {
    margin-right: 1px;
	margin-left: 1px;
    float: left;
} 



/*========================================================*/
/*  New Add Style                                         */
/*========================================================*/

p.p, h1.p, h2.p, ul.p {
	padding: 0 10px 0 10px;
	text-indent: 20px;
	text-align: justify;
}

p.p0 {
	padding: 0 0 0 0;
	text-indent: 20px;
	text-align: justify;
}

table.p {
	padding: 0 10px 0 10px;
	border: 0;
	border-spacing: 0;
	width: 100%;
}

table.p0 {
	padding: 0 0 0 0;
	border: 0;
	border-spacing: 0;
	width: 100%;
}

table.p td, table.p0 td{
	padding: 0 0 0 0;
}

.CTRAd01 {width: 16px; height: 16px; background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/ctr_ad_01.jpg) no-repeat; font-size: 1px;}
.CTRAd02 {height: 16px; background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/ctr_ad_02.jpg) repeat-x; font-size: 1px;}
.CTRAd03 {width: 16px; height: 16px; background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/ctr_ad_03.jpg) no-repeat; font-size: 1px;}
.CTRAd04 {width: 16px; background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/ctr_ad_04.jpg) repeat-y; font-size: 1px;}
.CTRAdContent {background: #ffffff; padding: 0;}
.CTRAd06 {width: 16px; background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/ctr_ad_06.jpg) repeat-y; font-size: 1px;}
.CTRAd07 {width: 16px; height: 16px; background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/ctr_ad_07.jpg) no-repeat; font-size: 1px;}
.CTRAd08 {height: 16px; background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/ctr_ad_08.jpg) repeat-x; font-size: 1px;}
.CTRAd09 {width: 16px; height: 16px; background: url(https://d3apj74imratoh.cloudfront.net/artensoft_com/sitesources/elements/ctr_ad_09.jpg) no-repeat; font-size: 1px;}

a img{
	border: none;
}



/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/



