/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight: bold;
    color: #FFFFFF;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-size: 8.5pt;
	color:#FFFFFF;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:visited  {
	text-decoration: none;
	color:#FFFFFFC;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:active   {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}

A.OtherTabs:hover    {
	text-decoration: underline;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 8.5pt;
}

/* SIGNIN */
.SignIn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
A.SignIn:link {
    text-decoration: none;
	font-size: 9pt;
    font-family: Arial, Helvetica;
    color:#FFFFFF;
}

A.SignIn:visited  {
    text-decoration: none;
	font-size: 9pt;
    font-family: Arial, Helvetica;
    color:#FFFFFF;
}

A.SignIn:active   {
    text-decoration: none;
	font-size: 9pt;
    font-family: Arial, Helvetica;
    color:#FFFFFF;
}

A.SignIn:hover    {
    text-decoration: underline;
	font-size: 9pt;
    font-family: Arial, Helvetica;
    color:#FFFFFF;
}

/* Normal Text Box */
.NormalTextBox {
    font-family: Arial, Helvetica;
	font-size: 8.5pt;
	color: #4C4C4C;
	font-weight: normal;
	height: 14px;
	border: 1px solid #4C4C4C;
	vertical-align: middle;
}

/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/

.MainMenu_SubMenu TD
{
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;

}

.MainMenu_SubMenuItemSelHover TD
{
	color: #FFFFFF;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;


}

.MainMenu_TabRootMenuItem TD
{
	color: #FFFFFF;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #26D84F;
}

.MainMenu_TabRootMenuItemSel TD
{
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #178130;
}

.MainMenu_TabMenuItemHover TD
{
	background-color: #178130;
	color: #FFFFFF;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.MainMenu_TabMenuItemSelHover TD
{
	background-color: #178130;
	color: #FFFFFF;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.MainMenu_MenuContainer {
	border-bottom: #FFFFFF 0px solid;
	border-left: #E7EDE3 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #404040 0px solid;
	background-color: Transparent;
	width: 1px;
	padding: 0px;
}

.MainMenu_MenuBar {
	border-bottom: #FFFFFF 0px solid; 
	border-left: #E7EDE3 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #000000 0px solid;  
	cursor: pointer; 
	cursor: hand; 
	height: 21px; 
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
	padding-right: 4px;
	padding-left: 4px;

}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #26D84F; 
	border-left: #26D84F 1px solid; 
	border-right: #26D84F 0px solid; 
	border-bottom: #26D84F 1px solid; 
	border-top: #26D84F 1px solid; 
	width: 1; 

}	
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-color: #26D84F;
	border-bottom: #178130 1px solid;
	border-left: #178130 1px solid;
	border-top: #178130 1px solid;
	border-right: #178130 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF, Direction=90, Strength=0);
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.MainMenu_MenuBreak {
	width: 40px;
	border: 0;
}

.MainMenu_MenuItemSel {
	background-color: #178130; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	padding-right: 4px;
	padding-left: 4px;

}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.NormalBold  {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

.Normal  {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	color: #000000;
}
.Date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #178130;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #178130;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #178130;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #178130;
	text-decoration: none;
}
.More {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.More:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.More:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.More:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
	line-height: 9pt;
	font-style: normal;
}
A.More:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #F5F5F5;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.Gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}
A.Gray:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}
A.Gray:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666];
	text-decoration: none;
}
A.Gray:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
}
A.Gray:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}
ul {
	list-style-image: url(secondary.gif);
	list-style-position: outside;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #707070;
	list-style-position: outside;
	list-style-type: lower-roman;
	line-height: 10pt;
	font-weight: normal;
}
/* Footer */
.Footer {
	font-size: 9pt;
	color:#000000;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}
/* Footer Links */
A.Footer:link {
	text-decoration: none;
	color:#000000;
	font-weight: normal;
	font-size: 9pt;
}

A.Footer:visited  {
	text-decoration: none;
	color:#000000;
	font-weight: normal;
	font-size: 9pt;
}

A.Footer:active   {
	text-decoration: none;
	color:#000000;
	font-weight: normal;
	font-size: 9pt;
}

A.Footer:hover    {
	text-decoration: underline;
	color:#000000;
	font-weight: normal;
	font-size: 9pt;
}
.NormalSmall {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
	line-height: 9pt;
}
.NormalBoldSmall {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	line-height: 11pt;
}
.SubHead {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.SubHeadGreen {
	font-family: Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #178130;
}
.CommandButton {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	line-height: 9pt;
	color: #178130;
}
A.CommandButton:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #178130;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #178130;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #178130;
	text-decoration: underline;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #178130;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
.NormalBoldRed {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #660000;
}
/* Breadcrumbs */
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #178130;
}
A.breadcrumb:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #178130;
	text-decoration: none;
}
A.breadcrumb:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #178130;
	text-decoration: none;
}
A.breadcrumb:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #178130;
	text-decoration: underline;
}
A.breadcrumb:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #178130;
	text-decoration: none;
}
/* Default Skin Object */
.SkinObject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
A.SkinObject:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.SkinObject:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.SkinObject:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
A.SkinObject:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* Search */
.Search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
}
A.Search:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
A.Search:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
A.Search:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
A.Search:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

/* Width of Skin */
.maintable {
	width: 740px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: 100%;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
}
.toppane {
	text-align: left;
	vertical-align: top;
	padding-right: 12px;
	padding-left: 12px;
}
.leftpane {
	text-align: left;
	vertical-align: top;
	padding-right: 12px;
	padding-left: 6px;
}
.contentpane {
	text-align: left;
	vertical-align: top;
	padding-right: 12px;
	padding-left: 12px;
}
.rightpane {
	text-align: left;
	vertical-align: top;
	padding-right: 16px;
	padding-left: 12px;
}
.bottompane {
	text-align: left;
	vertical-align: top;
	padding-right: 12px;
	padding-left: 12px;
}
.messagelinktable {
	background-color: #E4F6E8;
	height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B3E6BF;
	border-bottom-color: #B3E6BF;
	width: 100%;
}
.navtable {
	background-color: #26D84F;
	height: 23px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7EE897;
	border-bottom-color: #178130;
}
.taglinetable {
	background-color: #33994B;
	height: 40px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #90DAA1;
	border-bottom-color: #267238;
}
.headertable {
	background-image: url(headerpane.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 18px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #474C4F;
	background-color: #8C8C8C;
}
.footertable {
	background-color: #EDEDED;
	height: 36px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #CDCDCD;
}
.contenttable {
	width: 100%;
}
.breadcrumbtable {
	height: 22px;
	width: 100%;
}

.t-worxPane {
	background: #F5F5F5;
	text-align: center;
	vertical-align: middle;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #000066;
	padding: 6px;
}


