/*
Theme Name: XPlatform Consulting
Theme URI: http://www.xplatformconsulting.com
Description: The default XPlatform Consulting theme.../../../../../Desktop/WD_style.css
Version: 1.0
Author: XPlatform Consulting
Author URI: http://www.xplatformconsulting.com
Tags: xplatform consulting

	XPlatform Consulting v1.0
	 http://www.xplatformconsulting.com

*/


/************** GENERAL SITE STYLES */

html, body {
    font-family: "Verdana", Helvetica, Arial, sans-serif;
    background: #999999 url(images/bg_gradient.gif);
    background-repeat: repeat-x;
}


.xplatformlogo {
    position: relative;
    display: block;
    width: 290px;
    height: 77px;
    top: -12px;
    background: url(images/xplatform_logo.jpg);
    text-indent: -5000px;
    color: white !important;
}


a {
    color: #0099ff;
    text-decoration: none;
}

a.inheritColor {
    color: inherit;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.alignleft {
    float: left;
}

.centered {
    text-align: center;
}

.alignright {
    float: right;
}

.emailLink {
    padding: 0 0 0 22px;
    background: url(images/email_icon.gif) no-repeat 0px 2px;
    color: #999999;
}

.emailLink:hover {
    color: #0099ff;
}


.emailLinkBlue {
    padding: 0 0 0 22px;
    background: url(images/email_icon_blue.gif) no-repeat 0px 2px;
    color: #333333;
}

.emailLinkBlue:hover {
    color: #0099ff;
}

table {
    display: block;
}

.rel {
    position: relative;
}

.navHeader {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    height: 130px;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clear {
    clear: both;
}

sup {
    position: relative;
    top: -.5em;
    font-size: .5em;
}

.noline {
    line-height: 0;
}

.widelines {
    line-height: 1.3em;
}

table.smallcolumns td {
    width: 150px;
    line-height: 20px;
}

blockquote {
    margin: 20px 60px 20px 20px;
    padding: 0 0 0 10px;
    border-left: 1px #ccc solid;
    color: #aaa;
}

.thinline {
    border-top: 1px #e0e0e0 solid !important;
}




/************** ROUNDED CORNERS */

.rounded4px{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.rounded10px{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.roundedLeft4px {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

/************* PAGE CORNER STYLES */

.r4 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.rtl4 {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.rtr4 {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
.rbl4 {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.rbr4 {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.r7 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.rtl7 {
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
}

.rtr7 {
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
}
.rbl7 {
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.rbr7 {
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
}



/************** CLEARING DIVIDER STYLES */


hr {
    border: none;
    border-top: 1px #e0e0e0 solid !important;
}

.clearing {
    clear: both;
    border: none;
    height: 0px;
    visibility: hidden;
}




.roundedTop {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 10px;
}

.roundedTop span {
    display: block;
    width: 10px;
    height: 10px;
    line-height: 0;
    background-repeat: no-repeat;
}

.roundedTop .tl {
    float: left;
    background: url(/images/round_tl.gif) repeat-x 0 0;
}

.roundedTop .tr {
    float: right;
    background: url(/images/round_tr.gif) repeat-x 0 0;
}

.roundedBottom {
    display: block;
    height: 10px;
    line-height: 10px;
}

.roundedBottom span {
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    background-repeat: no-repeat;
}

.roundedBottom .bl {
    float: left;
    background: url(/images/round_bl.gif) repeat-x 0 0;
}

.roundedBottom .br {
    float: right;
    background: url(/images/round_br.gif) repeat-x 0 0;
}


/************** SECTION STYLES */

.wrapper {
    width: 1000px;
    margin: 13px auto;
    background: #fff;
    position: relative;
}

.section {
    clear: both;
}

.columnLeft {
    float: left;
    width: 620px;
    padding-bottom: 20px;
}


.footerSection {
    position: relative;
    display: block;
    height: auto;
    width: 580px;
    float: left;
}
.footerSectionlarge {
    position: relative;
    display: block;
    height: auto;
    width: 580px;
    float: left;
}

.footerSectionsmall {
    position: relative;
    display: block;
    height: auto;
    width: 120px;
    float: left;
}

.sectionWider {
    padding-left: 45px;
    padding-right: 45px;
    clear: both;
}

.sectionNoGutter {
    padding-left: 0px;
    padding-right: 0px;
    clear: both;
}

.columnHalfSection {
    float: left;
    width: 450px;
}

.column300 {
    float: left;
    width: 300px;
}
.column400 {
    float: left;
    width: 400px;
}
.column500 {
    float: left;
    width: 500px;
}

.columnHalfCentered {
    padding-left: 228px;
}

.sectionNoGutter .columnHalfSection {
    float: left;
    width: 500px;
}

.fourthsSection {
    display: block;
    height: auto;
    width: 225px;
    float: left;
}
.fifthsSection {
    display: block;
    height: auto;
    width: 180px;
    float: left;
}
.seventhSection {
    display: block;
    height: auto;
    width: 130px;
    float: left;
}
.widefocusSection {
    float: left;
    display: block;
    width: 450px;
    height: 200px;
}

.previewSection {
    position: relative;
    display: block;
    height: auto;
    width: 300px;
    height: 260px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.previewSection:hover *{
    color: #0099ff !important;
}






/************* SIDEBAR STYLES */

.sidebar {
    float: right;
    width: 200px;
    background: #f5f5f5;
    padding: 10px 10px 30px 10px;
    font-size: 11px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.sidebar a:hover {
    text-decoration: none !important;
}

.sidebar #search {}


/*

.sidebar > ul > li > ul > li{
    min-height: 20px;
    border-top: 1px #ccc solid;
}

.sidebar > ul > li > ul > li > ul{

}

.sidebar ul .collapsCat ul .collapsCat > ul {
    padding-left: 20px;
}

.sidebar ul .collapsPage ul .collapsPage > ul {
    padding-left: 20px;
}

*/

.sidebar .nodeSel {
    text-decoration: none !important;
    color: #0099ff !important;
}

.sidebar li {
    margin: 0;
    padding: 0;
}

.sidebar .widgettitle {
    display: none;
}

.wp_dTreewp_dtree_Node > img {
    width: 10px;
}

.wp_dTreewp_dtree_Node > a > img {

}

#dtreec {
    margin: 0 !important;
}

#dtreec > .clip > .wp_dTreewp_dtree_Node {
    background: #999999;
    margin: 5px 0 0 0;
    padding: 0px 2px 1px 2px; 
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 17px;
}

#dtreec > .clip > .clip {
    padding-top: 3px;
    line-height: 20px;
}
#dtreep > .clip > .clip {
    padding-top: 3px;
    line-height: 20px;
}


#dtreec > .clip > .wp_dTreewp_dtree_Node a {
    color: #FFF !important;
}

#dtreec > .clip > .wp_dTreewp_dtree_Node a.nodeSel {
    color: #333 !important;
}

#dtreep {
    padding-top: 10px;
}

#dtreep > .clip > .wp_dTreewp_dtree_Node{
    background: #999999;
    margin: 5px 0 0 0;
    padding: 0px 2px 1px 2px; 
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 17px;
}


#dtreep > .clip > .wp_dTreewp_dtree_Node a {
    color: #FFF !important;
}


.widget_links ul li {
    background: #999999;
    margin: 5px 0 0 0;
    padding: 0px 2px 1px 15px; 
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 17px;
}
.widget_links ul li a {
    color: white;
}




/************** PADDING STYLES */

.lightPadding {
    padding: 20px;
}

.heavyPadding {
    padding: 50px;
}

.heavySidePadding {
    padding-left: 50px;
    padding-right: 50px;
}


.heavyBottomPadding {
    padding-bottom: 40px !important;
}

.mediumBottomPadding {
    padding-bottom: 20px !important;
}

.lightBottomPadding {
    padding-bottom: 10px !important;
}


.lightRightPadding {
    padding-right: 10px !important;
}

.mediumTopPadding{
    padding-top: 30px !important;
}


.lightVertSpacing {
    margin: 20px 0 20px 0;
}

.mediumVertSpacing {
    margin: 20px 0 20px 0;
}

.heavyVertSpacing {
    margin: 40px 0 40px 0;
}

.noTopPadding {
    padding-top: 0px;
}


blockquote {
    margin: 20px 60px 20px 20px;
    padding: 0 0 0 10px;
    border-left: 1px #ccc solid;
    color: #aaa;
}


.tinyBottomPadding {
    padding-bottom: 5px !important;
}

.basicRightPadding {
    padding-right: 50px !important;
}

.mediumRightPadding {
    padding-right: 20px !important;
}

.heavyLeftPadding {
    padding-left: 130px !important;
}
.veryHeavyLeftPadding {
    padding-left: 230px !important;
}

.mediumRightMargin {
    margin-right: 40px;
}

.heavyTopPadding {
    padding-top: 50px !important;
}

.lightTopPadding{
    padding-top: 20px !important;
}
.smallTopPadding {
    padding-top: 10px !important;
}
.tinyTopPadding {
    padding-top: 5px !important;
}


.iconboxSidePadding {
    padding-left: 310px;
    padding-right: 278px;
}
.iconboxWideSidePadding {
    padding-left: 210px;
    padding-right: 20px;
}


.veryHeavySidePadding {
    padding-left: 380px;
    padding-right: 220px;
}
.quiteHeavySidePadding {
    padding-left: 340px;
    padding-right: 240px;    
}

.mediumHeavySidePadding {
    padding-left: 0px;
    padding-right: 0px;
}
.mediumSidePadding {
    padding-left: 50px;
    padding-right: 50px;
}
.smallSidePadding {
    padding-left: 50px;
    padding-right: 50px;
}
.tinySidePadding {
    padding-left: 10px;
    padding-right: 10px;
}

.smallLeftPadding {
    padding-left: 30px;
}
.smallRightPadding {
    padding-right: 30px;
}


/************* CORNERS STYLES */

.roundedTop {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 10px;
}

.roundedTop span {
    display: block;
    width: 10px;
    height: 10px;
    line-height: 0px;
    background-repeat: no-repeat;
    background-color: red;
}

.roundedTop .tl {
    float: left;
    background: url(images/round_tl.gif) repeat-x 0 0;
}

.roundedTop .tr {
    float: right;
    background: url(images/round_tr.gif) repeat-x 0 0;
}



.roundedBottom {
    display: block;
    height: 10px;
    line-height: 10px;
}


.roundedBottom span {
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    background-repeat: no-repeat;
}

.roundedBottom .bl {
    float: left;
    background: url(images/round_bl.gif) repeat-x 0 0;
}

.roundedBottom .br {
    float: right;
    background: url(images/round_br.gif) repeat-x 0 0;
}









/************** CLEARING DIVIDER STYLES */


hr {
    border: none;
    border-top: 1px #e0e0e0 solid !important;
}

.clearing {
    clear: both;
    border: none;
    height: 0px;
}


.thinline {
    border-top: 1px #e0e0e0 solid !important;
}


/*************** FONT STYLES */

b {
    font-weight: bold;
    }
    
strong {
    font-weight: bold;
    }
    
em {
    font-style:italic;
    }


h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #333;
    font-size: 30px; 
    margin: 5px 0;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px; 
    margin: 5px 0;
    color: #333;
    }

.story h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 23px;
    color: #333;
    margin: 0;
    padding: 10px 0 10px 0;
}

.story p {
    font-size: 12px;
    color: #666;
    line-height: 18px;
    padding-bottom: 10px;
}   

.story blockquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    padding: 0px;
    border-left: 0px #ccc solid;
    color: #333;
    margin: 0px 0 15px 0;
    width: 300px;
}

.story blockquote.fr {
    float: right;
    margin-left: 30px;
}

.story blockquote.fl {
    float: left;
    margin-right: 30px;
}

.story blockquote div {
    color: #aaa;
    margin: 10px 0 0 0;
    font-size: 12px;
}
 
.font_medium {
    font-size: 12px;
}
    
.font_bigheader {
    font-family: Verdana, sans-serif;
    font-size: 32px;
   	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -2px;
	line-height: 1.2em;
    color: #333;
}

.font_largeheader {
    font-family: Verdana, sans-serif;
    font-size: 34px;
    line-height: 1em;
    color: #333;
}

.font_mediumheader {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #333;
}

.font_smallheader {
    font-family: Verdana, sans-serif;
    font-size: 24px;
    color: #333;
}

.font_tinyheader {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
    color: #333;
}

.font_tinyheadertop {
    font-family: Verdana, sans-serif;
    font-size: 18px;
    font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
    color: #333;
}

.font_itsyheader {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
}

.font_bigSerifPara {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #666;
}

.font_wideSerifPara {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

.font_tinypara {
    line-height: 15px;
    font-size: 10px;
    color: #666;
}

.font_tinyparalight {
    line-height: 15px;
    font-size: 10px;
    color: #666;
}

.font_tinyitalic {
    font-family: Verdana, sans-serif;
    font-style: italic;
    line-height: 15px;
    font-size: 11px;
    color: #666;
}

.font_tinysansheader {
    line-height: 15px;
    font-size: 11px;
    color: #333;
}

.font_metadata {
    font-size: 11px;
	margin: 10px 0;
    color: #999999;
}

.darkgray {
    color: #444444;
}

.gray {
    color: #666;
}


.mediumgray {
    color: #888888;
}

.verylight {
    color: #ccc;
}

.font_paragraph_norm {
    font-size: 12px;
    color: #666;
    line-height: 18px;
}

.font_paragraph_norm_home {
    font-size: 12px;
    color: #666;
    line-height: 18px;
    padding-left: 100px;
    padding-right: 100px;
}






/************* CUSTOM HEADING STYLES */

.glossyBarGray {
    background: red;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 7px;
    background: url(images/glossyBarLeft_gray.gif);
    background-repeat: no-repeat;
}

.glossyBarGray span {
    display: block;
    background: blue;
    height: 30px;
    line-height: 30px;
    color: white;
    background: url(images/glossyBarRight_gray.gif);
    background-position: top right;
}





/************** BUTTON STYLES */


.rollbutton {
    display: block;
    width: 63px;
    height: 16px;
    background-color: #eee;
    background-position: 0px 0px;
    margin-top: 12px;
    text-indent: -4000px;
    color: white !important;
    font-size: 0px;
    line-height: 0px;
}

.rollbutton:hover {
    background-color: #aaa;
    background-position: 0px 16px !important;
}

/* rollbutton configs */

.company {
    width: 54px !important;
    background: url(images/mainnav_company.gif) !important;
}
.clients {
    width: 54px !important;
    background: url(images/mainnav_clients.gif) !important;
}
.services {
    width: 54px !important;
    background: url(images/mainnav_services.gif) !important;
}
.partners {
    width: 54px !important;
    background: url(images/mainnav_partners.gif) !important;
}
.blog {
    width: 54px !important;
    background: url(images/mainnav_blog.gif) !important;
}
.contact {
    width: 54px !important;
    background: url(images/mainnav_contact.gif) !important;
}
.login {
    width: 54px !important;
    background: url(images/mainnav_login.gif) !important;
}


/* end rollbutton configs */



/************** OTHER BUTTON STYLES */

.graybutton {
background:#666;
display:inline-block;
vertical-align:text-bottom;
}

.graybutton a{
color:#FFF;
line-height:1.8em;
min-height:1.8em;
padding: .2em .7em;
border:medium none;
display:block;
}

.graybutton:hover {
background: #777;
}

.graybutton a.backarrow {
padding-left: 25px; 
background-image: url('/images/back_arrow_white.png');
background-repeat: no-repeat;
background-position: 5px center;
}


.whitebutton {
background:#fff;
display:inline-block;
vertical-align:text-bottom;
}

.whitebutton a{
color:#333;
line-height:1.8em;
min-height:1.8em;
padding: .2em .7em;
border:medium none;
display:block;
}

.whitebutton:hover {
background: #eee;
}



/************** LIST STYLES */




.inlineList li{
    float: left !important;
    margin: 3px 15px 20px 0 !important;
}




ol {
    padding: 0 0 0 20px;
}

ol li{ 
    list-style-type: decimal; 
	line-height: 20px;
}




.definitionList dt {
    font-weight: bold;
    padding: 5px 0 0 0;
}

.definitionList dd {
    padding: 0 0 0 20px;
}




.numberDefinitions dt {
    float: left;
    display: block;
    clear: left;
    padding: 3px;
    color: white;
    font-size: 10px;
    text-align: center;
    min-width: 15px;
    line-height: 15px;
    height: 15px;
    background: url(images/blue_dot.gif) !important;
}

.numberDefinitions dd {
    padding: 2px 0 10px 30px;
}

.navigationList {
    padding: 40px 30px 95px 0;
}
.navigationList li {
    float: left;
    margin: 0 24px 0 0;
}
.navigationList li a{
    color: #333;
    text-decoration: none;
}
.navigationList li a.active{
    background-position: 0px 16px !important;
}
.navigationList li a:hover{
    color: #0099FF;
}





.bulletList {
    padding: 0 0 0 20px;
}

.bulletList li{
    list-style-type: circle;
	line-height: 20px;
}




.iconList li{
    height: 20px;
    line-height: 20px;
    margin: 3px 0 0 0;
    padding-left: 20px;
    background: url(images/list_arrow_blue.gif) no-repeat 0px 2px;
    font-size: 11px;
    font-weight: bold;
    color: #333;
}

.iconList li.quicktime{
    background: url(images/list_qt_blue.gif) no-repeat 0px 2px;
}

.iconList li.download {
    background: url(images/list_download.gif) no-repeat 0px 2px;
}

.iconList li.link {
    background: url(images/list_link.gif) no-repeat 0px 2px;
}

.iconList li a{
    color: #333;
    text-decoration: none;
}

.iconList li a:hover{
    color: #0099FF;
}



li a.twitter{
    background-position: 0px 2px;
    background-repeat: no-repeat;
    background-image: url(images/icon_med_twitter.gif);
    padding-left: 28px;
    line-height: 20px;
    margin-left: -5px;
    display: inline-block;
}
li a.facebook{
    background-position: 0px 2px;
    background-repeat: no-repeat;
    background-image: url(images/icon_facebook.gif);
    padding-left: 23px;
    line-height: 20px;
    display: inline-block;
}
li a.rss{
    background-position: 0px 2px;
    background-repeat: no-repeat;
    background-image: url(images/icon_rss.gif);
    padding-left: 23px;
    line-height: 20px;
    display: inline-block;
}
li a.email{
    background-position: 0px 5px;
    background-repeat: no-repeat;
    background-image: url(images/email_icon_blue.gif);
    padding-left: 23px;
    line-height: 20px;
    display: inline-block;
}




.pillButtonList li{
    height: 20px;
    line-height: 20px;
    margin: 3px 0 0 0;
    padding-left: 20px;
    background: url(images/pillButtonLeft_gray.gif);
    background-repeat: no-repeat;
    font-size: 11px;
    font-weight: bold;
}


.pillButtonList li a{   
    position: absolute;
    color: #eee;
    background: url(images/pillButtonRight_gray.gif);
    background-position: top right;
    height: 20px;
    line-height: 20px;
    padding: 0 10px 0 0;
    margin: 0 20px 0 0;
    width: auto;
    text-decoration: none;
}

.pillButtonList li a:hover{
    color: #FFF;
}






.pillButtonListBlue li{
    height: 20px;
    line-height: 20px;
    margin: 3px 0 0 0;
    padding-left: 20px;
    background: url(images/pillButtonLeft_blue.gif);
    background-repeat: no-repeat;
    font-size: 11px;
    font-weight: bold;
}


.pillButtonListBlue li a{   
    position: absolute;
    color: #eee;
    background: url(images/pillButtonRight_blue.gif);
    background-position: top right;
    height: 20px;
    line-height: 20px;
    padding: 0 10px 0 0;
    margin: 0 20px 0 0;
    width: auto;
    text-decoration: none;
}

.pillButtonListBlue li a:hover{
    color: #FFF;
}


.footerList {   
    font-size: 11px;
    padding: 0 0 20px 0;
}

.footerList li {
    padding-top: 4px;
    color: #999;
}

.footerList li.category {
    color: #000;
}

.footerList li a{
    color: #999;
    text-decoration: none;
}


.footerList li.wiredrivelistitem {
    color: #000;
    background-position: 0px 6px;
    background-repeat: no-repeat;
    background-image: url(images/xp_icon_small.gif);
    padding-left: 16px;
    line-height: 20px;
    margin-left: -5px;
    display: inline-block;
}



.bluearrowListTiny {}
.bluearrowListTiny li{
    margin-top: 5px;
	line-height: 14px;
    padding-left: 10px;
    background: url(/images/icon_blue_bullet.gif) no-repeat -6px 0px;
}


.bluearrowList {}
.bluearrowList li{
    margin-top: 5px;
	line-height: 16px;
    padding-left: 14px;
    background: url(/images/icon_blue_bullet.gif) no-repeat -6px 1px;
}

.bluearrowListWider {}
.bluearrowListWider li{
    margin-top: 5px;
	line-height: 20px;
    padding-left: 20px;
    background: url(/images/icon_blue_bullet.gif) no-repeat 0px 3px;
}

.bluearrowCenteredList {
    text-align: center;
}

.bluearrowCenteredList li {
    margin-top: 8px;
	line-height: 20px;
}

.bluearrowCenteredList li span {
    padding-left: 20px;
    background: url(/images/icon_blue_bullet.gif) no-repeat 0px 0px;
}

.focusList {
    font-size: 10px;
    line-height: 18px;
}
.focusList li b {
    font-weight: normal;
    font-size: 14px;
}

.bigIconList li{
    height: 40px;
    line-height: 40px;
    margin: 3px 0 0 0;
    padding-left: 50px;
    background: url(/images/list_arrow_blue.gif) no-repeat 10px 13px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}
.bigIconList li.shadowbust{
    background: url(/images/pricing_icons/bigIcons_shadowbust.jpg) no-repeat 0px 0px;
}
.bigIconList li.reload {
    background: url(/images/pricing_icons/bigIcons_reload.jpg) no-repeat 0px 0px;
}
.bigIconList li.managerbust {
    background: url(/images/pricing_icons/bigIcons_managerbust.jpg) no-repeat 0px 0px;
}
.bigIconList li.helperbust {
    background: url(/images/pricing_icons/bigIcons_helperbust.jpg) no-repeat 0px 0px;
}
.bigIconList li.lock {
    background: url(/images/pricing_icons/bigIcons_lock.jpg) no-repeat 0px 0px;
}
.bigIconList li.helpkey {
    background: url(/images/pricing_icons/bigIcons_helpkey.jpg) no-repeat 0px 0px;
}
.bigIconList li.network {
    background: url(/images/pricing_icons/bigIcons_network.jpg) no-repeat 0px 0px;
}
.bigIconList li.wdiconblack {
    background: url(/images/pricing_icons/bigIcons_wdicon_black.jpg) no-repeat 0px 0px;
}
.bigIconList li.wdiconblue{
    background: url(/images/pricing_icons/bigIcons_wdicon_blue.jpg) no-repeat 0px 0px;
}
.bigIconList li.blueprint{
    background: url(/images/pricing_icons/bigIcons_blueprint.jpg) no-repeat 0px 0px;
}
.bigIconList li.chalkboard{
    background: url(/images/pricing_icons/bigIcons_chalkboard.jpg) no-repeat 0px 0px;
}


.bigIconList li a{
    color: #333;
    text-decoration: none;
}
.bigIconList li a:hover{
    color: #0099FF;
}



.iconPara {
    padding-left: 120px;
    padding-right: 30px;
    background-image: url(/images/explore_icons/icon_blueprint.jpg);
    background-repeat: no-repeat;
    background-position: -5px -4px;
}

.iconParaAddresscard {background-image: url(/images/explore_icons/icon_addresscard.jpg);
                      background-position: -0px -16px;}
.iconParaBlueprint   {background-image: url(/images/explore_icons/icon_blueprint.jpg);
                      background-position: -0px -7px;}
.iconParaCalc        {background-image: url(/images/explore_icons/icon_calc.jpg);}
.iconParaCare        {background-image: url(/images/explore_icons/icon_care.jpg);
                      background-position: -0px -10px;}
.iconParaLock        {background-image: url(/images/explore_icons/icon_lock.jpg);}
.iconParaNetwork     {background-image: url(/images/explore_icons/icon_network.jpg);}
.iconParaReset       {background-image: url(/images/explore_icons/icon_reset.jpg);}





.creditsList li {
	float: left;
	width: 350px;
	padding: 10px 0;
}

.creditsList li h3 {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
.creditsList li span {
	color: #999;
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
}

.subNav {
    margin: 0 auto;
    text-align: center;
}
.subNav li {
    display: inline;
    padding: 0 10px;
}
.subNav li a {
    color: #000;
}
.subNav li a.active{
    color: #0099ff;
}

.infoList {   
    font-size: 11px;
    padding: 0 0 20px 0;
}
.infoList li {
    color: #999;
}
.infoList li.category {
    color: #000;
}
.infoList li a{
    color: #999;
    text-decoration: none;
}


/************** CUSTOM COMPONENTS */

.requestDemo {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    width: 101px;
    height: 100px;
    background: url(images/request_a_demo.png) no-repeat;
    background-position: 0px 0px;
    text-indent: -5000px;
    font-size: 0px;
    line-height: 0px;
    color: white;
}

.requestDemo:hover {
    background-position: 0px -100px;
}


.navigation {
    height: 50px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
}

.nav_older {
    position: relative;
    display: inline;
    width: 16px;
    height: 20px;
    background: url(images/nav_prev.gif) no-repeat center right;
    line-height: 20px;
    font-size: 20px;
    top: 4px;
}
.nav_newer {
    position: relative;
    display: inline;
    width: 16px;
    height: 20px;
    background: url(images/nav_next.gif) no-repeat center left;
    line-height: 20px;
    font-size: 20px;
    top: 4px;
}

.postbody {
    margin: 10px 0 40px 0;
}

.postbody p {
    margin: 0 0 10px 0;
color:#666666;
font-size:12px;
}
}

.postbody img {
    margin: 0 4px 4px 0;
}

#searchform #s {
    font-size: 10px;
    float: left;
    position: relative;
    background: #ccc url(images/search_icon.gif) 3px 3px;
    background-repeat: no-repeat;
    border: 0px #aaa solid;
    border-right: none;
    margin: 0px;
    padding: 4px 42px 4px 20px;;
    color: white;
    width: 137px;
    height: 14px;
    font-weight: bold;
}

#searchform #searchsubmit {
    font-size: 10px;
    line-height: 10px;
    float: left;
    position: relative;
    border: 0px #888 solid;
    width: 40px;
    height: 22px;
    background: #bcbcbc;
    margin: 0px;
    margin-left: -40px;
    padding: 0px;
    color: white;
    cursor: pointer;
}

.videoContainer {
	text-align: center;
}

.mediumImageLabel {
    position:absolute;
    bottom:0px;
    left:50%;
    width:150px;
    margin-left:-75px;
}

.graybox {
    background: #e2e2e2;
}

.navHeader {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    height: 125px;
}

.datasource {
    display: none;
}

.halfBannerLibrary {
    display: block;
    padding: 180px 0 0 130px;
    background: url('/images/small_banners/sm_banner_library.jpg') no-repeat center top;
}

.halfBannerProjects {
    display: block;
    padding: 180px 0 0 130px;
    background: url('/images/small_banners/sm_banner_projects.jpg') no-repeat center top;
}

.labeledDivider {
    background: url('/images/divider_line.gif') no-repeat center center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    clear: both;
    color: #AAA;
    margin-top: 4px;
}

.labeledDivider span {
    line-height: 30px;
    padding: 0 5px;
    background: white;
}

.iconbox, .iconboxWide {
    display: inline-block;
    width: 190px;
    height: 160px;
    text-align: center;
    float: left;
}

.iconboxWide {
    width: 290px;
}

.iconbox span, .iconboxWide span {
    display: block;
    padding: 0 20px;
}

.rotatoritems {
    position: relative;
}

.rotatoritems img{
    position: absolute;
    opacity:0;
    filter:alpha(opacity=0);
}

.rotatoritems > *{
    position: absolute;
    opacity:0;
    filter:alpha(opacity=0);
}

.dummyimage {
    display: block;
    background: #aaaabb;
    color: white;
    padding: 180px 0;
    text-align: center;
}

.presentaitonpopimage {
    color: white;
    text-align: center;
}

.presentationSummary{
    width: 400px;
    padding-right: 30px;
    float: left;
}
.presentaitonLinkList{
    float: left;
}

/*********** FORM STYLES */

form .element input {
    font-size: 12px;
    padding: 2px;
    margin: 0;
    width: 170px;
}

form .element textarea {
    font-size: 12px;
    padding: 2px;
}

form .element input.checkbox {
    width: auto;
}
form .checkboxes {
    margin: 5px 0px;
    line-height: 0px;
}
form .selectoptions {
    margin: 5px 0px;
    font-size: 10px;
}

form .fileupload {
    margin: 5px 0px;
    font-size: 10px;
}

form .checkboxes br {
    display: none;
}
form .checkboxes label {
    line-height: 1em;
    position: relative;
    padding: 6px 20px !important;
}
form .checkboxes label input {
    position: absolute;
    left: 0px;
    bottom: 5px;
    padding: 0px;
}
form table, form td {
    vertical-align: top;
}
form label {
    position: relative;
    padding-top: 10px;
    display: block;
    font-size: 12px;
    color: #666;
    clear: both;
}

form label span {
    font-size: .8em;
    color: #999;
    margin: 0 10px;
    font-style: italic;
}

form #joinmailing-label {
    display: none;
}

form .submit {
    padding-top: 20px;
}
form #submit {
    font-size: 12px;
    background: green url('/images/bg_save_btn.gif');
    color: white;
    padding: 4px 8px;
    border: 1px #216816 solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
form .element .errors, form .selectoptions .errors{
    font-size: 10px;
    color: red;
}
.errors {
    padding: 10px 10px 10px 34px;
    background: url('/images/alert_red.gif') no-repeat left center;
}
form .element .shortinput {
    width: 60px;
}
form .element .longinput {
    width: 280px;
}
form .element .mediuminput {
    width: 135px;
}

form #filelist div {
    background-color: #e5f5f9;
    color: #666;
    font-size: 12px;
    padding: 10px 90px 10px 45px;
    background-image: url('/images/icon_image.png');
    background-position: 5px center;
    background-repeat: no-repeat;
    margin: 4px;
    border: 2px #b9d4e4 dotted;
    position: relative;
    display: block;
    width: auto;
}

form #filelist .button {
    position: absolute;
    top: 8px;
    right: 8px;
    margin-left: 40px;
    font-size: 10px;
    background: #b5c6cd;
    color: white;
    padding: 2px 4px;
    border: 1px #8aa5b1 solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}

/*********** YUI STYLES */

.yui-panel-container {}

.yui-overlay {
    padding:0px;
    margin:10px;
    background: #FFFFFF !important;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.4);
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}

.yui-skin-sam .yui-panel-container .underlay {
    opacity:0 !important;
    filter:alpha(opacity=0) !important;
}

.yui-overlay .hd { 
    border:0px !important;
    padding:25px 10px 0px 10px !important; 
    background: none !important;
    background-image: none !important;
}
.yui-overlay .bd { 
    border:0px !important;
    padding:30px 60px 40px 60px !important;
    background: none !important;
    background-color: transparent !important;
}

.yui-overlay .container-close {
    right: auto !important;
    left: 0px;
    top: 0px;
    width: auto;
    background-color: #ccc;
    background-image: url(/images/icon_close.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #FFF;
    font-size: 10px;
    line-height: 10px;
    padding: 12px 15px 8px 35px;
    text-indent: 0px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.yui-overlay .container-close:hover {
    background-color: #bbb;
}

.yui-overlay .container_next {
    position: absolute;
    top: 250px;
    right: 12px;
    width: 30px;
    height: 60px;
    cursor: pointer;
    background-image: url(/images/icon_arrow-r.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #FFF;
}

.yui-overlay .container_prev {
    position: absolute;
    top: 250px;
    left: 12px;
    width: 30px;
    height: 60px;
    cursor: pointer;
    background-image: url(/images/icon_arrow-l.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #FFF;
}

.yui-overlay .container_prev:hover, .yui-overlay .container_next:hover {
    background-position: 0px -60px;
}

.yui-skin-sam .mask {
    opacity:.50 !important;
    filter:alpha(opacity=50) !important;
}


