﻿/*========================================================*/
/*  1. Basic											  */
/*========================================================*/
/* Forces browser height of 100% */
html {
	height: 100%;
}
/* Body style */
body {
	margin: 0;
	background: url(fondoBlue.jpg) top center repeat-y #2393d7;
}
/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: verdana;
	font-size: 10px;
	line-height: 1.4em;
}
.MainTable {
	height: 100%;
	width: 670px;
}
.TopCell {
	height: 20px;
	background: top center repeat-x #879eac;
	padding: 0 0 0 0;
	color: #fff;
}
.BreadCrumb {
	height: 25px;
	background: url(Top.jpg) top center repeat-x #e2e2e2;
	padding: 0 0 0 0;
}
.bgGrey {
	FONT-WEIGHT: bold;
	FONT-SIZE: 8.5pt;
	COLOR: #ffffff;
	FONT-FAMILY: verdana;
	TEXT-DECORATION: none;
}
A.bgGrey:link {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}
A.bgGrey:visited {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}
A.bgGrey:hover {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}
A.bgGrey:active {
	COLOR: #ffffff;
}

/*========================================================*/ 
/*  2. Header Classes									  */ 
/*========================================================*/ 
/* Holds logo object */ 
.Logo {
 padding: 4px 16px 4px 16px;
}

/* Header height */
.Header {
	height: 20px;
	text-align: right;
	padding: 0 8px 0 8px;
	vertical-align: middle;
}

/* Separator image in header */
.HeaderSep {
	width: 2px;
	margin: 0 4px 0 4px;
	background: url(header_sep.gif) center top no-repeat;
}

/* Menu container */
.Menu {
	background-color: #000000;
	height: 24px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/* Breadcrumb container */
.Breadcrumb {
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #ccc;
	padding: 0 16px 0 16px;
}

/* Page title underline - left */
.ShadowLeft {
	width: 185px;
	background: url(breadcrumb_bg_left.gif) no-repeat;
}

/* Page title underline - center */
.ShadowCenter {
	background: url(breadcrumb_bg_center.gif) repeat-x;
}

/* Page title underline - right */
.ShadowRight {
	width: 185px;
	background: url(breadcrumb_bg_right.gif) no-repeat;
}
/*========================================================*/
/*  3. Content Classes									  */
/*========================================================*/

/* Left content column */
.ContentLeft {
	padding: 0 0 0 5px;
}

/* Center content column */
.ContentPane {
	padding: 0  5px 0 5px;
}

/* Right content column */
.ContentRight {
	padding: 0 5px 0 0;
}

/* Bottom content row */
.ContentBottom {
	padding: 0;
}
/*========================================================*/
/*  4. Footer Classes									  */
/*========================================================*/

/* Footer height */
.Footer {
	height: 25px;
	text-align: center;
	background-color: #F1F1F1;
	border-top: 1px solid #ccc;
}

/*========================================================*/
/*  5. Links                                              */
/*========================================================*/

/* Basic links */
a:link, a:visited, a:active {
	color: #46597a;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}

a:hover {
	color: #46597a;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
    text-decoration: none;
    color: #ffffff;
	font-weight: bold;
}

a.LoginLink:hover {
    text-decoration: none;
    color: #ffffff;
	font-weight: bold;
}

/* For links on darker backgrounds (e.g. footer links) */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
    text-decoration: none;
    color: #465f97a;
	font-weight: normal;
}
a.FooterLink:hover {
    text-decoration: underline;
    color: #46597a;
	font-weight: normal;
}

/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink {
    text-decoration: none;
    color: #46597a;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
}

a.BreadcrumbLink:hover {
    text-decoration: underline;
    color: #46597a;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
}

/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #46597a;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}

a.CommandButton:hover {
	color: #46597a;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

/* For links that come with a pre-attached Normal class */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #46597a;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #46597a;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}
.WhiteLink
{
	color: White;
}
a.WhiteLink:hover
{
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
a.WhiteLink:link, a.WhiteLink:visited, a.WhiteLink:active {
	color: #ffffff;
	font-family: verdana;
	font-weight:bold;
	font-size: 10px;
	text-decoration: none;
}
/*========================================================*/
/*  6. Text                                               */
/*========================================================*/

/* Style for copyright text in footer */
.CopyrightText {
	color: #999;
}

/* Used in admin sections */
.SubHead    {
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    color: #46597a;
}

/* Module titles */
.Head {
    font-family: verdana;	
	font-size: 10px;
	font-weight: bold;
	color: #46597a;
}

/* Module titles - White */
.ContainerTopTitle .Head {
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	white-space: nowrap;
}

/*Left Module titles - White */
.LeftContainerTopTitle .Head {
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	white-space: nowrap;
}

/* Bold colored - used for warnings and such */
.NormalRed {
	color: #900;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
}

/* Normal bold text */
.NormalBold {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #46597a;
}

/* Normal bold text */
.Normal {
	font-family: verdana;
	font-size: 10px;
}
/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/

select, input {
	font-family: verdana;
	font-size: 10px;
	color: #000;
}

/* Applies to text input boxes */
.NormalTextBox {
	color: #000;
	padding-left: 4px;
	line-height: 12px;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #46597a;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}

/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}

.StandardButton {
	background: #879eac;
	border-right: 1px solid #405581;
	border-left: 1px solid #889BC4;
	border-top: 1px solid #889BC4;
	border-bottom: 1px solid #405581;
	color: #fff;
	font-weight: normal;
}
/*========================================================*/
/*  8. Main Menu                                          */
/*========================================================*/

/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
}

/* Menu bar */
.MainMenu_MenuBar {
	background: transparent; 
}

/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: verdana; 
	color: #333333;
	font-size: 10px; 
	font-weight: normal;
	background: #cbd7df;
	border-top: #cbd7df 1px solid;
	border-left: #cbd7df 1px solid;
	border-bottom: #cbd7df 1px solid;
	border-right: #cbd7df 1px solid;
	padding: 0px 2px 0px 2px;
}

/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #879eac;
	border: 1px solid #879eac;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=3) ;
}

/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: verdana; 
	font-size: 10px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #2393d7;
	border-bottom:#2393d7 1px solid;
	border-top:#2393d7 1px solid;
	border-left: #2393d7 1px solid;
	border-right: #2393d7 1px solid;
	padding: 0px 2px 0px 2px;
}

/* Idle state for main menu items */
.MainMenu_Idle { 
	background: repeat-x top left #879eac;
	color: #fff;
	font-weight: bold;
	height: 20px;
	border: 10px solid #cbd7df;
}

/* Hover state for main menu items */
.MainMenu_Selected {
	background: repeat-x top left #2393d7;
	color: #fff;
	font-weight: bold;
	height: 20px;
}

/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	background: repeat-x top left #2393d7;
	color: #fff;
	font-weight: bold;
	height: 20px;
}

.MainMenu_MenuBreak {
	width:auto;
	border: 0;
}

.MainMenu_LeftOff {
	padding-left: 0px;
	height: 20px;
	background: bottom left no-repeat #000;
	width: 10px;
	display: none;
}

.MainMenu_LeftOn {
	padding-left: 0px;
	height: 20px;
	background: bottom left no-repeat #000;
	width: 1px;
	display: none;
}

.MainMenu_RightOff {
	/*padding-left: 0px;
	height: 20px;
	background:  bottom right no-repeat #879eac;
	width: 0px;*/
	display: none;
}

.MainMenu_RightOn {
	/*padding-left: 0px;
	height: 20px;
	background:  bottom right no-repeat #2393d7;*/
		display: none;
}

/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon {
	display: none;
}
/*========================================================*/
/*  9. Module Menus                                       */
/*========================================================*/

/* Outer container for module submenu */
.ModuleTitle_MenuContainer {
	color: #FFF;
}

/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: verdana; 
	color: #333333;
	font-size: 10px; 
	font-weight: normal;
	background: #cbd7df;
	border-top: #cbd7df 1px solid;
	border-left: #cbd7df 1px solid;
	border-bottom: #cbd7df 1px solid;
	border-right: #cbd7df 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 0px;
	background-color: #CCC;
	border: 1px solid #879eac ;
	padding: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=135, Strength=3);
}

/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: verdana; 
	font-size: 10px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #2393d7;
	border-left: #2393d7 1px solid;
	border-right: #2393d7 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}


/*========================================================*/
/*  10. Containers                                         */
/*========================================================*/

.ContainerTopLeft 
{
	width: 10px;
	height: 25px;
	background-color: #879eac;
	font-size: 1px;
}

.ContainerTopTitle
{
	white-space: nowrap;
	height: 25px;
	background-color: #879eac;
}

.ContainerTopActions 
{
	height: 25px;
	width: 1px;
	background-color: #879eac;
	white-space: nowrap;
}

.ContainerContent {
	padding: 7px 10px 10px 10px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #FFF;
}
/*========================================================*/
/*  11. Left Containers                                   */
/*========================================================*/

.LeftContainerTopLeft 
{
	width: 10px;
	height: 25px;
	background-color: #b1c6d7;
	font-size: 1px;
}

.LeftContainerTopTitle
{
	white-space: nowrap;
	height: 25px;
	background-color: #b1c6d7;
}

.LeftContainerTopActions 
{
	height: 25px;
	width: 1px;
	background-color: #b1c6d7;
	white-space: nowrap;
}

.LeftContainerContent {

	padding: 7px 10px 10px 10px;
	background: #879eac;
	color: #ffffff;
}


/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/
}

