@import "defaults.css";


body
{
    width: 100%;
    background-color: #FFF;

    margin: 0px;
    padding: 0px;

    color: #000;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.input-button
{
    width: 142px;
    height: 16px;

    font-size: 11px;

    border-style: solid;
    border-width: 1px;
    border-color: #888;

    margin: 0px;
    padding: 0px;
}
.input-text
{
    width: 140px;
    height: 16px;

    font-size: 11px;

    border-style: solid;
    border-width: 1px;
    border-color: #888;

    margin: 0px;
    padding: 0px;
}

div.error
{
    width: 100%;
    color: #B81F1F; 
    font-weight: bold;
    text-align: center;
    margin: 0px 0 15px 0;
}

/* COMMON CONTAINER */
body .container
{
    width: 770px;

    margin-left: auto;
    margin-right: auto;
}


a { color: #BE1A3C; text-decoration:none;}
a:visited {
	color: #000;
	text-decoration:none;
}
a:active  { color: #BE1A3C; text-decoration:none;}
a:hover { color: #8b102a; text-decoration:none;}
a:visited:hover { color: #8b102a; text-decoration:none;}

ul
{
    margin: 5px 0 5px 30px;
    list-style-type: square;
}

h1 { color: #c40f2e; font-size: 15px; display: block; margin: 0px;}

.f-red {color: #c40f2e; }
.f-red-b {color: #c40f2e; font-weight: bold;}

#menu {

	height: 22px;
	width: 754px;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	margin-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
}

.menu_items {
	float: left;
	width: auto;
	padding-right: 12px;
	text-align: center;
	text-decoration: none;	
}

.menu_link {
	text-decoration: none;
	color: #000;
}

.nav-top
{
    width: auto;
    height: 19px;

    padding-left: 445px;
    margin: 0 0 5px 0;
}
.nav-top div
{
    display: inline;
}
.nav-top div.quicklinks
{
    float: left;
    width: 131px;
    margin: 0px 0px 0 3px;

    background-image: url('../images/bg_quicklinks.jpg');
    background-repeat: no-repeat;
}
.nav-top .quicklinks select
{
    width: 125px;
    height: 19px;
    display: inline;
    font-size: 10px;
    border-style: none;
    border-width: 0px;
    margin: 0 0 0 3px;
}

.nav-top div.search
{
    float: left;
    width: 94px;
    height: 19px;

    font-size: 9px;

    background-image: url('../images/bg_search.jpg');
    background-repeat: no-repeat;

    margin: 0 0 0 3px;

    vertical-align: top;
    color: #FFF;
}

.nav-top div.search a {color: #FFF;}

.nav-top div.search input
{
    display: inline;

    width: 68px;
    height: 13px;

    font-size: 11px;

    border-style: none;
    border-width: 0px;

    margin: 3px 4px;

    padding: 0px;
}






.subpage-leftcol
{
    float: left;
    width: 410px;

    margin: 0px 10px 0px 10px;
}

.subpage-rightcol
{
    float: right;

    width: 301px;
    padding-right: 25px;

    vertical-align: top;

    text-align: left;
}
.subpage-rightcol img
{
    border-style: solid;
    border-width: 1px;
    border-color: #000;

    margin: 0 0 10px 0;
}
.subpage-rightcol img.noborder {border-style: none;}



.imglist-cropped
{
    width: 300px;
    height: 100px;

    overflow: hidden;

    border-style: solid;
    border-width: 1px;
    border-color: #000;

    margin: 0 0 10px 0;

    background-position: center center;
}



.company-info
{
    clear: both;
    text-align: center;
    margin: 10px 0 6px 0;
}
.company-info div
{
    display: inline;
    margin: 0 10px 0 0;
}


.menu-bottom
{
    font-size: 12px;

    margin: 6px 0 0 0;
    text-align: center;
}
.menu-bottom img
{
    margin: 0px;
    vertical-align: text-top;
}
.menu-bottom a  { color: #000; }
.menu-bottom a:visited  { color: #000; }
.menu-bottom a:active  { color: #000; }
.menu-bottom a:hover  { color: #7E7E7E; }
.menu-bottom a:visited:hover  { color: #7E7E7E; }

.menu-bottom a.selected  { color: #BE1A3C; }
.menu-bottom a.selected:visited  { color: #BE1A3C; }
.menu-bottom a.selected:active  { color: #BE1A3C; }
.menu-bottom a.selected:hover  { color: #b40328; }
.menu-bottom a.selected:visited:hover  { color: #b40328; }



/* BOX: EVENT-SHORT */

.event-short
{
    width: 100%;
    margin: 0 0 25px 0;
}
.event-short .header, .event-short .header a
{
    height: 40px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    /*text-transform: uppercase;*/
}
.event-short .header .title
{
    float: left;
    color: #c40f2e;

    font-weight: bold;
    font-size: 14px;
}
.event-short .header .date
{
    float: right;
    font-size: 9px;
}

.event-short .text
{
    clear: both;
    margin: 10px 0 0 0;
    font-size: 12px;
}
.event-short .text a {text-decoration: underline;}
.event-short .text a img {margin: 0 0 0 6px;}



/* /BOX: EVENT-SHORT */




.link-back
{
    width: 100%;
    margin: 8px 0 16px 0;
}
.link-back a img
{
    margin-right: 3px;
}

.link-back a {color: #000;}
.link-back a:visited {color: #000;}
.link-back a:active {color: #000;}
.link-back a:hover {color: #000;}
.link-back a:visited:hover {color: #000;}


/* EVENT PAGE */

.event-desc
{
    width: 100%;
    margin: 0 0 10px 0;
}
.event-desc .header
{
    font-size: 14px;
    /* text-transform: uppercase; */ 
}
.event-desc .header .title
{
/*    float: left;*/
    color: #000;

    font-weight: normal;
    font-size: 14px;
}
/*.event-desc .header .date
{
    float: right;
    font-size: 9px;
} */

.event-desc .lead
{
    font-weight: normal;
    font-size: 12px;
    margin: 10px 0 0 0;
  text-align: justify;
}
.event-desc .text
{
    clear: both;
    margin: 10px 0 0 0;
    font-size: 12px;
  text-align: justify;
}
.event-desc .text .subtitle
{
    color: #c40f2e;

    font-weight: bold;
    font-size: 14px;

    display: block;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
}

div.show-archive-articles
{
    clear: both;
    font-size: 12px;
    text-align: left;
    margin: 0 0 20px 0;
}

/* /EVENT PAGE */




.title-text
{
    float: left;
    color: #c40f2e;

    font-weight: bold;
    font-size: 14px;
}


.p-contactus
{
    margin: 10px auto 30px auto;
}

.p-contactus .fl-right
{
    margin-top: 30px;
}



.index-picture
{
    cursor: pointer;
}


/* LOGIN */

.t-login
{
    width: 60%;
    float: left;
    margin: 0 auto 20px 0px;
}
.t-login td
{
    width: 50%;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    vertical-align: top;
}

/* /LOGIN */

.vip-desc
{
    width: 730px;
    margin-left: 20px;
}

.list-clients
{
    font-size: 12px;
}


/* COLORSCHEME-SELECTOR */
.colorscheme-selector
{
    width: 140px;
    height: auto;

    border-style: solid;
    border-color: #888;
    border-width: 1px;

    margin: 0 0 3px 0px;

    display: none;
}

.colorscheme-selector div
{
    float: left;

    width: 4px;
    height: 4px;
    line-height: 1px;

    font-size: 1px;

    margin: 0px;
    padding: 0px;

    cursor: pointer;
}

#colorscheme-infotext
{
    width: 140px;
    height: 40px;

    line-height: 12px;
    font-size: 10px;

    margin: 50px 0 0 0;
}

#my-scheme
{
    width: 140px;
    height: 20px;

    border-style: solid;
    border-color: #888;
    border-width: 1px;

    cursor: pointer;

    margin: 0 0 3px 0;
    background-color: #888;
}


.client-logo-list
{
    width: 294px;
    /*
    height: auto !important;
    min-height: 100px;
    height: 100px;
    */

    border-style: solid;
    border-color: #888;
    border-width: 1px;

    margin-bottom: 20px;
    padding-left: 6px;
}
.client-logo-list .column-33
{
    width: 33%;
    float: left;
    text-align: center;
}
.client-logo-list .column-25
{
    width: 24%;
    float: left;
    text-align: center;
}
.column-33 img, .column-25 img
{
    margin: 5px auto 4px auto;
    border-style: none;
    cursor: pointer;
}
.column-33 img.nopointer, .column-25 img.nopointer
{
	cursor: default;
}
img.do-not-link { cursor: default; }
