﻿.body
{
    text-align: center;
    background: #03abce url(images/d2h_repeater.png) repeat-y top center;
}
.wrapper
{
    width: 960px;
    margin: 0 auto;
    text-align: left;
}
.bg_style
{
    background: url(images/d2h_sky_river_small.png) no-repeat top center;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 600px;
}
.home .bg_style
{
    background: url(images/d2h_sky_river_large.png) no-repeat top center;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 600px;
}

.doctohelp .bg_style, .doctohelpword .bg_style, .demoworks .bg_style
{
    background: url(images/d2h_sky_river_small.png) no-repeat top center;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 600px;
}

.openBackground .bg_style
{
    background: url(images/d2h_sky_river_none.png) no-repeat top center;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 600px;
}


.header
{
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    z-index: 3;
}
.main
{
    display: block;
    clear: both;
    min-height: 700px;
    padding: 0 10px;
    z-index: 2;
}
.footer
{
    background: #03abce url(images/d2h_footer.png) no-repeat top center;
    padding: 120px 10px 4px 10px;
    min-height: 200px;
    text-align: left;
    font-size: .8em;
    color: #fff;
    clear: both;
    z-index: 2;
}
.footer .wrapper
{
    width: 960px;
    margin: 0 auto;
    text-align: left;
    background: none;
}
.top
{
}
.logo
{
    float: left;
    margin: 53px 0 0 11px;
    padding: 0 6px 0 0;
}

.buttonholder
{
    position: absolute;
    top: 105px;
    padding-left: 731px;
}

.buttonholder a.button
{
    float: right;
}

.navarea .buttonholder a.button
{
    color: #0577AF;
}

.logo a
{
    padding: 0 1px;
}
.navarea
{
    position: relative;
    zoom: 1;
    z-index: 99;
    font-family: Georgia, Bodoni, Garamond, Times New Roman, Serif;
}
.navarea a, .navarea a:link, .navarea a:visited, .navarea a:active, .navarea a:hover
{
    color: #fff;
}

/* *************** OLD C1 Menu Stuff *************************
.menuholder
{
    position: relative;
    zoom: 1;
    display: block;
    padding: 0;
    margin: 5px 10px 0 0;
    float: right;
}
.menubar
{
    display: block;
    padding: 0;
    margin: 0 10px;
    height: 55px;
}
.menuholder .leftcap
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 10px;
    height: 55px;
    background: url(images/d2h_nav_left.png) no-repeat center left;
}
.menuholder .rightcap
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 10px;
    height: 55px;
    background: url(images/d2h_nav_right.png) no-repeat center right;
}
.menubar .menu
{
    display: block;
    float: left;
    font-size: 1em;
    line-height: 1;
    font-weight: 700;
    padding: 0;
}
.menu
{
    font-family: Georgia, Bodoni, Garamond, Times New Roman, Serif;
}
.menu .C1MenuItem
{
    display: block;
    color: #fff;
    padding: 0 3px;
    margin: 0;
}

.menu .C1Link
{
    display: block;
    float: none;
    color: #fff;
    padding: 3px 4px;
    text-shadow: #000 0px 0px 5px;
}
.menubar .menu .C1Link
{
    display: block;
    float: none;
    color: #fff;
    padding: 8px 17px 8px 10px;
}
.menu .C1Hover
{
    background: #553829;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}
.menu .c1-h-flow .C1Closed
{
    /* padding: 3px 12px 3px 4px;
    background: url(images/dropdown_arrow.png) no-repeat center right;
}
.menubar .menu .c1-h-flow .C1Closed
{
    /* padding: 13px 8px;
    background: url(images/dropdown_arrow.png) no-repeat right center;
}
.menu .C1Opened
{
    background: #553829;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -khtml-border-radius: 4px 4px 0 0;
}
.menu .c1-h-flow .C1Opened
{
    background: #553829 url(images/dropdown_arrow.png) no-repeat center right;
}
.menubar .menu .c1-h-flow .C1Opened
{
    background: #553829 url(images/dropdown_arrow.png) no-repeat right center;
}
.menu .C1SubMenu
{
    margin: -2px 0 0 0;
    display: block;
    padding: 4px;
    background: #553829 url(images/menu_gradientbg.png) repeat-x top left;
    color: #fff;
    font-size: .95em;
    font-weight: 200;
    min-width: 120px;
    z-index: 999;
    border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-radius: 0 4px 4px 4px;
    box-shadow: 3px 3px 5px #333333;
    -moz-box-shadow: 3px 3px 5px #333333;
    -webkit-box-shadow: 3px 3px 5px #333333;
    opacity: .95;
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
}
.menubar .menu .C1SubMenu
{
    min-width: 180px;
}
.menu .C1SubMenu .C1SubMenu
{
    display: block;
    font-size: 1em;
    margin: 0 0 0 8px;
    z-index: 999;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}
.menu .C1SubMenu .C1MenuItem
{
    display: block;
    float: none;
    color: #fff;
    padding: 0 2px;
    margin: 1px;
}
.menu .C1SubMenu .C1MenuItem .C1Heading
{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    background: #775a3b;
    color: #fff;
    padding: 3px 4px;
    font-size: inherit;
    margin: 0;
    line-height: 1;
}
.menu .C1SubMenu .C1MenuItem .C1Link
{
    text-transform: none;
    padding: 3px 4px;
}
.menu .C1SubMenu .C1MenuItem .C1Closed
{
    padding: 3px 12px 3px 4px;
    background: url(images/dropdown_arrow_right.png) no-repeat center right;
}
.menu .C1SubMenu .C1MenuItem .C1Hover, .menu .C1SubMenu .C1MenuItem .C1Opened
{
    background: #553829;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}
.menu .C1SubMenu .C1MenuItem .C1Opened
{
    padding: 3px 12px 3px 4px;
    background: #553829 url(images/dropdown_arrow_right.png) no-repeat center right;
}

.menu .C1SubMenu .devtools .C1Link
{
    font-weight: 700;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #dc2424;
    color: #fff;
}
.menu .C1SubMenu .devtools .C1Hover
{
    background: #ed3535;
}
.menu .C1SubMenu .sharepoint .C1Link
{
    font-weight: 700;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #3fb0f8;
    color: #fff;
}
.menu .C1SubMenu .sharepoint .C1Hover
{
    background: #4fc1f9;
}
.menu .C1SubMenu .documentation .C1Link
{
    font-weight: 700;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #fdb209;
    color: #fff;
}
.menu .C1SubMenu .documentation .C1Hover
{
    background: #fec31a;
}

.menu .C1LeftImage
{
    padding: 0 5px 0 0;
}
*************** OLD C1 Menu Stuff ************************* */

.search
{
    float: left;
    margin: 0 0 0 10px;
}
.searchcontrol
{
    display: block;
    float: left;
    border: solid 1px #808db5;
    background: #fff;
    padding: 5px 22px 2px 2px;
    font-size: 1em;
    width: 140px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    opacity: .5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
}
.searchcontrol:hover
{
    border: solid 1px #808db5;
    background: #fff;
    opacity: .75;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    filter: alpha(opacity=75);
}
.searchcontrol:focus, .searchcontrol:active
{
    border: solid 1px #808db5;
    background: #fff;
    opacity: .99;
    -moz-opacity: 0.99;
    -khtml-opacity: 0.99;
    filter: none;
}
.searchbutton, .searchbutton:link, .searchbutton:active, .searchbutton:visited, .searchbutton:hover
{
    background: url(images/icon_find.png) no-repeat center left;
    display: block;
    position: absolute;
    z-index: 4;
    right: 20px;
    padding: 4px 0;
    width: 21px;
    overflow: hidden;
    text-decoration: none;
}
.searchinvalid
{
    display: block;
    float: left;
    padding: 0;
}
.chatty
{
    margin: 0 10px 0 0;
    float: left;
    line-height: 26px;
    color:#fff;
}
.socialicons_top
{
	margin:5px 0 0;
	float: left;
}
.socialicons_top a
{
	margin:0 2px 0;
}
.user
{
    line-height: 26px;
    float:left;
    color:#fff;
}
.breadcrumb
{
    clear: left;
    display: block;
    color: #553829;
    margin: 0 0 0 267px;
    padding: 37px 0 0;
    font-family: GillSans, Calibri, Trebuchet, sans-serif;
    font-size: 12px;
    text-shadow: -1px 1px 3px #000;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active, .breadcrumb a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
.breadcrumb strong
{
    color: #fff;
    font-weight: bold;
    font-style: italic;
}
.breadcrumb .seperator 
{ 	
	text-indent:-90000px; 	
	background: url(images/new_breadcrumb_sep.png) no-repeat center center; 	
	width:12px; 	
	display:inline-block;  
}  
.breadcrumb .first-seperator
{
    display: none;
}
.home .breadcrumb
{
    visibility: hidden;
}

.layout
{
    margin: 0;
    padding: 0;
    width: 940px;
    display: block;
    clear: both;
}
.layout .primary
{
    margin: 0;
    padding: 0 10px 0 0;
    width: 620px;
    display: block;
    float: left;
    clear: left;
    overflow: hidden;
}
*html .layout .primary
{
    padding: 0;
}

.home .layout .secondary
{
    margin: 80px 0 0 0;
    padding: 0 0 0 10px;
    width: 300px;
    display: block;
    float: right;
}

.layout .secondary
{
    margin: 115px 0 0;
    padding: 0 0 0 10px;
    width: 300px;
    display: block;
    float: right;
}
.layout .sidebar
{
    background: url("images/subnav_bg.png") no-repeat scroll center top transparent;
    font-size: .9em;
}

.layout .sidebar p, .layout .sidebar div
{
	
}
.layout .sidebar a
{
	margin:0 12px 0 0;
}



.sidenav
{
    margin-top: 40px;
    background: url(images/subnav_bg.png) no-repeat top center;
    min-height: 300px;
}
*html .sidenav
{
    background: #fff;
}
.altlayout
{
    margin: 0;
    padding: 0;
    width: 940px;
    display: block;
    clear: both;
}
.altlayout .primary
{
    margin: 0;
    padding: 0 0 0 10px;
    width: 620px;
    display: block;
    float: right;
}
.altlayout .secondary
{
    margin: 0;
    padding: 0 10px 0 0;
    width: 300px;
    display: block;
    float: left;
    clear: left;
}

.splitlayout
{
    margin: 0;
    padding: 0;
    width: 940px;
    display: block;
    clear: both;
}
.splitlayout .split
{
    margin: 0;
    padding: 10px;
}
.splitlayout .first
{
    margin: 0;
    padding: 0 10px 0 0;
    width: 460px;
    display: block;
    float: left;
    clear: left;
}
.splitlayout .last
{
    margin: 0;
    padding: 0 0 0 10px;
    width: 460px;
    display: block;
    float: right;
}
.trilayout
{
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    float: left;
    clear: both;
}

*html .trilayout
{
}

.trilayout .col
{
    width: 313px;
    display: block;
    float: left;
}

*html .trilayout .col
{
    margin: 0;
    padding: 0;
    width: 313px;
}

.trilayout .first
{
}
.trilayout .last
{
}


.pagetabslist
{
    display: block;
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
}
.secondary .pagetabslist ul
{
    margin: 0 12px;
    padding: 5px 0 0 0;
    float: none;
    display: block;
    list-style: none;
    background: url(images/seperator_h.png) repeat-x top left;
}
.secondary .pagetabslist li.pagetablink
{
    margin: 0;
    padding: 4px 5px;
    float: none;
    background: none;
    display: block;
    list-style: none;
    background: url(images/seperator_h.png) repeat-x bottom left;
}
.secondary .pagetabslist li a, .secondary .pagetabslist li a:link, .secondary .pagetabslist li a:active, .secondary .pagetabslist li a:visited
{
    float: none;
    display: block;
    padding: 0px 2px 4px 2px;
    font-family: Georgia, Bodoni, Garamond, Times New Roman, Serif;
}
.secondary .pagetabslist li a:hover
{
    float: none;
}
.secondary .pagetabslist li.active a, .secondary .pagetabslist li.active a:link, .secondary .pagetabslist li.active a:active, .secondary .pagetabslist li.active a:visited
{
    font-weight: 900;
    float: none;
}
.secondary .pagetabslist li.active a:hover
{
}
.pagesidecontent
{
    margin: 0;
    padding: .5em 0 0 0;
}

.pagesidecontent h3, .pagesidecontent h4, .pagesidecontent h5, .pagesidecontent h6
{
    background: url(images/sidebar_header_bg.png) repeat-x top left;
    margin: .8em .8em .2em 0;
}

.list
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.list .listitem
{
    margin: 0;
    padding: .5em;
    list-style: none;
}
.list .alt
{
    background: #f2fbfc;
    background: rgba(0, 171, 205, 0.05);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}
.expando
{
	border: solid 1px #ebebeb;
    -moz-border-radius: 5px;
    padding: 5px;
    margin: 5px 0;
}
.expando .header
{
    display: block;
    background: url(images/exp_plus.png) no-repeat right center;
    cursor: pointer;
}
.closed .header
{
    background: url(images/exp_plus.png) no-repeat right center;
    cursor: pointer;
}
.open .header
{
    background: url(images/exp_minus.png) no-repeat right center;
    cursor: pointer;
}
.expando .content
{
    display: none;
}
.open .content
{
    display: block;
}
.bannersholder
{
    margin: 0;
    height: 330px;
    position: relative;
    z-index: 3;
    zoom: 1;
}
.bannersonly
{
    height: auto;
}
.banners
{
    margin: 10px 0;
    height: 300px;
    overflow: hidden;
}
.banners .banner
{
    height: 300px;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    display: block;
    width: 940px;
    overflow: hidden;
    color: #fff;
    font-size: 1.2em;
    text-shadow: #535b5e 0px 0px 5px;
}
.banners .nodisplay
{
    display: none;
}
.banners .banner a, .banners .banner a:link, .banners .banner a:active, .banners .banner a:visited, .banners .banner a:hover
{
    color: #fff;
    text-shadow: #000 0px 0px 5px;
}
.banners .previous
{
    position: absolute;
    top: 0;
    left: -27px;
    z-index: 997;
    height: 215px;
    width: 27px;
    background: url(images/arrow_nav_left.png) no-repeat left center;
    text-indent: 999px;
    overflow: hidden;
}
.banners .previous:hover
{
    background: url(images/arrow_nav_left.png) no-repeat right center;
}
.banners .next
{
    position: absolute;
    top: 0;
    right: -27px;
    z-index: 997;
    height: 215px;
    width: 27px;
    background: url(images/arrow_nav_right.png) no-repeat left center;
    text-indent: 999px;
    overflow: hidden;
}
.banners .next:hover
{
    background: url(images/arrow_nav_right.png) no-repeat right center;
}
.bannerlinks
{
    position: absolute;
    bottom: -50px;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 998;
}
.bannerlinks a
{
    display: block;
    float: left;
    padding: 2px 4px 2px 4px;
}
.bannerlinks a.current
{
    padding: 12px 4px 2px 4px;
}
.homepage .highlights
{
    margin: -25px 0 0 0;
}
.highlights
{
    margin: 0;
}
.highlights .highlight
{
    display: block;
    margin: 0;
    padding: 10px 5px 10px 5px;
    clear: both;
    position: relative;
    zoom: 1;
}
.highlights .highlightimage
{
    margin: 5px 15px 0px 0px;
    float: left;
    height: 100%;
}
.topic
{
    display: block;
    margin: 0;
    padding: 10px 5px 0px 100px;
    clear: both;
    position: relative;
    zoom: 1;
}
.topic_wide
{
    display: block;
    margin: 0;
    padding: 10px 5px 0px 0px;
    clear: both;
    position: relative;
    zoom: 1;
}
.topic .topicimage
{
    margin: 5px;
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 5px;
}
.topic .listheader
{
    font-weight: bold;
    font-size: 0.88em;
    margin-left: -30px;
    font-size: 1.2em;
    border: none;
    padding: 0 10px 10px;
    color: #553829;
}

.topic_wide .alt
{
    background: #f4f5f9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.topic .alt
{
    background: #f4f5f9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}
.topic li
{
    list-style: none;
    border-bottom: solid 1px #D2E1E3;
}

.home .secondary .pagetabslist ul
{
    margin: 20px 12px 0;
}

.downloads
{
	margin-top:136px;
}
.downloadbuttons
{
    float: right;
    clear: both;
}
.sort
{
    padding: 5px 0;
}
a.sorter
{
    font-weight: 800;
    padding: 4px 6px;
}
.sort a.sorteractive
{
    background: #553829;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}
.categories div.col
{
    position: relative;
    padding-bottom: 30px;
    margin: 0 4px;
    height: 140px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    zoom: 1;
}
.categoriesonly div.col
{
    height: 40px;
}

.categories h3 a
{
    color: #fff;
    font-size: 3em;
    line-height: .8;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    text-align: right;
    text-shadow: #fff 0px 0px 5px;
}
.categories h4 a
{
    color: #fff;
    font-size: 2.2em;
    line-height: 1;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    text-align: right;
    text-shadow: #fff 0px 0px 5px;
}
.categories ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    background: #ef3535;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}
.categories li
{
    list-style: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}
.categories li a
{
    display: block;
    color: #fff;
    padding: .1em .4em;
    font-size: 1.1em;
    text-shadow: #000 0px 0px 5px;
}
.category
{
    position: relative;
    display: block;
    clear: both;
    zoom: 1;
}
.category .categoryname
{
    font-size: 2.4em;
    line-height: 1;
}
.category .gototop
{
    position: absolute;
    top: 20px;
    right: .5em;
    z-index: 5;
    font-size: .8em;
    display: block;
    padding: 0 16px 0 0;
    background: url(images/arrow_up.png) no-repeat center right;
}
.productslisting
{
}
.productslisting .product
{
    padding: 0 0 0 55px;
    position: relative;
    zoom: 1;
}
.productslisting .product .iconbox
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: .5em;
}
.store
{
}
.store .storeproduct
{
    padding: 0 200px 0 100px;
    position: relative;
    min-height: 100px;
    zoom: 1;
}
.store .alt
{
    background: #F5F1EB;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}
.store .storeproduct .boxshot
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: .5em 1em;
    text-align: center;
}
.store .storeproduct .boxshot img
{
    display: block;
}
.store .storeproduct .pricetag
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    padding: 4px 10px 8px 30px;
    width: 140px;
    height: 68px;
}
.pricetag .pricelabel
{
    color: #999;
    font-size: .6em;
    display: block;
}
.pricetag .upgradeversion
{
    padding: 0;
    margin: 0;
}
.pricetag .fullversion .price
{
    font-size: 1.8em;
    line-height: 1;
}
.pricetage .upgradeversion
{
    padding: 0;
    margin: 0;
    color: #ccc;
    font-size: .8em;
}

.productheader
{
    margin-left: 60px;
    min-height: 150px;
}

.pagetitle, .pageheader h1
{
    padding: 5px;
    font-size: 2.2em;
    font-family: Georgia, Bodoni, Garamond, Times New Roman, Serif;
    font-style: italic;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
    text-shadow: #3d1f07 0px 0px 5px;
    color: #fff;
    display: inline;
    background: #FF8621;
    box-shadow: -2px 2px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: -2px 2px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: -2px 2px 5px rgba(0,0,0,0.25);
    background-color: #ff8621;
}


.headersection
{
    display: block;
    position: relative;
    zoom: 1;
}

.pageheader div
{
    margin: 0 0 0 60px;
    min-height: 150px;
    width: 490px;
}

.headersection .producttagline
{
    padding: 5px;
    font-size: 2.1em;
    font-family: Georgia, Bodoni, Garamond, Times New Roman, Serif;
    font-style: italic;
    font-weight: 400;
    line-height: 49px;
    text-align: left;
    text-shadow: #3d1f07 0px 0px 5px;
    color: #fff;
    display: inline;
    background: #FF8621;
    box-shadow: -2px 2px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: -2px 2px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: -2px 2px 5px rgba(0,0,0,0.25);
    background-color: #ff8621;
    
}

.productactions
{
    width: 225px;
    margin: 10px auto 10px auto;
}
.productactions .action
{
}

.headersection .productname
{
    font-size: 1.6em;
    color: #5e607d;
    font-weight: 400;
    line-height: 1;
}
.productactions .button
{
    float: left;
}
.productnav
{
    position: relative;
    zoom: 1;
    z-index: 3;
    padding: 0 58px 0 0;
}
.productnav img
{
    position: absolute;
    top: -16px;
    right: 10px;
}
.productnav h2
{
    font-weight: normal;
    color: #ed8221;
}
.showoff img
{
    margin: -35px 0 0 0;
    display: block;
}
.childrenholder
{
}
ul.childproductlist
{
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    list-style: none;
}
.childproductlist .childproduct
{
    display: block;
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
}
.childproductlist .productpanel
{
    display: block;
    clear: both;
    position: relative;
    padding: 0 0 0 40px;
    margin: 0;
    zoom: 1;
}
.childproductlist .iconbox
{
    position: absolute;
    top: 0;
    left: 0;
    padding: .5em;
}
.productpanel .productname
{
    font-size: 1.2em;
    line-height: 1;
}

.partofholder
{
    clear: both;
    padding: .25em;
}
.partoflist
{
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
    display: block;
    clear: both;
}
.partofproduct
{
    padding: 0 0 .25em 0;
    margin: 0;
    width: 50%;
    display: block;
    float: left;
    list-style: none;
}
.partofproduct .productname
{
    font-size: 1em;
    line-height: 1;
}
.groupedfeatures h1
{
    margin: 20px 0px 5px 0px;
    padding: 0px;
    font-size: 16px;
}

.features
{
}
.featurelist
{
    padding: 0px 0px 0px 15px;
    margin: 0;
    list-style: none;
    font-size: 13px;
}
.featurelist li.check, .check
{
    list-style: none;
    background: url(images/IconCheck16.png) no-repeat top left;
    padding: 3px 0 3px 20px;
}
.feature
{
    margin: 0;
    list-style: none;
    padding: .3em .1em;
}
.features .alt
{
    background: #F5F1EB;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}
.features .featuretitle
{
    display: block;
    font-size: 1.1em;
}
.features .closed .featuretitle
{
    background: url(images/exp_plus.png) no-repeat right center;
    cursor: pointer;
    font-weight: 100;
}
.features .open .featuretitle
{
    background: url(images/exp_minus.png) no-repeat right center;
    cursor: pointer;
    font-weight: 800;
}

.featureinfo p
{
    padding: 1px;
    margin: 1px;
}

.features .closed .featureinfo
{
    display: none;
}
.features .featureinfo .inlineshot
{
    overflow: hidden;
    width: 600px;
    height: 240px;
    padding: 3px;
    border: solid 1px #ddd;
    background: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}
.popped
{
    box-shadow: 3px 3px 5px #333333;
    -moz-box-shadow: 3px 3px 5px #333333;
    -webkit-box-shadow: 3px 3px 5px #333333;
}
.features .featureactions
{
    margin: -1em 0 0 0;
    text-align: right;
}
.features .showall
{
    font-size: .8em;
}

.features .spotlightfeature
{
    margin: 0;
    list-style: none;
    padding: .2em .4em .4em .4em;
}
.features .spotlightfeature .thumb
{
    float: left;
    margin: 0 1em .5em 0;
    padding: 0;
}
.features .spotlightfeature .featureinfo
{
    margin: 0;
    padding: 0;
}

.featuregrid
{
    width: 100%;
    border: none;
    border-collapse: collapse;
    font-size: 12px;
}
.featuregird tr
{
}
.featuregrid th
{
    border-bottom: solid 1px #000;
    text-align: center;
    margin: 0;
    padding: 4px;
}
.featuregrid .headtitlecell
{
    text-align: left;
}
.featuregrid td
{
    border-bottom: solid 1px #ccc;
    margin: 0;
    text-align: center;
    padding: 4px;
}
.featuregrid .infocell
{
    text-align: left;
    font-style: italic;
}
.slideshow
{
    font-size: 12px;
    line-height: 1;
}

.slideshow h5
{
    margin: 0;
    padding: 0;
    color: #ED8221;
    font-weight: normal;
}

.slideshow p
{
    line-height: normal;
    margin: 0;
    padding: 0;
}



.slideshow .C1Link, .slideshow .C1Link:link, .slideshow .C1Link:active, .slideshow .C1Link:visited
{
    margin: 2px;
    padding: 6px;
    display: inline-block;
}

.slideshow .C1Link:hover
{
}

.slideshow .C1PageInfo
{
    margin: 2px;
    padding: 6px;
    display: inline-block;
    color: #999;
}
.messagepane
{
    font-family: Segoe UI,Myriad,Myriad Pro,Calibri,Arial,Arial Narrow,Sans-Serif;
    padding: 3px 5px 0px 5px;
    margin: 5px 0;
    margin-top: 45px;
    border: solid 1px #E8CA62;
    background: #FDFDEE url(Images/message_bg.png) repeat-x top left;
    vertical-align: middle;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-size: 0.9em;
    font-style: italic;
    box-shadow: 1px 1px 5px #d9dae1;
    -moz-box-shadow: 1px 1px 5px #d9dae1;
    -webkit-box-shadow: 1px 1px 5px #d9dae1;
}

.messagepanered
{
    font-family: Segoe UI,Myriad,Myriad Pro,Calibri,Arial,Arial Narrow,Sans-Serif;
    padding: 3px 5px 0px 5px;
    margin: 5px 0;
    border: solid 1px #ff1313;
    background: #fdeeee url(Images/message_bg_red.png) repeat-x top left;
    vertical-align: middle;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-size: 0.9em;
    font-style: italic;
    box-shadow: 1px 1px 5px #d9dae1;
    -moz-box-shadow: 1px 1px 5px #d9dae1;
    -webkit-box-shadow: 1px 1px 5px #d9dae1;
}

.messagepanegreen
{
    font-family: Segoe UI,Myriad,Myriad Pro,Calibri,Arial,Arial Narrow,Sans-Serif;
    padding: 3px 5px 0px 5px;
    margin: 5px 0;
    border: solid 1px #91ff86;
    background: #eefdee url(Images/message_bg_green.png) repeat-x top left;
    vertical-align: middle;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-size: 0.9em;
    font-style: italic;
    box-shadow: 1px 1px 5px #d9dae1;
    -moz-box-shadow: 1px 1px 5px #d9dae1;
    -webkit-box-shadow: 1px 1px 5px #d9dae1;
}

.messagepaneblue
{
    font-family: Segoe UI,Myriad,Myriad Pro,Calibri,Arial,Arial Narrow,Sans-Serif;
    padding: 3px 5px 0px 5px;
    margin: 5px 0;
    border: solid 1px #9ca0ac;
    background: #b3b8c1 url(Images/message_bg_blue.png) repeat-x top left;
    vertical-align: middle;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    font-size: 0.9em;
    font-style: italic;
    box-shadow: 1px 1px 5px #d9dae1;
    -moz-box-shadow: 1px 1px 5px #d9dae1;
    -webkit-box-shadow: 1px 1px 5px #d9dae1;
}


.cartlabelerrorlogin
{
    padding: 0 0 0 34%;
    font-family: Segoe UI,Myriad,Myriad Pro,Calibri,Arial,Arial Narrow,Sans-Serif;
    font-size: 0.9em;
    font-style: italic;
}

.signuplabelerror
{
    padding: 0 0 0 38%;
    text-align: center;
    font-family: Segoe UI,Myriad,Myriad Pro,Calibri,Arial,Arial Narrow,Sans-Serif;
    font-size: 0.9em;
    font-style: italic;
}

.signuplabelerror_lastname
{
    padding: 0 3em 0 0;
    float: right;
    text-align: center;
    font-family: Segoe UI,Myriad,Myriad Pro,Calibri,Arial,Arial Narrow,Sans-Serif;
    font-size: 0.9em;
    font-style: italic;
}





.messagepane p
{
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 1.6em;
    vertical-align: middle;
}
.messageicon
{
    margin-right: 4px;
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.messagetext
{
}
.messagelink
{
}

.tinymessage
{
    position: absolute;
    left: 50%;
    top: 0;
}
.tinymessage .messagepane
{
    position: relative;
    zoom: 1;
    width: 400px;
    margin: 0 0 0 -200px;
}

.tinymessage .messagepane p
{
    font-size: .7em;
}
.tinymessage .messagepane img
{
    height: 16px;
    width: 16px;
}


.loading
{
    position: fixed;
    top: 48%;
    left: 48%;
    background: #fff;
    border: solid 1px #999;
    padding: 10px;
    font-size: 2em;
    vertical-align: middle;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    box-shadow: 0px 0px 3px #999;
    -moz-box-shadow: 0px 0px 3px #999;
    -webkit-box-shadow: 0px 0px 3px #999;
    opacity: 0.90;
}
.loading em
{
    vertical-align: middle;
}

.loading
{
    position: fixed;
    top: 40%;
    left: 40%;
    background: #fff;
    width: 250px;
    padding: 10px;
    font-size: 2em;
    vertical-align: middle;
    border: 1px solid #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    box-shadow: 1px 1px 5px #333333;
    -moz-box-shadow: 1px 1px 5px #333333;
    -webkit-box-shadow: 1px 1px 5px #333333;
}
.loading em
{
    vertical-align: middle;
}
a.button
{
    background: url(images/button.png) no-repeat scroll 100% 0;
    display: block;
    cursor: pointer;
    float: left;
    margin: 0 0 0 0;
    height: auto;
    min-width: 50px;
    padding: 0 11px 0 0;
    color: #0577af;
    font-weight: 800;
    text-align: left;
    text-decoration: none;
    font-family: Georgia, Bodoni, Garamond, Times New Roman, Serif;
    line-height: 1;
}
a.button span
{
    background: url(images/button.png) no-repeat scroll 0 0;
    display: block;
    cursor: pointer;
    line-height: 35px;
    padding: 0 0 0 11px;
    height: 36px;
    max-height: 50px;
    text-align: center;
}

a.button:hover
{
    text-decoration: none;
    background: url(images/button.png) no-repeat scroll 100% 100%;
}

a.button:hover span
{
    background: url(images/button.png) no-repeat scroll 0 100%;
}

a.buttonloudsm
{
    background: url(images/button_loud_sm.png) no-repeat scroll 100% 0;
    display: block;
    float: left;
    margin: 0 0 0 0;
    height: auto;
    min-width: 50px;
    padding: 0 11px 0 0;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    text-align: left;
    text-decoration: none;
    font-family: Georgia, Bodoni, Garamond, Times New Roman, Serif;
    line-height: 1;
}
a.buttonloudsm span
{
    background: url(images/button_loud_sm.png) no-repeat scroll 0 0;
    display: block;
    cursor: pointer;
    line-height: 35px;
    padding: 0 0 0 11px;
    height: 36px;
    max-height: 50px;
    text-align: center;
}

a.buttonloudsm:hover
{
    text-decoration: none;
    color: #fff;
    background: url(images/button_loud_sm.png) no-repeat scroll 100% 100%;
}

a.buttonloudsm:hover span
{
    background: url(images/button_loud_sm.png) no-repeat scroll 0 100%;
}

a.buttonloud
{
    background: url(images/button_loud.png) no-repeat scroll 0 100%;
    display: block;
    margin: 0 0 0 0;
    height: auto;
    min-height: 22px;
    padding: 0 0 8px 0;
    width: 206px;
    color: #fff;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    font-family: Georgia, Bodoni, Garamond, Times New Roman, Serif;
    line-height: 1;
}
a.buttonloud span
{
    background: url(images/button_loud.png) no-repeat scroll 0 0;
    display: block;
    cursor: pointer;
    padding: 11px 0 5px 56px;
}

a.buttonloud strong
{
    font-weight: 800;
    display: block;
    cursor: pointer;
    font-size: 1.4em;
}

a.buttonloud em
{
    font-style: normal;
    color: #fff;
    cursor: pointer;
    display: block;
}
a.buttonloud:hover
{
    text-decoration: none;
    color: #fff;
    background: url(images/button_loud.png) no-repeat scroll 100% 100%;
}

a.buttonloud:hover span
{
    background: url(images/button_loud.png) no-repeat scroll 100% 0;
}

/* Forms */
.label
{
    margin: 0;
    display: block;
    color: #666;
    font-weight: normal;
}

.boldlabel
{
    margin: 2px 0 0 0;
    font-size: 14px;
    display: block;
    color: #666;
    font-weight: 600;
}
.compact .label
{
    margin: 0;
    font-size: 1em;
    display: inline;
}
.SupportRequiredLabel
{
    color: #f00;
}
.referal .confirm
{
    color: #f00;
    font-size: 1em;
    font-family: Segoe UI,Myriad,Myriad Pro,Calibri,Arial,Sans-Serif;
}
.referal .label
{
    padding: 0 5px;
    float: left;
    width: 15%;
    text-align: right;
}
.referal .nolabel
{
    margin: 5px 5px 5px 150px;
}
.control
{
}
.name
{
    width: 10em;
    margin: 0 10px 0 0;
}

.nameHint
{
    width: 10em;
    margin: 0 10px 0 0;
    color: #999;
}

.middlename
{
    width: 1em;
}

.login
{
    width: 10em;
}
.password
{
    width: 10em;
}
.email
{
    width: 18em;
}
.verifyEmail
{
    margin: 0 7px 0 0;
}
.phone
{
    width: 10em;
}
.address
{
    width: 18em;
}
.state
{
    width: 1em;
}
.zip
{
    width: 3em;
}
.description
{
    width: 40em;
}
.comment
{
    width: 24em;
}
.note
{
    width: 30em;
}

.cartoptionitem
{
    cursor: pointer;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.cartoptionitem:hover
{
    padding: 4px;
    margin: 5px;
    background: #eee;
    border: solid 1px #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.checked
{
    padding: 4px;
    margin: 5px;
    border: solid 1px #c00;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
.quote
{
    background: url(images/quote_start.png) no-repeat scroll left top;
    font-style: italic;
    padding: 10px 10px 10px 40px;
}
.quote blockquote
{
    margin: 0;
    padding: 0;
}
.quoteperson
{
    background: url(images/quote_end.png) no-repeat scroll right top;
    height: 60px;
    padding: 5px 80px 5px 10px;
    text-align: right;
}
.quotename
{
    display: block;
    font-style: normal;
    font-weight: 900;
}
.quoteinfo
{
    display: block;
    font-style: normal;
    font-weight: 100;
}
.quotebuttons
{
    text-align: right;
    cursor: pointer;
}
.quotecustomer
{
    text-align: right;
    font-size: x-small;
    font-weight: bold;
}
/* Base Superbox Styles */
#superbox-overlay
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
}
#superbox-wrapper
{
    position: fixed;
    z-index: 9999;
    top: 0;
    display: table;
    width: 100%;
    height: 100%;
}
#superbox-container
{
    position: relative;
    zoom: 1;
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
#superbox
{
    margin: 0 auto;
    padding: 0;
}
#superbox-container .loading
{
    margin: 0;
    text-align: center;
}

/* IE7 */
*:first-child + html #superbox-container
{
    position: absolute;
    top: 50%;
    display: block;
    height: auto;
}
*:first-child + html #superbox
{
    position: relative;
    zoom: 1;
    top: -50%;
    display: block;
}
/* IE6 - Thanks to Thickbox for IE expressions */
* html #superbox-container
{
    position: absolute;
    top: 50%;
    display: block;
    height: auto;
}
* html #superbox
{
    position: relative;
    zoom: 1;
    top: -50%;
    display: block;
}
* html #superbox-overlay
{
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');
}
* html #superbox-wrapper
{
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

/* Default Theme */
#superbox-overlay
{
    background: #000;
}
#superbox-container .loading
{
    text-align: center;
    font-size: 40px;
    color: #fff;
}
#superbox
{
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
#superbox-innerbox
{
    position: relative;
    zoom: 1;
    padding: 10px 0;
}
#superbox.image
{
    text-align: center;
}
#superbox .close, #superbox .nextprev
{
    overflow: hidden;
    margin: 0;
}

/* Custom Theme */
#superbox-overlay
{
    background: #000;
}
#superbox-container .loading
{
    width: 32px;
    height: 32px;
    margin: 0 auto;
    text-indent: -9999px;
    background: url(loading.gif) no-repeat 0 0;
}
#superbox .close a
{
    float: right;
    padding: .2em;
    line-height: 1;
    background: #c00;
    border: solid 1px #900;
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
}
#superbox .close a span
{
    color: #fff;
}
#superbox .nextprev a
{
    float: left;
    font-size: 1.4em;
    padding: .4em;
    line-height: 1;
    background: #808db5;
    border: solid 1px #5e607d;
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
}
#superbox .nextprev a.next
{
    float: right;
}
#superbox .nextprev .disabled, #superbox .nextprev .disabled:hover
{
    background: #eee;
    border: solid 1px #aaa;
    color: #999;
    text-decoration: none;
    cursor: default;
}


.left
{
    float: left;
}
.right
{
    float: right;
}
.clear
{
    height: 0;
    display: block;
    clear: both;
}
.alignleft
{
    text-align: left;
}
.alignright
{
    text-align: right;
}
.aligncenter
{
    text-align: center;
}
.fade-100
{
    opacity: .99;
    -moz-opacity: 0.99;
    -khtml-opacity: 0.99;
    filter: alpha(opacity=99);
}
.fade-75
{
    opacity: .75;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    filter: alpha(opacity=75);
}
.fade-50
{
    opacity: .5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
}
.fade-25
{
    opacity: .25;
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    filter: alpha(opacity=25);
}
.nodisplay
{
    display: none;
}

.documentation, .Documentation
{
    color: #fdb209;
}

.documentationbox, .DocumentationBox
{
    color: #fff;
    background: #fdb209 url(images/fade_gold.png) repeat-x bottom left;
    border: solid 1px #db9007;
}

*html .logo
{
    background: url(images/seperator_v.gif) no-repeat center right;
}
*html .menubar
{
    background: url(images/nav_repeater.gif) repeat-x center left;
}

*html .menuholder .leftcap
{
    background: url(images/nav_left.gif) no-repeat center left;
}
*html .menuholder .rightcap
{
    background: url(images/nav_right.gif) no-repeat center right;
}
*html .menubar .menu .C1Hover
{
    text-decoration: none;
}
*html .menu .c1-h-flow .C1Closed
{
    background: url(images/dropdown_arrow.gif) no-repeat center right;
}
*html .menubar .menu .c1-h-flow .C1Closed
{
    background: url(images/dropdown_arrow.gif) no-repeat bottom center;
}
*html .menu .c1-h-flow .C1Opened
{
    background: #384249 url(images/dropdown_arrow.gif) no-repeat center right;
}
*html .menubar .menu .c1-h-flow .C1Opened
{
    background: #384249 url(images/dropdown_arrow.gif) no-repeat bottom center;
}
*html .menu .C1SubMenu
{
    background: #384249;
}
*html .menu .C1SubMenu .C1MenuItem .C1Closed
{
    background: url(images/dropdown_arrow_right.gif) no-repeat center right;
}
*html .menu .C1SubMenu .C1MenuItem .C1Opened
{
    background: #384249 url(images/dropdown_arrow_right.gif) no-repeat center right;
}
*html .searchbutton, .searchbutton:link, .searchbutton:active, .searchbutton:visited, .searchbutton:hover
{
    background: url(images/icon_find.gif) no-repeat center left;
}
*html .layout .primary
{
    padding: 0;
}
*html .sidenav
{
    background: #fff;
}
*html .trilayout .col
{
    margin: 0;
    padding: 0;
    width: 290px;
}
*html .secondary .pagetabslist ul
{
    background: none;
    border-top: solid 1px #808db5;
}
*html .secondary .pagetabslist li.pagetablink
{
    background: none;
    border-bottom: solid 1px #808db5;
}
*html .pagesidecontent h3, .pagesidecontent h4, .pagesidecontent h5, .pagesidecontent h6
{
    background: none;
    border-top: solid 1px #808db5;
}
*html .main .categories .col h3 a, *html .main .categories .col h4 a, *html .main .categories .col h5 a
{
    color: #fff;
}
*html .categoriesonly h3 a, .categoriesonly h4 a
{
    background: url(images/arrow_down_big.gif) no-repeat center right;
}
*html .category .gototop
{
    background: url(images/arrow_up.gif) no-repeat center right;
}
*html a.button
{
    background: url(images/button.gif) no-repeat scroll 100% 0;
}
*html a.button span
{
    background: url(images/button.gif) no-repeat scroll 0 0;
}
*html a.button:hover
{
    background: url(images/button.gif) no-repeat scroll 100% 100%;
}
*html a.button:hover span
{
    background: url(images/button.gif) no-repeat scroll 0 100%;
}
*html a.buttonloudsm
{
    background: url(images/button_loud_sm.gif) no-repeat scroll 100% 0;
}
*html a.buttonloudsm span
{
    background: url(images/button_loud_sm.gif) no-repeat scroll 0 0;
}
*html a.buttonloud
{
    background: url(images/button_loud.gif) no-repeat scroll 0 100%;
}
*html a.buttonloud span
{
    background: url(images/button_loud.gif) no-repeat scroll 0 0;
}
*html a.buttonloud:hover
{
    background: url(images/button_loud.gif) no-repeat scroll 100% 100%;
}
*html a.buttonloud:hover span
{
    background: url(images/button_loud.gif) no-repeat scroll 100% 0;
}
*html a.button
{
    width: 100px;
    overflow: visible;
}
*html a.buttonloudsm
{
    width: 175px;
    overflow: visible;
}
*html a.button span, *html a.buttonloudsm span
{
}
*html a.buttonloudsm:hover
{
    background: url(images/button_loud_sm.gif) no-repeat scroll 100% 100%;
}
.tooltipcontent
{
    height: 85px;
    font-size: 1.2em;
    width: 300px;
    padding: 5px 5px 10px 5px;
}
.C1ttTitleBar
{
    display: none;
}

.seperator
{
    color: #f6f6f6;
}

.cartbuttoncontainer
{
    background: #ebedee url(Images/cartfooter.png) repeat-x bottom;
    border: solid 1px #666;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    padding: 5px;
    margin: 20px 5px 20px 5px;
    box-shadow: 0px 2px 5px #7a809b;
    -moz-box-shadow: 0px 2px 5px #7a809b;
    -webkit-box-shadow: 0px 2px 5px #7a809b;
}


.cartbuttoncontainer:hover
{
    background: #ebedee url(Images/cartfooter_hover.png) repeat-x bottom;
}

*html .cartbuttoncontainer a.buttonloudsm
{
    color: #fff;
}


.cartinfo
{
    background: transparent url(images/seperator_v.png) no-repeat scroll right center;
    float: left;
    width: 50%;
    margin: 25px 0;
}


.carttotal
{
    opacity: 0.9;
    position: relative;
    zoom: 1;
    top: -30px;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    float: right;
    text-align: right;
    padding: 5px;
    border: solid 1px #7a7f9b;
    box-shadow: 0px 2px 5px #7a809b;
    -moz-box-shadow: 0px 2px 5px #7a809b;
    -webkit-box-shadow: 0px 2px 5px #7a809b;
}
.total
{
    float: left;
}
.totalprice
{
    margin: 0 10px;
    float: left;
}
.cartcontainerright
{
    margin: 10px;
    float: right;
    width: 40%;
    height: auto;
}



.cartbuttons
{
    margin: -13px 0 0 0;
    text-align: right;
}

.cartproduct
{
    float: left;
}

.cartprice
{
    border: solid 1px #fee165;
    box-shadow: 0px 2px 5px #ced4dd;
    -moz-box-shadow: 0px 2px 5px #ced4dd;
    -webkit-box-shadow: 0px 2px 5px #ced4dd;
    background: #fffae5 url(Images/message_bg.png) repeat-x top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    margin-top: -20px;
    margin-right: 15px;
    float: right;
    padding: 10px;
}

.cartpricemargin
{
    border: solid 1px #fee165;
    box-shadow: 0px 2px 5px #ced4dd;
    -moz-box-shadow: 0px 2px 5px #ced4dd;
    -webkit-box-shadow: 0px 2px 5px #ced4dd;
    background: #fffae5 url(Images/message_bg.png) repeat-x top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    margin-right: 15px;
    float: right;
    padding: 10px;
}

.cartpricesmall
{
    padding: 0 10px;
    font-weight: normal;
    font-size: 0.9em;
}


.linkcheckout
{
    display: block;
    clear: left;
}

a.linkcheckout
{
    font-size: 1em;
    text-transform: lowercase;
    color: #626b90;
    font-family: Segoe UI,Myriad,Myriad Pro,Calibri,Arial,Sans-Serif;
}

.cartfinaltotal
{
    border: solid 1px #fee165;
    box-shadow: 0px 2px 5px #ced4dd;
    -moz-box-shadow: 0px 2px 5px #ced4dd;
    -webkit-box-shadow: 0px 2px 5px #ced4dd;
    background: #fffae5 url(Images/message_bg.png) repeat-x top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.questions
{
    margin: 0 5px 10px 5px;
    padding: 10px 0;
}

.cart p
{
    padding: 0;
    margin: 0;
}


.splitlayout label
{
}

.splitlayout input, select
{
}

.formitem
{
    margin: 10px 0;
}

.formactions
{
    float: right;
}

fieldset
{
    padding: 5px;
    border: solid 1px #e5e9ee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.formShowHidePassword
{
    margin: 0 0 0 7px;
    cursor: pointer;
}

legend
{
    padding: 0 10px;
    margin: 0 10px;
}

.fieldsignup .label
{
    margin: 0 20px;
}

.label
{
    padding: 0 5px;
    float: left;
    width: 30%;
    text-align: right;
}


input, select, textarea
{
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    outline: none;
}

input:hover, select:hover, textarea:hover
{
    background: #fafafa;
    border: solid 1px #999999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    outline: none;
}


input[type="checkbox"], input[type="radio"], input[type="reset"], input[type="submit"]
{
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border: none;
}


.signuplabelerror input
{
    border: solid #000;
}


.forgot
{
    text-align: center;
    padding: 5px 0;
}

.buttonstaticsm
{
    text-transform: uppercase;
    font-weight: bold;
    color: #0577AF;
    cursor: pointer;
    border: none;
    background: transparent url(Images/button_static_sm.png) no-repeat 0 4px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    height: 40px;
    width: 84px;
    zoom: 1;
}


.buttonstaticsm:hover
{
    border: none;
    background: transparent url(Images/button_static_sm.png) no-repeat 0 -39px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
}


.buttonstaticmd
{
    text-transform: uppercase;
    font-weight: bold;
    color: #0577AF;
    cursor: pointer;
    border: none;
    background: transparent url(Images/button_static_md.png) no-repeat 0 4px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    height: 40px;
    width: 134px;
    zoom: 1;
}

.buttonstaticmd:hover
{
    border: none;
    background: transparent url(Images/button_static_md.png) no-repeat 0 -39px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
}


.buttonstaticlg
{
    text-transform: uppercase;
    font-weight: bold;
    color: #0577AF;
    cursor: pointer;
    border: none;
    background: transparent url(Images/button_static_lg.png) no-repeat 0 4px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    height: 40px;
    width: 200px;
    zoom: 1;
}

.buttonstaticlg:hover
{
    border: none;
    background: transparent url(Images/button_static_lg.png) no-repeat 0 -39px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
}

.tooltipcontent
{
    height: 85px;
    font-size: 1.2em;
    width: 300px;
    padding: 5px 5px 10px 5px;
}

.progressbar_holder
{
    width: 177px;
    height: 2px;
    position: absolute;
    top: -2em;
    left: .5em;
}
.progress_status
{
    background: #000 url(images/timer_thumb_repeater.png) repeat-x top left;
    height: 2px;
    width: 1px;
    position: absolute;
    opacity: .75;
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    filter: alpha(opacity=75);
}

.progressbar_bg
{
    background: #000 url(images/timer_dock_repeater.png) repeat-x top left;
    height: 2px;
    width: 100%;
    position: absolute;
    opacity: .25;
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    filter: alpha(opacity=25);
}

.C1ttTitleBar
{
    display: none;
}

.C1ttContentBar
{
    padding: 3px;
}

.signuplabelerror .login
{
    border: solid #000;
}

.creditcards th, .creditcards td
{
    padding: 0;
    margin: 0;
}

.new
{
    background: transparent url(images/new-32.png) right center;
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    float: left;
    left: 575px;
}

.messagepanetext
{
    font-size: 0.7em;
    float: right;
}



.outline
{
    border: solid 1px #ebebeb;
    -moz-border-radius: 5px;
    padding: 5px;
    margin: 5px 0;
}

.required input, select
{
    border-color: #d5d5d5;
    -moz-box-shadow: 0px 0px 3px #e5e5e5;
}


/* grid is just mad cause i'm stylin' on it */

.C1GridView
{
    border: solid 1px #ebebeb;
    padding: 4px;
    -moz-border-radius: 5px;
}

.fieldset
{
    padding: 5px;
    border: solid 1px #e5e9ee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}
table
{
}

.C1OuterTable
{
    font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
    font-size: 0.8em;
    margin: 1px;
}
.C1OuterTable tbody
{
    border-bottom: solid 1px #e5e5e5;
}

.C1OuterTable .Licenses tbody
{
    border: none;
}

.C1OuterTable .C1Heading tbody, .C1OuterTable .C1PagerRow tbody
{
    border: none;
}




.C1Heading
{
    padding: 0;
}

.C1Heading .C1Gtd
{
    text-transform: uppercase;
    border-bottom: solid 1px #e5e5e5;
    padding: 0;
}





.C1Gtd
{
    padding: 0;
    margin: 0;
}

.C1Row
{
}

.C1Row .C1Gtd
{
    padding: 5px;
    border-right: solid 1px #edeef1;
    border-left: solid 1px #edeef1;
}

.C1AlternatingItems
{
    background: #f6f6f8;
}



.C1HoverRow
{
    background: #e9eaee;
}

.receiptgrid .C1HoverRow, .receiptgrid .C1ActiveCell
{
    background: none;
}

.receiptgrid .C1AlternatingItems .C1HoverRow
{
    background: #f6f6f8;
}


.hidepager .C1PagerRow span, .receiptgrid .C1PagerRow span
{
    visibility: hidden;
}

.C1PagerRow
{
    margin: 0;
    padding: 0;
}

.C1PagerRow span
{
    text-align: right;
}

.C1ActiveCell
{
    background: #d6d8df;
}


.cartgridcontainer
{
}

.cartgriditem
{
}

.altitem
{
}

.cartgridheader
{
}



.important
{
    white-space: nowrap;
    text-wrap: none;
}

.expiressoon
{
    color: #f05959;
}

.expired
{
    color: #989898;
    font-style: italic;
}
.C1CartGrid table
{
    margin-bottom: 0;
}

.C1CartGrid td
{
    margin: 0;
    padding: 3px;
    border: solid 1px #edeef1;
}
.C1CartGrid th
{
    border: 1px solid #fff;
    border-bottom: solid 1px #edeef1;
    text-transform: uppercase;
    text-align: left;
}
.C1CartGrid tr:hover
{
    background: #e9eaee;
}
.C1CartGrid .Licenses td
{
    border: none;
}


.C1CartGrid th tr:hover
{
    background: #fff;
}

.C1EmptyRow
{
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
}

.C1GridView .C1PagerRow table
{
    margin: 0;
    text-align: right;
    float: right;
}

.C1fdAdjust
{
    position: absolute;
    left: -10000px;
}

.C1fdOpacity
{
    opacity: .00;
    -moz-opacity: 0.00;
    -khtml-opacity: 0.00;
    filter: alpha(opacity=0);
}


/* CheckBox Style */
.C1fdCheckBox
{
    background-repeat: no-repeat;
    padding-left: 20px;
    display: block;
    height: 18px;
    line-height: 18px;
}
.C1fdCheckBoxSwaraj
{
    float: left;
    width: 20px;
    height: 23px;
}
.C1fdCheckBox-C1Uncheck
{
    background: url('Images/form.png') no-repeat 0 -230px;
    color: #000;
}
.C1fdCheckBox-C1Uncheck-C1Hover
{
    background: url('Images/form.png') no-repeat 0 -380px;
    color: #999;
}

.C1fdCheckBox-C1Checked
{
    background: url('Images/form.png') no-repeat 0 -30px;
    color: #000;
}

.C1fdCheckBox-C1Checked-C1Hover
{
    background: url('Images/form.png') no-repeat 0 -180px;
    color: #999;
}



/* RadioButton Style */
.C1fdRadioButton
{
    background-repeat: no-repeat;
    padding-left: 20px;
    display: block;
    height: 18px;
    line-height: 18px;
}

.C1fdRadioButtonSwaraj
{
    float: left;
    width: 20px;
    height: 21px;
}
.C1fdRadioButton-C1Uncheck
{
    background: url('Images/form.png') no-repeat 0 -630px;
    color: #000000;
}

.C1fdRadioButton-C1Uncheck-C1Hover
{
    background: url('Images/form.png') no-repeat 0 -780px;
    color: #666666;
}

.C1fdRadioButton-C1Checked
{
    background: url('Images/form.png') no-repeat 0 -430px;
    color: #000000;
}

.C1fdRadioButton-C1Checked-C1Hover
{
    background: url('Images/form.png') no-repeat 0 -580px;
    color: #666666;
}

/* jquery tooltip style */
#tooltip
{
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}
#tooltip h3, #tooltip div
{
    margin: 0;
    text-align: left;
    font-size: 0.8em;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
}
#tooltip.fancy
{
    background: url('Images/shadow.png');
    border: none;
    width: 210px;
    padding: 20px;
    height: 135px;
    opacity: 0.8;
}
.events
{
}

.events .event
{
	padding:3px;
}

.events .alt
{
	background: #f3f4f9;
	padding:3px;
}
.eventIcon
{
	float:left; 
	width:15%;
}

.events .content
{
	float:right; 
	width:85%;
	padding:0;
	margin:0;
}

.eventIcon .imgEvent
{
	margin:25px 5px;
}
.events .pager
{
    padding: 0px 0;
    float: right;
}
.events .page
{
    font-weight: 800;
    padding: 0px 6px;
}
.events .pageactive
{
    background: #384249;
    padding: 0px 5px 4px 5px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.highlightcontent .versions 
{
display: inline-block;
margin-top: 60px;
}
.highlightcontent .versions:after
{
content: "."; display: block; height: 0; clear: both; visibility: hidden; 
}
.highlightcontent .versions .section
{
background: #fff;
border: solid 1px #c0c2c7;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
padding: 10px;
box-shadow: 0 0 3px rgba(0,0,0,0.15);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
color: #1680b4;
float: left;
width: 27%;
margin-right: 16px;
margin-top: 20px;
}
.highlightcontent .versions .section img
{
	margin-top: -30px;
}
.highlightcontent .versions .section h4
{
 color: #0577af;
 font-weight: normal;
 font-size: 15px;
 font-family: arial, Helvetica,sans-serif; 
}

.highlightcontent .versions  h3
{
color: #ea9524;
font-family: arial, Helvetica,sans-serif; 
font-weight: normal;
font-style: italic;
font-size: 14px;
    margin: 25px 0 5px;
float: left;
}

.highlightcontent .versions .section:hover
{
border-color: #ea9524;
}

.highlightcontent .versions .version-price
{
font-size: 20px;
font-weight: bold;
}

.highlightcontent .versions  em
{
font-size: 12px;
	float: right;
	text-align: right;
	}
.downloadThankYouText
{
    margin-top:120px;
    display:block;
}

/* ********************** Wijmo Menu Stuff ********************************* */
.wijmo-wijmenu-item-text
{

}

.wijmo-wijmenu li
{
    list-style:none;
}

.wijmo-wijmenu-text
{
    color:#fff;
    font-size:1em;
}
.wijmo-wijmenu-child .ui-state-hover .wijmo-wijmenu-text, .wijmo-wijmenu-child .ui-active-menuitem .wijmo-wijmenu-text, .wijmo-wijmenu-child .wijmo-wijmenu-text {
	
}

#header wijmo-wijmenu-child {
	border:none !important;
	-moz-box-shadow:0 3px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 3px 2px rgba(0, 0, 0, 0.25);
	box-shadow:0 3px 2px rgba(0, 0, 0, 0.25);
}
.wijmo-wijmenu-link:hover {
}

.menuholder {
	display:block;
	float:right;
	position:relative;
	margin:0;
	padding:0;
}
.menuholder .wijmo-wijmenu .wijmo-wijmenu-list .searchcontrol {
	-moz-border-radius:4px;
	-webkit-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	background:none repeat scroll 0 0 #FFF;
	border:1px solid #808DB5;
	display:block;
	font-size:1em;
	opacity:0.5;
	width:158px;
	float:right;
	color:#000;
}
.wijmo-wijmenu .wijmo-wijmenu-list .searchcontrol:active, .wijmo-wijmenu .wijmo-wijmenu-list .searchcontrol:focus, .wijmo-wijmenu .wijmo-wijmenu-list .searchcontrol:hover {
	background:#fff;
	opacity:0.85;
	color:#000;
	border:solid 1px #fff;
}
.searchbutton, .searchbutton:link, .searchbutton:active, .searchbutton:visited, .searchbutton:hover {
	background:url("images/icon_find.png") no-repeat scroll left center transparent;
	display:block;
	overflow:hidden;
	position:absolute;
	right:5px;
	text-decoration:none;
	top:0px;
	width:21px;
	z-index:4;
	padding:2px 3px;
}
.menuholder .wijmo-wijmenu-horizontal {
	background: transparent;
}
.mysection .wijmo-wijmenu-horizontal {
	float:left;
	background:none;
	border:none;
	font-size:0.85em;
	margin:0;
	padding:0;
}
.mysection .wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-link {
	margin:0;
	padding:0;
}
.mysection .wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link {
	padding:0.4em 0.3em;
}
.mysection {
	position:absolute;
	right:-10px;
	top:6px;
	color:#fff;
	line-height:27px;
	text-shadow: -1px 1px 3px #000;	
}
.mysection .ui-icon {
	margin-top:3px;
}
.mysection a, .header a .header-inner a .breadcrumb a, .chatty a, .header-inner
{
    color:#FFF;
}
.breadcrumb .breadcrumblink
{
    color:#fff;
}

.wijmo-wijmenu .wijmo-wijmenu-list .wijmo-wijmenu-item .ui-state-hover, .wijmo-wijmenu .wijmo-wijmenu-list .wijmo-wijmenu-item .ui-state-active, .wijmo-wijmenu .wijmo-wijmenu-list .wijmo-wijmenu-item .ui-state-focus {
	background: #553829;
	/* background:rgba(56, 66, 73, 0.95); */
	border:solid 1px transparent;
	font-weight:700;
}
.wijmo-wijmenu-list .wijmo-wijmenu-item .ui-state-hover {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-link {
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-link {
	font-weight:700;
	text-shadow:0 0 3px rgba(0, 0, 0, 0.75);
}
.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-list {
	-moz-border-radius:0 4px 4px;
	-webkit-border-radius:0 4px 4px 4px;
	border-radius:0 4px 4px 4px;
	background: #553829;
	border:solid 1px transparent;
	-moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.50);
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.50);
	font-size:0.95em;
}
.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child {
	margin-left:1px;
}
.menubar .ui-widget-header
{
    border:none;
}
.wijmo-wijmenu-list .wijmo-wijmenu-item .ui-widget-header {
	background:none repeat scroll 0 0 #775A3B;
	border:none;
	font-weight:700;
	color:#fff;
}
.wijmo-wijmenu-child .wijmo-wijmenu-item {
	text-transform:lowercase;
}
.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-item .ui-state-hover {
	background:#553829;
	font-weight:400;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link, .wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-item .ui-state-hover {
	text-transform:none;
	font-weight:400;
}
.wijmo-wijmenu .wijmo-wijmenu-list .wijmo-wijmenu-separator {
	background:url("images/seperator_v.png") repeat-y scroll center top transparent;
	border:medium none;
	height:39px;
	margin-bottom:-5px;
	margin-left:10px;
	margin-top:-3px;
	width:2px;
}
.menuholder .wijmo-wijmenu .wijmo-wijmenu-list .c1logo .wijmo-wijmenu-link {
	margin-bottom:-3px;
	padding:3px 0 0;
}
.menuholder .wijmo-wijmenu .wijmo-wijmenu-list .c1logo .wijmo-wijmenu-link:hover {
	background:none;
}
.mysection .wijmo-wijmenu-horizontal .wijmo-wijmenu-list .wijmo-wijmenu-item {
	margin-right:8px;
}
.wij-account-icon
{
    background: url(http://www.componentone.com/newimages/Icons/24/User.png) no-repeat left center;
    width:20px;
    height:24px;
    display:block;
    float:left;
}
.wij-account-icon .ui-icon
{
    margin: 5px 0 0 20px;
    background-image: url("c1-wijmo/images/ui-icons_ffffff_256x240.png");
    
}
.wijmonav .wijmo-wijmenu-item {
	clear: none;
	width: auto;
}
.wijmonav li.wijmo-wijmenu-item a.wijmo-wijmenu-link {
	margin-bottom: -13px;
	margin-top: -3px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: auto;
}
.wijmonav ul li.wijmo-wijmenu-item {
	width: 100%;
}
.wijmonav ul li.wijmo-wijmenu-item a.wijmo-wijmenu-link {
	margin: 0;
	padding: 0.4em 0.3em;
	width: 92%;
}
.wijmonav li.wijmo-wijmenu-item a.wijmo-wijmenu-link span.ui-icon {
	bottom: -16px;
	left: 50%;
}
.wijmonav ul li.wijmo-wijmenu-item a.wijmo-wijmenu-link span.ui-icon {
	position: absolute;
	right: 10px;
	left: auto;
	bottom: auto;
	margin: auto;
}
.wijmonav li.c1logo a.wijmo-wijmenu-link {
	margin: 0 -5px 0 0;
	padding: 4px 0 0 6px;
}
.menuholder .search {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 9px;
	right: 0;
}
.wijmonav .wijmo-wijmenu-parent .wijmo-wijmenu-child {
	width: 255px;
}
body #header-inner {
	font-family: Segoe UI, Myriad, Myriad Pro, Calibri, Arial, Sans-Serif;
	width:960px;
	position:relative;
	margin:0 auto;
	zoom: 1;
	z-index: 99;
}
#header-inner .searchcontrol {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #808DB5;
    border-radius: 4px 4px 4px 4px;
    display: block;
    float: left;
    font-size: 1em;
    height: 18px;
    margin-right: 28px;
    opacity: 0.75;
    overflow: hidden;
    padding: 6px;
    position: absolute;
    right: 6px;
    top: -3px;
    width: 133px;
}
.c1wijreportviewer .c1-c1reportviewer-toolbar
{
    font-size:11px;
}
.wijmo-wijmenu-list .ui-widget .wijmo-wijmenu-link
{
    font-family:Georgia,Bodoni,Garamond,Times New Roman,Serif;
    font-size:16px;
    text-shadow: 0 0 5px #000000;
}
.header-info .ui-icon {
	margin:4px 0 4px -21px;
}
.wijmo-wijmenu .wijmo-wijmenu-list .ui-widget-header h3
{
    color:#FFF;
    text-shadow:none;
    padding:0;
}
.wijmonav .wijmo-wijmenu-parent ul.wijmo-wijmenu-child
{
	width:219px;
}

/* ************** SIDEBAR STUFF *************     background: url(images/seperator_h.png) repeat-x bottom left; */

.pagetabslist .wijmo-wijmenu-text
{
    color:#1B489E;
    font-size:14px;
    font-weight:normal;
    text-decoration:none;
    text-shadow:none;
    text-transform:capitalize;
    font-family: Georgia,Bodoni,Garamond,Times New Roman,Serif;
}
.secondary .ui-widget
{
    margin: 0;
    padding: 4px 5px;
    float: none;
    background: none;
    display: block;
    list-style: none;
    border:none;
    width:273px;
}
.secondary .wijmo-wijmenu .wijmo-wijmenu-item a.ui-state-hover, .secondary .wijmo-wijmenu .wijmo-wijmenu-item a.ui-state-focus, .secondary .wijmo-wijmenu .wijmo-wijmenu-item a.ui-state-active {
	background:none;
	border:1px solid transparent;
}
.secondary .wijmo-wijmenu .wijmo-wijmenu-item a.ui-state-hover span
{
	text-decoration:underline;
}
.secondary .pagetabslist li.pagetablink
{
    margin: 0 12px;
    margin:0 0 0 2px;
    padding:3px 5px;
    float: none;
    display: block;
    list-style: none;
    background: url(images/seperator_h.png) repeat-x top left;
}
.secondary .pagetabslist li.active a span
{   
    font-weight:bold;
    padding:5px;
}
.secondary .pagetabslist li a span
{
    padding:5px;
}

/* END Wijmo Menu Stuff */
