


/* default.css */
﻿/* background color for the content part of the pages */
Body
{
    background-color: white;
    margin: 0px;
}
 
.ControlPanel, .PagingTable
{
    width: 100%;
    background-color: #FFFFFF;
    border-right: #003366 1px solid;
    border-top: #003366 1px solid;
    border-left: #003366 1px solid;
    border-bottom: #003366 1px solid;
}
 
.SkinObject
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
 
A.SkinObject:link
{
    text-decoration: none;
    color: #003366;
}
 
A.SkinObject:visited
{
    text-decoration: none;
    color: #003366;
}
 
A.SkinObject:hover
{
    text-decoration: none;
    color: #003366;
}
 
A.SkinObject:active
{
    text-decoration: none;
    color: #003366;
}
 
/* styles for LANGUAGE skinobject */
.Language
{
    vertical-align: middle;
    margin: 0px;
}
 
.Language img
{
    border: none;
}
 
 
/* style for module titles */
.Head
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}
 
/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}
 
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: black;
}
 
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
 
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}
 
/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
}
 
/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}
 
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
 
/* style to apply if the content should be hidden */
.Hidden
{
    display: none;
}
 
/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color: White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
    background-color: Transparent;
}
.DataGrid_Footer
{
    background-color: White;
}
.DataGrid_Header
{
    background-color: Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color: Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
 
/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
 
.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    background-color: #dcdcdc;
}
 
A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
    text-decoration: none;
    color: #003366;
}
 
A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
    text-decoration: none;
    color: #003366;
}
 
A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
    text-decoration: none;
    color: #ff0000;
}
 
A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
    text-decoration: none;
    color: #003366;
}
 
/* styles used in the FileManager */
.FileManager
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    height: 400px;
}
.FileManager_ToolBar
{
    border-bottom: black 1px solid;
    height: 25px;
}
.FileManager_Explorer
{
    height: 100%;
    border: #696969 1px solid;
    background-color: White;
    margin: 2px 2px 2px 2px;
}
 
.FileManager_FileList
{
    height: 100%;
    border: #696969 1px solid;
    background-color: White;
    margin: 2px 2px 2px 2px;
    overflow: auto;
}
 
.FileManager_MessageBox
{
    text-align: center;
    vertical-align: middle;
    background-color: White;
    padding: 25px 25px 25px 25px;
}
 
.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: #696969 1px solid;
    height: 25px;
}
 
.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: #696969 1px solid;
    height: 25px;
}
 
.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
    margin: 2px 2px 2px 2px;
}
 
.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}
 
.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}
 
.FileManagerTreeNode
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
 
.FileManagerTreeNodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dcdcdc;
}
 
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
    text-decoration: none;
    color: #003366;
}
 
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
    text-decoration: none;
    color: #003366;
}
 
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
    text-decoration: none;
    color: #ff0000;
}
 
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
    text-decoration: none;
    color: #003366;
}
 
/* styles used in the Wizard Framework */
.Wizard
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    height: 400px;
    width: 650px;
}
.WizardButton
{
    border-right: #696969 1px solid;
    padding-right: 2px;
    border-top: #696969 1px solid;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: #696969 1px solid;
    padding-top: 2px;
    border-bottom: #696969 1px solid;
    background-color: #dcdcdc;
}
.WizardHeader
{
    background: #ffffcc;
    border-bottom: black 1px solid;
    height: 40px;
}
.WizardFooter
{
    border-top: black 1px solid;
    background: #ccffcc;
    height: 25px;
    text-align: right;
}
.WizardBody
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 325px;
}
.WizardHelp
{
    padding-right: 5px;
    padding-left: 5px;
    font-size: 9pt;
    padding-bottom: 5px;
    border-left: black 1px solid;
    width: 180px;
    padding-top: 5px;
    background-color: #ccffff;
}
.WizardHelpText
{
    overflow: auto;
    font-size: 8pt;
    width: 180px;
    color: black;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    height: 300px;
}
.WizardText
{
    font-size: 9pt;
    color: black;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
 
 
/* text style used for help text rendered by modules */
.Help
{
    border-right: black 1px solid;
    padding-right: 2px;
    border-top: black 1px solid;
    padding-left: 2px;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 2px;
    border-left: black 1px solid;
    color: black;
    padding-top: 2px;
    border-bottom: black 1px solid;
    font-family: Tahoma, Arial, Helvetica;
    background-color: #ffff99;
}
 
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
 
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    text-decoration: underline;
    color: #003366;
}
 
A.CommandButton:visited
{
    text-decoration: underline;
    color: #003366;
}
 
A.CommandButton:hover
{
    text-decoration: underline;
    color: #ff0000;
}
 
A.CommandButton:active
{
    text-decoration: underline;
    color: #003366;
}
 
/* button style for standard HTML buttons */
.StandardButton
{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 11px;
    background: #dddddd;
    color: #000000;
    font-family: Verdana, sans-serif;
}
 
 
/* GENERIC */
/*H1
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}
 
H2
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}
 
H3
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #003366;
}
 
H4
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #003366;
}
 
H5, DT
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}
 
H6
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}
 
TFOOT, THEAD
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    color: #003366;
}
 
TH
{
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #003366;
}
 
A:link
{
    text-decoration: none;
    color: #003366;
}
 
A:visited
{
    text-decoration: none;
    color: #003366;
}
 
A:hover
{
    text-decoration: underline;
    color: #ff0000;
}
 
A:active
{
    text-decoration: none;
    color: #003366;
}
 
SMALL
{
    font-size: 8px;
}
 
BIG
{
    font-size: 14px;
}
 
BLOCKQUOTE, PRE
{
    font-family: Lucida Console, monospace;
}
 
 
UL LI
{
    list-style-type: square;
}
 
UL LI LI
{
    list-style-type: disc;
}
 
UL LI LI LI
{
    list-style-type: circle;
}
 
OL LI
{
    list-style-type: decimal;
}
 
OL OL LI
{
    list-style-type: lower-alpha;
}
 
OL OL OL LI
{
    list-style-type: lower-roman;
}
OL UL LI
{
    list-style-type: disc;
}
 
HR
{
    color: #696969;
    height: 1pt;
    text-align: left;
}*/
 
/* Module Title Menu */
.ModuleTitle_MenuContainer
{
    border-bottom: blue 0px solid;
    border-left: blue 0px solid;
    border-top: blue 0px solid;
    border-right: blue 0px solid;
}
 
.ModuleTitle_MenuBar
{
    cursor: pointer;
    height: 16px;
    background-color: Transparent;
}
 
.ModuleTitle_MenuItem
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    border-left: white 0px solid;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right: white 0px solid;
    background-color: Transparent;
}
 
.ModuleTitle_MenuIcon
{
    cursor: pointer;
    background-color: #EEEEEE;
    border-left: #EEEEEE 1px solid;
    border-bottom: #EEEEEE 1px solid;
    border-top: #EEEEEE 1px solid;
    text-align: center;
    width: 15px;
    height: 21px;
}
 
.ModuleTitle_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: #FFFFFF;
    border-bottom: #FFFFFF 0px solid;
    border-left: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    border-right: #FFFFFF 0px solid;
}
 
.ModuleTitle_MenuBreak
{
    border-bottom: #EEEEEE 1px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 1px solid;
    border-right: #EEEEEE 0px solid;
    background-color: #EEEEEE;
    height: 1px;
}
 
.ModuleTitle_MenuItemSel
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}
 
.ModuleTitle_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
    border-top: #FFFFFF 0px solid;
}
 
.ModuleTitle_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
}
 
/* Main Menu */
.MainMenu_MenuContainer
{
    background-color: transparent;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    height: 16px;
    background-color: Transparent;
}
.MainMenu_MenuItem
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    border-left: white 0px solid;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right: white 0px solid;
    background-color: Transparent;
}
.MainMenu_MenuIcon
{
    cursor: pointer;
    background-color: #EEEEEE;
    border-left: #EEEEEE 1px solid;
    border-bottom: #EEEEEE 1px solid;
    border-top: #EEEEEE 1px solid;
    text-align: center;
    width: 15px;
    height: 21px;
}
.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: #FFFFFF;
    border-bottom: #FFFFFF 0px solid;
    border-left: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
    border-bottom: #EEEEEE 1px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 1px solid;
    border-right: #EEEEEE 0px solid;
    background-color: #EEEEEE;
    height: 1px;
}
.MainMenu_MenuItemSel
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
    border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
}
 
/* LEGACY STYLES from DNN 1-2 */
.HeadBg
{
    background-color: #CCCCCC;
}
 
.TabBg
{
    background-color: black;
}
 
.SelectedTab
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
 
A.SelectedTab:link
{
    text-decoration: none;
    color: white;
}
 
A.SelectedTab:visited
{
    text-decoration: none;
    color: #eeeeee;
}
 
A.SelectedTab:hover
{
    text-decoration: none;
    color: #cccccc;
}
 
A.SelectedTab:active
{
    text-decoration: none;
    color: #eeeeee;
}
 
.OtherTabs
{
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
 
A.OtherTabs:link
{
    text-decoration: none;
    color: white;
}
 
A.OtherTabs:visited
{
    text-decoration: none;
    color: #eeeeee;
}
 
A.OtherTabs:hover
{
    text-decoration: none;
    color: #cccccc;
}
 
A.OtherTabs:active
{
    text-decoration: none;
    color: #eeeeee;
}
 
.PagingTable
{
    height: 33px;
}
 
/*
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}
*/
 
.LabelEditTextClass
{
    border: solid 1px red;
    background-color: Transparent;
}
 
.LabelEditWorkClass
{
    /*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
    border: solid 0px red;
    background-color: Transparent;
}
 
/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
    border: solid 1px black;
    white-space: nowrap;
    background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
    background-color: navy;
    color: White;
}
 
 
/*Edit In Place Tool Bar Classes*/
.eipbackimg
{
    border: outset 1px; /*give toolbar a 3D look*/
    position: absolute; /*needed so it doesn't take up space */
    margin-top: -22px; /*specify toolbar to be just above text */
    white-space: nowrap; /* makes toolbar horizontal */
    background: url(/instancedata/prime_product_julkaisu/vtm/pics/eip_toolbar.gif);
    background-color: #99cccc;
    background-repeat: repeat-x;
    height: 22px;
}
 
.eipbuttonbackimg
{
    width: 21px;
    height: 21px;
    cursor: pointer; /*change mouse to pointer when hover over button*/
    float: left;
}
 
.eipbutton_edit
{
    background: url(/instancedata/prime_product_julkaisu/vtm/pics/eip_edit.gif) no-repeat 100% center;
    float: left;
}
.eipbutton_save
{
    background: url(/instancedata/prime_product_julkaisu/vtm/pics/eip_save.gif) no-repeat 100% center;
    float: left;
}
.eipborderhover
{
    border: outset 1px;
}
 
/* used to collapse panes without any content in them */
.DNNEmptyPane
{
    width: 0px;
}
 
/* used to set the different module align options - from module settings */
.DNNAlignleft
{
    text-align: left;
}
.DNNAlignright
{
    text-align: right;
}
.DNNAligncenter
{
    text-align: center;
}
 
/* Login Styles */
.LoginPanel
{
}
 
.LoginTabGroup
{
}
 
.LoginTab
{
    float: left;
    background: url( "/instancedata/prime_product_julkaisu/vtm/pics/tablogin_gray.gif" ) left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #FFF;
    border: 1px #25569a solid;
}
 
.LoginTabSelected
{
    float: left;
    background: url( "/instancedata/prime_product_julkaisu/vtm/pics/tablogin_gray.gif" ) left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #FFF;
    background-position: 0% -41px;
    border: 1px #25569a solid;
}
 
.LoginTabHover
{
    float: left;
    background: url( "/instancedata/prime_product_julkaisu/vtm/pics/tablogin_gray.gif" ) left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #555;
    border: 1px #C00 solid;
    cursor: pointer;
}
 
.LoginContainerGroup
{
    clear: both;
    padding-top: 5px;
}
 
.LoginContainer
{
}
 
/* Search SkinObject Styles */
 
div.SearchContainer
{
    position: relative;
    white-space: nowrap;
}
 
div.SearchBorder
{
    width: 200px;
    height: 20px;
    border: solid 1px #e0e0e0;
    position: relative;
    background-color: White;
    white-space: nowrap;
    float: left;
    margin-top: 2px;
}
 
input.SearchTextBox
{
    float: left;
    z-index: 10;
    border: 0px;
    width: 169px;
    height: 18px;
}
 
div.SearchContainer a
{
    padding: 0px 5px;
    position: relative;
    display: inline-block;
    display: -moz-inline-box;
}
 
div.SearchIcon
{
    float: left;
    width: 31px;
    height: 20px;
    cursor: pointer;
    z-index: 11;
    background: no-repeat 2px 2px;
    text-align: right;
}
 
div.SearchIcon img
{
    margin-top: 3px;
}
 
#SearchChoices
{
    width: 160px;
    clear: both;
    display: none;
    border: solid 1px #777;
    z-index: 2000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #eee;
    position: absolute;
    top: 21px;
    left: 0px;
}
 
#SearchChoices li
{
    cursor: pointer;
    margin: 2px;
    padding: 2px;
    padding-left: 25px;
    height: 20px;
    text-align: left;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 5px center;
    list-style: none;
    list-style-image: none;
    border: solid 1px #eee;
    display: block;
}
 
#SearchChoices li.searchHilite
{
    background-color: #ddf;
    border: solid 1px #aaf;
}
 
#SearchChoices li.searchDefault
{
    background-color: #eee;
    border: solid 1px #eee;
}
 
/* Event Viewer Styles */
.Exception
{
    color: #ffffff;
    background-color: #ff1414;
}
.ItemCreated
{
    color: #ffffff;
    background-color: #009900;
}
.ItemUpdated
{
    color: #ffffff;
    background-color: #009999;
}
.ItemDeleted
{
    color: #000000;
    background-color: #14ffff;
}
.OperationSuccess
{
    color: #ffffff;
    background-color: #999900;
}
.OperationFailure
{
    color: #ffffff;
    background-color: #990000;
}
.GeneralAdminOperation
{
    color: #ffffff;
    background-color: #4d0099;
}
.AdminAlert
{
    color: #ffffff;
    background-color: #148aff;
}
.HostAlert
{
    color: #ffffff;
    background-color: #ff8a14;
}
.SecurityException
{
    color: #ffffff;
    background-color: #000000;
}
#floater
{
    padding-right: 0px;
    padding-left: 0px;
    background: #ffffff;
    visibility: hidden;
    padding-bottom: 0px;
    margin: 0px;
    width: 150px;
    color: #ffffff;
    padding-top: 0px;
    position: absolute;
    height: auto;
}
#tablist 
{
	width: 120px;
	margin: 0;
	padding-bottom: 10px;
	float:left;
}
 
.dashboardPanel 
{
	margin-left: 120px;
	padding: 0 10px 10px 10px;
	
}
 
.dashboardPanel table td
{
	padding: 2px 4px;
}
 
.dashboardPanel table th
{
	padding: 2px 4px;
	font-size: 1em;
	font-weight: bold;
	color: #036;
	border-bottom: 1px solid #9FB1BC;
}
 
.dashboardTableAlt 
{
	background-color: #eee;
}
 
.dashboardGrid
{
	margin: 10px;
}
 
.paneOutline
{
	border: 1px #CCCCCC dotted;
}
.containerAdminBorder
{
	border: 2px red solid;
}

/* homepage.css */

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background: #291b10 url(/instancedata/prime_product_julkaisu/vtm/pics/bg_image.jpg) repeat-x;
}

#frame {
	margin-right:auto;
	margin-left:auto;
	width:960px;
	padding:6px;
	background: #ffcc99;
}
 
#bottomlogo 
{
	margin-right:auto;
	margin-left:auto;
	width:972px;
	padding-top:10px;
}
 
#topstrip 
{
	width:960px;
	background: #cc6600;
}

#topstrip a img { border:none; }

/*.normal a:link, .normal a:active, .normal a:visited, .normal a:hover { font:12px verdana; line-height:18px; color: #663300; }
.hptitle, .hptitle a:link, .hptitle a:active, .hptitle a:visited, .hptitle a:hover { font-family:Verdana,Arial,Helvetica,sans-serif;font-size:14px;font-style:normal;line-height:16pt;font-weight:bold;font-variant:normal;color:#ffcc99;}
.hpsubtitle, .hpsubtitle a:link, .hpsubtitle a:active, .hpsubtitle a:visited, .hpsubtitle a:hover {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;line-height:16pt;font-weight:bold;font-variant:normal;color:#ffcc99;}
.hpcontent, .hpcontent a:link, .hpcontent a:active, .hpcontent a:visited, .hpcontent a:hover {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;line-height:16pt;font-weight:normal;font-variant:normal;color:#ffcc99;}
*/
/* skin.css */
/*#iconstext { color:#ffcc99;font:bold 12px Verdana, Helvetica; }
 
.tipClass { text-align:center; font: 11px Verdana, Helvetica; font-weight:bold; color: #ffcc99 }
*/
/* Content Styles */
/*.normal { font:12px verdana; line-height:18px; color: #663300; }
 
.title { font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;line-height:16pt;font-weight:bold;font-variant:normal;color:#663300;}
.subtitle {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;line-height:16pt;font-weight:normal;font-variant:normal;color:#663300;}
 
a:link {color:#993300;text-decoration:underline;}
a:active {color:#993300;text-decoration:underline;}
a:visited {color:#993300;text-decoration:underline;}
a:hover {color:#FF6600;text-decoration:underline;}
*/
.contenttable 
{
	border-left: 1px solid #663300;
	border-top: 1px solid #663300;
}
 
.contenttable td
{
	padding:3px;
	border-right: 1px solid #663300;
	border-bottom: 1px solid #663300;
	font:12px verdana; line-height:18px; color: #663300;
}
 
.guestbook .formTextBox
{
	width: 250px;
}
 
.guestbook .formTextArea
{
	width: 250px;
}
 
/* New Site Styles */
 
/* Skins */
 
span.breadcrumb
{
    font:bold 24px Franklin Gothic Demi;
    color: #993300;
}
 
a.breadcrumb:link, a.breadcrumb:visited
{
    font:bold 24px Franklin Gothic Demi;
    color: #663300;
}
 
a.breadcrumb:active, a.breadcrumb:hover
{
    font:bold 24px Franklin Gothic Demi;
    color: #cc6600;
}
 
.ImageSelectedLink
{
    overflow: hidden;
    background-position: bottom left;
    background-repeat: no-repeat;
    display: block;
}
 
.ImageRollOverLink
{
    overflow: hidden;
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
}
 
.ImageRollOverLink:hover { 
    background-position: bottom left; 
} 
 
.EventHead
{
    font:bold 14px Arial;
    color: #993300;
    background: #efbc89;
    height:22px;
    padding-left:5px;
}
 
.EventType
{
    font:14px Arial;
    color: #663300;
}
 
.EventTitle
{
    font:bold 18px Arial;
    color: #993300;
}

/* WebResource.axd */

/********** NEW STUFF **********/

/* Content Styles */
#content { 
  font:12px/18px verdana;
  color: #663300; 
}

#content h1 {
  font: bold 16px/16pt Verdana,Arial,Helvetica,sans-serif;
  color:#993300;
}

#content h2 {
  font: bold 12px/16pt Verdana,Arial,Helvetica,sans-serif;
  color:#663300;
}

/*.normal a:link, .normal a:active, .normal a:visited, .normal a:hover { font:12px verdana; line-height:18px; color: #663300; }
.hptitle, .hptitle a:link, .hptitle a:active, .hptitle a:visited, .hptitle a:hover { font-family:Verdana,Arial,Helvetica,sans-serif;font-size:14px;font-style:normal;line-height:16pt;font-weight:bold;font-variant:normal;color:#ffcc99;}
.hpsubtitle, .hpsubtitle a:link, .hpsubtitle a:active, .hpsubtitle a:visited, .hpsubtitle a:hover {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;line-height:16pt;font-weight:bold;font-variant:normal;color:#ffcc99;}
.hpcontent, .hpcontent a:link, .hpcontent a:active, .hpcontent a:visited, .hpcontent a:hover {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;font-style:normal;line-height:16pt;font-weight:normal;font-variant:normal;color:#ffcc99;}

#iconstext { color:#ffcc99;font:bold 12px Verdana, Helvetica; }
 
.tipClass { text-align:center; font: 11px Verdana, Helvetica; font-weight:bold; color: #ffcc99 }
*/

p a:link, span a:link, #searchresults a:link {color:#993300;text-decoration:underline;}
p a:active, span a:active, #searchresults a:active {color:#993300;text-decoration:underline;}
p a:visited, span a:visited, #searchresults a:visited {color:#993300;text-decoration:underline;}
p a:hover, span a:hover, #searchresults a:hover {color:#FF6600;text-decoration:underline;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: #993300;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
  color: #FF6600;
}

/* topbar */
.topbar {
  height: 70px;
  /*margin-bottom: 20px;*/
  border-top: 1px solid #000000;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #FFCC99;
}

.topbar .wrapper {
  height: 18px;
  border: none;
  width: 980px;
  margin: 0 auto;
}

.topbar .left {
  float: left;
  /*text-transform:uppercase;
  text-indent: -9999px;*/
  width: 280px;
  height: 30px;
  margin-top: 5px;
}

.topbar .left a {
  display: block;
  color: #FFFFFF;
  height:33px;
  width:280px;
  background:url(/instancedata/prime_product_julkaisu/vtm/pics/sinebrychoff_vtm_logo.png) no-repeat 2px 0px;
  font-family: Arial, Helvetica, sans-serif;
}

.topbar .gallerynav{
	padding:0;
	margin:10px 0 18px;
	list-style:none;
	overflow:hidden;
	float:right;
	font-size:9px;
	width:520px;
	text-align:right;
	text-transform:uppercase;
}

.topbar .gallerynav ul {
  margin: 0;
}

.topbar .gallerynav li{
	display:inline;
	background:url(/instancedata/prime_product_julkaisu/vtm/pics/bullet.gif) no-repeat 100% 50%;
	padding:0 6px 0 4px;
	margin:0 -2px 0 0;
}

.topbar .gallerynav li a {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

.topbar .center {
  width: 100%;
  text-align: center;
  float: left;
}

.topbar .center .topnav {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  float: right;
  /*clear: both;
  white-space: nowrap;
  width: auto;
  max-width: 560px;*/
}

.topbar .center .topnav li {
  float: left;
  margin: 0 5px;
  display: block;
}

.topbar .center .topnav li a {
  text-transform: uppercase;
  font-weight: bold;
	font-size:9px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

.topbar a {
  text-decoration: none;
}

.topbar a:hover {
  text-decoration: underline;
}

.topbar .hours {
  font: 11px/11px Arial, Helvetica, sans-serif;
  color: #FFCC99;
  position: absolute;
  top: 74px;
  width: 972px;
  margin: 0 4px;
  overflow: hidden;
}

.topbar .hours .right {
  float: right;
  position: relative;
  right: -4px;
}

/* form */

form#aspnetForm {
  text-align: center;
}

#frame {
  width:960px;
  text-align: left;
  margin: 0 auto;
}

/* topstrip */

#topstrip {
  height: 70px;
}

#topstrip a img {
  float: left;
}

#topstrip img {
  float: right;
}

/* mainmenu */

div#menucontainer 
{
	z-index: 1000;
	width:100%;
	height:20px;
	margin:2px 0 5px;
  padding-top: 5px;
	white-space:nowrap;
	float:left;
	position:relative;
  background-color: #630;
  display:block;
}

div#menucontainer ul#nav {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0;
  width: 600px;
  float: left;
  display: block;
}

div#menucontainer ul#nav a {
  display: block;
	line-height: 20px;
	text-decoration:none;
	color: #ffcc99;
  text-transform: uppercase;
	padding-left: 10px;	
	padding-right: 10px;
	font-size: 11px;
	font-weight:bold;
	font-family: Verdana;
	width:auto;
	float:left;
}

div#menucontainer ul#nav a:hover
{
	background:#ff6600;
	color: #ffffcc;
	text-decoration:none;
	cursor:hand;
}

div#menucontainer ul#nav li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
	position:relative;
	display:block;
}

div#menucontainer ul#nav li.dropdown ul.depth3
{
	margin:0;
	padding:0;
	display:block;
  visibility: hidden;
	position:absolute;
  top: 20px;
  background:#ff6600;
  width: 0;
}

div#menucontainer ul#nav li.dropdown ul.depth3 a
{
	font-size: 11px;
	font-weight:bold;
	font-family: Verdana;
	color: #ffcc99;
  text-transform: none;
  /*width: 100%;*/
  padding: 0 10px;
	line-height: 18px;
	text-align: left;
  max-width: 300px;
}

div#menucontainer ul#nav li.dropdown ul.depth3 li {
  display: block;
	background:#ff6600;
  max-width: 300px;
  width: 100%;
}
 
div#menucontainer ul#nav li.dropdown ul.depth3 li.haschildren {
  background: #ff6600 url('/instancedata/prime_product_julkaisu/vtm/pics/groupImage.gif') no-repeat right center;
  height: 18px;
}

div#menucontainer ul#nav li.dropdown ul.depth3 a:hover,
div#menucontainer ul#nav li.dropdown ul.depth3 li:hover,
div#menucontainer ul#nav li.dropdown ul.depth3 .focused,
div#menucontainer ul#nav li.dropdown ul.depth3 .expanded
{
	background-color: #996633;
  color: #ffffcc;
}

div#menucontainer ul#nav li.dropdown ul.depth3 li.haschildren ul.depth4 {
  margin:0;
	padding:0;
	display:block;
  visibility: hidden;
	position:relative;
	right: -100%;
  top: -18px;
  background:#ff6600;
  width: 0;
  /*width: 0;*/
}

div#menucontainer ul#nav li.dropdown ul.depth3 li.haschildren ul.depth4 a,
div#menucontainer ul#nav li.dropdown ul.depth3 li.haschildren ul.depth4 li {
  /*width: auto;*/
  display: block;
  clear: both;
}

div#menucontainer ul#nav li.dropdown ul.depth3 li.haschildren ul.depth4 li.haschildren ul.depth5 {
  margin:0;
	padding:0;
	display:block;
  visibility: hidden;
	position:relative;
	right: -100%;
  top: -18px;
  background:#ff6600;
  width: 0;
  /*width: 0;*/
}

div#menucontainer ul#nav li.dropdown ul.depth3 li.haschildren ul.depth4 li.haschildren ul.depth5 a,
div#menucontainer ul#nav li.dropdown ul.depth3 li.haschildren ul.depth4 li.haschildren ul.depth5 li {
  /*width: auto;*/
  display: block;
  clear: both;
}

div#menucontainer:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#menucontainer ul#tabs,
div#menucontainer ul.version {
  list-style-type: none;
  width: auto;
  float: right;
  display: inline-block;
  padding:0;
  margin:0;
}

div#menucontainer ul#tabs {
  margin-right: 40px;
}
div#menucontainer ul.version {
  margin-right: 8px;
}

div#menucontainer ul.version li a:first-child {
  display: none;
}

div#menucontainer ul.version li img {
  border: 0;
}

div#menucontainer ul#tabs li,
div#menucontainer ul.version li {
  list-style-type: none;
  width: auto;
  float: right;
  display: inline-block;
}

div#menucontainer ul#tabs li {
  background: url(/instancedata/prime_product_julkaisu/vtm/pics/tabcorner.png) no-repeat right top;
  background-color: #cc6633;
  padding: 0 8px;
  margin-left: 5px;
}

div#menucontainer ul#tabs li:hover {
  background: url(/instancedata/prime_product_julkaisu/vtm/pics/tabcorner_over.png) no-repeat right top;
  background-color: #FF6600;
}

div#menucontainer ul#tabs li a {
	text-decoration:none;
	color: #ffcc99;
  text-transform: uppercase;
	font-size: 11px;
	font-weight:bold;
	font-family: Verdana;
}

div#menucontainer ul#tabs li a:hover {
  color: #ffffcc;
}

/* Frontpage */

/*gallery*/
#gallery {
	width:960px;
	padding:0;
	position:relative;
	overflow:hidden;
	margin:0 0 6px;
}

#gallery .holder{
	overflow:hidden;
	width:100%;
	padding:0;
	border:none;
}

#gallery .frame{
	width:960px;
	padding:0;
	border:none;
	overflow:hidden;
	position:relative;
	margin:0;
	float:left;
}

#gallery .holder ul {
	width:99999px;
	padding:0;
	margin:0;
	list-style:none;
}
#gallery .holder ul li {
	float:left;
	width:960px;
	padding:0;
	position:relative;
	z-index:10;
	overflow:hidden;
}
#gallery .visual{
	background:#e3e3e3;
	width:960px;
	height:320px;
	overflow:hidden;
  position: relative;
  float: left;
}

#gallery .overlay {
  opacity: 0;
  position: absolute;
  width: 960px;
  height: 320px;
  background-color: #000;
  z-index: 100;
}

#gallery .visual .galleryimage img {
  border: solid 0 transparent;
}

#gallery .linkoverlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}

#gallery .linkoverlay a img{
  border: 0;
}

#gallery .link-prev{
	position:absolute;
	top:280px;
	right:67px;
	z-index:210;
	outline:none;
	cursor:pointer;
	display:none;
}
#gallery .link-next{
	position:absolute;
	top:280px;
	right:22px;
	z-index:200;
	outline:none;
	cursor:pointer;
	display:none;
}
#gallery .link-prev span{
	background:url(/instancedata/prime_product_julkaisu/vtm/pics/btn-prev.png) no-repeat;
	display:block;
	width:27px;
	height:27px;
	overflow:hidden;
	text-indent:-9999px;
}
#gallery .link-next span{
	background:url(/instancedata/prime_product_julkaisu/vtm/pics/btn-next.png) no-repeat;
	display:block;
	width:27px;
	height:27px;
	overflow:hidden;
	text-indent:-9999px;
}

/* content */

div#content {
   width:960px;
   padding-bottom:5px;
}

.columns-holder {
  overflow: hidden;
}

div#content .column {
  width: 188px;
  display: inline;
  vertical-align: top;
  float: left;
  margin-right: 5px;
}

div#content .column5 {
  margin-right: 0;
}

div#content .column {
  width: 188px;
  color: #663300;
}

div#content .column p {
  width: 188px;
  margin: 0 0 0 0;
  padding: 0;
}

div#content .column a {
  background-color: #663300;
  color: #ffcc99;
  text-decoration: none;
  overflow: hidden;
  width: 188px;
  display: block;
}

div#content .column img {
  border: none;
}

div#content .column a:hover {
  background-color: #993300;
}

div#content .column .xmldoc a {
  background-color: transparent;
  color: #993300;
  text-decoration: underline;
  width: auto;
  display: inline;
  margin: 0;
}

div#content .column .xmldoc a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #FF6600;
}

div#content .column h1 {
  text-transform: uppercase;
  color: #ffcc99;
  width: 168px;
  /*text-align: center;*/
  margin: 0 0 10px 0;
  font: 16px Franklin Gothic Demi, Arial, sans-serif;
  /*font-weight: bold;*/
}

div#content .column h1 a {
  padding: 5px 10px;
  width: 168px;
}

/* Bottomcontent */

div#bottomcontent {
   width:960px;
   height:84px;
   margin-bottom:6px;
}

div#bottomcontent img {
  border-width: 0;
}

.quicklink
{
    width:316px;
    height:84px;
    background-color:#edb378;
    float:left;
    margin-right:6px;
}
 
.lastquicklink
{
    width:316px;
    height:84px;
    background-color:#edb378;
    float:left;
}
 
.quicklinkthumb, .quicklink a, .lastquicklink a
{
    width:77px;
    float:left;
    margin:0px;
}
 
.quicklinkinner
{
    width:220px;
    margin-left:10px;
    margin-top:4px;
    float:left;
    text-align:left;
    display: inline;
}

.quicklinkinner a {
  width: auto;
  clear: both;
  margin: auto;
  float: none;
}
 
.quicklinktitle
{
    font:bold 14px Franklin Gothic Demi;
    color: #993300;
    display:block;
}
 
.quicklinkbody
{
  font:11px/1.4 Franklin Gothic Medium;
  color: #663300;
}
 
.quicklinkURL
{
   font:11px Franklin Gothic Demi;
}
 
.quicklinkURL:link, .quicklinkURL:visited
{
   font:11px Franklin Gothic Demi;
   text-decoration:underline;
   color: #993300;
}
 
.quicklinkURL:active, .quicklinkURL:hover
{
   font:11px Franklin Gothic Demi;
   text-decoration:underline;
   color: #663300;
}

/* inner page */

.alasivu img {
  border: 0 solid transparent;
}

div#murupolku {
  margin: 0 0 5px;
}

div#murupolku,
div#murupolku span, 
div#murupolku span a{
  font: bold 14px/16px /*Franklin Gothic Demi,*/ Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #663300;
}

div#murupolku span a:hover,
div#murupolku span {
  color: #993300;
}

div.columns-holder div.col {
  width: 236px;
  margin-right: 5px;
  float: left;
  overflow:hidden;
  display: inline;
  vertical-align: top;
}

div.columns-holder div.col4 {
  margin-right: 0;
}

div.columns-holder div.col span a.colURL {
  background-color: #663300;
  color: #ffcc99;
  text-decoration: none;
  overflow: hidden;
  width: 236px;
  display: block;
  margin: 0 0 10px 0;
}

div.columns-holder div.col span a.colURL:hover {
  background-color: #993300;
}

div.columns-holder div.col span a img {
  width: 236px !important;
  height: 136px !important;
}

div.columns-holder div.col span {
  font: 14px Franklin Gothic Medium, Arial, sans-serif;
  color: #663300;
}

/*div.columns-holder div.col span:hover {
  color: #993300;
}*/

div.columns-holder div.col span div.xmldoc {
  padding-right: 30px;
}

div.columns-holder div.col span div.xmldoc ol {
  padding-left: 20px;
}

div.columns-holder div.col span a.colURL h1 {
  text-transform: uppercase;
  color: #ffcc99;
  width: 216px;
  margin: 0;
  padding: 5px 10px;
  font: 16px Franklin Gothic Demi, Arial, sans-serif;
}

div.columns-holder div.col span h2 {
  font: 18px Franklin Gothic Medium, Arial, sans-serif;
  color: #993300;
  font-weight: bold;
}

/* content page */

div#content {
  overflow: hidden;
}

div.leftmenu {
  width: 220px;
  float: left;
  margin: 0;
  height: 20px;
}

div.leftmenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 220px;
}

div.leftmenu ul li {
  padding: 0;
  width: 100%;
}

div.leftmenu ul li a {
  font: 12px/22px Franklin Gothic Medium, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #ffcc99;
  width: 200px;
  min-height: 22px;
  margin: 0 0 5px;
  padding: 0 10px;
  display: block;
}

div.leftmenu ul li.selected > a,
div.leftmenu ul li.upper:hover > a {
  background-color: #cc6633 !important;
}

div.leftmenu ul li.lower:hover > a {
  background-color: #ff6600 !important;
}

div.leftmenu ul li a:hover {
  color: #ffffcc;
}

div.article {
  width: 660px;
  margin: 20px 40px;
  float: left;
  /*font: 14px Franklin Gothic Medium, Arial, sans-serif;*/
  color: #663300;
}

div.article img {
  padding: 5px 10px;
  border: 0;
}

div.article td {
  vertical-align: top;
}

/*div.SearchPanel {
  width: 900px;
}*/

div.searchprovider {
  display: none;
}

#searchresults #searchresulttarget .searchresult .resultindex,
#searchresults #searchresulttarget .searchresult .score,
#searchresults #searchresulttarget .searchresult .path,
#searchresults #searchresulttarget .searchresult .timestamp {
  display: none;
}

#searchresults #searchresulttarget .searchresult h4 {
  display: inline;
  float: left;
  margin: 0 0 5px 0;
}

#searchresults #searchresulttarget .searchresult {
  width: 500px;
  overflow: hidden;
  margin: 15px 0;
  display: block;
}

#searchresults #searchresulttarget .searchresult .sourcesite {
  float: right;
  line-height: 14px;
}

#searchresults #searchresulttarget .searchresult .timestamp {
  float: right;
  clear: right;
}

#searchresults #searchresulttarget .searchresult .description {
  clear: both;
}

/* footer */

#footer #bottomstrip img {
  border: 0;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:229999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #colorbox div {
      display: inline;
    }

    /* Shared properties to all border sides */
    #cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight {
      visibility:hidden;
    }
    /* Individual border sides */
    #cboxTopLeft{width:14px; height:14px; background:url(/pics/colorbox/controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(/pics/colorbox/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(/pics/colorbox/controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(/pics/colorbox/controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(/pics/colorbox/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(/pics/colorbox/controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(/pics/colorbox/controls.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(/pics/colorbox/controls.png) -211px 0 repeat-y;}
    /* Content */
    #cboxContent{background:#fff; font-family:Tahoma,"Lucida Grande","Century Gothic",sans-serif;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(/pics/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/pics/colorbox/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:5px; left:10px; text-align:left; width:75%; color:#000; font-size:12pt; line-height:14pt;}
        #cboxCurrent{position:absolute; bottom:5px; right:50px; color:#000; font-size:12pt; line-height:14pt;}
        /* Shared control button properties */
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:5px; background:url(/pics/colorbox/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        /* Individual control button properties */
        #cboxPrevious{left:5px; top:5px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{right:5px; top:5px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:5px; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}

/* ie 7 fixes */

/* FOR PRINTING */
#header, #sidebar, #footer, .tools {
  display: none;
}
body {
  width: auto !important;
}
.c1 {
  padding-left: 0 !important;
}
#content, .post, .c1, #main, #wrapper, html, body {
  float: none !important;
  display: block;
  height: auto !important;
  overflow: visible !important;
  background: transparent none !important;
}


