/**
 * Default style sheet for the ALPO portal.
 *
 * @author Teppo Koivula <teppo@piikkilanka.com>
 * @author Pasi Honkala
 * @author Kalle Kipina
 * @author Arttu Salonen
 * @author Jukka Makela
 */
* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

textarea {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    border: 1px solid #91b2ff;
    padding: 3px;
}

body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    line-height: 150%;
    text-align: center;
    color: #000;
    margin-bottom: 72px;
    background: url('../images/layout/body_background.jpg') left bottom
        repeat-x #66cbff;
}

/*  Site structure  */
#container {
    text-align: left;
    width: 999px;
    margin: 0 auto;
}

#header {
    background: #66CBFF url(../images/layout/header_background_new.jpg)
        no-repeat scroll left bottom;
    height: 73px;
    width: 999px;
}

#top_navigation {
    background: #66CBFF
        url(../images/layout/top_navigation_background_new.jpg)
        no-repeat scroll left top;
    height: 68px; /*68px;*/
    width: 999px;
}

#content {
    float: left;
    padding: 0 15px 0 15px;
    width: 725px;
    position: relative;
    left: 14px;
}

#content_container {
    background: #66CBFF url(../images/layout/container_background_new.jpg)
        repeat-y scroll left top;
    margin: 0 auto;
    width: 999px;
}

#content_copyright {
    background: #66CBFF
        url(../images/layout/content_copyright_background_new.jpg)
        no-repeat scroll left top;
    height: 101px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 999px;
}

#content_copyright p {
    width: 715px;
    margin: 0 auto;   
}

#content_footer {
    background: #66CBFF url(../images/layout/content_footer_background.jpg)
        no-repeat scroll left top;
    height: 57px;
    margin: 0 auto;
    position: relative;
    width: 999px;
}

#footer {
    clear: both;
    width: 999px;
    position: relative;
    left: 0;
}

a:link,a:visited,a:active {
    color: #000;
    padding: 3px 0 0 0;
    text-decoration: none;
}

a.link {
    margin: 0;
    border: none !important;
}

p {
    margin: 1.5em 0;
}

h1 {
    color: #E80023;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 2.25em;
    letter-spacing: 0.025em;
    line-height: 1.15em;
    margin: 0.3em auto;
    padding: 0;
    text-align: center;
    width: 666px;
}

h2 {
    color: #6394C9;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    margin: 0.75em 0 0;
}

h3 {
    font-size: 1em;
    font-weight: bold;
    margin: 1.25em 0 0;
}

div#generalUserInfoFields h2 {
    color: #6394C9;
    display: block;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    margin: 0;
}

ul.default {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 1em 0 1em 2em;
}

ul.default ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: circle;
    margin: 0 0 0 2em;
}

ol.default {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 1.5em 0 1.5em 2em;
}

ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#skipToContent {
    display: none;
}

#top_navigation a {
    color: #FFF;
    font-size: 1.3em;
}

#top_navigation ul {
    margin-left: 30px;
}

#top_navigation ul li {
    display: inline;
}

#top_navigation ul li a {
    float: left;
    height: 68px;
    left: 300px;
    line-height: 68px;
    padding: 0 20px;
    position: relative;
}

#top_navigation ul li a span {
    position: relative;
    top: -20px;
}

#top_navigation ul li a img {
    left: 20px;
    position: relative;
}

#top_navigation ul li.current a {
    background: transparent
        url(../images/layout/top_navigation_underline.jpg) no-repeat
        scroll center bottom;
    color: #F8EF48;
}

#top_navigation ul li a:hover {
    color: #F8EF48;
}

div#navigation { /*font-family:"Arial";*/
    font-size: 92%;
    background: #66CBFF url(../images/layout/navigation_background_new.jpg)
        repeat-y scroll left top;
    float: left;
    text-align: left;
    width: 200px;
    margin: 0;
    padding: 0;
}

div#navigation div#navigation_head {
    background: #66CBFF url(../images/layout/navigation_head_new.jpg)
        no-repeat scroll left top;
    height: 111px;
    width: 200px;
}

div#navigation div.navigation_top {
    background: transparent url(../images/layout/navigation_top_new.jpg)
        no-repeat scroll left top;
    height: 40px;
    width: 200px;
}

div#navigation div.navigation_bottom {
    background: transparent url(../images/layout/navigation_bottom_new.jpg)
        no-repeat scroll left bottom;
    height: 40px;
    width: 200px;
}

div#navigation img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

div#navigation h3 {
    text-align: center;
    margin: 0 10px 15px 0;
}

div#navigation ul {
    text-align: left;
    padding: 0;
    padding-left: 29px;
    margin: 0;
    width: 132px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    line-height: 20px;
}

div#navigation ul li {
    display: block;
    margin: 0;
    padding: 0;
}

div#navigation ul li a {
    display: block;
    padding: 0;
    margin: 0;
    /*to make the links the right height in IE 6*/
    height: 20px;
    padding-left: 5px;
    border-top: 1px solid #FFF;
}

/*to make the links the right height in other browsers*/
div#navigation ul li>a {
    height: auto;
}

div#navigation ul li a:hover {
    background-color: #EEE;
}

div#navigation ul li.current {
    background-color: #90CD1A;
}

div#navigation ul li.current a:hover { 
    background-color: #90CD1A;
}

div#navigation ul li.current ul {
    margin: 0;
    padding: 0;
}

div#navigation ul li.current ul li {
    background-color: #DAECE0;
    font-weight: normal;
    padding-left: 0;
}

div#navigation ul li.current ul li a {
    padding-left: 20px;
}

div#navigation ul li.current ul li.subCurrent a:hover {
    color: #000;
    background-color: #ADD0B9;
}

div#navigation ul li.current ul li a:hover { /*color:#8AB550;*/
    background-color: #ADD0B9;
}

div#navigation ul li ul li.subCurrent {
    background-color: #ADD0B9;
}

div#navigation ul li ul li.subCurrent a {
    margin-bottom: 0;
}

div#navigation form,form#navigationSearchForm {
    position: relative;
    left: -5px;
    text-align: center;
    width: 100px;
    margin: 0 auto;
}

form#navigationSearchForm input {
    width: 80px;
    margin: 5px 0 0 0;
}

/*** Search ***/
p.searchResult strong {
    background-color: #FE2;
}

/*  Main content    */
#content img.left {
    padding: 15px 20px 15px 0;
    float: left;
}

#content img.right {
    padding: 15px 0 15px 20px;
    float: right;
}

#content img.center {
    display: block;
    margin: 10px auto;
}

#content a {
    color: #0074b3;
    border-bottom: 1px dotted #0074b3;
}

#content a:hover {
    color: #000;
    border-bottom: 1px dotted #000;
}

#content #navigation a {
    border-bottom: 0;
}

#content p.toBeginning {
    margin: 30px 0;
    text-align: center;
    clear: both;
}

#content h4.passSectionGradingAdvice {
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

/* Index as list */
#content ul.index {
    margin-top: 1em;
}

#content ul.index li {
    margin-bottom: 1em;
}

#content ul.index li ul {
    padding-left: 1em;
}

#content ul.index li ul li {
    margin-bottom: 0.1em;
}

p.center {
    text-align: center;
}

#content .center {
    text-align: center;
}

#content .center img {
    float: none;
}

/*  Footer (copyright etc)  */
#content_copyright a {
    color: #fff;
}

#content_copyright a:hover {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #76a3d6;
}

#content_copyright p {
    position: relative;
    top: 30px;
    left: 75px;
}

/*  Tables  */
table.diagram_1 {
    border-left: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 0 15px;
    border-collapse: collapse;
    background: url('../images/layout/diagram_background.jpg') left bottom
        repeat;
}

table.diagram_1 tr td {
    vertical-align: bottom;
    text-align: center;
}

table.diagram_1 div {
    color: #fff !important;
    text-align: center;
    margin: 0 10px;
    width: 50px;
}

table.fullSize {
    width: 100%;
    /*  border-collapse: collapse;  */
}

table.fullSize tr td {
    width: 20%;
    background: #d6e3ff;
    padding: 5px;
    margin: 5px;
}

table.fullSize tr td:hover {
    background: #e5f1ff;
}

table.fullSize tr td ul {
    margin-left: 2em;
}

table.playerCardTable {
    padding: 5px;
    margin: 0 0 15px 0;
}

table.playerCardTable td {
    vertical-align: top;
}

table.playerCardTable td.label {
    padding: 0 15px 0 0;
}

table.performanceTable {
    width: 100%;
    border-collapse: collapse;
}

table.performanceTable tr td {
    padding: 0.5em 0.5em;
}

table.performanceTable tr td.day {
    font-weight: bold;
}

table.performanceTable tr td.description {
    text-align: center;
}

table.performanceTable tr.header td {
    font-weight: bold;
    border-bottom: 0 solid #91b2ff;
}

table.performanceTable tr.explain td {
    font-weight: normal;
    text-align: center;
    padding: 20px 0 25px 0;
}

table.performanceTable tr.footer {
    vertical-align: top;
}

table.performanceTable tr.footer td.total {
    border-top: 0 solid #91b2ff;
    font-weight: bold;
}

table.performanceTable tr.colored {
    background: #fff;
}

/*  Forms and form-related miscellaneous stuff (divs, links etc)    */
.required {
    color: red;
}

p.required {
    width: 400px;
    margin: 1.5em auto;
    text-align: left !important;
}

.requiredShort {
    margin: 1.5em auto;
    text-align: left !important;
    color: red !important;
}

legend {
    color: #000;
}

/*** Test type form ***/
form#testTypeForm {
    text-align: left;
    margin-left: 30px;
    margin-bottom: 30px;
}

/*** Feedback form ***/

#feedbackFormDiv {
    float: left;
}

#feedbackForm p input#feedbackName {
    width: 20em;
}

a.deleteFeedback {
    float: right;
}

a.deleteFeedback:link,
a.deleteFeedback:visited,
a.deleteFeedback:hover,
a.deleteFeedback:active {
    border: none !important;
}

/** Feedback form end **/

p.genderRadioGroup {
    text-align: left;
}

form.loginForm {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    color: #000;
    text-align: right;
}

form.loginForm input {
    margin: 0 0.2em;
    width: 150px;
}

form.userInfoForm {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    color: #000;
    text-align: right;
}

form.userInfoForm fieldset {
    width: 400px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    color: #000;
}

form.userInfoForm p {
    padding: 0;
}

form.userInfoForm label {
    text-align: left;
}

#userinfo_teacher_list,
#userinfo_teacher_selection,
#userinfo_teacher_checkboxes,
#userinfo_exercises,
#userinfo_results,
#userinfo_activities {
    width: auto;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-style: none;
}

select#requestaccount_teacherSelect {
    width: 400px !important;
}

#userinfo_teacher_checkboxes p {
    text-align: left;
    margin: 1em 0 0 0;
    padding: 0;
}

#userinfo_teacher_checkboxes p input {
    text-align: left;
    margin: 0.3em 0 0 0;
    margin-right: 10px;
}

form.userInfoForm input {
    margin: 0 0.2em;
    width: 150px;
}

form.userInfoForm select {
    width: 155px;
}

form.userInfoForm select.wide {
    margin: 0 0 1em 0;
    width: 400px !important;
}

form.userInfoForm input.radio {
    float: none !important;
    text-align: left;
}

p.personalImageExplanation {
    text-align: left;
}

p.comparisonImageExplanation {
    text-align: left;
}

div.tabbed {
    position: relative;
    top: -8px;
    overflow: scroll;
    width: 100%;
    height: 500px;
    display: block;
    clear: both;
    background: #c7f9fa;
}

ul.tabbed {
    list-style-type: none;
    clear: both;
}

ul.tabbed li {
    display: inline;
    float: left;
}

ul.tabbed li a {
    border: 0 !important;
    display: block;
    width: 150px;
    height: 34px;
    text-align: center;
}

ul.tabbed li.tabbed_active_tab a {
    background: url('../images/layout/tabbed_active_tab.jpg') left top
        no-repeat #FFF;
}

ul.tabbed li.tabbed_inactive_tab a {
    background: url('../images/layout/tabbed_inactive_tab.jpg') left top
        no-repeat #FFF;
}

ul.tabbed li.tabbed_inactive_tab a:hover {
    background: url('../images/layout/tabbed_active_tab.jpg') left top
        no-repeat #FFF;
}

div#noticebox {
    width: 419px;
    margin: 0 auto 50px auto;
    background: url('../images/layout/noticebox_content.jpg') left top
        repeat-y #FFF;
}

div#noticebox_top_fi {
    width: 419px;
    height: 143px;
    margin: 0 auto;
    padding: 0;
    background: url('../images/layout/noticebox_top_fi.jpg') left top
        no-repeat #FFF;
}

div#noticebox_top_sv {
    width: 419px;
    height: 143px;
    margin: 0 auto;
    padding: 0;
    background: url('../images/layout/noticebox_top_sv.jpg') left top
        no-repeat #FFF;
}

div#noticebox_content {
    padding: 15px;
    text-align: center;
}

div#noticebox_content h2 {
    margin-top: 0 !important;
}

div#noticebox_bottom {
    width: 419px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    background: url('../images/layout/noticebox_bottom.jpg') left top
        no-repeat #FFF;
}

div#performanceError {
    background: #FF0;
    color: #000;
    margin: 0 auto 20px auto;
    border: 2px dotted #000;
    text-align: center;
    width: 400px;
    clear: both;
}

div#searchResultCount {
    position: relative;
    top: 20px;
    color: #000;
}

div#generalUserInfoFields {
    width: 400px;
    float: left;
}

div#activity {
    height: 30px;
    clear: both;
    margin-bottom: 25px;
}

div#activityMeter {
    float: left;
    height: 30px;
    overflow: hidden;
    background: url('../images/activityMeterBackground.jpg') left top
        repeat-x #FF0;
}

div#activityMeter img {
    background: transparent;
    height: 30px;
    margin: 0;
    padding: 0;
}

div#activityPercentage {
    float: left;
    padding: 0.5em 0.5em 0.5em 1.5em;
    clear: right;
}

fieldset {
    border: 0;
}

label {
    margin: 2px;
    float: left;
}

form#adminLoginForm label {
    float: none;
    text-align: center;
}

form#adminLoginForm a {
    color: #FFF;
}

input.radio {
    width: 15px !important;
    border: 0;
    padding: 0;
    margin: 0;
}

input:active,input:focus { /*border: 1px solid #c2d4ff;*/
    
}

input.button,input.button_off {
    margin: 1em !important;
    text-align: center !important;
    width: 72px !important;
    height: 25px !important;
    border: 0 !important;
    float: none !important;
    color: #FFF !important;
}

input.button {
    background: url('../images/layout/button_background_normal.jpg') left
        top no-repeat !important;
}

input.button_off {
    background: url('../images/layout/button_background_normal_off.jpg')
        left top no-repeat !important;
}

input.button_large,input.button_large_off {
    margin: 1em 0.5em !important;
    text-align: center !important;
    width: 85px !important;
    height: 25px !important;
    border: 0 !important;
    float: none !important;
    color: #FFF !important;
    background: url('../images/layout/button_background_large.jpg') left top
        no-repeat !important;
}

input.button_large {
    background: url('../images/layout/button_background_large.jpg') left top
        no-repeat !important;
}

input.button_large_off {
    background: url('../images/layout/button_background_large_off.jpg') left
        top no-repeat !important;
}

input.button:hover,input.button_off:hover,input.button_large:hover,input.button_large_off:hover
    {
    cursor: pointer;
}

select.date_short {
    width: 50px !important;
}

select.date_long {
    width: 100px !important;
}

select {
    border: 1px solid #91b2ff;
    width: 250px;
    padding: 3px;
}

select:active,select:focus {
    border: 1px solid #c2d4ff;
}

#content img.separator {
    padding: 0 5px;
    background: transparent;
}

#content img.descriptionIcon {
    padding: 0;
    background: transparent;
    float: none;
}

#content .notice {
    color: #FF0000;
    font-weight: bold;
}

/* ***** Page Editor ***** */
div#adminCategoryList h3 {
    margin: 0;
    margin-top: 20px;
    padding: 0;
}

div#adminCategoryList p {
    margin: 0;
    padding: 0;
}

div#adminCategoryList ul {
    margin-top: 15px;
}

div#adminCategoryList ul li {
    line-height: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
}

div#adminCategoryList ul li ul {
    margin-top: 5px;
}

div#adminCategoryList ul li ul li {
    padding-left: 40px;
}

div#adminCategoryList img {
    padding: 3px 3px 0 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

div#pageEditorForm form {
    text-align: right;
}

div#pageEditorForm form span.notice {
    color: #FF0000;
}

div#pageEditorForm form input {
    
}

div#pageEditorForm form fieldset {
    margin: 10px 0;
    padding: 0;
}

div#pageEditorForm form fieldset.hidden {
    display: none;
}

div#pageEditorForm form fieldset#contentFields {
    text-align: left;
}

div#pageEditorForm form label {
    text-align: left;
}

div#pageEditorForm form select {
    text-align: left;
}

div#pageEditorForm form textarea {
    text-align: left;
    width: 100%;
    padding: 2px;
}

div#pageEditorForm form textarea[readonly] {
    background-color: #F6F6F6;
    color: #666;
}

/* ***** BLOG ***** */

#blog h3 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#blog div.author {
    font-size: 88%;
    padding-top: 5px;
}

#blog div.created {
    font-size: 88%;
    color: #444;
}


#blog div.author, div.created, #blog div.content, #blog div.commentsCount,
#blog div.more, #blog div#comments {
    margin-left: 15px;
}

#blog div.commentsCount, #blog div.more {
    clear: left;
}

#blog div.more {
    padding-top: 5px;
}

#blog .galleryLink,#blog .back {
    clear: left;
}

#blog .galleryLink {
    margin-bottom: 20px;
}

#blog a img {
    border: none;
}

#blog .content ul {
    margin-left: 40px;
}

#blog .content ul li {
    list-style-type: disc;
}

#blog .entrySnippet {
    margin: 0 !important;
    padding: 0 0 15px 0 !important;
    border-bottom: 1px dotted #ccc;
    clear: left;
}

#blog .entry {
    clear: left;
}

#blog .isLocked {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

#blog .content {
    border-left: 3px dotted #ccc;
    clear: none;
    margin: 5px 0 0 20px;
    padding-left: 20px;
}

#blog .entry .comment .content {
    margin-top: 20px;
}

#blog .entry h1 {
    margin-left: 0;
    padding-left: 0;
    text-align: left;
}

#blog .modify {
    float: right;
}

#blog .modify a {
    border: none;
    text-decoration: none;
}

#blog #comments .comment {
    background-color: #eee;
    border: 1px solid #ccc;
    color: inherit;
    margin: 20px 0;
    padding: 20px 20px 10px;
}

#blog #comments .comment .author,
#blog #comments .comment .created,
#blog #comments .comment .content
{
    margin-left: 0;
}

#blog img.thumb {
    float: left;
    margin: 0 20px 5px 0;
    height: 90px;
    width: 120px;
}

#blog .archiveList {
    position: relative;
    z-index:1;
    border-left: 3px dotted #ccc;
    float: right;
    margin: 0;
    padding: 0 0 0 20px;
    background-color: #FFF;
}

#blog .archiveList h2 {
    margin: 0;
    padding: 0 0 10px 0;
}

#blog .archiveList li {
    margin: 0;
    padding: 1px;
}

/* blogEntryForm blogCommentForm */

/* Blog entry add and update form */

form#blogEntryForm fieldset {
    margin: 0 !important;
    padding: 0 !important;   
}

form#blogEntryForm {
    margin: 0 0 0 20px;
    padding: 10px 0 0 0;
    text-align: left;
}

form#blogCommentForm {
    margin-left: 40px;
    padding: 20px 0;
    text-align: left;
}

form#blogCommentForm input, form#blogCommentForm textarea, 
form#blogCommentForm label {
    float: none;
    width: auto;
}

form#blogEntryForm input, form#blogEntryForm textarea, 
form#blogEntryForm label {
    float: none;
}

form#blogEntryForm textarea {
    width: 550px;
}

select#galleryFolderID {
    width: 400px;
}    

form#blogCommentForm {
    margin-left: 0;
}

form#blogEntryForm input[type="submit"] {
    padding: 1px 10px 1px 10px !important;
}

form#blogEntryForm fieldset label img {
   margin: 5px 0 0 0;   
}

/* Blog event defintions */

.blogEvent {
    border-bottom: 3px dotted #ccc;   
}

div#blogEventForm {
    text-align: left;
    margin: 0 0 0 50px;
}

.blogEventDeleteLink {
    float: right;
}

.blogEventDeleteLink a:link,
.blogEventDeleteLink a:hover,
.blogEventDeleteLink a:active,
.blogEventDeleteLink a:visited {
    border: none !important;
    text-decoration: none;
}

.blogEventAuthor {
    font-size: 85%;
    font-style: italic;   
}

/* Blog event definitions end */

.error {
    border-left: 5px solid #ff0000;
    color: #ff0000;
    padding-left: 10px;
}

.error ul {
    padding-left: 20px;
    list-style-type: disc;
}

/* frontpage */

p.kymppiympyra {
    text-align:center;
}

div#frontpageLeftColumn {
    position: relative !important;
    float: left !important;
    margin: 1.5em 0 0 0;
    width: 360px  !important;
}

div#frontpageLeftColumn p {
    width: 370px !important;
}

div#frontpageRightColumn {
    position: relative !important;
    float: right  !important;
    margin: 1.5em 0 0 0;
    width: 320px  !important;
    border-left: 3px dotted #ccc;
    min-height: 670px;
    height: auto !important;
    height: 670px;
}
h2.frontpageHeader {
    padding: 0 !important;
    margin: 0 !important;
}

p.newsText, p.newsText a:link, p.newsText a:visited, p.newsText a:active {
    color: #000 !important;
    padding: 0 !important;
    margin: 0.5em 0 0 0 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    line-height: 1.3 !important;
}

p.newsText a:hover {
    color: blue !important;
    text-decoration: none !important;
}

h2.newsHeaderText, h2.newsHeaderText a:link, h2.newsHeaderText a:visited, h2.newsHeaderText a:active.newsHeaderText {
    color: #6394C9 !important;
    text-decoration: none !important;
    line-height: normal !important;
    border: none !important;
}

h2.newsHeaderText a:hover {
    text-decoration: underline !important;
}

#recentNews {
    margin-left: 15px;
    margin-bottom: 20px;
}

#recentNews h2 {
    clear: both;
    display: inline;
    font-size: 1.3em;
}

#recentNews .entry {
    float: none;
}

#recentNews .entry .content p.newsText img {
    float: left;
    margin: 0 0.75em 0 0.75em !important;
    padding: 0 !important;
}

#teacherLinklist {
    background-color: #F7F8F7;
    padding: 5px !important;
    margin: 15px 0 0 15px;
}

#teacherLinklist h2 {
    margin: 0 0 1px 0 !important;
}

#teacherLinklist p {
    margin: 0 0 5px 25px !important;
}

#teacherLinklist h3 {
    margin: 0 0 5px 0;
    text-align: center !important;
}

.teacherNews {
    width: 375px !important;
    border-bottom: 3px dotted #ccc;
    padding: 10px 0 5px 10px;
    text-align: right;
    margin: 0 0 10px 0;
}

.teacherNews table {
    text-align: left;
    letter-spacing: 2px;
    font-weight: bold;
}

.teacherNews table tr {
    vertical-align: top;
}

.teacherNews .toArchives {
    font-size: 11px;
}

p.frontpageBanner {
    text-align: center;
}

p.frontpageBanner a:link {
    text-decoration: none !important;
    border: none !important;
}

p.frontpageBanner a:visited {
    text-decoration: none !important;
    border: none !important;
}

p.frontpageBanner a:hover {
    text-decoration: none !important;
    border: none !important;
}

p.frontpageBanner a:active {
    text-decoration: none !important;
    border: none !important;
}

div#alypaaLinkContainer {
    text-align: center;   
    margin: 0 5px 5px 20px;
    border-bottom: 3px dotted #ccc;
}

a#alypaaLink:link, a#alypaaLink:visited, a#alypaaLink:hover, a#alypaaLink:active {
    margin: 0 auto 0 auto;
    border: none;
}

/* ***** ACTIVITIES ***** */

form.exerciseAddForm fieldset label {
    float: none !important; 
    font-size: 10pt;
}

form#addGoalFormDiv {
	height: 100px;
	width: 340px;
}	

form#addGoalFormAjax {
    width: 310px;
    margin: 0 150px 0 200px !important;
    padding: 0 !important;
    text-align: right;
}

form#addGoalFormAjax fieldset {
    margin: 0 !important;
    padding: 0 !important;
    width: 310px !important;
    height: 75px !important;
    display: inline;
}

form#addGoalFormAjax p {
    margin: 0 !important;
    padding: 0 !important;
    width: 310px !important; 
    height: 20px !important;
}

form#addGoalFormAjax input#myInstances, form#addGoalFormAjax input#myDuration {
    margin: 0 !important;
    padding: 0 !important;
    width: 100px;
}

form#addGoalFormAjax input[type="submit"] {
    margin: 2px;
    width: 170px;
}

div#activities h2 {
    margin: 0 !important;
    padding: 0 !important;
}

div#activitySummary {
    margin: 10px 0 0 0;
    padding: 0 !important;
}

form#addActivityForm {
    text-align: left;
    float: left;
    width: 300px;
}

form#addActivityForm input, form#addActivityForm label {
    font-size: 10pt;
    float: none;
}

#exerciseEightWeekFollowUp {
    padding: 10px 0 0 0;
    clear: left;
}

#exerciseFeedback {
    padding: 10px 0 10px 0;
    clear: left;
}

#activityLeftColumn {
    float: left;
    width: 320px;
}

#activityRightColumn {
    float: right;
    width: 400px;
}

#activityRightColumn div.otherPies {
    width: 380px;
    height: auto;  
}

form#modifyActivityForm {
    margin: 0 !important;
    padding: 0 !important;
    float: left;
}

form#modifyActivityForm fieldset {
    margin: 0 !important;
    padding: 0 !important;
    width: 700px;
}

#activities #modifyActivityCell {
    background-color: #FAFAFA;
    border-bottom: 3px solid #DDD;
    border-left: 3px solid #DDD;
    border-right: 3px solid #DDD;
}

#activities fieldset#modifyActivityDescription {
    float: left;
    width: 300px;
}

#activities fieldset#activityDescription {
    float: left;
    width: 300px;
    margin: 0;
    padding: 0;
}

#activities #activityDescription div,
#activities #modifyActivityDescription div
{
    min-height: 22px !important;
    line-height: 22px !important;
    height: 22px !important;
    margin: 0 5px 1px 0;
    padding: 4px 3px;
    width: 300px;
}

#activities fieldset#activityInformation {
    clear: left;
}   

#activities fieldset#modifyActivityInformation {
    margin: 0 !important;
    padding: 0 0 0 30px !important;
    width: 200px;
    display: block;
}

#activities fieldset#modifyActivityInformation label {
    width: 200px;
    display: block;
}

#activities fieldset#modifyActivityInformation input {
    width: 200px;    
    display: block;
}

#activities fieldset#modifyActivityInformation input[type=checkbox] {
    width: auto;    
    display: block;
}

#activities a,#activities a:hover {
    border: none;
    text-decoration: none;
}

#activities #scroller {
    background-color: #eee;
    color: inherit;
    display: block;
    overflow-y: auto;
    width: 740px;
}

#activityTable {
    width: 724px;
}

#activities table td,#activities table th {
    padding: 0 4px;
}

#activities tr td,#activities tr th {
    border-bottom: 1px solid #fff;
}

#activities table tr.title {
    background-color: #eee;
    line-height: 30px;
}

#activities table tr {
    background-color: #fff;
}

#activities table tr.alternate {
    background-color: #eee;
}

th.activityView {
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

#activities #tabNavigation {
    margin-top: 10px;
}

#activities #tabNavigation li {
    display: inline;
    padding: 3px 5px;
}

#activities #tabNavigation li.current {
    background-color: #eee;
    border-top: 3px solid #98d60f;
    color: inherit;
}

#activities #pageNavigation {
    text-align: center;
}

#activities #pageNavigation li {
    display: inline;
}

#activities #prevNext {
    padding: 20px 0 0 0;
    text-align: center;
}

#activities td span.activityTypeID {
    display: none;
}

/* ***** */
* .icon16 {
    line-height: 22px !important;
}

* .icon22 {
    line-height: 28px !important;
}

* .icon32 {
    line-height: 38px !important;
}

* .icon48 {
    line-height: 54px !important;
}

* .icon64 {
    line-height: 70px !important;
}

* .icon128 {
    line-height: 134px !important;
}

* .icon16 img,* .icon22 img,* .icon32 img,* .icon48 img,* .icon64 img,*
    .icon128 img {
    vertical-align: text-bottom !important;
}


/* ***** JAVASCRIPT IMAGE ROTATOR ***** */

#imageContainer {
    margin: 0.5em 0 0 0;
    position: relative;
    width: 360px;
    height: 270px;
    border: 1px solid #aaa;
}

#imageContainer img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

#imageContainer img#noscript {
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
}

/*** Gallery ***/ /*** Gallery basic settings: all boxes minimised ***/
div#gallery {
    margin: 0;
    padding: 0;
    border: 0;
}

div#gallery div {
    margin: 0;
    padding: 0;
    border: 0;
}

div#gallery p {
    font-size: 100%;
    line-height: 100%;
}

div#gallery ul {
    margin: 0;
    padding: 0;
    border: 0;
}

div#gallery ul li {
    margin: 0;
    padding: 0;
    border: 0;
}

div#gallery legend {
    margin-left: 10px;
}

div#gallery h2 {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    padding-top: 10px;
    line-height: 1.3em;
}

div#gallery p.adminNotice {
    line-height: 32px;
}

div#gallery p.adminNotice img {
    vertical-align: bottom;
}

div#gallery input {
    width: auto;
}

div#gallery .modify {
    float: right;
    line-height: 32px;
}

div#gallery .modify a {
    text-decoration: none;
    border: none;
}

div#gallery .modify img {
    vertical-align: bottom;
}

div#gallery .modify label {
    display: inline;
    float: none;
    margin: 0;
}

div#gallery .modify input {
    margin: 2px 5px 0 10px;
}

/*** Gallery basic settings end ***/ /*** Gallery navigation ***/
div#gallery div#galleryPageNavi {
    float: left;
    width: 600px;
    margin: 15px auto 0 auto;
}

div#gallery ul#pageNavigation {
    clear: left;
    list-style-type: none;
    text-align: center;
}

div#gallery ul#pageNavigation li {
    display: inline;
}

/*** Gallery navigation ends ***/
/*** Gallery folder listing settings ***/
div#gallery ul#folderList {
    display: block;
    width: 680px;
    list-style-type: none;
    margin: 0 auto;
}

div#gallery ul#folderList li {
    display: block;
    width: 300px;
    margin-top: 20px;
    margin-right: 40px;
    float: left;
}

div#gallery ul#folderList li .created {
    background: none;
}

div#gallery ul#folderList li.even {
    
}

div#gallery ul#folderList li div h3 {
    margin: 5px 0 0 0;
    padding: 5px 0 0 0;
}

div#gallery ul#folderList li div div p {
    margin: 5px 0 0 0;
    line-height: 1.2em;
}

div#gallery ul#folderList li>div>a {
    display: block;
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
    width: 64px;
    float: left;
}

/*** Gallery folder listing settings end ***/
    /*** Settings for image listing (= folder content) ***/
div#gallery ul#folderContent {
    list-style-type: none;
    margin-top: 15px;
}

div#gallery ul#folderContent li {
    float: left;
    width: 300px;
    height: 250px;
    margin-right: 30px;
    margin-top: 10px;
    border-right: 3px dotted #CCC;
    border-top: 3px dotted #CCC;
    padding-top: 5px;
}

div#gallery ul#folderContent h3,div#gallery ul#folderContent h4 {
    text-align: center;
    margin: 0 0 5px 0;
}

div#gallery ul#folderContent h3 a,div#gallery ul#folderContent h4 a {
    border-bottom: 1px dotted #0074b3;
}

div#gallery ul#folderContent a {
    border: none;
    padding: 0;
}

div#gallery ul#folderContent p {
    line-height: 1.1em;
}

div#gallery ul#folderContent img {
    display: block;
    margin: 10px auto 5px auto;
    border: 1px solid #CCC;
}

div#gallery ul#folderContent div.thumbContainer {
    width: 285px;
    margin-right: 15px;
}

div#gallery ul#folderContent div.thumbContainer p.galleryImageCaption {
    border-left: 3px dotted #aaa;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
    font-size: 90%;
}

div#gallery ul#folderContent div.thumbContainer p.commentCount {
    font-size: 90%;
    margin-bottom: 5px;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    border: none;
    background-repeat: no-repeat;
    line-height: 22px;
    padding-left: 25px;
    padding-top: 2px;
    background-image:
        url('../images/icons/kNeu/22x22/apps/edu_languages.png');
}

div#gallery ul#folderContent .modify a img {
    display: inline;
    vertical-align: middle;
    margin: 0;
    border: none;
}

/*** Settings for image listing (= folder content) end ***/
    /*** Settings for gallery and folder modifications ***/
div#gallery form {
    text-align: left;
}

div#gallery fieldset {
    border: 1px solid #CCCCCC;
    padding: 10px;
}

div#gallery label {
    display: block;
    width: 250px;
    float: left;
    margin-left: 0;
}

div#gallery label[for="image1"] {
    width: 120px;
}

div#gallery label[for="image2"] {
    width: 120px;
}

div#gallery div.modifiableImageData {
    margin: 9px 0 0 0;
    padding: 4px;
    border: 1px solid #CCCCCC;
}

div#gallery div.modifiableImageData a {
    border: none;
}

div#gallery input {
    margin: 0;
    margin-bottom: 10px;
}

div#gallery input[type="text"] {
    width: 400px;
}

div#gallery input[type="checkbox"] {
    width: 1em;
}

div#gallery input[type="submit"] {
    margin-top: 10px;
}

div#gallery input[type=file] {
    margin-right: 300px;
}

div#gallery p.errorLabel {
    font-weight: bold;
    text-decoration: blink;
}

/*** Settings for gallery and folder modifications end ***/
    /*** Settings for image view and comments ***/
div#gallery div#imageFrame p a {
    border-bottom: 1px dotted #0074b3;
}

div#gallery div#imageFrame a {
    border: none;
}

div#gallery div#imageFrame h3 {
    padding-bottom: 10px;
}

div#gallery code {
    font-size: 11px;
    border: 1px solid #CCCCCC;
    margin-top: 5px;
    padding: 5px;
    display: block;
    background-color: #EEEEEE;
}

div#gallery p#galleryImageCaption,div#gallery p#galleryFolderDescription
    {
    border-left: 3px dotted #aaa;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-top: 20px;
}

div#gallery p.created {
    font-size: 80%;
    color: #666;
    margin: 0;
    padding: 0.2em 0;
    background-image: url('../images/icons/kNeu/16x16/apps/date.png');
    background-repeat: no-repeat;
    line-height: 16px;
    padding-left: 20px;
}

div#gallery div.comment {
    padding: 20px 20px 10px 0;
    border: 1px solid #CCC;
    background-color: #EEE;
    margin: 0;
    text-align: left;
    margin-top: 10px;
}

div#gallery div.comment p {
    margin: 0;
    margin-left: 15px;
    margin-right: 15px;
}

div#gallery div.comment p.author,div#gallery div.comment p.created {
    margin-bottom: 5px;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    background-repeat: no-repeat;
    line-height: 16px;
    padding-left: 20px;
}

div#gallery div.comment p.author {
    background-image: url('../images/icons/kNeu/16x16/apps/personal.png');
}

div#gallery div.comment p.created {
    
}

div#gallery div.comment p.content {
    border-left: 3px dotted #ccc;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-top: 20px;
}

div#gallery div.comment div.modify {
    line-height: 16px;
}

.tool-tip {
    color: #fff;
    width: 139px;
    z-index: 1000;
}

.tool-title {
    background: url("../images/bubble.png") no-repeat top left;
    font-weight: bold;
    color: #018fd7;
    padding: 8px 8px 4px;
}

.tool-text {
    background: url("../images/bubble.png") no-repeat bottom left;
    padding: 4px 8px 8px;
}

/*** Wide tool-tips ***/ /* #FFF version, added by KK @ 2008-08-28 */
.toolWide-tip {
    color: #000;
    width: 556px;
    z-index: 1000;
}

.toolWide-title {
    background-color: #FFF;
    font-weight: bold;
    border: 1px solid #000;
    border-bottom: none;
    padding: 8px 8px 4px;
}

.toolWide-text {
    background-color: #FFF;
    border: 1px solid #000;
    border-top: none;
    padding: 4px 8px 8px;
}

.toolWide-text a {
    border-bottom: 1px dotted #000;
}

.toolWide-text a:hover {
    color: #0074b3;
    border-bottom: 1px dotted #0074b3;
}

.toolWide-text p {
    text-align: left;
    margin-top: 0.5em;
    margin-bottom: 0;
}

.toolWide-text ul {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0.5em;
}

/*** Settings for image view and comments end ***/
/*** Gallery ends ***/ 
    
/*** Newsticker on front page ***/

#newsTicker {
    height: auto;
    padding: 0;
    margin: 0;
}

#newsTicker h2 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 0.5em 0;
}

#newsTicker #moostick li {
    display: block; /* used in css check */
    margin: 0;
    padding: 0;
    line-height: 0.75em;
}

#newsTicker #moostick.show {
    visibility: visible;
    opacity: 1;
}

/*** Newsticker on front page ends ***/ /*** User details edit ***/
div#userDetailEditContent p.updateNotice {
    font-weight: bold;
}

div#userDetailEditContent form#passwordChange {
    text-align: left;
}

div#userDetailEditContent form#passwordChange legend {
    font-weight: bold;
    margin-bottom: 15px;
}

div#userDetailEditContent form#passwordChange label {
    display: block;
    width: 150px;
}

/*** User details edit ends***/ /*** Create challenges page ***/
form#challengeForm fieldset {
    padding: 0 10px;
    margin: 0;
    margin-bottom: 15px;
    border: none;
}

form#challengeForm label {
    padding: 0;
    margin: 0;
    line-height: 16px;
    border: none;
}

form#challengeForm input[type="text"] {
    border: 1px solid #969696;
    margin-bottom: 10px;
}

form#challengeForm table input[type="text"] {
    margin: 0;
}

form#challengeForm textarea {
    border: 1px solid #969696;
    margin-bottom: 10px;
}

form#challengeForm select {
    border: 1px solid #969696;
}

form#challengeForm fieldset#addChallengeStartDate {
    float: left;
}

form#challengeForm fieldset#addChallengeEndDate {
    float: right;
}

form#challengeForm fieldset fieldset {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #91b2ff;
}

form#challengeForm fieldset fieldset table {
    margin-bottom: 10px;
    margin-top: 10px;
}

form#challengeForm fieldset fieldset legend {
    padding: 0 5px;
    font-weight: bold;
}

form#challengeForm fieldset fieldset fieldset {
    border: 1px solid #91b2ff;
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

form#challengeForm fieldset fieldset fieldset legend {
    padding: 0 5px;
    font-weight: normal;
}

/*** View challenges page ***/
div#viewChallenges table {
    border: 1px solid #CECECE;
    margin-bottom: 25px;
}

div#viewChallenges table caption {
    font-weight: bold;
    margin-bottom: 5px;
}

div#viewChallenges table a {
    border: none;
}

div#viewChallenges table th {
    font-weight: normal;
}

div#viewChallenges table td {
    padding: 0 1px 0 2px;
}

div#viewChallenges table img {
    vertical-align: text-bottom;
}

div#viewChallenges table.challengeExtendedInfo td,div#viewChallenges table.challengeExtendedInfo th
    {
    border: 1px solid #ddd;
}

/*** View challenges -> participate in challenges ***/
div#participateInChallenge form fieldset {
    width: 500px;
    margin-bottom: 5px;
}

div#participateInChallenge h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 1.5em 0 0;
}

div#participateInChallenge ul {
    margin-top: 1.5em;
}

/*** Special classes for effort visualisation ***/
p.effortVisual {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 18px;
}

p.effortVisual img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
}

/*** Challenge Module: View team ***/
div#challengeTeamView form {
    text-align: left;
}

/*** KymppiYmpyra page ***/
table#kymppiYmpyra a { /*line-height: 100%;*/
    border: 0;
    padding: 0;
    margin: 0;
}

table#kymppiYmpyra a img {
    border: none;
}

table#kymppiYmpyra img {
    border: none;
    display: block;
}

/* .toolWide-title a img */

img.closeButton {
    margin: 0 !important;
}

div#allDegrees ul li {
    display: inline;
}

div#allDegrees ul li a {
    border: none;
}

div#degree ul {
    margin-top: 20px;
}

div.professionStory {
    border: 1px solid #BBB;
    background-color: #EEE;
    margin: 10px;
    padding: 0 10px;
}

div.professionStory p.metaData {
    color: #666;
    font-size: 80%;
    line-height: 100%;
    margin: 0;
}

form.professionStoryForm {
    margin-top: 10px;
    text-align: left;
}

form.professionStoryForm label {
    display: block;
    float: left;
    width: 80px;
    padding: 0;
    margin: 0;
}

form.professionStoryForm fieldset fieldset {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** FitnessTesting ***/
div#fitnessTestingResults div.scroller {
    background-color: #fff;
    color: inherit;
    display: block;
    overflow-y: auto;
    width: 100%;
}

/*** Privacy ***/
table#privacyContent caption {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 120%;
    margin: 0 0 1em 0;
    text-align: center;
}

table#privacyContent td.header-left {
    text-align: left;
    vertical-align: top;
}

table#privacyContent td.header-right {
    text-align: right;
    vertical-align: top;
}

table#privacyContent th {
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    width: 34%;
    padding-right: 2%;
}

table#privacyContent td {
    vertical-align: top;
}

table#privacyContent p {
    margin: 0 0 1em 0;
    padding: 0;
}

table#privacyContent h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 1em 0;
}

table#privacyContent ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0 0 1em 0;
}

table#privacyContent {
    
}

#modifyInfoaddsCredits {
    width: auto !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
    border-style: none !important;
    clear: both !important;
}

.fitnessAddForm {
    padding: 0;
    margin: 0 0 0 20px;
    text-align: left;
}

.fitnessAddForm p {
    padding: 0;
    margin: 0 0 0 20px;
    text-align: left;
}

.fitnessAddForm input,.fitnessAddForm textarea,.fitnessAddForm label {
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
}

#languageSelection {
    float: left;
    position: relative;
    margin: 0;
    width: 950px;
    top: 2.25em;
    padding: 0;
}

#languageSelection a {
    margin: 0;
    padding: 0;
}

#languageSelection img {
    float: right;
    margin: 0 0 0 1em;
    padding: 0;
    display: inline;
}

.statistics,p#statisticsViewText1,p#statisticsViewImage1,p#statisticsViewText2,p#statisticsViewImage2,p#statisticsViewText3,p#statisticsViewImage3,p#statisticsViewText4,p#statisticsViewImage4
    {
    text-align: center !important;
}

h2.statistics {
    margin-bottom: 1em;
}

div.statisticsDiagram {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
}

div.statisticsDiagram p.statistics {
    text-align: left;
}

div.statisticActivitySelection {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.statisticActivitySelection p.select {
    background-color: #FF0 !important;
}

div.statisticActivitySelection p#selectDiagram1 {
    display: inline;
    margin-right: 2em;
    text-align: center;
    padding: 2px 2px 2px 2px;
    background-color: #b3f8e6;
}

div.statisticActivitySelection p#selectDiagram2 {
    display: inline;
    margin-right: 2em;
    text-align: center;
    padding: 2px 2px 2px 2px;
    background-color: #b3f8e6;
}

div.statisticActivitySelection p#selectDiagram3 {
    display: inline;
    margin-right: 2em;
    text-align: center;
    padding: 2px 2px 2px 2px;
    background-color: #b3f8e6;
}

div.statisticActivitySelection p#selectDiagram4 {
    display: inline;
    margin-right: 2em;
    text-align: center;
    padding: 2px 2px 2px 2px;
    background-color: #b3f8e6;
}

p#selectDiagram1:hover {
    display: inline;
    margin-right: 2em;
    text-align: center;
    padding: 2px 2px 2px 2px;
    background-color: #FF0 !important;
    cursor: default;
}

p#selectDiagram2:hover {
    display: inline;
    margin-right: 2em;
    text-align: center;
    padding: 2px 2px 2px 2px;
    background-color: #FF0 !important;
    cursor: default;
}

p#selectDiagram3:hover {
    display: inline;
    margin-right: 2em;
    text-align: center;
    padding: 2px 2px 2px 2px;
    background-color: #FF0 !important;
    cursor: default;
}

p#selectDiagram4:hover {
    display: inline;
    margin-right: 2em;
    text-align: center;
    padding: 2px 2px 2px 2px;
    background-color: #FF0 !important;
    cursor: default;
}

p#statisticsViewText2,p#statisticsViewImage2,p#statisticsViewText3,p#statisticsViewImage3
    {
    display: none;
}

.accountInformation {
    text-align: left;
}

p.sparsed a {
    padding: 0 !important;
    margin: 0 8px 0 0 !important;
}

.userLevelChangeForm {
    text-align: left;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.userLevelChangeForm label {
    width: 150px;
}

.usernameList td {
    height: 23px;   
}

.usernameList td.column0 {
    width: 250px;	
}

.accountInformationCentered {
    text-align: center;
}

form.mailForm fieldset {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

form.mailForm textarea {
    margin: 0 !important;
    padding: 0 !important;
    width: 700px;
}

form.mailForm p {
    margin: 0.25em 0 0 0 !important;
    text-align: left !important;
    padding: 0 !important;
}

form.mailForm input {
    margin: 0 0.5em 0 0 !important;
    padding: 0 !important;
}

form.mailForm input[type="text"] {
    width: 50%;
}

p.normal {
    margin: 2pt;
    padding: 0;
    color: #000;
}

form.createGallupForm {
    margin-left: 21%;
}

/* Gallup definitions begin */

div.gallup {
    float: none;
    margin: 0 0 0 15px;
    padding: 0 0 10px 0;
}

div.gallupLeft {
    float: left;
    width: 170px;
}

div.gallupRight {
    float: none;
    height: auto;
}

h2.gallupTitle {
    margin: 0;
}

h2.gallupTitle a:link, h2.gallupTitle a:visited, h2.gallupTitle a:active {
    color: #6394C9 !important;
    text-decoration: none !important;
    line-height: normal !important;
    border: none !important;
}

h2.gallupTitle a:hover {
    text-decoration: underline !important;
}

.line {
    border-bottom: 3px dotted #ccc;
    clear: both;
    margin: 0 0 1em 1.15em;
}

.lineThin {
    border-bottom: 2px dotted #ccc;
    clear: both;
    margin: 0 0 1em 0;
    padding: 1em 0 0 0;
}

p.gallupSummary {
    font-size: 85%;
    float: right;
    margin: 0 0 1em 0;
    padding: 0;
    line-height: 12pt;
    clear: left;
}

p.gallupSummary a {
    border: none !important;
    text-decoration: none !important;
}

p#gallupPreviousQuestionsLink, p#gallupPreviousQuestionsLink a {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    text-decoration: none;
    font-size: 90%;
}

/* Gallup definitions end */

/* Pass definitions begin */

div#passToolbar table {
    text-align: center;
    width: 700px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden; 
}

div#passToolbar tr.noncolor {
    float: right;
    background-color: #fff;
}

div#passToolbar tr.color {
    background-color: #eee;
}

div#passToolbar td {
    display: inline;
    white-space: nowrap;
    overflow: hidden;  
}

div#passToolbar td.passSaveToolbar {
    float: left;
}

div#passToolbar td a {
    display: block;
    border: none;
    padding: 5px 8px 5px 0;
}

div#passToolbar td a:hover {
    background-color: #ddd;
    border: none;
}

div#passToolbar td.passCopyPasteToolbar {
    float: right;
}

div#passToolbar table td.separator {
    float: left;
    width: 20%;
    padding: 1px;
}

form.passForm {
    margin: 0;
    padding: 0;
    text-align: center;
}

form.passForm table {
    margin: 0 0 0 10em;
}

form.passForm table tr {
    text-align: left;    
}

div.passAlignInputs p {
    text-align: right;
    margin: 0.5em 15em 0.5em 0;
    white-space: nowrap;
}

form.passForm h1 {
    color: #6394C9;
    margin: 15pt auto 8pt auto;
}

form.passForm h2 {
    color: #6394C9;
    margin: 20pt 0 5pt 0;
}

span#passTotalDuration {
    color: #6394C9;
    font-size: 2em;
}

table.passFormTable {
    width: 80%;
    margin: 0 0 0 5em !important;
    padding: 0;
}

tr.passActivityHeadingRow th {
    height: 2em;
    white-space: nowrap;
}

table.passStudentTable { 
    text-align: left !important;
    width: 100%;
}

td.passClipboardStatus {
    font-size: 10pt;
    text-align: right;
    width: 100%;
    background-color: #fff;
}

table.passStudentTable th {
    text-align: left !important;
}

form.passOrganiserSelection select {
    width: 70%;
}

th.passStudentName {
    width: 37%;
}

th.passAdmittedDate {
    width: 13%;   
}

th.passOrganiser {
    width: 50%;
}

p.passSelectionOptions {
    margin-bottom: 5pt;
    margin-top: 0;
}

table.passAdmittingList {
    width: 70%;
    text-align: left;
}

.passSubActivityDescription {
    width: 360px;    
}

.passAdditionalActivityDescription {
    width: 370px;
}

p.passSpecialActivities {
    text-align: left;
    margin: 0 0 0 75px;
}

#passSpecialActivities {
    width: 545px;
}

#viewSelection {
    border: 1px solid #bbbbbb;
    padding: 5px 5px 5px 5px;   
}

/* Pass definitions end */

/* Teacher tools start */
form#teacherToolsTestResultsAdd p, form#teacherToolsTestResultsAdd h3 {
    padding: 0 !important;
    margin: 0.25em 0 0.25em 0 !important;
}

/* Teacher tools end */

/* Pinboard and note start */

div.pinboard {
    width: 385px !important;
    /*background: url('../images/layout/note/pinboard-test.png') left top
    repeat-y;*/
    background-color: #FFF; /*#F5F5DC;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px dotted #ccc;
}

div.note {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    margin: 0;
}

div.noteTop {
    width: 190px;
    height: 39px;
    margin: 0 auto;
    padding: 0;
    background: url('../images/layout/note/noteTop.png') left top
        no-repeat;
}

div.noteContent {
    width: 190px;
    text-align: center;
    background: url('../images/layout/note/noteContent.png') left top
    repeat-y;
    padding: 0 0 5px 0;
}

div.noteContent span.noteContent {
    margin: 0 auto 0 auto;
    padding: 0 0 10px 0;
    display: block;
    width: 150px;
    font-size: 85%;
}

div.noteContent h2 {
    margin-top: 0 !important;
}

div.noteBottom {
    width: 190px;
    height: 5px;
    margin: 0 auto;
    padding: 0;
    background: url('../images/layout/note/noteBottom.png') left top
        no-repeat;
}

div.teacherCalendar {
	background-color: #f7f8f7;
    padding: 2px 5px 5px 5px;
    margin: 5px 0 0 15px;
}

div.teacherCalendar table tr {
    vertical-align: top;
    padding: 5px;
}

/* Pinboard and note end */

/* Tooltip definitions begin */
#text {margin:50px auto; width:500px}
.hotspot {color:#900; padding-bottom:1px; border-bottom:1px dotted #900; cursor:pointer}

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background: #FF0; color: #000; font-weight: bold}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}
/* Tooltip definitions end */