/* ================================
    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
{
    font-family: Verdana, sans-serif;
    color: #000000;
    font-size: 9px;

}

.searchbox {
	font-family: Verdana, sans-serif;
  color: #ffffff;
  font-size: 10px;
	position: relative;
	left: 0px;
	top: -3px;
}

.SearchTextBox {
    color: #333333;
    font-size: 9px;
    font-family: Verdana, sans-serif;
    background-color: #ffffff;
    border-left:   #646e77 1px solid;
    border-bottom: #646e77 1px solid;
    border-top:    #646e77 1px solid;
    border-right:  #646e77 1px solid;
}

.searchbox:NormalTextBox {
    color: #330000;
    width: 50px;

}

.searchbtn {
	position: relative;
	left: -1px;
	top: 6px;
}

.mylinks, A.mylinks:link, A.mylinks:visited {
    color: #7B673F;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    width: 100%;
    font-family: Verdana, sans-serif;
    background-color: #CEB773;
    text-align: left;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 30px;
    border-left:   #ffffff 0px solid;
    border-bottom: #ffffff 1px solid;
    border-top:    #ffffff 1px solid;
    border-right:  #ffffff 0px solid;

}

mylinks:hover, A.mylinks:hover, A.mylinks:active  {
    color: #7B673F;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    height: 24px;
    width: 100%;
    font-family: Verdana, sans-serif;
    background-color: #B5933A;
    text-align: left;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 30px;
    border-left:   #ffffff 0px solid;
    border-bottom: #ffffff 1px solid;
    border-top:    #ffffff 1px solid;
    border-right:  #ffffff 0px solid;
}


.WhiteText  {
    color: #616161;
    font-size: 11px;
    font-family: Verdana, sans-serif;
}


A.WhiteText:link, A.WhiteText:visited, A.WhiteText:active, A.WhiteText:hover  {
    text-decoration: none;
    color: #313131;
}


/* background/border colors for the selected tab */
.TabBg {
}

.TopPane  {
    background-color: transparent;
}

.LeftPane  {
    background-color: transparent;
}

.ContentPane  {
    background-color: transparent;
}

.RightPane  {
    background-color: transparent;
}

.BottomPane  {
    background-color: transparent;
}

/* 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 style for the unselected tabs */
.OtherTabs {
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
    color: #B29339;
    font-size: 12px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-weight: bold;
}

/* 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{
    color: #616161;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    color: #333333;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    background-color: #ffffff;
    border-left:   #646e77 1px solid;
    border-bottom: #646e77 1px solid;
    border-top:    #646e77 1px solid;
    border-right:  #646e77 1px solid;
}

.NormalRed
{
    color: #ff3333;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

.NormalBold
    color: #616161;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 10px;
{
}

/* 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     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
list-style-type: disc;
}

UL LI LI    {
list-style-type: disc;
}

UL LI LI LI {
list-style-type: disc;
}

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 {
  font-weight: bold;
  font-size: 11px;
  height: 23px;
  background-color: #657FB2;
  border-left:   #657FB2 1px solid;
	border-bottom: #657FB2 1px solid;
	border-top:    #657FB2 1px solid;
	border-right:  #657FB2 1px solid;
}

.MainMenu_MenuBar {
  font-size: 11px;
  background-color: #657FB2;
  height: 23px;
  border-left:   #657FB2 1px solid;
	border-bottom: #657FB2 1px solid;
	border-top:    #657FB2 1px solid;
	border-right:  #657FB2 1px solid;
}

.MainMenu_MenuBreak {
}


.MainMenu_MenuItem {
	font-size: 11px;
	color: #ffffff;
	background-color: #657FB2;
	border-left:   #657FB2 1px solid;
	border-bottom: #657FB2 1px solid;
	border-top:    #657FB2 1px solid;
	border-right:  #657FB2 1px solid;
}

.MainMenu_MenuIcon {
  background-color: #657FB2;
  border-left:   #657FB2 1px solid;
	border-bottom: #657FB2 1px solid;
	border-top:    #657FB2 1px solid;
	border-right:  #657FB2 1px solid;
}

.MainMenu_SubMenu {
	font-size: 11px;
  background-color: #657FB2;
	border-left:   #657FB2 0px solid;
	border-bottom: #657FB2 0px solid;
	border-top:    #657FB2 0px solid;
	border-right:  #657FB2 0px solid;
}


.MainMenu_MenuBreak {
	width: 2px;
}

.MainMenu_MenuItemSel{
  color: #ffffff;
  font-size: 11px;
  background-color: #3A5992;
	border-left:   #3A5992 1px solid;
	border-bottom: #3A5992 1px solid;
	border-top:    #3A5992 1px solid;
	border-right:  #3A5992 1px solid;
}


.MainMenu_MenuArrow {
	width: 5px;
	border-left:   #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top:    #000000 0px solid;
	border-right:  #000000 0px solid;
}




/* ================================
    CSS STYLES FOR janet.Booking
   ================================
*/
.janet_ItemTable {
	background-color: yellow;
}
.janet_ItemName
{
	font-weight: bold;
	font-size: 11px;
	width: 140px;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #dfdfdf;
	text-align: left;
}

.janet_ItemValue {
	background-color:#efefef;
	FONT-SIZE: 11px;
	COLOR: #003366;
	FONT-FAMILY: Tahoma, Arial, Helvetica;
}

.janetGallery_Edit
{
	border-right: royalblue 2px solid;
	border-top: lightskyblue 2px solid;
	vertical-align: middle;
	border-left: lightskyblue 2px solid;
	width: 150px;
	cursor: pointer;
	border-bottom: royalblue 2px solid;
	height: 112px;
	background-color: silver;
}
.janetGallery_EditInner
{
	background-color: black;
}
.janetGallery_Slide
{
	vertical-align:middle;
	cursor: pointer;
	background-color: white;
}
.janetGallery_SlideInner
{
	background-color: black;
}
.janetGallery_SlidePopUp
{
	font-weight: bold;
	font-size: 10px;
	border-right: darkgray 2px solid;
	border-top: gainsboro 2px solid;
	vertical-align:middle;
	border-left: gainsboro 2px solid;
	border-bottom: darkgray 2px solid;
	background-color: #ffffff;
}
.janetGallery_datagridheader
{
	background-position: 0% 100%;
	font-weight: bold;
	font-size: 12px;
	background-image: url(dataGridheader.gif);
	color: #blue;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica;
}
.janetGallery_datagridPage
{
	background-position: 0% 0%;
	font-size: 11px;
	background-image: url(dataGridPage.gif);
	color: #red;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica;
}
.janetGallery_divOptions
{
	border-right: #000000 1px solid;
	padding-right: 4px;
	border-top: #000000 1px solid;
	padding-left: 4px;
	z-index: 2;
	left: 15px;
	padding-bottom: 1px;
	margin: 1px;
	border-left: #000000 1px solid;
	padding-top: 4px;
	border-bottom: #000000 1px solid;
	position: absolute;
	top: 45px;
	background-color: green;
	visibility:hidden;
}
