﻿/* BODY */
body
{
    font-family: Verdana;
    font-size: 12px;
    background-color: #678FC2;
}


/* LANGUAGE */
.languageTable
{
    margin: 3px 20px 0px 0px;
    vertical-align: middle;
}
.language
{
    font-size: 10px;
    color: #FFFFFF;
}
a.language:link
{
    text-decoration: none;
}
a.language:visited
{
    text-decoration: none;
}
a.language:hover
{
    cursor: pointer;
    text-decoration: underline;
}

.tableListItem
{
    background-image: url(/images/ribbon/item.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
}
/* TITLE */
.titleBackground
{
    height: 52px;
    background-image: url(images/title_background.jpg);
}

.titleIcon
{
    height: 44px;
    width: 36px;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 36px;
    background-image: url(images/title_icon.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}


/* LINKS */
a
{
    font-size: 11px;
    text-decoration: none;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}


/* TABS */
.tabs
{
    cursor: pointer;
    height: 26px;
}
.tabsL
{
    width: 12px;
    height: 26px;
    background-image: url(images/tabs/button_background_l.jpg);
    cursor: pointer;
}
.tabsC
{
    font-family: Arial;
    color: #1144AF;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    height: 26px;
    background-image: url(images/tabs/button_background_c.jpg);
}
.tabsR
{
    width: 12px;
    height: 26px;
    background-image: url(images/tabs/button_background_r.jpg);
    cursor: pointer;
}
.tabsBackground
{
    width: 970px;
    height: 25px;
    background-image: url(images/nav_menu/backround.jpg);
}

/* NO ACTIVE TABS */
.naTabs
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: #1144AF;
}

/* TABS SEPARATOR */
.tabsSeparator
{
    width: 24px;
    height: 26px;
    background-image: url(images/nav_menu/separator.jpg);
    background-repeat: no-repeat;
    background-position: center;
}


/* RIBBON BACKGROUND */
.rbbBack
{
    width: 970px;
    height: 106px;
    background-image: url(images/ribbon/background.jpg);
}
.rbbBackOrange
{
    width: 970px;
    height: 106px;
    background-image: url(images/ribbon/backgroundOrange.jpg);
}
.rbbBackBlue
{
    width: 970px;
    height: 106px;
    background-image: url(images/ribbon/backgroundBlue.jpg);
}
.rbbBackGreen
{
    width: 970px;
    height: 106px;
    background-image: url(images/ribbon/backgroundGreen.jpg);
}

.rbbContGreenL
{
    width: 10px;
    background-image: url(images/ribbon/container/left_green.jpg);
}
.rbbContGreenC
{
    background-image: url(images/ribbon/container/center_green.jpg);
}
.rbbContGreenR
{
    width: 10px;
    background-image: url(images/ribbon/container/right_green.jpg);
}
/* RIBBON CONTAINER */
.rbbContL
{
    width: 10px;
    background-image: url(images/ribbon/container/left.jpg);
}
.rbbContC
{
    background-image: url(images/ribbon/container/center.jpg);
}
.rbbContR
{
    width: 10px;
    background-image: url(images/ribbon/container/right.jpg);
}
/* ORANGE */
.rbbContOrangeL
{
    width: 10px;
    background-image: url(images/ribbon/container/left_org.jpg);
}
.rbbContOrangeC
{
    background-image: url(images/ribbon/container/center_org.jpg);
}
.rbbContOrangeR
{
    width: 10px;
    background-image: url(images/ribbon/container/right_org.jpg);
}
/* BLUE */
.rbbContBlueL
{
    width: 10px;
    background-image: url(images/ribbon/container/left_blue.jpg);
}
.rbbContBlueC
{
    background-image: url(images/ribbon/container/center_blue.jpg);
}
.rbbContBlueR
{
    width: 10px;
    background-image: url(images/ribbon/container/right_blue.jpg);
}
/* GREEN */
.rbbContGreenL
{
    width: 10px;
    background-image: url(images/ribbon/container/left_green.jpg);
}
.rbbContGreenC
{
    background-image: url(images/ribbon/container/center_green.jpg);
}
.rbbContGreenR
{
    width: 10px;
    background-image: url(images/ribbon/container/right_green.jpg);
}

/* YELLOW BUTTON */
.yellowButton
{
    height: 22px;
    background-image: url(images/content/button/center.png);
    font-size: 11px;
    color: #11449E;
    cursor: pointer;
}
.yellowButtonL
{
    width: 15px;
    background-image: url(images/content/button/left.png);
}
.yellowButtonR
{
    width: 15px;
    background-image: url(images/content/button/right.png);
}

/* RIBBON ITEM */
.rbbItm
{
    color: #4372B0;
    font-size: 11px;
    cursor: pointer;
}
a.rbbItm:link
{
    color: #4372B0;
    text-decoration: none;
}
a.rbbItm:visited
{
    text-decoration: none;
}
a.rbbItm:hover
{
    text-decoration: underline;
}

/* RIBBON GROUP ICON */
.rbbGrpIcon
{
    position: relative;
    top: 6px;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px;
    height: 48px;
    margin: 0px 0px 0px 10px;
}

/* RIBBON GROUP ITEM */
.rbbGrpImg
{
    background-image: url(images/ribbon/item.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
}

/* RIBBON TITLE */
.rbbTtl
{
    font-size: 11px;
    color: #4372B0;
    cursor: default;
}

/* RIBBON CONTENT */
.rbb
{
    background-image: url(images/ribbon/rbb.png);
}
.rbbh
{
    background-image: url(images/ribbon/rbbh.png);
}
.rbbButton
{
    background-image: url(images/ribbon/rbbButton.jpg);
}
.rbbhButton
{
    background-image: url(images/ribbon/rbbButtonH.jpg);
}

/* CONTENT */
.pageTitle
{
    position: relative;
    top: -10px;
    height: 16px;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0px 0px 0px 22px;
}
.content
{
    background-image: url(images/content_background.jpg);
}
.contentOrange
{
    background-image: url(images/content_background_orange.jpg);
}
.contentBlue
{
    background-image: url(images/content_background_blue.jpg);
}
.contentGreen
{
    background-image: url(images/content_background_green.jpg);
}
.pageCnt
{
    padding: 8px 0px 8px 0px;
    font-size: 11px;
    color: #666666;
}

/* EMPTY TABLE */
.emptyTable
{
    margin: 0px 0px 0px 10px;
    padding: 10px;
    border: solid 1px #CCCCCC;
}
.emptyTableIcon
{
    float: left;
    margin: 0px 10px 5px 0px;
}
.emptyTableTitle, a.emptyTableTitle:link, a.emptyTableTitle:visited, a.emptyTableTitle:hover
{
    font-weight: bold;
    font-size: 13px;
    color: #0560A6;
    cursor: default;
    text-decoration: none;
}
a.emptyTableTitle:hover
{
    cursor: pointer;
    text-decoration: underline;
}
.emptyTableMessage
{
    font-size: 11px;
    color: #666666;
    cursor: default;
    margin: 3px 0px 0px 0px;
}
a.emptyTableLink:link
{
    color: #047DD4;
    cursor: pointer;
    text-decoration: none;
}
a.emptyTableLink:visited
{
    color: #047DD4;
    cursor: pointer;
    text-decoration: none;
}
a.emptyTableLink:hover
{
    color: #047DD4;
    cursor: pointer;
    text-decoration: underline;
}

/* GREY TABLE */
.greyTable
{
    background-color: #F2F2F2;
    margin: 0px 0px 0px 10px;
    border: solid 1px #CCCCCC;
}
.greyTableTitle
{
    background-image: url(images/table_title.png);
    height: 26px;
}
.greyTableTitleText
{
    font-weight: bold;
    position: relative;
    left: 10px;
    top: 3px;
}
.greyTableMessage
{
    font-size: 10px;
    color: #666666;
    cursor: default;
    margin: 5px 15px 10px 15px;
}
a.greyTableLink:link
{
    color: #666666;
    font-size: 10px;
    text-decoration: none;
}
a.greyTableLink:visited
{
    color: #666666;
    font-size: 10px;
    text-decoration: none;
}
a.greyTableLink:hover
{
    color: #666666;
    cursor: pointer;
    text-decoration: underline;
}

/* YELLOW TABLE */
.yellowTable
{
    margin: 0px 0px 0px 10px;
    padding: 10px;
    border: solid 1px #CCCCCC;
}
.yellowTableIcon
{
    float: left;
    margin: 0px 5px 0px 0px;
}
.yellowTableTitle
{
    background-color: #F2A31B;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    cursor: default;
    padding: 0px 0px 0px 10px;
}
.yellowTableMessage
{
    color: #0560A6;
    font-size: 10px;
    cursor: default;
    margin: 3px 10px 3px 10px;
}
a.yellowTableLink:link
{
    color: #047DD4;
    font-size: 10px;
    text-decoration: none;
}
a.yellowTableLink:visited
{
    color: #047DD4;
    font-size: 10px;
    text-decoration: none;
}
a.yellowTableLink:hover
{
    color: #047DD4;
    text-decoration: underline;
}

/* DIV LINK */
.divLink
{
    cursor: pointer;
}

.tableMenuOrange
{
    text-align: left;
    background-color: #F7F2E4;
    width: 155px;
    border-right: solid 1px #E5C57E;
    background-image: url(images/cornerOrange.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.tableMenuGreen
{
    text-align: left;
    background-color: #E4F0E4;
    width: 155px;
    border-right: solid 1px #A4BFA4;
    background-image: url(images/cornerGreen.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.tableTitleContent
{
    background-color: #F0DFBE;
    height: 17px;
    border-bottom: solid 1px #E5C57E;
    text-align: left;
}
a.tableTitleContentText:link
{
    position: relative;
    left: 10px;
    top: 2px;
    font-size: 9px;
    color: #636363;
    text-decoration: none;
}
a.tableTitleContentText:visited
{
    position: relative;
    left: 10px;
    top: 2px;
    font-size: 9px;
    color: #636363;
    text-decoration: none;
}
a.tableTitleContentText:hover
{
    position: relative;
    left: 10px;
    top: 2px;
    font-size: 9px;
    color: #636363;
    text-decoration: underline;
}
.tableContent
{
    background-color: #FFFFFF;
}
.listesTitleStyleOrange
{
    list-style-image: url(images/ribbon/item.jpg);
    color: #D98E16;
    font-size: 10px;
    font-weight: bold;
    cursor: default;
    position: relative;
    left: 10px;
    top: 4px;
}
.listesTitleStyleGreen
{
    list-style-image: url(images/ribbon/item.jpg);
    color: #4B7A5F;
    font-size: 10px;
    font-weight: bold;
    cursor: default;
    position: relative;
    left: 10px;
    top: 4px;
}
.listesStyle
{
    list-style-image: url(images/ribbon/item.jpg);
    color: #636363;
    font-size: 10px;
    cursor: default;
    margin: 3px 0px 3px 5px;
}


/* CONTENT BORDER */
.contentBorderTL
{
    width: 5px;
    height: 31px;
    background-image: url(images/content_border/top_l.png);
}
.contentBorderTC
{
    height: 30px;
    font-weight: bold;
    color: #11449E;
    background-image: url(images/content_border/top_c.png);
}
.contentBorderTR
{
    width: 5px;
    height: 31px;
    background-image: url(images/content_border/top_r.png);
}
.contentBorderL
{
    width: 10px;
    background-image: url(images/content_border/left.png);
}
.contentBorderR
{
    width: 10px;
    background-image: url(images/content_border/right.png);
}
.contentBorderBL
{
    width: 10px;
    background-image: url(images/content_border/bottom_l.png);
}
.contentBorderBC
{
    height: 5px;
    background-image: url(images/content_border/bottom_c.png);
}
.contentBorderBR
{
    width: 10px;
    background-image: url(images/content_border/bottom_r.png);
}

.redStar
{
    color: Red;
}

/* CONTENT BOTTOM */
.contentBottomL
{
    width: 20px;
    background-image: url(images/content_bottom_l.jpg);
}
.contentBottomC
{
    width: 950px;
    background-image: url(images/content_bottom_c.jpg);
}
.contentBottomR
{
    width: 20px;
    background-image: url(images/content_bottom_r.jpg);
}

/* CONTENT BOTTOM LINE */
.contentBottomLineL
{
    width: 10px;
    background-image: url(images/content_bottom_line_l.jpg);
    background-repeat: repeat-x;
}
.contentBottomLineC
{
    width: 950px;
    background-image: url(images/content_bottom_line_c.jpg);
    background-repeat: repeat-x;
}
.contentBottomLineR
{
    width: 10px;
    background-image: url(images/content_bottom_line_r.jpg);
    background-repeat: repeat-x;
}

/* ELEMENT BACKGROUND */
.elementBack
{
    width: 230px;
    height: 74px;
    background-image: url(images/element_background.jpg);
    background-repeat: no-repeat;
}

/* CRTIFICATION TRASPARENCY */
.transparent
{
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}


/* COPYRIGHT */
.copyright
{
    color: #2771BA;
    font-size: 11px;
}
a.copyright:link
{
    color: #2771BA;
    text-decoration: none;
}
a.copyright:visited
{
    text-decoration: none;
}
a.copyright:hover
{
    text-decoration: underline;
}
.elementBack2
{
    width: 230px;
    height: 74px;
    background-image: url(/images/element_background2.jpg);
    background-repeat: no-repeat;
}
.contentBottomLGreen
{
    width: 20px;
    background-image: url(/images/live_content_bottom_l.jpg);
}
.contentBottomCGreen
{
    width: 950px;
    background-image: url(/images/live_content_bottom_c.jpg);
}
.contentBottomRGreen
{
    width: 20px;
    background-image: url(/images/live_content_bottom_r.jpg);
}
.gridPadding
{
    padding: 50px;
}
.descriptionTitle
{
    font-weight: bold;
    font-size: 13px;
    color: #0560A6;
}
.descriptionText
{
    font-size: 11px;
    color: #555555;
    font-weight: normal;
    margin-left: 40px;
    padding-top: 5px;
    padding-bottom: 10px;
}
.requestTextbox
{
    border-color: #969696;
    border-width: 1px;
    border-style: solid;
    font-family: Verdana;
    width: 418px;
}
.requestTable td
{
    text-align: left;
}

.formButton
{
    background-color: White;
    border-color: #BFE6FF;
    border-style: Dotted;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}
.shedule
{
padding:5px;

}