/* Default link colour */
a:link {
    color:#000000;
}
a:visited { 
    color:#000000;
}

/* Makes spans to look clickable. */
span.frontSpan:hover {
    cursor:pointer;
}

a.gobutton { /* Background right image */
    background: transparent url('bar_green_down_final_48px_right.png') no-repeat scroll top right;
    display: block;
    float: left;
    height: 48px; /* Set height here */
    margin-right: 6px;
    padding-right: 16px; /* Set width here */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
/*    font-family: Arial, Helvetica, sans-serif;*/
    font-size:14px;
    font-weight:bold;
}

a.gobutton2 { /* Background right image */
    background: transparent url('bar_green_down_final_48px_right.png') no-repeat scroll top right;
    display: inline-block;    
    height: 48px; /* Set height here */
    margin-right: 6px;
    padding-right: 16px; /* Set width here */
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #000000;
/*    font-family: Arial, Helvetica, sans-serif;*/
    font-size:14px;
    font-weight:bold;
}

a.gobutton span{    /* Background left image */
    background: transparent url('bar_green_down_final_48px_left.png') no-repeat;
    display: block;
    line-height: 43px; /* Set height here to adjust text location  */
    padding: 0px 0px 5px 40px; /* top right bottom left */
}

a.gobutton2 span{    /* Background left image */
    background: transparent url('bar_green_down_final_48px_left.png') no-repeat;
    display: block;
    line-height: 43px; /* Set height here to adjust text location  */
    padding: 0px 0px 5px 40px; /* top right bottom left */
}

table.set  { display: inline-table;	
            border: solid;
            border-color: white;
            border-width: thick;
            clear: right;
}

table.set th {
    color: #000000;
    text-align: left;
    background-color: #cfdbe7;/*#CCCCCC;*/
    width: 140px;
    font-size: 15px;
}

table.set td {
    color: #000000;
    text-align: left;
}

/* Table for listing headings, questions, e.g. in create_question page */
table.quest  { display: inline-table;	
            border: solid;
            border-color: white;
            border-width: thick;
            clear: right;
}

table.quest th {
    color: #000000;
    text-align: left;
    background-color: #cfdbe7;/*#CCCCCC;*/
}

table.quest td {
    color: #000000;
    text-align: left;
}


table.fbar  { display: inline-table;	
            border: solid;
            border-color: white;
            border-width: thick;
            clear: right;
	    width: 100%;
}

table.fbar td {
    color: #000000;
    text-align: left;
    vertical-align: top;
}

/* Font for title bar of mielipiteet.fi */
p.titlebar {color: #cfdbe7;
	    text-align: center;
}
/* Custom font for down bar links */
a.fcustom:link {color: #cfdbe7; background: #ffffff; font-weight: normal;}
a.fcustom:active {color: #cfdbe7; background: #ffffff; font-weight: normal;}
a.fcustom:visited {color: #cfdbe7; background: #ffffff; font-weight: normal;}
a.fcustom:hover {color: #cfdbe7; background: #ffffff; font-weight: normal;}

/* Font for language bar in mielipiteet.fi */
div.languagebar {color: #000000;
               text-align: right;
	       line-height:normal;
}
a.lcustom {color: #000000; background: #ffffff; font-weight: normal;}
/*
a.lcustom:link {color: #000000; background: #ffffff; font-weight: normal; text-decoration: none;}
a.lcustom:active {color: #000000; background: #ffffff; font-weight: normal; text-decoration: none;}
a.lcustom:visited {color: #000000; background: #ffffff; font-weight: normal; text-decoration: none;}
a.lcustom:hover {color: #000000; background: #ffffff; font-weight: normal; text-decoration: none;}
*/

/* Front page left bar style */
table.lbar  { display: inline-table;	
            border: solid;
            border-color: white;
            border-width: thick;
            clear: right;
	    width: 200px;
}
table.lbar th {
    color: #000000;
    text-align: left;
/*    background-color: #bec6db;*/
    background-color: #cfdbe7;
}
table.lbar td {
    color: #000000;
    text-align: left;
    vertical-align: top;
}

table.rbar  { display: inline-table;	
            border: solid;
            border-color: white;
            border-width: thick;
            clear: right;
	    width: 200px;
}

table.rbar th {
    color: #000000;
    text-align: left;
    background-color: #9bafc3;
}

td.rbar {
    color: #000000;
    text-align: left;
    vertical-align: top;
 
}

table.t1  { display: inline-table;
           border: solid;
           border-color: white;
           border-width: thick;
           clear: right
}

img      { vertical-align: top;}



