/**********************************************************************
************************************************************************
********     ***     ********    *******     *******     ******     *****
*******     ***     ********    *******     *******     ******      *****
******     ***     ********    *******************     ******      *****
*****     ***     ********    *******     *******     ******      ****
****     ***     ********    *******     *******     ****************
********************************************************************/
/*		BASE RULES		*/
img {
	border: 0px;/* color for borders e7e1dc*/
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
table {
	font-size: 12px;
	font-family: Arial, sans-serif;
    font-weight: normal;
	color: #603913;
}
ul {
	/*list-style-image: url('images/arrow.gif');*/
	line-height: 1.3em;
	margin: 0 0 8px 25px;
	padding: 0;
}
hr {
color: #ccc;
background-color: #ccc;
height: 1px;
border: 0px;
}
/*		BODY & WRAPPER		*/
body {
	margin: 0px;
	border: 0;
	padding: 0;
	background: #f0ebe7;
}
h1 {
	font-family: Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #472e1c;
	margin: 5px 0 12px 0;
}
h2 {
	font-family: Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #472e1c;
	margin: 15px 0 10px 0;
}
h3 {
	font-family: Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #472e1c;
	margin: 15px 0 8px 0;
}
h4 {
	font-family: Tahoma, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #472e1c;
	margin: 5px 0 12px 0;
}
h5 {
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #472e1c;
	margin: 15px 0 10px 0;
}
h6 {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #472e1c;
	margin: 15px 0 8px 0;
}
h1 a:link, h1 a:visited, h1 a:active,
h2 a:link, h2 a:visited, h2 a:active,
h3 a:link, h3 a:visited, h3 a:active,
h4 a:link, h4 a:visited, h4 a:active,
h5 a:link, h5 a:visited, h5 a:active,
h6 a:link, h6 a:visited, h6 a:active { color: #978231; }
h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover { color: #c4a93f; }
/*       MAIN         */
.topspacer { height: 10px; }
.mainbody { background: #fff; }
.border { background: #eae1d9; }
.border-diag { background: transparent url('images/border.gif') repeat-y top; }
.border-flash1 { background: transparent url('images/border-inner-left.gif') repeat-y top; }
.border-flash2 { background: transparent url('images/border-inner-right.gif') repeat-y top; }
#solpart {background: #fff;padding-top: 4px;}
#logsearch {padding-right: 5px;padding-top: 25px;}
.login {}
.flag {padding: 5px 5px 0 0;}
.flag p, .flag div, .flag a {font-size: 10px;}
#flash {}
#int-main {}
#admin {}
#flash-right { background: #f1ebe6; }
#m1 {
/*	height: 83px;
	overflow: auto;*/
	border-bottom: 1px solid #fff;
}
#m2 {
/*	height: 98px;
	overflow: auto;*/
	border-bottom: 1px solid #fff;
}
#m3 {
/*	height: 225px;
	overflow: auto;*/
}
.mpad {
	padding: 10px;
}
.homer1 { padding: 20px 0; }
.homer2 { padding: 20px; }
.homer3 { padding: 20px 20px 20px 0; }
.homer4 { padding: 20px 0; }
.int1 { padding: 20px 0; }
.int2 {padding: 20px 20px 20px 80px;width: 394px;}
.int22 {padding: 20px 20px 20px 80px;width: 624px;}
.int3 { padding: 20px 0; }
#footer { 
	padding: 10px;
}
#footer div, #footer p { 
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}
/* GENERAL */
/* style for module titles */
.Head {
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Arial, sans-serif;
    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: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}
/* text style used for most text rendered by modules */
.Normal {
	font-family: Arial, sans-serif;
	font-size: 12px;
    font-weight: normal;
	color: #603913;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
}
.NormalRed {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FF0000;
}
.NormalBold {
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Arial, sans-serif;
    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;
}
/* GENERIC */
a:link {
	font-family: Tahoma, sans-serif;
	color: #536674;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-family: Tahoma, sans-serif;
	color: #536674;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-family: Tahoma, sans-serif;
	color: #7792a5;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	font-family: Tahoma, sans-serif;
	color: #536674;
	text-decoration: none;
	font-weight: normal;
}
/* Admin & Copyright */
a.admin:link {
	font-family: Tahoma, sans-serif;
	color: #603913;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
a.admin:visited {
	font-family: Tahoma, sans-serif;
	color: #603913;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
a.admin:hover {
	font-family: Tahoma, sans-serif;
	color: #91561d;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
a.admin:active {
	font-family: Tahoma, sans-serif;
	color: #603913;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
.Copyright {
    font-family: Tahoma, sans-serif;
    font-size: 10px;
    color: #603913;
	text-transform: none;
}
/****************************** SOLPARTMENU *******************************/
.MainMenu_MenuContainer {
	border: 0px;
	margin: 0px;
	background-color: transparent;
	padding: 0px;
	padding-bottom: 0px;
	width: 100px;
}
.MainMenu_MenuBar {}
.MainMenu_MenuItem {
	background-color: #fff;
	cursor: pointer; 
	color: #a24322; 
    font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal; 
	margin: 0px;
	padding: 0px;
	height: 20px;
	border: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #a24322; 
	cursor: pointer; 
	color: #fff; 
    font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal; 
	margin: 0px;
	padding: 0px;	
	height: 20px;
	border: 0px;
}
.menuitembreadcrumb, .MainMenu_MenuItemBreadcrumb, .MainMenu_SubMenuItemActive {
	background-color: #a24322; 
	cursor: pointer; 
	color: #fff; 
    font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal; 
	margin: 0px;
	padding: 0px;	
	height: 20px;
	border: 0px;
}
.MainMenu_MenuIcon { background: #fff; border: 0; width: 7px; }
.rootmenuitem {	
	background: transparent;
	color: #cc542a;
	font-weight: normal;
	font-size: 15px;
    font-family: Tahoma, sans-serif;
	padding: 0 0 0 3px;
	margin: 0;
	border: 0;
	cursor: pointer;
	display: table-cell;
}
.rootmenuitemselected {
	background: transparent;
	color: #a24322;
	font-weight: normal;
	font-size: 15px;
    font-family: Tahoma, sans-serif;
	padding: 0 0 0 3px;
	margin: 0;
	border: 0;
	cursor: pointer;
	display: table-cell;
}
.rootmenuitembreadcrumb {
	background: transparent;
	color: #a24322;
	font-weight: normal;
	font-size: 15px;
    font-family: Tahoma, sans-serif;
	padding: 0 0 0 3px;
	margin: 0;
	border: 0;
	cursor: pointer;
	display: table-cell;
}
/*
.rootmenuitemselectedbreadcrumb {
	background: transparent;
	color: #ff5599;
	font-weight: normal;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Times, serif;
	padding: 0;
	cursor: pointer;
	display: table-cell;
	border-bottom: 0px solid #7aba00;
}
*/
.submenu {
	z-index: 1000;
	position: static;
/*	background-color: #57585C; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	border: 0px #A7A7A7 solid;*/
	margin: 0px 0 0 0;
	padding: 0px;
	border: 0px solid #ececec;
}
.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 0px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer;
	border-right: #EFEFEF 0px solid; 
	border-bottom: #EFEFEF 0px solid; 
	border-top: #EFEFEF 0px solid;
}
.MainMenu_RootMenuArrow {
	background: transparent url('images/arrow.gif') no-repeat left center;
	font-family: webdings; 
	font-size: 0px; 
	cursor: pointer;
}
/**********************************************************************
************************************************************************
********     ***     ********    *******     *******     ******     *****
*******     ***     ********    *******     *******     ******      *****
******     ***     ********    *******************     ******      *****
*****     ***     ********    *******     *******     ******      ****
****     ***     ********    *******     *******     ****************
********************************************************************/