
/****** PERUSTYYLIT ******/

body
{
	font-family: Verdana;
	font-size: 12px;
}

table
{
	font-size: 12px;
}


/****** SIVURUNKO ******/

div.main
{
	width: 750px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: auto;
	min-height: 300px;
	background-image: url(sklubi-background.gif);
	background-position: 0 30;
	background-repeat: no-repeat;
}

div.titleImage
{
	width: 750px;
	border: 1px solid black;
}

div.leftBoxIndex
{
	padding-left: 5px;
	padding-top: 10px;
	margin: 0px;
	width: 180px;
	float: left;
}

div.pageContentIndex
{
	width: 530px;
	margin-left: 200px;
	padding-top: 10px;
}


/****** MENUT ******/

div.menu
{
	padding-bottom: 4px;
	padding-top: 2px;
	width: 750px;
	border: 1px solid black;
	background-color: black;
}

div.menuText
{
	font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 12px;
	color: white;
	margin-left: 30px;
}

div.menuHeader
{
	font-weight: bold;
	padding-bottom: 2px;
}

div.subMenu,
div.subMenuSelected
{
	padding-top: 2px;
	padding-bottom: 2px;
}

div.subMenuSelected,
div.subPageSelected
{
	font-weight: bold;
}

div.subPage,
div.subPageSelected
{
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
}

div.subMenuBox
{
	background-color: rgb(240, 240, 250);
	border: 1px dashed rgb(204, 204, 204);
	width: 160px;
	padding: 5px;
	font-size: 10px;
}

div.subMenuInfoBox
{
	background-color: #dddddd;
	border: 1px solid silver;
	font-size: 10px;
	padding: 5px;
	width: 160px;
}

/****** MINIKALENTERI ******/

div.calendar
{
}

div.calendarEvent
{
	padding-top: 4px;
	padding-bottom: 4px;
}

.calendarTime
{
	font-size: 9px;
}


/****** TAPAHTUMAKALENTERI & TAPAHTUMA ******/

div.eventList
{
	padding-top: 15px;
	border-bottom: 1px dashed rgb(204, 204, 204);
}

div.eventTime
{
	font-weight: bold;
	font-size: 9px;
}

div.eventTitle
{
	padding: 0px;
	font-weight: bold;
}

div.eventDesc
{
}

div.eventField
{
}

div.event
{
	padding-top: 15px;
}

div.eventRegs
{
	border: 1px dashed gray;
	padding: 3px;
}

h3.eventHeader
{
	margin-top: 0px;
	margin-bottom: 5px;
}

tr.regListHeader
{
	font-style: italic;
}

tr.regListRow
{
}

a.event
{
	text-decoration: none;
	color: rgb(0,0,158);
}

a.event:hover
{
	text-decoration: underline;
	color: rgb(0,0,158);
}

/**** UUTISET ****/

div.newsItem
{
	padding-bottom: 10px;
}

div.newsTitle
{
	font-weight: bold;
	padding-bottom: 5px;
}

div.newsText
{
	padding-bottom: 5px;
}

h3.newsHeader
{
	margin-top: 0px;
	margin-bottom: 5px;
}

.newsHeaderDate
{
	font-size: 80%;
}

a.news
{
}


/**** ILMOITTAUTUMISJÄRJESTELMÄ ****/

div.regFormError
{
	border: 1px solid black;
	padding: 5px;
	font-weight: bold;
	color: red;
	background-color: rgb(230,230,255);
}

div.regForm
{
}

tr.regListHeader,
tr.regListRow
{
}

td.regFormField,
td.regFormField_required,
td.regFormValue
{
}

td.regFormField_required
{
	font-weight: bold;
}

/**** MUUT ****/

div.emptyImage
{
	font-family: Tahoma;
	font-size: 10px;
	margin-left: 3px;
	padding: 5px;
	border: 1px solid black;
	width: 75px;
	height: 100px;
	float: left;
}

p.quote
{
	padding-left: 20px;
	font-style: italic;
}

div.note
{
	font-size: 10px;
}

div.feedback
{
	width: 95%;
	border: 2px dashed black;
	padding: 5px;
	background-color: silver;
}

td.contact,
td.hiliteContact
{
	border: 1px solid black;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: rgb(245,245,255);
}

td.hiliteContact
{
	color: orange;
}


/**** LINKIT ****/

a.menusel
{
	background-color: #BBBBFF;
}

a
{
	color: blue;
}

a:hover
{
	color: rgb(135,128,227);
}

a.mainMenu
{
	text-decoration: none;
	color: white;
}

a.mainMenu:hover
{
	text-decoration: none;
	color: rgb(135,128,227);
}

a.subMenu, a.subPage
{
	text-decoration: none;
	color: rgb(95, 105, 155);
}

a.subMenu:hover, a.subPage:hover
{
	text-decoration: underline;
	color: rgb(95, 105, 155);
}

a.mainMenuSelected
{
	text-decoration: none;
	color: orange;
}

a.mainMenuSelected:hover
{
	text-decoration: none;
	color: rgb(135,128,227);
}

