
root { 
}

.pageLayout{
    /*background-color: rgb(184,184,142);*/
    background-color: white;
    margin:0px;
    padding:0px;
    -rave-layout: grid;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: black;
    font-size: 14px;
    /*background-image: url(../images/Background.jpg);*/
    background-repeat: repeat;
}

.fragmentMenuLayout{
    background-color: #cccccc;

    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #555555;
    border-bottom-color: #555555;
    border-left-color: #555555;
    border-right-color: #555555;
}

.sectionLayout{
    background-color: #dddddd;
}


.tableMenu{

    text-decoration:none;
    width: 600px;

    /*border: double;
	border-color: green;*/

}

.tableWelcomeMenuColumn {
    width: 200px;
    text-align: center;
    vertical-align: middle;
    /*font-size: 16px;*/
    text-decoration:none;

    /*border: double;
	border-color: red;*/

    height: 40px;

}

.tableMenuColumn {
    width: 200px;
    text-align: center;
    vertical-align: middle;
    /*font-size: 16px;*/
    text-decoration:none;

    /*border: double;
	border-color: red;*/

    height: 40px;

}


.hyperlink{
    text-decoration:none;
    color:black;
}
.hyperlinkOnMouseOver{
    text-decoration:none;
    font-weight: bold;
    color:black;
}
.hyperlinkSimple{
    color:#0000cd;
}

.hyperlinkMenu{
    font-family: Arial,Helvetica,sans-serif;
    text-decoration:none;
    text-align: left;
    color: #171790;

    font-size: larger;

    /*
	width: 160px;
	*/
    /*
	border: double;
	border-color: red;
	*/

}

.hyperlinkMenuOnMouseOver{
    font-family: Arial,Helvetica,sans-serif;
    text-decoration:none;
    font-weight: bold;
    font-size: 120%;
    color: #171790;
}

.hyperlinkMenuOnMouseOverSelected{
    font-family: Arial,Helvetica,sans-serif;
    text-decoration:none;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #b8b8a4;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #b8b8a4;
    font-weight: bold;
    font-size: 120%;
    color: #171790;
}

.hyperlinkMenuSelected{
    font-family: Arial,Helvetica,sans-serif;
    text-decoration:none;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #b8b8a4;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #b8b8a4;
    font-size: 120%;
    color: #171790;
}


.hyperlinkMenuLevel2{
    font-family: Arial,Helvetica,sans-serif;
    text-decoration:none;
    text-align: left;
    color: #e6e6ff;
}

.hyperlinkMenuOnMouseOverLevel2{
    font-family: Arial,Helvetica,sans-serif;
    text-decoration:none;
    font-weight: bold;
    color: #bcbcff;
}

.hyperlinkMenuOnMouseOverSelectedLevel2{
    font-family: Arial,Helvetica,sans-serif;
    text-decoration:none;
    font-weight: bold;
    color: #bcbcff;
}

.hyperlinkMenuSelectedLevel2{
    font-family: Arial,Helvetica,sans-serif;
    text-decoration:none;
    font-weight: bold;
    color: #bcbcff;
}


.hyperlinkMenuDown{
    font-size: 11px;
    text-decoration:none;
    color: #e6e6ff;
    font-size: larger;
}

.imageLink{
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}


.textImageDescription{
    text-decoration: none;
    text-align: center;
}


.hyperlinkCopyright{
    font-size: 11px;
    text-decoration:none;
    color:blue;
}

.hyperlinkCopyrightOnMouseOver{
    font-size: 11px;
    color: blue;
    text-decoration: underline;

}
.panelPopup{
    color: #333333;
    border-top: 3px solid #CCCCCC;
    border-left: 3px solid #AAAAAA;
    border-right: 6px solid #888888;
    border-bottom: 6px solid #555555;

    background-color: #DDDDDD;
    padding: 0px;
    z-index: 1000;
    text-align: center;
    display: block;
}
.panelPopupBody{
    text-align:center;
}

.panelPopupColumn{
    width: 100%;
    background-color: blue;
    text-align: center;
}

.panelPopupHyperlink{
    text-decoration:none;
    font-size: 14px;
    color:black;

}
.panelPopuHyperlinkOnMouseOver{
    text-decoration:none;
    vertical-align:top;
    font-size: 14px;
    font-weight: bold;
    color:black;
}

.heading1{
    font-size: 170%;
    color: #000022;
    margin-bottom: 20px;
}


.heading2{
    font-size: 120%;
    color: #171790;
    font-weight: bold;
    margin-bottom: 15px;
    background-color: #9e9e9e;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
}

.heading3{
    font-size: 120%;
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
    
}


.headingsmall1{
    font-size: 80%;
    color: #000022;
    font-weight: bold;
}


.rightmenulink{
    color: black;
    font-size: 15px;
    text-decoration:none;
}

.rightmenulinkonmouseover{
    color: red;
    font-size: 15px;
    text-decoration:none;
}

.textspecial{
    color:teal;
}


.tableColumn {
    width: 160px;
    text-align: center;
    vertical-align: middle;
    background-color: #eeeeee;
}
.tableColumn2 {
    width: 150px;
    text-align: center;
    vertical-align: middle;
    background-color: #eeeeee;
}

.valigntop{
    vertical-align: top;
    background-color: red;
    margin-top: 0px;
}