﻿/************************************************************************
* 
* Rollover buttons
*
************************************************************************/

.blueButton
{
    background: url(/pics/blueButton.gif) repeat-x;
    border: 1px solid #478DD8; /*8A8A8A*/
    padding: 6px 6px 6px 6px;
    margin: 4px 0px 0px 0px;
    color: #FFFFFF;
    height: 33px;
    font-weight: bold;
    font-size: 14px;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    cursor: pointer;
    border-bottom: solid 1px #6078A0;
}

.button, .buttonOver
{
    background: url(/pics/alpine/btnBG.png) repeat-x;
    zbackground: url(/pics/alpine/topMenuBG2Normal.gif) repeat-x;
    border: 1px solid #232323; /*8A8A8A*/
    zbackground-color: #F0F0F0;
    padding: 0px 2px 0px 2px;
    margin: 0px 0px 0px 0px;
    color: #292929;
    height: 20px;
    font-weight: normal;
    font-size: 11px;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    cursor: pointer;
    zborder-left: solid 1px #A3A3A3;
}

.button[disabled]
{
    background: url(/pics/alpine/topMenuBG2Selected.gif) repeat-x;
    color: #FFFFFF;
    height: 20px;
    border: 1px solid #8A8A8A;
    padding: 0px 2px 0px 2px;
    margin: 0px 0px 0px 0px;
}

.buttonOver
{
    background: url(/pics/alpine/topmenubg2Over.gif) repeat-x;
    color: #FFFFFF;
    height: 20px;
    border: 1px solid #8A8A8A;
    padding: 0px 2px 0px 2px;
    margin: 0px 0px 0px 0px;
}

.buttonSelected
{
    background: url(/pics/alpine/topMenuBG2Selected.gif) repeat-x;
    color: #FFFFFF;
    height: 20px;
    border: 1px solid #8A8A8A;
    padding: 0px 2px 0px 2px;
    margin: 0px 0px 0px 0px;
}

.topMenuButton, .topMenuButtonOver
{
    background: url(/pics/alpine/topMenuBG2Normal.gif);
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    zborder-left: solid 1px #A3A3A3;
}
.topMenuButtonOver
{
    background: url(/pics/alpine/topMenuBG2Over.gif);
    background-repeat: repeat-x;
    color: #FFFFFF;
    zborder-left: solid 1px #000000;
    padding: 0px 0px 0px 0px;
}

.topMenuButtonSelected
{
    background: url(/pics/alpine/topMenuBG2Selected.gif);
    background-repeat: repeat-x;
    color: #FFFFFF;
    zborder-left: solid 1px #000000;
    padding: 0px 0px 0px 0px;
}

/* RollOverLink2 classes color of linktext*/
.topMenuLink
{
    color: #292929;
}

.topMenuLinkOver
{
    color: #FFFFFF;
}

.topMenuSection
{
    border-right: #D3D3D3 0px solid;
    border-top: #D3D3D3 0px solid;
    background-image: url(/pics/alpine/topmenubg2.gif);
    background-repeat: repeat-x;
    zbackground: #FFFFFF; /*#EAEBEF;*/
    zborder-bottom-color: #D3D3D3;
    zborder-left: #D3D3D3 1px solid;
    height: 35px;
    text-align: left;
    vertical-align: middle;
    color: #292929;
    width: 100%;
}

.topBackGround
{
    zbackground-position: right;
    background-image: url(/pics/topBG.png);
    zbackground-image: url(/pics/headerBG.png);
    background-repeat: repeat-x;
    height: 50px;
    color: #FFFFFF;
    zpadding-top: 2px;
}

.topBackGround a
{
    color: #FFFFFF;
}

.center
{
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    zmargin-top: 2px;
}

/* Class for tabbed box */
.topIcon
{
    background-repeat: no-repeat;
    vertical-align: top;
    border: 0px;
    border-style: solid;
    border-width: 0px;
    border-color: #000000;
    float: right;
    margin-left: 5px;
    margin-right: 0px;
}

body
{
    background-color: #FBFBFB; /*background-image: url(/pics/bodybg.gif);     background-repeat: repeat-x;*/
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    margin: 0px 0px 0px 0px;
}

.roundedBox
{
    margin: 40px 40px 40px 40px;
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #EAEAEA;
    border-bottom: 2px solid #EAEAEA;
    padding: 20px;
}

.mainContent
{
    zbackground: #595959;
    margin-left: 2px;
    margin-right: 2px;
    width: 100%;
}

.tabSelected
{
    border-right: #D3D3D3 1px solid;
    border-top: #D3D3D3 1px solid;
    background-image: url(/pics/menu_bgshadow.gif);
    background: #FFFFFF; /*#EAEBEF;*/
    border-bottom-color: #D3D3D3;
    border-left: #D3D3D3 1px solid;
    height: 24px;
    text-align: center;
    vertical-align: middle;
}
.tabSpace
{
    border-left-color: #D3D3D3;
    border-top-color: #D3D3D3;
    border-bottom: #D3D3D3 1px solid;
    border-right-color: #D3D3D3;
}
.tab
{
    border-right: #D3D3D3 1px solid;
    border-top: #D3D3D3 1px solid;
    background-image: url(/pics/menu_bgshadow.gif);
    zbackground: #EAEBEF;
    border-left: #D3D3D3 1px solid;
    border-bottom: #D3D3D3 1px solid;
    text-align: center;
    vertical-align: middle;
}

.tabSquare
{
    border-right: #D3D3D3 1px solid;
    padding-right: 6px;
    border-top: #D3D3D3 0px solid;
    margin-top: 0px;
    padding-left: 6px;
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-left: #D3D3D3 1px solid;
    color: #333333;
    padding-top: 6px;
    border-bottom: #D3D3D3 1px solid;
    font-style: normal;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    background-color: #ffffff;
    text-decoration: none;
}

/* En class som hjälper till vid centreringen av sidan */
.containercell
{
    vertical-align: top;
}

/* Top logo and banner */
.logoAndBannerCell
{
    vertical-align: top;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    font-size: 11px;
    color: #666666;
}

/* Align */
.rightTop
{
    vertical-align: top;
    text-align: right;
    margin-bottom: 0px;
}

/* Image alignment */
IMG.right
{
    border-style: solid;
    border-width: 0px;
    border-color: #000000;
    float: right;
    margin-left: 5px;
    margin-right: 0px;
}

IMG.left
{
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.menuSquare
{
    border-right: #D3D3D3 1px solid;
    padding-right: 6px;
    border-top: #D3D3D3 1px solid;
    margin-top: 0px;
    margin-right: 6px;
    padding-left: 6px;
    margin-left: 0px;
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 8px;
    border-left: #D3D3D3 1px solid;
    color: #333333;
    padding-top: 0px;
    border-bottom: #D3D3D3 1px solid;
    font-style: normal;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    background-color: #ffffff;
    text-decoration: none;
}

.fullwidth
{
    border-right: #D3D3D3 1px solid;
    padding-right: 6px;
    border-top: #D3D3D3 1px solid;
    margin-top: 0px;
    margin-right: 6px;
    margin-left: 0px;
    margin-bottom: 8px;
    padding-left: 6px;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 8px;
    border-left: #D3D3D3 1px solid;
    color: #333333;
    padding-top: 6px;
    border-bottom: #D3D3D3 1px solid;
    font-style: normal;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    background-color: #ffffff;
    text-decoration: none;
}

.innerSquare
{
    border-right: #D3D3D3 1px solid;
    padding-right: 6px;
    border-top: #D3D3D3 1px solid;
    margin-top: 0px;
    padding-left: 6px;
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 0px;
    padding-bottom: 6px;
    border-left: #D3D3D3 1px solid;
    color: #333333;
    padding-top: 6px;
    border-bottom: #D3D3D3 1px solid;
    font-style: normal;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    background-color: #F1F1F1;
    text-decoration: none;
}

.footerSquare
{
    padding-right: 0px;
    border-top: #999999 1px solid;
    margin-top: 0px;
    margin-right: 6px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 11px;
    padding-bottom: 0px;
    zborder-bottom: #D3D3D3 1px solid;
    font-style: normal;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    text-decoration: none;
    width: 100%;
    height: 100%;
    text-align: left;
    vertical-align: middle;
    text-align: center;
    color: #595959;
}

img
{
    border: 0px;
}

a
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #292929;
    border: solid, 0px, black;
    text-decoration: none;
}

a:hover
{
}

a img
{
    border: none;
}

a.TopMenuLink
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    padding: 0px, 0px, 0px, 0px;
}

a.MenuLink
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #0085CF;
    text-decoration: none;
}

H1
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #404040;
    margin-bottom: 1px;
    margin-top: 0px;
}

H2
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 0px;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active
{
    font-size: 1em;
    font-weight: bold;
}

HR
{
    color: #D3D3D3;
    height: 1px;
}

/* css som rör små bannerknappar */

.bannerbutton
{
    position: relative;
    border: solid 3px #FFF;
}
/* bannerknappar slutar*/

.ReadMore
{
    width: 68px;
    height: 25px;
}

/* Generell ram slutar */

textarea
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    font-size: 11px;
}

input
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    font-size: 11px;
}

.textBox, .hidden
{
    margin-top: 0px;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    font-size: 11px;
    border-left: 1px solid #D3D3D3;
    border-right: 0px;
    background-color: #FFFFFF;
    zbackground: url(/pics/alpine/textboxBG.png) repeat-x;
    color: #000000;
    zheight: 15px;
    margin-bottom: 0px;
    vertical-align: middle;
}

.textBoxRight
{
    zvertical-align: text-bottom;
    zheight: 19px;
    zbackground: url(/pics/alpine/textboxRight.png) no-repeat;
}

.HHMMSS
{
    margin-top: 0px;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    font-size: 11px;
    border-left: 1px solid #D3D3D3;
    border-right: 0px;
    background-color: #FFFFFF;
    width: 100px;
    zheight: 15px;
    margin-bottom: 0px;
    vertical-align: text-bottom;
}

/*.button
{
	font-family: Verdana;
	font-size: 11px;
	background-image: url(/pics/menu_bgshadow.gif);
	cursor:pointer;
	border:1px solid gray;
	height:20px;
	margin-bottom: 2px;
	margin-top: 2px;
}*/

.HideButton
{
    display: none;
}

/* Table ruta */
.details
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    font-size: 11px;
    border: 1px solid #D3D3D3;
    background-color: #FFFFFF;
    color: #000000;
    height: 14px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.detailsInner
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    font-size: 11px;
    border: 1px solid #D3D3D3;
    background-color: #FFFFFF;
    color: #000000;
    height: 14px;
    margin-bottom: 2px;
    margin-top: 2px;
}

/* Site */

.membercard h3
{
    font-size: 1em;
}

#loginbanner h2
{
    font-size: 1em;
    font-weight: normal;
    margin-top: 8px;
}

.leftblock h2, .rightblock h2, .fullwidth h2
{
    font-size: 1.6em;
}

.rightblock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

.eventmonth h3
{
    padding-left: 20px;
    padding-right: 20px;
}

.eventlist label
{
    font-weight: bold;
    padding-right: 4px;
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 236px; /*position: relative; */
}

#columnmain
{
    float: left;
    width: 100%;
    margin-left: 0px; /*  position:relative; */
}

#columnright
{
    float: left;
    margin-left: 0px; /*  position:relative; */
}

.leftblock
{
    border: 1px solid #C7CFD5; /*#FFCC66;*/
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 0px;
    background-color: #F1F5F9;
    zbackground: url(/pics/alpine/colleftBG.gif) repeat-y; /*#FEFAAB */
    vertical-align: top;
}

.mainblock
{
    border: 1px solid #C7CFD5;
    padding: 15px;
    margin-left: 8px;
    margin-bottom: 10px;
    margin-top: 0px;
    background-color: #F1F5F9;
    zbackground: url(/pics/alpine/colrightBG.gif) repeat-y;
    position: relative;
    width: 100%;
}

.rightblock
{
    border: 1px solid #C7CFD5;
    padding: 15px;
    margin-left: 8px;
    margin-bottom: 10px;
    margin-top: 0px;
    background-color: #F1F5F9;
    zbackground: url(/pics/alpine/colrightBG.gif) repeat-y;
    position: relative;
    width: 100%;
}

/* Calendar css default, change for new style */
.ajax__calendar_container
{
    padding-right: 4px;
    padding-left: 4px;
    font-size: 11px;
    padding-bottom: 4px;
    width: 170px;
    cursor: default;
    padding-top: 4px;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    position: absolute;
    text-align: center;
}
.ajax__calendar_body
{
    margin: auto;
    overflow: hidden;
    width: 170px;
    position: relative;
    height: 139px;
}
.ajax__calendar_days
{
    left: 0px;
    margin: auto;
    width: 170px;
    position: absolute;
    top: 0px;
    height: 139px;
    text-align: center;
}
.ajax__calendar_months
{
    left: 0px;
    margin: auto;
    width: 170px;
    position: absolute;
    top: 0px;
    height: 139px;
    text-align: center;
}
.ajax__calendar_years
{
    left: 0px;
    margin: auto;
    width: 170px;
    position: absolute;
    top: 0px;
    height: 139px;
    text-align: center;
}
.ajax__calendar_container TABLE
{
    font-size: 11px;
}
.ajax__calendar_header
{
    width: 100%;
    height: 20px;
}
.ajax__calendar_prev
{
    background-position: 50% 50%;
    float: left;
    background-image: url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-left.gif")%>);
    width: 15px;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 15px;
}
.ajax__calendar_next
{
    background-position: 50% 50%;
    float: right;
    background-image: url(<%=WebResource("AjaxControlToolkit.Calendar.arrow-right.gif")%>);
    width: 15px;
    cursor: pointer;
    background-repeat: no-repeat;
    height: 15px;
}
.ajax__calendar_title
{
    font-weight: bold;
    cursor: pointer;
}
.ajax__calendar_footer
{
    height: 15px;
}
.ajax__calendar_today
{
    cursor: pointer;
    padding-top: 3px;
}
.ajax__calendar_dayname
{
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 0px;
    width: 17px;
    padding-top: 0px;
    height: 17px;
    text-align: right;
}
.ajax__calendar_day
{
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 0px;
    width: 18px;
    cursor: pointer;
    padding-top: 0px;
    height: 17px;
    text-align: right;
}
.ajax__calendar_month
{
    overflow: hidden;
    width: 40px;
    cursor: pointer;
    height: 44px;
    text-align: center;
}
.ajax__calendar_year
{
    overflow: hidden;
    width: 40px;
    cursor: pointer;
    height: 44px;
    text-align: center;
}
.ajax__calendar .ajax__calendar_container
{
    border-right: #646464 1px solid;
    border-top: #646464 1px solid;
    border-left: #646464 1px solid;
    color: #000000;
    border-bottom: #646464 1px solid;
    background-color: #ffffff;
}
.ajax__calendar .ajax__calendar_footer
{
    border-top: #f5f5f5 1px solid;
}
.ajax__calendar .ajax__calendar_dayname
{
    border-bottom: #f5f5f5 1px solid;
}
.ajax__calendar .ajax__calendar_day
{
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
}
.ajax__calendar .ajax__calendar_month
{
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
}
.ajax__calendar .ajax__calendar_year
{
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_day
{
    border-left-color: #0066cc;
    border-bottom-color: #0066cc;
    color: #0066cc;
    border-top-color: #0066cc;
    background-color: #edf9ff;
    border-right-color: #0066cc;
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month
{
    border-left-color: #0066cc;
    border-bottom-color: #0066cc;
    color: #0066cc;
    border-top-color: #0066cc;
    background-color: #edf9ff;
    border-right-color: #0066cc;
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year
{
    border-left-color: #0066cc;
    border-bottom-color: #0066cc;
    color: #0066cc;
    border-top-color: #0066cc;
    background-color: #edf9ff;
    border-right-color: #0066cc;
}
.ajax__calendar .ajax__calendar_other .ajax__calendar_day
{
    border-left-color: #ffffff;
    border-bottom-color: #ffffff;
    color: #646464;
    border-top-color: #ffffff;
    background-color: #ffffff;
    border-right-color: #ffffff;
}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year
{
    border-left-color: #ffffff;
    border-bottom-color: #ffffff;
    color: #646464;
    border-top-color: #ffffff;
    background-color: #ffffff;
    border-right-color: #ffffff;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_day
{
    border-left-color: #daf2fc;
    border-bottom-color: #daf2fc;
    color: #0066cc;
    border-top-color: #daf2fc;
    background-color: #edf9ff;
    border-right-color: #daf2fc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month
{
    border-left-color: #daf2fc;
    border-bottom-color: #daf2fc;
    color: #0066cc;
    border-top-color: #daf2fc;
    background-color: #edf9ff;
    border-right-color: #daf2fc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year
{
    border-left-color: #daf2fc;
    border-bottom-color: #daf2fc;
    color: #0066cc;
    border-top-color: #daf2fc;
    background-color: #edf9ff;
    border-right-color: #daf2fc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_title
{
    color: #0066cc;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today
{
    color: #0066cc;
}

/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #FFCC66;
    width: 95%;
    background: url(/pics/alpine/fullwidthBG.jpg) repeat;
    margin-bottom: 10px;
    margin-left: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: left;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #FFCC66;
    border-collapse: collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #C7C272;
    border-left: 1px solid #C7C272;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #DCD78E;
}
.calcurrentday
{
    background-color: #FFFFC1;
}
.calweekend
{
    background-color: #FEEB95; /*  width: 15%; */
}

.calcurrentmonth, .calcurrentmonth, .calothermonth, .calcurrentday, .calweekend
{
    text-align: left;
    border: 2px solid #FFD165;
    height: 60px;
    vertical-align: top; /* needed for positioning the dayNumber part */
    position: relative;
    border-collapse: separate;
    border-spacing: 5px;
}

/* Goes around controls that need to be presented as a block of functionality  */
.controlblock
{
    border: 1px solid #C7CFD5;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #C7CFD5;
    padding-top: 10px;
    margin-bottom: 10px;
    clear: right;
}

/* Command buttons on pages */
.actionbuttons
{
    text-align: right;
    position: relative;
    padding: 1px 1px 1px 1px;
}

/************************************************************************
* 
* Page specific 
*
************************************************************************/

/* even dowload button */
.downloadevent img
{
    margin-right: 5px;
    vertical-align: middle;
    border: none;
}

/* Header on view details type pages */
.itemdetails
{
    font-size: 1.3em;
}

/************************************************************************
* 
* Photo selection controls
*
************************************************************************/

#popupbody
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    margin: 0px;
    background: #FED36B;
    font-size: 0.7em;
}

#popupinner
{
    border: 1px solid #DBDB79;
    margin: 5px;
    background: #FEFFAB;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#popupbody h2
{
    font-weight: bold;
    margin: 0px;
    padding: 1px 0px 5px 5px;
    display: block;
}

.selected, .unselected
{
    width: 80px;
    height: 100px;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

.unselected
{
    background-color: transparent;
    border: solid 1px #FEFFAB;
}

.selected
{
    background: #BEBEBE;
    border: solid 1px #C7CFD5;
}

.scrollablelist
{
    overflow: auto;
    height: 230px;
    width: 460px;
    border: solid 1px #DBDB79;
}

.scrollablelist2
{
    overflow: auto;
    height: 230px;
    width: 210px;
    border: solid 1px #DBDB79;
}

.scrolledtable
{
}

.selectablephoto
{
    background: #FEFFC8 url(images/background_thumbnail.jpg) repeat-x center;
    border: 1px solid #C7CFD5;
    padding: 2px;
}

.contextbuttons
{
    margin: 5px 3px 5px 3px;
}

/************************************************************************
* 
* Image functionality
*
************************************************************************/

.photo
{
    background: #FFFFFF url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #C7CFD5;
    padding: 5px;
}

.picture
{
    background: #FFFFFF url(images/background_thumbnail.jpg) repeat-x center;
    border: solid 1px #C7CFD5;
    padding: 5px;
    margin: 5px;
}

/* add hover border to href thumbnail images 
/*todo: rectify whether these should be .photo instead */

.thumbnail a:link img, #thumbnail a:visited img
{
    border: 2px solid #883D08;
}
.thumbnail a:hover img
{
    border: 2px solid #FFFFFF;
}
.thumbnail a:active img
{
    border: 2px solid #000000;
}

/************************************************************************
* 
* List type pages
*
************************************************************************/

/* represents each item in a vertical list */
.listitem
{
    margin: 0px 0px 0px 0px;
    width: 444px;
}

/* surrounds the buttons for list items */
.editbuttons
{
    padding-top: 6px;
}

/* floats the thumbnail off to the right */
.thumbnail
{
    float: right;
    margin: 0 0 0 5px;
}

/*used to clear the float for the thumbnail */
.clearlist
{
    clear: right;
    margin: 0;
    padding: 0;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

/* Used by the page number control */
.PageNumbers
{
    display: inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.newscrumbs a
{
    font-weight: bold;
    padding-right: 2px;
}

.right
{
    text-align: right;
}

/* Navigation Left Menu */

#navigation
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    font-size: 11px;
}
#navigation ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0px;
}
#navigation li
{
    zborder-bottom: 1px solid #BDCCDC;
}
#navigation li a
{
    white-space: nowrap;
    height: 32px;
    line-height: 32px;
    display: block;
    padding: 2px 2px 2px 0.5em;
    zborder-left: 12px solid #BDCCDC;
    zborder-right: 1px solid #BDCCDC;
    zborder-bottom: solid 1px #949494;
    zbackground-color: #BEBEBE;
    zbackground-image: url(/pics/blueGradient.gif);
    zbackground-repeat: repeat-x;
    color: #292929;
    text-decoration: none;
}
#navigation li a:hover
{
    background-color: #478DD8;
    color: #FFFFFF;
}
#navigation ul ul
{
    zmargin-left: 12px;
}
#navigation ul ul li
{
    zborder-bottom: 1px solid #5E5E5E;
    ztext-indent: 10px;
    zbackground-color: #FFFFFF;
    zcolor: #711515;
}
#navigation ul ul a:link, #navigation ul ul a:visited
{
    background-color: #FFFFFF;
    zbackground-image: url(/pics/menuGradienta.gif);
    zbackground-repeat: repeat-x;
    zcolor: #711515;
}
#navigation ul ul a:hover
{
    zbackground-color: #569ADA;
    color: #FFFFFF;
}

.leftMenu
{
    vertical-align: top;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    border-right: solid 1px #999999;
    zborder-bottom: solid 1px #999999;
    padding: 0px;
    zcursor: pointer;
    background-color: #E6EDF7;
    height: 100%;
}

.extender
{
    border-left: solid 1px #999999;
}

/* Workout table */

.workoutTable
{
    background-color: #E8E8E8;
    overflow: hidden;
    border-bottom: solid 1px #999999;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    width: 100%;
    padding: 0px,0px,0px,0px;
    margin: 0px,0px,0px,0px;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    font-size: 11px;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
}

.workoutHeader
{
    width: 100%;
    height: 24px;
    padding-bottom: 4px;
    background-image: url(/pics/foldersTop.png);
    background-repeat: repeat-x;
    color: #292929;
    font-weight: bold;
    padding: 0px,0px,0px,0px;
    margin: 0px,0px,0px,0px;
}

td.HeaderMenu
{
    text-align: center;
    vertical-align: top;
}

td.LeftMenu
{
    text-align: left;
    vertical-align: top;
}

td.Form
{
    white-space: nowrap;
    width: 25%;
    text-align: left;
}

td
{
    text-align: left;
    zvertical-align: top;
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalWindow
{
    background-color: White;
    border: solid 1px #898989;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
    color: #ff0000;
    font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

/*AutoComplete flyout */

.autocomplete_completionListElement
{
    visibility: hidden;
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
}

/* FileManager */

.FileManagerMouseOver
{
    background-color: #f7f6f3;
}
.FileManagerMouseOut
{
    background-color: transparent;
}
.FileManagerHeader
{
    background-color: #bebebe;
}

.popUpPanel
{
    background-color: #E8E8E8;
}

.panel
{
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
}

/*CollapsiblePanel*/
.collapsePanel
{
    background-color: #E8E8E8;
    overflow: hidden;
    border-bottom: solid 1px #999999;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
}

.collapsePanelHeader
{
    width: 100%;
    height: 24px;
    padding-bottom: 4px;
    background-image: url(/pics/foldersTop.png);
    background-repeat: repeat-x;
    color: #292929;
    font-weight: bold;
}

.collapsePanelHeader a
{
    color: #FFF;
}
.collapsePanelHeader a:hover
{
    text-decoration: none;
    background: none;
}

.collapsePanelHeader h1
{
    font-size: 11px;
    color: #292929;
}

/* BluePanel */

/*CollapsiblePanel*/
.bluePanel
{
    zbackground-color: #E8E8E8;
    overflow: hidden;
    zborder-bottom: solid 1px #999999;
    zborder-left: solid 1px #999999;
    zborder-right: solid 1px #999999;
}

.bluePanelHeader
{
    width: 100%;
    height: 24px;
    padding-bottom: 4px;
    background-image: url(/pics/blueHeader.png);
    background-repeat: repeat-x;
    color: #292929;
    font-weight: bold;
}

.bluePanelHeader a
{
    color: #FFF;
}
.bluePanelHeader a:hover
{
    text-decoration: none;
    background: none;
}

.bluePanelHeader h1
{
    font-size: 11px;
    color: #292929;
}

.formLabel
{
    color: #808080;
    font-weight: bold;
    font-size: 11px;
}

.toolbar
{
    color: #292929;
    background: #FFFFFF url(/pics/alpine/topmenubg2.gif) repeat-x;
    border-bottom: solid 1px #999999;
    height: 31px;
    width: 100%;
    text-align: left;
}

.buttonSeparator
{
    border-left: #999999 1px solid;
    width: 100%;
    padding-left: 4px;
}


.tablestyle
{
    font-family: arial;
    font-size: small;
    border: solid 1px #7f7f7f;
}

.altrowstyle
{
    background-color: #edf5ff;
}

.headerstyle th
{
    background: url(img/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;
}

.headerstyle th a
{
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: #000;
    display: block;
    padding-right: 10px;
}

.rowstyle .sortaltrow, .altrowstyle .sortaltrow
{
    background-color: #edf5ff;
}

.rowstyle .sortrow, .altrowstyle .sortrow
{
    background-color: #dbeaff;
}

.rowstyle td, .altrowstyle td
{
    padding: 4px 10px 4px 10px;
    border-right: solid 1px #cbcbcb;
}

.headerstyle .sortascheader
{
    background: url(img/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortascheader a
{
    background: url(img/dt-arrow-up.png) no-repeat right 50%;
}

.headerstyle .sortdescheader
{
    background: url(img/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortdescheader a
{
    background: url(img/dt-arrow-dn.png) no-repeat right 50%;
}

.FormBackground
{
    background-color: #E8E8E8;
    zbackground: url(/pics/alpine/topMenuBGOver.gif);
    zbackground-repeat: repeat;
}

.gray .ajax__tab_header
{
    font-family: "Helvetica Neue" , Arial, Sans-Serif;
    background: url(img/tab-line.png) repeat-x bottom;
    font-size: 12px;
    display: block;
}
.gray .ajax__tab_header .ajax__tab_outer
{
    background: url(img/tab.png) no-repeat left top;
    border-color: #222;
    color: #222;
    padding-left: 10px;
    margin-right: 3px;
}
.gray .ajax__tab_header .ajax__tab_inner
{
    background: url(img/tab.png) no-repeat right top;
    border-color: #666;
    color: #666;
    padding: 3px 10px 2px 0px;
}
.gray .ajax__tab_hover .ajax__tab_inner
{
    color: #000;
}
.gray .ajax__tab_active .ajax__tab_outer
{
    background: url(img/tab.png) no-repeat 0pt -40px;
    border-bottom-color: #ffffff;
}
.gray .ajax__tab_active .ajax__tab_inner
{
    background: url(img/tab.png) no-repeat right -40px;
    color: #000;
    border-color: #333;
}
.gray .ajax__tab_body
{
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    font-size: 10pt;
    background-color: #fff;
    border: solid 1px #d7d7d7;
    border-top-width: 0;
}

/* Grid */
.grid
{
    border-right: #333 1px solid;
    padding-right: 1px;
    border-top: #333 1px solid;
    padding-left: 1px;
    font-size: 11px;
    padding-bottom: 1px;
    border-left: #333 1px solid;
    padding-top: 1px;
    border-bottom: #333 1px solid;
    font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    background-color: #fff;
}
.title
{
    font-weight: bold;
    font-size: 14px;
    background: #323a4b;
    color: #fff;
    line-height: 30px;
    height: 30px;
    text-align: center;
}
.datatable
{
    width: 100%;
}
.datatable TH
{
    border-right: #9e9e9e 1px solid;
    padding-right: 4px;
    padding-left: 4px;
    background: url(img/gray_hd_bg.png) repeat-x;
    padding-bottom: 0px;
    cursor: pointer;
    color: #333;
    line-height: 17px;
    padding-top: 0px;
    height: 17px;
    text-align: left;
}
.datatable TD
{
    border-right: #d9d9d9 1px solid;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 2px;
    color: #222;
    padding-top: 2px;
    text-align: left;
}
.datatable TR.even
{
    background-color: #fff;
}
.datatable TR.odd
{
    background-color: #f1f5fa;
}
.SelectedRow
{
    background-color: #f1f5fa;
}
.datatable TR TH.asc
{
    background: url(img/hd_bg_sort.png) repeat-x;
}
.datatable TR TH.desc
{
    background: url(img/hd_bg_sort.png) repeat-x;
}
.datatable TH .sort
{
    padding-right: 21px;
}
.datatable TH.asc .sort
{
    background: url(img/asc.gif) no-repeat right center;
}
.datatable TH.desc .sort
{
    background: url(img/desc.gif) no-repeat right center;
}
.blue .grid .datatable TH
{
    background: url(img/blue_hd_bg.png) repeat-x;
}
.blue .grid .title
{
    background: #495265;
}
.grid .datatable TH
{
    background: url(img/gray_hd_bg.png) repeat-x;
}
.grid .title
{
    background: #323a4b;
}

.header
{
    font-weight: bold;
    font-size: x-small;
    color: #fff;
    text-align: center;
}

.reportViewer
{
    background-color: #FFFFFF;
}

/* FIX FOR asp:menu in IE8 */
.adjustedZIndex
{
    z-index: 1;
}

.textMargin
{
    margin: 8px 8px 8px 8px;
}

/* Gravatar 
.smoothImage
{
    opacity: 0.0;
    filter: alpha(opacity=0);
}
*/
