/* ================================
    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;

}

.contentpane {
	padding-left = 5px;
}

.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;
}
.Right_Bar {
	background-image : url(/portals/_default/skins/parl_060905/right_bg.jpg);
	background-position : right;
	background-repeat : repeat-y;
	background-color : #F0E9CF;
	margin : 0px;
	width : 200px;
	padding : 0px;
}

.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
{
	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: silver;
}
.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;
}



/* ================================
    CSS STYLES FOR Module Calendar
   ================================
*/
body
{
	font-family: Verdana;
}

.calendar
{
	border-right: #373A32; 1px solid;
	border-top: #373A32; 1px solid;
	font-size: 7pt;
	border-left: #373A32; 1px solid;
	color: black;
	border-bottom: #373A32; 1px solid;
	font-family: Verdana;
}

.calendarTitle,
.calendarTitle td
{
	font-weight: bold;
	font-size: 9pt;
	color:#FFFFFF;
	background-color: #5B492D;
}

.calendarNextPrev, .calendarNextPrev a:link
{
	font-size: 8pt;
	padding: 0px .5em;
}

.calendarNextPrev a, .calendarNextPrev a:visited, .calendarNextPrev a:hover
{
	font-size: 8pt;
	color: #57432A;
	padding: 0px .5em;
}

.calendarDayHeader
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
	background-color: "Silver";
}

.calendarDay, .calendarDay td
{
	font-size: 7pt;
	color: #57432A;
	font-family: Verdana;
	text-align: left;
	background-color: #C7AB62;
}

.calendarDay a,
.calendarDay a:visited,
.calendarDay a:hover
{
	color: #57432A;
	text-align: left;
	font-size: 7pt;
	font-family: Verdana;
}

.calendarOtherMonthDay
{
	color: #808080;
	background-color: #D9C892;
}

.calendarOtherMonthDay a, .calendarOtherMonthDay a:visited, .calendarOtherMonthDay a:hover
{
	color: #808080;
	background-color: #D9C892;
}


.calendarWeekendDay
{
	background-color: #D9C892;
}

.calendarTodayDay
{
	border-right: red 2px solid;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
}

.calendarSelectedDay
{
	background-color: "LightCyan";
	color: "Red";
	font-weight: bold;
}

.calendarSelectedDay a,
.calendarSelectedDay a:visited,
.calendarSelectedDay a:hover
{
	color: "Red";
	font-weight: bold;
}

.calendarSelector
{
	background-color: #c0c0e0;
}

.calendarSelector a,
.calendarSelector a:visited,
.calendarSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}
























































