
/*
brown: #786955
light brown: #9F8E77
beige: #F6E9D2
*/

/*========================================================*/
/* SKIN STYLES                                            */
/*========================================================*/

html
{
	height: 100%;
}
body
{
	background-color: #786955;
	margin: 0px;

	font-family: Georgia, Times, Times New Roman, serif; 
	font-size: 11px; 
	line-height: 16px; 
	margin: 0px;

	scrollbar-arrow-color: #F6E9D2;
	scrollbar-3dlight-color: #F6E9D2;
	scrollbar-shadow-color: #F6E9D2;
	scrollbar-track-color: #F6E9D2;

	scrollbar-highlight-color: #786955;
	scrollbar-face-color: #786955;
	scrollbar-darkshadow-color: #786955;
}
table, tr, td, p 
{ 
	font-family: Georgia, Times, Times New Roman, serif; 
	font-size: 11px; 
	line-height: 15px; 
	margin: 0px;
	color: #F6E9D2;
}
td#sd_fillerleft
{
	background-color: #333333;
}
td#sd_fillerright
{
	background-color: #333333;
}
table#sd_main
{
	background-color: #786955;
}
td#sd_topbar
{
	background-color: #000;
	text-align: center;
	vertical-align: middle;
}
td#sd_header
{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
td#sd_navbar
{
	background-image: url(images/navbar_background.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
	vertical-align: top;
}
td#sd_subheader
{
	background-image: url(images/photos.jpg);
	background-repeat: no-repeat;
}
td#sd_sidebar
{
	background-color: #000;
	padding-top: 26px;
}
td.sd_panelleft
{
	padding-top: 50px;
	text-align: center;
}
td#sd_contentpanecenter
{
	padding-top: 60px;
}
td#sd_contentpanecenter2
{
	padding-left: 45px;
	padding-right: 25px;
	padding-top: 60px;
	padding-bottom: 50px;
}
td#sd_footer
{
	padding: 10px 10px 10px 10px;
	text-align: center;
}
div#sd_login
{
	font-weight: bold;
	color: #FFF;
}
div#dnn_sdFlashSidebar_flashcontent
{
	width: 194px;
	height: 194px;
	border: solid 1px #F6E9D2;
}

/*========================================================*/
/* DNN STYLES                                             */
/*========================================================*/

/*
brown: #786955
light brown: #9F8E77
beige: #F6E9D2
*/

H1  {
	font-family: Georgia, Times, Times New Roman, serif; 
    font-size:  16px;
    font-weight:    bold;
    color: #FFF;
}

H2  {
	font-family: Georgia, Times, Times New Roman, serif; 
    font-size:  14px;
    font-weight:    bold;
    color: #FFF;
}

H3  {
	font-family: Georgia, Times, Times New Roman, serif; 
    font-size:  11px;
    font-weight:    bold;
    color: #FFF;
}

H4  {
	font-family: Georgia, Times, Times New Roman, serif; 
    font-size:  11px;
    font-weight:    bold;
    color: #FFF;
}

H5, DT  {
	font-family: Georgia, Times, Times New Roman, serif; 
    font-size:  11px;
    font-weight:    bold;
    color: #FFF;
}

H6  {
	font-family: Georgia, Times, Times New Roman, serif; 
    font-size:  11px;
    font-weight:    bold;
    color: #FFF;
}

TFOOT, THEAD    {
	font-family: Georgia, Times, Times New Roman, serif; 
    font-size:  11px;
    color: #FFF;
}

TH  {
    vertical-align: baseline;
	font-family: Georgia, Times, Times New Roman, serif; 
    font-size:  11px;
    font-weight:    bold;
    color: #FFF;
}

A:link  {
    text-decoration:    underline;
    color:  #FFFFFF;
    font-weight: bold;
}

A:visited   {
    text-decoration:    underline;
    color:  #FFFFFF;
    font-weight: bold;
}

A:active    {
    text-decoration:    underline;
    color:  #FFFFFF;
    font-weight: bold;
}

A:hover {
    text-decoration:    underline;
    color:  #C6B79B;
    font-weight: bold;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


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: #F6E9D2;
    height:1pt;
    text-align:left
}

.Head
{
	font-family: Georgia, Times, Times New Roman, serif; 
	color: #F6E9D2;
	font-weight: bold;
	font-size: 14px;
}
.SubHead
{
	font-family: Georgia, Times, Times New Roman, serif; 
	color: #F6E9D2;
}
.Normal
{
	font-family: Georgia, Times, Times New Roman, serif; 
	font-size: 11px; 
	line-height: 16px; 
	margin: 0px;
	color: #F6E9D2;
}

.Help
{
	font-family: Georgia, Times, Times New Roman, serif; 
	background-color: #F6E9D2;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-family: Georgia, Times, Times New Roman, serif; 
    text-decoration:    underline;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
}

A.CommandButton:visited  {
	font-family: Georgia, Times, Times New Roman, serif; 
    text-decoration:    underline;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
}

A.CommandButton:active   {
	font-family: Georgia, Times, Times New Roman, serif; 
    text-decoration:    underline;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
}

A.CommandButton:hover    {
	font-family: Georgia, Times, Times New Roman, serif; 
    text-decoration:    underline;
    color: #C6B79B;
    font-weight: bold;
    font-size: 11px;
}

/* default form elements */ 
select, input 
{ 
	font-family: Georgia, Times, Times New Roman, serif; 
	font-size: 11px; 
	color: #000;
}

/* button */
.StandardButton
{
	background-color: #333;
	color: #F6E9D2;
	border: 1px solid #F6E9D2;
	font-family: Georgia, Times, Times New Roman, serif; 
	font-weight: bold; 
	font-size: 10px;
	line-height: 13px;
	padding: 1px 10px 1px 10px;
}

/* textbox */ 
.NormalTextBox 
{ 
	color: #000; 
	padding-left: 2px; 
	font-family: Georgia, Times, Times New Roman, serif; 
	font-weight: normal; 
	font-size: 11px;
	line-height: 13px; 
}

/* textbox container */ 
td.NormalTextBox 
{ 
	padding: 0; 
	margin: 0; 
	background: transparent; 
	visibility: invisible; 
	border: 0;
}

/* textbox used for search */
#dnn_dnnSEARCH_txtSearch.NormalTextBox
{ 
	font-family: Georgia, Times, Times New Roman, serif; 
	height: 21px; 
	background-color: #FFFFFF; 
	width: 200px; 
	color: #000; 
	padding: 3px 0px 0px 2px; 
	border: 1px solid #F6E9D2; 
	cursor: text;
	vertical-align: middle;
}

/* login and user token idle */ 
.LOGIN_object, 
a.LOGIN_object:link, 
a.LOGIN_object:visited, 
a.LOGIN_object:active, 
.USER_object, 
a.USER_object:link, 
a.USER_object:visited, 
a.USER_object:active 
{ 
	color: #F6E9D2; 
	font-family: Georgia, Times, Times New Roman, serif; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
}

/* login and user token hover */ 
a.LOGIN_object:hover, 
a.USER_object:hover 
{ 
	color: #786955; 
	font-family: Georgia, Times, Times New Roman, serif; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration: none;
}

/* date token idle */ 
.DATE_object, 
a.DATE_object:link, 
a.DATE_object:visited, 
a.DATE_object:active 
{ 
	color: #FFF; 
	font-family: Georgia, Times, Times New Roman, serif; 
	font-weight: normal; 
	font-style: italic;
	font-size: 11px; 
	text-decoration: none;
}

/* date token hover */ 
a.DATE_object:hover 
{ 
	color: #FFF; 
	font-family: Georgia, Times, Times New Roman, serif; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration: none;
}

/* breadcrumbs token idle */ 
.BREADCRUMBS_object, 
a.BREADCRUMBS_object:link, 
a.BREADCRUMBS_object:visited, 
a.BREADCRUMBS_object:active
{ 
	color: #000; 
	font-family: Georgia, Times, Times New Roman, serif; 
	font-size: 11px; 
	text-decoration: none; 
	font-weight: normal;
}

/* breadcrumbs token hover */ 
a.BREADCRUMBS_object:hover 
{ 
	color: #F6E9D2; 
	font-family: Georgia, Times, Times New Roman, serif; 
	font-size: 11px; 
	text-decoration: underline; 
	font-weight: normal;
}

/* terms privacy and copyright */ 
.FOOTER_objects 
{ 
	color:#FFF; 
	font-size: 10px; 
}

/* terms privacy and copyright links */ 
a.FOOTER_objects:link, 
a.FOOTER_objects:visited, 
a.FOOTER_objects:active 
{ 
	color:#FFF; 
	font-weight: bold; 
	text-decoration: none;
}

/* terms privacy and copyright hover */ 
a.FOOTER_objects:hover 
{ 
	color: #C6B79B; 
	font-weight: bold; 
	text-decoration: none;
}

table.ControlPanel
{
	background-color: #333333;
}

/*========================================================*/
/* DNN MENU STYLES                                        */
/*========================================================*/

/*-- box that holds the menu  --*/ 
.MainMenu_MenuContainer 
{ 
	background-color: transparent;  
	background:  url(images/navbar_top.gif) no-repeat; 
	width: 234px; 
}

/*-- bar that holds the menu  --*/ 
.MainMenu_MenuBar 
{ 
	cursor: pointer; 
	cursor: hand; 
	background: #fff;  
	width: 234px;
}

/*-- submenu container        --*/ 
.MainMenu_SubMenu, .ModuleTitle_SubMenu 
{ 
	z-index: 1000;  
	cursor: pointer;  
	cursor: hand; 
	margin: 0 0 0 1px; 
	background: #F6E9D2; 
	padding: 0px; 
	border: 1px solid #786955; 
	font-weight: normal; 
	filter: none; 
}

/*-- submenu items idle       --*/ 
.MainMenu_MenuItem, 
.ModuleTitle_MenuItem 
{ 
	font-family: Georgia, Times, Times New Roman, serif; 
	color: #786955; 
	font-size: 11px; 
	background: #F6E9D2; 
	font-weight: normal; 
	font-style: normal; 
	padding: 0px 30px 0px 16px; 
	height: 20px; 
	border: 0; 
}

/*-- submenu items hover      --*/ 
.MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel 
{ 
	font-family: Georgia, Times, Times New Roman, serif; 
	font-size: 11px; 
	font-weight: normal; 
	cursor: pointer; 
	cursor: hand; 
	color: #F6E9D2; 
	background: #9F8E77; 
	padding: 0px 30px 0px 16px; 
	height: 20px; 
	border: 0;
}

/*-- menuitems idle           --*/ 
.MainMenu_Idle 
{
	color: #666; 
	background:  url(images/button.gif) no-repeat; 
	padding: 0 15px 0 0; 
	height: 28px; 
	font-weight: normal;
}

/*-- menuitems over           --*/ 
.MainMenu_Selected 
{ 
	color: #222; 
	background:  url(images/button_over.gif) no-repeat; 
	padding: 0 15px 0 0; 
	height: 28px; 
	font-weight: normal;
}

/*-- menuitems active         --*/ 
.MainMenu_Active, 
.MainMenu_BreadcrumbActive 
{
	color: #666; 
	background:  url(images/button_over.gif) no-repeat; 
	padding: 0 15px 0 0; 
	height: 28px; 
	font-weight: normal;
}

/*-- not needed - main menu   --*/ 
.MainMenu_MenuArrow, 
.MainMenu_RootMenuArrow, 
.MainMenu_MenuIcon  
{ 
	display: none;
}

/*-- module menu continer     --*/ 
.ModuleTitle_MenuContainer 
{ 
	color: #F6E9D2;
}

/*-- module menu bar          --*/ 
.ModuleTitle_MenuBar 
{ 
	cursor: pointer; 
	cursor: hand;
}

/*-- module menu padding      --*/ 
.ModuleTitle_MenuItem, 
.ModuleTitle_MenuItemSel 
{ 
	padding: 0 5px 0 0; 
}

/*-- not needed - module menu --*/ 
.ModuleTitle_MenuBreak, 
.MainMenuSeperator,
.MainMenu_MenuBreak, 
.ModuleTitle_MenuArrow, 
.ModuleTitle_RootMenuArrow, 
.ModuleTitle_MenuIcon 
{ 
	display: none; 
}

/*
brown: #786955
light brown: #9F8E77
beige: #F6E9D2
*/

