/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/

div.file-download{
position: relative;
margin: 0 0 5px 0;
float: none;
width: 200px;
border: 0px solid lime;
overflow: hidden;
}

div.file-download div{
float: left;
}

div.file-download div.text{
padding-left: 5px;
width: 160px;
height: 40px;
}

div.file-download div.text p{
margin: 0px;
padding: 0px;
vertical-align:middle;
display:table-cell;
height: 32px;
border: 0px;
border-collapse: collapse;
}

div.file-download div.icon{
width: 32px;
height: 32px;
vertical-align:middle;
display:table-cell;
}

div.file-download div.icon img{
vertical-align:middle;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */

A:link
{
    color: #0098ff;
}

A:visited
{
    color: #0098ff;
}

A:hover
{
    color: #0098ff;
    text-decoration: none;
}

A:active
{
    color: #0098ff;
}

.HeadBg
{
}

/* background color for the content part of the pages */
Body
{
    background-color: #4A8BC1;
    font-family: Segoe UI, Calibri, Arial, Verdana, Helvetica, sans-serif;
}

.ControlPanel
{
}

/* background/border colors for the selected tab */
.TabBg
{
}

.LeftPane
{
}

.ContentPane
{
}

.RightPane
{
}

/* text style for the selected tab */
.SelectedTab
{
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
}

A.SelectedTab:visited
{
}

A.SelectedTab:hover
{
}

A.SelectedTab:active
{
}

/* text style for the unselected tabs */
.OtherTabs
{
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
}

A.OtherTabs:visited
{
}

A.OtherTabs:hover
{
}

A.OtherTabs:active
{
}

/* GENERAL */
/* style for module titles */
.Head
{
}

/* style of item titles on edit and admin pages */
.SubHead
{
}

/* 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
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* 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:hover
{
}

A.CommandButton:active
{
}

/* button style for standard HTML buttons */
.StandardButton
{
}

a.SkinObject:link, span.SkinObject
{
    color: #4c4c4c;
    font-family: Segoe UI, Calibri, Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

a.SkinObject:visited
{
    color: #4c4c4c;
    font-family: Segoe UI, Calibri, Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

a.SkinObject:active
{
    color: #4c4c4c;
    font-family: Segoe UI, Calibri, Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
}

a.SkinObject:hover
{
    color: #4c4c4c;
    font-family: Segoe UI, Calibri, Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: underline;
}

/* Text Formatting */
p div.smallBannerText
{
    color: #515151;
    font-family: Segoe UI, Calibri, Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

.smallBannerText
{
    color: #515151;
    font-family: Segoe UI, Calibri, Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

p
{
    color: #4c4c4c;
    font-family: Segoe UI, Calibri, Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
}

/* GENERIC */
H1
{
    padding: 0px 0px 5px 0px;
   /* margin: 0px;
    font-family: Georgia,Segoe UI, Calibri, Verdana, Arial, Helvetica, sans-serif;
    border-width: 0px;
    border: 0 none transparent;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    color: #7d7d7d;
    line-height: normal;
    clip: rect(0px, 0px, 0px, 0px);*/
    padding: 5px 0px 10px 0px;
    margin: 0px;
    font-family: Georgia,Segoe UI, Calibri, Verdana, Arial, Helvetica, sans-serif;
    border-width: 0px;
    border: 0 none transparent;
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    color: #298fdb;
    line-height: normal;
    clip: rect(0px, 0px, 0px, 0px);
}

H2
{
    padding: 5px 0px 4px 0px;
    margin: 0px 0px 0px 0px;
    font-family: Georgia,Segoe UI, Calibri, Verdana, Arial, Helvetica, sans-serif;
    border-width: 0px;
    border: 0 none transparent;
    text-align: left;
    font-weight: normal;
    font-size: 17px;
    color: #385a7f;/*4a4a4a;*/
    line-height: normal;
    clip: rect(0px, 0px, 0px, 0px);    
}

H3
{
    padding: 5px 0px 2px 0px;
    margin: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, Segoe UI, Calibri, Arial, Verdana, sans-serif, Sans Serif;
    border-width: 0px;
    border: 0 none transparent;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
    color: #656565;
    line-height: normal;
    clip: rect(0px, 0px, 0px, 0px);   
    font-weight: bold;
}

H4
{
}

H5, DT
{
}

H6
{
}

TFOOT, THEAD
{
}

TH
{
}

SMALL
{
}

BIG
{
}

BLOCKQUOTE, PRE
{
}


UL LI
{
}

UL LI LI
{
}

UL LI LI LI
{
}

OL LI
{
}

OL OL LI
{
}

OL OL OL LI
{
}
OL UL 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
{
}

.MainMenu_MenuBar
{
}

.MainMenu_MenuItem
{
}

.MainMenu_MenuIcon
{
}

.MainMenu_SubMenu
{
}

.MainMenu_MenuBreak
{
}

.MainMenu_MenuItemSel
{
}

.MainMenu_MenuArrow
{
}

.MainMenu_RootMenuArrow
{
}

/* Login Styles */
.LoginPanel
{
}

.LoginTabGroup
{
}

.LoginTab
{
}

.LoginTabSelected
{
}

.LoginTabHover
{
}

.LoginContainerGroup
{
}

.LoginContainer
{
}

/* Added by XLScheduler AB - XLScheduler.se/XLScheduler.com  */


ul
{
    list-style-image: url(Images/list_arrow.png);
}

.horizontalseparator
{
    margin-bottom: 4px;
    margin-top: 8px;
}

.navigation_links, a.navigation_links:link,  a.navigation_links:hover,  a.navigation_links:visited,  a.navigation_links:active
{
    background-color: #ffffff;
    width: 200px;
    color: #8E8E8E;
    font-size: 10pt;
    font-weight: normal;
    margin-left: 0px;
    text-align: left;
    font-family: Segoe UI, Calibri, Arial, Verdana, Helvetica, sans-serif;
}

#xlsch_about_us
{
    background-image: url('Images/XLScheduler_introtextpic_crystal_faded.png');
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 300px;
}

#xlsch_xlscheduler
{
    background-image: url('Images/XLScheduler_introtextpic_xlscheduler.png');
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 320px;
    height: 400px;
}

#xlsch_contact_us
{
    background-image: url('Images/xlscheduler_contact_us_small.jpg');
    background-repeat: no-repeat;
    background-position: 360px top;
    /*padding-right: 250px;*/
}

#xlsch_products
{
    background-image: url('Images/XLScheduler_introtextpic_wristwatch.png');
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 200px;
}

#xlsch_register_time
{
    background-image: url('Images/XLScheduler_introtextpic_oldpocketwatch.png');
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 340px;
}

#dhtmltooltip
{
    position: absolute;
    width: auto;
    border: 1px solid #4c4c4c;
    padding: 2px 10px 2px 10px;
    background: url('../../Portals/_default/Skins/DNN-Xls/Images/VerticalMenu_BottomGradient.jpg');
    background-color: #ffffff;
    background-repeat: repeat-x;
    background-position: bottom;
    vertical-align: middle;
    visibility: hidden;
    z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

div.sidebar-thin
{
    width: 170px;
}

.right
{
    float: right;
}

.left
{
    float: left;
}

img.screen-thumb
{
    border: 1px solid #cecece;
}

#MainMenu li
{
    padding: 0 5px 0 5px;  
}

#MainMenu li ul li
{
    padding: 0 0px 0 0px;  
}

div.verticalMenu_Bottom{
	height: 30px;
}

div.startpage-bottom-box{
	height:  270px;
	overflow: hidden;
}

div.top-banner-box{
	height: 245px;
	overflow: hidden;
}