
/*========================================================*/
/*         Skin styles for  dnnskin.com:Techie           */
/*              created by dnnskin.com                    */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. General                                            */
/*  2. Skin Layout                                        */
/*  3. Controls                                           */
/*  4. Links and Buttons                                  */
/*  5. Text                                               */
/*  6. Main Menu                                          */
/*  7. Module Menus                                       */ 

/*========================================================*/


/*========================================================*/
/*  1. General                                            */
/*========================================================*/



/* Forces browser height of 100% */
html{
	height:100%;
}


/* Body style */
body {
	margin-top:10px;
	padding-bottom:30px;
	background:#105D4B repeat-x top;
	color:#666;
	font-size:130%;
	text-align:center;
	background-image:url(images/bg.jpg);
}


/* To ensure text consistency */
div, table, tr, td {
	font-family:Tahoma;
	font-size:11px;
	line-height:1.4em;
}



/*========================================================*/
/*  2. Page Layout                                        */
/*========================================================*/

#header
{
	background-color:#FFF;
}


/* You may adjust the site width here */
.SiteWidth {
	width:80%;
	background-color:#fff;
	padding:20px;
	border:1px solid #003366; /* Outer border:darker blue */
	margin:20px;
	text-align:center;
}


/* The container for inner for site table */
.SiteBorder{
	width:100%;
	border:1px solid #336699; /* Inner border:lighter blue */
	padding:20px;
	text-align:center;
}


/* Style for Solpart Menu */
.Menu {
	background-color:#E03623;
	height:25px;	
}


/* Style for Panes */
.TopPane{
	background-color:#fff;
	padding:0 0 0 0;
}

.LeftPane{
	padding:0 0 0 0;
	vertical-align: top;
	/*background:#FFF url(bg_center.jpg) repeat-x top;*/
}

.ContentPane{
	background-color:#fff;
	padding:0 15px 20px 0;
	/*background:#FFF url(bg_center.jpg) repeat-x top;*/
}

.RightPane{
	background-color:#fff;
	padding:0 0 20px 15px;
	border-left:1px solid #999;
}

.BottomPane{
	border-right:1px solid #083A31;
	border-left:1px solid #083A31;
	border-bottom:1px solid #083A31;
	background-image:url(bg_footer.jpg);
	background-repeat:repeat-x;
	height:60px;
	margin-bottom:20px;
	font-size:10px;
	color:#6CAF83;
	padding-left:20px;
	padding-top:5px;
}

.BottomPane td a, .BottomPane a {
	color:#6CAF83;
	text-decoration:underline;
}



/* The very tricky separator */
.Separator{

}


/*========================================================*/
/*  3. Controls                                           */
/*========================================================*/



/* Style for date control */
.date{
	font-family:tahoma;
	color:#555;
	font-size:11px;
	font-weight:bold;
	padding-bottom:10px;
}


/* Style for Login/Logout, Register/User controls */
a.LoginUser:link, a.LoginUser:visited, a.LoginUser:active {
	font-family:tahoma;
	font-size:11px;
	color:#555;
	font-weight:bold;
	text-decoration:none;
}

a.LoginUser:hover{
	font-family:tahoma;
	font-size:11px;
	color:#111;
	font-weight:bold;
	text-decoration:underline;
}

/* Style for legal related controls */
.LegalLinks, a.LegalLinks:link, a.LegalLinks:visited, a.LegalLinks:active {
	font-family:tahoma;
	font-size:11px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

a.LegalLinks:hover {
	font-family:tahoma;
	font-size:11px;
	color:#333;
	font-weight:bold;
	text-decoration:underline;
}



/*========================================================*/
/*  4. Links and Buttons                                  */
/*========================================================*/


/* Default link style */
a:link, a:visited, a:active {
	color:#333;
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
}

a:hover {
	color:#333;
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}


/* text and link style used for most text rendered by modules */
.Normal, a.Normal:link, a.Normal:visited, a.Normal:active {
	color:#333;
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
}

a.Normal:hover {
	color:#333;
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}

/* buttons and link buttons style used in the portal admin pages */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active  {
	color:#FFF;	
	border-top:1px solid #bbb;
	border-bottom:1px solid #666;
	border-left:1px solid #bbb;
	border-right:1px solid #999;
	padding:1px 5px 2px 6px;
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	background:#666;
}

A.CommandButton:hover    {
	color:#FFF;	
	border-top:1px solid #ccc;
	border-bottom:1px solid #666;
	border-left:1px solid #ccc;
	border-right:1px solid #999;
	padding:1px 5px 2px 6px;
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	background:#333;
}

	
	
/*========================================================*/
/*  5. Text                                               */
/*========================================================*/



/* text style for module titles */
.Head {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	font-weight:bold;
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */ 
.SubHead {
	font-family:tahoma;
	font-size:11px;
	color:#333;
	font-weight:bold;
}


/* text style used for most text rendered by modules; applies to the majority of text in the site */
.Normal{
	color:#333;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	line-height:1.8em;
}

.NormalBold {
	color:#333;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	line-height:1.8em;
}

/* Bold red text for alerts and such */
.NormalRed {
	color:#930;
	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family:tahoma;
    font-size:11px;
    font-weight:normal;
}

/*  form style */
select, input {
	font-family:tahoma;
	font-size:11px;
}


/* all the other text*/
h3, h4, h5, h6, DT, TFOOT, THEAD, TH {
	color:#333;
}


/*========================================================*/
/*  6. Main Menu                                             */
/*========================================================*/



/* Container for main menu */
.MainMenu_MenuContainer {
	background-color:transparent;
<!--[if IE]>
	margin-left:25px !important;
<![endif]-->
	margin-left:0;
	margin-top:0;
}

/* Menu bar */
.MainMenu_MenuBar {
	cursor:pointer; 
	cursor:hand; 
	height:50px;
	padding:0;
	margin:0;
	font-size:9px;
}

/* Applies to off state of submenu items only */
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #003333;
	font-family: tahoma;
	font-size: 9px;
	font-weight: normal;
	font-style: normal; /*padding:2px 5px 3px 5px;*/
	padding: 0;
	background: url(images/flap_bg.jpg) no-repeat left;
	height: 50px;
}


/* Container for submenu */
.MainMenu_SubMenu {
	/*the same style as MainMenu_MenuItem*/
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: none;
	margin-top: 1px; /*padding:2px;*/
	padding: 0;
	background: #FFFFFF none;
	font-size: 9px;
	height:50px;
}


.MainMenu_SubMenu .MainMenu_MenuItem, span .MainMenu_SubMenu {
	background:#FFF none;
	border-bottom:1px solid #6A5238;
	background-image:none;
	width:150px;
	font-size:9px;
	height:20px;
}


/* Hover state for submenu items only */
.MainMenu_MenuItemSel {
	background:#fff; /* for sub menu rollover effect*/
	cursor:pointer;
	cursor:hand;
	color:#003333;
	font-family:tahoma;
	font-size:9px;
	font-weight:normal;
	font-style:normal;
	/*padding:2px 5px 3px 5px;*/
	padding:0;
	background:url(images/flap_bg.jpg) repeat-x left;
	height:50px;
}
.MainMenu_SubMenu .MainMenu_MenuItemSel {
	background:#006F53 none;
	border-bottom:1px solid #6A5238;
	background-image:none;
	width:150px;
	font-size:9px;
	color:#99CC99;
	height:20px;
}


/* The Root Menu styles have to be AFTER the Submenu styles to overwrite submenu styles*/
/* Idle state for main menu items, can overwrite MainMenu_MenuItem */
.RootMenu_Off {
	padding:0;
	height:50px;
}

.MainMenu_SubMenu .RootMenu_Off {
	background:#FFF none;
	background-image:none;
	width:150px;
	font-size:9px;
	padding:0;
	height:20px;
}

/* Active state for main menu items */
.RootMenu_On{
	padding:0;
	height:50px;	
}

.MainMenu_SubMenu  .RootMenu_On{
	background:#FFF none;
	background-image:none;
	width:150px;
	font-size:9px;
	border-bottom:1px solid #6A5238;
	padding:0;
	height:20px;
		
}

/* Hover state for main menu items */
.RootMenu_Hover{
	padding:0;
	height:50px;
}

.MainMenu_SubMenu  .RootMenu_Hover{
	background:#FFF none;
	background-image:none;
	width:150px;
	font-size:9px;
	padding:0;
	height:20px;	
}

/* Inserts a small space between main menu items, also can get rid of the funny red borders */  
.MainMenu_MenuBreak {
	width:auto;
	border:0;
	padding:0;
}

/* Elements we don't really need to see */
.MainMenu_MenuArrow, .Separator,
.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon {
	display:none;
}



/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/* Outer container for module submenu */
.ModuleTitle_MenuContainer {
	color:#333;
}

/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor:pointer; 
	cursor:hand; 
	height:20px;
}

/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family:tahoma;
	color:#333;
	font-size:11px; 
	font-weight:bold; 
	border:#eee 1px solid;
	padding:1px 4px 2px 2px;
}

/* Inner, INNER(?) container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index:1000; 
	cursor:pointer; 
	cursor:hand; 
	margin:2px 0px 0px -6px;
	background-color:#eee; 
	filter:none; 
	border:#333 1px solid;
	padding:0px 1px 1px 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:#eee;
	background:#333;
	border:#333 1px solid;
	padding:1px 4px 2px 2px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuArrow,
.ModuleTitle_RootMenuArrow,
.ModuleTitle_MenuBreak,
.ModuleTitle_MenuIcon {
	display:none;
}

.LeftPane {
	
}
.LeftPane #main_left {
	/* background:url(images/bg_main_left.jpg) no-repeat 0px 10px; */
	background:url(images/bg_main_left2.jpg) no-repeat 0px 10px;
	width:411px;
	height:100%; /* 239px; Leandro */
	text-align:right;
	margin:0;
	padding:0 0 0 0;
	
}

.LeftPane #main_left .ContentWrapper {
	color:#043227;
	padding-left:200px;
	font-size:12px;
	font-weight:bold;
	
}

.LeftPane #main_left .ContentWrapper h1{
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	font-weight:normal;
	
}
.LeftPane .main_links_link {
	font-family:"Times New Roman", Times, serif;
	color:#FAFDF2;
	font-size:24px;
	padding-right:20px;
	
}

.print {
	color:#00704D;
	font-size:9px;
}
.main_links_sublink {
	color:#755431;
	font-size:12px;
	font-weight:bold;
	padding-right:20px;
}

.TopPane {
	text-align:right;
	margin:0;
	padding-right:25px;
	padding-bottom:5px;
	padding-top:5px;
}
.TopPane div{
	padding:0;margin:0;
}

.MainMod1 {
	font-family:"Times New Roman", Times, serif;
	color:#C4996C;
	font-size:24px;
	padding-right:20px;

}

.ContentBold {
	font-size:14px;
	font-weight:bold;
	color:#C4996C;
	padding:5px 10px 5px 10px;
	text-align:left;
	
}

.MainTipOfMonth {
	background:url(images/title_tipofthemonth.jpg) no-repeat left;
	height:30px;
}
.ContainerTipOfMonth {
	background:url(images/bg_tipofthemonth.jpg) no-repeat top;
	height:121px;
	padding-top:5px;
	padding-left:5px;
}


/* Container for main menu */
.BottomMenu_MenuContainer {
	background-color:transparent;
	margin-left:0;
	margin-top:0;
}

/* Menu bar */
.BottomMenu_MenuBar {
	cursor:pointer; 
	cursor:hand; 
	padding:0;
}

/* Applies to off state of submenu items only */
.BottomMenu_MenuItem {
	cursor:pointer;
	cursor:hand;
	color:#6CAF83;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	padding:2px 10px 3px 5px;
}

/* Hover state for submenu items only */
.BottomMenu_MenuItemSel {
	cursor:pointer;
	cursor:hand;
	color:#6CAF83;
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	padding:2px 10px 3px 5px;
	text-decoration:underline;

}
.BottomPane div {
	padding:0; margin:0;
}
.BottomPane , .BottomPane td a,   .footer a, .BottomPane a.Normal{
 	font-size:10px;
	color:#6CAF83;
	text-decoration:none;
	padding:0; margin:0;
 }
.BottomPane td a,   .footer a, .BottomPane a.Normal {text-decoration:underline;
}
.BottomPane a:hover .Normal,  .BottomPane a.Normal:hover,
.BottomPane a:visited .Normal ,  .BottomPane a.Normal:visited
{
 	font-size:10px;
	color:#6CAF83;
	text-decoration:underline;
	padding:0; margin:0;
 }
 

.BottomPane .ContentPane {
 	background-color: transparent;
	padding-left: 10px;
 }
#PlanningCenter {
	/*background:#FFF url(images/bg_center.jpg) repeat-x top;*/
} 

#PlanningCenter .ContentPane, #PlanningCenter .ContentPane td,
#PlanningCenter .ContentPane .ContentPane {padding:0;}
#PlanningCenter .LeftPane,
#ContactForm .LeftPane{
 	background:url(images/bg_planningcenter_menu.jpg) repeat-x;
	height:250px;
	width:200px;
 }

#PlanningCenter .RightPane{
 	/*background:#FFF url(images/bg_center.jpg) repeat-x top;*/
	height:250px;
	width:180px;
	border:0px;
}



#PlanningCenter .LeftPane a , #ContactForm .LeftPane a{
	font-weight:bold;
	color:#734A1E;
	text-align:right;
	margin-right: 0 !important;
	margin-right: 10px;
}

.PlanningCenterLinks table {
	width:100%;
}
.PlanningCenterLinks table td {
	text-align:right;
}

.PlanningCenterMain {
	margin-left:10px;
}

.PlanningCenterMainTitle{
	border-bottom:2px solid #734A1E;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}

.PlanningCenterMainTitleCss {
	color:#734A1E;
	font-size:20px;
}

.PlanningCenterMainContent {
	color:#734A1E;	
}

.ContactFormHeader{
	background-image: url(images/contactform_header.jpg);
	color: #FFF;
	font-size: 20px;
	padding-left: 10px;
	width: 560px;
	height: 72px;
	background-repeat: no-repeat; 
	background-position:top !important;
	padding-top: 10px;
	background-position: top left;
}

.ContactFormHeader h1 .Head {
	color: #FFF;
	font-size: 20px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left:10px;
}

#ContactForm .ContentPane {
	padding:0;
}

.ModuleTitle {
	font-family:"Times New Roman", Times, serif;
	color:#00714F;
	font-size:20px;
}

.Gallery_Footer_pager span.Gallery_NormalGrey,
.Gallery_Footer_pager span.Normal {display:inline;clear:none;}

.BottomPane div {
	padding:0; margin:0;
}
.BottomPane , .BottomPane td a, .footer,  .footer a, .BottomPane a.Normal{
 	font-size:10px;
	color:#6CAF83;
	text-decoration:none;
	padding:0; margin:0;
 }
.BottomPane td a,   .footer a, .BottomPane a.Normal {text-decoration:underline;
}
.BottomPane a:hover .Normal,  .BottomPane a.Normal:hover,
.BottomPane a:visited .Normal ,  .BottomPane a.Normal:visited
{
 	font-size:10px;
	color:#6CAF83;
	text-decoration:underline;
	padding:0; margin:0;
 }
 

.BottomPane .ContentPane {
 	background-color: transparent;
	padding-left: 10px;
 }

span .Gallery_NormalGrey, span .Normal{display:inline}

.Gallery_Footer_pager {width:100%}


/* ** */

.ContentWrapperLeft	{
	color:#043227;
	padding-left:0px;
	padding-right: 5px;
	padding-top: 12px;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	font-weight:normal;
}
.ContentWrapperLeft p {
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	line-height:1.6em;
}

.ContentWrapperLeftFont, ContentWrapperLeftFont p {
	font-family:"Times New Roman",Times,serif;
	size:4pt;
	line-height:1.6em;
	color: #000000;
}