﻿/* CSS Document */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
    vertical-align: baseline;
    background: transparent;
}

html {
    height: 100%;
}

body {
    height: 100%;
    color: #363636;
}

h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: .9em;
}

p {
    font-size: 1em;
}

ol, ul {
    list-style: none;
}

select {
    padding: 1px;
}

a {
    text-decoration: none;
    color: rgb(0, 114, 198);
    font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
    font-size: 13px;
     cursor: pointer;
}    

a:hover {
    color: #0072c6;
    text-decoration: underline;
}

:focus {
    outline: 0;
}

.clear {
    clear: both;
}

.maincontent {
    font-size: 13px;
}

/*page styles*/
body {
    background-color: #FFFFFF;
    font-size: 13px;
	font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;	
	color: #505050;
	margin: 0px;
}

#pagebackground {
    background: url(/CUI/Resources/images/wwe_background_header2.png) top left repeat-x;
    background-color: White;
}

#pagewrapper {
    width: 960px;
    min-height: 100%;
    background: url(/CUI/Resources/images/wwe_background_header2main.png) center top no-repeat;
    margin: 0 auto;
}

#pageheader {
    width: 1040px;
    height: 160px;
    overflow: auto;
}

.mainbrand {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
    height: 35px;
    cursor: pointer;
}

.topblade {
    float: right;
    height: 25px;
    width: auto;
    background: url(/CUI/Resources/images/blade_back.png);
    position: relative;
    padding: 0;
}

    .topblade ol {
        float: right;
        height: 25px;
        vertical-align: top;
    }

        .topblade ol li {
            float: left;
            padding: 0 10px;
        }

    .topblade a {
        line-height: 2em;
        color: White;
    }

.community {
    background-color: #fff;
    border: 1px Solid #cccccc;
    border-bottom: 5px solid #cccccc;
    position: absolute;
    width: 170px;
    margin-top: 3px;
    margin-left: -150px;
    z-index: 1001;
    padding: 10px;
}

    .community a {
        color: #71a600;
    }

.topblade a:hover {
    color: #ffa500;
}

#culturepopup {
    font-size: 1.2em;
}

    #culturepopup span {
        font-size: 1.5em;
    }

#AdvancedLink {
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    margin: 10px 5px 10px 0;
}

.advancedfind {
    background: url(/CUI/Resources/images/icon_globe.png) top left no-repeat;
    float: right;
    height: 30px;
    padding-left: 30px;
}

.advanceSearch {
    text-align: right;
    padding-top: 10px!important;
}

    .advanceSearch a {
        color: rgb(0, 114, 198)!important;
        font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
        font-size: 13px;
        padding-top: 10px;
    }

.culturecolumn {
    float: left;
    height: auto;
    margin: 20px 5px;
    width: 18%;
}

    .culturecolumn li {
        padding: 5px;
    }

#navarea {
    width: 100%;
    height: 45px;
    background: url(/CUI/Resources/images/nav_back.png);
}

#pagecontent {
    margin: 5px auto 100px auto;
    width: 940px;
    overflow: visible;
    padding-bottom: 350px;
}

#pagefooter {
    position: relative;
    background-color: #547f97;
    margin-top: -350px;
    margin-bottom: -20px;
    height: 350px;
}

.footer_wrapper {
    background: url(/CUI/Resources/images/footer_flares.png) top left no-repeat;
    width: 940px;
    margin: 0 auto;
    height: 294px;
    color: #7dbacd;
}

.footer_info {
    margin-top: 12px;
    margin-right: 120px;
    text-align: right;
}

    .footer_info a {
        color: White;
        text-decoration: none;
    }

        .footer_info a:hover {
            color: #ffa500;
        }

.logoimage {
    height: 17px;
    width: 90px;
}

div#WWELogo {
    float: left;
}

div.footerlogo {
    position: relative;
    height: 17px;
    top: 17px;
    margin-left: 855px;
}

div.copyright {
    position: relative;
    margin-left: 842px;
    top: 25px;
    color: #7dbacd;
}

#footerbreakline {
    background: url(/CUI/Resources/images/white_breakline.png);
    height: 1px;
    margin: 20px 0;
}

.divider {
    margin: 20px 0;
}

/*navarea starts*/
#navarea div {
    display: inline;
}

#menu li.topmenuitem {
    float: left;
    margin: 4px;
    border: 1px solid transparent;
}

#menu a.topmenutext {
    display: block;
    font: normal 1.22em Tahoma;
    padding: 0 20px;
    margin-top: -2px;
    line-height: 2.8em;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    color: White;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#menu li.menuopen {
    background: #fff;
    border-color: #c7c6c6;
    border-bottom: none;
}

    #menu li.menuopen a.topmenutext {
        color: #363636;
    }

#menu table {
    position: absolute;
    background-color: #fff;
    border: 1px solid #c7c6c6;
    border-bottom: 5px solid #c7c6c6;
    border-top: 0;
    padding: 15px;
    border-collapse: separate;
    display: none;
    margin-left: -1px;
    z-index: 1000;
}

    #menu table td {
        padding-left: 15px;
        vertical-align: baseline;
    }

        #menu table td:first-child {
            padding-left: 0;
        }

        #menu table td p {
            text-align: left;
            font: normal 1.2em Tahoma;
            color: #252525;
            margin-bottom: 10px;
        }

    #menu table ol {
        max-height: 400px;
        overflow: auto;
    }

        #menu table ol li {
            padding-top: 5px;
        }

            #menu table ol li:first-child {
                padding-top: 0;
            }

    #menu table a {
        background: transparent;
        color: #71a600;
        font: normal .95em Tahoma;
        text-decoration: none;
        padding: 2px 5px 2px 5px;
        display: block;
    }

        #menu table a:hover {
            background: #ffa500;
            color: #fff;
        }

div.searcharea {
    padding: 12px;
    float: right;
}

    div.searcharea select {
        margin-right: 3px;
        width: auto;
        height: 24px;
        margin-top: -2px;
    }

div.searchbox {
    border: #fff 1px solid;
    background-color: #fff;
    white-space: nowrap;
    vertical-align: top;
    font-size: 150%;
    padding: 1px 1px 1px 5px;
}

input.searchtb {
    width: 250px;
    font: normal 100%;
    border: 0;
    vertical-align: top;
}

input.grayitalic {
    color: Gray;
    font-style: italic;
}

input.blacknormal {
    color: #363636;
    font-style: normal;
}

.btnsearch {
    border: 0;
    overflow: hidden;
    cursor: pointer;
    vertical-align: top;
}

.advsearchtitle {
    color: White;
    text-decoration: none;
    margin: 5px;
    padding-left: 5px;
}
/*navarea ends*/

/*options starts*/
#options {
    height: 290px;
    width: 607px;
    background: url(/CUI/Resources/Images/quickfind.png) bottom left no-repeat;
    padding-left: 90px;
    margin-bottom: 30px;
    margin-left: 30px;
}

    #options table {
        position: absolute;
        border-top: 0;
        padding: 15px;
        z-index: 1000;
        margin-top: 210px;
    }

    #options ol {
        border-left: 1px solid #cfcfcf;
        margin-left: 35px;
        padding-left: 10px;
    }

    #options li {
        line-height: 1.5em;
        font: normal 1.2em Verdana;
        cursor: pointer;
    }

#calenderoption {
    float: right;
    background: url(/CUI/Resources/Images/homecalendarblue.png) bottom left no-repeat;
    width: 322px;
    height: 120px;
    margin-top: 50px;
}

.interactiveCalTitle {
    font: normal 1.2em Verdana;
    cursor: pointer;
}

#calenderoption p {
    margin-left: 150px;
    line-height: 1.3em;
    margin-top: 20px;
}
/*options ends*/

/*footernav starts*/
#footernav {
    height: 290px;
    width: 607px;
    margin-bottom: 30px;
    margin-left: -43px;
}

    #footernav li.title {
        font: normal 1.22em Tahoma;
        margin-bottom: 5px;
        color: #7dbacd;
        text-transform: uppercase;
    }

    #footernav table {
        position: absolute;
        border-top: 0;
        padding: 15px;
        z-index: 1000;
        border-collapse: collapse;
        border-spacing: 0;
    }

        #footernav table td {
            vertical-align: baseline;
        }

    #footernav ol {
        border-left: 1px solid #7dbacd;
        margin-left: 50px;
        padding-left: 10px;
    }

    #footernav li {
        font: normal 1.2em Verdana;
        cursor: pointer;
        line-height: 1.6em;
    }

    #footernav a {
        color: #fff;
        font: normal .85em Verdana;
    }

        #footernav a:hover {
            color: #ffa500;
        }
/*footernav ends*/

/*special button starts*/
.specialbutton {
    height: 32px;
    cursor: pointer;
    padding-right:10px;
}

    .specialbutton .center {
        padding: 0 12px;
        vertical-align: middle;
    }

    .specialbutton a {
        color: White;
        font-size: 1.1em;
        white-space: nowrap;
    }

.specialbutton2 {
    height: 32px;
    cursor: pointer;
}

    .specialbutton2 .center {
        padding: 0 12px;
        vertical-align: middle;
    }

    .specialbutton2 a {
        color: White;
        font-size: 1.3em;
        font-weight: bold;
        white-space: nowrap;
    }

        .specialbutton2 a:hover {
            color: #c25c04;
        }

a.closebutton {
    padding: 5px;
    background: transparent url(/CUI/resources/images/EventBox_close2.gif) no-repeat center;
}

a:hover.closebutton {
    background: transparent url(/CUI/resources/images/EventBox_close_hover.gif) no-repeat center;
}

/*special button ends*/
/*Most popular section tab style starts*/
table#tab td
{
    color: #71a600;
    font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;  
    border-bottom-width: 5px;    
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    white-space: nowrap;
    padding-bottom: 8px;
	padding-top: 8px;    
}

table#tab td a
{
    padding-right: 15px;
	padding-left: 15px;    
	width: 100%;
    font-size: 15px;   
}

table#tab td a:hover
{
    text-decoration: none;
    border-bottom-width: 5px;    
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    padding-bottom: 8px; 
    color:rgb(8, 48, 71);
    width: 100%;                                	        
}

table#tab td:hover, table#tab td.selected:hover
{
    text-decoration: none;
    border-bottom-width: 5px;    
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    padding-bottom: 8px; 
    color:rgb(8, 48, 71);
}

table#tab td.selected a
{
    color: #71a600;
    font-size: 15px;
    width: 100%;     
}

table#tab td.selected
{    
    color: #71a600;	
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #71A600;
	white-space: nowrap;
	display: block;
	font-size: 15px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.bar_tabs_secondary
{
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    width: 100%;
}

/*Most popular section tab style ends*/

img.loadingimg {
    padding-left: 10px;
    display: none;
}

.loader {
    position: absolute;
    height: 60px;
    width: 60px;
    background: url(/cui/Resources/images/loading.gif) no-repeat center;
    display: none;
    z-index: 1001;
}

.contentheader {
    color: #333333;
    font-family: "Segoe UI Light";
    font-size: 24px;
}

.contentsubheader {
    margin: 5px 0 15px 0;
    color: #505050;
    font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
    font-size: 13px;
}

/*---------------------------------------------------------------*/
/*Opera Fix*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}
/*---------------------------------------------------------------*/
/* Sprite styles*/
.orangec {
    background: transparent url('/CUI/Resources/images/MasterSprite.png') repeat-x scroll 0 -1px;
    height: 33px;
}

.greyc {
    background: transparent url('/CUI/Resources/images/MasterSprite.png') repeat-x scroll 0 -35px;
    height: 33px;
}

/*.breakline {
    background: transparent url('/CUI/Resources/images/MasterSprite.png') repeat-x scroll 0 -69px;
    height: 1px;
}*/

.wwelogo {
    color: #333333;
    font-family:"Segoe UI", Arial, Verdana, Tahoma, sans-serif;
    font-size: 20px;
    padding-left: 5px;
}


.mslogo {
    background: transparent url('/CUI/Resources/images/MasterSprite.png') no-repeat scroll -1px -98px;
    width: 90px;
    height: 17px;
    overflow: hidden;
}

.binglogo {
    top: -117px;
    left: -1px;
}

.bingsearch {
    background: transparent url('/CUI/Resources/images/MasterSprite.png') no-repeat scroll -70px -117px;
    width: 43px;
    height: 18px;
    overflow: hidden;
}

.greyr {
    background: transparent url('/CUI/Resources/images/MasterSprite.png') no-repeat scroll -1px -143px;
    width: 7px;
    height: 32px;
    overflow: hidden;
}

.oranger {
    background-color: #7fba00;
}

.orangel {
    background-color: #7fba00;
}

.greyl {
    background: transparent url('/CUI/Resources/images/MasterSprite.png') no-repeat scroll -24px -143px;
    width: 7px;
    height: 32px;
    overflow: hidden;
}

.passporticon {
    background: transparent url('/CUI/Resources/images/MasterSprite.png') no-repeat scroll -33px -143px;
    width: 23px;
    height: 24px;
    overflow: hidden;
}

.histicon {
    background: transparent url('/CUI/Resources/images/MasterSprite.png') no-repeat scroll -93px -98px;
    width: 22px;
    height: 12px;
    overflow: hidden;
}

.favicon {
    background: transparent url('/CUI/Resources/images/MasterSprite.png') no-repeat scroll -58px -143px;
    width: 22px;
    height: 12px;
    overflow: hidden;
}

.searchicon {
    background: transparent url('/CUI/Resources/images/MasterSprite.png') no-repeat scroll -117px -98px;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.regicon {
    background: transparent url('/CUI/Resources/images/MasterSprite.png') no-repeat scroll -58px -157px;
    width: 20px;
    height: 12px;
    overflow: hidden;
}

.manageevents {
    background: transparent url('/CUI/Resources/images/MasterSprite.png') no-repeat scroll -82px -137px;
    width: 16px;
    height: 13px;
    overflow: hidden;
}

.tooltip {
    background: transparent url('/CUI/Resources/images/MasterSprite.png') no-repeat scroll -82px -152px;
    width: 15px;
    height: 15px;
    overflow: hidden;
}

.chevronexpand {
    top: -98px;
    left: -139px;
}

.chevroncollapse {
    top: -120px;
    left: -115px;
}

.closeboxhover {
    background: transparent url('/CUI/Resources/images/MasterSprite.png') no-repeat scroll -100px -137px;
    width: 9px;
    height: 9px;
    overflow: hidden;
}

.closebox {
    background: transparent url('/CUI/Resources/images/MasterSprite.png') no-repeat scroll -126px -120px;
    width: 9px;
    height: 9px;
    overflow: hidden;
}

.bladeback {
    background: transparent url('/CUI/Resources/images/MasterSprite.png') no-repeat scroll -33px -169px;
    width: 2px;
    height: 2px;
    overflow: hidden;
}

.regicon {
    background: transparent url('/CUI/Resources/images/icon_registeredEvents.png') top left no-repeat;
    padding-bottom: 5px;
}

.favicon {
    background: transparent url('/CUI/Resources/images/icon_bookmarkedEvents.png') top left no-repeat;
    padding-bottom: 5px;
}

.histicon {
    background: transparent url('/CUI/Resources/images/icon_historyEvents.png') top left no-repeat;
    padding-bottom: 5px;
}

.manageevents {
    background: transparent url('/CUI/Resources/images/icon_manageEvents.png') top left no-repeat;
    padding-bottom: 5px;
    padding-right: 10px;
}
/*---------------------------------------------------------------*/

/*Event popup*/
#meventInfo {
    display: none;
}

.ebox {
    background-color: #ffffff;
    border: 3px solid #c6c6c6;
    padding: 0 0 5px 15px;
    display: none;
    width: 350px;
    z-index: 100;
}

.closett {
    text-align: right;
    padding: 3px;
}

.infoboxtable {
    vertical-align: top;
    border: 0;
    font-size: 0.9em;
}

    .infoboxtable tr td {
        overflow: hidden;
        white-space: normal;
    }

.infocolumn {
    padding: 0 15px 10px 0;
}

.infobuttoncolumn {
    padding: 0 15px 10px 0;
    float: right;
}

.infotitle {
    font-size: 1.2em;
    color: Black;
    font-weight: bold;
}

.infoboxtable span.datebold {
    font-weight: bold;
    color: #555;
}

.infoboxtable span.timezone {
    font-style: italic;
    color: #999;
}

.infofooter {
    padding: 5px 0;
    font-size: xx-small;
}

/*Welcome page*/
.actionbar {
    text-align: left;
    margin: 10px 0;
}

/*Advanced Search*/
.wwebutton {
    text-align: center;
    padding: 5px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 5px 10px 10px 5px;
    display: inline-block;
    line-height: 1.5em;
    color: White;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
}

    .wwebutton:hover {
        color: #fff;
    }

.orangebg {
    background-color: #fe9212!important;
}

.space_vertical {
    height: 24px;
}

/*this is applicable for all the buttons(Sign In, Register..etc) across all pages*/
.button_green {
    color: #FFFFFF!important;
    background-color: rgb(113, 166, 0);
    min-width: 86px;
    max-width: 150px;
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-top: 5px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Segoe UI, Arial, Verdana, Tahoma, sans-serif;
    font-size: 13px!important;
    text-decoration: none!important;
    cursor: pointer;
}
.button_grey
{
    color: #212121!important;
    background-color: rgb(204, 204, 204);
    height: 30px;
    min-width: 86px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 5px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
    font-size: 13px!important;
    text-decoration: none!important;
    cursor: pointer;
    vertical-align: top;
}

.horizontal_rule_001
{
    height: 5px;
    background-color: #eeeeee;
}
.spacing_row_20px
{
    height: 20px;
    clear: both;
    margin: auto;
}


a.ev:link {
    color: rgb(21, 112, 166);
    font-size: 15px;
    text-decoration: none;
}

a.ev:visited {
    color: rgb(21, 112, 166);
    font-size: 15px;
    text-decoration: none;
}

a.ev:hover {
    color: rgb(8, 48, 71);
    font-size: 15px;
    text-decoration: underline;
}

a.ev:active {
    text-decoration: none;
}

.overlay_top_content_02 {
    text-align: left;
    padding: 20px 30px 40px 30px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0px 0px 25px #333333;
    background-color: rgb(255, 255, 255);
}

.text_header_black_20px {
    color: #333333;
    font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
    font-size: 20px;
}

.text_header_green_24px {

    color: #71a600;
    font-family: "Segoe UI Light";
    font-size: 24px;
}

.text_header_green_20px
{
    color: #71a600;
    font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
    font-size: 20px;
}

.spacing_row_10px
{
    height: 10px;
    clear: both;
    margin: auto;
}

.spacing_row_5px
{
    height: 5px;
    clear: both;
    margin: auto;
}

.sortby{ color:#505050; font-size: 13px; font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif; float: left; }
.date { color:#505050; padding-left: 5px;}
.linktextDate { font: .7em; text-decoration: none; font-weight: normal; padding-right:7px;}

.spacing_row_30px
{
    height: 30px;
    margin: auto;
}

#tdPagingArea, #tblExtra {
    float: right;
}

a.secondary:link {
    color: #1570a6;
    font-size: 15px;
    text-decoration: none;

}
a.secondary:visited {
     color: #1570a6;
    font-size: 15px;
    text-decoration: none;
}

a.secondary:hover {
     color: #083047;
    font-size: 15px;
    text-decoration: underline;
}
a.secondary:active {
    text-decoration: underline;
}

.segoe_semibold
{
    color: #000000;
    font-family: "Segoe UI Semibold";
    font-size: 13px;
}

.text_lightgrey {
    color: #aaaaaa;
}

.tile_autoheight_01
{
    border: 1px solid #DDDDDD;
    padding: 30px;
}

.popularevents_filteroptions {
    background-color: #eeeeee;
    height: 56px;
    width: 100%;
}

.gridheader {
    height: 56px;
    color: #505050;
    font-size: 13px;
    font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
}
.gridheader td { vertical-align: middle;border: none; }

.default_font {
    color: #505050;
    font-size: 13px;
    font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
}

.accordion_01 {
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: "Segoe UI Semibold";
	padding-right: 7px;
	padding-left: 11px;
	border: 1px solid #dddddd;
	color: #71a600;
	background-color: #f5f5f5;
    font-size: 13px;
}

a.icon_expand_01:link {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/CUI/Resources/Images/icon_accordion_01.png);
	background-repeat: no-repeat;
	background-position: -42px center;
	text-decoration: none;
    float: right;
}
a.icon_expand_01:visited {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/CUI/Resources/Images/icon_accordion_01.png);
	background-repeat: no-repeat;
	background-position: -42px center;
	text-decoration: none;
    float: right;
}
a.icon_expand_01:hover {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/CUI/Resources/Images/icon_accordion_01.png);
	background-repeat: no-repeat;
	background-position: -84px center;
	text-decoration: none;
    float: right;
}
a.icon_expand_01:active {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/CUI/Resources/Images/icon_accordion_01.png);
	background-repeat: no-repeat;
	background-position: -126px center;
	text-decoration: none;
    float: right;
}
a.icon_collapse_01:link {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/CUI/Resources/Images/icon_accordion_01.png);
	background-repeat: no-repeat;
	background-position: -63px center;
	text-decoration: none;
    float: right;
}
a.icon_collapse_01:visited {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/CUI/Resources/Images/icon_accordion_01.png);
	background-repeat: no-repeat;
	background-position: -63px center;
	text-decoration: none;
    float: right;
}
a.icon_collapse_01:hover {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/CUI/Resources/Images/icon_accordion_01.png);
	background-repeat: no-repeat;
	background-position: -105px center;
	text-decoration: none;
    float: right;
}
a.icon_collapse_01:active {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/CUI/Resources/Images/icon_accordion_01.png);
	background-repeat: no-repeat;
	background-position: -147px center;
	text-decoration: none;
    float: right;
}

.text_highlight_green_01 {
    color: #71a600;
    font-family: "Segoe UI Semibold";
    font-size: 13px;
}

.text_highlight_red_01 {
    color: red;
    font-family: "Segoe UI Semibold";
    font-size: 13px;
}


a.paging_arrows_left_01:link {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/cui/resources/images/icon_arrows_01.png);
	background-repeat: no-repeat;
	background-position: -42px center;
	text-decoration: none;
}
a.paging_arrows_left_01:visited {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/cui/resources/images/icon_arrows_01.png);
	background-repeat: no-repeat;
	background-position: -42px center;
	text-decoration: none;
}
a.paging_arrows_left_01:hover {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/cui/resources/images/icon_arrows_01.png);
	background-repeat: no-repeat;
	background-position: -84px center;
	text-decoration: none;
}
a.paging_arrows_left_01:active {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/cui/resources/images/icon_arrows_01.png);
	background-repeat: no-repeat;
	background-position: -126px center;
	text-decoration: none;
}

.paging_arrows_left_inactive_01 {
	background-image: url(/cui/resources/images/icon_arrows_01.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	display: block;
	height: 21px;
	width: 21px;
	cursor: default;
}

a.paging_arrows_right_01:link {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/cui/resources/images/icon_arrows_01.png);
	background-repeat: no-repeat;
	background-position: -63px center;
	text-decoration: none;
}
a.paging_arrows_right_01:visited {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/cui/resources/images/icon_arrows_01.png);
	background-repeat: no-repeat;
	background-position: -63px center;
	text-decoration: none;
}
a.paging_arrows_right_01:hover {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/cui/resources/images/icon_arrows_01.png);
	background-repeat: no-repeat;
	background-position: -105px center;
	text-decoration: none;
}
a.paging_arrows_right_01:active {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/cui/resources/images/icon_arrows_01.png);
	background-repeat: no-repeat;
	background-position: -147px center;
	text-decoration: none;
}

.paging_arrows_right_inactive_01{
	background-image: url(/cui/resources/images/icon_arrows_01.png);
	background-repeat: no-repeat;
	background-position: -21px center;
	display: block;
	height: 21px;
	width: 21px;
	cursor: default;
}

.text_header_black_16px
{
    color: #333333;
    font-family: "Segoe UI", Arial, Verdana, Tahoma, sans-serif;
    font-size: 16px;
}

a.icon_cancel_01:link {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/CUI/Resources/Images/icon_cancel_01.png);
	background-repeat: no-repeat;
	background-position: -21px center;
	text-decoration: none;
    float: right;
}
a.icon_cancel_01:visited {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/CUI/Resources/Images/icon_cancel_01.png);
	background-repeat: no-repeat;
	background-position: -21px center;
	text-decoration: none;
    float: right;
}
a.icon_cancel_01:hover {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/CUI/Resources/Images/icon_cancel_01.png);
	background-repeat: no-repeat;
	background-position: -42px center;
	text-decoration: none;
    float: right;
}
a.icon_cancel_01:active {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/CUI/Resources/Images/icon_cancel_01.png);
	background-repeat: no-repeat;
	background-position: -63px center;
	text-decoration: none;
    float: right;
}

.segoe_semibold_11px
{
    color: #000000;
    font-family: "Segoe UI Semibold";
    font-size: 11px;
}

.calendar_text_grey_01 {
	font-size: 11px;
}

.popup_header_01 {
	background-color: #71a600;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	font-size: 24px;
	color: #FFFFFF;
	font-family: "Segoe UI Light";
	white-space: nowrap;
	padding-right: 16px;
	width: 165px;
    height: 36px;
    
}

a.icon_map_01:link {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/CUI/Resources/Images/icon_map_01.png);
	background-repeat: no-repeat;
	background-position: -21px center;
	text-decoration: none;
}
a.icon_map_01:visited {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/CUI/Resources/Images/icon_map_01.png);
	background-repeat: no-repeat;
	background-position: -21px center;
	text-decoration: none;
}
a.icon_map_01:hover {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/CUI/Resources/Images/icon_map_01.png);
	background-repeat: no-repeat;
	background-position: -42px center;
	text-decoration: none;
}
a.icon_map_01:active {
	display: block;
	height: 21px;
	width: 21px;
	background-image: url(/CUI/Resources/Images/icon_map_01.png);
	background-repeat: no-repeat;
	background-position: -63px center;
	text-decoration: none;
}
.outlookImage {
    background-image: url(/CUI/Resources/Images/icon_outlook.jpg);
    background-repeat: no-repeat;
	padding-left:32px;
    padding-top:13px;    
}
.addToOutlookTd {
    height:35px;
}