/* 
======================================
Skin styles for Regionstevne 2008
======================================
*/   

body
{
    margin: 0px;
}

.pagemaster {
	background-color: #f7941d;
}

.middletop
{
    background-color: #db7d0c;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
}

.mainleft
{
    background-image: url(  'img/mainleftbg.jpg' );
    background-repeat: repeat-y;
    background-position: right;
    width: 47px;
}

.mainTable
{
    border: 1px solid #808080;
    background-color: #ffffff;
}

.mainright
{
    background-image: url( 'img/mainrightbg.jpg' );
    background-repeat: repeat-y;
    background-position: left;
    width: 47px;
}

.mainTD
{
    background-color: #f7941d;
    padding-top: 10px;
}

.middleTD
{
    background-color: #FFFFFF;
}

.skinmaster
{
    height: 100%;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    background-position-y: bottom;
    background-image: url(images/SkinmasterBG.jpg);
    background-repeat: repeat-x;
    border-left: #70809a 1px solid;
    border-right: #70809a 1px solid;
}


.menubar
{
    border-bottom-style: solid;
    border-bottom-width: 7px;
    border-bottom-color: #999999;
}

.User
{
    font-size: 7pt;
    color: #808080;
    font-family: Verdana;
    text-decoration: none;    
}

.VisDato
{
    padding-left: 15px;
}

.VisLogin
{
    padding-right: 15px;
}

A.User:link
{
    font-size: 7pt;
    color: #808080;
    font-family: Verdana;
    text-decoration: none;  
}

A.User:hover
{
    font-size: 7pt;
    color: #808080;
    font-family: Verdana;
    text-decoration: underline;  
}

A.User:visited
{
    font-size: 7pt;
    color: #808080;
    font-family: Verdana;
    text-decoration: none;  
}

.Logo
{
    padding-left: 10px;
    padding-top: 10px;
}


/* Menu styles */
.main_dnnmenu_container
{
    background-color: Transparent;
    height: 22px;
}

/* endret uten at det ble forandringer */
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:22px;
	background-color: Transparent;
}

/* Gjelder for nedtrekksmenyen */
.main_dnnmenu_item td
{
    /*TD if menu option for using tables is on*/
    cursor: pointer;
    cursor: hand;
    color: #ffffff;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    background-color: Transparent;
    font-family: Tahoma, Arial, Helvetica;
    white-space: nowrap; /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 1px;
}


.main_dnnmenu_rootitem
{
    /*TD if menu option for using tables is on*/
    cursor: pointer;
    cursor: hand;
    color: #808080;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    background-color: Transparent;
    font-family: Tahoma, Arial, Helvetica;
    white-space: nowrap; /*Word wrapping menu item now optional*/
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 5px;
    height: 22px;
    padding-top: 6px;
}


.main_dnnmenu_itemhover
{
    background-color: #666666;
    color: #FFFFFF;
}

.main_dnnmenu_itemhover td
{
    background-color: #666666;
    color: #FFFFFF;
}

.main_dnnmenu_selected
{
    background-color: #999999;
    color: #FFFFFF;
}

.main_dnnmenu_selected TD
{
    background-color: #999999;
    color: #FFFFFF;
}


.main_dnnmenu_icon
{
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 15px;
    height: 100%;
    padding-left: 3px;
}

.main_dnnmenu_submenu
{
    background-color: #999999;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=  '#696969' , Direction=135, Strength=3);
    padding: 1px 1px 1px 1px; /*explicitly set padding for sub-menus */
    border-right: #d3d3d3 1px solid;
    border-top: #d3d3d3 1px solid;
    border-left: #d3d3d3 1px solid;
    border-bottom: #d3d3d3 1px solid;
    border-color: #999999;
}


.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow
{
    border-right: #cad5ea 1px solid;
    border-bottom: #cad5ea 1px solid;
    border-top: #cad5ea 0px solid;
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
    color: #696969;
}

.main_dnnmenu_rootmenuarrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
    color: #ffffff;
    padding-bottom: 12px;
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

/* style for module titles */
.Head
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    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: 9px;
    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: 11px;
    font-weight: normal;
}

/* Panes */

.AdminContentPane
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.RightPane
{

}

.LeftPane
{
    width: 200px;
}


.LoginRightPane
{
    padding-left: 25px;
}

.LoginContentPane
{
    padding-right: 25px;
}

TD, TH
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;    
}

