/* CANCUN HOTEL REVIEW
** 3 Column Nav Left Additional Content Right CSS Document */

@import url(base.css);
@import url(type.css);

/* HTML Styles
----------------------------------------------------- */

body {
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	color: #333;
}

a {
	color: #8FB300;
	text-decoration: none;
	
}

a:visited {
	color: #990099;
}

a:hover {
	color: #999;
	border-bottom: 1px solid #CCFF00;
}

a:active {
	color: #24006B;
	font-weight: 600;
}

em {
	font-style: italic;
	font-weight: 600;
}

strong {
	font-weight: 700;
}

th {
	font-weight: 600;
}



/* Page Container Styles
----------------------------------------------------- */

div#container {
	width: 950px;
	margin: 0 auto;
}


/* Header Styles
----------------------------------------------------- */

div#header {
	text-align: left;
	padding-top: 18px;
	height: 306px;
	background-attachment: scroll;
	background-image:  url(cancun-mainPic.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #fff;
}

div#branding {
	background-color: #fff;
	height: 54px;
	margin: 0 0 18px 10px;
	width: 100%;
}

div#tagline {
	padding: 0 0 18px 10px;
	font-size: 0.875em; /* 16x0.875=14px */
}

span#skipToContent {
	float: right;
	margin-top: -36px;
}

span#skipToContent a {
	font-size: small;
	color: #FFF;
	border: 0;
}

div#navMain {
	background-color: #999;
	padding-left: 5px;
	background-attachment: scroll;
	background-image:  url(navMain-grey.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000000;
	height: 36px;
	color: #FFF;
}

div#navMain a {
	color: #FFF;
	border: 0;
}

div#navMain a:hover {
	color: #999;
}

div#navMain ul {
	margin-top: 7px;
}

div#navMain table {
	margin-top: 7px;
}

div#navMain table tr td a {
	color: #FFF;
}

div#navMain ul li {
	display: inline;
	list-style-type: none;
}

div#navMain ul li a {
	padding: 0 5px;
}


/* Content Wrapper Style
----------------------------------------------------- */

div#content {
	width: 470px;
	text-align: left;
	float: left;
	margin-left: 240px;
}


/* Content Styles
----------------------------------------------------- */

div.contentMain {

}

div.contentSub {
}

div.contentSub ul li {
	list-style: square;
}

div.contentSub ol li {
	margin-left: 25px;
}


/* Local Navigation Styles
----------------------------------------------------- */

div.navLocal {
	border-right: 1px solid #666;
	float: left;
	width: 229px;
	text-align: left;
	margin-left: -710px;
}

div.navLocal a{
	text-align: left;
}

div.navLocal p {
	padding: 0 10px;
}


/* Additional Content Styles
----------------------------------------------------- */

div.contentAdditional {
	border-left: 1px solid #666;
	float: right;
	width: 229px;
	text-align: left;
}

div.contentAdditional p {
	padding: 0 10px;
}


/* Footer Styles
----------------------------------------------------- */

div#footer {
	clear: both;
	width: 100%;
	text-align: left;
	border-top: 1px solid #666;
}

div#footer a {

}

div.navAdditional {
	padding: 18px 0;

}

div.navAdditional a {
	color: #999;
} 

div.navAdditional ul li {
	display: inline;
	list-style-type: none;
}

div.navAdditional ul li a {
	padding: 0 5px;
}


#login {
	color: #FFF;
	border: 0;
}

#login a {
	color: #FFF;
	border: 0;
} 

#login a.skinitem {
	color: #FFF;
	border: 0;
} 

#copyright {
	font-size: 0.75em; /* 16x0.75=10px */
	padding: 0 10px;
	text-align: left;
	color: #333;
}

.note {
	background-color: #e8effb;
	color: #666;
}

.highlight {
	background-color: #EEE;
	margin-right: 10px;
	padding: 10px;
}




/* ================================
    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 {
	
	border: 0;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
	font-size: 1.25em;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-weight: 600;
	padding: 0 5px;
	color: #FFD366;
	text-decoration: none;
	font-size: 1.25em;
}

A.SelectedTab:visited  {
	font-weight: 400;
}

A.SelectedTab:hover    {
	color: #FFF;
}

A.SelectedTab:active   {
	
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight: 600;
	padding: 0 5px;
	color: #FFD366;
	text-decoration: none;
	font-size: 1.25em;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-weight: 600;
	padding: 0 5px;
	color: #FFD366;
	text-decoration: none;
	font-size: 1.25em;
}

A.OtherTabs:visited  {
	font-weight: 400;
}

A.OtherTabs:hover    {
	color: #FFF;
}

A.OtherTabs:active   {
	
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-size: 1.5em; line-height: 1em;
	font-weight: 600;
	
	text-align: left;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	
	font-size: 1.5em; line-height: 1em;
	font-weight: 600;
	text-align: left;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead { font-size: 1.25em;
	font-weight: 600;
	text-align: left;
}

/* text style used for most text rendered by modules */
.Normal
{
	
	font-size: 1.25em;
	text-align: left;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	
	font-size: 1.25em;
	text-align: left;
}

.NormalRed
{
	color: #FF0000;
	font-weight: 600;
	padding: 5px;
	
}

.NormalBold
{
	font-weight: 600;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-size: 1.5em; line-height: 1em;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-size: 1.5em; line-height: 1em;
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
	font-size: 1em;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {

	font-size: 1em;
	text-align: left;
}   /* style of item titles by Announcements and events */
.ItemTitle    {
	font-size: 1em;
	font-weight: 600;
	text-align: left;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	font-size: 1.25em;
	font-weight: 600;
	padding: 0;
	margin: 0;
}


.ModuleTitle_MenuBar {
	font-size: 1.25em;
	font-weight: 600;
}

.ModuleTitle_MenuItem {
	font-size: 1.25em;
	font-weight: 600;
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
	font-size: 1.25em;
	font-weight: 600;
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
	font-size: 1.25em;
	font-weight: 600;
}

.ModuleTitle_MenuArrow {

}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */
/* SOLPARTMENU Styles */

.MainMenu_MenuContainer {
	border: 0;

	font-size: 1.25em;
	font-weight: 600;
	float: right;
	text-align: right;
	valign: top;
	padding: 0;
	margin: 0;
}

.MainMenu_MenuBar {
	border: 0;
	font-size: 1.25em;
	valign: top;
	float: right;
	text-align: right;
}

.MainMenu_MenuItem {
	font-weight: 600;
	padding: 0;
	color: #FFD366;
	text-decoration: none;
	font-size: 1.25em;
	border: 0;
	valign: top;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
	border: 0;
	font-size: 1.25em;
}

.MainMenu_MenuBreak {
	border: 0;
}

.MainMenu_MenuItemSel {
	font-weight: 600;
	padding: 0;
	color: #FFF;
	text-decoration: none;
	font-size: 1.25em;
	border: 0;
}


.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
}

/* Login Styles */
.LoginPanel{
	font-size: 1em;
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* Module Properties */

.moduleBox {

}

.moduleTitle {

}

.moduleContent {

}

.moduleButtons {
	text-align: right;
}



