
/*========================================================*/
/*  Cascading Style Sheet for Boardroom DotNetNuke Skin   */
/*              created by Tyler Fawcett                  */
/*                                                        */
/*              http://tf.johndcooper.com                 */
/*                 tf@tylerfawcett.com                    */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Containers                                         */
/*  3. Links                                              */
/*  4. Text                                               */
/*  5. Forms                                              */
/*  6. Main Menu                                          */ 
/*  7. Module Menus                          html {
	height: 100%;
}


/* Body style */
page {
	width:100%;
	height:100%;

}
body {
	margin: 0;
	height: 100%;
}
td {

	
}
/* Catch-all to ensure text consistency */




/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/

#panes {
	display: block;
	padding: 0px;
	margin: 0px;
	height: 300px;
	overflow: auto;
	background: url(Elena-Tejaira_04.jpg);
	width:100%;
}
.ContentMain {background: url(Elena-Tejaira_04.jpg); width: 100%; height:100%; padding: 15px 30px 15px 60px;}
.ContentRight { padding-left: 15px; width: 100%; height:100%; background: url(Elena-Tejaira_04.jpg);}
.Separator {background: url(sep_b.gif) top left no-repeat;}
.bottompane {background: url(Elena-Tejaira_07.jpg); width: 80%}
.top {width: 100%;}
.logo {background: url(Elena-Tejaira_01.jpg); width: 190px; height:75px; no-repeat;}
.LeftPane {background: url(Elena-Tejaira_04.jpg); height:100%; padding: 15px 0px 0px 0px}
.LeftPane2 {background: url(Elena-Tejaira_04.jpg); height:100%; padding: 15px 0px 10px 15px}
.tabla {width: 85%; height:85%; line-height: 1.3em; padding: 0px 0px 0px 0px}
.BREADCRUMB {background: url(Elena-Tejaira_04.jpg); padding: 0px 0px 0px 0px; font-family: tahoma; font-size: 13px;}
.BREADCRUMB2 {background: url(Elena-Tejaira_04.jpg); padding: 0px 0px 0px 0px}
.page {background: #999999}
.toppane {background: #fff; text-align: right; padding: 0px 5px 0px 0px}
.100% { width: 100%; height:100%;}


/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Applies to the login/logout and register/username links */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active  {
    text-decoration: underline;
    color: #D7D9DC;
	font-weight: normal;
}


a.LoginLink:hover    {
    text-decoration: underline;
    color: #fff;
	font-weight: normal;
}



/* Applies to the command links (the ones that look like form buttons) */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active, .Button  {
	color: #444;	
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}


a.CommandButton:hover {
	color: #444;	
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


/* Applies to links that DNN has applied the "Normal" class to */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #6F7984;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #6F7984;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}



/* Default link syle */
a:link, a:visited, a:active {
	color: #6F7984;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #6F7984;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}



/* Applies to the breadcrumb links */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active  {
    text-decoration: none;
    color: #6F7984;
	font-size: 12px;
	font-family: tahoma;
	font-weight: normal;
	padding-left: 100px;
}


a.BreadcrumbLink:hover    {
    text-decoration: underline;
    color: #6F7984;
	font-size: 12px;
	font-family: tahoma;
	padding-left: 100px;
	font-weight: normal;
}





/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Specifies style of date text */
.CurrentDate {
	color: #666;
	font-size: 11px;
	font-family: tahoma;
	font-weight: normal;
	white-space: nowrap;
}

.Head   {
	margin: 0px 35px 1px 0px;
	font-size: 14px;
	color: #555;
	font-weight: bold;
}


/* For form labels, among other things */
.SubHead {
	font-size: 11px;
	color: #555;
	font-weight: bold;
}


/* Applies to the majority of text in the site */
.Normal {
	color: #555;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;

}


/* Bold, but still relatively normal, text */
.NormalBold {
	color: #555;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}


/* Bold red text for alerts and such */
.NormalRed {
	color: #900;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}


/* Copyright text */
.CopyrightText {
	font-size: 11px;
	font-family: tahoma;
	color: #D7D9DC;
	font-weight: normal;
}





/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/


/* For the TDs that contain form fields */
td.NormalTextBox {
	padding: 3px;
	color: #555;
	margin: 0;
	background: transparent;
	visibility: invisible;
}


/* For the form fields themselves */
.NormalTextBox {
	color: #555;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}


/* Catch-all for form elements */
select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #555;
}






/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


/* Container for main menu */
.MainMenu_MenuContainer {	
	padding: 2px 9px 2px 0px;
	font-size: 13px;
	background: transparent;
	width: 100%;
}


/* Menu bar */
.MainMenu_MenuBar {
	padding: 2px 9px 2px 0px;
	font-family: tahoma;
	font-size: 13px;
	background: transparent;
	width: 100%;
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #999;
	font-size: 13px;
	font-weight: normal;  
	border: #fafafa 1px solid;
	padding: 2px 9px 2px 0px;
}


/* Container for submenu */
.MainMenu_SubMenu {
	font-family: tahoma; 
	color: #999;
	font-size: 13px;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background: #fafafa;
	border: #bbb 1px solid;
	padding: 2px 9px 2px 0px;
}
.rootmenuitembreadcrumb {
	background: url(Menu.gif);
	color: #000;
	padding: 2px 9px 2px 0px;

}

/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: tahoma; 
	font-size: 13px; 
	font-weight: normal; 
	cursor: hand; 
	color: #fff;
	background: #555;
	border-left: #555 1px solid;
	border-right: #555 1px solid;
	padding: 2px 9px 2px 0px;
}




/* Elements we don't really need to see */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak {
	display: none;
}



/* Idle state for main menu items */
.MainMenu_Idle {
	font-family: tahoma; 
	font-size: 13px; 
	font-weight: normal; 
	height: 20px;
	padding: 2px 9px 2px 0px;
	background: url(menu_item_off.jpg) top left no-repeat transparent;
	color: #6F7984;
}




/* Hover state for main menu items */
.MainMenu_Selected {
	font-family: tahoma; 
	font-size: 13px; 
	font-weight: normal; 
	height: 20px;
	padding: 2px 9px 2px 0px;
	background: url(menu_item_b.jpg) top left no-repeat transparent;
	color: #fff;
	
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	font-family: tahoma; 
	font-size: 13px; 
	font-weight: normal; 
	height: 20px;
	background: url(Menu.jpg);
	color: #fff;
	padding: 2px 9px 2px 0px;
}



/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/* Outer container for module submenu */
.ModuleTitle_MenuContainer {
	padding: 2px 9px 2px 0px;
	color: #2c2c2c;
	
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	padding: 2px 9px 2px 0px;
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: tahoma; 
	color: #666;
	font-size: 11px; 
	font-weight: normal;
 
}


/* Inner, INNER(?) container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #f6f6f6; 
	filter: none; 
}


/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	margin: 2px 0px 0px 0px;
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: normal;
	cursor: hand; 
	color: #fff;
	background: #444;
}


/* Elements we don't need to see */
.ModuleTitle_MenuArrow,
.ModuleTitle_RootMenuArrow,
.ModuleTitle_MenuBreak,
.ModuleTitle_MenuIcon {
	
}

span.menuimg {
  background: url(Menu2.jpg) no-repeat;
}

/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/





