
/*========================================================*/
/*         CSS for Voila Hotel Rewards DNN Skin           */
/*         created by Tyler Fawcett -- Sept '06           */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Framework                                          */
/*  3. Links                                              */
/*  4. Text                                               */
/*  5. Forms                                              */
/*  6. Main Menu                                          */ 
/*  7. Module Menus                                       */
/*========================================================*/


/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #dadada;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 1.5m;
}


/*========================================================*/
/*  2. Framework                                          */
/*========================================================*/

table.controlpanel {border-bottom: 1px solid #333; border-right: none; border-left: none; border-top: none;}
table.page-bg {background: url(header-bg.jpg) top center no-repeat;}
#admin table.page-bg {background: url(header-bg-admin.gif) top center no-repeat;}
td.top-stripe {background: url(header-gradient.jpg) repeat-x top;}
#portal table.page-width {width: 760px;}
#admin table.page-width {width: 900px;}
td.top-row {height: 123px;}
td.logo-cell {width: 200px;}
td.menu-cell {}
td.middle-row {height: auto;}
td.content-side {width: 208px; padding-top: 22px; background: url(sidebar-bg-2f4064.jpg) repeat-x #2f4064;}
td.side-pane-content {padding: 16px;}
#random-photo-01 {width: 208px; height: 125px; background: url(random-ph01.jpg) no-repeat;}
#random-photo-02 {width: 208px; height: 125px; background: url(random-ph02.jpg) no-repeat;}
#random-photo-03 {width: 208px; height: 125px; background: url(random-ph03.jpg) no-repeat;}
#random-photo-04 {width: 208px; height: 125px; background: url(random-ph04.jpg) no-repeat;}
#random-photo-05 {width: 208px; height: 125px; background: url(random-ph05.jpg) no-repeat;}
td.content-main {}
td.breadcrumb-cell {padding: 0 18px 0 18px; height: 35px; font-size: 10px; color: #8898b7; font-weight: bold;}
td.content-pad-01 {padding: 46px 18px 30px 18px; background: url(content-bg-01.gif) top right no-repeat #fff;}
td.content-pad-02 {padding: 46px 18px 30px 18px; background: url(content-bg-02.gif) top right no-repeat #fff;}
td.bottom-row {height: 44px; background: url(footer-bg.jpg) repeat-x;}
td.footer-left {background: #2f4064; width: 196px; padding: 0 0 0 12px;}
#admin td.footer-left {width: 196px; background: url(footer-bg-admin.jpg); padding: 16px 0 0 12px;}
td.footer-right {text-align: right; padding: 0 0 0 0; background: url(footer-link-bg.jpg) bottom right no-repeat;}
ul {list-style-image: url(bullet.gif)}

h1 {color: #4f6691; font-size: 20px; font-weight: bold; font-family: arial, sans-serif; text-transform: uppercase; line-height: 1.8em;}
h2 {color: #656b71; font-size: 16px; font-weight: bold; font-family: arial, sans-serif; text-transform: uppercase; line-height: 1.8em;}
h3 {font-size: 12px; font-weight: bold;	color: #4f6691; font-family: arial, sans-serif; text-transform: uppercase; line-height: 1.8em;}
h4 {font-size: 13px; font-weight: bold;	color: #6c502d; font-family: arial, sans-serif; text-transform: uppercase; line-height: 1.2em;}

/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* basic links */
a:link, a:visited, a:active {
	color: #60759d;
	font-family: arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}


a:h2pg {
	color: #656b71;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
}

a:h3pg {
	color: #4f6691;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
}

a:h4pg {
	color: #6c502d;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
}

a:hover {
	color: #7484a4;
	font-family: arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}

/* login/logout links */
a.login-link:link, a.login-link:visited, a.login-link:active {
  	color: #2f4064;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 1px 2px 2px 2px;
	text-decoration: none;
	background: transparent;
}

a.login-link:hover {
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	background: #2f4064;
	text-decoration: none;
	background: transparent;
}


/* footer links */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
    font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	background: transparent;
}

a.FooterLink:hover {
    font-weight: bold;
	color: #f2cfd5;
	text-decoration: none;
	font-size: 11px;
	background: transparent;
}


/* breadcrumb links */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink {
    text-decoration: none;
    color: #c1c9d7;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	font-family: arial, sans-serif;
}

a.BreadcrumbLink:hover {
    text-decoration: none;
    color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	font-family: arial, sans-serif;
}



/* admin and host function links */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #475e8a;
	font-family: arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}

a.CommandButton:hover {
	color: #7484a4;
	font-family: arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}


/* for normal links */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #60759d;
	font-family: arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}

a.Normal:hover {
	color: #7484a4;
	font-family: arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}

/* for bottom nav links */
td.footer-right a:link, td.footer-right a:visited, td.footer-right a:active {
	color: #adb7cc;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	height: 35px;
	padding: 16px 13px 0px 13px;
	background: url(footer-link-bg.jpg) bottom left no-repeat;
	line-height: 22px;
}

td.footer-right a:hover {
	color: #fff;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	height: 35px;
	padding: 16px 13px 0px 13px;
	background: url(footer-link-bg.jpg) bottom left no-repeat;
	line-height: 22px;
}



/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.CurrentDate {
	color: #8e8e8e;
	white-space: nowrap;
	font-family: arial, sans-serif;
	font-size: 11px;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #ccc;
	white-space: nowrap;
	font-size: 11px;
}


/* Used in admin sections */
.SubHead    {
	font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
	color: #4f6691;
}


/* Module titles */
.Head {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4f6691;
	text-transform: uppercase;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #900;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}


/* Normal bold text */
.NormalBold {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5c6266;
}


/* Normal bold text */
.Normal {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #5c6266;
	line-height: 1.5em;
}




select, input {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #5c6266;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #5c6266;
	padding: 1px 2px 0px 2px;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
}

.StandardButton, .FormSubmit {
	background: url(button-bg.jpg) top repeat-x #4b608b;
	border-top: 1px solid #a1adc5;
	border-right: 1px solid #485a7d;
	border-bottom: 1px solid #384767;
	border-left: 1px solid #7d8dae;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 2px 2px 1px 2px;
	font-weight: bold;
	font-family: arial, sans-serif;
}




/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #d0d7e4;
	background: #7484a4;
	border-top: #7484a4 1px solid;
	border-bottom: #7484a4 1px solid;
	border-left: #7484a4 1px solid;
	border-right: #7484a4 1px solid;
	padding: 6px 13px 5px 5px;
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	cursor: hand; 
	background: #627498;
	border-top: #627498 1px solid;
	border-bottom: #627498 1px solid;
	border-left: #627498 1px solid;
	border-right: #627498 1px solid;
	padding: 6px 13px 5px 5px;
}

.MainMenu_MenuIcon, .MainMenu_MenuArrow
{
	display: none;
}


.MainMenu_MenuBreak {
	height: 0px;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 1px;
	border: 0;
	border-left: 4px solid #364971;
	padding: 0px;
	background: #7484a4;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=3);
	filter: none;
}

.MainMenu_SubMenuItemSel {
	font-size: 11px;
	color: #aaa;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.MainMenu_RootMenuItem td {
	height: 49px;
	font-size: 12px;
	text-transform: uppercase;
	color: #8691a9;
	background: url(menu-off.jpg) repeat-x;
	font-weight: bold;
	border: 0;
	padding: 20px 15px 3px 11px;
}

.MainMenu_RootMenuItemSel td {
	height: 49px;
	font-size: 12px;
	text-transform: uppercase;
	background: url(menu-off.jpg) repeat-x;
	color: #fff;
	font-weight: bold;
	border: 0;
	padding: 20px 15px 3px 11px;
}

.MainMenu_RootMenuItemActive td {
	height: 49px;
	font-size: 12px;
	background: url(menu-on-bg.jpg) repeat-x;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	border: 0;
	padding: 20px 15px 3px 11px;
}


/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/


/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #444;
	font-weight: normal;
	background: #f7f7f7;
	border-top: #f7f7f7 1px solid;
	border-left: #f7f7f7 1px solid;
	border-bottom: #f7f7f7 1px solid;
	border-right: #f7f7f7 1px solid;
	padding: 1px 10px 2px 0px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	background-color: #f7f7f7;
	border: 1px solid #999;
	padding: 0px;
	filter: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}



/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #444;
	background: #e5e8ed;
	border-left: #e5e8ed 1px solid;
	border-right: #e5e8ed 1px solid;
	padding: 1px 10px 2px 0px;
}

.ModuleTitle_MenuIcon {
	border: 1px solid #eee;
	padding: 0 3px 0 3px;
}

/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}



/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/






