/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
/* background color for the content part of the pages */
Body {
}
.ControlPanel {
}
/* background/border colors for the selected tab */
.TabBg {
	text-decoration: underline;
}
.LeftPane {
}
.ContentPane {
}
.RightPane {
}
/* text style for the selected tab */
.SelectedTab {
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
}
A.SelectedTab:visited {
}
A.SelectedTab:active {
}
A.SelectedTab:hover {
	text-decoration: underline;
}
/* text style for the unselected tabs */
.OtherTabs {
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}
A.OtherTabs:visited {
}
A.OtherTabs:active {
}
A.OtherTabs:hover {
	text-decoration: underline;
}
/* GENERAL */
/* style for module titles */
.Head {
	font-size: 8.5pt;
}
/* style of item titles on edit and admin pages */
.SubHead {
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}
/* text style used for most text rendered by modules */
.Normal {
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
}
.NormalRed {
}
.NormalBold {
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}
A.CommandButton:visited {
}
A.CommandButton:active {
}
A.CommandButton:hover {
}
/* button style for standard HTML buttons */
.StandardButton {
	text-decoration: underline;
}
/* GENERIC */
H1 {
	font-size: 12px;
	line-height: 1.1;
	font-family: Verdana;
	font-weight: bold;
	color: #2e7e55;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #389C68;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #389C68;
	padding-top: 5px;
}
H2 {
	font-size: 11px;
	line-height: 1.1;
	font-family: Verdana;
}
H3 {
}
H4 {
}
H5, DT {
}
h6 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #389C68;
	line-height: 0.1em;
}
TFOOT, THEAD {
}
TH {
}
A:link {
}
A:visited {
}
A:active {
}
A:hover {
}
SMALL {
}
BIG {
}
BLOCKQUOTE, PRE {
}
p {
	font-size: 11px;
	line-height: 1.1;
	font-family: Verdana;
	color: #837C7C;
}
p strong {
	font-size: 11px;
	line-height: 1.1;
	font-family: Verdana;
	color: #615A5A;
	font-weight: bold;
}
TD {
	font-size: 11px;
	line-height: 1.1;
	font-family: Verdana;
	color: #767171;
}
UL LI {
	left: 3px;
	list-style-type: square;
	font-size: 11px;
	line-height: 1.1;
	font-family: Verdana;
	color: #767171;
	list-style-image: url(http://www.grupoarion.com.mx/Portals/0/bullet.gif);
}
UL LI LI {
	left: 3px;
	list-style-type: square;
	font-size: 11px;
	line-height: 1.1;
	font-family: Verdana;
	color: #767171;
	list-style-image: url(http://www.grupoarion.com.mx/Portals/0/bullet_arion_sub.jpg);
}
UL LI LI LI {
}
OL LI {
}
OL OL LI {
}
OL OL OL LI {
}
HR {
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message {
}
/* style of item titles by Announcements and events */
.ItemTitle {
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/* Main Menu */

.MainMenu_MenuContainer {
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
}
.MainMenu_MenuIcon {
}
.MainMenu_SubMenu {
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel {
}
.MainMenu_MenuArrow {
}
.MainMenu_RootMenuArrow {
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 11px sans-serif;
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: none;
	list-style-image: none;
}
.sidebarmenu ul li {
	position: relative;
	list-style-type: none;
	background-image: none;
	list-style-image: none;
}
/* Top level menu links style */
.sidebarmenu ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding: 6px;
	height: 15px;
	font: sans-serif;
	font-size:9px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active {
	background-color: #2e7e55; /*background of tabs (default state)*/
}
.sidebarmenu ul li a:visited {
	color: white;
}
.sidebarmenu ul li a:hover {
	background-color: #5CC58E;
}
/*Sub level menu items */
.sidebarmenu ul li ul {
	position: absolute;
	width: 190px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
}
.sidebarmenu a.subfolderstyle {
/*background: url(right.gif) no-repeat 97% 50%;*/
}
/* Holly Hack for IE \*/
* html .sidebarmenu ul li {
	float: left;
	height: 1%;
}
* html .sidebarmenu ul li a {
	height: 1%;
}
/* End */

