﻿
/**************************************************************************************************
 * General settings
 **************************************************************************************************/

html
{
	overflow-y: scroll;
}

body
{
    font-family: Verdana;
    font-size: 11px;
    margin: 0px;
}

table
{
	font-size: 11px;
}

/**************************************************************************************************
 * Master page
 **************************************************************************************************/

#poster
{
    background: url(/ClubWave/Images/Theme/Header.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 750px;
    height: 140px;
}

#footer
{
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 20px;
    color: #999999;
}

/**************************************************************************************************
 * Navigation
 **************************************************************************************************/

#navtop, #navbottom
{
    width: 750px;
    height: 32px;
}

.TabStrip
{
    font-size: 14px;
    font-family: tahoma;	
    font-weight: normal;
	background-image: url(/ClubWave/Images/Theme/NavigationBackground.gif);
}

.TabStripTab
{
	background-image: url(/ClubWave/Images/Theme/NavigationItem.gif);
	padding: 0px 8px 0px 8px;
}

.TabStripTabHover
{
	background-image: url(/ClubWave/Images/Theme/NavigationItemHover.gif);
	padding: 0px 8px 0px 8px;
}

#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #000000;
    text-decoration: none;
}

#navtop a:hover, #navbottom a:hover
{
    color: #000000;
    text-decoration: none;
}

#navtop a:active, #navbottom a:active
{
    color: #000000;
    text-decoration: none;
}

/**************************************************************************************************
 * Links
 **************************************************************************************************/

a:link
{
	color: #446699;
	text-decoration: underline;
}

a:visited
{
    color: #446699;
	text-decoration: underline;
}

a:hover
{
    color: #446699;
    text-decoration: none;
}

a:active
{
    color: #000000;
    text-decoration: underline;
}


/**************************************************************************************************
 * Page layout
 **************************************************************************************************/

#body
{
    width: 730px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#columnleft
{
	margin-left: 0px;
    width: 240px;
    float: left;
}

#columnright
{
    margin-left: 247px; /* 260 - 3 (pixel jog bug in IE) */
    width: 480px;
}

.leftblock
{
	padding: 15px;
	margin-bottom: 10px;
	background: url(/ClubWave/Images/Theme/BlockLeftTop.jpg) #ffffff no-repeat;
	vertical-align: top;
	border-bottom: solid 1px #ADADAD;
	position: relative;
}

.rightblock
{
    padding: 15px;
    margin-bottom: 10px;
    background: url(/ClubWave/Images/Theme/BlockRight.gif) #ffffff no-repeat;
    vertical-align: top;
    border-bottom: solid 1px #ADADAD;
    position: relative;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}

.fullwidth
{
	background: url(/ClubWave/Images/Theme/BlockFull.gif) #ffffff no-repeat;
	border-bottom: solid 1px #ADADAD;
    width: 700px;
    padding: 15px;
    margin-bottom: 10px;
}

.controlblock
{
    border: 1px solid #ADADAD;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
}

.dashedline
{
    border-bottom: 1px solid #dddddd;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

/**************************************************************************************************
 * Headers
 **************************************************************************************************/

h1, h2, h3, h4, h5, h6
{
	font-size: 16px;
	font-family: Tahoma;
	margin: 2px 0 2px 0;
}

.rightblock h1
{
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}

.rightblock h2
{
	background-position: left center;
	padding-left: 20px;
	background-image: url(/ClubWave/Images/BlueBullet.jpg);
	background-repeat: no-repeat;
}

/**************************************************************************************************
 * Images
 **************************************************************************************************/

.thumbnailImage
{
	width: 80px;
    height: 80px;
	padding: 10px;
	background-image: url(/ClubWave/Images/ThumbnailFrame.jpg);
	background-repeat: no-repeat;
}

.ThumbnailSelected, .ThumbnailUnselected
{
    width: 80px;
    height: 80px;
    padding: 2px 2px 2px 2px;
    text-align: center;
}

.ThumbnailUnselected
{
    background-color: #ffffff;
    border: solid 1px #ffffff;
}

.ThumbnailSelected
{
     background-color: #ffffff;
     border: solid 1px #000000;
}

.photo
{
    background: #ffffff;
    border: solid 1px #000000;
    padding: 5px;    
}

.picture
{
    background: #ffffff;
    border: solid 1px #000000;
    padding: 5px;
    margin: 5px;  
}

.thumbnail
{
    float: right;
    margin: 0 0 0 15px;
    position: relative;
}

/**************************************************************************************************
 * Form elements
 **************************************************************************************************/

input, select, textarea
{
    font-family: Verdana;
    font-size: 10px;
}

.formlabel
{
    vertical-align: middle;
    text-align: right;
    height:20px;
}

.formvalue
{
    vertical-align: top;
}

.txtfield
{
    width:300px;
}

.txtblock
{
    width:300px;
}

.buttonsmall
{
	width: 120px;
}

/**************************************************************************************************
 * Calendar
 **************************************************************************************************/

.eventmonth
{
    border: solid 1px #ADADAD;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

.eventmonthtable
{
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #ADADAD;
    border-collapse:collapse;
}

.dayNumber
{
    float: right;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    clear: none;
    padding: 2px;
}

.calcurrentmonth
{
}

.calothermonth
{
    background-color: #CCCCCC;
}

.calcurrentday
{
    background-color: #FFFFFF;
}

.calweekend
{
    background-color: #EEEEEE;
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 1px solid #000000;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
    border-collapse:separate;
	border-spacing: 5px;
}

/**************************************************************************************************
 * Misc
 **************************************************************************************************/

.hidden
{
    visibility: hidden;
}

.none
{
    display: none;
}

.scrollablelist
{
    overflow: auto;
    height: 230px;
    width: 460px;
    border: solid 1px #DBDB79;
}

.scrollablelist2
{
    overflow: auto;
    height: 230px;
    width: 210px;
    border: solid 1px #DBDB79;
}

.scrolledtable
{
}

.actionbuttons
{
  text-align:right;
  padding: 1px 1px 1px 1px;
}

.contextbuttons
{
  margin: 5px 3px 5px 3px; 
}

.membercard
{
    background-color: #eeeeee;
    border: 1px solid #CACACA;
    padding: 10px;
    margin-bottom: 10px;
}

.membercard p
{
    margin: 5px;
}

.downloadevent img
{
    margin-right: 5px;
    vertical-align: middle;
    border: none;
}

.itemdetails
{
    font-size: 1.3em;
}

.PageNumbers
{
    display: inline;
}

.PageNumbers span
{
    padding-left: 3px;
}

.newscrumbs a
{
    font-weight: normal;
    padding-right: 3px;
}

.listitem
{
    margin:0px 0px 0px 0px;
}

.editbuttons
{
    padding-top: 6px;
}

.clearlist
{
    clear:right;
    margin:0;
    padding:0;
    height: 0px;
    font-size:0px;
    line-height:0px;
}

.EditorBody
{
    font-family: Verdana;
    font-size: 11px;
}

.EditorHtml
{
	font-family: Courier New;
	font-size: 12px;
}

/**************************************************************************************************
 * Poll
 **************************************************************************************************/

#pollControl
{
	border: 1px solid #BBBBBB;
    padding: 15px;
    margin-bottom: 10px;
    background: #EEEEEE url(/ClubWave/Images/background_columnleft.gif) repeat-y;
    vertical-align: top;
    float: left;
    width: 240px;
}

.pollcontrols
{
	border-bottom: solid 1px #CCCCCC;
	padding: 5px;
}