

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #dddddd;

}

.pagebg {
	width: 100%;
	height: 100%;
	background-image: url(images/bg_gradient3.jpg);
	background-repeat: repeat-x;
	background-color: transparent;
	padding-top: 0px;
}
.page {
	background-image: url(images/page-background.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
}

.BoldHeading{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	text-decoration; none;
	color: #303030;
}

.SelectedTab {
    font-weight: bold;
    font-size: 11pt;
    color: #000000;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link
{
	color: #000000;
	text-decoration: none;
}
A.SelectedTab:visited {
    text-decoration:    none;
    color:#000000;
}
A.SelectedTab:active {
    text-decoration:    none;
    color:#000000;
}
A.SelectedTab:hover {
    text-decoration:    none;
    color:#555555;
}
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 11pt;
    color: #000000;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color:#000000;
}
A.OtherTabs:visited {
    text-decoration: none;
    color:#000000;
}
A.OtherTabs:active {
    text-decoration: none;
    color:#000000;
}
A.OtherTabs:hover {
    text-decoration: none;
    color:#555555;
}

/* GENERAL */
/* style for module titles */
.Title
{
	font-weight: bold;
	font-size: 12px;
	color: #949494;
	font-family: Arial, Verdana;
}
.Head
{
	font-size: 18px;
	color: #818181;
	font-family: Arial;
}

/* text style used for most text rendered by modules */

.Normal
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	line-height: 14.5px;
}
.Normal table td
{
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	line-height: 14.5px;
}


/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #5b2907;
}
.SubHeadDate {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #7aa033;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #000000
}
.NormalRed {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000
}
.NormalBold {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Garamond, Arial, Verdana;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #000000;
}
A.CommandButton:visited {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:active {
    text-decoration:    underline;
    color: #000000;
}

A.CommandButton:hover {
    text-decoration:    underline;
    color: #ff0000;
}
/* GENERIC */
H1 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #432719;
}
H2 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #5881aa;
}
H3 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #432719;
}
H4 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #432719;
}
H5, DT {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #432719;
}
H6 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #432719;
}
TFOOT, THEAD {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #432719;
}
TH {
    vertical-align: baseline;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  8px;
    font-weight:    bold;
    color: #432719;
}
/*_________________________________ Page Links _________________________________________________*/
A:link
{
	font-weight: normal;
	color: #820062;
	font-family: verdana;
	text-decoration: underline;
}
A:visited {
	font-weight: normal;
	color: #820062;
	font-family: verdana;
	text-decoration: underline;
}
A:active {
	font-weight: normal;
	color: #820062;
	font-family: verdana;
	text-decoration: underline;
}
A:hover {
	font-weight: normal;
	color: #820062;
	font-family: verdana;
	text-decoration: none;
}
/*________________________________ End Page Links _______________________________________________*/
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family: Verdana, Tahoma, Arial, Helvetica;
}
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;
}
HR {
    color: #cccccc;
    height:1pt;
}






/*_________________________________ Bottom Links, Copyright, Login, Terms _________________________________________________*/

/*________________________ Search Stuff ________________*/

#dnn_dnnSEARCH_txtSearch {
  float:left;
  width:75%;
}
.SearchSkinObject
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom; 3px;
}
a.SearchSkinObject:link
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom; 3px;
}
a.SearchSkinObject:hover
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom; 3px;
}
a.SearchSkinObject:visited
{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom; 3px;
}




.links_bottom
{
	font-family: Tahoma;
	font-weight: regular;
	font-size: 10px;
	color: #4b4b4b;
	text-decoration: none;

}
A.links_bottom:link
{
	font-family: Tahoma;
	font-weight: regular;
	font-size: 10px;
	color: #4b4b4b;
	text-decoration: none;

}
A.links_bottom:visited {
	font-family: Tahoma;
	font-weight: regular;
	font-size: 10px;
	color: #4b4b4b;
	text-decoration: none;

}
A.links_bottom:active {
	font-family: Tahoma;
	font-weight: regular;
	font-size: 10px;
	color: #d3d3d3;
	text-decoration: none;

}
A.links_bottom:hover {
	font-family: Tahoma;
	font-weight: regular;
	font-size: 10px;
	color: #d3d3d3;
	text-decoration: none;

}


.Copyright
{
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	border: none;
	text-decoration: none;
}
a.Copyright:link
{
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	border: none;
	text-decoration: none;
}
a.Copyright:visited
{
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	border: none;
	text-decoration: none;
}
a.Copyright:hover
{
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	border: none;
	text-decoration: underline;
}
.Website
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
}


.Login
{
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	background-repeat: no-repeat;
	border: none;
}
a.Login:link
{
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	background-repeat: no-repeat;
	border: none;
}
a.Login:visited
{
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	background-repeat: no-repeat;
	border: none;
}
a.Login:hover
{
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	background-repeat: no-repeat;
	border: none;
	text-decoration: none;
}
.User
{
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	background-repeat: no-repeat;
	border: none;
	padding-left: 10px;
}
a.User:link
{
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	background-image: url(images/login-separator.jpg);
	background-repeat: no-repeat;
	border: none;
	padding-left: 10px;
}
a.User:visited
{
	color: #000000;
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	background-image: url(images/login-separator.jpg);
	background-repeat: no-repeat;
	border: none;
	padding-left: 10px;
}
a.User:hover
{
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Helvetica;
	font-weight: normal;
	background-color: transparent;
	font-size: 10px;
	background-image: url(images/login-separator.jpg);
	background-repeat: no-repeat;
	border: none;
	text-decoration: none;
	padding-left: 10px;
}


.BlackHeader
{
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	color: #c8c8c8;
	text-transform: uppercase;
}
.WhiteHeader
{
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}
.Breadcrumb
{
	font-family: verdana;
	font-size: 11px;
	color: #5b2907;
	text-decoration: none;
}
A.Breadcrumb:link
{
	font-family: verdana;
	font-size: 11px;
	color: #5b2907;
	text-decoration: none;
}
A.Breadcrumb:visited {
	font-family: verdana;
	font-size: 11px;
	color: #5b2907;
	text-decoration: none;
}
A.Breadcrumb:active {
	font-family: verdana;
	font-size: 11px;
	color: #5b2907;
	text-decoration: none;
}
A.Breadcrumb:hover {
	font-family: verdana;
	font-weight: normal;
	color:  #5b2907;
	text-decoration: underline;
	font-size: 11px;
	}

/* -------------------------- Site Specific Classes ---------------------------------- */

.LogoBack
{
	background-image: url(images/logo-background.jpg);
	background-repeat: repeat-x;
}

.ContentColumn
{
	background-image: url(images/content-column.jpg);
	background-repeat: repeat-y;
}






/* ----------------------- dnn NavMenu style ----------------------- */
/* ----------------------- main menu td ----------------------- */


.main_dnnmenu_bar
{
	cursor:pointer;
	font-size: 11px;
	background-color:transparent;
	border: none;
	padding: none;
	height: 29px;

}

main_dnnmenu_container
{
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem
{
	font-family: Verdana;
	font-weight: Bold;
	font-size: 10px;
	text-decoration: none;
	background-color: #336699;
	color: #ffffff;
	padding: 0 9 0 9;
	border-left: 1px solid #336699;
	border-right: 1px solid #ffffff;
	line-height: 31px;
	height: 29px;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{
	font-family: Verdana;
	font-weight: Bold;
	font-size: 10px;
	text-decoration: none;
	color: #336699;
	background-color: transparent;
	background-image: url(images/solpart-sel.jpg);
	background-repeat: repeat-x;
	padding: 0 9 0 9;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	line-height: 31px;
	height: 29px;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected
{
	font-family: Verdana;
	font-weight: Bold;
	font-size: 10px;
	text-decoration: none;
	color: #336699;
	background-color: transparent;
	background-image: url(images/solpart-sel.jpg);
	background-repeat: repeat-x;
	padding: 0 9 0 9;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	line-height: 31px;
	height: 29px;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu
{
	border:1px solid #C0D6E5;
}

.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	font-family: verdana;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	padding: 4 2 4 4;
	background: #F8FAFF;
	border: 0px;
	z-index: 1000;
	height: 25px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td, .ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon
{
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	padding: 4 2 4 4;
	background: #336699;
	border: 0px;
	z-index: 1000;
	height: 25px;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}



/* ----------------------- SubMenu-Styles ----------------------- */

/* ----------------------- Module Title Menu ----------------------- */
.ModuleTitle_MenuContainer
{
	border: none;

}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	height: 22px;
	background-color: Transparent;

}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #EEEEEE;
	border: none;
	margin-left: 0px;
	border: 1px solid #C0D6E5;
}

.ModuleTitle_MenuBreak
{
	border: none;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItem
{
	font-family: verdana;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	padding: 4 2 4 4;
	background: #F8FAFF;
	z-index: 1000;
	height: 25px;
}

.ModuleTitle_MenuItemSel
{
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	padding: 4 2 4 4;
	background: #336699;
	z-index: 1000;
	height: 25px;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border: none;
	padding: 0 4 0 4;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border: none;
	padding: 0 0 0 4;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}