/* Main Menu */
/*************************************/
/* SolPartMenu Complete Style Sheet  */

/* Menu Container CSS Class */
/* menucontainercssclass */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
background-color: #E7D27B;
	margin-bottom: 0px;
scrollbar-base-color:  #973911;
scrollbar-arrow-color: #EC8153;
background-image: url(/portals/_default/skins/ecuador/images/bg.jpg);
background-position:top;
background-repeat:repeat-x;
}

TEXTAREA.RadETextArea
{
	border: #808080 1px solid;
	font:normal 11px Tahoma;
	background-color: white;
	color: #000080;
	/* Bug in IE - crashing the browser - do not set scrollbar styles! */
}

.MenuContainter {
	background-color: transparent; 
	width:210px;
}

TD.RadEContentContainer
{
	border:1px solid #d4d4d4;
	background-color: white;
}

/* Menu Bar CSS Class */
/* menubarcssclass */
.MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 33px;
	width: 210px;
}

/* Menu Item CSS Class */
/* menuitemcssclass */
.MenuItem {
	border-left: black 0px solid; 
	border-bottom: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family:  Verdana;
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}

/* Menu Icon CSS Class */
/* menuiconcssclass */
.MenuIcon {
	border-left: #E7D27B 1px solid; 
	border-bottom: #E3AE0A 1px solid; 
	border-top: #E7D27B 1px solid; 
	border-right: #E3AE0A 0px solid;
	background-color: #E7D27B;
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
}

/* Menu Item CSS Class for mouse-over */
/* menuitemselcssclass */
.MenuItemSelect {
	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family:  Verdana;
	font-weight: bold; 
	font-style: normal; 
}

/* Menu Break CSS Class */
/* menubreakcssclass */
.MenuBreak {
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
	height: 1px;
}

/* SubMenu CSS Class */
/* submenucssclass */
.SubMenu {
	border-left: black 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: #E7D27B;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#180000', Direction=135, Strength=3); 
}

/* Menu Arrow CSS Class */
/* menuarrowcssclass */
.MenuArrow {
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand; 
}

/* Menu Root Arrow CSS Class */
/* menurootarrowcssclass */
.RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
}

/* CSS Class used for root menu items when they are found in the breadcrumb array list */
/* rootmenuitembreadcrumbcssclass */
.RootMenuItemBreadCrumb {
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

/* CSS Class used for sub menu items when they are found in the breadcrumb array list */
/* submenuitembreadcrumbcssclass */
.SubMenuItemBreadCrumb {
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

/* CSS Class used for root menu items */
/* rootmenuitemcssclass */
.RootMenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #E7D27B; 
	font-weight: bold;
	font-size: 10px;
	font-family: Arial;
	text-transform:uppercase;
	background-color: Transparent;
	padding-left:15px;
	height:33px;
	background-image: url(menu.gif);
	background-repeat:no-repeat;
}

/* CSS Class used for root menu items when they are the active tab */
/* rootmenuitemactivecssclass */
.RootMenuItemActive {
	cursor: pointer; 
	cursor: hand; 
	color: #E7D27B; 
	font-weight: bold;
	font-size: 10px;
	font-family: Arial;
	text-transform:uppercase;
	background-color: Transparent;
	padding-left:15px;
	background-image: url(menu.gif);
	background-repeat:no-repeat;
}

/* CSS Class used for sub menu items when they are the active tab */
/* submenuitemactivecssclass */
.SubMenuItemActive {
	border-left: black 0px solid; 
	border-bottom: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family:  Verdana;
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}

/* CSS Class used for root menu items when they moused-over */
/* rootmenuitemselectedcssclass */
.RootMenuItemSelected {
	cursor: pointer; 
	cursor: hand; 
	color: #60270D; 
	font-weight: bold;
	font-size: 10px;
	font-family: Arial;
	text-transform:uppercase;
	background-color: Transparent;
	padding-left:15px;
	height: 33px;
	background-image: url(menu.gif);
	background-repeat:no-repeat;
}

/* CSS Class used for sub menu items when they moused-over */
/* submenuitemselectedcssclass */
.SubMenuItemSelected {
	border-left: black 0px solid; 
	border-bottom: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	background-color: red; 
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family:  Verdana;
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}

/* CSS class used for the root level menu item separator */
/* separatorcssclass */
.Separator {

}


/* Ones from the farm */


.brown_smaller {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #754F00;
	text-decoration: none;
}

.brown_small {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #754F00;
	text-decoration: none;
}
a.brown_small:link {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #754F00;
	text-decoration: underline;
}
a.brown_small:active {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #754F00;
	text-decoration: underline;
}
a.brown_small:visited {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #754F00;
	text-decoration: underline;
}
a.brown_small:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #754F00;
	text-decoration: none;
}
a.farm2:link {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #036E91;
	text-decoration: underline;
}
a.farm2:active {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #036E91;
	text-decoration: underline;
}
a.farm2:visited {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #036E91;
	text-decoration: underline;
}
a.farm2:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #00A0DD;
	text-decoration: none;
}
a.boldfarm:link {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: green;
	text-decoration: underline;
}
a.boldfarm:active {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: green;
	text-decoration: underline;
}
a.boldfarm:visited {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: green;
	text-decoration: underline;
}
a.boldfarm:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #00A0DD;
	text-decoration: none;
}
a.bigfarm:link {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #036E91;
	text-decoration: underline;
}
a.bigfarm:active {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #036E91;
	text-decoration: underline;
}
a.bigfarm:visited {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #036E91;
	text-decoration: underline;
}
a.bigfarm:hover {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #00A0DD;
	text-decoration: none;
}
.textnowrap {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; white-space:nowrap}
.text {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.smalltext {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.boldtext {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.head {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.input {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #036E91;
	text-decoration: none;

}
.coupon_email {
	font-family: verdana;
	font-size: 8.5px;
	font-weight: bold;
	color: #036E91;
	text-decoration: none;

}
.coupon_num {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: red;
	text-decoration: none;

}
 .mainsection {
	font-family: verdana;
	font-size: 9pt;
	color: #000099;
	background-color: #FFFFFF;
	border: 1px solid #336699;
 	}.subsection	{
	font-size: 7pt;
	margin-left: 15px;
	color: #0066CC;
	font-weight: normal;
}
.folding {
 	cursor: hand 
 	}
.plusBox {
	color: #000000;
	background-color: #ff9900;
	border: 1px solid #000000;
}
.blackBox {
	background-color: 999999;
	border: 1px solid #000000;
}
.network {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color:#ffffff; font-size: 10px;}
.network A {color: #ffffff;}
.network A:LINK {color: #ffffff;}
.network A:VISITED {color: #ffffff;}
.network A:HOVER {color: #cccccc;}

.box {font: normal 10px verdana, arial, sans-serif; color: #333333; text-decoration: none; background-color: #B1CAE4;}
.box A {text-decoration: none; color: #dddebf;}
.box A:link {text-decoration: none; color: #666666;}
.box A:visited {text-decoration: none; color: #dddebf;}
.box A:hover {text-decoration: none; color: #cc0000;}

.box1 {font: 10px verdana, arial, sans-serif; color: #edc508; font-weight: bold; text-decoration: none; text-indent: 3; background-color: #7d7d7d;}
.box1 A {text-decoration: none; color: #edc508;}
.box1 A:link {text-decoration: none; color: #edc508;}
.box1 A:visited {text-decoration: none; color: #edc508;}
.box1 A:hover {text-decoration: none; color: #cc0000;}

.box2 {font: 10px verdana, arial, sans-serif; color: #ffffff; font-weight: bold; text-decoration: none; text-indent: 8; background-color: #7d7d7d;}
.box2 A {text-decoration: none; color: #ffffff;}
.box2 A:link {text-decoration: none; color: #ffffff;}
.box2 A:visited {text-decoration: none; color: #ffffff;}
.box2 A:hover {text-decoration: none; color: #cc0000;}

.box3 {font: 10px verdana, arial, sans-serif; color: #dddebf; font-weight: bold; text-decoration: underline; text-indent: 3;}
.box3 A {text-decoration: underline; color: #dddebf;}
.box3 A:link {text-decoration: underline; color: #999999;}
.box3 A:visited {text-decoration: underline; color: #999999;}
.box3 A:hover {text-decoration: none; color: #cc0000;}

.box4 {
	font: 10px verdana, arial, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #DFE9F2;
	text-indent: 2pt;
	border: none;

}
.box4 A {text-decoration: none; color: #000000; font-family: verdana;}
.box4 A:link {text-decoration: underline; color: #666666; font-family: verdana;}
.box4 A:visited {text-decoration: underline; color: #666666; font-family: verdana;}
.box4 A:hover {
	text-decoration: underline;
	color: #cc0000;
	font-family: verdana;
}

.boxform {
	font: 10px verdana, arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-indent: 8;
	background-color: #7d7d7d;
}
.boxform A {text-decoration: none; color: #ffffff; font-family: verdana;}
.boxform A:link {text-decoration: none; color: #ffffff; font-family: verdana;}
.boxform A:visited {text-decoration: none; color: #ffffff; font-family: verdana;}
.boxform A:hover {text-decoration: none; color: #cc0000; font-family: verdana;}

.bullet {color: #000000; font-size: 11px; font-family: verdana; font-weight: bold; line-height: 17px;}
.bullet A {color: #000099; font-size: 11px; font-family: verdana; font-weight: bold; line-height: 17px;}
.bullet A:hover {color: #cc0000;}
.bullet A:visited {color: #7d7d7d;}

.caption {color: #7d7d7d; font-size: 10.5px; font-family:  Verdana, Arial, Helvetica, sans-serif;}

.date {color: #636363; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;}
.date A {
	color: #666666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-decoration: underline;
}
.textboxorange {

	background-color: #FFFFFF;
	border: 1px solid #F89A37;
	font-family: verdana;
	font-size: 11px;
}.boxDash {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	margin: 0px;
}
/*.date A:hover {
color: #CC0000; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}*/
.farm A:link {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #036E91;
	text-decoration: underline;
}
.farm A:active {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #036E91;
	text-decoration: underline;
}
.farm A:visited {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #036E91;
	text-decoration: underline;
}
.farm A:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #00A0DD;
	text-decoration: none;
}




.box5 {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	background-color: #DFDFDF;
}
.box5 A:hover {

	font-family: verdana;
	font-size: 10px;
	color: #BF0000;
	background-color: #DFDFDF;
}
.box5 A {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	background-color: #DFDFDF;
	text-decoration: underline;

}
.box4wBorder {

	font: 10px verdana, arial, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-indent: 2pt;
	border: 2px solid #FFFFFF;
}
.box6 {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	background-color: #DFDFDF;
	border: 1px solid #000000;

}
.boxWLargeText {
	font: normal 11.5px verdana, arial, sans-serif;
	color: #BF0000;
	text-decoration: none;
	background-color: #B1CAE4;
	padding-left: 2px;

}
.textboxBlack {
	background-color: #E2E2E2;
	border: 1px solid #000000;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}
.headImage {
	font: normal 10px verdana, arial, sans-serif;
	color: #BF0000;
	text-decoration: none;
	background-color: #B1CAE4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #31659C;
}

.tempLink {
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FF9933;
	border: 1px solid #F99736;
	background-color: #FFFFFF;


}
.dropdown {
	font-family: verdana;
	font-size: 10px;
}
.DarkLinks {
    font-weight: bold;
    font-size: 8.5pt;
    color:#E7D27B;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.DarkLinks:link {
    text-decoration:    none;
    color:#E7D27B;
}

A.DarkLinks:visited  {
    text-decoration:    none;
    color:#E7D27B;
}

A.DarkLinks:active   {
    text-decoration:    none;
    color:#E7D27B;
}

A.DarkLinks:hover    {
    text-decoration:    underline;
    color:#DFC453;
}


.whiteLetters {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.smallWhite {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.links {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.uorange {
	font-family: verdana;
	font-size: 11px;
	color: #FF9933;
}
.uorangeUnder {
	font-family: verdana;
	font-size: 11px;
	color: #FF9933;
	text-decoration: underline;

}
.textbox {
	background-color: #FFFFFF;
	border: 1px solid #336699;
	font-family: verdana;
	font-size: 11px;
	color: #336699;


}
.textboxright {
	background-color: #FFFFFF;
	border: 1px solid #336699;
	font-family: verdana;
	font-size: 11px;
	color: #336699;
}
.textbox2 {
	background-color: #DEE3EF;
	border: 1px solid #FFFFFF;
	font-family: verdana;
	font-size: 10px;
	padding: 2px;
}
.textboxorange {

	background-color: #FFFFFF;
	border: 1px solid #F89A37;
	font-family: verdana;
	font-size: 11px;
}
.tableHead {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #31659C;
	border: 1px solid #FFFFFF;
	padding: 2px;
	text-decoration: none;



}
.categories {
	font-family: verdana;
	font-size: 11px;
	font-weight: bolder;
	color: #F99736;
	background-color: #FFE5B2;
	border: 1px solid #F99736;
	padding: 5px;
}
.textboxBlue {

	background-color: E0EAF3;
	border: 1px solid #336699;
	font-family: verdana;
	font-size: 11px;
	color: #336699;
}
.textboxRed {

	background-color: E0EAF3;
	border: 1px solid #A3283A;
	font-family: verdana;
	font-size: 11px;
	color: #A3283A;
}
.homeGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: 999999;
}
.homeContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
}
.2ndTier {
color: #BD0000; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}
