/****************************************************************************
* Site:         www.kalmarak.se
* Copyright:    Kalmar Atletklubb
* Design:       Tomas Andersson, TRC Design, www.trcracing.se
* Last edit:    2008-08-31
****************************************************************************/

body {
    font: 12px arial, helvetica, sans-serif;
    color: #333333;
    background-color: #E0E0E2; /* #797A81; */
    background-image: url(../images/background.gif);
    background-repeat: repeat-x;
    margin: 10px;
    overflow: visible; /* -moz-scrollbars-vertical; */
}
h1 {
    margin: 0;
    font-size: 1.6em;
    letter-spacing: 0.1em;
}
h2 {
    margin: 0;
    font-size: 1.0em;
}
h3 {
    width: 98%;
    margin: 2px 0 10px 0;
    padding: 0 5px;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.0em;
}
h4 {
    width: 555px;
    margin: 2px 0 5px 0;
    padding: 0 0 0 5px;
    font-size: 1em;
    font-weight: bold;
    background: #DDDDDD;
}
h5 {
    margin: 2px 0 0 0;
    padding: 0 0 0 8px;
    font-size: 1em;
    font-weight: bold;
}
strong {
    font-size: 1.0em;
    font-weight: normal;
}
hr {
    width: 550px;
    color: #CCCCCC;
}
p {
    margin: 3px 5px 4px 10px;
    color: #333333;
}
p.Left {
    text-align: left;
}
p.Right {
    text-align: right;
}
p.Center {
    text-align: center;
}
th {
    text-align: left;
    vertical-align: top;
}
td {
    text-align: left;
    vertical-align: top;
}
ul {
    margin: 0px 0px 0px 10px;
    padding: 0px 5px 0px 15px;
    color: #0000FF;
}
a {
    color: #333333;
    text-decoration: none;
}
a:link {
    /* color: #000000; */
}
a:visited {
    color: #666666;
}
a:active {
    color: #999999;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
img {
    border: none;
}

/****************************************************************************
* General Layout Definitions
****************************************************************************/
#LayoutPageContainer {
    width: 820px;
    height: auto;
}
#LayoutHeaderContainer {
    width: 100%;
    height: 110px;
    background-image: url(../images/header.gif);
    background-repeat: no-repeat;
}
#LayoutTitleContainer {
    width: 100%;
    height: 22px;
    padding: 8px 0px 0px 180px;
    background-image: url(../images/title.gif);
    background-repeat: no-repeat;
}
#LayoutColumnContainer {
    width: 100%;
    background-image: url(../images/middle.gif);
    float: left;
}
#LayoutLeftColumn {
    width: 141px;
    height: 100%;
    float: left;
    margin: 5px 0px;
    padding: 10px 0px 10px 5px;
}
#LayoutContentColumn {
    width: 627px;
    height: auto !important;
    height: 390px;
    min-height: 390px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 5px 10px 33px;
}
#LayoutFooterContainer {
    clear: both;
    width: 820px;
    height: 60px;
    float: left;
    background-image: url(../images/footer.gif);
}
#FooterLeft {
    width: 156px;
    height: 60px;
    font-size: 11px;
    float: left;
}
#FooterMiddle {
    width: 95px;
    height: 60px;
    float: left;
}
#FooterRight {
    width: 529px;
    height: 60px;
    font-size: 11px;
    float: left;
}
p.ContentText {
    padding-bottom: 3px;
}
p.ContentTextMaxWidth {
	width: 560px;
    padding-bottom: 3px;
}
.BorderImage {
    border: 1px solid #CCCCCC;
    padding: 1px;
}
.BorderImageMargin {
    border: 1px solid #CCCCCC;
    padding: 1px;
    margin: 5px 0 10px 20px;
}
.ContentImageLeft {
    float: left;
    margin: 0 10px 5px 10px;
    padding: 4px;
    border: 1px solid black;
    background-color: #F6F6F6;
}
.ContentImageRight {
    float: right;
    margin: 0px 0px 5px 10px;
    padding: 4px;
    border: 1px solid black;
    background-color: #F6F6F6;
}
.ImageBoxLeft {
    float: left;
}
.ImageBoxCenter {
    float: center;
}
.ImageBoxRight {
    float: right;
}
.ImageText {
    font-size: 10px;
}
.LayoutSideColumnHeader {
    width: 170px;
    height: 10px;
    float: left;
    margin: 25px 0px 0px 0px;
    padding: 5px 5px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #EEEEEE;
    font-size: 12px;
    font-weight: bold;
}
.LayoutSideColumnContent {
    width: 170px;
    height: auto;
    float: left;
    margin: 2px 0px 0px 0px;
    padding: 2px 5px;
    /* background-image: url(../images/news_background.jpg); */
    border: 1px solid #000000;
}
.Clearer {
    font-size: 1px;
    line-height: 1px;
    display: inline;
    width: 1px;
    clear: both;
}
a.PageLink {
    color: #0000FF;
}
a.PageLink:visited {
    color: #663366;
}

/****************************************************************************
* Header Layout Definitions
****************************************************************************/
.HeaderLogoLeft {
    position: relative;
    top: 19px;
    left: 19px;
}
.HeaderLogoRight {
    position: relative;
    top: 19px;
    left: 681px;
}

/****************************************************************************
* Menu Layout Definitions
****************************************************************************/
a.MenuLink {
    font-weight: bold;
    color: #EEEEEE;
    border-bottom: none;
    text-decoration: none;
}
a.MenuLink:hover {
    color: #FFFF00;
}
a.MenuLink:active {
    color: #FFFF00;
}
a.MenuLink:visited {
    color: #EEEEEE;
}
a.MenuLinkActive {
    font-weight: bold;
    color: #FFFF00;
    text-decoration: none;
}
a.SubMenuLink1 {
    border-bottom: none;
    text-decoration: none;
    position: relative;
    left: 15px;
    top: 0px;
}

/****************************************************************************
* Start page Layout Definitions
****************************************************************************/
.StartTextContainer {
	width: 567px;
}

/****************************************************************************
* News Layout Definitions
****************************************************************************/
p.NewsDateText {
    margin: 0px;
    padding: 2px 0px 0px 0px;
    font-size: 10px;
}
a.NewsLink {
    font-size: 11px;
    font-weight: bold;
}
p.NewsAllLink {
    margin: 0px;
    padding: 2px 0px 0px 0px;
    font-size: 10px;
}
.NewsListContainer {
    margin: 0px;
    padding: 0px;
    float: left;
}
.NewsListLink {
    margin: 0px;
    padding: 2px 3px 7px 10px;
}
.NewsListDate {
    margin: 0px;
    padding: 2px 3px 0px 10px;
    font-size: 10px;
}
.NewsHeaderBox {
    width: 550px;
    height: 18px;
    margin: 0px 0px 0px 5px;
    padding: 2px 5px 0px 5px;
    background-image: url(../images/tbl_header_background.gif);
    border: 1px solid #CCCCCC;
    float: left;
}
.NewsHeader {
    width: 485px;
    font-size 0.9em;
    font-weight: bold;
    float: left;
}
.NewsDate {
    width: 65px;
    font-size: 0.9em;
    font-weight: bold;
    float: left;
}
.NewsTextBox {
    width: 540px;
    margin: 0px 0px 10px 5px;
    padding: 10px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #F6F6F6;
    float: left;
}
.NewsLatestHeader {
    width: 131px;
    height: 14px;
    border: 1px solid #CCCCCC;
    background-image: url(../images/small_box_header.gif);
    margin: 0px 0px 0px 5px;
    padding: 1px;
    font: 11px arial;
    font-weight: bold;
    text-align: center;
}
.NewsLatestContent {
    width: 123px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #ECECEE;
    margin: 0px 0px 5px 5px;
    padding: 5px;
    font: 11px arial;
}

/****************************************************************************
* Footer Layout Definitions
****************************************************************************/
.FooterLinks {
    color: #EEEE00;
    font-weight: bold;
    /* text-align: center; */
    padding-top: 35px;
    padding-left: 20px;
}
.FooterAddress {
    color: #333333;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}
a.FooterLinksLink {
    color: #EEEEEE;
    font-weight: bold;
}
a.FooterLinksLink:hover {
    color: #FFFF00;
}
a.FooterLinksLink:active {
    color: #FFFF00;
}
a.FooterLinksLink:visited {
    color: #EEEEEE;
}
a.FooterAddressLink {
    color: #333333;
    font-weight: bold;
}

/****************************************************************************
* Gallery Layout Definitions
****************************************************************************/
.GalleryLinkContainer {
    margin: 0px 0px 0px 5px;
    float: left;
}
.GalleryLink {
    width: 186px;
    margin-bottom: 10px;
    float left;
}
.GalleryLinkHeader {
    width: 180px;
    height: 32px;
    padding: 2px 2px 0px 2px;
    font-size: 11px;
    text-align: center;
    float: left;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-image: url(../images/gallery_header_background.gif);
}
.GalleryLinkImage {
    width: 180px;
    padding: 2px;
    text-align: center;
    margin-bottom: 5px;
    float: left;
    border: 1px solid #CCCCCC;
    background-color: #F6F6F6;
}

/****************************************************************************
* Links Layout Definitions
****************************************************************************/
table.Links {
    width: 562px;
    border-collapse: collapse;
    margin: 0px 0px 0px 5px;
    background-color: #F6F6F6;
}
tr.LinksHeader {
    background: #FFFF99;
}
tr.LinksC01 {
    /* background: #FFFFFF; */
}
tr.LinksC02 {
    /* background: #FFFFFF; */
}
th.LinkCategory {
    height: 20px;
    text-align: left;
    border-width: 1px 1px 1px 1px;
	padding: 2px 2px 1px 3px;
	border-style: solid;
	border-color: #CCCCCC;
	background-image: url(../images/tbl_header_background.gif);
	-moz-border-radius: 0px 0px 0px 0px;
}
td.LinksLeft {
    width: 45%;
    text-align: left;
    vertical-align: top;
    border-width: 1px 1px 1px 1px;
	padding: 1px 2px 1px 3px;
	border-style: solid;
	border-color: #CCCCCC;
	-moz-border-radius: 0px 0px 0px 0px;
}
td.LinksRight {
    width: 55%;
    text-align: left;
    vertical-align: top;
    border-width: 1px 1px 1px 0px;
	padding: 1px 2px 1px 3px;
	border-style: solid;
	border-color: #CCCCCC;
	-moz-border-radius: 0px 0px 0px 0px;
}

/****************************************************************************
* Sponsors Layout Definitions
****************************************************************************/
.SponsorContainer {
    width: 560px;
    margin: 0px 0px 10px 5px;
    padding: 0px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    float: left;
    background-color: #F6F6F6;
}
.SponsorImageBox {
    width: 200px;
    padding: 3px;
    float: left;
}
.SponsorTextBox {
    width: 351px;
    float: left;
}

/****************************************************************************
* Guestbook Layout Definitions
****************************************************************************/
.GuestbookHeaderContainer {
    width: 550px;
    height: 18px;
    padding: 2px 5px 0px 5px;
    margin: 0px 0px 0px 5px;
    background-image: url(../images/tbl_header_background.gif);
    border: 1px solid #CCCCCC;
    float: left;
}
.GuestbookHeaderContainer a {
    color: #333333;
    text-decoration: underline;
}
.GuestbookHeaderLeft {
    width: 425px;
    float: left;
    font-size: 1.0em;
    font-weight: bold;
    color: #333333;
}
.GuestbookHeaderRight {
    width: 125px;
    float: left;
    font-size: 0.8em;
    font-weight: bold;
    text-align: right;
    color: #333333;
}
.GuestbookMessage {
    width: 560px;
    margin: 0px 0px 10px 5px;
    padding: 0px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #F6F6F6;
    float: left;
}
.GuestbookAnswer {
    padding: 6px;
    font-style: italic;
}
p.GuestbookWrite {
    padding-left: 210px;
}
.GuestbookLine {
    width: 560px;
    margin-left: 5px;
    border-top: 1px solid #666666;
}

/****************************************************************************
* Contact Layout Definitions
****************************************************************************/
.ContactHeader {
    width: 550px;
    height: 18px;
    margin: 0px 0px 0px 5px;
    padding: 2px 5px 0px 5px;
    font-size 0.9em;
    font-weight: bold;
    float: left;
    border: 1px solid #CCCCCC;
    background-image: url(../images/tbl_header_background.gif);
}
.ContactContainer {
    float: left;
    width: 560px;
    margin: 0px 0px 0px 5px;
    padding: 0px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #F6F6F6;
    color: #666666;
}
.ContactCol1 {
    float: left;
    width:130px;
    min-height: 120px;
    text-align: center;
    margin:0;
    padding: 3px;
    border-right: 1px solid #CCCCCC;
}
.ContactCol2 {
    float: left;
    width: 280px;
    margin: 0px;
    padding: 3px;
}
.ContactCol3 {
    float: left;
    width: 130px;
    margin: 0px;
    padding: 6px 3px 3px 3px;
}
.ContactTable {
    margin: 0px;
    padding: 0px;
}
.ContactTableRow {
    margin: 0px;
    padding: 0px;
}
.ContactTableCol1 {
    width: 80px;
    margin: 0px;
    padding: 0px;
}
.ContactTableCol2 {
    width: 200px;
    margin: 0px;
    padding: 0px;
}

/****************************************************************************
* Calendar Layout Definitions
****************************************************************************/
#CalendarTblSmall {
    font: 11px arial;
    margin-left: 5px;
    color: 000000;
    border: 1px solid #999999;
    border-spacing: 1px;
    background-color: #ECECEE;
    border-collapse: separate;
}
#CalendarTblSmall th {
    width: 16px;
    padding: 0px 0px;
    text-align: center;
    font-weight: bold;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #999999;
    background-color: #FFFF66;
}
#CalendarTblSmall th.CalendarHeaderTopLong {
    width: 130px;
    background-image: url(../images/calendar/top_header.gif);
}
#CalendarTblSmall th.CalendarHeaderTopSide {
    width: 16px;
}
#CalendarTblSmall th.CalendarHeaderTopMiddle {
    width: 92px;
    background-image: url(../images/calendar/top_header.gif);
}
#CalendarTblSmall th.CalendarHeaderDays {
    width: 16px;
    background-image: url(../images/calendar/top_header_days.gif);
}
#CalendarTblSmall td {
    width: 16px;
    padding: 0px 0px;
    text-align: center;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #AAAAAA;
    background-color: #FCFCFC;
}
#CalendarTblSmall td.inactive {
    text-align: center;
    font-weight: bold;
    color: #AAAAAA;
    background-color: #CCCCCC;
}
#CalendarTblSmall td.event {
    text-align: center;
    font-weight: bold;
    background-color: #E9E9FF;
}
#CalendarTblSmall td.eventToday {
    text-align: center;
    font-weight: bold;
    background-color: #E9E9FF;
    border-color: #F00000;
}
#CalendarTblSmall td.today {
    text-align: center;
    background-color: #DDFFDD;
    border-color: #F00000;
}
#CalendarTblSmall a {
    color: #000000;
}
#CalendarTblSmall img {
    margin: 0px;
    padding: 0px;
    border: none;
}

#CalendarTblLarge {
    font: 12px arial;
    margin-left: 7px;
    color: #00000;
    border: 1px solid #CCCCCC;
    border-spacing: 2px;
    background-color: #E9E9EF;
    border-collapse: separate;
}
#CalendarTblLarge th {
    width: 65px;
    padding: 5px 0px;
    text-align: center;
    font-weight: bold;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #999999;
    background-color: #FFFF66;
}
#CalendarTblLarge th.CalendarHeaderTopLong {
    width: 478px;
    background-image: url(../images/calendar/top_header_large.gif);
}
#CalendarTblLarge th.CalendarHeaderTopSide {
    width: 65px;
    padding: 0px;
}
#CalendarTblLarge th.CalendarHeaderTopMiddle {
    width: 340px;
    background-image: url(../images/calendar/top_header_large.gif);
}
#CalendarTblLarge th.CalendarHeaderDays {
    width: 65px;
    background-image: url(../images/calendar/top_header_large.gif);
}
#CalendarTblLarge td {
    width: 65px;
    padding: 12px 0px;
    text-align: center;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #AAAAAA;
    background-color: #FCFCFC;
}
#CalendarTblLarge td.inactive {
    text-align: center;
    font-weight: bold;
    color: #AAAAAA;
    background-color: #CCCCCC;
}
#CalendarTblLarge td.event {
    text-align: center;
    font-weight: bold;
    background-color: #E9E9FF;
}
#CalendarTblLarge td.eventToday {
    text-align: center;
    font-weight: bold;
    background-color: #E9E9FF;
    border-color: #F00000;
}
#CalendarTblLarge td.today {
    text-align: center;
    background-color: #DDFFDD;
    border-color: #F00000;
}
#CalendarTblLarge a {
    color: #000000;
}
#CalendarTblLarge a.month {
    padding: 3px 10px;
}
#CalendarTblLarge a.days {
    padding: 12px 25px;
}
#CalendarTblLarge img {
    margin: 0px;
    padding: 0px;
    border: none;
}

#CalendarViewDay {
    width: 550px;
}
#CalendarViewDay .event {
    width: 550px;
    height: 18px;
    margin: 0px 0px 0px 5px;
    padding: 2px 5px 0px 5px;
    font-size 0.9em;
    font-weight: bold;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-image: url(../images/calendar/header_view.gif);
}
#CalendarViewDay .description {
    width: 540px;
    margin: 0px 0px 0px 5px;
    padding: 10px;
    border: 1px solid #CCCCCC;
    background-color: #F6F6F6;
}